
/* ----Einstellungen für Hauptmenu Boote----- */

#hauptmenu {
  position: absolute;
  width: 755px;
  height: 25px;
  top: 140px;
  left: 194px;
  z-index: 5;
}

#hauptmenu ul {
  width: 600px;
  height: 30px;
  padding: 2px 0px 0px 6px;
}

/* Die Schrift Definition */

#hauptmenu li {
  width:130px;
  border-radius:8px 0px 8px 0px;
  background-color:#f50;
  margin:0px 10px 5px 0px;
  padding:0px 0px 5px 0px;
  list-style:none;
  float:left;
  font-size: 110%;
  font-variant: small-caps;
  font-weight: bold;
}

#hauptmenu li a   {
  text-decoration: none;
  color:#000;
  text-align:center;
  display:block;
  width: 100%;
  /* padding: 0px 10px 0px 18px;*/

  }

#hauptmenu li a:hover {
  color: #14294D;
}
#contentWrap {
	margin-top: 35px;
}
