/* ALGEMEEN */

* {
    margin: 0;
    padding: 0;
}
html, body {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;
    background: #900;
}
body { padding-top: 20px; }
abbr, acronym {
    text-decoration: inherit;
    border-bottom: 1px dashed #990000;
    cursor: help;
}
#container {
    width:  800px;
    height: 561px;
    margin: 0 auto 5px 160px;
    border: 1px solid #000000;
    overflow: hidden;
    background: #AAAAAA;
}
.verborgen {
    display: none;
}
.error {
    color: #FF0000;
    background-color: #FFFF00;
    font-weight: bold;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: right;
}
.rechts {
    text-align: right;
}
.midden {
    text-align: center;
}
.reactieLijn {
    clear: both;
}
#hoofdMenu ul, #subMenu ul, #fotos ul {
    list-style: none;
}
a img {
    border: none;
}
/* HOOFDMENU */

#hoofdMenu {
    position: absolute;
    top: 65px;
    line-height: 30px;
    width: 720px;
    margin-left: 40px;
    background: transparent;
}
#hoofdMenu li {
    display: inline;
}
#hoofdMenu li a {
    padding: 5px;
    color: #990000;
    font-weight: bold;
    text-decoration: none;
    margin: 1px;
}
#hoofdMenu li a:hover {
    color: #FFFFFF;
    background: #990000;
    text-decoration: none;
    border: 1px outset #990000;
    margin: 0px;
}
#hoofdMenu li a.geselecteerd {
    color: #FFFFFF;
    background: #990000;
    text-decoration: none;
    border: 1px outset #990000;
    margin: 0px;
}

/* SUBMENU */

#subMenu {
    position: relative;
    top: -311px;
    left: 10px;
    width: 148px;
    height: 389px;
    border: 1px solid #000000;
    background: transparent;
    overflow: auto;
}
#subMenu a {
    display: block;
    width: 138px;
    padding: 5px;
    color: #990000;
    text-decoration: none;
}
#subMenu a.geselecteerd {
    color: #990000;
    background: #FFFFFF;
    border-width: 1px 0px 1px 0px;
    border-color: #990000;
    border-style: solid;
}
#subMenu ul li a:hover {
    background: #FFFFFF;
    color: #990000;
}
#subMenu ul li ul li a {
    width: 138px;
    padding: 2px 0 2px 10px;
}

/* CONTENT */

#content {
    position: relative;
    left: 170px;
    top: 80px;
    height: 469px;
    width: 489px;
    border: 1px solid black;
    overflow: auto;
    background: transparent;
}
#contentText {
    margin: 5px;
    color: #990000;
    padding: 5px;
}
#contentText a {
    color: #990000;
    text-decoration: underline;
}
#contentText a:hover {
    text-decoration: none;
}
#contentText h2 {
    margin: 5px 0;
    font-size: 120%;
}
#contentText h4 {
    margin: 5px 0;
    font-weight: bold;
    font-size: 100%;
}
#contentText p {
    margin: 8px 0;
    line-height: 140%;
}
#contentText p.reactie {
    border: 1px solid #990000;
    padding: 5px;
}
#contentText table {
    width: 95%;
}
#contentText ul {
    list-style: circle outside;
    margin-left: 20px;
}
textarea, input, button {
    font-size: 10pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: #990000;
    background: transparent;
    border: 1px solid #990000;
    padding: 1px;
}

/* FOTOS */

#fotos {
    position: relative;
    left: 670px;
    top: -782px;
    height: 469px;
    width: 120px;
    border: 1px solid black;
    overflow: auto;
    background: transparent;
    text-align: center;
}
#fotos ul li {
    border: none;
    margin: 5px auto;
}

/* BOTTOM */

#bottom {
    color: #330000;
    text-align: center;
    font-size: 80%;
    width: 800px;
    margin: 5px 0 0 20px;
    padding-bottom: 20px;
}
#bottom p a {
    color: #330000;
    text-decoration: none;
}
#bottom p a:hover {
    color: #330000;
    text-decoration: underline;
}
#linkEnglish a {
    color: white !important;
}
#bottom #ads {
 margin: 1em;
}

#contentText a.link-foto, #contentText a.link-foto:visited, #contentText a.link-tekst, #contentText a.link-tekst:visited {
 text-decoration: none;
 border-bottom: 1px dashed #000;
}
#contentText a.link-foto:hover, #contentText a.link-tekst:hover {
 text-decoration: none;
 border-bottom: none;
 background: #fff;
}
#contentText a.link-extern:hover {
 background: #990000;
 color: #fff;
 text-decoration: none;
}

.samen {
 float: left;
}
.vrij {
 float: right;
}
#hoofdMenu .vrij li a:hover, #hoofdMenu .vrij li a.geselecteerd {
 background: #F2B521;
 color: #900;
}
#ads1 { position: absolute; top: 0; width: 120px; left: 30px; }