/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}
/* text */

p {
	margin-top:0px;

}


.titel {
	font-family:Verdana, Arial, Geneva, Helvetica;
	color:black;
	font-size:11px;
	line-height:17px;
	margin-bottom:0;
	font-weight: bold;

}
.text {
	font-family:Verdana, Arial, Geneva, Helvetica;
	color:black;
	font-size:11px;
	line-height:17px;
	margin-bottom:0;
}
.text_italic {
	font-family:Verdana, Arial, Geneva, Helvetica;
	color:black;
	font-size:11px;
	line-height:17px;
	font-style: italic;
	margin-bottom:0;
}
.text_underline {
	font-family:Verdana, Arial, Geneva, Helvetica;
	color:black;
	font-size:11px;
	line-height:17px;
	text-decoration: underline;
	margin-bottom:0;
}
.bold  {
	font-family:Verdana, Arial, Geneva, Helvetica;
	color:black;
	font-size:11px;
	line-height:17px;
	margin-bottom:0;
	font-weight: bold;
}

a:link { color:black; font-size: 11px; text-decoration:underline; font-weight: bold; line-height: 17px; }
a:visited  { color:black; font-size: 11px; text-decoration:underline; font-weight: bold; line-height: 17px; }
a:hover  { color:#108c3f; font-size: 11px; text-decoration:underline; font-weight: bold; line-height: 17px; }
a:active  { color:#108c3f; font-size: 11px; text-decoration:underline; font-weight: bold; line-height: 17px; }


/* bilder*/

#bgcolor { position:absolute; width:950px; height:530px; left:50%; margin-left:-475; top:50%; margin-top:-265px;}
#navigation { position:absolute; left:28px; top:22px;}
#navtext1 { position:absolute; left:449px; top:153px; width:99px; height:19px; }
#navtext2 {
	position:absolute;
	left:513px;
	top:187px;
	width:49px;
	height:19px;
}
#navtext5 { position:absolute; left:19px; top:427px; width:318px; height:33px; }
#navtext3 { position:absolute; left:19px; top:393px; width:317px; height:32px; }
#navtext4 { position:absolute; left:413px; top:392px; width:94px; height:19px; }
#links { position:absolute; left:28px; top:450px; width:190px; height:50px;}
#download { position:absolute; left:28px; top:500px; width:200px; height:20px;}
#karte { position:absolute; left:585px; top:30px; width:335px; height:470px;}
#politikaktuell { position:absolute; left:225px; top:30px; overflow-y:auto; width:694px; height:470px;}
#textframelinks { position:absolute; left:225px; top:30px; overflow-y:auto; width:340px; height:470px;}
#text { position:absolute; left:0px; top:0px; width:320px; height:470px; }
#textframerechts { position:absolute; left:585px; top:30px; overflow-y:auto; width:340px; height:470px;}
#textrechts1 { position:absolute; left:0px; top:0px; width:320px; height:470px; }
#textrechts2 { position:absolute; left:0px; top:0px; width:320px; height:470px; }
#textrechts3 { position:absolute; left:0px; top:0px; width:320px; height:470px; }
#textrechts4 { position:absolute; left:0px; top:0px; width:320px; height:470px; }

/* body */
Body {

background-color:#999999;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;

scrollbar-3dlight-color: black; 
scrollbar-arrow-color: white; 
scrollbar-base-color: white; 
scrollbar-darkshadow-color: white; 
scrollbar-face-color: black; 
scrollbar-highlight-color: black; 
scrollbar-shadow-color: black; 
scrollbar-track-color: white;

overflow-y:hidden;

}

