/************************************************************************************************
Linke Content-Navigation
************************************************************************************************/
.contentNavigationContainer {
    background-color: transparent;
    color: #000000;
    float: left;
    height: auto;
    margin: 0;
    padding: 0 15px 0 0;
    text-align: left;
    width: 215px;
}

.contentNavigationContainer h2 {
    background: transparent;
    color: #cc0000;
}

    .contentNavigationContainer ul.themeNavHeadTS {
    clear: both;
    font-weight: bold;
    list-style: none;
    margin: 0;
    padding: 0;
}

.contentNavigationContainer ul.themeNav,
.contentNavigationContainer ul.themeNavActive {
    clear: both;
    font-size: 11px;
    height: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 215px;
}

.contentNavigationContainer ul.themeNav li,
.contentNavigationContainer ul.themeNavActive li {
    float: left;
}

.contentNavigationContainer ul.themeNav li.image,
.contentNavigationContainer ul.themeNavActive li.image {
    vertical-align: top;
    width: 10px;
}

.contentNavigationContainer ul.themeNav li.link {
    font-weight: normal;
    width: 205px;
}

.contentNavigationContainer ul.themeNavActive li.link {
    font-weight: bold;
    width: 205px;
}

.contentNavigationContainer .themeNav a,
.contentNavigationContainer .themeNav a:link,
.contentNavigationContainer .themeNav a:visited {
    display: block;
    height: auto;
    width: 205px;
}

.contentNavigationContainer .themeNav a:hover {
    background-color: transparent;
    color: #000000;
    display: block;
    height: auto;
    width: 205px;
}

.contentNavigationContainer .themeNavActive a,
.contentNavigationContainer .themeNavActive a:link,
.contentNavigationContainer .themeNavActive a:visited {
    display: block;
    height: auto;
    width: 205px;
}

.contentNavigationContainer .themeNavActive a:hover {
    background-color: transparent;
    color: #000000;
}
