/**
 * make the world colorful .....
 *
 * $Id:  Exp $
 *
 * vim: ts=2 shiftwidth=2 expandtab softtabstop=2
*/

#sitemap-baum ul {
list-style-type: none;
margin: 0 30px 0 45px;
padding: 0;
border-left: 2px dotted #808080;
}
#sitemap-baum ul li {
margin: 8px 0 0 0;
padding: 0;
width: 500px;
}
#sitemap-baum ul ul {
list-style-type: none;
border-left: 2px dotted #808080;
margin: 0 0 0 30px;
padding: 0;
}
#sitemap-baum ul ul li {
margin: 0;
margin: 3px 0 0 0;
padding: 0;
/* font-size: 100%; */
font-size: 12px;;
}
#sitemap-baum ul a {
margin: 0;
padding: 0 10px;
/* font-size: 105%; */
font-size: 12px;;
font-family: Arial, Helvetica;
/* font-variant: small-caps; */
text-decoration: none;
font-weight: bold;
background-color: #ECEAE6;
color: #000000;
border-bottom: 1px solid #808080;

/**         background: url(http://app.gwv-fachverlage.de/tools/pics/stripe_complete.png);
         color: #FFF;    **/
}
#sitemap-baum ul a:visited {
background-color: #ECEAE6;
color: #202020;
padding-right: 15px;
}
#sitemap-baum ul a:hover,
#sitemap-baum ul a:active,
#sitemap-baum ul a:focus {
background-color: #fffff7;
color: #a00;
}
#sitemap-baum ul ul a {
font-variant: normal;
font-weight: normal;
}
#sitemap-baum ul ul a.lev2 {
font-variant: small-caps;
font-weight: normal;
}
#sitemap-baum ul span.sm-aktiv {
padding-left: 10px;
font-weight: bold;
}


