/*Beispielseite 29 */
/* Erstellt von Nicole Folchert */
/* Erstellt: 26.10.2009*/

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

html {background:#568400;}
	
body { 
background:#568400;
color:#383c39;
	}


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

#inhalt h1 { 
	font: bold 1.8em Arial,Verdana,sans-serif;
	padding: 5px 0px 0 0px;
	}	
	
#inhalt h2 { 
	font: bold 1.6em Arial,Verdana,sans-serif;
	padding: 5px 0px 0 0px;
	}	
	
#inhalt h3 { 
	font: bold 1.3em Arial,Verdana,sans-serif;
	padding: 5px 0px 0 0px;
	}

#inhalt img { border: 1px #383c39 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:#383c39;
	text-align:justify; 
	text-decoration: underline;
	}

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

	
#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 0px;
	text-align: left;
	border-collapse:collapse;
}	

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

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

#inhalt .contactform button {
font: normal 1.0em Arial,Verdana,sans-serif;
color:#383c39;
}		
	
/* Spezielle DIVs*/
#container {
margin-top: 30px;
margin-bottom: 20px;
position:relative;
width:100%;
background: #afbaad;
border-top: 1px #fff solid;
border-bottom: 1px #fff solid;
	}

	
#header {
position:relative;
height:272px;
width:100%;
background-color:#fff;
background-repeat: no-repeat;
}

#header_img {
    position: absolute;
	left: 395px;
	top: 0px;
	height:272px;
	width: 605px;
	background-position: top left;
	background-color: transparent;
	background-repeat: no-repeat;
}		
	
#logo {
	position: absolute;
	top:60px;
	left:20px;
	height:100px;
	width: 380px;
	z-index: 300;
	}
	
#logo_img {
	height: 100px;
	width: 380px;
	background: url(../images/logo_schwarz.gif) no-repeat top left;
	}	

#inhalt { 
position:relative;
margin-left: 395px;
background: #cfd5ce;
width:605px;
border: 0px #bdaf83 solid;
	}	

#text {
	position:relative;
	padding: 15px 15px;
	background: #dee1df;
	border: 0px #898989 solid;
}

/*Footer*/	
#footer {
position: relative;
background:transparent;
height: 20px;
padding-left: 10px;
border: 0px #898989 solid;
}
	
#footer p {
	font-size: .9em;
	padding-top: 3px;
	color: #676b68;
	}	

	
#footer a:link, #footer a:visited { 
	color: #676b68; 
	font: normal 9px Arial,Verdana,sans-serif;
	text-decoration: underline;
	padding: 0;
	}

#footer a:hover, #footer a:active { 
	color: #568400;
	}

/*Navigation*/
#navi {
left:210px;
position:absolute;
background: transparent;
top:275px;
padding: 30px;
width: 150px;
font-size:1.2em;
}	
	

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

#navi a, #navi a:link, #navi a:visited {
color:#251918;
display:block;
font-weight:bold;
text-decoration:none;
	}
	

#navi a:hover,  #navi ul #navi ul a:hover span {
	color: #568400;
	text-decoration: none;
}		

#navi ul a#navaktuell {
	color: #568400;
	text-decoration: none;
	}	
	
	
	
/*Für die 2. Ebene*/
#navi2 ul ul li {
padding: 5px 0 5px 30px;
}

#navi ul ul li a#navaktuell {
	color: #568400;
	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;
	}







