
BODY {        font-family: Arial, Helvetica, Verdana, sans-serif;
        color: rgb(0, 0, 0);
        margin-top: 2px;
        background-color: rgb(144, 172, 112);
        background-image: url();
        background-position: center;
        background-repeat: repeat;
        background-attachment: fixed;
/* scrollbar kleuren */
        scrollbar-face-color: rgb(176,152,144);
        scrollbar-shadow-color: rgb(50,100,150);
        scrollbar-highlight-color: rgb(224,212,192);
        scrollbar-3dlight-color: rgb(224,212,192);
        scrollbar-darkshadow-color: rgb(112,136,152);
        scrollbar-track-color: rgb(232,240,248);
        scrollbar-arrow-color: rgb(255,255,255);
}

div.naam {                background-image: url(images/naambongerd3.gif);
                        background-repeat: no-repeat;
                        margin-top: 0px;
                        width:539px; height:54px;
}
table.pagina {        background: rgb(255, 252, 242);
                        background-image: url(images/viewbongerd.jpg);
                        background-repeat: no-repeat;
                        margin-top: -2px;
}

/* ##### MENU ##### */

table.menu {           color: #64892A;
                        font-weight: bold;
                        font-size: 14pt;
                        margin-top: 135px;
                        height: 100px;
}
A.menu:link {          color: #64892A;
                        text-decoration: none;
                        font-weight: bold;
                        font-size: 14pt;
}
A.menu:visited {       color: #64892A;
                        text-decoration: none;
                        font-weight: bold;
                        font-size: 14pt;
}
A.menu:active {        backgroundcolor: rgb(0, 0, 0);
                        text-decoration: underline;
                        font-weight: bold;
                        font-size: 14pt;
}
A.menu:hover {         color: #64892A;
                        text-decoration: underline;
                        font-weight: bold;
                        font-size: 14pt;
}


/* ##### ALGEMEEN ##### */

A:link {           color: rgb(80, 96, 66);
                    text-decoration: none;
}
A:visited {        color: rgb(80, 96, 66);
                    text-decoration: none;
}
A:active {         color: rgb(0, 0, 0);
}
A:hover {          color: rgb(80, 117, 66);
                   text-decoration: underline;
}
A.noline {         text-decoration: none;
}


div.inhoud {        margin-top: 20px;
                         margin-left: 100px;
                         margin-right: 20px;
}

Font.titeltje {        color: rgb(80, 96, 66);
                        font-weight: bold;
}

H2 {                color: rgb(80, 96, 66);
                font-weight: normal;
                margin-left: 0px;
}

UL {                margin-top: 0px;
                margin-left: 0px;
                padding: 0px
}
OL {                margin-top: 0px;}


