@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	overflow: auto;
	color: #333333;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* Links */

a {
	outline: none;
}

img.link {
	border: none;
}

a.ctt:link {
	text-decoration: underline;	
	color: #0082C0;
}
a.ctt:visited {
	text-decoration: none;
	color: #0082c0;
}
a.ctt:hover {
	text-decoration: none;
	color: #0082C0;
}
a.ctt:active {
	text-decoration: none;
	color: #FF0000;
}

a.ttl:link {
	text-decoration: none;	
	color: #0082C0;
	font-weight: bold;
	outline: none;
	border: none;
}
a.ttl:visited {
	text-decoration: none;
	color: #0082C0;
	font-weight: bold;
}
a.ttl:hover {
	text-decoration: none;
	color: #0082C0;
	font-weight: bold;
}
a.ttl:active {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}



/* Text */

.standard {
	color: #333333;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

.small {
	font-size: 9px;
	color: #333333;
}

.smaller {
	font-size: 10px;
	color: #333333;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	color: #0082c0;
}

.header, h2 {
	font-weight: bold;
	font-size: 12px;
	color: #111111;
	margin: 0px;
	padding: 0px;
}

.blue {
	color: #0082c0;
}

.grey {
	color: #777777;
}

.highline {
	line-height: 16px;
}

.red {
	color: #FF0000;
}

/* Special Styling */

div.top {
	width: 748px;
	height: 22px;
	overflow: hidden;
}

div.ctt_scroll {
	width: 759px;
	overflow: auto;
}

div.scroller-right {
	width:567px;
	height:599px;
	overflow:auto;
	padding-right:21px;
}

div.ctt_full {
	width: 760px;
	height: 582px;
	overflow: hidden;
} /* Volledig scherm: 765 x 582px */

div.static-right {
	width:577px;
	height:599px;
	overflow:auto;
	padding-right:21px;
}

div.impos {
	position: absolute;
	overflow: visible;
	left: 0px;
	border: #FABC13 solid 1px;
}

/* DIV Speciale */

div.specif-tl {
	position: absolute;
	width: auto;
	height: auto;
	overflow: visible;
	background-position: top left;
	background-repeat: no-repeat;
}

div.specif-tc {
	position: absolute;
	width: auto;
	height: auto;
	overflow: visible;
	background-position: top center;
	background-repeat: no-repeat;
}

div.specif-tr {
	position: absolute;
	width: auto;
	height: auto;
	overflow: visible;
	background-position: top right;
	background-repeat: no-repeat;
}

div.specif-bl {
	position: absolute;
	width: auto;
	height: auto;
	overflow: visible;
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.marg {
	margin-left: 50px;
}


/* Images */

.image {
	border: 1px solid #0082C0;
}
.im_T {
	border-top: 1px solid #0082C0;
}
.im_L {
	border-left: 1px solid #0082C0;
}
.im_B {
	border-bottom: 1px solid #0082C0;
}
.im_R {
	border-right: 1px solid #0082C0;
}

.wht_rbbt {
	border: 1px solid #FFFFFF;
}

/* Textborder */

.text {
	border: 1px solid #FABC13;
}
.txt_T {
	border-top: 1px solid #FABC13;
}
.txt_L {
	border-left: 1px solid #FABC13;
}
.txt_B {
	border-bottom: 1px solid #FABC13;
}
.txt_R {
	border-right: 1px solid #FABC13;
}

/* Site Specific
/  Nieuws
/
*/

.nieuwskop {
	color: #333333;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}


.nieuwsdate {
	color: #0082c0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.nieuwstext {
	position: relative;
	padding-left: 25px;
	float: left;
	width: 350px;
}
.nieuwsimage {
	position: relative;
	float: left;
	width: 150px;
}

td {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* Site Specific
/  FAQ
/
*/

.faq-question {
	color: #0082c0;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
.faq-answer {
	margin-left: 25px;
}