*
{
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    margin: 0;
    padding: 0;
}

html, body
{
    margin: 0;
    padding: 0;
    background-color: #fff7e6;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0 0 0.5em 0;
}

h1 {
    font-size: 1.2em;
}

h2 {
    font-size: 1.1em;
}

a img
{
    border: none;
}

ul, ol
{
    margin: 0 0 1em 1.2em;
}

li
{
    margin: 0 0 0.5em 0;
}

p, table
{
    margin: 0 0 1em 0;
}

a {
    color: #990000;
}

a:hover {
    color: #cc6666;
}

.clear
{
    clear: both;
}

/* Layout */
#body_container
{
    width: 800px;
    height: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -275px;
    margin-left: -400px;
    background-color: #423c2e;
    border: #423c2e solid 1px;
}

#header
{
    width: 720px;
    height: 80px;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: #a89975;
}

#main
{
    width: 520px;
    height: 310px;
    position: absolute;
    top: 180px;
    left: 200px;
    background-color: white;
}

#navigation
{
    width: 200px;
    height: 370px;
    position: absolute;
    top: 180px;
    left: 0;
    overflow: hidden;
    background-color: white;
    /* background-color: red; */
    
    width: 199px;
    border-right: #a89975 dashed 1px;
    
}

#footer
{
    position: absolute;
    top: 490px;
    left: 200px;
    height: 60px;
    width: 520px;
    background-color: white;
    overflow: hidden;
}

#about {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

/* Main */
#main .content
{
    margin: 25px 45px 25px 35px;
    height: 275px;
    overflow: auto;
    padding-bottom: 10px;
}
    
/* Navigation */
#navigation .content {
    margin: 25px 15px;
}

#navigation ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#navigation li {
    margin: 0 0 1em 0;
    padding: 0;
}

#navigation a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #423c2e;
}

#navigation a:hover,
#navigation a:focus,
#navigation a:active,
#navigation .selected a {
    color: #a89975;
}

#navigation ul ul {
    margin: 1em 0 0 1em;
}

#navigation ul ul .notselected a {
    color: #423c2e;
}

/* footer */

/* About */

#about a {
    color: #a89975;
    font-size: 8pt;
    text-decoration: none;
}

/* Tijden tabel */

#tijden {
    margin: 0 2px 1em 2px;
    border-collapse: collapse;
    border: 1px solid black;
}

#tijden th {
    border: 1px solid black;
    text-align: left;
    font-size: 9pt;
    padding : 2px;
    background-color: #423c2e;
    color: white;
}

#tijden td {
    border: 1px solid black;
    font-size: 9pt;
    padding : 2px;
}

#tijden .gesloten {
    background-color: #a89975;
}

