/*** Hauptmenu ***/

#KombiMenu ul {
  margin: 0;
  padding: 0;
}

#KombiMenu li {
  margin: 0 0 2px 0;
  float: left;
  list-style: none;
  padding: 0px 0px 0px 0px;
  border-right: 1px solid #10598c;
  white-space: nowrap;
}  

#KombiMenu a {
  padding: 0 5px 0 5px;
  color: #10598c;
}
  
#KombiMenu a:hover {
  background-color: #10598c;
  padding: 0 5px 0 5px;
  color: White;
}


/*** Styles für Baummenu (Listenelemente) ***/

#TreeMenu {
  padding-top: 25px;
}

#TreeMenu ul {
  list-style-type: none;
  padding: 0 0 0 25px; 
  margin: 0 0 0 0;
}

#TreeMenu li {
  background-color: #efefef;
  margin: 3px 0 3px 0;
  overflow: hidden;
}

#TreeMenu a {
  width: 700px;
  padding: 0 0 0 0; 
  margin: 0 0 0 0;
  font-family : Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: Black;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

#TreeMenu a:hover {
  background-color: #14618f;  /* LK-Blau */
  color: White;
}

/* Grafiksymbol für Menupunkte */
#TreeMenu .item {
  width: 9px; height: 9px;
  margin: 4px 4px 0 0;
  background-image: url(/images/item.gif);
  background-repeat: no-repeat;
  float: left;
}

/* Grafiksymbol für geöffneter Ordner */
#TreeMenu .folderOpened {
  width: 9px; height: 9px;
  margin: 4px 4px 0 0;
  background-image: url(/images/minus.gif);
  background-repeat: no-repeat;
  float: left;
}

/* Grafiksymbol für geschlossener Ordner */
#TreeMenu .folderClosed {
  width: 9px; height: 9px;
  margin: 4px 4px 0 0;
  background-image: url(/images/plus.gif);
  background-repeat: no-repeat;
  float: left;
  cursor: hand;
}

/* Stildefinition für 1. Ebene */
#TreeMenu .level_1   { color: #0080D8; background-color: #ffff00; padding-left: 0px; }
#TreeMenu .level_1 a { font-weight: bold; }

/* Stildefinition für 2. Ebene */
#TreeMenu .level_2   { color: #0080D8; background-color: #ff9966; padding-left: 20px; }
#TreeMenu .level_2 a { font-weight: normal; }

/* Stildefinition für 3. Ebene */
#TreeMenu .level_3   { color: #0080D8; background-color: #00ccff; padding-left: 40px; }
#TreeMenu .level_3 a { font-weight: normal; }

/* Stildefinition für 4. Ebene */
#TreeMenu .level_4   { color: #0080D8; background-color: #99ff33; padding-left: 60px; }
#TreeMenu .level_4 a { font-weight: normal; }

/* Stildefinition für 5. Ebene */
#TreeMenu .level_5   { color: #0080D8; background-color: #ff6600; padding-left: 80px; }
#TreeMenu .level_5 a { font-weight: normal; }

/* Stildefinition für 5. Ebene */
#TreeMenu .level_5   { color: #0080D8; background-color: #ff6600; padding-left: 80px; }
#TreeMenu .level_5 a { font-weight: normal; }

/* Stildefinition für 5. Ebene */
#TreeMenu .level_6   { color: #0080D8; background-color: #dda0dd; padding-left: 100px; }
#TreeMenu .level_6 a { font-weight: normal; }
