* {
	margin:0;
	padding:0;
}

body { 
	font-family: arial,helvetica,sans-serif;
	background-color: #DDEBE2;
	margin: 8px;
	font-size:84%;
}

ul,p {
	margin: .8em 0;
}

li { 
	margin-left: 3.1em; margin-bottom: 0.3em;
}

h1 { 
	color: #00754E;
	font-size: 2em;
	margin: 0 0 1.4em 0;
}

#header h1 { 
	color: #00754E;
	font-size: 1.4em;
	margin-right:.5em;
}

a { color:#00754E; }

h2,h4 { margin: .8em 0; color:#007951; }
h1 { font-size: 1.6em; line-height:1.2; margin-top:0; }
h2 { font-size: 1.4em; line-height:1.2; margin-top:0; }
h3 { font-size: 1.2em; margin: .9em 0;}
h4 { font-size: 1em; margin: .9em 0;}

#topnavi {
	float:left;
	width: 61em;
	background-color: #DDEBE2;	
	border:1px solid #CADED1;
	border-bottom: none;
}

#topnavi ul {
	margin:0;
	padding:0;
	list-style: none;
	width:100%;
}

#topnavi li {
	display:inline;
	margin:0; padding:0;
}

#topnavi a {
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	border-bottom:1px solid #caded1;
	border-right:1px solid #caded1;
	padding: .3em .7em;
	background-color: #DDEBE2;
	color: #00754E;
	text-decoration:none;
	width:auto;
}

html * body #topnavi a { width:15%; }

#topnavi a:active {
	background-color: #fff;
}

#topnavi a:hover {
	background-color:#fff;
	border-bottom:1px solid #fff;
}

#topnavi a.active:hover {
	color: #00754E;
	background-color: #fff;
}

/* Hides from IE-mac \*/
* html #topnavi {height: 1%; display: block;}
/* End hide from IE-mac */

#main { 
	float:left;
	background-color: #fff; 
	border:1px solid #CADED1;
	border-top:none;
	clear:left;
	width:61em;
}

#content {
	float:right;
	line-height:1.3;
	width:46em;
	background-color:#fff;
	border-left: 1px solid #CADED1;
	padding: 1.5em 1em;
	min-height: 500px;
	-height:500px;
}

#metanavigation { 
	float:left;
	padding: 1.5em 0;
	width:12.4em;
	background-color:#fff;
	overflow:hidden;
}

#header {
	float:right;
	width:14em;
	height:3em;
	// line-height:1;
	margin-top: 1em;
	margin-bottom: -3em;
}

#metanavigation li {
	margin:0;
	height:auto;
	list-style: none;
}

#metanavigation ul ul { 
	margin: .2em 0 .2em 1em;
}

#metanavigation a {
	display:block;
	padding: .5em .4em;
	width:11.7em;
	-width: 13.1em;
	color:#000;
	font-weight: bold;
	text-align:left;
	text-decoration:none;
}

#metanavigation a:hover,.activeitem {
	background-color: #DDEBE2;
	color: #000;
}

.fixfloat {
	float: none;
	clear: both;
	width: 1px;
	margin: 0; 
	padding: 0; 
	font-size: 0px;
	line-height: 0px;
	height: 1px;
}

blockquote {
	margin-left: 3.1em;
}

hr {
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	height: 1px;
	color: #fff;
	border: none;
	border-bottom: 1px solid #ffffff;
}

html>body hr {
	margin: 0;
	height: 1px;
	background-color: #ffffff;
	border: 0px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#content img.links {
	float:left;
	margin: 0 .5em .5em 0;
	border:1px solid #eee;
}

#content img.rechts {
	margin: 0 0 .5em .5em;
	float:right;
	border:1px solid #eee;
}

#content .legende {
        font-size: .8em;
}

.addressblock { float:right; width:40%; }
.sp1 { float:left; width:58%; }

.clearpg:after {
	content:"."; 
	display: block; 
	clear:left;
	line-height: 1px;
	height: 1px; 
	visibility: hidden;
}

.clearpg {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearpg {height: 1%; display: block;}
/* End hide from IE-mac */