html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
}


h1, h2, h3, h4, dt, dd {
	font-size: 1.0em;
	font-weight: bold;
}

p {
	color: #000000;
}

#pagemargins {
	text-align: left;
	width: 980px;
	padding: 0 30px 0 30px;
	margin: auto;
	background-image: url(../images/shadows.gif);
	background-repeat: repeat-y;
}

#pagebottom {
	width: 1040px;
	height: 28px;
	margin: auto;
	background-image: url(../images/shadow_bottom.gif);
	background-repeat: repeat-y;
}

#topmargin {
	height: 50px;
	background-color: #bbd0c7;
	border: 1px solid white;
	border-bottom: 0;
}

#header {
	height: 150px;
	border: 1px solid white;
	border-bottom: 0;
	background-color: #558972;
}

#print_header {
	display: none;
}

#header .headerdiv {
	width: 195px;
	height: 150px;
	border-right: 1px solid white;
	float: left;
}

#header .headerdiv img{
	border:0;
	/*border-top: 1px solid white;*/
}
#header .banner { float: left;}
#header .banner img{
	border: 0;
	border-right: 1px solid white;
}

#header .headerdiv img.logoimg {
	margin-top: 0;
	border:0;
}

#header #logo_biogas, #logo_solar, #logo_foto {
	display: none;
}

#header #banner_biogas, #banner_solar, #banner_foto {
	display: none;
}

#header #teaser_biogas {
	background-color: #8aa142;
}

#header #teaser_solar {
	background-color: #a43a48;
}

#header #teaser_foto {
	background-color: #d9a628;
}

#header #slogan {
	float: left;
	height: 150px;
	width: 194px;
	text-align: center;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
}

#slogan h1 {
	margin: 0;
	padding: 0;
    margin: 10px;
	color: white;
}

#slogan p {
	margin: 0;
	padding: 0;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	font-size: 0.8em;
}

#main {
	position: relative;
	width: auto;
	border: 1px solid white;
	background: url(../images/background.gif) repeat-y;
	background-position: 0 0;
}

#pageheader {
	margin-top: 15px;
	margin-left: 195px;
	
}
#metanav {
	position: relative;
	height: 22px;
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	background: url(../images/nav.gif) repeat-x;
	background-position: 0 0;
	line-height: 20px;
	font-size: 0.7em;
	color: #4c4c4c;
	font-weight: bold;
}

#metanav #breadcumbs {
	padding-top: 2px;;
}

#metanav #languagenav {
	padding-top: 2px;
	color: #4c4c4c;
	width: 155px;
	position: absolute;
	top: 0;
	right: 0;
}

#metanav a {
	font-weight: normal;
	text-decoration: none;
	color: #4c4c4c;
}

#metanav a:hover {
	color: black;
}

#pageheader h1 {
	margin: 0;
	padding: 0;
	margin-left: 40px;
	margin-top: 35px;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.4em;
	color: #558972;
	
}
 
#left {
	position: absolute;
	top: 37px;
	left: 0;
	width: 195px;
	z-index: 1000;
}


#right{
	position: absolute;
	top: 0;
	right: 0;
	width: 155px;
	padding-left: 20px;
	padding-right: 20px;
	height: 500px;
	font-size: 0.7em;
}

#content_wrapper{
	position: relative;
	margin-left: 195px;
}

#content {
	margin-right: 195px;
	background: url(../images/dotted.gif) repeat-y;
	background-position: 587px 0;
	padding: 20px;
	padding-bottom: 40px;
	padding-top: 0;
	padding-left: 40px;
	line-height: 1.6em;
	font-size: 0.8em;
}



