#navigation {
  background-color : #d9dadb;
  margin           : 0px;
  padding          : 0px;
  width            : 190px;
  /*height           : 438px;*/
  display:inline;
  /*display:table-cell;*/
  float            : left;
  border-right     : 1px solid #000;
  /*border:1px solid #55d;  */
  /* added by Nedkov at 17.01.08 */
  overflow:auto;
  padding-top:20px;
}

#navigation ul {
  list-style      : none;
  display         : inline;
  float           : left;
  width           : 190px;
  margin          : 0px;
  padding         : 0px;
  /*background-color: rgb(255,255,255);*/
  color           : rgb(0,120,160);
}

#navigation #navfix {
	height: 50px;
	/*padding-top:20px;*/
	/*height: expression(document.getElementById('navigation').style.height + 50 + 'px');*/
	/*margin-bottom:50px;
	overflow:visible;*/
}

#navigation ul li{
  width           : 190px;
  /*background-color: rgb(255,255,255);*/
  color           : rgb(0,120,160);
  display         : inline;
  float           : left;
  margin-top      : 0.2em;
  margin-bottom   : 0.2em;
}

#navigation ul li:hover {
  /*background-color: rgb(180,205,215);*/
  /*background-color: white;*/
  color           : rgb(0,70,95);
}

#navigation ul li a {
  display         : block;
  width           : 190px;
  line-height     : 1.5em;
  /*color           : rgb(0,120,160);*/
  text-decoration : none;
  /*font-size       : 9pt;*/
  font-weight     : 700;
  color: #004860;
  font-family: Verdana;
  font-size: 11px;
  font-weight:bold;
}

#navigation ul li a:hover {
  color           : rgb(180,205,215);
  background-color: rgb(0,70,95);
}

#navigation ul li .NavigationRubrikGewaehlt {
  float           : right;
  text-align      : left;
  width           : 190px;
  background-color: white;
  color           : rgb(0,70,95);
}

#navigation ul li a .NavigationRubrikGewaehlt {
  display         : block;
  width           : 190px;
  /*background-color: rgb(180,205,215);*/
  color           : rgb(0,70,95);
  text-decoration : none;
  font-size       : 11pt;
  font-weight     : 500;
}


#unterRubrik ul{
  display         : inline;
  float           : right;
}

#unterRubrik ul li{
  width           : 190px;
  display:inline;
  float:left;
  /*background-color: rgb(255,255,255);*/
  color           : rgb(0,120,160);
  /*margin-left     : 20px;*/
}

#unterRubrik ul li:hover {
  color           : rgb(220,230,235);
  background-color: rgb(0,70,95);
}

#unterRubrik ul li a {
  display         : block;
  width           : 190px;
  color           : rgb(0,120,160);
  text-decoration : none;
  font-size       : 10pt;
  /*font-size       : 10px;*/
  font-weight     : normal;
  /*padding-left:20px;*/
  /*border:1px solid;*/
}

#unterRubrik ul li a:hover {
  /*background-color: rgb(0,70,95);
  text-decoration:overline;*/
  color           : rgb(220,230,235);
}

#unterRubrik ul li .NavigationUnterRubrikGewaehlt {
  float           : right;
  text-align      : left;
  width           : 190px;
  /*background-color: rgb(180,205,215);*/
  background-color:#FFFFFF;
  color           : rgb(0,70,95);
  /*border:1px solid;*/
  
}

#unterRubrik ul li a .NavigationUnterRubrikGewaehlt {
  display         : block;
  width           : 190px;
  line-height     : 1.5em;
  background-color: rgb(180,205,215);
  color           : rgb(0,70,95);
  text-decoration : none;
  font-size       : 10pt;
}

#unterRubrik a.sublevel {
	color: rgb(0,120,160);
	line-height: 25px;
}

#navigation #active_menu {
	background-color:#FFFFFF;
}

