﻿html, body {
	margin: 0;
	padding: 0;
	border: 0 solid;
	height:100%;
	background-color: #fff;
}
.hidden {
	display: none;
}
a:link {
	color:#3C6CAA; 
	text-decoration:none; 
	font-weight: bold;
}

a:visited { 
	color:#000000; 
	text-decoration:none;
	font-weight: bold;
}

a:hover {  
	color:#0099ff; 
	text-decoration:none; 
	font-weight: bold;
}

a:link.footer {
	color:#0099ff; 
	text-decoration:none; 
}

a:visited.footer { 
	color:#0099ff; 
	text-decoration:none;
}

a:hover.footer {  
	color:#0099ff; 
	text-decoration:none; 
}

#container {
	margin: 0 0 40px 0;
	padding: 0;
	position:relative;
	text-align:left;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: 100%; /* Mindesthöhe in IE (<7) */
	width:100%;
	background:#fff;
	font: 12px black Verdana, Arial, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#header {
	clear: both;
	height: 240px;
	background: #ffcc00;
}

#logo {
	height: 202px;
}
#content {
	clear: both;
	width: 990px;
	background-color: #ffffff;
	padding: 0px;
	margin-bottom: 50px;
}

#left {
	float: left;
	width: 253px;
	background-color: white;
}
#left a:link {
	color:#000; 
	text-decoration:none; 
	font-weight: bold;
}

#middle {
	float: left;
	padding: 25px 0 20px 0;
	margin: 0 0 0 0;
	width:500px;
}

#right {
	float: right;
	margin: 5px 5px 5px 5px;
	width: 186px;
	background-color: white;
}

#footer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	clear: both;
	margin: 10px 0 0 0;
	padding: 0;
	height:40px;
	width: 100%;
	background-color: #ffcc00;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #0099ff;
}

#footerright {
	float:left;
	display: inline;
	padding-left:35px;
	padding-top:10px;
	
}

#footerleft {
	padding-left: 370px;
	padding-top: 10px;
}

#menue {
	width: 100%;
	background-color: #ffcc00;	
	margin: 0;
	padding: 0;
	border: 0;
	height: 39px;
}
* html #menue {
	overflow: hidden;
}

#menue_1 {
	float:left;
	margin: 0;
	padding: 0;
	width:257px; 	
	height:39px;
}

ul#menue_2 {
	float:left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #0099FF;
	overflow: hidden;	
	height: 39px;
}

ul#menue_2 li {
	list-style: none;
	float: left;
	display: inline;
	border-right: 1px solid #0099FF;
	margin:0;
	padding: 0;
	width: auto;
	height: 39px;
	clear: none;
}

ul#menue_2 li a {
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bolder;
	color:#0099FF; 
	padding: 0.6em 1.2em;
	margin: 0;
	display: inline-block;
	width: auto;
	height: 39px;
}

ul#menue_2 li.current a {
	display: inline-block;
	color:#ffcc00;
	background: #0099FF;
}
#menuelist li {
	display: inline;
	list-style-type: none;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight:bold;
}

#submenue {
	position:relative;
	margin-top:15px;
	float:left;
	width:253px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height:36px;
	font-weight:bold;
	color: #000000;	
}
#submenuelist li {
	text-align:right;
	list-style-type: none;
	margin-right:30px;
}
#submenuelist li.current a {
	color: #0099ff;	
}
ul.zusatznavi {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.zusatznavi li {
	float: left;
	display: block;
	margin: 0 0.5em;
}
ul.zusatznavi li a {
	color: #0099ff;	
}
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000000;
	padding: 0.2em;	
}

.headright {
	width:186px;
	height:22px;
	background-color: #808080;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	text-align:center;
}

#right h1 {
	color: #fff;
	background: #808080;
}

.fliesstext {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height:18px;
	font-weight:normal;
	color: #000000;	
}
