/* Seite */
html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#383961;
	background-image:url(../img/bgr/bgr_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial,Helvetica,Swiss,Verdana,sans-serif;
	font-size:12px;
}

