/*insb. Farbe der Links:*/
a.nav:link {  color: #ffffff; text-decoration: none}
a.nav:visited {  color: #ffffff; text-decoration: none}
/*insb. Farbe der Links beim Überfahren mit der Maus:*/
a.nav:hover {  color: #D40000; text-decoration: none}

/*Farbe der aktuellen Menüpunkt der Ebenen 1 bis 3  */
.men1, .men2, .men3 {color: orange;}

.men1 {
    font-weight: normal;
    padding-top: 6px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 6px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    border-bottom: 1px solid orange;
    text-align:left;
    }
.men2 {
    margin-left: 20px;
    font-size: 90%;
    margin-bottom: 4px;
    margin-top: 1px;
    margin-right: 7px;
    font-family: Arial, Helvetica, sans-serif
    }
.men3 {
    margin-left: 30px;
    font-size: 80%;
    margin-top: 1px;
    margin-right: 7px;
    margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif
    }
.men1-zuvor {
    font-weight: normal;
    color: #D49F00;
    margin-bottom: 1px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 7px ;
    font-size: 8pt
    }
#NavAdresse {
    font-size: 80%;
}
