div#header {
	margin: 0px auto;
	width: 913px;
	padding-top: 0px;
    margin-top: 0px;
	height: 168px;  
	background-color: #EEEEEE;  
}

div#header .logo {
         position: absolute;
	     margin-left: 0px;
         margin-top: 0px;
         height: 168px;
         width: 211px;
}

div#header .rest {
         position: absolute;
	     margin-left: 211px;
         margin-top: 0px;
         height: 168px;
         width: 702px;
}

div#body {
	margin: 0px auto;
	width: 913px;
	padding-top: 0px;
    margin-top: 168px;
	height: 168px;  
	background-color: #EEEEEE;  
}

div#header .links {
         position: absolute;
	     margin-left: 0px;
         margin-top: 168px;
         height: 168px;
         width: 211px;
}

div#header .rechts {
		 background: url(../images/rechts.jpg);  
         position: absolute;
	     margin-left: 211px;
         margin-top: 168px;
         height: 800px;
         width: 702px;
		 
}