body {
    font-family: verdana, helvetica, sans-serif;
    font-size: 80%;
/*    background: #dcdcdc;*/
    background: #fff;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    text-align: center;
    overflow: -moz-scrollbars-vertical
}

div#site {
    width: 740px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    padding: 0;
    /*background: url( 'layout/achtergrond tekst.png' );*/
    border-left: 2px solid #333399;
    border-right: 2px solid #333399;
}

div#kop {
    position: relative;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url( 'layout/koplijn.png' );
    #color: #333399;
    color: #FFF;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
    font-size: 200%;
    text-align: center;
}
div#kop A {
    #color: #333399;
    color: #FFF;
    text-decoration: none;
}

div#menu {
    height: 25px;
    padding-top: 5px;
    background: url( 'layout/koplijn.png' );
    text-align: center;
    color: #FFF;
    text-weight: bold;
}
div#menu A {
    color: #FFF;
    font-weight: bold;
}

div#inhoud {
    width: 640px; /* wordt overschreven in IE.css */
    margin: 0;
    padding-right: 0px;   
    padding-bottom: 2em;
    padding-top: 1em;   
    padding-left: 50px;
    background: transparent;
}

div#voet {
    height: 80px;
    background: url( 'layout/koplijn.png' );
    background-repeat: repeat-y;
    color: #FFF;
    text-align: right;
    padding-top: 10px;
    padding-right: 50px;
}
div#voet P {
    margin-top: 3px;
}
div#voet A {
    color: #FFF;
    text-decoration: none;
}
div#voet A:hover {
    text-decoration: underline;
}

H1 {
    font-size: 150%;
    border-bottom: 1px solid #333399;
}
H2 {
    font-size: 120%;
}
IMG {
    margin-left: 10px;
}
TABLE {
    font-size: 100%;
}
TABLE TD {
    vertical-align: top;
}
