@charset "UTF-8";
/* CSS Document */
body, div, p, ul, li, img, ol {
	margin:0;
	padding:0;
	border:0;
	}
body {
	height:100%;
	font-family:Verdana, Arial, Helvetica,sans-serif;
	font-size :12px;
	/*background-image:url(../images/bg_body.gif);*/
	background-color:#004c05;
	background-image:url(pics/css/gaenterli_verlauf.gif);
	background-repeat:repeat-x;
	}
div.main {
	position: relative;
	margin: 35px auto auto auto;  /*zum zentrieren von BLOCK-Element, IE5*/
	text-align: left;
	display:block;
	width: 900px;
}
div.oben {
	overflow:hidden; /* für IE6, sonst höhe immer eine textzeile! */
	display:block;
	width:900px;
	height:8px;
	background-image:url(pics/css/gaenterli_oben.gif);
	background-repeat:no-repeat;
	}
div.unten {
	width:900px;
	height:50px;
	background-image:url(pics/css/gaenterli_unten_o.gif);
	font-size:9px;
	color:#999999;
	}
div.unten a {
	color:#999999;
	text-decoration:none;
	}	
div.unten a:visited {
	color:#999999;
	text-decoration:none;
	}	
div.unten a:hover {
	color:#666666;
	text-decoration:underline;
	}	
div.unten_l {
	padding-top:6px;
	padding-left:30px;
	position:relative;
	float:left;
	}
div.unten_r {
	padding-top:6px;
	padding-right:50px;
	position:relative;
	float:right;
}
div.content_container {
	background-color:#FFFFFF;
	width:900px;
	background-image:url(pics/css/gaenterli_r.gif);
	background-position:right;
	background-repeat:repeat-y;
	color:#666666;
	font-size:11px;
	}
div.header {
	position:relative;
	float:left;
	width:880px;
	height:116px;
	background-image:url(pics/css/gaenterli_nw.gif);
	}
div.rechts {
	width:20px;
	height:400px;
	position:relative;
	float:right;
	background-image:url(pics/css/gaenterli_ro.gif);
	}


div.navi {
	background-image:url(pics/css/gaenterli_navi.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:220px;
	height:320px;
	position:relative;
	float:left;
	}
div.abstand {
	position:relative;
	float:left;
	width:10px;
	height:250px;
	}
div.content {
	width:620px;
/*	height:400px;
*/	position:relative;
	float:left;
/*	background-color:#FFFFFF;
*/	}


/*-----------------------HOME---------------------------*/
p.first {
	padding-top:12px;
	padding-bottom:10px;
	}

div.clear {
	clear:both;
	}
div.teaser {
	float:left;
	position:relative;
	width:210px;
	height:90px;
	}
div.teaser_last {
	float:left;
	position:relative;
	width:200px;
	height:90px;
	}
div.content_left {
	position:relative;
	float:left;
	width:300px;
	}
div.content_sep {
	position:relative;
	float:left;
	width:20px;
	height:50px;
	}

div.abst_unten {
	width:500px;
	height:50px;
	}


/*-----------------------MENU---------------------------*/



ul.ulnav {
	list-style:none;
	padding-left:30px;
	padding-bottom:10px;
	padding-top:20px;
	}
li.linav {
	color:#999999;
	padding-bottom:10px;
	font-size:11px;
	}
ul.ulnavsub {
	list-style:none;
	padding-left:10px;
	}		
li.linavsub {
	padding-top:5px;
	}	
li.linav a {
	color:#666666;
	text-decoration:none;
	}	
li.linav a:visited {
	color:#666666;
	text-decoration:none;
	}	
li.linav a:hover {
	color:#0FA700;
	text-decoration:underline;
	}	
li.linavsub a {
	color:#666666;
	text-decoration:none;
	}	
li.linavsub a:visited {
	color:#666666;
	text-decoration:none;
	}	
li.linavsub a:hover {
	color:#0FA700;
	text-decoration:underline;
	}	
	
/*-----------------------INHALT----------------------*/

p {
	padding-top: 5px;
}
p.pfirst {
	padding-top:15px;
	}
p.tit {
	font-weight:bold;
	padding-top:10px;
	}	
p.lif {
	clear:both;
	}
p a {
	text-decoration:none;
	color:#0FA700;
}
p a:visited {
	text-decoration:none;
	color:#0FA700;
}
p a:hover {
	text-decoration:underline;
	color:#0FA700;
	}
	

img.secimg {
	margin-top:20px;
	}
	
div.content_left ol {
	list-style:decimal inside;
	}
div.content_left li {
	padding-top:5px;
	}
	
/*-----------------------FORMULAR----------------------*/
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p.error {
	color:#FF0000;
}
.style1 {color: #FF0000}
