/* ----Einstellungen für Hauptmenu Generell----- */
#hauptmenu {
  position: absolute;
  width: 757px;
  height: 25px;
  top: 140px;
  left: 200px;
  border: 0px solid #f50;
  background-color: #346;
  z-index: 5;
}

#hauptmenu ul {
  width: 770px;
  height: 15px;
  padding: 2px 0px 0px 0px;
}

/* Die Schriftdefinition */

#hauptmenu li{
  margin: 0px 0px 0px 0px;
  padding-bottom: 5px;
  list-style: none;
  float: left;
  font-size: 110%;
  font-variant: small-caps;
  font-weight: bold;
}

#hauptmenu li a{
  text-decoration: none;
  color: #ccc;
  padding-left: 10px;
}