/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}


/* bilder*/

#rahmen {  position:relative; margin:0 auto; text-align:left; top:0px; width:870px; clear:left; text-align:left; background-color:white; }
#logo { background-image: url(img/logo.png); position:absolute; width:217px; height:17px; left:21px; top:28px; }
#sprachen { position:absolute; width:170px; height:17px; left:680px; top:28px; }
#navigation { position:absolute; left:20px; top:70px; width:203px; height:252px; }
#bgnavigation { background-image: url(img/verlauf_navigation.jpg); position:absolute; left:0px; top:70px; width:260px; height:246px; }
#subnavigation { position:absolute; left:20px; top:350px; width:215px; height:300px; }
#balkenoben { position:absolute; left:0px; top:0px; width:870; height:70px; background-color:#989d66; }
#bildbalken { position:absolute; left:260px; top:70px; width:610px; height:190px; }
#bildbalkenhome { position:absolute; left:260px; top:70px; width:610px; height:190px; }
#bildlegende { position:absolute; left:260px; top:260px; width:610px; height:70px; }
#text { position:absolute; left:260px; top:348px; width:590px; background-color:white; }
/* body */
Body {

background-color:#e2e5d9;
background-image: url(img/bg.gif); background-repeat: repeat-y; background-position: center; 
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

scrollbar-3dlight-color: #0063a0; 
scrollbar-arrow-color: white; 
scrollbar-base-color: white; 
scrollbar-darkshadow-color: white; 
scrollbar-face-color: #0063a0; 
scrollbar-highlight-color: #0063a0; 
scrollbar-shadow-color: #0063a0; 
scrollbar-track-color: white;

overflow-y:scroll;

}

