﻿/* stijlblad versie juni 2009 */
body {
    background: #111 url(../images/background.gif) repeat;
    margin: 2em 0 0 0;
    font-size: large;
    color: #fff; /* licht grijs */
}
#inhoud {
    padding: 0 20% 0 20%;
    margin: 0;
}    
table {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}
#zijmenu { /* breedte is 1% + 17% + 1% = 19% */
    width: 17%;
    height: 100%;
    position: fixed;
    top: 20px;
    left: 1%;
    padding: 1%;
    font-family: Old English Text MT;
    text-align: center;
}
#rechts { /* breedte is 1% + 17% + 1% = 19% */
    width: 17%;
    height: 100%;
    position: fixed;
    top: 20px;
    right: 1%;
    padding: 1%;
    text-align: center;
}
div.sponsor {
    float: left;
    margin: 5px;
    width: 270px;
    text-align: center;
}    
img {
    border: 0;
}
h1 {
    text-align: center;
}
.top {
    text-align: right;
    margin: 1em 10% 0 0;
}
