/* Sitemap .................................................................. */

.sitemap .hd {
   font-size: 28px; font-weight: bold; color: #98bf0e; padding: 0 0 10px 0; line-height: 30px; border-bottom: 1px dotted; margin: 0 0 10px 0;
}

.sitemapHead {
    /*display: none;   */
}

.item.level_1 a{
 color:  #46166b; font-weight: bold; text-decoration:none; line-height: 35px; display: list-item;
 margin: 0px 0 0 15px;

}

.group.level_0 .item.level_1 a{
  cursor: pointer;
}

/* items met sub items welke zelf niet klikbaar dient te zijn */
.group.level_1 .item.level_1 a{
  cursor:  default;
}


.item.level_2 a{
 color:  #67686a; font-weight: bold; text-decoration: none;  display: list-item;
 padding: 2px 0 0 0px;
 margin: 0px 0 0 30px;
}

span.noCursor{
 cursor: help;
}

