/* Kleuren:
#D33D00  (roodbruin)
#444444  (diepdonkergrijs, tekst)
*/

body {
    font-family: verdana, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 10pt;
    color: #444444;
    line-height: 15pt;
}

h1 {
    font-family: Georgia, "Trebuchet MS", Helvetica, sans-serif;
    font-variant: small-caps;
    font-size: 35pt;
    color: #000000;
    margin: 20px 0 10px 0;
    line-height: 35pt;
    
    padding: 0; 
}

h3 {
    margin: 30px 0 8px 0;
}

h4 {
    margin: 10px 0 0 0;
}

p {
    margin: 4px 0 12px 0;
}

.vet {
    font-weight: bold;
}

.normal {
    font-weight: normal;
    font-variant: normal;
}

ul.menu {
    margin: 30px 0 0 30px;
    padding: 0;
    list-style: none;
    font-weight: bold;
}

li.menu {
    margin: 0;
    padding: 0;
}

ul.submenu {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
    font-size: 10pt;
    font-weight: normal;
}

li.submenu {
    margin: 0;
    padding: 0;
}

ul.sitemap {
    font-weight: bold;
}

ul.sitemapsub {
    font-weight: normal;
}

ul.sitemap {
    font-weight: bold;
}

ul.sitemapsub {
    font-weight: normal;
}



span.vind {
    font-size: 10pt;
    font-weight: bold;
}

span.genre {
    font-size: 9pt;
    font-family: Georgia, "Times New Roman", serif;
    font-variant: small-caps;
}

span.leesstatus {
    color: #AAAAAA;
    font-weight: normal;
    font-size: 10pt;
}

span.subtitel {
    font-size: 11pt;
}


ul.footer {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 10pt;
}

li.footer {
    margin: 0 10px 0 10px;
    padding: 0;
    display: inline;
}

footer.a {
    
}

a {
    text-decoration: none;
    color: #D33D00;
}

