

/*** Algemeen ***/

body {
margin:0;
overflow:auto;
font-family:verdana, arial, tahoma;
}

/*** Kop ***/
.kop {
font-family:arial;
font-size:28pt;
color:#1560B4;
}

.kop2 {
font-family:tahoma;
font-size:12px;
color:#1560B4;
}


/*** Menu ***/
.menu {
background-color:#B7E6FC;
font-size:11px;
color:#1560B4;
}

a.menu {
font-size:11px;
color:#1560B4;
text-decoration: none;
}

a.menu:hover {
font-size:11px;
color: #4699D3;
text-decoration: none;
}

a.menu:focus {
font-size:11px;
color: #4699D3;
text-decoration: underline;
}

a.menu:active {
font-size:11px;
color: #4699D3;
text-decoration: none;
}


/*** Iframe ***/
.iframe_main {
width:100%;
height:300px;
}

/*** Content ***/
.content_body {
width: 100%;
height:100%;
background-color:#4699D3;
scrollbar-3dlight-color:4699D3; 
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:4699D3;
scrollbar-darkshadow-color:#2286CC;
scrollbar-face-color:4699D3;
scrollbar-highlight-color:#2286CC;
scrollbar-shadow-color:#2286CC;
}

.content {
font-size:12px;
color:#FFFFFF;
}


/*** Anker Algemeen ***/
a {
color: #B7E6FC;
text-decoration: underline;
}

a:hover {
color: #1560B4;
text-decoration: none;
}

a:focus {
color: #B7E6FC;
text-decoration: underline;
}

a:active {
color: #FFFFFF;
text-decoration: underline;
}



/*** NAW ***/
.naw {
font-family:tahoma;
font-size:10px;
color:#1560B4;
}

a.naw {
color: #1560B4;
text-decoration: none;
}

a.naw:hover {
color: #1560B4;
text-decoration: underline;
}

a.naw:focus {
color: #4699D3;
text-decoration: underline;
}

a.naw:active {
color: #4699D3;
text-decoration: underline;
}