/* CSS ALGEMEEN */
body
{
	scrollbar-face-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #CCCCCC;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-Color: #FFFFFF;
	background-color: #FFCC66;
	font-size: 22pt;
	color: #FF0000;
	font-style: normal;
	text-align: justify;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
	background-position-y: top;
}
td, p
{
	font-family: Candara;
	font-size: 12pt;
	color: #444444;
	font-style: normal;
	text-align: justify;
	font-weight: normal;
}
a:link, a:visited, a:active 
{
	font-family: Candara;
	color: #003466;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none
}
a:hover 
{
	font-family: Candara;
	color: #CCCCCC;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none
}
h1
{
	font-family: Candara;
	color: #003466;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
h2
{
	font-family: Candara;
	color: #000000;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h3
{
	font-family: Candara;
	color: #003466;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
h4
{
	font-family: Candara;
	color: #003466;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
}
h5
{
	font-family: Candara;
	color: #003466;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
}
h6
{
	font-family: Candara;
	color: #444444;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.afb-links
{margin-right: 10px; border:1px solid #CCCCCC; float: left;}
.afb-rechts
{margin-left: 10px; border:1px solid #CCCCCC; float: right;}

/* PAGINA INDELING */
.pagecontainer
{
	width: 900px;
	background-color: #FFFFFF;
}
.header
{
	height: 250px;
	vertical-align: top;
	background-image:url('images/banner.jpg');
}
.main
{
	width: 900px;
}
.menu
{
	float: left;
	width: 200px;
	text-align: left;
}
.adres, .adres p
{
	font-family: Candara;
	color: #444444;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.kopje
{
	font-size: 10pt;
	font-weight: bold;
}
.searchbox
{
	float: left;
	margin: 20px;
}
.searchbox input
{
	border: 1px solid #CCCCCC;
	background: white;
	font-size: 8pt;	
}
.content
{
	float: left;
	width: 650px;
	margin: 0 10px 20px 20px;
	vertical-align: top;
}
.content img
{
	border: 1px solid #CCCCCC;	
}
.content input
{
	border: 1px solid #CCCCCC;
	background: white;
}
.content ul, .content ul li
{
	text-align: justify;
}
.content .tabel-kop
{
	background-color:#003466;
	color:#FFFFFF;
	text-align: left;
}
.content .tabel-oneven
{
	background-color: #edf2f5;
}
.content .naastfoto
{
	display: block;
	margin-left: 410px;
}
.clearlist
{
	clear: both
}
.footer
{
	height: 20px;
	font-family: Candara;
	color: #CCCCCC;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
.footer td, .footer p
{
	font-family: Candara;
	color: #CCCCCC;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.footer a:link
{
	font-family: Candara;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}
.footer a:visited
{
	font-family: Candara;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
} 
.footer a:hover 
{
	font-family: Candara;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #444444;
}
.footer a:active 
{
	font-family: Candara;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	color: #CCCCCC;
}


/*styles for the menu*/
#bwmenu
{
	position:relative;
	z-index:1;
	float:left;
	margin: 10px;
	width:100%;
}
#bwmenu ul
{
	z-index:500;
	list-style-type:none;
	margin:0;
	padding:0;
}
#bwmenu li
{
	position:relative;
	display:block;
	float:left;
	width:100%;
	color:#444444;
	font:bold 12px arial,helvetica,sans-serif;
	border-bottom:1px solid #CCCCCC;
	margin:0;
	text-align:left;
}
#bwmenu a
{
	display:block;
	color:#444444;
	text-decoration:none;
	padding:10px 0 10px 10px;
}
#bwmenu li ul li
{
	border:1px solid #CCCCCC;
	background: #FFFFFF;
}
#bwmenu li ul li a
{
	color: #444444;
}
/*change list item colours on hover*/
#bwmenu li:hover
{
	color:#003466;
	background:#edf2f5;
}
#bwmenu a:hover
{
	color:#003466;
	background:#edf2f5;
}
/*hide menulevel2*/
#bwmenu ul ul
{
	display:none;
}
/*hide menulevel3 when hovering over menulevel1 items*/
#bwmenu ul li:hover ul ul
{
	display:none;
}
/*display expanding menulevel2 on hovering over menulevel1 items*/
#bwmenu ul li:hover ul
{
	position:absolute;
	display:block;
	top:-1px;
	left:100%;
	width:100%;
}
/*display expanding menulevel3 on hovering over menulevel2 items*/
#bwmenu ul ul li:hover ul
{
	position:absolute;
	display:block;
	top:-1px;
	left:100%;
	width:100%;
}
/*End of Sitemap Vertical Popout Menu CSS for WB*/

/*show current menu item*/
#bwmenu .menu_current
{
	color:#003466;
	font-weight: bold;
}



#fullmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Candara;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#fullmenu {
	width: 100%;
	margin: 10px;
	}

#fullmenu li a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
/*	font-variant:small-caps; */
}
#fullmenu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#fullmenu li a:link, #fullmenu li a:visited {
	color: #FF0000;
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	}

#fullmenu li a:hover {
	color: #003466;
	background:  #edf2f5;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#fullmenu ul li ul {
	list-style: circle;
	list-style-position: inside;
	margin: 0;
	padding: 0 /*0 0 20px*/;
	font-family: Candara;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	
	
#fullmenu li ul li a {
	border-bottom:1px solid #CCCCCC; 
	text-decoration: none;
/*	font-style:oblique */
	font-variant:normal; 
}
#fullmenu .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#fullmenu li ul li a:link, #fullmenu li ul li a:visited {
	color: #FF0000;
	display: block;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	}

#fullmenu li ul li a:hover {
	color: #003466;
	background:  #edf2f5;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	}
