@CHARSET "UTF-8";

/*
Site:                   www.regesta-imperii.de
Author:                 Torsten Schrade
Created:                2009-03-12
Usage:                  Styles for the sitemap
*/

/* ####################### CONTENT ############################ */

.csc-sitemap {
    margin: 1em 0 2em 0;
}

#content .csc-sitemap ul {
    margin: 0;
    padding: 0;
}

#content .csc-sitemap ul li {
    margin-top: 1.5em;
    border: 1px solid #A9A9A9;
    padding: 1em; 
}

#content .csc-sitemap ul li a {
    display: block;
    margin: -1em -1em 1em -1em;
    border-bottom: 1px solid #A9A9A9;
    padding: 0.2em 1em; 
    font-weight: bold;
    background: #AFAFAF;
}

#content .csc-sitemap ul ul li {
    list-style-image: url(../images/bullet_bg.gif);
    margin: 1em 0 1em 2em;
    border: none;
    padding: 0; 
}

#content .csc-sitemap ul ul li a {
    margin: 0;
    border: none;
    padding: 0;
    font-weight: normal;
    background: none;
}
