* {
	margin: 0;
	padding: 0;
}



body {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
}


h1, h2, h3 {      
	color: #006b33;
	background-color: inherit; }
	
		
h1 {	
	font-size: 1.8em;
	margin: 50px 25px 25px 0;
   	padding: 15px 15px 0 0;
}


h2 {
	font-size: 1.6em;
	margin: 15px 25px 25px 0;
	padding: 15px 15px 0 0;}


h3  { font-size: 1.4em; font-weight: bold; margin: 25px 25px 25px 0; padding: 15px; }

h4  {font-size: 1.2em; font-weight: bold; margin: 50px 5px 5px 0; /*padding: 15px;*/}



p { 
	font-size: 0.8em;   
	line-height: 140%; 
	padding: 15px;
}



#container {
	color:#000000;
	background:  #f2f6df;
	width: 100%
}


#header {
	width:100%; 
	height:186px;
	background: url('grafics/leiste1.jpg') no-repeat;
}	



p.mainclear{
	clear: both;
	height: 20px;}


#column {
	float: right;
	width: 200px;
	margin-top: 90px;
	margin-right: 5px;
	margin-left: 25px;
	color: #006b33;
	background-image: url('grafics/farbverlaufcolumn.jpg');
}

#column1 {
	float: right;
	width: 200px;
	margin-top: 200px;
	margin-right: 5px;
	padding-top: 25px;
	color: #006b33;
	background-color: #CDDB7A;
	background-image: url('grafics/farbverlaufcolumn.jpg');
}

#content {
	margin-right: 200px;
	color: #006b33;
	margin-left: 25px;
	margin-top: 25px;
	padding: 0 15px 0 ;
	text-align: justify;
}
	


#content1 {
	color: #006b33;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	padding: 0 15px 0 0;
	text-align: justify;
}
	
img {	   
	   margin-top: 5px;	   
       margin-right: 15px;
	   margin-bottom: 15px;
	   border: 0;
	   float: left;
}


h3.column {
	font-size: 0.9em;
	font-weight: bold;
	padding-top:5px;
	padding-left: 10px;
	margin-bottom: -10px;} 
	

h4.column {
	font-size:0.8em;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 10px;
}




p.column {
	font-size: 0.8em;
	padding-left: 15px;
}



p.border{

	border-top: 2px solid #3472a3;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: -25px;
}


p.grafic {
	/*with: 700px;*/
	margin-top: 10px;
	margin-right: 25px;
	float: left;}

#footer {
	border-top: 4px solid #3472a3;
	color: #006b33;
	background: #f5f5f5;
	padding: 10px;
	margin-top: 15px ;
	text-align: center;
	clear: both;
}




a {
	text-decoration: underline;
}


a:link {
	color: #080;
}


a:visited {
	color: #790;
}
a:hover { text-decoration: underline }
a:active {
	color: blue;
}
ul {
	position: absolute;
	top:186px;
	left: 100px;
	list-style: none;
	
	
}



#nav a {
	font-weight: bold;
	font-size: 12px;
	color: #CDDB7A;
	text-decoration: none;
	

}



#nav li li a {
	display: block;
	font-weight: normal;
	color: #0a6b35;
	padding: 0.2em 10px;
}	

#nav li li a:hover {
	border-left:5px solid #0A6B35; 
	border-right:5px solid #0A6B35; 
	border-top:0px solid #0A6B35; 
	border-bottom:0px solid #0A6B35; 
	padding-left:5px; 
	padding-right:5px; 	padding-top:0.2em; 
	padding-bottom:0.5em
}

li {	
	
	border-left:0px solid #0A6B35; 
	border-right:0px solid #0A6B35; 
	border-top:2px solid #0A6B35; 
	border-bottom:1px solid #0A6B35; 
	float: left;
	position: relative;
	width: 9em;
	height: 16px;
	padding-top: 3px;
	text-align: center;
	cursor: default;
	background-color: white;
	
}

li#first {
	border-left-width: 1em;	
	background-image: url('grafics/farbverlauf.jpg');
     
}

li#second {
	border-left-width: 1em;	
	background-image: url('grafics/farbverlauf.jpg');
     
}
li#third {
	border-left-width: 1em;	
	background-image: url('grafics/farbverlauf.jpg');
     
}
li#four {
	border-left-width: 1em;	
	background-image: url('grafics/farbverlauf.jpg');
     
}
li#last {
     border-left-width: 1em;
	border-right-width: 1em;
	background-image: url('grafics/farbverlauf.jpg');

}

li ul {
	display: none;
	
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url('grafics/ddbg3.gif') no-repeat bottom left;
	border-right: 1px solid #0A6B35;
	margin-left: -1px; 
	padding-left:0px; 
	padding-right:0; 	
	padding-top:0.5em; 
	padding-bottom:1em
}

li>ul {
	
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	
	background-color: transparent;
	border: 0px none;
}

li:hover ul, li.over ul {
	display: block;} 





