@charset "UTF-8";
/* --------------------- ALLGEMEINES */

* { margin:0px; padding:0px; border:0px;  }

html, body { 
    width:100%;
    height:100%;
	
}

body {  
    background-position:center 230px;
	font-family:Arial,Verdana,sans-serif;
}

#graubg{
	position:absolute;
	top:0px;
	margin-top:0px;
	height:228px;
	width:100%;
	background:#e7e7e7;
}