body {
  font-family: Arial
}
#navibereich li {
  display: inline; /* Listenelemente nebeneinander */
  list-style-type: none; border-left-width:1px; border-top-width:1px; border-bottom-width:1px; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px; text-align:center
}
#navibereich {
  background-color: #F57d00; /* Hintergrundfarbe für die Navigation */ 
  padding: 2px 0; /* Innenabstand: oben/unten 2px, li/re 0 */
  border-top: 0px solid #f57d00; /* Rahmenlinie oben */
  border-bottom: 0px solid #f57d00; /* Rahmenlinie unten */
  margin: 0; /* Keinen Außenabstand */ 
  text-align:center
}
#navibereich a {
  color: #ffffff;                  /* Schriftfarbe weiß */ 
  text-decoration: none;         /* Unterstreichung entfernen */ 
  padding: 4px 4px;              /* oben/unten 4px, re/li 4px */
   text-align:center
}
#navibereich a:hover {
  background-color: #ffffff;
  color: #F57D00; border-left-width:1px; border-top-width:1px; border-bottom-width:1px
   text-align:center
}
#navibereich a:hover, #startseite #navi01 a, #kontaktseite #navi02 a { /* ohne Komma am Ende */
  background-color: #ece9d8;
   text-align:center