body {
	margin: 0;
	width:100%;
	text-align:center;
	background-color:#fff;
	color:#000;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}

/* ALGEMEEN */

h1 {font-size: 28px; font-weight: bold; margin:0px; color:#00aedb;}
h2 {font-size: 22px; font-weight: bold; margin:0px;}
h3 {font-size: 16px; font-weight: bold; margin:0px;}
h4 {font-size: 14px; font-weight: bold; margin:0px;}

.plattetekst { font-size: 12px; font-weight: normal; }
.eye_tekst{ font-size: 12px; font-weight: bold;  float:left; width:196px; height:20px; top:0px; text-align:center; margin-top:0px; }
.plattetekst_klein {color:#333333; font-size: 11px; font-weight: normal; }
.footertekst {color:#fff; font-size: 10px; font-weight: normal; }
.nieuwsdatum{ font-size: 10px; font-style:italic;}

a:link {color: #000; text-decoration: none;}a:visited {color: #000;	text-decoration: none;}a:hover {color: #666666; text-decoration: none;}a:active {color: #000; text-decoration: none;}
.footerlink:link {color: #fff; text-decoration: none;}.footerlink:visited {color: #fff; text-decoration: none;}.footerlink:hover {color: #999999; text-decoration: none; }.footerlink:active {color: #fff; text-decoration: none;}

/* MENU */
.menubtn { float:left; height:28px; color:#fff; font-size: 16px; text-transform:uppercase; font-weight: bold; padding:13px 15px 0px 15px; }
.menubtn:link {color:#fff; }.menubtn:visited {color:#fff; }.menubtn:hover {background-color:#000; color:#fff; }
.actief { float:left; height:28px; color:#fff; font-size: 16px; text-transform:uppercase; font-weight: bold; padding:13px 15px 0px 15px; background-color:#000000;}
.actief:link {color:#fff;}.actief:visited {color:#fff;}.actief:hover {color:#fff;}.actief:active {color:#fff;}

.images{ border: #999 solid 2px; float:left; margin-right:3px; margin-bottom:3px; }
.images:hover{filter: alpha(opacity=90);filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);-moz-opacity: 0.90; opacity: 0.90;}

/* INDEX */
#container {
	position: relative;
	margin: auto;
	width:980px;
	text-align:center;
}

#header_ {
	float:left;
	left:0px;
	top:0px;
	width:980px;
	height:148px;
}

#menu_ {
	float:left;
	left:0px;
	top:0px;
	width:980px;
	height:199px;
	margin-bottom:44px;
}

#topmenu {
	float:left;
	text-align:center;
	width:100%;
}

#content_ {
	float:left;
	left:0px;
	top:0px;
	width:960px;
	text-align:left;
	padding:10px;
	margin:50px 0px 40px 0px;
}

#footer {
	float:left;
	width:100%;
	margin:10px 0px 0px 0px;
	text-align:center;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	background-color:#000;
	color:#FFF;
	padding:10px 0px 10px 0px;
	font-size:12px;
	padding-bottom:35px;
}


/* PAGEFLIP */

#pageflip {
	position: relative;
	z-index: 999999;	
}
#pageflip img {
	width: 55px; height: 57px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 55px; height: 55px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/img/page_flip_bg.png) no-repeat right top;
	text-indent: -9999px;
}


/* PAGEFLIP */
.error INPUT, .error TEXTAREA, .error SELECT {
	border-width:2px;
	border-style:solid;
	border-color:#ED1C24;
	background:#FFE6E7;
	}
.iferror {
	margin:0;
	display:none;
	}
.error .iferror {
	display:block;
	color:#ED1C24;
	}

.hint { color:#888; }
