
body {
    font-size: 12pt;
}

/* Hieronder zijn de ID's en classes optioneel. Dit moet je wijzigen naar je eigen div-structuur. */
.skiplinks,
#header,
#footer,
#right_col,
#page_options,
#navigation,
#bottom_shadow {
    display:none;
}

#globalwrapper,
#left_col,
#content {
    float: none;
    margin: 0;
    padding: 0;
    page-break-inside: avoid;
    overflow: visible;
    width: 100%;
}
