.ddmx {
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}



/* Hauptmenüs */

.ddmx a.item1,
.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #66642F;
  display: block;
  white-space: nowrap;
  position: relative;
}

.ddmx a.item1:hover,
.ddmx a.item1-active,
.ddmx a.item1-active:hover {
  color: #66642F;
}

/* 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: 6px 18px 6px 8px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #66642F;
  background: url(/media/vlg/navigation/hg_trans_90.png);
  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: #66642F;
}

/* 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 #CDC6A9;
  position: absolute;
  visibility: hidden;
  z-index: -1;
}



/* Leerzeilen und Nur-Text-Einträge (Hauptmenüs und Untermenüs) */

.ddmx .hg1 {
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
}

.ddmx .hg2 {
  padding: 3px 18px 4px 8px;
  font-family: Verdana, Lucida, Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  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;
}