.mainmenu-level1 {
  float:left;
}

.mainmenu-level1-no {
  height: 18px;
  padding-right: 10px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  float: left;
  white-space: nowrap;
}

* html .mainmenu-level1-no {  /* nur fuer Internet Explorer */
    width: 50px;
    w\idth: 50px;
    /*border: 1px solid black;*/
  }

.mainmenu-level1-no A {
  color: #cdcdcd;
  text-decoration: none;
}

.mainmenu-level1-no A:hover {
  color: #ffffff;
}

.mainmenu-level1-act {
  height: 18px;
  padding-right: 10px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  float: left;
  white-space: nowrap;
}

* html .mainmenu-level1-act {  /* nur fuer Internet Explorer */
    width: 50px;
    w\idth: 50px;
    /*border: 1px solid black;*/
  }

.mainmenu-level1-act A {
  color: #ffffff;
  text-decoration: none;
}

.bordered {
  border-right: 1px solid #ffffff;
}

.firstnode {
  padding-left: 1px;
}

.normalnode {
  padding-left: 10px;
}




.mainmenu-level2-no {
  background-color: #dbdbdb;
  filter:alpha(opacity=93);
  opacity: 0.9;
  -moz-opacity:0.9;
  width: 180px;
  height: 20px;
  padding-top: 2px;
  /*padding-left: 10px;*/
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #777777;
}

.mainmenu-level2-no A {
  color: #333333;
  text-decoration: none;
}

.mainmenu-level2-no A:hover {
  color: #dd0000;
}

.mainmenu-level2-act {
  background-color: #333333;
  filter:alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity:0.9;
  width: 180px;
  height: 18px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #777777;
}

.mainmenu-level2-act A {
  text-decoration: none;
  color: #ffffff;
}





.footermenu-no {
  height: 16px;
  padding-right: 5px;
  font-size: 11px;
  float: left;
}

.footermenu-no A {
  color: #ffffff;
  text-decoration: none;
}

.footermenu-no A:hover {
  color: #cc3333;
}

.footermenu-act {
  height: 16px;
  padding-right: 5px;
  font-size: 11px;
  float: left;
}

.footermenu-act A{
  color: #CC3333;
  text-decoration: none;
}




.footer-firstnode {
  padding-left: 1px;
}

.footer-normalnode {
  padding-left: 2px;
}





/**** Sitemap ****/

.sitemap_header {
  display: none;
}

.sitemap_level1 {
  display: none;
}

.sitemap_level2 {
  padding-bottom: 5px;
}

.sitemap_level3 {
  padding-left: 15px;
  padding-bottom: 5px;
}

.sitemap_level4 {
  padding-left: 30px;
  padding-bottom: 5px;
}

.sitemap_level5 {
  padding-left: 45px;
  padding-bottom: 5px;
}

.sitemap_level2 A, .sitemap_level3 A, .sitemap_level4 A, .sitemap_level5 A {
  color: #143D7F;
}