div#wrap{
  margin: 0 auto 0;
  width: 809px;
  height:100%; /* Mindesthöhe für den IE */

  
	}
div#headerWrap{
  background:  url("../img/bg_header.jpg") no-repeat center;
  background-position: bottom;
  width: 809px;
  height: 371px;
}

div#navigation {
	width: 388px;
	height: 47px;
	margin: 34px 0 0 212px;
				
}

div#navigation li {
	float: left;
	display:inline;
}
a.btnNavWas {
	background: url("../img/navWas.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}
a.btnNavWas:hover, a.btnNavWasActiv {
	background: url("../img/navWasActiv.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}
a.btnNavWer {
	background: url("../img/navWer.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}

a.btnNavWer:hover, a.btnNavWerActiv {
	background: url("../img/navWerActiv.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}
a.btnNavWo {
	background: url("../img/navWo.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}

a.btnNavWo:hover, a.btnNavWoActiv {
	background: url("../img/navWoActiv.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}
a.btnNavWarum {
	background: url("../img/navWarum.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}

a.btnNavWarum:hover, a.btnNavWarumActiv {
	background: url("../img/navWarumActiv.png") no-repeat;
	padding: 47px 0 0px 97px;
	float: left;
}
div#contentWrap{
  background: url("../img/bg_content.jpg") repeat-y center;
  width: 809px;
}

div#footer{
  width: 20px;
  padding-top:68px;
}
div#footercontent{
  background-color:#222222;
  width: 637px;
  margin: 0 0 0 86px;
  height:100px;
}
div#footercontent p{
 line-height: 1.6em;
 padding-left:73px;
 padding-top:20px;
}
div#footercontent p a{
 padding-right: 30px;
 color:#eeeeee;
}
div#content{
  width: 490px;
  margin: 0 0 0 159px;
  padding-top: 20px;
}
div#contentWrap p{
  line-height: 1.6em;
}
div#contentWrap p.zitat{
  color: #88a427;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.2em;
  padding-top: 30px;
  display: box;
}
div#contentWrap p.autor{
  color: #88a427;
  text-align: center;
  font-size: 1em;
  padding: 10px;
}

div.rightColumn {
	float:right;
	width: 250px;
}

div.leftColumn {
	float:left;
	width: 240px;
}

div.rightColumn img.left{
	padding-left: 45px;
}
#gruen
{
 background:#88a427;
 width:637px;
 height:3px;
}

.emailing{
	color: #88a427;
}

#contactMe{
	font-size: 1.4em;
	color: #ffffff;
	position:relative;
	top:87px; 
	left:754px;
	width: 300px;;
}
#contactMe a{
	color: #ffffff;

}
