/*------------------- 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: #CCC;
}

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: 99%;
	min-width: 980px;
	max-width: 1200px;
	background-color: #060;
	padding: 4px;
	margin: 0 auto;
}

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

#header {
	position: relative;
}

#hd_top {
	height: 120px;
	background-image: url(../img/header/imghd.gif);
}
#imgLogo {
	position: absolute;
	height: 120px;
	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;
}


#hd_nav {
	background-color: #006837;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	height: 250px;
	background-image: url(../img/imgbg/imgbg.png);
	border-bottom-color: #999;
	border-top-color: #999;
}


#content {
	padding-top: 25px;
	padding-left: 20px;
	background-color: #FFF;
}

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

#mainContent {
	margin: 0;
	float: left;
	width: 99%;
}
#mainContent h3 {
	margin-left: 42px;
}
#mainContent p {
	font-size: 14px;
	margin-left: 42px;
}

#mainContent img {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}


#sidebarRight {
	width: 200px;
	float: right;
	margin-right: 20px;
}
#footer {
	clear: both;
	background-color: #FFF;
	padding-top: 15px;
	position: relative;
	background-image: url(../img/footer/bgfooter.png);
	padding-left: 45px;
	padding-right: 45px;
	height: 25px;
}
#footer p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}


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

.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;
}
