@charset "utf-8";
/* CSS Document */

p, div {margin:0px; padding:0px;}
body, html { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:white;
	background-color:#5D5C5B;
	margin:0px;
	width:100%;
	height:100%;
	font-size: 0.9em; 
	line-height:1.7em;
	overflow:hidden;
	}
#horizont
	{
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#main {
	position:absolute;
	top:-271px;
	width:100%;
	min-width:990px;
	height:542px;
	margin:0px;
	padding:0px;
	text-align:left;
	}
#top, #bottom {
	width:100%;
	height:81px;
	}
#middle {
	width:100%;
	height:380px;
	background-color:white;
	color:#5D5C5B;
	}
#logo {
	padding:0px 0px 20px 20px;
	}
#middle_content {
	width:980px;
	height:340px;
	padding:20px;
	overflow:auto;
	margin:0px auto;
	}
#menu {
	margin:5px 0px 0px 20px;
	}
#copyright {
	position:fixed;
	bottom:15px;
	right:20px;
	font-size:0.8em;}
.clear {
	width:100%;
	height:1px;
	clear:both;}
h1 { 
	font-size: 1em; 
	font-weight:normal; 
	color:#9ac01b; 
	background-color:inherit; 
	margin:0px 0px 7px 0px;
	padding:0px; }
h2 { 
	font-size: 1em; 
	font-weight:normal; 
	margin:0px 0px 7px 0px; }
h3 { 
	font-size: 1em; 
	font-weight:normal; 
	margin:0px 0px 7px 0px; }
div.start {
	font-size:1.5em;
	width:400px;
	height:200px;
	float:left;
	margin-top:100px;
	font-weight:normal;
	line-height:1.6em;
	color:#5f5f5f;}
div.imprint {
	width:240px;
	float:left;}
div.imprint_title {
	width:240px;
	float:left;}
div.imprint_text {
	width:705px;
	float:left;}
div.imprint_clear {
	width:100%;
	height:1px;
	margin-bottom:20px;
	clear:both;}
a {color:#9ac01b; background-color:inherit;}
a:hover {text-decoration:none;}

/*
a.main_menu, a.main_menu_act {
	font-size:1.1em;
	margin-right:85px;
	color:white;
	text-decoration:none;}
a.main_menu_act {
	color:#9ac01b;} */
/* Versch */
ul {
	list-style:none;
	margin-left:50px;
	margin-top:0px;}
	
/* Menue */
ul.main_menu {
	list-style:none;
	padding-left:0px;
	margin-left:0px;}
li.main_menu, li.main_menu_act {
	float:left;
	font-size:1.1em;
	margin-right:85px;}
li.main_menu a, li.main_menu_act a {
	text-decoration:none;
	color:white;}
li.main_menu_act a {
	color:#9ac01b;}