body{
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    background-color: #FFFFF0;
    color: #000000;
    background-image: url(../images/back1.jpg);
    background-repeat: no-repeat;
    font-family: Verdana,Helvetica,Geneva,Arial,sans-serif;
    text-align: left;
    font-size: x-small; /* IE5 win hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}
html>body {
    font-size: small;
}
a:link, a:visited{
    text-decoration: none;
    color: #0F238C;
}
a:hover{
    text-decoration: none;
    color: #ff6600;
}
div{
    margin: 0px;
    padding: 0px;
}
img{
    border: 0px;
    margin: 0px;
}
#logo{
    position: absolute;
    top: 30px;
    left: 18px;
}
/* lay-out textpages */
/* nav menu left */
#menu{
    position: absolute;
    top: 130px;
    left: 102px;
    font-size: 85%;
    white-space: nowrap;
    line-height: 1.3em;
    padding-bottom: 25px;
}
#menu ul {
    list-style: none outside;
    margin: 0 0 10px 0;
    padding: 0px;
}
#menu ul a:link, #menu p a:visited{
    color: #464BA1;
}
#menu ul a:hover{
    text-decoration: none;
    color: #c1495d;
}
#menu ul a#actueel:link, #menu ul a#actueel:visited{
    color: #c1495d;
}
#menu ul a#actueel:hover{
    text-decoration: underline;
}
/* verticaal plaatje */
#vertimage{
    position: absolute;
    top: 85px;
    left: 285px;
    vertical-align: top;
}
/* broodtekst */
#text{
    position: relative;
    top: 80px;
    margin-left: 315px;
    line-height: 18px;
    width: 400px;
    font-size: 85%;
    padding-bottom: 85px;
}
#text p{
    margin-bottom: 1.1em;
    margin-top: 0.1em;
}
#text a:link, #text a:visited{
    color: #464BA1;
}
#text a:hover{
    text-decoration: none;
    color: #c1495d;
}
#text h3{
    font-size: 100%;
    margin-top: 0.1em;
    margin-bottom: 0;
    color: Black;
}
#text ul {
    list-style: disc outside;
    margin-left: 15px;
    padding-left: 0;
}
#text ul li, #text ol li {
    margin: 0;
    padding-left: 0;
}
#text ol {
    list-style: decimal inside;
    margin: 0;
    padding-left: 0;
}
