/* 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 ohne filet
#logo       { position:absolute; top:18px; left:39px; width:310px; height:77px; }
 */

#logo       { position:absolute; top:17px; left:38px; width:312px; height:79px; }
#navigation { position:absolute; top:125px; left:50px; width:860px; height:25px; }
#balken     { position:absolute; top:150px; left:0px; width:960px; height:15px; background-color:#0064b1; }

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

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

/* formular */

.formularfeld {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
	color:black;
	background-color:#cce2f1;
	border-style:solid;
	border-width:0px;
	border-color:#0055a0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#006db8;
	width:350px;
	height:20px;
	padding:3px;
	padding-top:5px;
	margin-top:0px;

}
.textfeld {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
	color:black;
	background-color:#cce2f1;
	border-style:solid;
	border-width:0px;
	border-color:#0055a0;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#006db8;
	width:350px;
	height:100px;
	padding:3px;
	padding-top:5px;
	margin-top:0px;

}
.buttongross {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:100%;
	color:white;
	background-color:#006db8;
	border-width:1px;
	border-style:solid;
	border-color:#006db8;
	width:150px;
	height:25px;
	padding:1px;
}


/* 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;

overflow-y:scroll;


}
