/*  --- Navgation überm/unterm Bild + ganz unten -- */
/*  --- Navigation 1 = Hauptnavigation oben ---- */
#navi1 ul {
height: 18px;
width:960px;
margin-left: 0px;  margin-top:0px;
float: left;
/* border: 1px dotted #666666; */

}
#navi1 ul li  {
list-style:none;
background: #ffffff;
display: inline;
float: left;
border-right: 1px dotted #717879;
}
#navi1 ul li a {
/*font: 13px; */
/*margin-right:1px;  */
line-height: 18px;
background: #ffffff; color: #3f332b;
font-weight: normal;
text-decoration: none;
padding-right: 10px;
padding-left: 10px;
}
#navi1 ul li a:hover {
background: #3f332b;
color: #ffffff;
}
#navi1 ul li a.aktive {
display: block;
/* background: #3f332b; color: #FFFFFF; */
}




/* --- Navigation 2 schwarz --- */
#navi2 ul {
height: 18px; width:960px;
margin-top:2px;
margin-left: 0px;
text-align: left;
float: left;
}
#navi2 ul li  {
list-style: none;
line-height: 18px;
background: #ffffff;
display: inline;
float: left;
border-right: 1px dotted #717879;
}
#navi2 ul li a {
/*font: 13px; */
line-height: 18px;
color: #39393a;
font-weight: normal;
text-decoration: none;
padding-right: 10px;
padding-left: 10px;
}
#navi2 ul li a:hover {
background: #3f332b;
color: #ffffff;
}
#navi2 ul li a.aktive {
display: block;
}



/* --- Navigation 3 - ganz unten im footer ---- */
/*  -------  noch anpassen für Impressum -------*/
#navi3 ul {
margin-left: 0px;
text-align: left; vertical-align: bottom;
float: right;
}
#navi3 ul li  {
list-style: none; display: inline;
background: #ffffff;
border-right:1px;
}
#navi3 ul li a {
color: #ffffff;
font-weight: normal; text-decoration: none;
padding-right: 0.7em;  padding-left: 0.7em;
}
#navi3 ul li a:hover {
text-decoration: underline;
}
#navi3 ul li   strong {
font-weight: normal;
color: #d0ed95;
}
/*  ---------- Navgation Ende ---------- */
