body {
	font-family: Tahoma, Arial, Helvetica;
	font-size: .8em;                
	margin-bottom: 50px;
	background-color: e2ffdf; 
	margin-top:40px;
 }

body.titel{
  margin-top:0px;
}

body.nav{
  background-color:0A7300;
  margin-top:20px;
}

a:link{
	color: 006633;
}

a:visited {
	color:004010;
}

a:hover{
	color:009020;
}

a.unterseiten:link{
	color: 444444;
	text-decoration: none;
}

a.unterseiten:visited{
	color: 444444;
	text-decoration: none;
}

a.unterseiten:hover{
	color: 666666;
	text-decoration: none;
}

a.unterseiten:active{
	color: 444444;
	text-decoration: none;
}

a.links:link{
	color: 006633;
	font-size: 1.2em;
	font-weight : bold;

	
}

a.links:visited{
	color: 004010;
	font-size: 1.2em;
	font-weight : bold;
	
}

a.links:hover{
	color: 009020;
	font-size: 1.2em;
	font-weight : bold;

}

a.links:active{
	color: 000;
	text-decoration: none;
	font-size: 1.2em;
	font-weight : bold;

}

div.titel{
	position:fixed;
	left:0px;
	top: 0px;
	width: 100%;
	height: 20px;
	color: 000;
	z-index: 2;
	background-color: fff;
}

h1{
	font-size: 30px;
	font-weight: bold;
	color: 444444;
	margin: 0em;
	padding-top: 20px;
	padding-bottom: 9px;


}

h2{
	font-size: 1.2em;
	font-weight: bold;
}

h3{
	font-size: 1.2em;
	font-weight: bold;
	color: 006633;
	margin: 0em;
  padding-top: 2em;
  padding-bottom: 1em;
}
h4{
	font-size: 1.0em;
	font-weight: bold;
	color: 006633;
	margin-bottom: 0em;
  padding-bottom: .5em;
}


h6{
	font-size: 1.4em;
}

td{ 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1em;                
	text-align: left;
	vertical-align: center;
	background-color: e2ffdf;
	font-size: .8em; 
  padding-left: 10px;   
}

td.text{ 
	font-family: Tahoma, Arial, Helvetica;
	               
	text-align: left;
	vertical-align: top;
	background-color: e2ffdf;
	font-size: .8em; 
  padding-left: 10px;   
}

img{
  margin-top:.5em;
  margin-bottom:.5em;
  margin-left: 20px;
}

body.leer{
  background-color: e2ffdf; 
}

hr{
  color: aaa;
  height: 3px;
  background-color:aaa;
}

#nav, #nav ul { /* all lists */
		padding: 10px;
		margin: 0;
		list-style: none;
		float : left;
		width : 150px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 30px;
		margin-top: 20px;
		margin-bottom : -1px;
		width: 100px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 150px;
		margin-top : -35px;
		padding: 0px;
		padding-left: 5px;
	}
  
  #nav li ul li {
    margin-top: 0px;
  }
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 150px;
		display : block;
		color : black;
		font-size: 1.3em;
		font-weight : bold;
		text-align: center;
		text-decoration : none;
		background-color : 0A7300;
		border : 1px solid black;
		padding : 0.1em;
	}
	
  #nav li ul a {
    padding : 0.1em;
    font-size: 1.1em;
    width: 150px;
    font-weight : normal;
  }
  
	#nav li a:hover {
		color : black;
		background-color : e3ffdf;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


