@charset "UTF-8";
#navi {
    width: 205px;
    margin-right: 20px;
    background: #ffffff;
}

#navi h2 {
    font-size: .8em;
    padding-left: .5em;
    padding-top: .2em;
    height: 1.5em;
    color: white;
    background: #1b6495;
    border-bottom: 1px solid white;
}

#navi ul {
    margin-bottom: 1.2em;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navi ul li a {
    background: #95c5e7 url(../images/decorations/arrow-right.png) no-repeat 1em .5em;
    display: block;
    text-indent: 2em;
    height: 1.5em;
    padding-top: .2em;
    font-size: .85em;
    text-decoration: none;
    color: white;
    border-bottom: 1px solid #BCCDDA;
}
#navi ul li a:hover, #navi ul li a.naviActive {
    background-color: #95c5e7;
    border-bottom: 1px solid white;
    color: #253D58;
}



#navi li.ausklapp h2 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 1em;
}
#navi li.ausklapp ul {
    display: none;
}
#navi li.ausklapp:hover ul {
    display: block;
}
