﻿body {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	margin: 20px 100px 50px 100px;
	background-color: #FFFFAE;
	height: auto;
	font-size: medium;
}
#container {
	border-radius: 15px;
	margin-right: auto;
	width: 900px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 25px;
	margin-left: auto;
	
}	
#logokopf {
	float: left;
	top: 50px;
	left: 30px;
	width: 320px;
	height: 200px;
}
#bildkopf {
	border: thick solid #FFFFFF;
	float: right;
	top: 50px;
	right: 5px;
	width: 550px;
	height: 200px;
}
#navigation {
	margin: 15px;
	float: left;
	width: 300px;
	padding: 160px 0px 0px 0px;
	position: relative;
}
#inhalt {
	width: 540px;
	float: right;
	padding: 20px 15px 0px 0px;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: medium;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h4 {
	font-size: small;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: justify;
}
h5 {
	text-align: right;
	color: #000000;
	text-decoration: none;
}
p {
	font-size: medium;
	text-align: justify;
}
#navigation ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navigation a:link {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #171717;
	background-color: #D2D2D2;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFCC00;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 10px 0px;
	display: block;
	text-decoration: none;
}
#navigation a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #171717;
	background-color: #D2D2D2;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFCC00;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 10px 0px;
	display: block;
	text-decoration: none;
}
#navigation a:hover {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #FFFF99;
	padding: 5px 0px 5px 20px;
	margin: 0px 0px 10px 0px;
	display: block;
	text-decoration: none;
}
#navigation a:active {
	background-color: #FFFFFF;
}
#navigation a.aktiv:link {
	color: #FFFFFF;
	background-color: #666666;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #D2D2D2;
}
#navigation a.aktiv:visited {
	color: #FFFFFF;
	background-color: #666666;
	border-right-style: solid;
	border-right-width: 10px;
	border-right-color: #D2D2D2;
}
#inhalt a:link {
	color: #666666;
	text-decoration: none;
}
ul {
	padding-left: 5px;
	margin-left: 10px;
	font-size: medium;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#inhalt a:visited {
	color: #999999;
	text-decoration: none;
	
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 .clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
