/*Beispielseite 55 */
/* Erstellt von Nicole Folchert */
/* Erstellt: 23.01.2011*/

/*Basis Elemente */
* {
	margin:0;
	padding:0;
	}

html {background:#fff;}
	
body { 
	position: relative;
	overflow:auto;
background:#fff url(hg_body.gif) repeat-x top left;
color:#666;
	}


/*Formatierungen*/	
	
#inhalt p, #inhalt ul, #inhalt ol, #inhalt td, #inhalt th { 
font: normal 1.2em Arial,Verdana,sans-serif;
line-height:1.3em;
margin-bottom: 5px; 
text-align:justify;
	}

#inhalt h1 { 
	font: bold 1.8em Arial,Verdana,sans-serif;
	padding-top: 10px; 
	padding-bottom: 0px;
	color:#c62067;
	}	
	
#inhalt h2 { 
	font: bold 1.6em Arial,Verdana,sans-serif;
	padding-top: 10px; 
	color:#629f17;
	}	
	
#inhalt h3 { 
	font: bold 1.3em Arial,Verdana,sans-serif;
	padding-top: 10px;
color:#333;	
	}

#inhalt img { border: 1px #999 solid;
	padding: 1px;margin: 2px;}	

#inhalt img.left { float: left; margin: 10px 10px 0 0;  }
#inhalt img.right { float: right; margin: 10px 0 0 10px; }

/*für die Bilder, die linksbündig vor Aufzählung liegen*/
#inhalt span.left {
 padding-right:20px;
}

#inhalt a:link, #inhalt a:visited { 
	color:#333;
	text-align:justify; 
	text-decoration: underline;
	}

#inhalt a:hover, #inhalt a:active { 
	color: #333;
	}

	
#inhalt ul {
	list-style-type: disc;
	padding-left: 20px;
	}

#inhalt li {
	padding: 0px;
	margin-top: 5px;
	}
	
#inhalt ol {
	list-style-type: dezimal;
	margin-left: 20px;
	
	}	

#inhalt table {
	margin: 10px 0px 10px 5px;
	text-align: left;
	border-collapse:collapse;
}	

#inhalt th {
	font-weight:bold;
	border: 1px #666 solid;
	padding: 2px;
	}	

#inhalt td {
	border: 1px #666 solid;
	padding: 2px;
	}

#inhalt .contactform button {
	color:#666;
font: normal 1.1em Arial,Verdana,sans-serif;
}		
	
/* Spezielle DIVs*/
#container {
left:50%;
margin-left:-510px;
background:#fff url(hg_container.gif) repeat-y top left;
position:relative;
width:1010px;
border: 0px #bdaf83 solid;
	}

#oben {
position:relative;
background: url(hg_oben.png) no-repeat scroll right center;
width:1010px;
height: 245px;
border: 0px #bdaf83 solid;
	z-index: 300;
	}
	
#header {
position:relative;
height:241px;
width:720px;
background:transparent url(hg_header_neutral.jpg) no-repeat scroll right center;
margin-top: -80px;
padding-left: 265px;

	}

#header_img {
    position: absolute;
	left: 265px;
	top: 0px;
	height:241px;
	width: 720px;
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
	border-bottom: 1px solid #81b145;
}			
	
#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 310;
}
	
#logo_img {
	height: 100px;
	width: 380px;
	background: url(../images/logo_weiss.gif) no-repeat top left;
	}	

#inhalt { 
/*background: #bec8c8 url(hg_inhalt.gif) repeat-y scroll left top;*/
line-height:16px;
padding-bottom:0px !important;
text-align:justify;
width: 1010px;
border: 0px #bdaf83 solid;
	}	

#text {
	padding: 30px 10px 0 10px;
	margin-left:280px;
	width:660px;
	border: 0px #898989 solid;
}

/*Footer*/	
#footer {
position: relative;
background:transparent url(hg_footer.jpg) no-repeat left top;
margin:0;/*damit unter dem Footer die Rahmen des Inhalts nicht angezeigt werden*/
padding-bottom:0px !important;
width: 1010px;
height: 61px;
border: 0px #898989 solid;
}
	
#footer p {
display: none;

	}	

	
#footer a:link, #footer a:visited { 
display: none;
	}

#footer a:hover, #footer a:active { 
display: none;
	}

#extraDiv2	{
position:fixed;
bottom:0;
left: 0;
background:#fff url(hg_div2.jpg) no-repeat bottom center;
height: 38px;
width:100%;
z-index: 1;
}
	
/*Navigation*/
#navi {
left:30px;
position:absolute;
top:320px;
width: 220px;
font-size:1.2em;
border: 0px #898989 solid;
}	
	
#navi ul li {
margin-bottom:8px;
	}

#navi li {
	list-style-type: none;
	background: url(hg_navi.gif) no-repeat left 5px;
	margin:4px 0;
	padding: 0px 0 5px 35px;
	}
	
	

#navi a, #navi a:link, #navi a:visited {
color:#666;
display:block;
font-weight:bold;
text-decoration:none;
	}
	
#navi a:hover,  #navi ul #navi ul a:hover span {
	color: #629f17;
	text-decoration: none;
}		

#navi ul a#navaktuell {
	color: #c62067;
	text-decoration: none;
	}	


/*Für die 2. Ebene*/
#navi2 ul ul li {
padding-left: 20px;
padding-bottom: 1px;
background: url(hg_navi2.gif) no-repeat left center;
}	

#navi ul ul li a#navaktuell {
	color: #c62067;
	text-decoration: none;
	}

/* Zweite eben bei nichtaktueller Seite ausbelnden */
#navi li ul {
	display: none;
}
#navi li.navaktuell ul {
	display: block;
}
	
/*für Grafiken und Blindtext*/
#navi h3.select span {
	display:none;
	}
	
#navi h3.navipunkte1 span {
	display:none;
	}







