@charset "utf-8";
body {
    font: 100% Trebuchet, "Trebuchet MS", Lucida, "Lucida Sans Unicode", Arial, sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000
    }
.thrColFixHdr #container {
    width: 874px;
    background-image: url(../gifs/ag_container.gif);
    background-repeat: repeat-y;
    margin: 0 auto 20px auto;
    text-align: left
    }
.thrColFixHdr #header {
    padding: 0 0 0 75px;
    height: 215px
    }
.thrColFixHdr #header_basis {
    padding: 0 0 0 75px;
    height: 126px
    }
.thrColFixHdr #header #navi, .thrColFixHdr #header_basis #navi {
    margin: 0 70px
    }
.thrColFixHdr #sidebar1 {
    float: left;
    /* since this element is floated, a width must be given */
    width: 150px;
    margin: 10px 0 20px 0
    }
.thrColFixHdr #sidebar2 {
    float: right;
    /* since this element is floated, a width must be given */
    width: 300px;
    padding: 0;
    vertical-align: top;
    margin: 10px 0 30px 0;
    border: #fff solid 5px;
    font: 100% Georgia, "Times New Roman", Times, serif;
    background-color: #fff
    }
.thrColFixHdr #mainContent {
    margin: 0 310px 20px 150px;
    /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
    padding: 0 15px;
    background-color: #cedce8
    }
.thrColFixHdr #footer {
    padding: 0 10px 0 90px;
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
    margin: 0 75px;
    background-color: #004985;
    height: 20px
    }
.fltrt {
    /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px
    }
.fltlft {
    /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px
    }
.clearfloat {
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0
    }
/* BEELDEN */
#sidebar1 img.vierk {
    border: #fff 5px solid;
    margin: 0 0 20px 0
    }