.subnavbox {
border: 1px solid;
border-style: dotted;
border-top-style: none;
border-right: none;
color: #00017D;
padding: 5px;
font: Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin-bottom: 20px;
}

#navbox {
font-family: "Courier New", Courier, monospace;
width: 95%;
border-left: 0px; padding-left : 0px;
padding-top: 40px; 
font-weight: bold;
color:#C65C39;   /*  orange */
}

#navbox a {
text-decoration: none;
background: url('../6_bilder/7_layout_bw/link_passiv.gif') repeat-x 100% 100%;
white-space: nowrap;
padding-bottom: 5px;
color: #FFD9D9;
font-weight: bold;
border-left: 0px; padding-left: 0px; 
}

#navbox a:hover {
text-decoration: none;
background: url('../6_bilder/7_layout_bw/link_aktiv.gif') repeat-x 100% 100%;
white-space: nowrap;
padding-bottom: 5px;
color: Aqua;
font-weight: bold;
border-left: 0px; padding-left: 0px;
}

#navbox a.current {
text-decoration: none;
background: transparent;
white-space: nowrap;
padding-bottom: 5px;
color: #112233; /* dunkelblau */
font-weight: bold;
border-left: 0px; padding-left: 0px;
list-style: url("../6_bilder/7_layout_bw/link_sonne.gif");
}


a:link  { border-left: 3px solid #F08500; color: #fff; padding-left: 3px; }

a:visited { border-left: 3px solid #F08500; color: #fff; padding-left: 3px; }

a:hover  { border-left: 3px solid #00FFFF; background-color: #c30; color: #FFEAC8; padding-left: 3px; }

a:active { border-left: 3px solid #F08500; color: #fff; padding-left: 3px; }





























