body {
    font-family: arial,sans-serif;
    background-color: black;
    color: white;
    margin: 0; padding: 0;
}

#container {
    position: relative;
    margin: 0 auto;
    width: 840px; height: 1px;
}

#nr53 { position: absolute; top: 35px; width: 328px; height: 58px; }
#tekoop { float: right; top: -1px; z-index: -1; }

#content {
    position: absolute; top: 157px;
    width: 840px;
    font-size: 10pt;
}

h1,h2,h3 { margin: 0; padding: 0; }
h1 { font-size: 10pt }

td { font-size: 10pt }
td.title { font-size: 10pt }
td.header { font-size: 8pt }
td.label { color: #666666; padding-right: 2em; }
table.kenmerken td { border-top: 1px solid #666666; }
table.kenmerken { border-bottom: 1px solid #666666; }

a { text-decoration: none; color: white }
a:hover { text-decoration: underline }

a.normal { text-decoration: underline }
a.normal:hover { text-decoration: none }

a.fixed { color: white }

#menu {
    position: absolute; top: 115px;
    width: 440px; height: 20px;
    background-color: #666666;
    font-size: 8pt; font-weight: bold; color: white;
    text-transform: uppercase;
}
#menu ul { list-style: none; margin: 0; padding: 4px 0 0 0; }
#menu li { display: inline; }
#menu a {
    margin: 0; padding: 4px 8px 4px 8px;
    text-decoration: none;
    color: white;
}
#menu a:hover { background-color: #999999; }
#menu li.selected a { background-color: black; }

#menu_right {
    position: absolute; left: 440px; top: 115px;
    width: 200px; height: 20px;
    background-color: #666666;
    font-size: 8pt; font-weight: bold; color: white;
    text-transform: uppercase;
    text-align: right;
}
#menu_right ul { list-style: none; margin: 0; padding: 4px 0 0 0; }
#menu_right li { display: inline; }
#menu_right a {
    margin: 0; padding: 4px 8px 4px 8px;
    text-decoration: none;
    color: white;
}
#menu_right a:hover { background-color: #999999; }
#menu_right li.selected a { background-color: black; }

