/* ------------------------ verborgen ---------------------*/

div#header, h1#logo, div#navigation, div#left, #searchsubmit, div#right, div#footerholder, div#visual {
    display: none;
}

/* ------------------------ page ---------------------*/

body {
    font: 12px/20px Arial, sans-serif;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

div#middle p {
    margin-bottom: 15px;
}

div#crumbpath {
    margin-bottom: 5px;
    color: #000000;
    font-size: 11px;
}

div#crumbpath a {
    color: #000000;
    text-decoration: none;
}

div#content h2{
    font: 18px Georgia, serif;
    color: #000000;
    margin-top: 15px;
    margin-bottom: 5px;
}

div#content h3{
    font: 12px Georgia, serif;
    font-weight: bold;
    color: #000000;
    margin-top: 3px;
    margin-bottom: 2px;
}