/* navigation */
#navContainer { width:200px; min-height:250px; margin-bottom:10px; }

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 1px; padding:0; }
#navContainer li { margin:0 0 0 0; }
#navContainer a {
  background:url('../images/listicon.gif') 15px center no-repeat;
  color:#000000;
  display:block;
  text-decoration:none;
  padding-left:28px;
  width:172px;
  font-size:12px;
  line-height:20px;
  border-top:1px solid #afafaf;
}
#navContainer ul li a:hover { font-size:12px; font-weight:bold; color:#fff; background:#afafaf url('../images/listicon-act.gif') 15px center no-repeat; }
#navContainer ul li.act a { font-size:12px; font-weight:bold; color:#fff; background:#8e1f30 url('../images/listicon-act.gif') 15px center no-repeat; }
#navContainer ul li.actP a { font-size:12px; font-weight:bold; color:#fff; background:#afafaf url('../images/listicon-act.gif') 15px center no-repeat; }

/* navigation - 2. ebene */
#navContainer ul ul { width:155px; margin:0; background-color:#d7d7d7 !important; border:none !important; }
#navContainer ul ul a {
  font-weight:normal !important;
  padding-left:41px;
  width:159px;
  border-top:1px solid #fff !important;
  color:#000 !important;
  background:#d7d7d7 url('../images/listicon.gif') 28px center no-repeat !important;
}
#navContainer ul li.act ul li a { font-weight:normal !important; }
#navContainer ul li.act ul li a:hover { background:#afafaf url('../images/listicon-act.gif') 28px center no-repeat !important; font-size:12px; font-weight:normal !important; color:#fff !important; }
#navContainer ul li ul li.act a { background:#8e1f30 url('../images/listicon-act.gif') 28px center no-repeat !important; font-size:12px; font-weight:normal !important; color:#fff !important; }
#navContainer ul li ul li a:hover { background:#afafaf url('../images/listicon-act.gif') 28px center no-repeat !important; font-size:12px; font-weight:normal !important; color:#fff !important; }

/* navigation specials */
#navKontakt { border-bottom:1px solid #afafaf; }
ul li#navKontakt.act { border-bottom:none !important; }
#Schild { position:relative; margin:20px 0;  left:15px; padding-top:15px; width:187px; height:111px; background:url(../images/adressschild.gif) no-repeat; }
#Schild h1 { line-height:14px; border:none; margin-bottom:0 !important; font-size:11px; font-weight:bold; color:#8e1f30; text-align:center; width:auto; margin:0; padding:0; }
#Schild h2 { margin-top:8px !important; font-size:11px; font-weight:normal; line-height:14px; color:#000; text-align:center; width:auto; margin:0; padding:0; }
