/*###############
#	ALGEMEEN    #
###############*/
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd { margin: 0; padding: 0; }
html { font: 12px Arial, Verdana, Tahoma, sans-serif; overflow-y: scroll; }
body { }

.block { display: block; }
.hidden { visibility: hidden; }
.invisible { display: none; }
.f-left { float: left; }
.f-right { float: right; }
.clear { clear: both; }
.links { text-align: left; }
.midden { text-align: center; }
.rechts { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.center { display: block; margin: auto; }
.absolute { position: absolute; }
.relative { position: relative; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.wrapper, .overflow { overflow: hidden; }

a:hover, a:focus, a.none { text-decoration: none; }
a.none:hover, a.none:focus { text-decoration: underline; }
img { border: none; }


hr {
color:#fd9903;
border:none;
border-top:1px solid #fd9903;
height:1px;
}

/*##############
#	LAYOUT     #
##############*/
div#container {
	width: 894px;
	margin: 0 auto;
	margin-top: 6px;
	position: relative;
}
div#header {
	margin-bottom: 26px;
}
p#logo {
	background: url(../img/logo.png) no-repeat;
	width: 313px; height: 31px;
	text-indent: -999px;
	overflow: hidden;
	float: left;
	margin-left: 27px;
}
p#logo a {
	display: block;
	height: 31px;
}
div#letter {
	font-size: 11px;
	color: #737373;
	text-align: right;
}
div#letter a {
	color: #737373;
}
form#zoekbalk {
	margin: 14px 44px 0 0;
}
form#zoekbalk input {
	float: left;
}
form#zoekbalk input.text {
	border: 1px solid #99cc00;
	border-bottom: 2px solid #99cc00;
	width: 113px; height: 15px;
	font-size: 11px;
	color: #68af25;
	margin-right: 2px;
}
/* Menu */

#menu {
	height:22px;
	background-color: #99cc00;
	position:relative;
	z-index:300;
}
#menu ul {
	position:absolute;
	left:20px;
	top:0px;
	list-style: none;
}
#menu li {
	float:left;
	height:22px;
	position:relative;
	border-left: 1px solid #fff;
}
#menu ul li a {
	display:block;
	float:left;
	height:18px;
	cursor:pointer;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
	padding-top: 4px;
}
#menu ul li a span {
	float:left;
}
#menu a .left {
	display:block;
	width:5px;
	height:22px;
}
#menu a .right {
	display:block;
	width:5px;
	height:22px;
}
#menu a:link,
#menu a:visited {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
#menu a.first:hover {
	background-color: #ff9900;
}
#menu a.first:hover .left {
	background:url('images/menu-item-hover.png') no-repeat;
}
#menu a.first:hover .right {
	background:-5px 0px url('images/menu-item-hover.png') no-repeat;
}
/* Menu hover */
#menu ul ul {
	background-color: #e1eac4;
	display:block;
	position:absolute;
	left:-9999px;
	top:22px;
	z-index:5;
	visibility:hidden;
	list-style: none;
}
#menu ul ul li {
	clear:both;
	background:none;
	height:auto;
	margin-bottom:1px;
	border-left: none;
}
#menu ul ul li a:link,
#menu ul ul li a:visited {
	display: inline;
	width:160px;
	background:#e1eac4 url(../img/bg-submenupijl.png) no-repeat 5px 7px;
	font-size:11px;
	font-weight:normal;
	height: auto;
	line-height:19px;
	text-decoration:none;
	text-transform: none;
	color: #7a7878;
	padding-left: 26px;
}
#menu ul ul li a:hover {
	background:#bad84b url(../img/bg-submenupijlhover.png) no-repeat 5px 7px;
	color:#fff;
	font-style:italic;
}
#menu li:hover ul {
	visibility:visible;
}
#menu li:hover ul {
	position:absolute;
	left:0px;
}
div#header-afbeelding {
	background: url(../img/bg-hoek.png) no-repeat left top;
	margin-bottom: 21px;
	z-index: 100;
}
div#header-afbeelding div#afbeeldingen {
	position: relative;
	height: 190px;
	margin-left: 20px;
	border-bottom: 19px solid #97ca00;
	z-index: 100;
}
div#header-afbeelding div#afbeeldingen div.afbeelding {
	position: absolute;
	left: 0; top: 0;
	height: 190px;
}
div#kolom-links {
	width: 170px;
	float: left;
	margin-right: 18px;
}
div#kolom-midden {
	width: 495px;
	float: left;
}
div#kolom-rechts {
	width: 193px;
	float: right;
}
div.blok {
	min-height: 100px;
	background: url(../img/bg-blok.png) no-repeat;
	margin-bottom: 26px;
}
div#kolom-rechts div.blok {
	background: url(../img/bg-blokrechts.png) no-repeat;
}
div.blok div.content {
	margin-left: 20px;
}
div.blok div.content h2 {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 3px;
}
ul.submenu {
	list-style: none;
	margin-top: 24px;
}
ul.submenu li {
	background: url(../img/bg-stip.png) repeat-x bottom;
	padding: 4px 0;
	margin-right: 20px;
}

ul.submenu li a {
	background: url(../img/bg-pijl.png) no-repeat right;
	display: block;
	color: #7a7878;
	text-decoration: none;
	text-align: right;
	padding-right: 26px;
	font-size: 11px;
}
ul.submenu li a:hover,
ul.submenu li a:focus,
ul.submenu li a.active {
	background: url(../img/bg-pijlhover.png) no-repeat right;
	color: #ff9900;
	font-style:italic;
}
div#kolommen {
	background: url(../img/bg-content.png) repeat-y 188px;
}
div#kolom-rechts ul.submenu li {
	margin: 0 0 0 20px;
}
div#kolom-rechts ul.submenu li a {
	background: url(../img/bg-pijl.png) no-repeat left;
	text-align: left;
	padding: 0 0 0 26px;
}
div#kolom-rechts ul.submenu li a:hover,
div#kolom-rechts ul.submenu li a:focus,
div#kolom-rechts ul.submenu li a.active {
	background: url(../img/bg-pijlhover.png) no-repeat left;
	color: #ff9900;
	font-style:italic;
}
a.programma {
	display: block;
	margin-top: 18px;
	text-align: center;
	padding-right: 10px;
}
a.lidworden {
	display: block;
	margin-top: 22px;
	text-align: center;
	padding-right: 5px;
}
div.contentmidden {
	min-height: 625px;
	position: relative;
	padding-bottom: 20px;
}
div.contentmidden h1.titel {
	background: #99CC00 url(../img/bg-hoekje.png) no-repeat bottom left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 3px 0 23px 42px;
	text-transform: uppercase;
}
div#film {
	margin: 30px 0 25px 0;
	width: 154px;
	padding-left: 12px;
}
div#film p.tekst {
	background: #99cc00;
	color: #fff;
	font-size: 11px;
	margin-top: 5px;
	padding: 1px 0;
	text-align: center;
}
div#afbeeldingen {
	margin-left: 12px;
}
div#afbeeldingen a {
	display: block;
	float: left;
	border: 2px solid #e9e8e8;
	margin-bottom: 2px;
}
div#afbeeldingen a:hover,
div#afbeeldingen a:focus {
	border: 2px solid #fead35;
}
div#afbeeldingen a.links {
	margin-right: 3px;
}
div#afbeeldingen a img {
	float: left;
	border: 1px solid #fff;
}
div.contentblok {
	background: url(../img/bg-contentblok-bottom.png) no-repeat bottom left;
	margin: 0 0 12px 38px;
	padding-bottom: 20px;
}
div.contentblok h2.titel {
	background: url(../img/bg-contentblok-boven.png) no-repeat top left;
	height: 23px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	padding-top: 17px;
	padding-left: 45px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.contentblok div.afbeeldingen {
	float: left;
	width: 73px;
	margin-left: 16px;
	margin-top: 5px;
}
div.contentblok div.afbeeldingen img {
	margin-bottom: 6px;
}
div.contentblok div.tekst {
	float: left;
	font-size: 11px;
	line-height: 14px;
	color: #737373;
	width: 310px;
	margin-left: 12px;
}
div.contentmidden div.laatste {
	margin-bottom: 50px;
}
div.contentblok div.tekst p {
	padding-left: 7px;
}
div.contentblok div.tekst p a {
	color: #ff9900;
	text-decoration: none;
}
div.contentblok div.tekst p a:hover {
	text-decoration: underline;
	color: #99cc00;
}
div.contentblok div.tekst a.leesmeer {
	background: url(../img/hand.png) no-repeat;
	padding-left: 40px;
	color: #737373;
	text-decoration: none;
	margin-top: 20px;
	display: block;
}
div.contentblok div.tekst a.leesmeer:hover {
	text-decoration: underline;
	color: #99cc00;
}
div.contenttekst {
	margin:0 0 12px 41px;
	padding-bottom:20px;
	padding-right: 36px;
	font-size: 11px;
	color: #737373;
}
div.contenttekst p {
	padding-bottom: 18px;
}
div.contenttekst a {
	color: #ff9900;
	text-decoration: none;
}
div.contenttekst a:hover {
	text-decoration: underline;
	color: #99cc00;
}
div.contenttekst ul { 
	line-height: 14px;
	padding-left: 20px; 
}
img.cda {
	position: absolute;
	bottom: 14px;
	right: 34px;
}
div#footer {
	clear: both;
	width: 874px;
	background: #fd9903;
	padding: 6px 0;
	margin-left: 20px;
	color: #fff;
	font-size: 11px;
}
div#footer p {
	float: left;
	text-align: center;
	width: 600px;
}
div#footer a {
	float: left;
	color: #fff;
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: underline;
}
div#footer a.sitemap {
	padding-left: 15px;	
}
div#headertekst {
	position: absolute;
	padding-right: 7px;
	height: 133px;
	top: 24px;
	right: 72px;
	z-index: 300;
}
div#headerafbeelding {
	background: url(../img/bg-headertekst.png) no-repeat right top;
	height: 133px;
	width: 70px;
	position: absolute;
	top: 24px;
	right: 72px;
	z-index: 300;
}
div#headertekst p {
	background-color: #d3d600;
	min-width: 200px;
	height: 33px;
	text-align: right;
	color: #fff;
	font-size: 18px;
	font-style:italic;
	padding: 30px 10px 0 18px;
}
/*##################
#	LIJSTEN	       #
##################*/
ul.none, ol.none { list-style: none; }

/*##################
#	FORMULIEREN    #
##################*/
textarea { overflow: auto; }
input, select { font-family: Arial, Verdana, Tahoma, sans-serif; }

fieldset.none { border: none; margin: 0; padding: 0; }
fieldset.none legend { display: none; }
form ul, form ol { list-style: none; }

/*##################
#	TABELLEN       #
##################*/

table.full-width { width: 100%; }
