
.navigation {
    position: relative;
    float: left;
    width: 100%;
    left: -20px;

    margin-top: 10px;
    margin-bottom: 60px;
    border-bottom: 1px solid #D0D3D3;
}

.navigation-ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.navigation-li {
    float: left;
    clear: both;

    list-style-type: none;
    width: 100%;
}

.navigation-a {
    float: left;
    clear: both;

    text-decoration: none;
    width: 100%;
    border-top: 1px solid #D0D3D3;
}

.navigation-text {
    float: left;
    clear: both;

    padding: 13px 10px;
    margin: 0 0 0 40px;
    font-size: 16px;
    line-height: 22px;
    color: #0A82B6;
}

/** Ebene 1
 ======================================================== */

.navigation-a {
    background-repeat: no-repeat;
    background-position: 14px center;
    position: relative;
}

.now .navigation-text,
.active .navigation-text {
    color: #FFFFFF;
}

.navigation-a.active,
.navigation-a.now {
    background-color: #42A9D7;
}

.navigation-a.now {
    font-weight: bold;
}

.navigation-a.now:after {
    content: " ";
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    height: 46px;

    background: url('../images/16x16/arrow_blue_right.png') no-repeat center center;
}

.navigation-a.haschildrenopen {
    background-image: url('../images/16x16/arrow_white_down.png');
}

.navigation-a.haschildren {
    background-image: url('../images/16x16/arrow_blue_right.png');
}

/** Ebene 2
 ======================================================== */

.navigation-li .navigation-li .navigation-a {
    background-color: #EAEDED;
}

.navigation-li .navigation-li .navigation-text {
    font-size: 14px;
    line-height: 20px;
    padding: 9px;

    color: #527686;
}

.navigation-li .navigation-li .navigation-a.haschildrenopen {
    background-image: url('../images/16x16/arrow_grey_down.png');
}

.navigation-li .navigation-li .navigation-a.haschildren {
    background-image: url('../images/16x16/arrow_grey_right.png');
}

.navigation-li .navigation-li .navigation-a.now:after {
    content: " ";
    position: absolute;
    height: 38px;

    background: url('../images/16x16/arrow_grey_right.png') no-repeat center center;
}

/** Ebene 3
 ======================================================== */

.navigation-li .navigation-li .navigation-li .navigation-a {
    background: #F8F8F8;
}

.navigation-li .navigation-li .navigation-li .navigation-text {
    font-size: 12px;
    line-height: 14px;
    padding: 10px;

    color: #527686;
}

.navigation-li .navigation-li .navigation-li .navigation-a:after {
    height: 34px;
}

/** Hover
 ======================================================== */

.navigation-a:hover span {
    color: #FFFFFF !important;
}

.navigation-a:hover {
    background-color: #B1C6CE !important;
    color: #FFFFFF;
}

.navigation-a.haschildrenopen:hover {
    background-image: url('../images/16x16/arrow_white_down.png') !important;
}

.navigation-a.haschildren:hover {
    background-image: url('../images/16x16/arrow_white_right.png') !important;
}
