html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
}

html, body {
height: 100%;
}

body {
background: #fff url(../images/bg.jpg) no-repeat center top;
font-family: "Arial", sans-serif;
font-size: 13px;
color: #231f20;
}

a.skipLink {
position: absolute;
left: -999em;
top: 3em;
z-index: 100;
display: block;
text-decoration: none;
}
	a.skipLink:focus {
	left: 0em;
	text-decoration: underline;
	}
	
.smaller { font-size: 12px; }

img {
behavior: url(scripts/iepngfix.htc);
}

/* Definitions ------------------------------ */

#logo {
position: absolute;
width: 240px;
z-index: 1;
top: 47px;
left: 0;
height: 2em;
}
	
#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -80px; 
width: 920px;
position:relative;
}

/* header styles -------------------------------------- */

	#header {
	left: 0;
	top: 0;
	width: 920px;
	z-index:3;
	}
		#mainMenu {
		position:absolute;
		left:0;
		top: 150px;
		}
			#mainMenu li {
			float:left;
			margin-right: 4px;
			line-height: 43px;
			list-style: none;
			position: relative;
			}
			
				#mainMenu li a {
				float: left;
				display: block;
				line-height: 43px;
				padding: 0px 0px 0px 17px;
				background: url(../images/menu_li-normal-left.png) no-repeat left top;
				text-decoration: none;
				color: #f15a22;
				font-size: 14px;
				font-weight: bold;
				}
				
					#mainMenu li a span {
					display: block;
					line-height: 43px;
					padding: 0px 17px 0px 0px;
					background: url(../images/menu_li-normal-right.png) no-repeat right top;
					}
					
					#mainMenu li a:hover {
					color: #fff;
					background: url(../images/menu_li-hover-left.png) no-repeat left top;
					}
					
					#mainMenu li a:hover span,
					#mainMenu li.activated a span {
					color: #fff;
					background: url(../images/menu_li-hover-right.png) no-repeat right top;
					}
					
					#mainMenu li a.active:hover,
					#mainMenu li a.active:hover span {
					color: #fff;
					}
					
					
					#mainMenu li a.active {
					background: url(../images/menu_li-hover-left.png) no-repeat left top;
					color: #fff;
					}
				
						#mainMenu li a.active span {
						background: url(../images/menu_li-hover-right.png) no-repeat right top;
						}
			
				#mainMenu ul ul {
				display: none;
				background: #ee5921;
				position: absolute;
				top: 43px;
				left: 4px;
				padding: 10px;
				width: auto !important;
				}
				
				#mainMenu ul li:hover ul {
				/*display: block;*/
				}
				
					#mainMenu ul ul li {
					float: none;
					display: block;
					clear: both;
					white-space: nowrap;
					}
						
						#mainMenu ul ul li a {
						background: url(../images/ululli.png) no-repeat left 3px;
						color: #fff;
						display: block;
						font-size: 12px;
						line-height: 14px;
						padding: 6px 0px 6px 18px;
						font-weight: normal;
						}
						
							#mainMenu ul ul li a:hover,
							#mainMenu ul ul li a.active {
							color: #fff;
							text-decoration: underline;
							background: url(../images/ululli.png) no-repeat left 3px;
							}
			
						
	#metaMenu {
	position:absolute;
	right:0px;
	top: 91px;
	}
		
		#metaMenu li {
		float:left;
		margin-left: 10px;
		list-style: none;
		font-size: 12px;
		font-weight: bold;
		}
		
		#metaMenu li a {		
		padding: 0px 0px 0px 20px;
		text-decoration: none;
		color: #626262;
		}
		
		#metaMenu li a:hover {
		text-decoration: underline;
		}
		
		#btn-Home {
		background: url(../images/btn_home.png) no-repeat left top;
		}
		
		#btn-Contact {
		background: url(../images/btn_contact.png) no-repeat left top;
		}
		
		#btn-Sitemap {
		background: url(../images/btn_sitemap.png) no-repeat left top;
		}

		#zoek {
		position:absolute;
		top: 47px;
		height: 30px;
		margin-left: 690px;
		width: 300px;
		}
		
			#zoekveld {
			background: url(../images/zoekveld.png) no-repeat left top;
			border: none;
			font-size: 12px;
			padding: 9px 10px 10px;
			float: left;
			width: 178px;
			}
			
			#zoekSubmit {
			height: 30px;
			width: 30px;
			background: url(../images/zoekSubmit.png) no-repeat left top;
			outline: 0;
			text-indent: -999em;
			font-size: 0.01%;
			color: #ffcc05;
			border: none;
			float: left;
			cursor: pointer;
			}
				
	/* Content styles ---------------------------------- */

	#contentContainer {
	width: 920px;
	margin:0 auto;
	position:relative;
	padding-bottom: 40px;
	}	
	
	#homeIntro {
	width: 880px;
	margin-top: 225px;
	display: block;
	float: left;
	height: 73px;
	background: url(../images/homeIntro.png) no-repeat left top;
	padding: 10px 20px 30px;
	margin-bottom: 20px;
	}
	
		#homeIntro p {
		font-size: 13px;
		line-height: 20px;
		width: 525px;
		}
		
			#homeIntro p a {
			color: #f8941d;
			font-weight: bold;
			text-decoration: none;
			}
			
				#homeIntro p a:hover {
				text-decoration: underline;
				}
	
	#kruimelpad {
	width: 100%;
	margin-top: 225px;
	display: block;
	float: left;
	}
	
	.fail {
	margin-top: 225px !important;
	}
	
		#kruimelpad li {
		float: left;
		display: block;
		margin-right: 20px;
		font-weight: bold;
		}
		
			#kruimelpad li a {
			display: block;
			font-size: 12px;
			color: #918f8f;
			text-decoration: none;
			background: url(../images/kruimelpad_normal.png) no-repeat left 3px;
			padding-left: 14px;
			}
			
			#kruimelpad li a.current {
			color: #f8941d;
			background: url(../images/kruimelpad_current.png) no-repeat left 1px;
			}
			
			#kruimelpad li a:hover {
			text-decoration: underline;
			}
			
		#relatedContent ul {
		margin-bottom: 15px;
		margin: 5px 0px 5px 0px;
		}
		
		#relatedContent ul li {
		background: url(../images/li.png) no-repeat left 1px;
		list-style: none;
		display: block;
		line-height: 15px;
		padding: 3px 0px 3px 20px;
		}
		
		#relatedContent ul li a {
		color: #231f20;
		text-decoration: none;
		font-weight: bold;
		}
		
			#relatedContent ul li a:hover {
			text-decoration: underline;
			}
	
		#content {
		position: relative;
		width: 615px;
		float: left;
		margin-top: 20px;
		display: block;
		}
		
		
		.kolom {
		width: 445px;
		float: left;
		display: block;
		}
		
		h1 {
		font-size: 22px;
		margin-bottom: 15px;
		}
		
		.datum {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 30px;
		height: 30px;
		text-align: right;
		float: right;
		display: block;
		font-weight: bold;
		}
		
		.datumBlock {
		float: left;
		width: 30px;
		height: 30px;
		margin-top: 0px;
		margin-left: 20px;
		font-weight: bold;
		display: block;
		}
		
			.datumMaand {
			text-transform: uppercase;
			color: #f8941d;
			font-size: 10px;
			text-align: center;
			width: 100%;
			line-height: 10px;
			}
			
			.datumDag {
			font-size: 18px;
			color: #f8941d;
			text-align: center;
			width: 100%;
			line-height: 18px;
			}
			
			.datumJaar {
			font-size: 10px;
			color: #918f8f;
			text-align: center;
			width: 100%;
			line-height: 10px;
			}
			
			#content p {
			line-height: 22px;
			margin-bottom: 20px;
			}
			
			#content p.intro {
			font-weight: bold;
			}
			
			p.introZoek {
			font-weight: bold;
			margin-bottom: 15px;
			font-size: 14px;
			line-height: 20px;
			}
			
			hr {
			color: #d3d2d2;
			background: #d3d2d2;
			border: none;
			height: 1px;
			}
		
		h3 {
		font-size: 16px;
		}
		
		.details {
		margin-bottom: 26px;
		}
		
		#content h2,
		.kolom h2,
		#themaBlocks h2 {
		margin-left: 15px;
		margin-bottom: 15px;
		font-size: 17px;
		clear: both;
		display: block;
		}
			#themaBlocks h2 a {
			color: #000;
			text-decoration: none;
			}
		
		.contentTekst h2 {
		margin-left: 0 !important;
		}
			
			#content .contentBlock {
			border-top: 5px solid #d3d2d2;
			background: url(../images/contentBlock_bg.png) no-repeat left 0px;
			padding-top: 15px;
			margin-bottom: 20px;
			position: relative;
			display: block;
			}
			
			.kolom .contentBlock {
			border: 1px solid #d3d2d2;
			border-top: 5px solid #ffcb05;
			background: url(../images/relatedContentBlock_bg.png) no-repeat left 0px;
			padding: 25px 15px 15px 15px;
			margin-bottom: 20px;
			position: relative;
			min-height: 259px;
			}
				
				.kolom .contentBlock .arrow {
				position: absolute;
				top: 0;
				left: 0;
				width: 42px;
				height: 15px;
				background: url(../images/relatedContentBlock_bg.png) no-repeat left 0px;
				}
				
				.kolom .contentBlock form hr {
				position: absolute;
				right: 15px;
				bottom: 48px;
				width: 415px;
				}
				.kolom .contentBlock .standardSubmit {
					position: absolute;
					top: 250px;
					right: 15px;
				}
				
					.kolom .contentBlock .foldout form hr, .kolom .contentBlock .foldout form .standardSubmit {
						position: static;
					}
				.kolom .contentBlock .toggle {
				position: absolute;
				top: 261px;
				right: 15px;
				}
				
			.kolom .contentBlock.nopadding {
			min-height: 299px;
			}

			#themaBlocks .contentBlock {
			border: 1px solid #d3d2d2;
			border-top: 5px solid #d3d2d2;
			background: url(../images/contentBlock_bg.png) no-repeat left top;
			padding: 25px 15px 15px 15px;
			margin-bottom: 20px;
			position: relative;
			width: 246px;
			}
			
			
			#relatedContent .contentBlock {
			border: 1px solid #d3d2d2;
			border-top: 5px solid #ffcb05;
			background: url(../images/relatedContentBlock_bg.png) no-repeat left top;
			padding: 25px 15px 15px 15px;
			margin-bottom: 20px;
			position: relative;
			}
				#relatedContent .contentBlock img {
					display: block;
				}
			
			.carouselBlock {
			border-top: 5px solid #d3d2d2;
			background: url(../images/contentBlock_bg.png) no-repeat left top;
			padding: 16px 0px 0px 0px;
			}
			
			#content .item {
			padding: 15px 0px 10px 0px;
			display: block;
			background: url(../images/item_bg.png) repeat-x left bottom;
			position: relative;
			}
			
			#content .agendaLine {
			width: 100%;
			height: 40px;
			padding: 15px 0px 15px 0px;
			display: block;
			background: url(../images/item_bg.png) repeat-x left bottom;
			position: relative;
			}
			
			.agendaLine h3 {
			margin-left: 15px;
			margin-top: 10px;
			float: left;
			}
			
			.agendaLine h3 a {
				color: #231f20;
				text-decoration: none;
				}
				
					.agendaLine h3 a:hover {
					text-decoration: underline;
					}
				
			/* WORKSHOPS --------------------------------- */
			
			.workshops .item {
			height: auto !important;
			width: 100% !important;
			clear: both;
			}
			
			#content td a {
			color: #f8941d;
			text-decoration: none;
			font-weight: bold;
			}
			
				#content td a:hover {
				text-decoration: underline;
				}
			
				.item h3 {
				padding: 0 15px;
				background: url(../images/h3_item.png) no-repeat left 2px;
				margin-bottom: 5px;
				}
				
				.item h3 a {
				color: #231f20;
				text-decoration: none;
				}
				
					.item h3 a:hover {
					text-decoration: underline;
					}
				.pdf a, .slideshare a {
				text-decoration: none !important;
				}
				.pdf a:hover .text, .slideshare a:hover .text {
				text-decoration: underline;
				}
				
				#content .item p, #content .item ul, .presentation {
				padding: 0px 30px 0px 15px;
				}
				
				#content .item ul {
				list-style: none;
				}
				
				#content .item p {
				margin-bottom: 0;
				}
				
				#nieuwsbriefBlock {
				background: #e9e8e8;
				height: 50px;
				clear: both;
				padding: 15px;
				}
				
				
				.agendaItem {
				font-size: 13px;
				line-height: 20px;
				width: 307px;
				height: 124px;
				float: left;
				}
				
				.agendaItem table {
				clear: both;
				margin-left: 13px;
				}
				
					table th {
					color: #918f8f;
					text-align: left;
					width: 60px;
					}
					
				.agendaItem .readMore {
				float: left !important;
				margin-top: 15px;
				}
				
				.agendaItem p {
				margin-left: 15px !important;
				}
					
				.lastContentBlock, .contentBlockBBorder {
				border-bottom: 5px solid #d3d2d2;
				}
				.contentBlockBBorder .item {
				background-image: none !important;
				}
				
				.presentation strong a {
				display: none;
				}
				
				.flickr {
				margin-bottom: 20px;
				overflow: hidden;
				width: 100%;
				}
		
		#relatedContent {
		position: relative;
		width: 276px;
		float: right;
		margin-top: 20px;
		}
		
			#relatedContent h2 {
			font-size: 15px;
			margin-bottom: 15px;
			margin-left: 15px;
			}
			
		.helpButton {
		position: absolute;
		top: -40px;
		right: 15px;
		width: 23px;
		height: 23px;
		text-indent: -9999px;
		outline: 0;
		background: url(../images/helpButton.png) no-repeat left top;
		cursor: pointer;
		}
		
		.activeHelp {
		background: url(../images/helpButton.png) no-repeat left -23px !important;
		cursor: pointer;
		}
			
		.overlay {
		position: absolute;
		left: 0px;
		top: 0px;
		background: #f1f1f1 url(../images/relatedContentBlock_bg.png) no-repeat left top;
		display: block;
		width: 244px;
		height: 100%;
		padding: 0px 15px 0px 15px;
		display: none;
		}
		
		.kolom .overlay {
		width: 413px;
		}
		
		.searchBlock .overlay {
		width: 585px;
		background: #f1f1f1 !important;
		}
		
		.kolom .contentBlock .overlay .sluitButton {
		position: absolute;
		bottom: 15px;
		right: 15px;
		}
		
		.overlay p.intro {
		margin-top: 25px;
		font-size: 10px;
		font-weight: bold;
		margin-bottom: 15px;
		}
		
		.overlay p {
		font-size: 10px;
		}
		
		
		.kolom .overlay p {
		font-size: 14px;
		line-height: 20px;
		}
		
		.searchBlock .overlay p {
		margin-top: 25px;
		font-size: 14px;
		line-height: 22px;
		}
		
		.contactpersoon {
		min-height: 100px;
		/*background: url(../images/contactpersoon_bg.png) no-repeat left top;*/
		}
		
		.themaImg {
		min-height: 100px;
		background: url(../images/contactpersoon_bg.png) no-repeat left top;
		width: 100%;
		overflow: hidden;
		}
		
			.contactpersoon img,
			.themaImg img {
			float: left;
			padding: 5px 15px 7px 8px;
			background: url("../images/contactpersoon_bg.png") no-repeat left top;
			}
			
			.contactpersoon h3,
			.themaImg h3 {
			/*float: left;*/
			margin: 10px 0px 7px 15px;
			margin-left: 0;
			padding-top: 8px;
			font-size: 12px;
			}
			
			.contactpersoon p {
			/*float: left;
			margin-left: 15px;*/
			font-size: 12px;
			}
			
			#themaBlocks .themaImg p {
			/*width: 135px;
			float: left;
			margin-left: 20px;
			margin-top: 5px;*/
			}
			
			#themaBlocks {
			width: 920px;
			}
			
			.themaBlock .contentBlock {
			height: 120px;
			}
		
				.themaBlock {
				float: left;
				margin-right: 40px;
				}
				
				.themaBlock h2 {
				font-size: 15px !important;
				width: 240px;
				height: 35px;
				position: relative;
				}
				
				.themaBlock h2 span {
				position: absolute;
				bottom: 0px;
				}
			
				.thirdItem {
				margin-right: 0px !important;
				float: right !important;
				}
				
			.themaFooter {
			font-weight: bold;
			color: #918f8f;
			font-size: 12px;
			height: 25px;
			}
			
				.themaFooter a {
				color: #f8941d;
				text-decoration: none;
				background: url(../images/themaFooterLi.png) no-repeat right 50%;
				padding-right: 12px;
				}
				
					.themaFooter a:hover {
					text-decoration: underline;
					}
					
				.archived .themaFooter a {
				background-image: url(../images/themaFooterLi_archived.png);
				}
			
			
		.nopadding ul {
		padding: 0px 15px;
		}
		
		.snokje {
		position: absolute;
		left: 0px;
		top: -2px;
		width: 40px;
		height: 20px;
		background: url(../images/relatedContentBlock_bg.png) no-repeat left top;
		z-index: 20;
		}
		
		.contactBlock {
		width: 185px;
		float: left;
		margin-right: 29px;
		}
		
		address {
		font-style: normal;
		line-height: 20px;
		}
		
		.contactBlock th {
		width: 20px;
		line-height: 20px;
		}
		
		.contactBlock td {
		line-height: 20px;
		}
		
	#searchResults li {
	list-style: none;
	display: block;
	padding: 10px;
	background: url(../images/item_bg.png) repeat-x left bottom;
	}
	
		#searchResults li a {
		color: #231f20;
		text-decoration: none;
		display: block;
		line-height: 22px;
		}
		
		#searchResults .archived .po {
			background-image: url(../images/po_archived.png);
		}
		#searchResults .archived .vo {
			background-image: url(../images/vo_archived.png);
		}
		#searchResults .archived .povo {
			background-image: url(../images/po-vo_archived.png);
		}
		#searchResults .archived .vmbo {
			background-image: url(../images/vmbo-mbo_archived.png);
		}
		
		.typeResults li a {
		padding-left: 55px;
		}
		
			#searchResults li a:hover {
			text-decoration: underline;
			}
	
	#filter {
	padding: 10px;
	}
		
		#filter span {
		font-weight: bold;
		}
		
		#filter li {
		padding: 0;
		}
		
		#filter ul, #filter li, #filter a {
		display: inline !important;
		}
		
		#filter a {
		padding-left: 0;
		}
		
			#filter .active {
			color: #f8941d;
			}
				
	a.po {
	background: url(../images/po.png) no-repeat left 9px;
	}
	
	a.vo {
	background: url(../images/vo.png) no-repeat left 9px;
	}
	
	a.povo {
	background: url(../images/po-vo.png) no-repeat left 9px;
	}
	
	a.vmbo {
	background: url(../images/vmbo-mbo.png) no-repeat left 9px;
	}
	
	.pager {
	border-top: 5px solid #d3d2d2;
	}
		
		.pager ul {
		margin-left: 20px;
		}
		
		.pager li {
		float: left;
		list-style: none;
		height: 28px;
		display: block;
		line-height: 28px;
		font-weight: bold;
		color: #e4e4e4;
		}
		
			.pager li a {
			display: block;
			color: #d3d2d2;
			text-decoration: none;
			padding: 0px 11px 0px 11px;
			background: url(../images/pagerLi.png) no-repeat left 10px;
			}
			
			.first a {
			background: none !important;
			margin: 0px !important;
			}
			
			.first {
			margin: 0px !important;
			margin-right: 11px !important;
			}
			
				.pager li a:hover {
				text-decoration: underline;
				}
				
				.pager li a.active {
				background: #d3d2d2 !important;
				color: #fff;
				position: relative;
				left: 2px;
				display: block;
				}
				
				.pager li.inactive {
				margin-left: 11px;
				}
				
	.accordion h3 {
	background: url(../images/accordion_bg.png) repeat-x left top;
	height: 45px;
	line-height: 45px;
	margin: 0px !important;
	outline: 0;
	margin: 0px !important;
	padding: 0px 0px 0px 18px;
	width: 900px;
	}
	
		.accordion h3 a {
		color: #000;
		text-decoration: none;
		outline: 0;
		background: url(../images/accordion_closed.png) no-repeat 0px 50%;
		display: block;
		cursor: pointer;
		padding-left: 40px;
		}
		
		.accordion h3 a:hover {
		color: #f8941d;
		}
		
			.accordion h3.ui-state-active a {
			background: url(../images/accordion_open.png) no-repeat 0px 50%;
			}
			
			.accordion h3.ui-state-active a:hover {
			background: url(../images/accordion_open.png) no-repeat 0px 50%;
			color: #000 !important;
			cursor: default;
			}
			
		.accordionBlock {
		border: 1px solid #d3d2d2;
		background: url(../images/ContentBlock_bg.png) no-repeat left 0px;
		position: relative;
		overflow: hidden;
		}
				
		.ui-accordion .ui-accordion-header { cursor: pointer; border-bottom: 5px solid #d3d2d2; }
		.ui-accordion .ui-accordion-li-fix { display: inline; }
		.ui-accordion .ui-accordion-content { padding: 25px 10px 0px 10px; position: relative; display: none; }
		.ui-accordion .ui-accordion-content-active { display: block; }

		.themaContentBlock {
		width: 275px;
		float: left;
		margin-right: 35px;
		min-height: 190px;
		}
		
			.themaContentBlock h4 {
			line-height: 22px;
			min-height: 44px;
			width: 180px;
			font-size: 13px;
			}
			
				.themaVo {
				background: url(../images/vo.png) no-repeat right 5px;
				}				
				.themaPo {
				background: url(../images/po.png) no-repeat right 5px;
				}
				.themaPovo {
				background: url(../images/po-vo.png) no-repeat right 5px;
				}
				.themaVmbo {
				background: url(../images/vmbo-mbo.png) no-repeat right 5px;
				}
				.themaVmbo.archived {
				background: url(../images/vmbo-mbo_archived.png) no-repeat right 5px;
				}
				.themaVo.archived {
				background: url(../images/vo_archived.png) no-repeat right 5px;
				}				
				.themaPo.archived {
				background: url(../images/po_archived.png) no-repeat right 5px;
				}
				.themaPovo.archived {
				background: url(../images/po-vo_archived.png) no-repeat right 5px;
				}
			
			.themaContentBlock p {
			line-height: 22px;
			}
	
	#searchResults .archived strong {
	color: #231f20 !important;
	}
			
	.archived, .archived a, .closed, .closed a, #searchResults .closed strong {
	color: #918f8f !important;
	}
	
	.period {
	font-style: italic;
	}
			
	.themas {
	background: url(../images/button_left.gif) no-repeat top left;
	color: #fff;
	float: left;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	margin-bottom: 10px;
	text-decoration: none;
	padding-left: 7px;
	}
		
		.themas span {
		background: url(../images/arrow_down.gif) no-repeat top right;
		display: block;
		padding: 4px 40px 5px 0;
		}
			.themasActive span {
				background-image: url(../images/arrow_up.gif);
			}
			
	.agendaItems li {
	float: none;
	clear: both;
	margin: 5px 0px !important;
	padding: 0px !important;
	background: url("../images/item_bg.png") repeat-x left bottom !important;
	width: 100%;
	overflow: hidden;
	}
	
	.agendaItems li.agendaLine .datumBlock {
	margin: 5px 0px !important;
	}
	
		.agendaItems li h3 {
		font-size: 12px;
		width: 180px;
		float: left;
		margin: 5px 0px 0px 10px !important;
		padding: 0px !important;
		}
		/*.pdf a, .slideshare a {
		padding-right: 24px;
		}
		.pdf a {
		background: url("../images/pdf.png") no-repeat right 50% !important;
		}
		.slideshare a {
		background: url("../images/slideshare_icon.png") no-repeat right 50% !important;
		}*/
		.icon {
		background-position: left 50%;
		background-repeat: no-repeat;
		display: inline-block;
		height: 1.1em;
		text-decoration: none;
		margin-left: 6px;
		vertical-align: top;
		width: 20px;
		}
		.pdf .icon {
		background-image: url("../images/pdf.png");
		}
		.slideshare .icon {
		background-image: url("../images/slideshare_icon.png");
		}
		
	.contentTekst ul,
	.contentTekst ol {
	padding-left: 30px;
	width: 530px;
	margin-bottom: 20px;
	}
	
		.contentTekst ul ul,
		.contentTekst ol ol,
		.contentTekst ul ol,
		.contentTekst ol ul {
		margin-bottom: 0px;
		}
	
		.contentTekst li {
		line-height: 22px;
		}
		
		
	/* Form Elements ----------------------------------- */
	
	#nieuwsbriefBlock fieldset {
	margin-top: 5px;
	}
	
	#nieuwsbriefInput {
	background: url(../images/nieuwsbriefInput.png) no-repeat left top;
	width: 442px;
	height: 13px;
	border: none;
	padding: 7px 10px;
	float: left;
	}
	
	.aanmeldButton {
	background: url(../images/aanmeldButton.png) no-repeat left top;
	display: inline-block;
	padding: 0 24px 0 7px;
	border: none;
	color: #fff;
	font: bold 15px Arial, sans-serif;
	display: block;
	cursor: pointer;
	float: right;
	text-align: left;
	outline: 0;
	margin: 0px !important;
	width: 109px;
	height: 26px;
	}
	
	#trefwoordZoek {
	background: url(../images/input_bg.png) no-repeat left top;
	border: none;
	width: 220px;
	padding: 7px 10px;
	margin: 0px;
	margin-top: 10px;
	}
	
	.kolom #trefwoordZoek {
	width: 392px;
	padding: 9px 10px;
	}
	
	select {
	margin-top: 15px;
	width: 100%;
	}
	
	.kolom .contentBlock .foldout {
		margin-top: 34px;
	}
	
	.foldout label {
	float: left;
	line-height: 26px;
	}
	
	.foldout input[type="text"],
	.foldout textarea {
	float: right;
	background: url(../images/input_bg.png) no-repeat left top;
	border: none;
	padding: 7px 10px;
	margin: 5px 0px;
	width: 150px;
	}
	
	.kolom .foldout input,
	.kolom .foldout textarea {
	width: 200px;
	}
	
	.standardSubmit {
	background: url(../images/standardButton.png) no-repeat left top !important;
	display: block;
	width: 122px;
	color: #fff;
	border: none;
	text-align: left;
	font: bold 15px Arial, sans-serif;
	height: 26px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 30px;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 0px !important;
	}
	
	.foldout .standardSubmit {
	width: 123px !important;
	}
	/*
	.foldout ul {
	margin-left: 10px;
	}
	
	.foldout ul li {
	list-style: none;
	}
	*/
	.foldout ul li a {
	color: #000;
	display: block;
	text-decoration: underline;
	padding-right: 23px;
	}
	
		.foldout ul li a:hover {
		color: #9d0a0e;
		}
	
	.searchBlock {
	background: url(../images/searchBlock_bg.png) no-repeat left bottom !important;
	border: none !important;
	margin: 0px !important;
	padding: 0px !important;
	}
	
		.searchBlock #trefwoordZoek {
		width: 568px;
		margin-top: 0px;
		}
		
		.searchResultsBlock #trefwoordZoek {
		width: 430px;
		margin-top: 10px;
		margin-bottom: 20px;
		float: left;
		}
		
		.searchBlock select#themas {
		width: 238px;
		float: left;
		}
		
		.searchBlock select#onderwijssoorten {
		width: 197px;
		float: left;
		margin-left: 13px;
		}
		
		.searchBlock #toonAantal {
		width: 100px;
		float: right;
		margin-top: 5px;
		}
		
		.results {
		float: left;
		color: #9d0a0e;
		width: 300px;
		margin: 0px !important;
		padding-left: 15px;
		background: url(../images/results.png) no-repeat left 4px;
		}
		
		.options {
		padding: 15px;
		background: #e9e8e8;
		width: 585px;
		}
		
		.searchResultsBlock .options {
		margin-top: 0px;
		}
		
		.searchBlock .standardSubmit {
		margin-top: 12px;
		}
	
	.error {
	border: 1px solid red !important;
	}
	
		
	/* Standard links ---------------------------------- */
	
	.readMore {
	text-align: right;
	margin-bottom: 0px;
	}
	
	.readMore a {
	color: #f8941d;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	}
		
		.readMore a:hover {
		text-decoration: underline;
		}
		
	.buttonLink {
	background: url(../images/buttonLink-left.png) no-repeat left top;
	display: block;
	float: right;
	padding: 0px 0px 0px 7px;
	height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	margin-right: 10px;
	margin-top: 10px;
	text-decoration: none;
	min-width:120px;
	}
	
	#relatedContent .buttonLink {
	margin-right: 0px;
	}
	
		.buttonLink span {
		background: url(../images/buttonLink-right.png) no-repeat right top;
		padding: 4px 7px 5px 0px;
		display: block;
		text-align: center;
		}
		
	.sluitButton {
	background: url(../images/sluitButton.png) no-repeat left top;
	display: block;
	float: right;
	padding: 5px 50px 6px 15px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	}
	
	
	.toggle {
	background: url(../images/formToggle.png) no-repeat left top;
	display: block;
	float: right;
	padding: 0 0 0 10px;
	width: 133px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	line-height: 26px;
	height: 26px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	}
	
	.calendar .foldoutButton {
	width: 240px;
	display: block;
	float: right;
	padding: 5px 0px 6px 10px;
	background: url(../images/formToggleLarge.png) no-repeat left top;
	margin: 0px !important;
	position: relative;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	}
	
		.toggleActive {
		background: url(../images/formToggleActive.png) no-repeat left top !important;
		}
	
	
	/* Footer styles ----------------------------------- */

	.push {
	height: 80px;
	float:left;
	width:100%;
	}

#footer {
background: #fff;
color: #999999;
margin:0 auto;
width: 960px;
height: 79px;
clear:both;
position:relative;
border-top: 1px solid #f8f8f8;
overflow: hidden;
}

	#footer p {
	font-size: 11px;
	font-style: italic;
	line-height: 80px;
	margin-left: 10px;
	float: right;
	}
	
	.logos {
	display: inline;
	float: right;
	}
	
		.logos a {
		display: inline;
		margin-left: 10px !important;
		}

/* Tabbladen -------------------------------------------- */

#tabContainer {
min-height: 400px;
position: relative;
}

#tabButtons {
z-index: 1000;
border-bottom: 5px solid /*#d3d2d2*/#626262;
height: 27px;
}

#tabButtons ul {
position: relative;
display: block;
}

#tabButtons li {
float: left;
display: block;
list-style: none;
padding: 0px;
background: none;
outline: 0;
height: 27px;
}

#tabButtons li a {
display: block;
outline: 0;
color: /*#d3d2d2*/#626262;
background: #fff;
padding: 0px 15px;
height: 27px;
line-height: 27px;
text-decoration: none;
font-weight: bold;
cursor: pointer;
}

    #tabButtons li a:hover,
    #tabButtons li.ui-tabs-selected a {
	background: /*#d3d2d2*/#626262;
	color: #fff;
	}
	
.tab {
padding: 20px 0px 0px 0px;
}
    
.ui-tabs-hide {
position: absolute; 
left: -999em;
height: 0em;
width: 0em;
overflow: hidden;
}


	#sitemap,
	#sitemap ul {
	margin-left: 20px;
	}
	
		#sitemap li a {
		color: #f8941d;
		text-decoration: underline;
		}
		
			#sitemap li a:hover {
			color: #000;
			}


/* Standard styles -------------------------- */

a img,fieldset { border: none;}
legend { display:none }
q { font-style: italic; }
td, th { vertical-align: top; }
input, label { vertical-align: middle; }

.floatleft { float: left  !important; }
.floatright { float: right  !important; }
.textright { text-align: right; padding-right: 10px !important; }
.block { display: block; }

.bold { font-weight: bold !important; }
.clearboth { clear: both; display: block; }
.hidden, .onzichtbaar { position:absolute !important; left:-999em !important; top:0 !important; }

.nopadding { padding: 0em  !important; }
.nomargin  { margin: 0em  !important; }
.noborder { border: none  !important; }
.nobg { background: none  !important; }
.nobullet { list-style:none !important; }

.textleft { text-align: left; }
.textright { text-align: right; }

.marginTop60 { margin-top: 60px; }
.margin15 { margin: 15px; }
.padding1015 { padding: 10px 15px 13px 15px; }

.padding15 { overflow: hidden; padding: 0px 15px 15px 15px; }
.marginBottom15 { margin-bottom: 15px; }

.contentImgLeft { float: left; margin: 0px 30px 0px 0px; }

.fixedAtBottom {
position: absolute;
right: 15px;
bottom: 15px;
}

/* sifr ------------------------------------------- */

.sIFR-flash {
	visibility: visible;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
@media screen {
	.sIFR-active element { visibility: hidden; }
}


/* jQuery carousel ------------------------------------ */

.jcarousel-container {
position: relative;
}

.jcarousel-clip {
z-index: 2;
padding: 0;
margin: 0;
overflow: hidden;
position: relative;
}

.jcarousel-list {
z-index: 1;
overflow: hidden;
position: relative;
}

.jcarousel-list ul {
margin: 0px;
padding: 0px;
}

.jcarousel-list li,
.jcarousel-item {
float: left;
list-style: none;
width: 445px;
padding: 10px 0px;
height: 150px;
background: url(../images/item_bg.png) repeat-x left bottom;
border-bottom: 1px solid #e2e1e1;
overflow: hidden;
}

.jcarousel-next {
z-index: 3;
display: none;
}

.jcarousel-prev {
z-index: 3;
display: none;
}

.jcarousel-container-vertical {
width: 445px;
height: 342px;
}

.jcarousel-clip-vertical {
width: 445px;
height: 342px;
}

.jcarousel-next-vertical {
position: absolute;
bottom: -30px;
right: 37px;
width: 27px;
height: 13px;
cursor: pointer;
background: url(../images/jcarousel_control.png) no-repeat left top;
}

.jcarousel-next-vertical:hover,
.jcarousel-next-vertical:active {
background-position: 0 -14px;
}
.jcarousel-next-disabled-vertical,
.jcarousel-next-disabled-vertical:hover,
.jcarousel-next-disabled-vertical:active {
cursor: default;
background-position: 0 -28px;
}

.jcarousel-prev-vertical {
position: absolute;
bottom: -30px;
right: 0;
width: 27px;
height: 13px;
cursor: pointer;
background: url(../images/jcarousel_control_reverse.png) no-repeat left -28px;
}

.jcarousel-prev-vertical:hover,
.jcarousel-prev-vertical:active {
background-position: 0 -14px;
}

.jcarousel-prev-disabled-vertical,
.jcarousel-prev-disabled-vertical:hover,
.jcarousel-prev-disabled-vertical:active {
cursor: default;
background-position: 0 0px;
}

/* Datepicker
----------------------------------*/
.calendar {
border-top: 35px solid #ffcb05 !important;
width: 250px;
}

.ui-datepicker { position: relative;}
.ui-datepicker .ui-datepicker-header { margin-top: -55px; position:relative; margin-bottom: 25px; }
.ui-datepicker .ui-datepicker-prev { text-indent: -999em; position:absolute; top: 6px; width: 7px; height: 13px; background: url(../images/previousMonth.png) no-repeat left -13px; }
.ui-datepicker .ui-datepicker-next { text-indent: -999em; position:absolute; top: 6px; width: 7px; height: 13px; background: url(../images/nextMonth.png) no-repeat left -13px; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { background-position: left top; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right: 2px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 155px;}
.ui-datepicker-year { display: none; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;}
.ui-datepicker td { border: 0;}

.ui-datepicker td span, .ui-datepicker td a { 
display: block; 
height: 34px; 
width: 34px; 
line-height: 34px; 
color: #231f20; 
font-weight: bold;
text-align: center; 
background: #f6f6f6; 
text-decoration: none; 
border: 1px solid #fff;
}

.ui-datepicker td a.ui-state-active {
background: #ccc !important;
color: #666 !important;
}
.ui-datepicker td a.activeDate {
background: #f8941d !important;
color: #fff !important;
cursor: pointer !important;
}

.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; }

/* RTL support */
.ui-datepicker-rtl { direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    display: none; /*sorry for IE5*/
    display/**/: block; /*sorry for IE5*/
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}


.categoryDescription{
	margin-top: 0px;
	margin-bottom:30px;
}



input[name="hp"]{
	display:none;
}
