body{
        font-size: 60%;
}

* {
    font-family: arial, sans-serif;
}

body {
    background-color: #FFFFFF;
    text-align: center;

    margin: 2px;
    padding: 0px;
}

.menutop {
        color: #ffffff;
        text-decoration: none;
}

.home_titel{
        font-size: 1.2em;
        font-weight: bold;

        color: #006344;
        line-height: 1.4em;
}

.home_tekst{
        font-size: 0.9em;

        color: #006344;
        line-height: 1.1em;
}

.leesverder{
        color: #006344;
        font-weight: bold;
        font-size: 0.8em;
}

.image_border{
        background-color: ;
        width: 113px;
        height: 119px;
}

.snel{
        background-color: #39185A;
        width: 175px;
        height: 54px;
}

a.snellink, a.snellink:link, a.snellink:visited, a.snellink:hover {
        font-size: 0.9em;
        font-weight: bold;
           color: #ffffff;
           text-decoration: none;
        line-height: 1.2em;
}

#tekstb_lgroen {
        width: 361px;
        height: 136px;

        background-color: #f2f8ed;
}

#tekstb_dgroen {
        width: 361px;
        height: 136px;

        background-color: #c6e1b1;
}


.main   {
        font-size: 0.9em;
         }
         
.mainsub {
         font-size: 0.8em
                 }
         
.submain {
         font-size: 0.8em
         }
         
.main_divider {
        width: 361px;
        height: 14px;

        background-image: url(/images/main_divider.gif);
        background-repeat: no-repeat;
}

#uitlijn {
    position: relative;
    width: 985px;
    height: 100%;

    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#linkerkolom {
    position: absolute;

    top: 180px;
        left: 0px;
        width: 212px;
        height: 600px;
}

#midden {
    position: absolute;
        text-align: right;

    top: 180px;
        left: 212px;
        width: 582px;
        height: 600px;

        background-image: url(/images/menu_back.gif);
    background-repeat: repeat-y;

        overflow: auto;
}

#rechterkolom {
    position: absolute;

    top: 180px;
        left: 794px;
        width: 185px;
        height: 600px;

        background-image: url(/images/menu_back.gif);
    background-repeat: repeat-y;
}

#rechterBanner {
    position: absolute;

    top: 612px;
        left: 803px;
        width: 175px;
        height: 170px;

}




#logo {
        position:  absolute;

        width: 245px;
        height: 170px;

        float: left;
        margin: 0px;
}

#header {
        position:  absolute;

        top: 0px;
        left: 245px;

        width: 733px;
        margin: 0px;
}

#mainrow {
        background-color: #861630;

        width: 633px;
        height: 25px;
}

.spacer {
        width: 978px;
        height: 4px;

        background-color: #ffffff;
}

#buttons {
        width: 733px;
        height: 134px;
}

.menu {
        color: #ffffff;
        font-size: 0.8em;

        vertical-align: middle;
}

#menublok1 {
        width: 175px;
        height: 134px;

        background-color: #81bd53;
}

#menublok2 {
        width: 175px;
        height: 134px;

        background-color: #005395;
}

#menublok3 {
        width: 175px;
        height: 134px;

        background-color: #cd0921;
}

#menublok4 {
        width: 175px;
        height: 135px;

        background-color: #7f0029;
}

#menublok1 a, #menublok2 a, #menublok3 a, #menublok4 a {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        text-decoration: none;
        margin-left: 10px;
}

#row {
        position: absolute;

        top: 170px;
        left: 0px;
        width: 978px;
        height: 5px;

        background-color: #3c1d5d;
}

#bottom {
        position: absolute;
        top: 790px;
        left: 0px;
        width: 978px;
}

#banner {

        margin-top: 3px;
        background-color: #39185A;
}

#banner a {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1.2em;
        text-decoration: none;
}

#banner span {
        padding: 5px;
}
.labelinformation  {
color:        #3F2056;
font-family:       Arial, Verdana, Sans-Serif;
font-size:        0.75em;
text-align:        left;
}

/* Toegevoegd: 11.09.2009 door Wietse Sluimer (Seneca)*/

#bodyContent table{
	margin:0;
	padding:0;
	border-collapse:collapse;
	border-top:1px solid #39185A;
	border-left:1px solid #39185A;
	font-size:100%;
	color:#39185A;
}

#bodyContent table td{
	padding:2px 5px;
	border-right:1px solid #39185A;
	border-bottom:1px solid #39185A;
	vertical-align:top;
}

