html, body {
 }

body {
   margin: 0 30px 0 0;
   background: #F0F0F0;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 100%;
   line-height: 1.4;
   }
  h1, h2 {
  margin: 15px 0 15px 0;
  padding: 5px 0;
  }
  h1 {
      font-size: 160%;
      color: #0066CC;
      margin-bottom:5px;
      text-align: right;
      }
  h2 {
      font-size: 140%;
      color: #0066CC;
      text-align: right;
      }

#sitemap ul {
list-style-type: none;
margin: 0 0 0 60px;
padding: 0;
border-left: 1px solid #0066CC;
}
#sitemap ul li {
margin: 8px 0 0 0;
padding: 0;
}
#sitemap ul ul {
list-style-type: none;
border-left: 1px solid #0066CC;
margin: 0 0 0 30px;
padding: 0;
}
#sitemap ul ul li {
margin: 0;
margin: 3px 0 0 0;
padding: 0;
font-size: 90%;
}
#sitemap ul a {
margin: 0;
padding: 0 10px;
font-size: 105%;
font-variant: small-caps;
text-decoration: none;
font-weight: bold;
background-color: #cecece;
color: black;
border-bottom: 1px solid #0066CC;
}
#sitemap ul a:visited {
background-color: #cecece;
color: #0066cc;
padding-right: 15px;
}
#sitemap ul a:hover {
background-color: #0066cc;
color: white;    
},
#sitemap ul a:active,
#sitemap ul a:focus {
background-color: #cecece;
color: #0066cc;
}
#sitemap ul ul a {
font-variant: normal;
font-weight: normal;
}
#sitemap ul ul a.lev2 {
font-variant: small-caps;
font-weight: normal;
}
#sitemap ul span.sm-aktiv {
padding-left: 10px;
font-weight: bold;
}
