body {
   font: 15px sans-serif;
   background-color: #fff;
   color: #000;
   padding: 0;
   margin: 0;
   }

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(../_gif/extm.gif)
               no-repeat
               0% 0%;
   color:#333333
   }


DIV#sitemap LI.last {
   background: url(../_gif/exlm.gif)
               no-repeat
               0% 0%;
   color:#333333
   }

DIV#sitemap LI a.abschnitt {
   line-height:14px;
   text-decoration: none;
   background:#eee;
   padding: 2px;
   border: 1px solid #ccc;
   display:block;
   width:500px;
   color:#333333
   }
DIV#sitemap LI > a.abschnitt {
   line-height:14px;
   }
DIV#sitemap LI a.abschnitt:hover {
   background:#def;
   padding: 2px;
   border: 1px solid #9cf;
   }
DIV#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap UL {
	color:#666666;
   background: url(../_gif/exim.gif)
               repeat-y
               0% 0%;
   }

DIV#sitemap UL.last {
   background-image: none;
   }

