﻿body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000;
    background-color: #689;
}

#container {
    width: 866px;
    margin: 0;
    background-color: #d3d3d3;
    border: 1px navy solid;
}

#page_content {
    width: 866px;
}

#masthead {
    background: #689 url('../images/logo.png') no-repeat center;
    width: 866px;
    height: 67px;
    border-bottom: 1px navy solid;
    cursor: pointer;
}

#sidebar {
    float: left;
    width: 84px;
    margin: 0;
    padding: 0;
}

#content {
    float: right;
    width: 767px;
    min-height: 386px;
    margin: 0;
    padding: 6px;
    border-left: 1px navy solid;
    background-color: #fff;
}

#footer {
    clear: both;
    width: 866px;
    margin: 0;
    padding: 0 0 4px 0;
    border-top: 1px navy solid;
    text-align: center;
    background-color: #689;
}

/* Styles for Navigation */
#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar li {
    font-size: 0.9em;
    margin: 0;
    padding: 3px;
    border-bottom: 1px solid #f2f2f2;
}

#sidebar a {
    font-weight: bold;
    text-decoration: none;
    color: #118;
}

#sidebar a:hover {
    font-weight: bold;
    display: block;
    text-decoration: none;
    background-color: #f2f2f2;
}

/* Styles for Footer */
#footer p {
    font-size: 0.8em;
    color: #fff;
    margin: 2px;
    padding: 2px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

#footer a:hover {
    color: #fff;
    text-decoration: none;
}

/* pagina */
p {
    margin: 0.8em;
}

.PagTitel {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    color: #00008F;
    border-bottom: 3px #00008F solid;
}

.Kopje {
    font-size: 1.1em;
    font-weight: bold;
    color: #00008F;
    border-top: 1px #cc8 solid;
}

.KopjeGroen {
    font-size: 1.1em;
    font-weight: bold;
    color: #009900;
    border-top: 1px #cc8 solid;
}

.KopjeRood {
    font-size: 1.1em;
    font-weight: bold;
    color: #FF0000;
    border-top: 1px #cc8 solid;
}

.Engels {
    color: #990000;
}

.Rood {
    color: #FF0000;
}

.RoodVet {
    font-weight: bold;
    color: #FF0000;
}

.Blauw {
    color: #00008F;
}

.BlauwVet {
    font-weight: bold;
    color: #00008F;
}

.Groen {
    color: #009900;
}

.GroenVet {
    font-weight: bold;
    color: #009900;
}

.Grijs {
    color: #404040;
}

.GrijsVet {
    font-weight: bold;
    color: #404040;
}

.GrijsSchuin {
    font-style: italic;
    color: #404040;
}

.Vet {
    font-weight: bold;
}

.Schuin {
    font-style: italic;
}

.Onderlijnd {
    text-decoration: underline;
}

.OnderlijndVet {
    text-decoration: underline;
    font-weight: bold;
}

.Klein {
    font-size: 0.8em;
}

.KleinSchuin {
    font-style: italic;
    font-size: 0.8em;
}

.witopzwart {
    color: #FFFFFF;
    background-color: #000000;
}

.Centreer {
    text-align: center;
}

.Rechts {
    text-align: right;
}

.BorderB {
    border-top: 2px teal solid;
    padding-top: 2px;
}

.BorderO {
    border-bottom: 2px teal solid;
    padding-bottom: 2px;
}

.BorderL {
    border-left: 2px teal solid;
    padding-left: 2px;
}

.BorderR {
    border-right: 2px teal solid;
    padding-right: 2px;
}

.BorderEen {
    border: 1px solid #000000;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.float_none {
    float: none;
}

.float_clear {
    clear: both;
}

.VertMidden {
    vertical-align: middle;
}

.MargingVier {
    margin: 4px;
}

img {
    margin: 4px;
    border: 0 solid #808080;
}

.larger {
    font-size: 1.3em;
}

.aanvulling {
    font-size: 0.8em;
    color: #000;
    font-style: normal;
    font-weight: normal;
}

.fotoborder {
    border: 20px inset #333333;
    vertical-align: middle;
}

#gallery img {
    border: 5px solid #fff;
}

#gallery img:hover {
    border: 5px solid #777;
}

#gallery td {
    vertical-align: middle;
    margin: 10px;
    padding: 2px 2px 0 2px;
    background-color: white;
    border-bottom: thin gray dotted
}

