.sitemap {
    margin: 0 0 20px 0;
    list-style: none;
    line-height: 16px;
    margin: 0;
    font-size: 12px;
}

.sitemap span {
    text-decoration: none;
    color: #000;
}

.sitemap a {
    text-decoration: none;
    color: #000;
}

.sitemap a:hover {
    background-color: yellow;
}

.sitemap a.active {
    color: #fff;
    background-color: #a00;
}


.sitemap ul {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    max-height: none;
    background: url(/img/sitemap_l.png) repeat-y left top;
}

.sitemap ul li {
    padding-left: 20px;
    background: url(/img/sitemap_s.png) no-repeat left -16px;
}

.sitemap ul li:last-child {
    background: url(/img/sitemap_e.png) no-repeat left -16px #fff;
}

.sitemap ul li ul {
    background: url(/img/sitemap_l.png) repeat-y left top;
    display: block;
}

.sitemapklappe ul li ul {
    display: none;
}

.sitemap ul li ul.anzeige {
    display: block;
}


.sitemap span.changed {
    color: red;
}

.sitemap span.aktuell {
    color: green;
}



.sitemapXL {
    line-height: 34px;
    font-size: 18px;
}

.sitemapXL ul li {
    background-position: left -5px;
}

.sitemapXL ul li:last-child {
    background-position: left -5px;
}

