.ddmx {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
}



/* Hauptmenüs */

.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
  padding: 5px 10px 5px 10px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #FFFFFF;
  background: #990000;
  display: block;
  white-space: nowrap;
  position: relative;
}

.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
  color: #990000;
  background: #FFFFFF;
}

/* Hauptmenüpunkt aktiviert */
.ddmx a.aktiv1 {
  text-decoration: underline;
}



/* Untermenüs */

.ddmx a.item2,
.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
  padding: 3px 18px 4px 8px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
  color: #990000;
  background: #F5F5F5;
  display: block;
  white-space: nowrap;
  position: relative;
  z-index: 500;
}

.ddmx a.item2:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:hover {
  color: #FFFFFF;
  background: #990000;
}

/* Untermenüpunkt aktiviert */
.ddmx a.aktiv2 {
  text-decoration: underline;
}

/* Untermenüpunkt mit Untermenü */
.ddmx .arrow,
.ddmx .arrow:hover {
  padding: 3px 18px 4px 8px;
}

/* Grafik für Untermenüpunkt mit Untermenü */
.ddmx .item2 img,
.ddmx .item2-active img{
  position: absolute;
  top: 3px;
  right: 2px;
  border: 0;
}



/* Rahmen Untermenüs */

.ddmx .section {
  border: 1px solid #666666;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}



/* Leerzeilen und Nur-Text-Einträge (Hauptmenüs und Untermenüs) */

.ddmx .hg1 {
  padding: 5px 10px 5px 10px;
  background: #990000;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.ddmx .hg2 {
  padding: 3px 18px 4px 8px;
  background: #F5F5F5;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 10px;
  display: block;
  white-space: nowrap;
}



/* Auswahlbaum */

.ddmx .struktur {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  font-weight: normal;
  white-space: normal;
}




/* IE 5.0 fix */
* html .ddmx td {
  position: relative;
}