* {
    margin: 0px;
    padding: 0px;
}
body, input, select, button, option {
    font-family: Verdana, sans-serif;
    font-size: 10pt;
}
.waarschuwing {
    color: #FF0000;
    padding: 5px;
    margin: 5px;
    border: 1px solid black;
}
.error input {
    background: #FF0000;
    color: #000000;
    border: 1px solid #000000;
}
.hulp {
    color: red;
    font-style: italic;
}
#header {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 40px;
    width: 940px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
    border: 1px solid #000000;
}
h1 {
    font-size: 16pt;
}
h3 {
    text-decoration: underline;
    color: #099;
    margin: 10px 0;
}
p {
    margin: 5px 0;
}
#menu {
    position: fixed;
    left: 10px;
    top: 60px;
    width: 120px;
    border: 1px solid #000000;
    overflow: auto;
}
#menu ul {
    list-style: none;
}
#menu ul li.lijntje {
    border-top: 2px solid #CCCCCC;
}
#menu ul li a {
    text-decoration: none;
    color: #000000;
    background: #FFFFFF;
    padding: 5px;
    font-weight: bold;
    display: block;
    width: 110px;
}
#menu ul li a:hover {
    color: #FFFFFF;
    background: #000000;
}
#menu ul li ul li a {
    padding: 2px 0px 2px 15px;
    width: 105px;
}
#melding legend {
    color: #FF0000;
}
#content {
    position: absolute;
    left: 140px;
    top: 60px;
    width: 800px;
    padding: 10px;
    padding-top: 0px;
    border: 1px solid #000000;
    overflow: auto;
}
#content fieldset {
    padding: 10px;
}
#content fieldset legend {
    font-size: 13pt;
    font-weight: bold;
    margin-bottom: 10px;
}
#content fieldset table tr {
    height: 30px;
}
#content fieldset table tr th {
    text-align: right;
    width: 150px;
}
#content fieldset table tr td {
    padding-left: 10px;
}
#instellingen {
    height: 360px;
    overflow: auto;
}
#hulpTekst {
    background: #FFFFCC;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #000000;
}
#content fieldset .samenvatting {
    font-weight: bold;
    border-collapse: collapse;
}
#content fieldset .samenvatting tr {
    height: auto;
    border-color: #CCCCCC;
}
#content fieldset .samenvatting tr th {
    white-space: nowrap;
    text-align: left;
    background: #000000;
    color: #FFFFFF;
}
#content fieldset .samenvatting tr td {
    white-space: nowrap;
    padding: 0px;
}
#legenda {
    position: fixed;
    left: 10px;
    width: 120px;
    bottom: 10px;
    border: 1px solid #000000;
    font-size: x-small;
}
div.tableflow {
    overflow: auto;
    width: 774px;
    height: 504px;
    border: 1px solid #CCCCCC;
}
.hoofdmenu {
    background: #999999;
}
.hoofdmenu td:first-child, .submenu td:first-child {
    text-align: center;
    color: #FFFFFF;
}
#content fieldset .samenvatting tr th:first-child {
    text-align: center;
}
.tekst td:first-child {
    text-align: center;
    color: #999999;
}
.letop, .nietzichtbaar, .gekoppeld, .template, .fotos, .nietbereikbaar, .reageren, .reacties {
    text-align: center;
}
.submenu {
    background: #BBBBBB;
}
.tekst {
    background: #DDDDDD;
}
.letop {
    background: #FF3333;
    font-size: 7pt;
}
.nietzichtbaar {
    background: #663333;
}
.nietbereikbaar {
    background: #FF9999;
}
.gekoppeld {
    background: #339999;
    cursor: pointer;
}
.reageren {
    background: #66CC00;
}
.reacties {
    background: #999933;
}
.fotos {
    background: yellow;
}
.template {
    background: #FF9900;
}
