@charset "utf-8";
/* CSS Document */

#page {
	max-width: 960px;
	margin:0 auto;
	padding: 0 10%;
	color:#a0b5c6;
}

body {
	background-image:url(hintergrund.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

img{ margin-top: 140px; 
	max-width: 100%;
	height: auto;
}

strong, a{ color:#003e6a; font-weight:bold;}