body {
	background-image: url(bilder/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
#container {
	width: 1000px;
}
#header {
	height: 110px;
	background-image:url(bilder/bg_header.jpg);
	background-repeat:no-repeat;
	position: relative;
}#navi {
	background-image: url(bilder/bg_navi.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 85px;
	height: 25px;
	width: 100%;
	color: #787878;
	font-size: 11pt;
	font-weight: bold;
}
#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#navi li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 18px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #787878;
	padding-top: 2px;
}
#navi li.current_page_ancestor, #navi li.current_page_item {
	background-image: url(bilder/bg_navi_aktiv.jpg);
}

#navi a {
	color: #787878;
	text-decoration: none;
}


#impressum {
	position: absolute;
	top: 4px;
	right: 10px;
	font-size: 8pt;
	color: #FFFFFF;
}
#impressum a {
	color: #FFFFFF;
	text-decoration: none;
}
#subnavi {
	width: 190px;
	padding-top: 15px;
	color: #787878;
	font-size: 11pt;
	font-weight: bold;
	float: left;
}
#subnavi ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subnavi li {
	background-image: url(bilder/bg_subnavi.jpg);
	padding-left: 10px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
}
#subnavi li.current_page_item {
	background-image: url(bilder/bg_subnavi_aktiv.jpg);
}

#subnavi a {
	text-decoration: none;
	color: #787878;
}

#content {
	padding-left: 210px;
	float: right;
	position: relative;
	width: 380px;
	padding-right: 220px;
	background-image: url(bilder/bg_content.jpg);
	background-repeat: repeat-x;
	font-size: 11pt;
	line-height: 14pt;
	color: #787878;
	padding-top: 15px;
	min-height: 500px;
}
#content h1 {
	font-size: 15pt;
	color: #FFFFFF;
	padding-top: 22px;
	padding-bottom: 18px;
	margin: 0px;
	background-color: #D2D3D5;
	font-weight: bold;
	width: 380px;
}
#content a {
	color: #F04E10;
}


#titelbild {
	position: absolute;
	left: 0px;
	top: 15px;
	height: 190px;
	width: 190px;
}
#sidebar {
	width: 205px;
	position: absolute;
	right: 0px;
	top: 61px;
}
#sidebar #wetter {
	background-image: url(bilder/bg_wetter.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#sidebar #produktion {
	background-image: url(bilder/bg_produktion.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	display: none;
}
#sidebar #partner {
	background-image: url(bilder/bg_partner.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.clear {
	clear: both;
}
