div#head {
  position:absolute;
  text-align:center;
  z-index:2;
  top:0px;
  left:0px;
  right:0px;
}

div.head_content {
  margin: 0 auto;
  width: 980px;
}

div#bg-biopellets {
  position:absolute;
  top:60px;
  left:0;
  right:0;
  z-index:1;
  height:75px;
  background-image: url(../images/bg-biopellts.jpg);
  border-top: 1px solid #025d00;
  border-bottom: 6px solid #025d00;
}

img#biopellets {
  margin-top:-60px;
  float:right;
}

h1#biopellets-handel {
  float:left;
  margin-top:20px;
}

div#nav_block {
  position:absolute;
  top:90px;
  left:0;
  right:0;
  z-index:3;
  text-align:center;
}

ul#navigation {
 margin: 0 auto;
 width: 960px;
	list-style-type: none;
 line-height:1;
}

li#home {
  float:left;
  margin-right:10px;
  height:35px;
  width:148px;
  background-image:url(../images/navigation/home.gif);
  background-repeat:no-repeat;
}

li#home:hover {
  background-position:-148px;
}

li#unser-angebot {
  float:left;
  margin-right:10px;
  height:35px;
  width:162px;
  background-image:url(../images/navigation/unser_angebot.gif);
  background-repeat:no-repeat;
}

li#unser-angebot:hover {
  background-position:-162px;
}

li#bestellen {
  float:left;
  margin-right:10px;
  height:35px;
  width:147px;
  background-image:url(../images/navigation/bestellen.gif);
  background-repeat:no-repeat;
}

li#bestellen:hover {
  background-position:-147px;
}

li#kontakt {
  float:left;
  margin-right:10px;
  height:35px;
  width:147px;
  background-image:url(../images/navigation/kontakt.gif);
  background-repeat:no-repeat;
}

li#kontakt:hover {
  background-position:-147px;
}

li#impressum {
  float:left;
  margin-right:10px;
  height:35px;
  width:147px;
  background-image:url(../images/navigation/impressum.gif);
  background-repeat:no-repeat;
}

li#impressum:hover {
  background-position:-147px;
}

div#inhaber {
  float:left;
  margin-top:34px;
  margin-left:20px;
}
