/*  CSS by Torsten Schmidt
         www.schmidt-whv.de
*/
	
	body,td,th {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000000;	
	}
	
	body {
	background-color: #E6F5C5;
	}
	
	a:link {
		color: #FFA800;
		text-decoration: none;
	}
	
	a:visited {
		text-decoration: none;
		color:#FFA800 ;
	}
	
	a:hover {
		text-decoration: none;
		color: #FF0000;
	}
	
	a:active {
		text-decoration: none;
		color: #FFA800;
	}
	
	h1 {
		font-size: 14px;
		color:#FFA800;
		border-bottom:dotted 1px #FFA800;
	}
	
	h2 {
		font-size: 12px;
		color:#A8DF3B;

	}

/* Layer */

	.head {
	
		width:800px;
		background:#FFFFFF;
	
	}
	.head div {
		float: right;
		clear: right;
		padding-top: 0px;
		background:#FFFFFF;
	
	}
	.menue {
		background:#A8DF3B;
		width:790px;
		padding:5px;
		font:Verdana, Arial, Helvetica, sans-serif;
		color:#FFFFFF;
		font-style:bold;
		}
	.menue:link {
		color:#FFFFFF;
		text-decoration: none;
	}
	.menue:visited {
		text-decoration: none;
		color: #FFFFFF;
	}
	.menue:hover {
		text-decoration: none;
		color: #FFA800;
	}
	.menue:active {
		text-decoration: none;
		color: #FFA800;
	}
	.submenue {
		background-color:#FFA800;
		width: 796px;
		height:15px;
		color:#FFFFFF;
		padding:2px;
		
	}
	.submenue:link {
		color:#FFFFFF;	
	}
	.submenue:visited {
		color:#FFFFFF;
		
	}
	.submenue:hover {
		color:#A8DF3B;
	}
	.submenue:active {
		color:#FF0000;
	}
	
	.headpic {
		width:800px;
		height:129px;	
	
	}
	.contentarea {
		width:780px;
		background:#FFFFFF;
		padding:10px;
	
	}
	.contentarea1 {
		width:780px;
		background:#FFFFFF;

	
	}
	.underline {
		border-bottom:dotted 1px #FFA800;
		}
	.footer {
		width:800px;
		background:#FFFFFF;
	}
	.fontorange {color: #FFA800}

	#Impressum {
		position:absolute;
		left:444px;
		top:23px;
		width:348px;
		height:48px;
		z-index:1;
	}
	.padding {
		padding: 5px;
		
	}
