/* CSS Document */

div#sitemap_baum 
{
 position:relative;
	left:0.5em;
	top:0.5em;
	padding: 1em 1.5em;
 line-height: 1.4em;
}

div#sitemap_baum LI 
{
 padding: 0 0 0 24px;
 margin: 0;
 list-style-type: none;
}

div#sitemap_baum LI 
{
 background: url(extm.gif) no-repeat 0% 0%;
}

div#sitemap_baum LI.last 
{
 background: url(exlm.gif) no-repeat 0% 0%;
}

div#sitemap_baum LI span.abschnitt 
{
 line-height:15px;
 background:#ffe729;
 padding: 2px;
 border: 1px solid #ccc;
 display:block;
 width:400px;
	color:#000000;
}

div#sitemap_baum LI > span.abschnitt 
{
 line-height:14px;
}

div#sitemap_baum UL 
{
 padding: 0 0 0 24px;
 margin: 0 0 0 -24px;
 list-style-type: none;
}

div#sitemap_baum UL 
{
 background: url(exim.gif) repeat-y 0% 0%;
}

div#sitemap_baum UL.last 
{
 background-image: none;
}

