#navibereich {
      list-style-type: none;
      padding: 0;
      margin: 0;
	  width: 450px;
	  height: 120px;
	  position:absolute;
	  top:125px;
	  right:10px
}
#navibereich ul li {
      list-style-type: none;
}
#navibereich a {
      display: block;
      text-indent: -900%;
      position: absolute;
      border: none;
}
#navibereich a:hover,
#startseite #navi01 a,
#ueberuns #navi02 a,
#kontakt #navi03 a,
#impressum #navi04 a {
      background-position: left bottom;
}
#navibereich .startseite{
      width: 98px;
      height: 60px;
      background: url(images/startseite.gif) no-repeat;
      left: 52px;
      top: 55px;
}
#navibereich .kontakt {
      width: 98px;
      height: 87px;
      background: url(images/kontakt.gif) no-repeat;
      left: 248px;
      top: -13px;
}
#navibereich .impressum {
      width: 98px;
      height: 60px;
      background: url(images/impressum.gif) no-repeat;
      left: 350px;
      top: 4px;
}
#navibereich .ueberuns {
      width: 98px;
      height: 60px;
      background: url(images/ueberuns.gif) no-repeat;
      left: 150px;
      top: 22px;
}

