.logo {

  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 white;


  text-decoration: none;
  font-weight: bold;

color:white;
}

.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 {



color: #bdbec0;
 background-color: white;
}

