DIV#sitemap {
   padding: 1em 1.5em;
   line-height: 20px;
   }

DIV#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap LI {
   background: url(../mainpictures/extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap LI.first {
	background:url(none);
}
DIV#sitemap LI.last {
   background: url(../mainpictures/exlm.gif) no-repeat 0% 0%;
   }
DIV#sitemap LI a.abschnitt {
   line-height:15px;
   text-decoration: none;
   background:#eee;
   padding: 2px;
   border: 1px solid #ccc;
   display:block;
   width:400px;
   }
DIV#sitemap LI a {
	font-weight:bold;
	
   }
DIV#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap UL {
   background: url(../mainpictures/exim.gif)
               repeat-y
               0% 0%;
   }
DIV#sitemap UL.last, DIV#sitemap UL.first {
   background-image: none;
   }