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

/* navigation - 1. ebene */
#navContainer ul { list-style-type:none; margin:0 0 0 0px; padding:0; }
#navContainer li { margin:0 0 1px 0; }
#navContainer a {
  color:#ad7131;
  display:block;
  text-decoration:none;
  padding:0 0 0 25px;
  width:auto;
  font-size:14px;
  line-height:20px;
  font-weight:bold;
  letter-spacing:1px;
  margin:10px 0 0 0px;
  height:20px;
 }
#navContainer ul li a:hover { font-size:14px; color:#ad2039; font-weight:bold; }
#navContainer ul li.act a { padding-left:50px; font-size:14px; color:#ad2039; font-weight:bold; background:url('../images/navigation-pfeil.gif') 25px center no-repeat; margin-left:0px !important; }

/* navigation - 2. ebene */
#navContainer ul ul { margin:0; }
#navContainer ul ul a {
  font-weight:normal;
  margin-top:0px;
  background:none !important;
  padding-left:65px !important;
  width:auto;
  font-size:11px;
  line-height:14px;
  color:#000 !important;
  letter-spacing:normal !important;
  height:14px;
}
#navContainer ul li.act ul li a { font-size:11px; font-weight:normal; }
#navContainer ul li.act ul li a:hover { font-size:11px; color:#ad2039 !important; font-weight:bold !important; }
#navContainer ul li ul li.act a { background:url('../images/navigation-pfeil-klein.gif') 45px center no-repeat !important; font-size:11px !important; color:#ad2039 !important; font-weight:bold !important; }
#navContainer ul li ul li a:hover { font-size:11px; color:#ad2039 !important; font-weight:bold !important; }

/* navigation - 3. ebene */
#navContainer ul ul ul { margin:0; }
#navContainer ul ul ul a {
  font-weight:normal !important;
  margin-top:0px !important;
  background:none !important;
  padding-left:85px !important;
  width:auto;
  font-size:11px;
  line-height:14px;
  border:0;
}
#navContainer ul li ul li.act ul li a { font-weight:normal !important; background:none !important; }
#navContainer ul li ul li.act ul li.act a { background:url('../images/navigation-pfeil-klein.gif') 65px center no-repeat !important; 
                                  font-weight:bold !important; }

li#navesthernestle, li#navihreziele , li#navkontakt
	{ margin-top:12px; padding-top:8px; background:url('../images/linie-navigation.gif') 0 1px no-repeat !important; }

#navTextePrint a      { margin-top:2px !important; /* font-weight:bold !important; */ }
#navTexteInternet a { margin-top:10px !important; /* font-weight:bold !important; */ }
#navTextePrintWeb a { margin-top:10px !important; /* font-weight:bold !important; */ }

/* navigation specials 
#navStartseite { margin:18px 0px !important; border-bottom:1px solid #bdbdbd; }
#navStartseite a { background:url('../images/listicon-start.gif') 15px center no-repeat !important; }
#navStartseite a:hover { background:url('../images/listicon-start-act.gif') 15px center no-repeat !important; }
#navContainer li#navStartseite.act a { background:url('../images/listicon-start-act.gif') 15px center no-repeat !important; }

#navesthernestle a { padding-top:14px; background:url('../images/linie-navigation.gif') 0 top no-repeat !important; }
#navesthernestle a:hover { padding-top:14px; background:url('../images/linie-navigation.gif') 0 top no-repeat !important; }
#navContainer li#navesthernestle.act a { padding-top:0px; background:url('../images/navigation-pfeil.gif') 80px center no-repeat !important; }
*/


