@import url("content.css");
@import url("menu.css");
@import url("fce.css");

/****** Layout *****/
body {
	margin:0;
	padding:0;
	background-image:url(../images/zaun.jpg);
	background-position:center 118px;
	background-repeat:repeat-x;
}
html, body {
	height: 100%;
}

#wrapper {
	position:absolute;
	left:50%;
	top:0px;
	width:1024px;
	height:auto;
	margin-left:-512px;
	font-family:Georgia, Times, serif;
	font-size:12px;
	font-weight:normal;
	color:#2f3714;
	padding-bottom:74px;
}

#header {
	position:relative;
	width:1024px;
	height:211px;
	background-image:url(../images/header.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#mainmenu_lvl2_wrapper {
	float:left;
	position:relative;
	display:inline;
	left:24px;
	top:-54px;
	width:158px;
	
	background-image:url(../images/wegweiser_bg-trans.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#infobox1 {
	padding-bottom:10px;
	cursor:pointer;
}

#infobox1_header {
	background-image:url(../images/infobox1_head.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:61px;
}

#infobox1_image {
	min-height:40px;
	text-align:center;
	background-color:#73942e;
}

#infobox1_footer {
	background-image:url(../images/infobox1_footer.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:7px;
}



#infobox2 {
	background-color:#2f3714;
	color:#ffffff;	
}

#infobox2_header {
	padding:9px;
	border-bottom:2px solid #516621;
	text-transform:uppercase;
	font-size:11px;
}

#infobox2_content {
	padding:9px;
	font-size:11px;
}

#infobox3 {
	background-color:#2f3714;
	color:#ffffff;	
	margin-top:10px;
}

#infobox3_header {
	padding:9px;
	border-bottom:2px solid #516621;
	text-transform:uppercase;
	font-size:11px;
}

#infobox3_content {
	padding:9px;
	font-size:11px;
}

#imagebox1 {
	padding-top:10px;
	position:relative;
	left:15px;
	width:143px;
}

#imagebox2 {
	padding-top:50px;
}



#content_wrapper {
	float:left;
	position:relative;
	display:inline;
	left:39px;
	top:0px;
	width:600px;
}

#subcontent_wrapper {
	float:left;
	position:relative;
	left:60px;
	top:0px;
	width:130px;
}

#mainmenu_content {
	float:left;
	position:relative;
	display:inline;
	left:39px;
	top:0px;
	width:750px;
}


#mainmenu_lvl2 {
	margin-top:100px;
	margin-left:15px;
	margin-bottom:25px;
}

#servicemenu {
	padding-top:4px;
	margin-left:15px;
	margin-bottom:25px;
	border-top:2px solid #b9c996;
}



#content {
	margin-top:13px;
}

#subcontent {
	margin-top:19px;
}

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:74px;
	/*background-image:url(../images/footer.jpg);*/
	background-image:url(../images/footer.png);
	background-position:0px 0px;
	background-repeat:repeat-x;
}

