**************************************************/
/******************** COMMON **********************/
/**************************************************/

/* voor hoogte 100% (compleet beeldvullend): */
/*
html{height:100%;overflow:hidden;}
body{height:100%}
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#333333;
	background-color:#FFFFFF;
	line-height:1.3em;
	margin:0px;
}
p {
	margin-top:0em;
	margin-bottom:1em;
}
a {
	color:#0060AC;
	text-decoration:underline;
}
a:hover {
	color:#09416E;
	text-decoration:underline;
}
img {
	border:none;
}
.imgborder {
	border:1px dashed #09416E;
}
hr {
	border:none; 
	border-bottom:1px dashed #09416E;
	height:0px;
	padding-top:0px;
	margin-bottom:0px;
}

ul {
	margin-left:0px;
	padding-left:0px;
}
ul li{
	margin-left:0px;
	padding-left:10px;
	list-style-type:none;
	background-image:url(../images/img_bullet.gif);
	background-position:0px 6px;
	background-repeat:no-repeat;
	line-height:1.3em;
}
h1 {
	font-size:155%;
	margin-top:0em;
	margin-bottom:1em;
	font-weight:bold;
	color:#0060AC;
}
h2 {
	font-size:115%;
	margin-top:0em;
	margin-bottom:0.5em;
	font-weight:bold;
	color:#666666;
}
h3 {
	font-size:105%;
	margin-top:0em;
	margin-bottom:1em;
	font-weight:bold;
	color:#0060AC;
}
h4{
	color:#1E90FF;
	margin-top:0em;
	margin-bottom:0.5em;
	font-weight:bold;
	font-size:100%;
}
h4 a {
	color:#1E90FF;
	text-decoration:underline;
}
h4 a:hover {
	color:#1E90FF;
	text-decoration:underline;
}
h5 {
	font-size:1em;
	margin:0px;
	font-weight:normal;
	color:#1643C4;
}
h6 {
	font-size:0.9em;
	margin-top:5px;
	margin-bottom:1px;
	font-weight:normal;
	color:#1643C4;
}
td {
	text-align:left;
	vertical-align:top;
}
form {
	margin:0px;
	padding:0px;
}
select {
	font-family:Verdana,Arial, Helvetica, sans-serif;
}
textarea {
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:12px;
}
abbr {
	border:none;
}


/* Generieke onderdelen */
.clear {
	clear:both;
	font-size:1px;
	line-height:0px;
	height:0px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.date {
	color:#FF6600;
	font-size:95%;
}
.more{
	text-align:right;
}
.back{
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
}
.back a{

	background-image:url(../images/img_arrow_opened.gif);
	background-position:right 10px;
	background-repeat:no-repeat;
}
.back a:hover{
	color:#0080AF;
	text-decoration:underline;
}
.multiPage{
	text-align:right;
	margin-bottom:10px;
	margin-top:10px;
	color:#0060AC;
}
.multiPage a{
	color:#0060AC;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
.multiPage a:hover{
	color:#09416E;
	text-decoration:underline;
}
.multiPage .select{
	color:#333333;
	padding-left:3px;
	padding-right:3px;
	font-weight:bold;
}
.multiPage a.prev {
	background-image:url(../images/img_arrow_back.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:8px;
}
.multiPage a.next {
	background-image:url(../images/img_arrow_forward.gif);
	background-position:right 5px;
	background-repeat:no-repeat;
	padding-right:8px;
}

/* SEARCH */
.searchField {
	text-align:right;
	margin-top:26px;
}
.searchField input {
	color:#0073AF;
	border:solid 1px #94C0CF;
	vertical-align:middle;
	font-size:95%;
	width:120px;
}
.searchField input.button {
	border:none;
	width:16px;
}

/* FORM */
.form {
	color:#0060AC;
	background-color:#E2EEF7;
	padding:10px 10px 10px 10px;
}
.form INPUT {
	vertical-align:middle;
	color:#0060AC;
	font-size:95%;
}
.form .searchBox {
	margin-bottom:10px;
}
.form .searchBox input {
	color:#0060AC;
	border:solid 1px #7FD7D3;
	vertical-align:middle;
	font-size:95%;
	width:200px;
}
.form .searchBox input.button {
	border:none;
	width:16px;
}
.form .label{
	width:100px;
	padding-top:3px;
	padding-bottom:10px;
}
.form SELECT{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#0060AC;
	width:200px;
}
.form textarea{
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:95%;
	color:#0060AC;
	margin-bottom:10px;
}
.form .checkBoxes, .form .dropDowns{
	margin-bottom:5px;
}
.form .check{
	float:left;
}
.form .labelCheck{
	padding-top:2px;
}
.form label {
	padding-right:50px;
}
.formBtn{
	text-align:right;
}
.formBtn img{
	margin-left:10px;
}
.form .formError{
	color:#FF0000;
	border:solid 1px #FF0000;
}
.form .inputError{
	color:#FF0000;
	margin-bottom:10px;
}

/* SITEMAP */
.sitemap a{
	color:#0060AC;
	display:block;
	text-decoration:none;
	padding:3px 5px 4px 10px;
	border-bottom:dashed 1px #0062D0;
	font-weight:bold;
}
*html .sitemap a{
	width:100%;
}
.sitemap a:hover {
	color:#0060AC;
	background-color:#D9F3F2;
	text-decoration:none;
}
.sitemap .level2{
	margin-left:10px;
}
.sitemap .level2 a{
	border-bottom:none;	
	background-image:url(../images/img_subsub.gif);
	background-position:0px 11px;
	background-repeat:no-repeat;
	font-weight:normal;
}
.sitemap .level3{
	border-bottom:none;
	margin-left:10px;
}
.sitemap .level3 a{
	border-bottom:none;
	background-image:none;
	font-weight:normal;
	color:#00AFA8;
}
.sitemap span {
	color:#FF6600;
	padding-left:10px;
}



/******************** TOP **********************/
.topBackground {
	background-color:#FFFFFF;
	padding-top:2px;
	padding-bottom:0px;
}
.top {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
}
.topMenu {
	color:#999999;
	font-size:95%;
	text-align:right;
	margin-top:28px;
}
.topMenu a {
	color:#999999;
	text-decoration:none;
}
.topMenu a:hover {
	color:#09416E;
	text-decoration:underline;
}
.topMenu a.image {
	background-image:url(../images/img_fontplus.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:28px;
}
.topMenu span {
	padding-left:3px;
	padding-right:3px;
}
.searchExtend {
	text-align:right;
	padding-right:23px;
	margin-top:5px;
}
.searchExtend a {
	font-size:95%;
	color:#999999;
	text-decoration:underline;
}
.searchExtend a:hover {
	color:#0062D0;
	text-decoration:underline;
}
.mainMenu {
	width:730px;
	margin-left:auto;
	margin-right:auto;
}
.topImage {
	width:145px;
	height:132px;
}
.topImageDiv {
	position:absolute;
	z-index:10;
	margin-top:27px;
}
.marge {
	font-size:1px;
	width:1px;
	background-image:url(../images/bg_menuText.gif);
	background-repeat:no-repeat;
}
.topBar {
	position:absolute;
	width:729px;
	height:5px;
	background-color:#0060AC;
	font-size:1px;
	margin-top:22px;
}
.photoOverlay img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); 
}
.photoOverlay {
	
	width:145px;
	height:127px;
	z-index:20;
oDiv.filters(1).sizingMethod="image";

}
.empty {
	position:absolute;
	z-index:100;
	display:block;
}
.empty img {
	width:187px;
	height:127px;
}
.menuText, .menuTextActive {
	font-weight:bold;
	font-size:105%;
	padding-left:17px;
	height:27px;
}
.menuText {
	color:#0062D0;
}
.menuTextActive {
	color:#0062D0;
}
.breadCrumb {
	background-color:#D3EBFE;
	border-bottom:solid 1px #0062D0;
	padding:4px 10px 5px 10px;
	color:#FF6600;
}
.breadCrumb a {
	color:#0060AC;
	text-decoration:none;
}
.breadCrumb a:hover {
	color:#0060AC;
	text-decoration:underline;
}

.breadCrumb span {
	padding-left:3px;
	padding-right:3px;
	color:#0060AC;
}
.children {
	color:#00B0A9;
	margin-left:204px;
	width:450px;
	padding-top:5px;
}
.children a {
	color:#00B0A9;
	text-decoration:none;
}
.children a:hover {
	color:#00B0A9;
	text-decoration:underline;
}
.children span {
	padding-left:5px;
	padding-right:5px;
}
.printMenu {
	text-align:right;
	padding-top:3px;
	font-size:135%;
	line-height:140%;
	float:right;
}
.printMenu a {
	color:#666666;
	text-decoration:none;
	background-image:url(../images/btn_print.gif);
	background-position:left 8px;
	background-repeat:no-repeat;
	padding:10px 0px 0px 17px;
	font-size:75%;
}
.printMenu a:hover {
	color:#666666;
	text-decoration:underline;
	background-image:url(../images/btn_print_f2.gif);	
}

/******************** CONTENT **********************/
.main {
	width:730px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:10px;
}

.mainTdLeft {
	width:187px;
}
.mainTdMiddle {
	padding-left:17px;
	padding-right:15px;

}
.mainTdRight {
	width:0px;
}
.homeLeft {
	padding-left:17px;
	padding-right:15px;
}
.homeLeft h4 {
	color:#1E90FF;
	margin-top:0em;
	margin-bottom:0.5em;
	font-weight:normal;
}
.homeLeft h4 a {
	color:#1E90FF;
	text-decoration:underline;
}
.homeLeft h4 a:hover {
	color:#0060AC;
	text-decoration:underline;
}
.wrapper {
	width:187px;
}
.homeRight {
	padding-left:17px;
	padding-right:15px;
	margin-bottom:10px;
}
.homeRight a {
	font-size:95%;
	color:#1E90FF;
	text-decoration:none;
	padding-top:4px;
	padding-bottom:5px;
	display:block;
	border-bottom:1px dashed #005FB0;
	width:155px;
}
.homeRight a:hover {
	color:#0060AC;
	background-color:#D9E7F3;
	text-decoration:none;
}
.homeBanner {
	margin-top:20px;
}

.homeBannerTxt {
	background-color:#F2FBFB;
	border-left:solid 1px #99DFDD;
	border-right:solid 1px #99DFDD;
}
.homeBannerTxt td {
	padding:2px 10px 3px 10px;
}
.homeBannerTxt h3 {
	margin-bottom:0.5em;
}
.homeBannerTxt a {
	display:block;
	color:#0062D0;
	text-decoration:underline;
	padding-top:5px;
	text-align:right;
}
.homeBannerTxt a:hover {
	display:block;
	color:#0060AC;
	text-decoration:underline;
}
.banners {
	padding-top:35px;
	text-align:right;
}
.banners img {
	margin-bottom:10px;
}
.menuback {
	text-align:right;
	padding-right:28px;

	background-position:right 10px;
	background-repeat:no-repeat;
}
a.menuback {
	color:#0060AC;
}
a.menuback:hover {
	color:#09416E;
	text-decoration:none;
background-color:#D3EBFE;
}
.parent {
	background-image:url(../images/img_arrow_closed.gif);
	background-position:right 10px;
	background-repeat:no-repeat;
}
a.parent {
	color:#0060AC;
}
a.parent:hover {
	color:#09416E;
	text-decoration:none;
background-color:#D3EBFE;
}
#selected {
	background-color:#A7D3F5;
	font-weight:bold;
}
a.parent#selected {
	background-image:url(../images/img_arrow_opened.gif);
	background-position:right 10px;
	background-repeat:no-repeat;
}
.subMenu {
	padding:3px 15px 20px 0px;
}
.subMenu a {
	color:#0060AC;
	display:block;
	text-decoration:none;
	padding:5px 5px 6px 10px;
	border-bottom:dashed 1px #0062D0;
}
.subMenu a:hover {
	color:#09416E;
	background-color:#D3EBFE;
	text-decoration:none;
}
.subSubMenu {
	background-color:#E2EEF7;
	border-bottom:dashed 1px #0062D0;
}
.subSubMenu a {
	border-bottom:none;
	padding:5px 5px 5px 20px;
	background-image:url(../images/img_subsub.gif);
	background-position:10px 11px;
	background-repeat:no-repeat;
}
.subSubMenu #active  {
	font-weight:bold;
	background-image:url(../images/img_subsub2.gif);
	background-color:#F2FBFB;
}
.subSubMenu a:hover#active  {
	background-color:#D3EBFE;
}

.content {
	
}
.content h3 {
	color:#0062D0;
	margin-top:0.5em;
	margin-bottom:0.5em;
	font-weight:bold;
}
.content h4 a {
	color:#0062D0;
	text-decoration:underline;
}
.content h4 a:hover {
	color:#0060AC;
	text-decoration:underline;
}
.news .teaserImg {
	border:solid 1px #0062D0;
	margin:0px 0px 5px 20px;
}
.news img {
	border:solid 1px #0062D0;
	margin-top:10px;
	margin-bottom:10px;
}

.content h4 {
	margin-bottom:0.1em;
}

.bottom {
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:95%;
	padding-top:3px;
height:20px;
padding-left:131px;
background-color:#0062D0;


}
.bottom span {
	padding-left:3px;
	padding-right:3px;

}
/* commen */



.dropdown {
	position:absolute;
	z-index:100;
	visibility:hidden;
	width:187px;
	min-height:99px;
	background-color:#FFFFFF;
	border-top:solid 1px #FFFFFF;
	font-size:95%;
	border:solid 1px #0060AC;
}
*html .dropdown {
	height:99px;
}
.dropdown .items a {
	color:#0060AC;
	width:162px;
	display:block;
	text-decoration:none;
	padding:3px 8px 4px 17px;
	border-bottom:dashed 1px #629ED1;
}
.dropdown .items a:hover {
	color:#09416E;
	background-color:#D3EBFE;
	text-decoration:none;
}
.dropdown a.end {
	border-bottom:none;
}
<!-- Pagina geladen in 0.02133 secs.-->







