#top {
  width:939px;
  height:206px;
  position:relative;
}

#logo {
  background:url('rahmen/kopf.jpg') no-repeat;
  position:relative;
  width:939px;
  height:181px;
  text-indent:-9999px;
}

#navitop {
  font-weight:bold;
  color:#a00;
  position:absolute;
  height:25px;
  width:939px;
  top:181px;
  left:0px;
  background:url('rahmen/navi_bg.png')
}

#navitop ul {
  float:left;
  list-style-type:none;
}

#navitop li {
  height:25px;
  float:left;
  border-left:1px solid #777;
  border-right:1px solid #000;
}

#navitop li a{
  display:block;
  color:#FEE;
  text-decoration:none;
  margin:5px 4px;
  font-size:0.85em;
}

#navitop li a:hover{
  color:#FC8;
}