/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background:#007229 url(bg/body_start_bg.gif) repeat-x top left;
	text-align:center;   /* IE-Bug */
}
* {
	margin:0;
	padding:0;
	border:none;
	font-size:1em;
}
/*h1 {
	font-size:1.2em;
}*/
a:focus {
	outline:none;
}
#wrapper {
	min-width:700px;
	width:43.7em;
	max-width:1000px;
	margin:0 auto;
}
#header {
	height:123px;
	background-color:#007229;
	padding-bottom:5px;
	padding-top:5px;
}
body>#wrapper #header {
	height:auto;
	min-height:118px;
	padding-bottom:0px;
}
/*.header_top {
	height:90px;
	background-color:#007229;
}*/
.logo {
	float:left;
	display:inline;
}
.logo img {
	/*width:15.75em;*/
	margin:5px 0px 15px 4px;
}
.adresse {
	float:right;
	display:inline;
	text-align:right;
	color:#fff;
	margin:14px 12px 0px 0px;
}
.adresse a {
	color:#fff;
	text-decoration:none;
}
.adresse a:hover {
	text-decoration:underline;
}
.adresse address {
	font-style:normal;
	font-size:0.7em;
	line-height:150%;
}
/*.header_bottom {
	clear:both;
	height:33px;
	background-color:#007229;
	text-align:left;
	color:#fff;
	font-size:0.8em;
}
.header_bottom a {
	color:#fff;
	text-decoration:none;
}
.header_bottom a:hover {
	text-decoration:underline;
}*/
.language {
	/*float:left;
	display:inline;*/
	/*display:block;*/
	clear:left;
	margin-right:15px;
	margin-left:12px;
	margin-top:3px;
	text-align:left;
	font-size:0.8em;
	color:#fff;
	/*margin-top:5px;*/
	/*padding-bottom:5px;*/
}
body>#wrapper #header .language {
	padding-top:5px;
}
.language a {
	color:#fff;
	text-decoration:none;
}
.language a:hover {
	text-decoration:underline;
}
/*body>#wrapper #header .header_bottom .language {
	margin-top:2px;
}*/
.top_nav {
	float:right;
	display:inline;
	margin-right:12px;
	margin-top:3px;
	/*font-weight:bold;*/
}
.top_nav a {
	font-weight:bold;
}
/*body>#wrapper #header .header_bottom .top_nav {
	margin-top:2px;
}*/
#main {
	margin:0 auto;
	margin-top:5px;
	width:700px;
	clear:both;
	background:#D4D4D4 url(bg/main_start_bg.gif) no-repeat top center;
}
#main h1 a {
	color:#fff;
	text-decoration:none;
	display:block;
	width:339px;
	height:448px;
	padding-top:10px;
	/*font-weight:bold;
	font-size:1.2em;*/
}
.main_top {
	height:15px;
	background:#7C7C7C url(bg/main_start_top_bg.gif) no-repeat top center;
}
.main_mid {
	margin:0 auto;
	width:700px;
}
.main_inline_left {
	margin-left:9px;
	float:left;
	display:inline;
	width:339px;
	height:448px;
	background:transparent url(bg/kompost_start_bg.jpg) no-repeat top left;
	overflow:hidden;
}
.main_inline_left h1 a {
	font-size:1.2em;
	font-weight:bold;
}
.main_inline_right {
	margin-left:4px;
	float:left;
	display:inline;
	width:339px;
	height:448px;
	background:transparent url(bg/forst_start_bg.jpg) no-repeat top left;
	overflow:hidden;
}
.main_inline_right h1 a {
	font-size:1.2em;
	font-weight:bold;
}
.main_bottom {
	height:9px;
	clear:both;
	background:#007229 url(bg/main_start_bottom_bg.gif) no-repeat top center;
}
#footer, #footer a {
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	font-weight:bold;
}
#footer a:hover {
	text-decoration:underline;
}
#accesskeys {
	position:absolute;
	top:-1000px;
	left:-1000px;
}

/* ----- Klassen ----- */

.ignore, .hiddenStructure {
	position:absolute;
	top:-1200px;
	left:-1200px;
}
.floatclear {
	clear:both;
}