body {

   padding: 0;
   margin: 0;
   }


DIV#sitemap {
   font: 15px sans-serif;
   background-color: #ffffff;
   color: #6fB31B;
   padding: 1em 1.5em;
   line-height: 22px;
   position: absolute;
    left:250px; top:106px;
    width: 300px;
   }

DIV#sitemap A.ueberschrift_sitemap {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    color: #6fB31B;
    border-color: green;
    border-width: 1px;
    background-color: none;
    padding: 5px;
    }

DIV#sitemap A.ueberschrift_sitemap:hover {
    font-family: Arial, sans-serif;
    font-size: 1.5em;
    color: #000000;
    border-color: green;
    border-width: 1px;
    background-color: none;
    padding: 5px;
    }




DIV#sitemap LI {
   padding: 0 0 0 24px;
   margin: 0;
   font: 12px sans-serif;
   background-color: #ffff;
   color: #6fB31B;
   list-style-type: none;
   }
DIV#sitemap LI {
   background: url(Bilder/Zweig.jpg)
               no-repeat
               0% 0%;
   }
DIV#sitemap LI.last {
   background: url(Bilder/Zweig_rund.jpg)
               no-repeat
               0% 0%;
   }

DIV#sitemap A.file {
   background: url(Bilder/Unterkapitel.jpg)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
   font: 12px sans-serif;
   background-color: #ffff;
   color: #6fb31b;
   }
DIV#sitemap A.file:hover {
   background: url(Bilder/Unterkapitel_hell.jpg)
               no-repeat
               0% 0%;
   padding: 0 0 0 17px;
      font: 12px sans-serif;
   background-color: #ffff;
   color: #000000;
   }
DIV#sitemap A.folder {
   background: url(Bilder/Kapitel.jpg)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
      font: 12px sans-serif;
   background-color: #ffff;
   color: #6fB31B;
   }
DIV#sitemap A.folder:hover {
   background: url(Bilder/Kapitel_hell.jpg)
               no-repeat
               0% 0%;
   padding: 0 0 0 23px;
      font: 12px sans-serif;
   background-color: #ffff;
   color: #000000;
   }

DIV#sitemap UL {
   padding: 0 0 0 24px;
   margin: 0 0 0 -24px;
   list-style-type: none;
      font: 12px sans-serif;
   background-color: #ffff;
   color: #6fB31B;
   }
DIV#sitemap UL {
   background: url(Bilder/Strich.jpg)
               repeat-y
               0% 0%;
                  font: 15px sans-serif;
   background-color: #ffff;
   color: #6fB31B;
   }
DIV#sitemap UL.last {
   background-image: none;
      font: 12px sans-serif;
   background-color: #ffff;
   color: #6fB31B;
   }


p.ueberschrift_s{
    position:absolute;
    left:250px; top:20px; width:300px; height:20px;
    font-family: Arial, sans-serif;
    font-size: 4em;
    color: #6fB31B;
    border-color: green;
    border-width: 1px;
    background-color: none;
    padding: 5px;
    position: fixed;
    }
