html {
	height: 100%;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	background: #2f3340;
	color: #f2f2f2;
	margin: 0 auto;
	height: 100%;
	}
a {
	color: #f2f2f2;
}
h1 {
	font-size: 1.45em;
}
h2 {
	font-size: 1.35em;
}
h3 {
	font-size: 1.22em;
}
#wrapper {
	width: 100%;
}
#mainmenu {
	position: relative;
	width: 800px;
	height: 30px;
	margin: 0 auto;
	margin-top: 60px;
	text-align: right;
}
#mainmenu ul {
	margin: 0;
	padding: 0;	
}
#mainmenu ul li {
	display: inline;
	list-style-type: none;
}
#mainmenu ul li a:link, #mainmenu ul li a:visited, #mainmenu ul li a:active {
	color: #f2f2f2;
	font-size: 0.75em;
	text-decoration: none;
}
#mainmenu ul li a:hover {
	text-decoration: underline;
}
#header {
	width: 800px;
	height: 400px;
	margin: 0 auto;
}
#content {
	font-size: 0.8em;
	line-height: 1.8em;
	width: 800px;
	height: 400px;
	background: url(images/content-background.png) no-repeat 1px 0px;
	text-align: justify;
}
#content-bild {
	height: 400px;
	width: 230px;
	float: left;
}
#content-text {
	height: 400px;
	width: 520px;
	padding-right: 20px;
	float: right;
	overflow-y: auto;
}
.liste ul {
	padding: 0 0 0 10px;
	list-style-type: none;
}
.liste ul li{
	font-weight: bold;
}
.liste ul li ul li{
	font-weight: normal;
	
}
div.liste {
	font-size: 0.85em;
}
div.liste ul li {
}

#footer {
	width: 800px;
	height: 205px;
	margin: 0 auto;
}
#footer-left {
	width: 550px;
	padding-left: 10px;
	float: left;
}
#footer-left h1 {
	line-height: 2.4em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
.footersmall {
	color: #898b91;
	font-size: 0.65em;
}
.footertext {
	color: #ccc;
	font-size: 0.85em;
}
.footermail {
	font-size: 1.35em;
	line-height: 3em;
}
.footertelefon {
	color: #898b91;
	font-size: 0.75em;
}
#footer-right {
	width: 240px;
	float: right;
}
#flashcontent {
	margin-top: 24px;
}
.footerline {
	border: 1px solid #414551;
	clear: both;
}
ul.footermenu {
	color: #838383;
	font-size: 0.6em;
	padding: 0 0 0 10px;
}
ul.footermenu li{
	display: inline;
	list-style-type: none;
}

ul.footermenu li a:link, ul.footermenu li a:visited, ul.footermenu li a:active{
	color: #838383;
	text-decoration: none;
}
ul.footermenu li a:hover {
	text-decoration: underline;
}
div.impressum {
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: left;
}
div#home {
	float: left;
	text-align: center;
	width: 800px;
	display: block;
	}















