DIV#sitemap {
 padding: 1em 1.5em;
 line-height: 20px;
}
DIV#sitemap LI {
 padding: 0 0 0 24px;
 margin: 0;
 list-style-type: none;
 background: url(sitemap-t.png) no-repeat 0% 0%;
}
DIV#sitemap LI.last {
 background: url(sitemap-l.png) no-repeat 0% 0%;
}
DIV#sitemap UL {
 padding: 0 0 0 24px;
 margin: 0 0 0 -24px;
 list-style-type: none;
 background: url(sitemap-i.png) repeat-y 0% 0%;
}
DIV#sitemap UL.last {
 background-image: none;
}
DIV#sitemap a{
 text-decoration:none;
 color:#000099;
}
DIV#sitemap a:hover{
 text-decoration:none;
 color:#ffffff;
 background-color:#000099;
}
li>div{
 font-size:smaller;
 color:#0099ff;
 margin-left:0px;
 padding-left:22px;
 font-style:italic;
 background-image:url(sitemap-pfeil.png);
 background-repeat:no-repeat;
}
li>div.first{
 font-size:smaller;
 color:#0099ff;
 margin-left:0px;
 padding-left:0px;
 font-style:italic;
 background-image:none;
}


