div#top{
  height: 72px;
  border-bottom: 1px solid #999;
  }
div#brugerindhold{
  position:relative;
  float: right;
  margin: 0px;
  padding:25px;  
  height:100%;
  width: 530px;
  overflow:visible;
  }
div#menu{
  float:left;
  top:72px;
  left:0;

  margin: 0px;
  height: 100%;
  width: 165px;
  color: #000;
  overflow:hidden;
  }
div#menu ul { 
  margin: 0px;
  list-style-type:none;
  }

div#menu a { 
  display:block;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: bold; 
  height:26px;
  width:150px; 
  padding-top:8px;
  padding-left:15px;
  border-bottom: 1px solid #999;
  background-color:#CAE1FF;
 }
div#menu a.niveauID2 {
  color:#000; 
  padding-left: 25px; 
  width:140px; 
  padding-left:25px;
  font-weight: normal;
  padding-top:4px;
  height:20px; 
  background-color: #fff;
 }
div#menu a:hover { 
  background-color:#A2B5CD;
 }
div#menu a.niveauID2:hover { 
  backgroundcolor: #999; 
  }
 }
div#menu a.niveauID2:hover { 
  backgroundcolor: #999; 
  }
div#menu input {
	color:#666;
	background-color:#fff;
	font-size:84%;
	font-weight:normal;
	border:1px solid;
	border-color:#999;}
div#menu input.el1 {
	width: 95px;
}
div#menu input.el2 {
	font-weight:bold;
	width: 50px;
background-color:#CAE1FF;

}