#container {
   position:absolute;
   width:965px;
   left:50%;
   margin-left:-482px; /* negative Hälfte von width: 990px */
   height:560px;
   top:50%;
   margin-top:-280px; /* negative Hälfte von width: 550px */
}
#kopf {
   position:absolute;
   padding:0;
   margin:0;
   left:215px;
   top:0;
   width:750px;
   height:161px;
   background-repeat:no-repeat;
}
#fuss {
   position:absolute;
   padding: 0px;
   margin: 0px;
   left:215px;
   top:493px;
   width:750px;
   height:67px;   
   background-repeat:no-repeat;
}
#navi {
   position: absolute;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 215px;
   height: 560px;
}
#inhalt{
   position: absolute;
   padding: 0px;
   margin: 0;
   left: 215px;
   top: 161px;
   width: 750px;
   height: 332px;
}
#inhaltx{
   position: absolute;
   padding: 0px;
   margin: 0;
   left: 215px;
   top: 186px;
   width: 750px;
   height: 312px;
}

.fliesstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	line-height: 14px;
   }   

body {
	scrollbar-face-color: rgb(225,225,225); 
	scrollbar-highlight-color: rgb(255,255,255); 
	scrollbar-shadow-color: rgb(255,255,255); 
	scrollbar-3dlight-color: rgb(225,225,225); 
	scrollbar-arrow-color: rgb(255,255,255); 
	scrollbar-track-color: rgb(255,255,255); 
	scrollbar-darkshadow-color: rgb(225,225,225);
	}

