html {
	height: 100%;
}

body {
	margin: 0px;
	background: #97ae18;
}



/* STANDAARD HTML-ELEMENTEN */
body,
input,
select,
textarea {
	color: #333;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #51b0d0;
} 
a:hover {
	text-decoration: underline;
}

label {
	cursor: pointer;
}

img,
a img,
table {
	border: 0px;
}

p {
	margin: 0px 0px 18px 0px;
}

form {
	margin: 0px;
}

ul,
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	padding: 0px 0px 0px 15px;
	background: url(images/list.gif) 0px 7px no-repeat;
}

h1,
.h1 {
	font: bold 36px/40px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h2,
.h2 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	color: #285868;
	margin: 0px;
	padding: 0px;
}

h3,
.h3 {
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h4,
.h4 {
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* Kleuren */
.wit,
.wit a:link,
.wit a:active,
.wit a:visited,
.wit a:hover{
	color: #fff;
}

.blauw,
.blauw a:link,
.blauw a:active,
.blauw a:visited,
.blauw a:hover {
	color: #51b0d0;
}

.roze,
.roze a:link,
.roze a:active,
.roze a:visited,
.roze a:hover {
	color: #f11479;
}



/* Paginamanagerstyles */
img.left {
	float: left;
	margin: 5px 15px 5px 0px;
}

img.right {
	float: right;
	margin: 5px 0px 5px 15px;
}

.h1, .h2, .h3, .h4, .h5, .h6 { /* Paginamanagerstyles (omzetten van <h*>-tag naar een <span> met deze class) */
	display: block;
}



/* CONTAINERS */
.containerMain100p {
	width: 100%;
	min-height: 425px;
	background: #d60f58 url(images/bg-main.gif) repeat-x left top;
}
* html .containerMain100p {
	height: 425px;
}

.containerMain {
	width: 960px;
	min-height: 324px;
	margin: 0px auto 0px auto;
	background: url(images/bg-container-main.gif) repeat-y left top;
}
* html .containerMain {
	height: 324px;
}

.containerFooter {
	width: 960px;
	height: 61px;
	overflow: hidden;
	margin: 0px auto;
}

.containerLinks {
	width/**/:/**/234px; /* 244px */
	min-height: 425px;
	overflow-x: hidden;
	padding-left: 10px;
	float: left;
	background: url(images/bg-links.gif) no-repeat 0px 50px;
}
* html .containerLinks {
	height: 425px;
}

.containerMidden {
	width: 716px;
	min-height: 425px;
	float: left;
}
* html .containerMidden {
	height: 425px;
}

.containerHeader {
	width: 686px;
	height: 295px;
	padding: 0px 20px 10px 10px;
	background: url(images/bg-header.gif) no-repeat left top;
}



/* ALGEMEEN */

/* KOLOM - LINKS */
/* Zoekblok */
.zoekblok {
	width/**/:/**/215px; /* 234px */
	height/**/:/**/24px; /* 81px */
	padding: 52px 5px 5px 14px;
	background: url(images/bg-links-boven.gif) no-repeat left top;
}

.zoekblok .veld {
	width: 183px;
	height: 20px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
}

.zoekblok input {
	width: 177px;
	height: 13px;
	padding: 1px;
	line-height: 13px;
	color: #666;
}

.zoekblok .but {
	width: 20px;
	height: 20px;
	overflow: hidden;
	cursor: pointer;
}

/* Hoofdmenu */
ul.menu {
	width/**/:/**/224px; /* 234px */
	min-height/**/:/**/100px; /* 116px */
	padding: 8px 5px 8px 5px;
	background: #282828 url(images/bg-menu.gif) no-repeat left top;
}
* html ul.menu {
	height/**/:/**/100px; /* 116px */
}

ul.menu li {
	width: 224px;
	min-height: 26px;
	padding: 0px;
	color: #c3e11e;
	font: bold 18px/20px Arial, Helvetica, sans-serif;
	background: none;
}
* html ul.menu li {
	height: 26px;
}

ul.menu li a:link,
ul.menu li a:active,
ul.menu li a:visited {
	display: block;
	width/**/:/**/204px; /* 224px */
	min-height/**/:/**/20px; /* 26px; */
	padding: 3px 10px 3px 10px;
	color: #c3e11e;
	text-decoration: none;
}
ul.menu li a:hover {
	color: #f44d9a;
	text-decoration: none;
}
* html ul.menu li a {
	height/**/:/**/20px; /* 26px; */
}

ul.menu li a.actief:link,
ul.menu li a.actief:active,
ul.menu li a.actief:visited,
ul.menu li a.actief:hover {
	color: #f44d9a;
}

/* Submenu */
ul.submenu {
	width/**/:/**/204px; /* 234px */
	min-height: 22px;
	padding: 0px 5px 10px 25px;
}
* html ul.submenu {
	height: 22px;
}

ul.submenu li {
	width: 199px;
	min-height: 22px;
	padding: 0px;
	color: #c3e11e;
	font: bold 14px/18px Arial, Helvetica, sans-serif;
}
* html ul.submenu li {
	height: 22px;
}

ul.submenu li a:link,
ul.submenu li a:active,
ul.submenu li a:visited {
	display: block;
	width: 199px;
	min-height/**/:/**/18px; /* 22px */
	padding: 2px 0px 2px 0px;
	color: #fff;
	text-decoration: none;
}
ul.submenu li a:hover {
	color: #f44d9a;
	text-decoration: none;
}
* html ul.submenu li a {
	height/**/:/**/18px; /* 22px */
}

ul.submenu li a.actief:link,
ul.submenu li a.actief:active,
ul.submenu li a.actief:visited,
ul.submenu li a.actief:hover {
	color: #f44d9a;
}

/* Banners */
.banners {
	width: 234px;
	min-height: 18px;
	overflow-x: hidden;
}
* html .banners {
	height: 18px;
}

.banner {
	width: 234px;
	min-height: 18px;
	overflow-x: hidden;
	border-bottom: 3px solid #282828;
}
* html .banner {
	height: 18px;
}

/* WERKVELD */
.werkveld {
	width: 706px;
	min-height: 18px;
	overflow-x: hidden;
}
* html .werkveld {
	height: 18px;
}

/* Contentveld */
.content {
	width/**/:/**/486px; /* 526px */
	min-height: 18px;
	padding: 0px 20px 20px 20px;
	float: left;
	overflow-x: hidden;
}
* html .content {
	height: 18px;
}

.paginakop {
	height: 14px;
	overflow: hidden;
	margin: 14px 0px 10px 0px;
}
.content .paginakop {
	width: 486px;
}
.blokSplitLarge .paginakop {
	width: 321px;
}
.blokSplitSmall .paginakop {
	width: 145px;
}
.paginakop img {
	float: left;
}

.introTekst {
	width: 486px;
	min-height: 18px;
	margin-bottom: 30px;
}
* html .introTekst {
	height: 18px;
}

.blokSplit {
	width: 486px;
	min-height: 18px;
}
* html .blokSplit {
	height: 18px;
}

.blokSplitL,
.blokSplitR,
.blok01,
.blok02 {
	width: 233px;
	min-height: 18px;
	float: left;
	overflow-x: hidden;
}
.blokSplitL {
	margin-right: 20px;
}
* html .blokSplitL {
	height: 18px;
}
* html .blokSplitR {
	height: 18px;
}

.blokSplitL p {
	margin-bottom: 5px;
}

.blokSplitLarge {
	width: 321px;
	min-height: 18px;
	float: left;
	margin-right: 20px;
	overflow-x: hidden;
}
* html .blokSplitLarge {
	height: 18px;
}

.blokSplitSmall {
	width: 145px;
	min-height: 18px;
	float: left;
	overflow-x: hidden;
}
* html .blokSplitSmall {
	height: 18px;
}

.blok01 {
	margin-bottom: 20px;
}

a.but:link,
a.but:active,
a.but:visited {
	display: block;
	height: 20px;
	color: #9b1653;
	padding: 0px 4px;
	float: left;
	text-decoration: none;
	font-weight: bold;
	line-height: 19px;
	background: #8acadf;
}
a.but:hover {
	color: #fff;
	background: #478fa4;
}

.kopimg {
	float: left;
	padding-bottom: 5px;
}

/* Poll */
.poll {
	width: 233px;
	min-height: 18px;
	background: #adadad;
}
* html .poll {
	height: 18px;
}

.poll .kop {
	width: 233px;
	height: 41px;
	overflow: hidden;
	background: #8b133f;
	border-bottom: 1px solid #fff;
}

.poll .content {
	width/**/:/**/213px; /* 233px */
	min-height: 18px;
	padding: 10px;
}
* html .poll .content {
	height: 18px;
}

.poll h2 {
	margin-bottom: 8px;
	color: #9b1653;
	text-transform: uppercase;
	font: bold 13px/18px Arial, Helvetica, sans-serif;
}

.poll p {
	margin-bottom: 10px;
}

.poll .antwoord {
	width: 213px;
	min-height: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}
* html .poll .antwoord {
	height: 18px;
}

.poll .radio {
	width: 20px;
	height: 18px;
	overflow: hidden;
	float: left;
}

.poll .text {
	width: 193px;
	min-height: 18px;
	float: left;
}
* html .poll .text {
	height: 18px;
}

.poll input,
.poll label {
	cursor: pointer;
}

.poll input {
	margin: 0px 0px 0px 0px;
}
* html .poll input {
	margin: -2px 0px 0px -4px;
}
*+html .poll input {
	margin: -2px 0px 0px -4px;
}

.poll a.but:link,
.poll a.but:active,
.poll a.but:visited {
	margin-top: 10px;
	color: #8acadf;
	background: #9b1653;
}
.poll a.but:hover {
	color: #fff;
	background: #478fa4;
}

.poll .resultaat {
	width: 213px;
	min-height: 18px;
	margin-bottom: 5px;
	font-weight: bold;
}
* html .poll .resultaat {
	height: 18px;
}

.poll .resultaat .stelling {
	width: 211px;
	height: 14px;
	position: relative;
	border: 1px solid #9b1653;
}

.poll .resultaat .stemProcent {
	width/**/:/**/205px; /* 211px */
	height: 14px;
	padding: 0px 3px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.poll .resultaat .balkProcent {
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 1;
	background: #9b1653;
}



/* KOLOM - RECHTS */
.kolomRechts {
	width/**/:/**/160px; /* 180px */
	min-height/**/:/**/104px; /* 118px */
	padding: 7px 10px;
	float: left;
	overflow-x: hidden;
	background: #8b133f url(images/bg-kolom-rechts.gif) no-repeat left top;
}
* html .kolomRechts {
	height/**/:/**/104px; /* 118px */
}

.kolomRechts a:link,
.kolomRechts a:active,
.kolomRechts a:visited,
.kolomRechts a:hover {
	color: #fff;
}

.kolomRechts .kop {
	width: 160px;
	height/**/:/**/18px; /* 33px */
	overflow: hidden;
	padding: 5px 0px 10px 0px;
}

/* Blok - Toegevoegd */
.itemToegevoegd {
	min-height: 18px;
	padding: 0px 0px 4px 0px;
	margin-bottom: 10px;
	overflow-x: hidden;
}
* html .itemToegevoegd {
	height: 18px;
}
.content .itemToegevoegd {
	width: 145px;
	border-bottom: 1px solid #285868;
}
.kolomRechts .itemToegevoegd {
	width: 160px;
	border-bottom: 1px solid #fff;
}

.itemToegevoegd.laatste {
	border-bottom: none;
}

.itemToegevoegd .thumb {
	width/**/:/**/111px; /* 117px */
	height/**/:/**/85px; /* 91px */
	padding: 3px;
	overflow: hidden;
	margin-bottom: 3px;
	float: left;
	position: relative;
}
.content .itemToegevoegd .thumb {
	background: #51b0d0;
}
.kolomRechts .itemToegevoegd .thumb {
	background: #fff;
}

.itemToegevoegd .thumb a.pijlL,
.itemToegevoegd .thumb a.pijlR {
	position: absolute;
	top: 3px;
	display: block;
	width: 10px;
	height: 85px;
}

.itemToegevoegd .thumb a.pijlL {
	left: 0px;
	background: #51b0d0 url(images/ico-blader-links.gif) no-repeat 2px center;
}

.itemToegevoegd .thumb a.pijlR {
	right: 0px;
	background: #51b0d0 url(images/ico-blader-rechts.gif) no-repeat 2px center;
}

.itemToegevoegd .thumb a.pijlL:hover,
.itemToegevoegd .thumb a.pijlR:hover {
	background-color: #285868;
}

.itemToegevoegd .data {
	min-height: 18px;
	clear: both;
}
* html .itemToegevoegd .data {
	height: 18px;
}
.content .itemToegevoegd .data {
	width: 145px;
	color: #f11479;
}
.kolomRechts .itemToegevoegd .data {
	width: 160px;
	color: #f665a7;
}

.itemToegevoegd .data a:link,
.itemToegevoegd .data a:active,
.itemToegevoegd .data a:visited {
	text-decoration: none;
}
.itemToegevoegd .data a:hover {
	text-decoration: underline;
}

.itemToegevoegd .data .kop {
	height: 21px;
	padding: 0px;
	margin-bottom: 2px;
	overflow: hidden;
}
.content .itemToegevoegd .data .kop {
	width: 145px;
}
.kolomRechts .itemToegevoegd .data .kop {
	width: 160px;
}

.itemToegevoegd .data h3 {
	color: #f665a7;
	float: left;
	padding-bottom: 2px;
	border-bottom: 1px solid #fff;
}

.content .itemToegevoegd .data p {
	margin: 0px;
	color: #f11479;
}

.kolomRechts .itemToegevoegd .data p {
	margin: 0px;
	color: #c5899f;
}

.itemToegevoegd .omschrijving {
	min-height: 18px;
}
.content .itemToegevoegd .omschrijving {
	width: 145px;
}
.kolomRechts .itemToegevoegd .omschrijving {
	width: 160px;
}
* html .itemToegevoegd .omschrijving {
	height: 18px;
}

.content .naam a:link,
.content .naam a:active,
.content .naam a:visited,
.content .naam a:hover {
	color: #f11479;
}

.content .omschrijving a:link,
.content .omschrijving a:active,
.content .omschrijving a:visited,
.content .omschrijving a:hover {
	color: #7dc4dc;
}

.kolomRechts .naam a:link,
.kolomRechts .naam a:active,
.kolomRechts .naam a:visited,
.kolomRechts .naam a:hover {
	color: #fff;
}

.kolomRechts .omschrijving a:link,
.kolomRechts .omschrijving a:active,
.kolomRechts .omschrijving a:visited,
.kolomRechts .omschrijving a:hover {
	color: #7dc4dc;
}



/* Rating - Verticaal */
.rating {
	width: 18px;
	height: 90px;
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.rating ul {
	width: 18px;
	height: 90px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.content .rating ul {
	background: url(images/rating-content.gif) repeat-y left top;
}
.kolomRechts .rating ul {
	background: url(images/rating-kolomrechts.png) repeat-y left top;
}
* html .kolomRechts .rating ul {
	background: url(images/rating-kolomrechts.gif) repeat-y left top;
}

.rating li {
	display: block;
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	background: none;
}

.rating li a:link,
.rating li a:active,
.rating li a:visited {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	z-index: 2000;
	text-decoration: none;
}
.content .rating li a:hover {
	background: url(images/rating-content.gif) repeat-y center top;
}
.kolomRechts .rating li a:hover {
	background: url(images/rating-kolomrechts.gif) repeat-y center top;
}

.rating li a.ster5 {bottom: 72px;}
.rating li a.ster4 {bottom: 54px;}
.rating li a.ster3 {bottom: 36px;}
.rating li a.ster2 {bottom: 18px;}
.rating li a.ster1 {bottom: 0px;}

.rating li a.ster5:hover {height: 90px; top: 0px;}
.rating li a.ster4:hover {height: 72px; top: 18px;}
.rating li a.ster3:hover {height: 54px; top: 36px;}
.rating li a.ster2:hover {height: 36px; top: 54px;}
.rating li a.ster1:hover {height: 18px; top: 72px;}

.rating li.current {
	width: 18px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}
.content .rating li.current {
	background: url(images/rating-content.gif) repeat right bottom;
}
.kolomRechts .rating li.current {
	background: url(images/rating-kolomrechts.gif) repeat right bottom;
}

/* Rating - Horizontaal */
.ratingHor {
	width: 90px;
	height: 18px;
	overflow: hidden;
}
.films .ratingHor {
	position: absolute;
	right: 37px;
	bottom: 13px;
	z-index: 40;
}
.fotos .ratingHor {
	margin-right: 3px;
	float: right;
}

.ratingHor ul {
	width: 90px;
	height: 18px;
	position: relative;
	z-index: 50;
}
.films .ratingHor ul {
	background: url(images/rating-video.gif) repeat-x left top;
}
.fotos .ratingHor ul {
	background: url(images/rating-foto.gif) repeat-x left top;
}

.ratingHor li {
	display: block;
	width: 18px;
	height: 18px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: none;
}

.ratingHor li a:link,
.ratingHor li a:active,
.ratingHor li a:visited {
	display: block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 2000;
	text-decoration: none;
	background: none;
}
.films .ratingHor li a:hover {
	background: url(images/rating-video.gif) repeat-x left center;
}
.fotos .ratingHor li a:hover {
	background: url(images/rating-foto.gif) repeat-x left center;
}

.ratingHor li a.ster5 {right: 0px;}
.ratingHor li a.ster4 {right: 18px;}
.ratingHor li a.ster3 {right: 36px;}
.ratingHor li a.ster2 {right: 54px;}
.ratingHor li a.ster1 {right: 72px;}

.ratingHor li a.ster1:hover {width: 18px;}
.ratingHor li a.ster2:hover {width: 36px;}
.ratingHor li a.ster3:hover {width: 54px;}
.ratingHor li a.ster4:hover {width: 72px;}
.ratingHor li a.ster5:hover {width: 90px;}

.ratingHor li.current {
	height: 18px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	float: none;
	clear: both;
}
.films .ratingHor li.current {
	background: url(images/rating-video.gif) repeat left bottom;
}
.fotos .ratingHor li.current {
	background: url(images/rating-foto.gif) repeat left bottom;
}



/* FILMS */
.videoplayer {
	width: 321px;
	min-height: 18px;
	overflow-x: hidden;
}
* html .videoplayer {
	height: 18px;
}

.videoplayer .player {
	width: 321px;
	height: 282px;
	overflow: hidden;
	margin-bottom: 3px;
	position: relative;
	background: #51b0d0;
}

.videoplayer .foto {
	width: 321px;
	min-height: 18px;
	overflow-x: hidden;
	margin-bottom: 3px;
	text-align: center;
}
* html .videoplayer .foto {
	height: 18px;
}

.videoplayer .foto img {
	border: 3px solid #51b0d0;
}

.videoplayer .omschrijving {
	width: 321px;
	min-height: 18px;
	margin-bottom: 20px;
}
* html .videoplayer .omschrijving {
	height: 18px;
}

/* Reacties */
.reacties {
	min-height: 18px;
}
* html .reacties {
	height: 18px;
}
.content .reacties {
	width: 486px;
}
.blokSplitLarge .reacties {
	width: 321px;
}

.reacties .kopL {
	height: 14px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
}
.content .reacties .kopL {
	width: 243px;
}
.blokSplitLarge .reacties .kopL {
	width: 160px;
}

.reacties .kopR {
	height: 14px;
	overflow: hidden;
	float: left;
	margin-bottom: 5px;
	text-align: right;
}
.content .reacties .kopR {
	width: 243px;
}
.blokSplitLarge .reacties .kopR {
	width: 161px;
}

.content .reacties .kopR img {
	cursor: pointer;
}

.reactieblok {
	min-height: 55px;
	padding: 10px 10px 5px 10px;
	border: 5px solid #d60f58;
	clear: both;
	background: #d60f58 url(images/bg-reactieblok.gif) repeat-x left top;
}
* html .reactieblok {
	height: 55px;
}
.content .reactieblok {
	width/**/:/**/456px; /* 476px; */
}
.blokSplitLarge .reactieblok {
	width/**/:/**/291px; /* 311px */
}

.reactieblok .kop {
	min-height: 18px;
}
* html .reactieblok .kop {
	height: 18px;
}
.content .reactieblok .kop {
	width: 441px;
}
.blokSplitLarge .reactieblok .kop {
	width: 276px;
}

.reactieblok h3 {
	color: #fff;
	float: left;
}

.reactieblok h3 a:link,
.reactieblok h3 a:active,
.reactieblok h3 a:visited,
.reactieblok h3 a:hover {
	color: #fff;
}

.reactieblok span {
	font-weight: normal;
}

a.alarm {
	display: block;
	width: 15px;
	height: 18px;
	overflow: hidden;
	float: left;
	margin-left: 5px;
	background: url(images/ico-alert-paars.gif) no-repeat left top;
}

.reactieblok .reactie {
	min-height: 18px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	background: url(images/list.gif) no-repeat 0px 7px;
}
.content .reactieblok .reactie {
	width/**/:/**/441px; /* 456px */
}
.blokSplitLarge .reactieblok .reactie {
	width/**/:/**/276px; /* 291px */
}

.reactieblok .reactie p {
	margin: 0px;
}

a.butStuurIn {
	clear: both;
	display: block;
	width: 486px;
	height: 57px;
	overflow: hidden;
	margin: 20px 0px 0px 0px;
	background-color: #657218;
	background-repeat: no-repeat;
	background-position: left top;
}
a.butStuurIn:hover {
	background-color: #97ae18;
	background-position: right top;
}

.films a.butStuurIn {
	background-image: url(images/but-stuurfilmpje.gif);
}

.fotos a.butStuurIn {
	background-image: url(images/but-stuurfoto.gif);
}

.agenda a.butStuurIn {
	margin: 0px 0px 20px 0px;
	background-image: url(images/but-stuuragenda.gif);
}

.popupForm {
	width/**/:/**/360px; /* 390px */
	min-height: 125px;
	padding: 15px 15px 15px 15px;
	border: 5px solid #d60f58;
	display: none;
	position: absolute;
	z-index: 1000;
	background: #d60f58 url(images/bg-reageer.gif) left top repeat-x;
}

.popupForm .kop {
	width: 339px;
	height: 21px;
	overflow: hidden;
	float: left;
}

.popupForm .close {
	width: 21px;
	height: 21px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}

.tblFormPopup {
	width: 360px;
	clear: both;
	margin-top: 15px;
}

.tblFormPopupL {
	width: 92px;
	height: 22px;
	padding-top: 2px;
	vertical-align: top;
}

.tblFormPopupR {
	width: 268px;
	height: 24px;
	vertical-align: top;
}

.txtfield01 {
	width: 262px;
	height: 14px;
	padding: 2px;
	border: 1px solid #666;
	line-height: 14px;
}

.txtarea01 {
	width: 262px;
	height: 100px;
	padding: 2px;
	border: 1px solid #666;
	line-height: 14px;
}

.filefield01 {
	width: 268px;
	height: 21px;
	padding: 2px;
	border: 1px solid #666;
	line-height: 14px;
	background: #fff;
}

a.verzenden {
	display: block;
	width: 100%;
	height: 21px;
	margin-top: 3px;
	color: #fff;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	background: #333;
}
a.verzenden:hover {
	text-decoration: none;
	background: #666;
}



/* AGENDA */
.agendaItem {
	width: 486px;
	min-height: 18px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
}
* html .agendaItem {
	height: 18px;
}

.agendaItem h3 {
	color: #8b133f;
}

.agendaItem h3 a:link,
.agendaItem h3 a:active,
.agendaItem h3 a:visited,
.agendaItem h3 a:hover {
	text-decoration: none;
	color: #8b133f;
}

.agendaItem a:link,
.agendaItem a:active,
.agendaItem a:visited {
	text-decoration: none;
	color: #333;
}
.agendaItem a:hover {
	color: #666;
}

.agendaItemDetail {
	width: 486px;
	min-height: 18px;
	margin-bottom: 10px;
}
* html .agendaItemDetail {
	height: 18px;
}

.agendaItemDetail img {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 3px solid #51b0d0;
}

.agendaItemDetail a.but {
	margin-top: 5px;
}

.agendaItemDetail span {
	color: #8b133f;
}

/* Agendaoverzicht */
.agendaOvericht {
	width/**/:/**/148px; /* 158px */
	min-height: 18px;
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}
* html .agendaOvericht {
	height: 18px;
}

.selectboxAgenda {
	width: 148px;
	font-size: 11px;
}

.agendaMatrix {
	width: 147px;
	min-height: 21px;
	margin-left: 1px;
}
* html .agendaMatrix {
	height: 21px;
}

.agendaMatrix ul {
	width: 147px;
	margin: 2px 0px 0px 0px;
}

.agendaMatrix li {
	display: block;
	width: 20px;
	height: 20px;
	padding: 0px;
	margin: 0px 1px 1px 0px;
	overflow: hidden;
	float: left;
	color: #000;
	font-size: 11px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	background: url(images/bg-agendamatrix-leeg.gif) repeat-x left top;
}

.agendaMatrix li.dagen {
	width/**/:/**/19px; /* 20px */
	padding: 0px 0px 0px 1px;
	color: #c2e3ef;
	background: #51b0d0;
}

.agendaMatrix li a:link,
.agendaMatrix li a:active,
.agendaMatrix li a:visited {
	display: block;
	width: 20px;
	height: 20px;
	color: #fff;
	text-decoration: none;
	background: url(images/bg-agendamatrix-link.gif) repeat-x left top;
}
.agendaMatrix li a:hover,
.agendaMatrix li.actief,
.agendaMatrix li.actief a:link,
.agendaMatrix li.actief a:active,
.agendaMatrix li.actief a:visited,
.agendaMatrix li.actief a:hover {
	text-decoration: none;
	color: #fff;
	background: url(images/bg-agendamatrix-hover.gif) repeat-x left top;
}

.filter {
	width: 148px;
	min-height: 18px;
	margin-top: 10px;
}
* html .filter {
	height: 18px;
}

.tblFilter {
	width: 148px;
	margin: 3px 0px 5px 0px;
}

.tblFilterL {
	width: 20px;
	height: 24px;
	vertical-align: top;
}

.tblFilterL input {
	margin-left: 0px;
}
* html .tblFilterL input {
	margin-left: -4px;
}
*+html .tblFilterL input {
	margin-left: -4px;
}

.tblFilterR {
	width: 128px;
	height/**/:/**/23px; /* 24px */
	padding-top: 1px;
	vertical-align: top;
}

.filter a:link,
.filter a:active,
.filter a:visited {
	display: block;
	width: 148px;
	height: 20px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	background: #333;
}
.filter a:hover {
	background: #666;
}

.tblToegevoegd {
	width: 486px;
	table-layout: fixed;
	margin: 10px 0px 15px 0px;
	clear: both;
	color: #8b133f;
	font-size: 10px;
	line-height: 24px;
}

.tblToegevoegdL {
	width: 243px;
	height: 24px;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #999;
}

.tblToegevoegdR {
	width: 243px;
	height: 24px;
	vertical-align: top;
	text-align: right;
	border-bottom: 1px solid #999;
}

.tblToegevoegd a:link,
.tblToegevoegd a:active,
.tblToegevoegd a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666;
}
.tblToegevoegd a:hover {
	text-decoration: none;
	color: #333;
}

.linkPaars a:link,
.linkPaars a:active,
.linkPaars a:visited {
	text-decoration: none;
	font-size: 10px;
	color: #8b133f;
}
.linkPaars a:hover {
	text-decoration: underline;
	color: #8b133f;
}



/* NIEUWS */
.nieuwsItemDetail {
	width: 486px;
	min-height: 18px;
	margin-bottom: 10px;
}
* html .nieuwsItemDetail {
	height: 18px;
}

.nieuwsItemDetail img {
	float: left;
	margin: 5px 15px 5px 0px;
	border: 3px solid #51b0d0;
}

.nieuwsItemDetail a.but {
	margin-top: 5px;
}

.nieuwsItemDetail span {
	color: #8b133f;
}



/* TEMPLATE */
.template .content img {
	border: 3px solid #51b0d0;
}

.template .content .kopimg {
	border: none;
	margin: 0px 0px 3px 0px;
}



/* LINKS */
.linkItem {
	width: 486px;
	min-height: 18px;
	margin-bottom: 10px;
	padding: 0px 0px 0px 15px;
	clear: both;
	background: url(images/list.gif) no-repeat 0px 7px;
}
* html .linkItem {
	height: 18px;
}



/* SITEMAP */
.sitemap .content ul {
	margin-bottom: 10px;
}



/* FOOTER */
.blokFooter {
	width/**/:/**/686px; /* 706px */
	height: 41px;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 244px;
	background: #657218;
}

.blokFooter span {
	display: none;
}

.blokFooter a {
	display: block;
	height: 41px;
	float: left;
	overflow: hidden;
}
.blokFooter a:hover {
	background-position: right top;
}

a.item01 {
	width: 120px;
	background: url(images/but-footer-disclaimer.gif) no-repeat left top;
}
a.item02 {
	width: 96px;
	background: url(images/but-footer-sitemap.gif) no-repeat left top;
}
a.item03 {
	width: 69px;
	background: url(images/but-footer-print.gif) no-repeat left top;
}
a.item04 {
	width: 94px;
	background: url(images/but-footer-contact.gif) no-repeat left top;
}



/* HACK -> 'Display-Table'-vervanger */
.containerMain100p:after,
.containerMain:after,
.containerLinks:after,
.containerMidden:after,
.menu:after,
.banner:after,
.werkveld:after,
.content:after,
.kolomRechts:after,
.paginakop:after,
.introTekst:after,
.blokSplit:after,
.blokSplitL:after,
.blokSplitR:after,
.blokSplitLarge:after,
.blokSplitSmall:after,
.poll:after,
.poll .content:after,
.poll .antwoord:after,
.poll .antwoord .text:after,
.poll .resultaat:after,
.itemToegevoegd:after,
.itemToegevoegd .omschrijving:after,
.videoplayer:after,
.videoplayer .omschrijving:after,
.reacties:after,
.reactieblok:after,
.reactieblok .kop:after,
.reactieblok .reactie:after,
.agendaItem:after,
.agendaItemDetail:after,
.agendaOvericht:after,
.agendaMatrix:after,
.filter:after,
.linkItem:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}



/* Styles voor de print variant */
@media print
{
    .NoPrint { 
    	display: none;
    }
	
	.containerLinks,
	.containerHeader,
	.kolomRechts,
	.containerFooter {
		display: none;
	}
	
	.containerMain100p,
	.containerMidden,
	.werkveld,
	.containerMain {
		width: 486px;
	}
}
