#menu {
  font-style:normal;
  font-weight:normal;
  margin-left: 2px;
  width: 110px;
}
#menu ul {margin: 0px; padding: 0px;}
#menu li {margin: 0px; padding: 0px; line-height: 120%; list-style-type: none; display:inline; }

/* ------------------ Hauptpunkte ------------------ */
.closed a, .open a {
  background-repeat: no-repeat;
  background-position: 7px 5px;
  color: #000;
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  padding: 2px 2px 2px 2px;
  text-decoration: none;
  text-align:left;
  border:0;
}
.closed a:hover, .open a:hover {
  background-image: url('../images/menu1.gif');
  color: #000;
  font-weight: bold;
  border:0;
}
.closed a {
  /* background-image: url('../images/menu1.gif'); */
}
.open a {
  background-image: url('../images/menu1.gif');
  background-color: #fff;
  font-weight: bold;
}
.open #current,
.closed #current {
  background-image: url('../images/menu1.gif');
  background-color: #fff;
}

/* ---------------- Unterpunkte (1) ---------------- */
.closed ul a, .open ul a, .open ul a:hover {
  /* background-color: transparent; */
  background-color: #fff;
  /* background-image: url('../images/tr.gif'); */
  background-repeat: no-repeat;
  background-position: 18px 4px;
  border: 0;
  color: #000;
  font-size: 0.75em;
  font-weight:normal;
  padding: 0 0 0 12px;
  margin: 0px;
}
.open ul {
  background-color: transparent;
}
.open ul a:hover {
  background-image: url('../images/submenu1.gif');
  font-weight:bold;
}
.open ul .open a {
  background-image: url('../images/submenu1.gif');
  color: #000;
}
.open ul #current {
  background-image: url('../images/submenu1.gif');
  background-color: #fff;
  /* color:#fff; */
}

/* ---------------- Unterpunkte (2) ---------------- */
.closed ul ul a, .open ul ul a, .open ul .open ul a, .open ul ul a:hover {
  /*background-color: transparent;*/
  background-image: url('../images/submenu2.gif');
  background-repeat: no-repeat;
  background-position: 36px 4px;
  border: 0;
  color: #000;
  font-size: 0.7em;
  font-weight:normal;
  padding: 0 0 0 10px;
  margin: 0px;
}
.open ul ul {
  background-color: #fff;
  line-height: 100%;
}
.open ul ul a:hover {
  background-image: url('../images/submenu2.gif');
  color: #000;
}
.open ul ul #current {
  background-image: url('../images/submenu2.gif');
}

/* ---------------- Aktiver Punkt ------------------ */
#current {
  font-weight: bold;
  color: #83b92f;
  /* background-color: #a5e3a9; */
}

/* ----------------- Trennlinie -------------------- */
#menu .separator {
  display:block;
  padding: 0px;
  border-top: 1px solid #97D6B4;
  border-bottom: 0px solid #97D6B4;
}

/* ----------------- Horizontale Navigation -------- */

#navHorizontal       { height:26px; line-height:26px; }
#navHorizontal div   { height:26px; line-height:26px; text-align:center; vertical-align:middle; font-size:0.95em; }
#navHorizontal div a { color:#000; font-weight:bold; text-decoration:none; display:block; border:0; }

#navSuche    { top:3px; left:6px; width:185px; height:30px; line-height:30px; }
#suche       { display:inline; vertical-align:middle; }
#suche input { vertical-align:top; }
#suchbegriff { width:153px; margin:0; margin-top:1px; /* _margin-top:0px; _width:157px; */ }

.navProdukte,
.navProdukte-c    { float:left; width:122px; margin-right:10px; }
.navSo-geht-es,
.navSo-geht-es-c  { float:left; width:122px; margin-right:10px; }
.navDruckdaten,
.navDruckdaten-c  { float:left; width:122px; }

.navProdukte a       { background:url('../images/button-hblau.gif') left no-repeat; }
.navProdukte a:hover,
.navProdukte-c a     { background:url('../images/button-blau.gif') left no-repeat; color:#fff !important; }

.navSo-geht-es a       { background:url('../images/button-hblau.gif') left no-repeat; }
.navSo-geht-es a:hover,
.navSo-geht-es-c a     { background:url('../images/button-blau.gif') left no-repeat; color:#fff !important; }

.navDruckdaten a       { background:url('../images/button-hblau.gif') left no-repeat; }
.navDruckdaten a:hover,
.navDruckdaten-c a     { background:url('../images/button-blau.gif') left no-repeat; color:#fff !important; }
