html {
	width:100%;
	height:100%;
}

body {
	font-family:Verdana, Helvetica, Geneva, Swiss, sans-serif;
	font-size:12px;
	color:#333333;
	background-color:#D6E0E7;
	background-image:url('../grafiken/hintergrund.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	margin:0px;
	padding:0px;
	overflow-y:auto;
}
