html {
	height: 100%;
}


/* STANDAARD HTML-ELEMENTEN */
body {
	margin: 0px;
	background: #6a7357 url(../images/bg-main.gif) repeat-x left top;
}

body,
input,
select,
textarea {
	color: #333;
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #086994;
} 
a:hover {
	text-decoration: underline;
}

img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

p+ul {
	margin-bottom: 18px
}

li {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 10px;
	background: url(/images/list.gif) 0px 8px no-repeat;
}

h1 {
	font: bold 18px/20px Verdana, Arial, Helvetica, sans-serif;
	color: #753f00;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px;
	padding: 0px;
}
h1 a:link,
h1 a:active,
h1 a:visited,
h1 a:hover {
	color: #753f00;
}

h2 {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #753f00;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}
h2 a:link,
h2 a:active,
h2 a:visited,
h2 a:hover {
	color: #753f00;
}

h3 {
	font: bold 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #086994;
	margin: 0px;
	padding: 0px;
}
h3 a:link,
h3 a:active,
h3 a:visited,
h3 a:hover {
	color: #086994;
}

h4 {
	font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #086994;
	margin: 0px;
	padding: 0px;
}
h4 a:link,
h4 a:active,
h4 a:visited,
h4 a:hover {
	color: #086994;
}

/* Paginamanagerstyles */
img[align="left"] {
	margin: 0px 10px 0px 0px;
	float: left;
}

img[align="right"] {
	margin: 0px 0px 0px 10px;
	float: right;
}



/* CONTAINERS */
.containerMain {
	width: 960px;
	min-height: 18px;
	margin: 0px auto 0px auto;
}

.containerHeader {
	width: 960px;
	height: 153px;
	overflow: hidden;
	position: relative;
	color: #086994;
	background: url(../images/bg-header.gif) repeat-x left top;
}

.containerContent {
	width: 960px;
	min-height: 274px;
}
* html .containerContent {
	height: 274px;
}



/* FORMULIER */
form {
	margin: 0px;
	padding: 0px;
}

input,
select,
textarea {
	color: #000;
	background: #fff;
}

label {
	cursor: pointer;
}

.formSubmit {
	width: 0px;
	height: 0px;
	overflow: hidden;
}

#formSubmitJs {
	display: none;
}

.hiddenInput {
	display: none;
}



/* HEADER */
.logo {
	width: 159px;
	height: 105px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 13px;
}

.payoff {
	width: 250px;
	height: 26px;
	position: absolute;
	left: 180px;
	top: 81px;
}

.payoff h1,
.payoff .h1 {
	font: bold 12px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #697357;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}
.payoff .h1 {
	display: block;
}

/* Zoeken */
.blokZoek {
	width: 189px;
	height: 43px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	right: 51px;
}

.blokZoek .subBut {
	width: 186px; /* 189px */
	height: 22px;
	padding: 0px 0px 0px 3px;
	line-height: 22px;
	font-size: 10px;
}

.blokZoek .zoekveld {
	width: 161px;
	height: 18px;
	margin: 0px 2px 0px 0px;
	overflow: hidden;
	float: left;
}

.blokZoek .zoekveld input {
	width: 153px; /* 159px */
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14px;
	margin: 0px;
	border: 1px solid #b3e1ef;
	color: #086994;
	background: #b3e1ef;
}
* html .blokZoek .zoekveld input {
	margin-top: -1px;
}
*+html .blokZoek .zoekveld input {
	margin-top: -1px;
}

.blokZoek .butZoek {
	width: 26px;
	height: 18px;
	overflow: hidden;
	float: left;
}

.blokZoek .butZoek a:link,
.blokZoek .butZoek a:active,
.blokZoek .butZoek a:visited {
	display: block;
	width: 26px;
	height: 18px;
	overflow: hidden;
	text-decoration: none;
	background: #3998bb url(../images/but-header-zoek.gif) no-repeat left top;
}
.blokZoek .butZoek a:hover {
	text-decoration: none;
	background: #753f00 url(../images/but-header-zoek.gif) no-repeat right top;
}

/* Inloggen */
.blokLogin {
	width: 360px;
	height: 60px;
	overflow: hidden;
	position: absolute;
	top: 58px;
	right: 6px;
}

.blokLogin .txt {
	width: 116px; /* 126px */
	height: 60px;
	padding: 0px 10px 0px 0px;
	overflow: hidden;
	float: left;
	text-align: right;
	font-weight: bold;
}

.blokLogin .checkbox {
	height: 22px;
	overflow: hidden;
	LINE-HEIGHT: 22px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

input#remember {
	width: 20px;
	height: 17px;
}

.blokLogin .checkbox input {
	margin: 2px 0px 0px 0px;
	background: none;
}
* html .blokLogin .checkbox input {
	margin: 0px 0px 0px -4px;
}
*+html .blokLogin .checkbox input {
	margin: 0px 0px 0px -4px;
}
.blokLogin .txt p {
	margin: 0px 0px 2px 0px;
}

.blokLogin label {
	font-weight: normal;
}

.blokLogin .formLogin {
	width: 234px;
	height: 60px;
	overflow: hidden;
	float: left;
}

.blokLogin .divTxtField {
	width: 161px;
	height: 18px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	float: left;
}
.blokLogin .divTxtField.divTxtFieldEmail {
	margin: 0px 2px 2px 0px;
}

.blokLogin .divTxtField input {
	width: 153px; /* 159px */
	height: 14px;
	padding-left: 3px;
	padding-right: 3px;
	line-height: 14px;
	margin: 0px;
	border: 1px solid #7ecde5;
	color: #086994;
	background: #7ecde5;
}
* html .blokLogin .divTxtField input {
	margin-top: -1px;
}
*+html .blokLogin .divTxtField input {
	margin-top: -1px;
}

.blokLogin .butLogin {
	width: 71px;
	height: 18px;
	overflow: hidden;
	float: left;
}

.blokLogin .butLogin a:link,
.blokLogin .butLogin a:active,
.blokLogin .butLogin a:visited {
	display: block;
	width: 71px;
	height: 18px;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #3998bb;
}
.blokLogin .butLogin a:hover {
	text-decoration: none;
	color: #fff;
	background: #753f00;
}
*+html .blokLogin .butLogin a {
	line-height: 16px;
}

.blokLogin .subBut {
	width: 231px; /* 234px */
	height: 22px;
	padding: 0px 0px 0px 3px;
	clear: both;
	line-height: 22px;
	font-size: 10px;
}

.ingelogd {
	width: 770px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
	position: absolute;
	left: 180px;
	top: 68px;
}

.ingelogd p {
	margin: 0px;
}

.ingelogd span {
	font-size: 12px;
	font-weight: bold;
	color: #753f00;
}

.ingelogd a:link,
.ingelogd a:active,
.ingelogd a:visited {
	text-decoration: underline;
}
.ingelogd a:hover {
	text-decoration: none;
}

/* Hoofdmenu */
.menu {
	width: 950px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	bottom: 7px;
	left: 5px;
	background: #753f00;
}

.menu li {
	display: block;
	height: 18px;
	padding: 0px 2px 0px 0px;
	margin: 0px;
	float: left;
	background: url(../images/bg-menu-spacer.gif) no-repeat right top;
}

.menu li a:link,
.menu li a:active,
.menu li a:visited {
	display: block;
	height: 18px;
	padding: 0px 5px;
	float: left;
	color: #e3d9cc;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background: #753f00;
}
.menu li a:hover {
	text-decoration: none;
	background: #086994;
}



/* FOOTER */
.footer {
	width: 946px; /* 960px */
	height: 22px; /* 24px */
	padding: 2px 7px 0px 7px;
	margin: 7px 0px 0px 0px;
	border-top: 1px solid #c8c6ab;
	color: #c8c6ab;
}

.footer a:link,
.footer a:active,
.footer a:visited,
.footer a:hover {
	color: #c8c6ab;
}



/* ALGEMEEN */
.kolomSub {
	width: 240px;
	min-height: 18px;
	float: left;
}

.kolomSub h3 {
	font: bold 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #753f00;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px;
}

.kolomMain {
	width: 703px; /* 720px */
	min-height: 531px; /* 571px */
	padding: 0px 7px 40px 10px;
	float: left;
	background: #fff url(../images/bg-kolomMain.gif) repeat-x left top;
}
* html .kolomMain {
	height: 531px; /* 571px */
}

.kolomEnkel {
	width: 703px;
	min-height: 18px;
	margin: 0px 0px 0px 0px;
	clear: both;
}

.kolomDubbelL {
	width: 460px;
	min-height: 18px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.kolomDubbelR {
	width: 233px;
	min-height: 18px;
	padding: 4px 0px 0px 0px;
	float: left;
}

.paginatitel {
	min-height: 18px;
	margin: 0px 0px 4px 0px;
}
.kolomEnkel .paginatitel {
	width: 703px;
}
.kolomDubbelL .paginatitel {
	width: 460px;
}

.kolomEnkel .tekst {
	width: 703px;
	min-height: 18px;
}

.kolomDubbelL .tekst {
	width: 460px;
	min-height: 18px;
}

a.rss:link,
a.rss:active,
a.rss:visited {
	padding: 0px 0px 0px 18px;
	color: #9c955d;
	text-decoration: none;
	background: url(../images/ico-rss.gif) no-repeat 0px 0px;
}
a.rss:hover {
	text-decoration: underline;
}

.butPijl {
	height: 20px;
}

.butPijl a:link,
.butPijl a:active,
.butPijl a:visited {
	display: block;
	height: 20px;
	padding: 0px 15px 0px 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #67c4e0 url(../images/bg-but-pijl.gif) no-repeat right top;
}
.butPijl a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #086994;
}
*+html .butPijl a:link,
*+html .butPijl a:active,
*+html .butPijl a:visited,
*+html .butPijl a:hover {
	line-height: 18px;
}

.kolomDubbelR .butPijl a:link,
.kolomDubbelR .butPijl a:active,
.kolomDubbelR .butPijl a:visited,
.kolomDubbelR .butPijl a:hover {
	padding-left: 7px;
	letter-spacing: 0px;
}

a.butToon:link,
a.butToon:active,
a.butToon:visited {
	display: block;
	width: 98px; /* 126px */
	height: 18px; /* 20px */
	padding: 1px 5px 1px 23px;
	margin: 4px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: #67c4e0 url(../images/bg-but-toon.gif) no-repeat 2px 3px;
}
a.butToon:hover {
	color: #fff;
	text-decoration: none;
	background: #086994 url(../images/bg-but-toon-hover.gif) no-repeat 2px 3px;
}
*+html a.butToon:link,
*+html a.butToon:active,
*+html a.butToon:visited,
*+html a.butToon:hover {
	padding: 0px 5px 2px 23px;
}

a.butOpnieuw:link,
a.butOpnieuw:active,
a.butOpnieuw:visited {
	display: block;
	width: 98px; /* 126px */
	height: 18px; /* 20px */
	padding: 1px 5px 1px 23px;
	margin: 4px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: #67c4e0 url(../images/bg-but-start.gif) no-repeat 4px 3px;
}
a.butOpnieuw:hover {
	color: #fff;
	text-decoration: none;
	background: #086994 url(../images/bg-but-start-hover.gif) no-repeat 4px 3px;
}
*+html a.butOpnieuw:link,
*+html a.butOpnieuw:active,
*+html a.butOpnieuw:visited,
*+html a.butOpnieuw:hover {
	padding: 0px 5px 2px 23px;
}

a.butVragenform:link,
a.butVragenform:active,
a.butVragenform:visited {
	display: block;
	width: 109px; /* 132px */
	height: 18px; /* 20px */
	padding: 1px 0px 1px 23px;
	margin: 4px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	background: url(../images/bg-but-vragenform.gif) no-repeat left top;
}
a.butVragenform:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg-but-vragenform.gif) no-repeat right top;
}
*+html a.butVragenform:link,
*+html a.butVragenform:active,
*+html a.butVragenform:visited,
*+html a.butVragenform:hover {
	padding: 0px 0px 2px 23px;
}

/* Breadcrumbs */
.breadcrumbs {
	width: 703px;
	height: 18px;
	margin: 3px 0px 20px 0px;
	overflow: hidden;
	color: #086994;
}

/* Paging */

.kolomPaging {
	min-height: 18px;
	margin: 10px 0px 0px 0px;
}
.kolomEnkel .kolomPaging {
	width: 703px;
}
.kolomDubbelL .kolomPaging {
	width: 460px;
}

.paging {
	width: 699px; /* 703px */
	height: 26px; /* 30px */
	padding: 2px;
	overflow: hidden;
	position: relative;
	line-height: 26px;
	font-size: 12px;
	background: #67c4e0;
}

.kolomEnkel .paging {
	width: 699px; /* 703px */
}

.kolomEnkel .paging.zoekresultatenSpade {
	width: 460px;
	clear:both;
	margin-top:0px;
	top:0px;
}

.kolomEnkel .paging.zoekresultatenSpade.first{
	top:-180px;
}


* html .kolomEnkel .paging.zoekresultatenSpade.first {
	top:0px;
}

*:first-child+html .kolomEnkel .paging.zoekresultatenSpade.first {
	top:0px;
}

.kolomEnkel .paging.zoekresultatenWur {
	width: 460px;
	background: #753f00;
}

.kolomDubbelL .paging {
	width: 456px; /* 460px */
}
* html .paging {
	line-height: 24px;
}
*+html .paging {
	line-height: 24px;
}

.paging.metStats {
	padding-top: 1px;
}

.paging li {
	display: block;
	width: 26px;
	height: 26px;
	padding: 0px;
	margin: 0px 2px 0px 0px;
	overflow: hidden;
	float: left;
	text-align: center;
	color: #086994;
	background: #b3e1ef;
}

.paging li a:link,
.paging li a:active,
.paging li a:visited {
	display: block;
	width: 26px;
	height: 26px;
	color: #27a4c9;
	text-decoration: none;
}
.paging li a:hover {
	color: #fff;
	text-decoration: none;
	background: #086994;
}

.paging.zoekresultatenWur li{
	color: #753f00;
	background: #c59863;
}

.paging.zoekresultatenWur li a:link,
.paging.zoekresultatenWur li a:active,
.paging.zoekresultatenWur li a:visited {
	color: #753f00;
}

.paging.zoekresultatenWur li a:hover {
	color: #753f00;
	text-decoration: none;
	background: #5a3407;
}

.paging li a.pijlTerug:link,
.paging li a.pijlTerug:active,
.paging li a.pijlTerug:visited {
	background: #b3e1ef url(../images/bg-but-pijl-vorige.gif) no-repeat 6px 6px;
}
.paging li a.pijlTerug:hover {
	background: #086994 url(../images/bg-but-pijl-vorige-hover.gif) no-repeat 6px 6px;
}

.paging li a.pijlVerder:link,
.paging li a.pijlVerder:active,
.paging li a.pijlVerder:visited {
	background: #b3e1ef url(../images/bg-but-pijl-volgende.gif) no-repeat 6px 6px;
}
.paging li a.pijlVerder:hover {
	background: #086994 url(../images/bg-but-pijl-volgende-hover.gif) no-repeat 6px 6px;
}

.paging.zoekresultatenWur li a.pijlTerug:link,
.paging.zoekresultatenWur li a.pijlTerug:active,
.paging.zoekresultatenWur li a.pijlTerug:visited {
	background: #c59863 url(../images/bg-but-pijl-vorigeWur.gif) no-repeat 6px 6px;
}
.paging.zoekresultatenWur li a.pijlTerug:hover {
	background: #5a3407 url(../images/bg-but-pijl-vorigeWur-hover.gif) no-repeat 6px 6px;
}

.paging.zoekresultatenWur li a.pijlVerder:link,
.paging.zoekresultatenWur li a.pijlVerder:active,
.paging.zoekresultatenWur li a.pijlVerder:visited {
	background: #c59863 url(../images/bg-but-pijl-volgendeWur.gif) no-repeat 6px 6px;
}
.paging.zoekresultatenWur li a.pijlVerder:hover {
	background: #5a3407 url(../images/bg-but-pijl-volgendeWur-hover.gif) no-repeat 6px 6px;
}

.paging .stats {
	width: 150px;
	height: 26px;
	overflow: hidden;
	position: absolute;
	right: 8px;
	top: 2px;
	text-align: right;
	color: #fff;
}

#resultaatwur h3 {
	color:#753f00;
}

#resultaatwur a,
#resultaatwur a:hover,
#resultaatwur a:active,
#resultaatwur a:visited {
	color:#753f00;
}

#resultaat {
	width:460px;
}

/* Detailcontent */
.paginaContent {
	width: 460px;
	min-height: 18px;
}

.paginaContent .img {	
	width: 100px;
	height: 100px;
	margin: 5px 10px 0px 0px;
	overflow: hidden;
	float: left;
}

/* Reactieblok */
.blokReactie {
	width: 460px;
	min-height: 18px;
	padding: 6px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #3397cb;
}

.blokReactie p {
	margin: 0px;
}

.blokReactie .reactie {
	width: 460px;
	min-height: 18px;
	margin: 0px 0px 12px 0px;
	position: relative;
}

.blokReactie h4 {
	padding: 0px 105px 0px 0px;
}

a.alert:link,
a.alert:active,
a.alert:visited,
a.alert:hover {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 0px 0px 0px 18px;
	background: url(../images/ico-alert.gif) no-repeat 0px 2px;
}

.formulier {
	width: 460px;
	min-height: 18px;
	padding: 10px 0px 0px 0px;
}

.formulier textarea {
	width: 456px;
	height: 120px;
	margin: 0px 0px 10px 0px;
}
* html .formulier textarea {
	width: 454px;
	margin-bottom: 7px;
}
*+html .formulier textarea {
	width: 454px;
	margin-bottom: 7px;
}

.kolomDubbelL .blokReactie .butPijl a:link,
.kolomDubbelL .blokReactie .butPijl a:active,
.kolomDubbelL .blokReactie .butPijl a:visited,
.kolomDubbelL .blokReactie .butPijl a:hover {
	padding-left: 7px;
}

/* Blokken - Links */
.blokBodem {
	width: 213px; /* 233px */
	height: 234px;
	padding: 6px 10px 0px 10px;
	margin: 0px 0px 7px 0px;
	overflow: hidden;
	position: relative;
	font-size: 10px;
	color: #283117;
	background: url(../images/bg-blok-bodem.jpg) no-repeat left top;
}

.blokBodem h3 span {
	color: #283117;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0px;
}

.blokBodem p {
	margin: 0px;
}

.blokBodem a:link,
.blokBodem a:active,
.blokBodem a:visited {
	display: block;
	width: 148px; /* 158px */
	height: 18px;
	padding: 0px 5px;
	overflow: hidden;
	position: absolute;
	top: 162px;
	left: 75px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: none;
	background: #67c4e0;
}
.blokBodem a:hover {
	text-decoration: none;
	background: #086994;
}

.blokGateway {
	width: 233px;
	min-height: 93px; /* 100px */
	padding: 0px 0px 7px 0px;
	margin: 0px 0px 7px 0px;
	cursor: pointer;
	background: #42a1c3 url(../images/bg-blok-links.gif) repeat-x left top;
}
* html .blokGateway {
	height: 93px; /* 100px */
}

.blokGateway span {
	display: none;
}

.blokGateway p {
	margin: 0px;
	padding: 0px 10px;
}

.blokGateway a:link,
.blokGateway a:active,
.blokGateway a:visited {
	color: #b3e1ef;
	text-decoration: none;
}
.blokGateway a:hover {
	color: #fff;
	text-decoration: none;
}

.blokGateway:hover a:link,
.blokGateway:hover a:active,
.blokGateway:hover a:visited,
.blokGateway:hover a:hover {
	color: #fff;
}

.blokGateway a#kopGateway01:link,
.blokGateway a#kopGateway01:active,
.blokGateway a#kopGateway01:visited {
	display: block;
	width: 233px;
	height: 38px;
	overflow: hidden;
	background: #42a1c3 url(../images/kop-gateway-spadewijzer.gif) no-repeat left top;
}
.blokGateway a#kopGateway01:hover {
	background-position: right top;
}

.blokGateway:hover a#kopGateway02:link,
.blokGateway:hover a#kopGateway02:active,
.blokGateway:hover a#kopGateway02:visited,
.blokGateway:hover a#kopGateway02:hover {
	background-position: right top;
}

.blokGateway a#kopGateway02:link,
.blokGateway a#kopGateway02:active,
.blokGateway a#kopGateway02:visited {
	display: block;
	width: 233px;
	height: 38px;
	overflow: hidden;
	/*background: #42a1c3 url(../images/kop-gateway-vraagenantwoord.gif) no-repeat left top;*/
	background: #42a1c3 url(../images/kop-gateway-modules.gif) no-repeat left top;
}
.blokGateway a#kopGateway02:hover {
	background-position: right top;
}

.blokGateway:hover a#kopGateway03:link,
.blokGateway:hover a#kopGateway03:active,
.blokGateway:hover a#kopGateway03:visited,
.blokGateway:hover a#kopGateway03:hover {
	background-position: right top;
}

.blokGateway a#kopGateway03:link,
.blokGateway a#kopGateway03:active,
.blokGateway a#kopGateway03:visited {
	display: block;
	width: 233px;
	height: 38px;
	overflow: hidden;
	background: #42a1c3 url(../images/kop-gateway-bibliotheek.gif) no-repeat left top;
}
.blokGateway a#kopGateway03:hover {
	background-position: right top;
}

.blokGateway:hover a#kopGateway01:link,
.blokGateway:hover a#kopGateway01:active,
.blokGateway:hover a#kopGateway01:visited,
.blokGateway:hover a#kopGateway01:hover {
	background-position: right top;
}

/* Blokken - Rechts */
.overzicht .kolomDubbelR {
	padding-top: 10px;
}

.blokRechts {
	width: 213px; /* 233px */
	min-height: 18px;
	padding: 6px 10px 7px 10px;
	margin: 0px 0px 7px 0px;
	color: #000;
}

.blokRechts ul {
	padding: 0px 0px 4px 0px;
}

.blokRechts li {
	line-height: 14px;
	margin: 0px 0px 4px 0px;
	background-position: 0px 6px;
}

.blokRechtsBlauw {
	width: 213px; /* 233px */
	min-height: 18px;
	padding: 6px 10px 7px 10px;
	margin: 0px 0px 7px 0px;
	color: #000;
	background: #fff url(../images/bg-blok-rechts-blauw.gif) repeat-x left top;
}

.blokRechts h3,
.blokRechtsBlauw h3 {
	margin: 0px 0px 4px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #086994;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blokRechts h3 span {
	font-weight: normal;
	letter-spacing: 0px;
	text-transform: none;
}

.blokRechts p,
.blokRechtsBlauw p {
	margin: 0px 0px 10px 0px;
}

.blokRechtsBlauw.blokFaqVraag,
.blokRechtsBlauw.blokSpadePDF,
.blokRechtsBlauw.blokSpadeLocatie,
.blokRechtsBlauw.blokFaq {
	background: #fff url(../images/bg-blok-rechts-blauw-donker.gif) repeat-x left top;
}
.blokRechtsBlauw.blokFaqVraag h3,
.blokRechtsBlauw.blokSpadePDF h3 {
	font-size: 12px;
}

.blokRechtsPlayer {
	width: 233px;
	height: 212px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
}

.rubrieken {
	width: 213px;
	min-height: 18px;
	margin: 0px 0px 18px 0px;
}

.rubriekSelect {
	width: 213px;
	min-height: 18px;
}

.rubriekSelect .checkbox {
	width: 20px;
	height: 18px;
	overflow: hidden;
	float: left;
}

.rubriekSelect .checkbox input {
	margin: 2px 0px 0px 0px;
	background: none;
}
* html .rubriekSelect .checkbox input {
	margin: 0px 0px 0px -4px;
}
*+html .rubriekSelect .checkbox input {
	margin: 0px 0px 0px -4px;
}

.rubriekSelect .rubriek {
	width: 193px;
	min-height: 18px;
	float: left;
}

.blokFaq h2 {
	margin: 0px 0px 4px 0px;
	font-size: 12px;
	color: #fff;
}

a.butFaqIco:link,
a.butFaqIco:active,
a.butFaqIco:visited {
	display: block;
	width: 206px; /* 213px */
	height: 18px; /* 36px */
	padding: 3px 0px 15px 7px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background: url(../images/bg-but-faq-icon.gif) no-repeat left top;
}
a.butFaqIco:hover {
	text-decoration: none;
	background-position: right top;
}
* html a.butFaqIco:link,
* html a.butFaqIco:active,
* html a.butFaqIco:visited,
* html a.butFaqIco:hover {
	padding: 2px 0px 16px 7px;
}
*+html a.butFaqIco:link,
*+html a.butFaqIco:active,
*+html a.butFaqIco:visited,
*+html a.butFaqIco:hover {
	padding: 2px 0px 16px 7px;
}

/* Contentnav */
.blokContentnav {
	width: 456px; /* 460px */
	min-height: 18px;
	padding: 0px 2px;
	margin: 20px 0px 0px 0px;
	background: #67c4e0;
}

.blokContentnav .kop {
	width: 440px; /* 456px */
	height: 30px;
	padding: 0px 8px 0px 8px;
}

.blokContentnav .kop h2 {
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blokContentnav .item {
	width: 456px;
	min-height: 18px; /* 24px */
	padding: 3px 0px 3px 0px;
	border-bottom: 2px solid #67c4e0;
	cursor: pointer;
	background: #ddeef3;
}
* html .blokContentnav .item {
	padding: 2px 0px 4px 0px;
}
*+html .blokContentnav .item {
	padding: 2px 0px 4px 0px;
}

.blokContentnav .item:hover {
	color: #fff;
	background: #086994;
}

.blokContentnav .item:hover .nummer,
.blokContentnav .item:hover a:link,
.blokContentnav .item:hover a:active,
.blokContentnav .item:hover a:visited,
.blokContentnav .item:hover a:hover {
	color: #fff;
	text-decoration: none;
}

.blokContentnav.genummerd {
	margin: 0px;
}

.blokContentnav.genummerd .nummer {
	width: 25px; /* 30px */
	height: 18px;
	padding: 0px 5px 0px 0px;
	float: left;
	text-align: right;
}

.blokContentnav.genummerd .content {
	width: 421px; /* 426px */
	min-height: 18px;
	padding: 0px 5px 0px 0px;
	float: left;
}

.rubriekenList {
	width: 450px; /* 466px */
	min-height: 18px;
	margin: 18px 0px 0px 10px;
}

.rubriekenList h3 {
	margin: 0px 0px 6px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #086994;
}

/* Fotoalbum */
.fotoAlbumContainer {
	width: 460px;
	min-height: 18px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	float: left;
}
* html .fotoAlbumContainer {
	height: 18px;
}

.fotoAlbumContainer a:link,
.fotoAlbumContainer a:visited,
.fotoAlbumContainer a:active,
.fotoAlbumContainer a:hover {
	width: 150px;
	height: 150px;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}
.fotoAlbumContainer a.last:link,
.fotoAlbumContainer a.last:visited,
.fotoAlbumContainer a.last:active,
.fotoAlbumContainer a.last:hover {
	width: 150px;
	height: 150px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

.fotoAlbumContainer a img {
	width: 150px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* OVERRULEN */
.noMargin {
	margin: 0px;
}
p.noMarginBottom {
	margin-bottom: 0px;
}



/* HACK -> 'Display-Table'-vervanger */
.containerMain:after,
.containerContent:after,
.kolomSub:after,
.kolomMain:after,
.kolomEnkel:after,
.kolomDubbelL:after,
.kolomDubbelR:after,
.blokContentnav:after,
.item:after,
.tekst:after,
.content:after,
.paginaContent:after,
.rubriekenList:after,
.blokReactie:after,
.reactie:after,
.formulier:after,
.overichtItem:after,
.rubrieken:after,
.rubriekSelect:after,
.rubriek:after,
.fotoAlbumContainer:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint { 
    	display: none;
    }
}

