/*
groen           :  C3D368
blauw           :  01A4E9
blauw - light   :  7FD2F4

/* De opmaak van de algemene structuur */
body
{
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: smaller;
    font-style: italic;
}


H1
{
    font-family: Trebuchet MS;
    color: White;
    font-size: medium;
    letter-spacing: 1.5px;
}
H2
{
    font-family: Trebuchet MS;
    color: White;
    font-size: small;
    letter-spacing: 1.5px;
}


a
{
    text-decoration: underline;
    color: white;
    border-width: 0px;
    padding: 0px;
}

a:visited
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: underline;
    font-style:italic;
}

img
{
    border-style: none;
    border-width: 0px;
}

/* ------------------------------------------------------------------------------- Pagina opmaak */
/* Hoofd tabellen*/

.normal
{
    margin: 0px 0px 0px 0px;
    font-family: Trebuchet MS;
    font-size: smaller;
    font-style: italic;
}

.main_table
{
    width: 980;
    height: 500;
    border-width: 0px;
    border-spacing: 0px;
}

.main_header
{
    background-image: url(./imagessite/main_header.jpg);
    width: 980;
    height: 125;
}

.main_menu
{
    border-width: 0px;
    background-image: url(./imagessite/main_menu.jpg);
    background-repeat: no-repeat;
    width: 290;
    height: 500;
    vertical-align: top;
}

.main_center
{
    width: 600;
    border-width: 0px;
    vertical-align: top;
    background-color: #01A4E9;
    background-image: url(./imagessite/main_center.jpg);
    background-repeat: repeat-x;
    
}

.main_right
{
    border-width: 0px;
    background-image: url(./imagessite/main_right.jpg);
    background-repeat: no-repeat;
    width: 90;
}

.main_bottom
{
    color: #01A4E9;
    background-color: #FFFFFF;
}

.donkerblauw
{
    background-color: #01A4E9;
}

/* Nieuws */

#nieuws_div
{
    position: inherit;
    left: 400px;
    width: 190px;
    max-width: 190px;
    height: 250px;
    max-height: 250px;
    margin-left: 1px;
    padding-top: 1px;
    overflow: auto;
}

/* -------------------------------------------------------------------------------  */

#center_div_half
{
    position: static;
    width: 400px;
    max-width: 400px;
    height: 440px;
    max-height: 440px;
    overflow: hidden;
    color: Black;
    background-color: #A4DDF8;
    top: 0px;
    left: 0px;
    overflow: auto;
}

#center_div
{
    position: static;
    width: 596px;
    max-width: 600px;
    height: 480px;
    max-height: 480px;
    overflow: hidden;
    color: Black;
    background-color: #A4DDF8;
    top: 0px;
    left: 0px;
    overflow: auto;
}

#menu_div
{
    position: relative;
    top: 1px;
    left: 90px;
    width: 100px;
    margin-left: 10px;
    padding-top: 10px;
    font-size: smaller;
}


