div#header_soft_eng {
background-color: #F5F5F5;
background: url("../../gfx/header_cik_eng.jpg") no-repeat top center;
height: 210px;
}

div#header_soft_de {
background-color: #F5F5F5;
background: url("../../gfx/header_soft_cik.jpg") no-repeat top center;
height: 210px;
}


div#sitemap {
   padding: 1em 1.5em;
   line-height: 20px;
   font: 15px sans-serif;
   }

div#sitemap li {
   padding: 0 0 0 24px;
   margin: 0;
   list-style-type: none;
   }
div#sitemap li {
   background: url(../../gfx/sitemap1.gif)
               no-repeat
               0% 0%;
   }
div#sitemap li.last {
   background: url(../../gfx/sitemap2.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(../../gfx/sitemap3.gif)
               repeat-y
               0% 0%;
   }
div#sitemap ul.last {
   background-image: none;
   }

