#navlist {
        color: darkred;
        background: #fff;
        border-bottom: 0.2em solid #fff;
        border-right: 0.2em solid #fff;
        padding: 0 1px;
        margin-left: 0;
        width: 15.2em;
        font: normal 10px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        font-size: 1em;
}

#navlist a {
        display: block;
        text-decoration: none;
        margin-bottom: 0.10em;
        margin-top: 0.10em;
        color: #333;
        background: #fdfdfd;
        border-width: 1px;
        border-style: solid;
        border-color: #EDEBEB #EDEBEB #EDEBEB #6cf;
        border-left: 0.25em solid #0e0c73;
        padding: 0.12em 0.25em 0.2em 0.35em;
}

#navlist a#current { border-color: #069 #069 #069 #b40000;}

#navlist a {
        width: 99%;
        /* only necessary for Internet Explorer */
}

#navlist a {
        voice-family: "\"}\"";
        voice-family: inherit;
        width: 13.6em;
        /* Tantek-hack should only used if Internet-Explorer 6 is in standards-compliant mode */
}

#navcontainer>#navlist a {
        width: auto;
        /* only necessary if you use the hacks above for the Internet Explorer */
}

#navlist a:hover, #navlist a#current:hover {
        background: #fff;
        border-color: #fff #fff #fff #CDB90A;
        padding: 0.2em 0.18em 0.12em 0.45em;
}

#navlist a:active, #navlist a#current:active {
        background: #fff;
        border-color: #069 #069 #069 #069;
        padding: 0.2em 0.18em 0.12em 0.45em;
}

.pfeil{color:#b40000;font-size: 14px}
