#kopf {
	position: absolute;
	top: 0px;
	left: 0px;
        height: 140px;
	width: 994px;
	
}

#kopf_links {
	position: absolute;
	top: 0px;
	left: 0px;
        height: 140px;
	width: 107px;
	border-right: #FFFFFF 5px solid;
        background: url(../bilder/kopf_links.gif) no-repeat;	
}

#kopf_logo {
	position: absolute;
	top: 26px;
	left: 112px;
	height: 136px;
	width: 87px;
	background: url(../bilder/logo.gif) no-repeat;

	
}

#inhalt_bild {	
	position: absolute; 
	top: 183px; 
	left: 737px; 
	width: 224px; 
	height: 241px; 

}	
	
#inhalt_fuss {
	position: absolute;
	top: 576px;
	left: 0px;
	height: 21px;
	width: 994px;
	background: url(../bilder/fuss.gif) no-repeat;
	
}
	
a:link {
       color:#A70006; 
	
}

a:visited { 
       color: #63a421; 
}



/*------------------------------------------------------------------------------------------*/


#nav_kopf {
	position: absolute;
	top: 0px;
	left: 204px;
	height: 140px;
	width: 790px;
        background: url(../bilder/kopf_rechts.gif) no-repeat;
	
}

.navi_kopf ul {
        list-style-type: none;
	padding-left: 370px;
	padding-top: 111px;
	margin: 0px;
	
}
  
.navi_kopf li {
        float: left;
        padding-left: 20px;
	margin-right: -7px;
	padding: 0px;
	background: url('../bilder/trennstrich.gif') no-repeat;
}

.navi_kopf a {
	float: left;
	padding: 10px;
	margin: 0px;
	margin-left: 11px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #3B7303;
	background-color: inherit;
	font-size: 11px;
	line-height: 6px; 
	font-weight: bold;
	height: 0px;
	
}

.navi_kopf a:hover, #nav a:focus {
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 20px;
	padding: 10px;
	margin: 0px;
	margin-left: 11px;
	font-size: 11px;
	line-height: 6px; 
	font-weight: bold;
	height: 0px;

}

.navi_kopf li.active a {
        color: #FFFFFF;
	padding-left: 20px;
	padding: 10px;
	margin: 0px;
	margin-left: 11px;
	font-size: 11px;
	line-height: 6px; 
	font-weight: bold;
	height: 0px;

}

/*------------------------------------------------------------------------------------------*/

body {
  background-color: #C0C0C0;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color: black;  
  padding:0px;
  margin:0px;
}

#alles {
  background-color: white; 	
  position:absolute;
  height:597px; 
  width:994px;
  margin-left: -497px;
  margin-top: 20px;
  left: 50%;
  border-bottom: #868686 1px solid;
  border-right: #868686 1px solid;	

}

#inhalt_text   { 
	position: absolute; 
	top: 24px; 
	left: 21px; 
	width: 400px; 
	height: 300px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: black;
	text-decoration: none;
	font-size: 11px;
	line-height: 16px;
	 
	
}

#inhalt {
	background-color: #EAEAE9;
	position: absolute; 
	top: 183px; 
	left: 204px; 
	width: 530px; 
	height: 378px;
	margin: 0px;
        overflow: auto; 
        overflow-x: hidden; 
        overflow-y: auto; 
        padding-right: 0px;  
}

/*------------------------------------------------------------------------------------------*/


#nav {
	background-color: #FFFFFF; 
	margin: 0px; 
	padding-top: 20px; 
	border: solid 0px #564b47; 
	position: absolute; 
	top: 183px; 
	left: 0px; 
	width: 199px; 
	height: 373px; 
	border-right: #FFFFFF 5px solid;
	
}

.navi ul {
        list-style: none;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0px;
	
}
 
.navi a {
	
	padding-left: 28px;
	padding-bottom: 22px;
	margin: 0px;
	font-family: Verdana, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #9F9F9F;
	background-color: inherit;
	font-size: 11px;
	line-height: 22px; 
	font-weight: bold;
	height: 0px;
	
	background: url('../bilder/menue.gif') no-repeat;
}

.navi a:hover, #nav a:focus {
	background: url('../bilder/menue_hili.gif') no-repeat;
	font-weight: bold;
	color: black;
	margin: 0px;
	font-size: 11px;
	line-height: 22px; 
	padding: 0;
	padding-left: 28px;

}

.navi li.active a {
	background: url('../bilder/menue_aus.gif') no-repeat;
	color: black;
	font-weight: bold;

}


.navi li ul {
	display: none;
	
}

.navi li.active ul {
	display: block;
	padding: 0;
        padding-left: 12px;	
 
}

.navi li.active li a {
	background: url('../bilder/menue2.gif') no-repeat;
	padding-left: 16px;
	color: #9F9F9F;
	font-weight: bold;

}

.navi li.active li.active a {
	background: url('../bilder/menue2_aus.gif') no-repeat;
	color: black;
	font-weight: bold;	
	
}

.navi li.active li a:hover, #nav li.active li a:focus {
	background: url('../bilder/menue2_roll.gif') no-repeat;
	font-weight: bold;
	color: black;
	padding: 0;
	padding-left: 16px;

	
}



