.logo {
  Xbackground-color:#3366CC;
  width:187px;
  height:50px;
  text-align:center;
  padding-bottom:15px;
}

.menu ul {
  width:187px;
  margin: 0px;
  padding: 0px;
}

.menu li {
  list-style-type: none;
  padding: 5px;
padding-left:2px;
  margin: 0px;
  border-bottom: 2px solid #3366cc;
  background-color: white;
  text-decoration: none;
  font-weight: bold;
  color: #3366cc;
}

.menu div.submenu {
  font-weight: normal;
  padding-left: 10px;
}

.menu a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.menu li:hover, .menu li.aktiv {
  background-color: #457ce9;
  color: white;
}
