html, body {
    text-align: center;
    background-color: white;
    font-family: "Trebuchet MS", Helvetica, Verdana;
}

/* algemeenheden */
a img {
    border: none;
}
/* --- */

div.container {
    position: relative;
    width: 1024px;
    height: auto !important;
    min-height: 300px;
    height: 300px;
    margin: -8px auto;
    text-align: left;
}

div.header {
    float: left;
    width: 1024px;
    height: 219px;
    clear: both;
    margin-top: 0px;
}

div.header1 {
    background-image: url(../images/header1.jpg);
    width: 1024px;
}

div.header2 {
    background-image: url(../images/header2.jpg);
    width: 1024px;

}

div.header3 {
    background-image: url(../images/header3.jpg);
    width: 1024px;
}

div.header4 {
    background-image: url(../images/header4.jpg);
    width: 1024px;
}

div.logo {
}

div.main {
    margin-top: 0px; /* was 60 */
    width: 1024px;
    height: auto !important;
    min-height: 340px;
    clear: both;
}

div.links {
    float: left;
    margin-left: 93px;
    width: 200px;
    height: auto !important;
    min-height: 340px;
    height: 340px;
}

div.midden {
   float: left;
   margin-left: 27px; 
   width: 440px;
   height: auto !important;
   min-height: 340px;
   height: 340px;
}

div.rechts {
    float: right;
    width: 195px;
    height: auto !important;
    min-height: 340px;
    height: 340px;
    border-left: solid;
    border-width: 1px;
    border-color: #E49C00;
}

div.rechts_inner {
    margin-left: 18px;
    width: 142px;
    height: auto !important;
    min-height: 340px;
    height: 340px;
}

div.footer {
    margin-top: 15px; /* orig 47 */
    height: 105px;
    width: 1024px;
    clear: both;
}

div.footer_top {
    height: 89px;
    width: 1024px;
    background-image: url(../images/footer.gif);
    clear: both;
}

div.footer_bottom {
    height: 16px;
    width: 1024px;
    clear: both;
}

div.footer_bottom {
    width: 1024px;
    text-align: center;
    line-height: 16px;
    font-size: 9px;
    color: #00638f;
}

div.footer_bottom a {
    text-decoration: none;
    color: #00638f;
}

div.footer_bottom a:hover {
    text-decoration: underline;
    color: #00638f;
}

div.footer_blok {
    font-size: 10px;
    color: white;
    line-height: 13px;
}

div.footer_blok a {
    font-size: 10px;
    color: white;
    text-decoration: none;
}

div.footer_blok a:hover {
    font-size: 10px;
    color: white;
    text-decoration: underline;
}

div.footer_blok1 {
    float: left;
    margin-top: 48px;
    margin-left: 93px;
    width: 150px; 
    height: 35px;
}

div.footer_blok2 {
    float: left;
    margin-top: 48px;
    margin-left: 77px;
    width: 150px; 
    height: 35px;
}

div.footer_blok3 {
    float: left;
    margin-top: 48px;
    margin-left: 70px;
    width: 150px;
    height: 35px;
}

div.footer_blok4 {
    float: right;
    margin-right: 35px;
    width: 142px;
    height: 35px;
    margin-top: 48px;
}

div.links a {
    display: block;
    font-size: 14px;
    color: #015380;
    line-height: 40px;
    vertical-align: top;
    text-decoration: none;
    font-style: italic;
}

div.links a.active, div.links a:hover {
    display: block;
    font-size: 14px;
    color: #E49C00;
    text-decoration: none;
    font-style: italic;
    line-height: 40px;
    vertical-align: top;
}

/* rss */
div.rss_title {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

