
/* ausgabe unterdrucken */

.nichtscreenen {
	display:none;
}

/* bilder (rahmen) */

img {
	border:0px;
}

/* text */

.cms_info {
	color:#FF6969;
	background:#F0F0A0;
	font-size:11px;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, Geneva;
	font-weight:bold;
	margin-bottom:15px;
}

ul {
	margin-top:0em;
	margin-left:0px;
	padding-left:1.3em;
	list-style-type:disc;
	list-style-position:inside;
	text-indent:-1.3em;
	margin-bottom:0em;
}
ol {
	margin-top:0em;
	list-style-position:outside;
	margin-left:2.5em;
	margin-bottom:0em;
}


/* layer */

#punkt  { width:0px; height:0px; margin-top:0; float:left; }
#inhalt { position:relative; margin:0 auto; text-align:left; height:auto; top:0px; width:960px; clear:left; text-align:left; }

#header     { position:absolute; top:0px; left:0px; width:960px; height:150px; }
#logo       { position:absolute; top:18px; left:39px; width:310px; height:80px; }
#navigation { position:absolute; top:125px; left:50px; width:860px; height:25px; }
#balken     { position:absolute; top:150px; left:0px; width:960px; height:15px; background-color:#006db8; }

#textinhalt { position:absolute; top:210px; left:345px; width:570px; height:auto; }

#spaltelinks { position:absolute; top:215px; left:50px; width:287px; height:auto; }


/* body */

Body {

background-image:url(/_technisches/hintergrund.gif);
background-repeat:repeat-y;
background-position:center top;
background-color:#006db8;

margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;


}