/*------------------- CSS RESET ---------------------
---------------------------------------------------*/
* {
padding: 0;
margin: 0;
font-size: 100%;
font-weight: normal;
}

ul,
ol {
list-style: none;
}

b,
strong {
font-weight: bold;
}

img,
a img {
border: none;
}
/*------------------SCHRIFT / GRÖSSE ----------------
---------------------------------------------------*/

body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 76%;
	color: #000;
	line-height: 1.5em;
	text-align: left;
	background-color: #FFF;
}

h1,
h2,
h3 {
font-weight: bold;
margin-bottom: 0.7em;
line-height: 1.1em;
}

h1,
h2,
.subcol h3 {
	font-family: "AvantGarde Md BT", "AvantGarde Bk BT";
	color: #060;
}


h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 1.8em;
}

h3 {
font-size: 1.2em;
color: #505862;
}

h3.datum {
color: #505862;
font-size: 0.95em;
}
/*------------------- LAYOUT ---------------------
---------------------------------------------------*/
#container {
	width: 100%;
	min-width: 980px;
	max-width: 1200px;
	background-color: #060;
	padding: 0px;
	margin: 0 auto;
	border: thin solid #060;
}

/*------------------- HEADER ---------------------
---------------------------------------------------*/

#header {
	position: relative;
}

#hd_top {
	height: 120px;
	background-image: url(../img/header/imghd.gif);
}
#imgLogo {
	position: absolute;
	height: 110px;
	width: 110px;
	background-image: url(../img/header/logo.png);
	background-repeat: no-repeat;
	right: 60px;
}
#BioPower {
	position: absolute;
	top: 39px;
	height: 19px;
	right: 175px;
}
#BioPower h1 {
	color: #000;
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
}
#development {
	position: absolute;
	right: 175px;
	top: 61px;
}
#development p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#content {
	padding-top: 25px;
	padding-left: 0px;
	background-color: #FFF;
}

#wrapper {
	float: left;
	width: 95%;
}






#sidebarLeft {
	width: 140px;
	float: left;
	background-image: url(../img/nav/navbg2.png);
	height: 350px;
	margin-top: 75px;
	margin-bottom: 15px;
	padding-top: 150px;
	background-repeat: no-repeat;
}

#mainContent {
	float: right;
	width: 83%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#mainContent  li p {
	margin-left: 15px;
}


#mainContent  img {
	margin-right: 20px;
}


#sidebarRight {
	width: 180px;
	float: right;
	margin-right: 5px;
}


#footer {
	clear: both;
	background-color: #FFF;
	padding-top: 20px;
	position: relative;
	background-image: url(../img/footer/bgfooter.png);
	padding-left: 50px;
	padding-right: 50px;
	height: 30px;
}
#footer p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}



#footer,
.clearfloat {
clear: both;
}
.green {
	color: #060;
}
.mehrInfo {
font-size: 0.8em;
margin-top: 8px;
display: block;
text-align: right;
}

.mehrInfo a:link,
.mehrInfo a:visited {
	padding: 3px 20px;
	background-image: url(../img/info/info.gif);
	background-repeat: no-repeat;
	background-position: right 0;
}

.mehrInfo a:hover,
.mehrInfo a:focus,
.mehrInfo a:active {
	text-decoration: none;
	background-image: url(../img/info/info.gif);
	background-repeat: no-repeat;
	background-position: right -38px;
}
.zitat {
	font-size: 12px;
	color: #F90;
}
.white {
	color: #FFF;
}
#pssmall {
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#thead {
	background-color: #060;
	color: #FFF;
}
#text {
	text-align: center;
	margin-top: 100px;
}
#link {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	color: #F90;
	font-weight: bold;
}
