/* v1.0 | 20080212  RESET TO DEFAULTS */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}
 
body {
    background-color: #ffffff;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
    width:100%; /* toegevoegd */
    height:100%; /* toegevoegd */
}
 
/* Standard Lists */
#intro ul,
.vervolg ul,
.item_intro ul {
    list-style-type: disc;
    margin-left: 1.5em;
}
#intro ol,
.vervolg ol,
.item_intro ol {
    list-style-type: decimal;
    margin-left: 2em;
}
 
/* Helper Classes */
.rechts {
    float: right;
}
.links {
    float: left;
}

a {
    text-decoration:none;
    color:#000000;
}

a:hover {
    text-decoration:underline;
}

.hidden {
    display:none;
}
