/*Farben: 
hellgruen: #E7E76D
hellgruen neu: #C2BE6C 
hellgruen neu2: #E4EDD3
mittelgruen: #808000
dunkelgruen: #46542C
*/
body {
 background: #E4EDD3;
 color:#46542C;
	font:	100.01% Arial, Helvetica, sans-serif;
}
div {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	color:#46542C;
}		
h1,h2,h3 {
	font-weight:bold;
}	
/*-------- Kopfbereich --- */
#kopf {
 width:996px;
 height:8.5em;
}

#kopf div {
	float:left;
	display:block;
 width:200px;
 margin:10px 0 10px 0;
	text-align:center;
}	
#kopf h1,
#kopf h2 {
	padding:45px 0 5px 0;
	margin:0;
	font: italic bold 1.4em "Times New Roman", Times, serif;
}	

#kopf h2 {
	font-size:1.2em;
	padding:0 0 15px 0;
}	
#content {
	width:996px;
}
/* --- Navigation --- */
#navi {
 width:200px;
 float:left;
} 

#navi ul {
 margin:0;
 padding:0;
 list-style-type:none;
 font-size:0.8em;
}
#navi li {
  margin:8px 0 0 0;
	width:185px;
}

#navi li ul {
	margin:3px 0 0 10px;
	padding-left:15px;
	list-style-type:square;
	font-size:1em;
}		

#navi a {
	display:block;
	height:1.4em;
	padding:0.3em;
	font-weight:bold;
	color:#46542C;
	border: #808000 solid 1px;
	border-right:solid 2px;
	border-bottom: solid 2px;
	text-decoration:none;
}

#navi a.subnav {
	width:11em;
	font-weight:normal;
	color:#46542C;
	border: 0 none;
	text-decoration:none;
}

#navi a.active,
#navi a.focus,
#navi a.hover {	
  color:#E4EDD3;
	background:#46542C;
	border-color:#808000;
}
#navi a.active.subnav,
#navi a.focus.subnav,
#navi a.hover.subnav {	
	background:none;
	text-decoration:underline;
	color:#46542C;
}
/* --- Inhalt --- */
#inhalt { 
	color:#000;
	margin-left:200px;
	background:#fff;

}

#innerInhalt {
	font-size:0.8em;
	padding:3px 10px 10px 15px;
}
#innerInhalt h1 {
	font-size:1.4em;
	margin-bottom:12px;
}	

#innerInhalt h2 {
	font-size:1.2em;
	margin-bottom:12px;
}	

#innerInhalt h3 {
	font-size:1.1em;
}	

#inhalt a {
	color:#46542C;
	font-weight:bold;
}
#inhalt a:visited {
 font-style:italic;
}
#inhalt a:active,
#inhalt a:focus,
#inhalt a:hover {
 text-decoration:none;
}  	


#infoblock {width:260px; height:auto; background:#E4EDD3; float:right; margin:15px; padding:15px;}
#infoblock ul {margin-left:-25px; list-style:square;}
#infoblock img {margin:0 0 15px 15px;}

/* --- allgemein --- */
address {
	margin:1em 3em 1em 0;
	text-align:right;
	float:none;
	color:#000000;
}
p { 
  margin-top: 0.3em;
}	
.unsichtbar {
  position:absolute;
  left:-1000px;
  top:-1000px;
  width:0px;
  height:0px;
  overflow:hidden;
  display:inline;
}
.nachoben {
	float:none;
	clear:both;
	background: #ffffff url(img/pfeil_nach_oben.png) no-repeat;
	display:block;
	padding:0 0 0 25px;
}	
.rechts {
	float:right;
	text-align:right;
}	
.center {
	text-align:center;
	margin:5px auto 5px auto;
}	

.clear {
	clear:both;
	float:none;
	display:block;
	overflow:hidden;
	height:1px;
	font-size:1px;
}	

.trennlinie {width:auto; height:auto; border:1px dotted #808000; margin:10px 0;}
