
/*Sitemap*/
DIV#sitemap {
   padding: 1em 1.5em;
   line-height: 20px;
   }
DIV#sitemap a { line-height: 20px; text-decoration: none; }
a:visited { line-height: 20px; text-decoration: none; }
a:hover { line-height: 20px; text-decoration: none; }
DIV#sitemap li {
   padding: 0 0 0 34px;
   margin: 0;
   list-style-type: none;
   }
DIV#sitemap li {
   background: url(../bilder/extm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap li.last {
   background: url(../bilder/exlm.gif)
               no-repeat
               0% 0%;
   }
DIV#sitemap ul {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
   }
DIV#sitemap ul {
   background: url(../bilder/exim.gif)
               repeat-y
               0% 0%;
   }
DIV#sitemap ul.last {
   background-image: none;
   }
DIV#sitemap li { font-size: 1em; font-weight: bold; }
DIV#sitemap li li { font-size: 0.98em; font-weight: normal; }
.sitemapdescription { color: gray; font-weight: normal; line-height: 1em; margin-left: 10px; }
