/****************** Menu ************************/
#header {
}

#navigation {
   font-size: 13px;
   line-height: 20px;
   position: relative;
   height: 80px;
   #top: 1px;	/* for ie7 - getestet */
}
/* level1 */
#navigation ul.level1 {
   height: 30px;	/* auch line-height für "li a" ändern */
   position: absolute;
   bottom: 0px;
   /* overflow: hidden; */
}

#navigation ul.level1 li {
   padding: 0px 0px;
   margin: 0px 10px 0px 0px;
   background-color: #AAA;
   background-color: #A1ACB2;
}

/* level2 */
#navigation ul.level1 li a {
   color:#5C6266;
   color: #444;
   text-decoration: none;
   padding: 10px 10px;
   line-height: 30px;	/* auch height "ul" ändern */
}
#navigation ul.level1 li.active {
   background-color: #444;
}
#navigation ul.level1 li.active a {
   color: #CCC;
}
#navigation ul.level1 ul.level2 {
   position: absolute;
   top: 30px;
}
#navigation ul.level1 ul.level2 li {
  background-color: #666666;
}
#navigation ul.level1 ul.level2 li a {
  color: #EEE;
}

/*****************************************/

