div#top{
  height: 105px;
  }
div#brugerindhold{
  position:relative;
  float: right;
  margin: 0px;
  padding:25px;  
  height:100%;
  width: 720px;
  overflow:visible;
  }
div#menu{
  background-color: #fff;
  }
div#menu a { 
  color: #006;
  font-size: 13px;
  font-weight: bold; 
  margin: 0px; 
  padding: 0px; 
  margin-right: 15px;
  height:20px; 
 }
div#menu a.niveauID2 {
  color:#000; 
  padding-left: 10px; 
  margin-top: 0px;
  margin-bottom: 0px;
  border-top: 0px solid #999999; 
  background-color: #fff }
div#menu a:hover { 
  color: #ccc;
  }
div#menu a.niveauID2:hover { 
  backgroundcolor: #999; 
  }
div#menu a.aktuel {
  color:#999; 
  border-bottom: 1px solid #999999; 
  }

