#sitemap {
   padding: 1em 1.5em;
}

#sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   background: url(images/extm.gif)
               no-repeat
               0% 0%;
}

#sitemap li.last {
   background: url(images/exlm.gif)
               no-repeat
               0% 0%;
}


#sitemap a.datei {
	background: url(images/exfilebw.gif)
               no-repeat
               0% 0%;
	padding: 0 0 0 17px;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 20px;
}

#sitemap a.datei:hover {
   background: url(images/exfilecolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
}

#sitemap a.ordner {
   background: url(images/exfolderbw.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
   font-size: 12px;
   font-family: Verdana, Helvetica, sans-serif;
   line-height: 20px;
}

#sitemap a.ordner:hover {
   background: url(images/exfoldercolor.gif)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
}

#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
}

#sitemap ul {
   background: url(images/exim.gif)
               repeat-y
               0% 0%;
}

#sitemap ul.last {
   background-image: none;
}
