/* Coolmenu CSS Start */

.clCMEvent {
  position: absolute;
  z-index: 300;
  width: 100%;
  height: 100%;
  clip: rect(0,100%,100%,0);
  left: 0px;
  top: 0px;
  visibility: hidden;
}
.clCMAbs {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0px;
  top: 0px;
  visibility: hidden;
}

/* Hauptebene und zweite Ebene Start */
.clT,.clTOver,.clTNL,.clS,.clSOver,.clSNL {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
  padding-left: 3px;
  padding-top: 5px;
}
/* Hauptebene und zweite Ebene Ende */

/* Hauptebene Start clt=1.ebene, cls=2.ebene */
.clT {
  width: 199px;
  height: 24px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
.clTOver {
  width: 199px;
  height: 24px;
    background-color: #cc0000;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.clTNL {
  cursor: text;
  width: 199px;
  height: 24px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #6a6b51;
}
/* Hauptebene Ende */

/* Zweite Ebene Start */
.clS {
  width: 199px;
  height: 24px;
    background-color: #a2a2a2;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
.clSOver {
  width: 199px;
  height: 24px;
background-color: #a2a2a2;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #ffffff;
}
.clSNL {
  cursor: text;
  width: 199px;
  height: 24px;
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #6a6b51;
}
/* Zweite Ebene Ende */

/* Border Start */
.clBT {
  position: absolute;
  visibility: hidden;
  z-index: 300;
}
.clBS {
  position: absolute;
  visibility: hidden;
  z-index: 300;
}
/* Border Ende */
/* Coolmenu CSS Ende */