/* =======================================
 * Stylesheet: subnav.css
 * version: 09.01.2020
 * Navigation Vertikal
========================================== */

/* Linke Seite Oben Vertikale Navigation */
div#leftnavi {
  width:170px;
  height:100%;
  margin:0;
  padding:0;
  margin-top:10px; margin-left:10px;
  background-image:url(../img/base/bgnavi1.gif);
  background-repeat:repeat;
  float:left;
}

div#leftnavi #subnav {
  width: 94%;
  padding-left:4px;
  padding-bottom:2px;
  margin-bottom:10px;
  background-image:url(../img/base/bgnav2.gif);
  background-repeat:repeat-x;
  font-size: 0.9em;
  font-weight: bold;
  color:#FFFF99;
  list-style-type:none;
  float:left;
  }

ul.navmenu {
  margin:0;
  margin-top:10px;
  padding: 0px;
  background: transparent;
  }

.navmenu li {
  float:right;
  width:134px;
  height:22px;
  margin:0px;
  padding:0;
  padding-left:5px;
  background-image:url(../img/base/bgnav2.gif);
  background-repeat:repeat-x;
  list-style-type:none;
  }

.navmenu a {
 text-decoration:none;
 }

.navmenu a b {
 float:left;
 width:110px;
 margin-top:2px;margin-bottom:1px;
 padding-bottom:3px;padding-left:4px;
 font:normal normal 0.8em Verdana,Arial,Helvetica;
 line-height:110%;
 vertical-align:middle;
  }

.navmenu a i {
  float: right;
  width:18px;
  margin-right:2px;
  margin-top:2px;
  padding:0;
  background: url(../img/base/right.gif) no-repeat right top;
 }

.navmenu a:link { color:#FFFF99;}
.navmenu a:visited { color:#FFFF99; }
.navmenu a:active { color:#FFFFFF; background-color:#420000;}
.navmenu a:hover b, .navmenu a:hover i {
  background-color: #420000;
  color:#FFFFFF;
  cursor:pointer;
}

/* Submenues Navigation links für jede Seite.
*  Werden per script sichtbar geschaltet */
#it1s, #it2s, #it3s, #it4s, #it5s, #it6s, #it7s, #it8s, #it9s, #it10s, #it11s { display:none; }

/* Ende Linke Seite Oben Vertikale Navigation */

/* Linke Seite Unten Spezial-Logos mit Links in IFRAME */
#logoframe {
  width:140px;
  height:auto;
  border:0;
  margin:0;
  padding:0;
  margin-top:10px;
  margin-left:22px;
  overflow-y: auto;
}

.logos {
  width:120px;
  height:auto;
  text-align:center;
  }

.logos a {
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.7em;
  font-style: normal;
  font-weight:bold;
  display:block;
}

.logos a:hover {
  color:#420000;
  background-color:#F8D000;
}

.logos img {
  width:120px;
  padding:0;
  border:0;
  position:relative; top:4px;
}

#linklist {
  width:110px;
  clear:both;
  font-family: Verdana, Arial, Helvetica;
  font-size: 0.8em;
  border-style:outset; border-width:5px;
  border-left-color:#CC9900; border-top-color:#CC9900;
  border-right-color:#420000;border-bottom-color:#420000;
  padding-top:2px;padding-bottom:2px;
  padding-left:0px;padding-right:0px;
  margin-top:5px;
  margin-left:23px;
  text-align:center;
 }

#linklist .text8 {
  font-weight: normal;
  }

#linklist .textll {
  position:relative; top:1px;
  line-height:130%;
  }

#linklist a {
  text-decoration:none;
  display:block;
}
#linklist a:hover {
  color:#420000;
  background-color:#F8D000;
}

#shop {
  width:110px;
  clear:both;
  margin-top:5px;
  margin-left:27px;
  text-align:center;
}

#shop img {
  width:80px;
}

#shop a {
  text-decoration:none;
  display:block;
}

#shop a:hover {
  background-color:#F8D000;
}

#shop a:visited {
  background-color:#F8D000;
}

/* Ende Linke Seite Unten Spezial-Logos mit Links in IFRAME */