body {
  text-align: center; /* Zentrierung IE */
  margin: 0;
  padding: 0;
    
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #000;
  
  background-color: #F7E593;
}

body h1 {
  margin: 10px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.3em;
  color: #404040;  
}

body h2 {
  margin: 5px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.2em;
  color: #404040;  
}

body h3 {
  margin: 5px 0 5px 0;
  padding: 0;
  
  font-weight: bold;
  font-size: 1.1em;
  color: #404040;  
}

body h4 {
  text-align: left;
  margin: 5px 0 5px 0;
  padding: 0 0 0 5px;
    
  font-weight: bold;
  font-size: 1.1em;
  color: #000;  
  background-color: #CCCE06;
}

body p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
} 

img {
	border: none;
}

/***********************************Kopf**********************************/
#kopf {
	position: relative;
	text-align: left;
	width:  980px;
	height: auto;
	
	margin: 0 auto;   /* Zentrierung mitte */
	margin-top: 10px;
	
	border-top: solid 1px #404000; 
	border-right: solid 1px #404000;
	border-left: solid 1px #404000;
	
} 

#navi {
	position: relative;
	text-align: left;
	top: -20px;
	width: 760px;
	height: 15px;
	
	margin: 0 auto;   /* Zentrierung mitte */
	padding: 0 0 4px 220px;
			
	font-weight: bold;
	font-size: 11px;
	color: #FFFFE7;
	
	z-index:2;
} 
	
#seite {
  	position: relative;
	text-align: left;
	width: 984px;
  	height: auto;
	  	
	margin: 0 auto;   /* Zentrierung mitte */
}


/**********************Menue*************************/
#menuecontainer {
	position: absolute;
	text-align: left;
	top: -10px;
	left: 0px;
	width: 210px;
	height: auto;
	/*min-height: 600px;*/
	
}

#icons {
	text-align: left;
	width: 180px;
	height: 25px;
		
	margin: 0 0 10px 0;
	padding: 10px 5px 5px 20px;
		
	border: solid 1px #404000;
		
	-moz-border-radius-topright: 10px;
	/*-moz-border-radius-bottomright: 10px;*/
	
	background-color: #775F00;
}

#hauptmenue {
	text-align: left;
	width: 205px;
	height: auto;
	/*min-height: 200px;*/
	
	margin-bottom: 10px;
	
	border: solid 1px #404000;
		
	/*-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;*/
		
	background-color: #CCCE06;
}

.menue {
	padding: 5px 5px 3px 3px;
	border-top: 1px solid #DCDE08;
		
	font-weight: bold;
	font-size: 1.0em;
	color: #333;
	background-color: #AAAC06;
}

.untermenue {
	padding: 0 0 0 20px;

	line-height: 20px;
	font-weight: normal;
	font-size: 1.0em;
	color: #666;
}

.menue:hover, .untermenue:hover {
	background-color: #AAAC06;
}


.menue a:link {
	color: #FFF;  
	text-decoration: none;
} 

.untermenue a:link {
	color: #333;  
	text-decoration: none;
} 

.menue a:visited, .untermenue a:visited {
	color: #FFF; 
	text-decoration: none
}

.untermenue a:visited {
	color: #333; 
	text-decoration: none
}

.menue a:hover, .untermenue a:hover {
	color: #333; 
	text-decoration: none;
}

.menue a:active, .untermenue a:active {
	color: #666;  
	text-decoration: none;
}

#links {
	text-align: left;
	width: 180px;
	height: auto;
		
	margin-bottom: 10px;
	padding: 10px 5px 10px 20px;
		
	border: solid 1px #404000;
	
	/*-moz-border-radius-topright: 10px;*/
	-moz-border-radius-bottomright: 10px;
	
	background-color: #CCAB10;
}



/*******************************Inhalt*************************************/

.inhalt1 {
	position: absolute;
	text-align: left;
	top: -10px;
	left: 210px;
	width: 485px;
	height: auto;
	min-height: 880px;
	
	margin: 0 0 20px 10px;
	
	padding: 5px 10px 5px 10px;
		
	border: solid 1px #AAAC06;
	
	-moz-border-radius: 10px;
	
	background-color: #FFFFE7;
}

.inhalt2 {
	position: absolute;
	text-align: left;
	top: -10px;
	left: 740px;
	width: 220px;
	height: auto;
	min-height: 880px;
		
	padding: 5px 10px 5px 10px;
		
	border: solid 1px #AAAC06;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	
	font-size: 0.9em;
	background-color: #FFFFE7;

}

.inhalt3 {
	position: absolute;
	text-align: left;
	top: -10px;
	left: 212px;
	width: 740px;
	height: auto;
	min-height: 880px;
	
	margin: 0 0 10px 10px;
	padding: 5px 10px 20px 10px;
	border: solid 1px #AAAC06;
	
	-moz-border-radius: 10px;
	background-color: #FFFFE7;
}

.absatz {
	text-align: left;
	left: 0px;
	width: 100%;
	
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 0 5px 0;
	
	border-bottom: solid 1px #AAAC06;
		
}

.bild2 {
	float: left;
	text-align: center;
	
	width: auto;
	height: auto;
	
    margin: 0 10px 0 0;
	padding: 0;
}

.bild3 {
	float: right;
	text-align: center;
	
	width: auto;
	height: auto;
	
    margin: 0 0 0 10px;
	padding: 0;
}

/* Sonstige Linkfarben und Klassen*/
a:link {
	color: #808000;
	text-decoration: none;
}
a:visited {
	color: #808000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #666666;
	text-decoration: none;
}

.text_klein {
	font-size: 0.8em;
	color: #000000;
}

.text_klein_green {
	font-size: 9px;
	color: #808000;
}

.linkgreen { 
	padding: 5px 0 0 0;
	font-weight: normal;
	color: #808000;  
}

.linkgrey { 
	font-weight: bold;
	color: #666666;  
}

.linkoben { 
	text-align: right;
	padding: 0 0 0 0;
	font-weight: normal;
	color: #808000;  
}

.center { 
	text-align: center;
}

.kontakt {
	padding: 10px 0 0 0;
}
.grey {
	color:#999;
}