/* Page numbers */
div.pagenumbers	{
	position: relative; 
	clear: both; 
	margin: 5px; 
	padding: 3px; 
	font-size: 11px; 
}

	span.pagenumbers_label	{
		display: inline; 
		margin-right: 7px; 
	}
	
	span.pagenumber	{
		display: inline; 
		position: relative; 
	}
	
	span.pagenumber.activePage	{
		padding: 3px; 
		background: #fff; 
		color: #666; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		-moz-box-shadow: 0px 0px 2px #000; 
		-webkit-box-shadow: 0px 0px 2px #000; 
		-o-box-shadow: 0px 0px 2px #000; 
		box-shadow: 0px 0px 2px #000; 	
	}
	
	span.pagenumber.disabled	{
		padding: 3px; 
		background: #fff; 
		color: #ddd; 
		text-align: center; 
		-moz-border-radius: 2px; 
		-webkit-border-radius: 2px; 
		-o-border-radius: 2px; 
		border-radius: 2px; 
		cursor: not-allowed; 
	}

		span.pagenumber a	{
			padding: 3px; 
			background: #fff; 
			color: #666; 
			text-align: center; 
			-moz-border-radius: 2px; 
			-webkit-border-radius: 2px; 
			-o-border-radius: 2px; 
			border-radius: 2px; 
			text-decoration: none !important; 
		}
		span.pagenumber a:hover	{
			background: #f1f2f2; 
		}

/* Lightbox popup */
div.lightbox_wrapper	{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: rgba(0, 0, 0, .6); 
	text-align: center; 
	overflow: auto; 
	z-index: 101; 
}
	div.lightbox_innerwrap	{
		position: relative; 
		width: 70%; 
		top: 15%; 
		margin: 0 auto; 
		padding: 10px; 
		text-align: left; 
		background: #fff; 
		-moz-border-radius: 8px; 
		-webkit-border-radius: 8px; 
		-o-border-radius: 8px; 
		border-radius: 8px; 
		-moz-box-shadow: 0px 0px 10px #000; 
		-webkit-box-shadow: 0px 0px 10px #000; 
		-o-box-shadow: 0px 0px 10px #000; 
		box-shadow: 0px 0px 10px #000; 
	}
	
		div.lightbox_close	{
			position: absolute; 
			top: -15px; 
			right: -15px; 
			width: 30px; 
			height: 26px; 
			padding: 4px 0 0 0; 
			text-align: center; 
			background: #f60; 
			color: #fff; 
			font-size: 23px; 
			font-weight: bold; 
			border: 1px solid #fff; 
			cursor: pointer; 
			-moz-border-radius: 20px; 
			-webkit-border-radius: 20px; 
			-o-border-radius: 20px; 
			border-radius: 20px; 
			-moz-box-shadow: 0px 0px 5px #000; 
			-webkit-box-shadow: 0px 0px 5px #000; 
			-o-box-shadow: 0px 0px 5px #000; 
			box-shadow: 0px 0px 5px #000; 
		}
		div.lightbox_close:hover	{
			color: #f60; 
			background: #fff; 
		}

/* Validated forms */
form div.field-widget	{
	position: relative; 
}

	form div.field-widget input[type="text"].date	{
		width: 80px; 
	}
	form div.field-widget input[type="text"].number	{
		width: 30px; 
	}
	form div.field-widget input[type="text"].largeWidth	{
		width: 540px; 
	}
	form div.field-widget input[type="text"].shortWidth	{
		width: 100px; 
	}
	
	form div.field-widget textarea.shortHeight	{
		height: 100px; 
	}
	form div.field-widget textarea.shortWidth	{
		width: 100px; 
	}
	form div.field-widget textarea.largeWidth	{
		width: 540px; 
	}
	
	form div.field-widget img.datepicker_icon	{
		cursor: pointer;		
	}
	
	form div.field-widget div.datepicker	{
		top: 0 !important; 
		left: 100px !important; 
	}

/* Slider */
.wmSlider	{
	position: relative; 
	width: 100%; 
	height: 9%; 
	background: url(/images/slider_track_center.png) center top repeat-x;
}

	.wmSlider .left_end	{
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_left.png) left top no-repeat; 
	}
	
	.wmSlider .right_end	{
		position: absolute; 
		top: 0; 
		right: 0; 
		width: 5px; 
		height: 9px; 
		background: url(/images/slider_track_right.png) right top no-repeat; 
	}
	
	.wmSlider .handle	{
		position: relative; 
		width: 19px; 
		height: 20px; 
		left: 0; 
		cursor: col-resize; 
		background: url(/images/slider_handle.png) center center no-repeat; 
	}

.wmSliderAmount	{
	position: relative; 
	width: 100%; 
}

	.wmSliderAmount .amount, .wmSliderAmount .unitText	{
		display: inline !important; 
		position: static !important; 
		width: auto !important; 
		height: auto !important; 
		margin: 0 !important; 
	}



/* ***
   CSS3 stylesheet
   (c) 2010 Cavus
   
   designed by Cavus 
   www.cavus.nl 
   *** */

/* General */ 
html, body	{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}

body	{
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size: 11px;
	background-color: #ffffff;
	background-image: url(/images/3/background.jpg);
}

td, th	{
	vertical-align: top; 
}

ul li	{
	list-style: disc; 
}

ul li, ol li	{
	margin: 7px 0; 
}

/* Fonts */ 
p, td, th, font, div, textarea, input, address, li	{
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS; 
	color: #000; 
}

p#breadcrumbs{
	font: 10px Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #ccc;
}

p#breadcrumbs a{
	font: 10px Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #00477f;
}

p, address	{
	font-style: normal; 
}

a	{
	color: #000; 
	text-decoration: none; 
	font-weight: bold; 
}
	a:hover	{
	color: #000;
	text-decoration: underline;
	}

a.email	{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

a.email	a:hover{
	color: #000;
	font-size: 11px;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	color: #00477f; 
}
	h1	{
		font-size: 16px; 
		margin-top: 23px; 
		margin-bottom: 10px; 
	}
	h2, aside h1	{
		font-size: 14px; 
		margin-top: 17px; 
		margin-bottom: 8px; 
	}
	h3, aside h2	{
		font-size: 13px; 
		margin-top: 13px; 
		margin-bottom: 7px; 
	}
	h4, aside h3	{
		font-size: 12px; 
		margin-top: 9px; 
	}
	h5, aside h4	{
		font-size: 11px; 
	}
	h6, aside h5	{
		font-size: 10px; 
		font-style: italic; 
	}

div#container.horizontal header nav ul	{
	position: relative;
	margin: 0;
	height: 50px;
	width: 927px;
}

	div#container.horizontal header nav ul li	{
		display: inline; 
		list-style: none; 
		position: relative; 
		margin-left: 20px; 
	}
	
		div#container.horizontal header nav ul li a	{
			font-family: Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
			font-size: 11px; 
			color: #000; 
		}
		div#container.horizontal header nav ul li a:hover, 
		div#container.horizontal header nav ul li.active a	{
			color: #000; 
		}
		
			div#container.horizontal header nav ul li ul	{
				display: none; 
				position: absolute; 
				top: 18px; 
				left: 0; 
				margin: 0; 
				padding: 0; 
				background: #e3e3e3; 
				border: 1px solid #ffffff; 
				z-index: 10; 
			}
			div#container.horizontal header nav ul li:hover > ul	{
				display: block; 
			}
				div#container.horizontal header nav ul li ul li	{
					display: list-item; 
					list-style: none; 
					position: relative; 
					width: auto; 
					height: auto; 
					margin: 0; 
					padding: 0; 
				}
				div#container.horizontal header nav ul li ul li.active	{
					background: #ffffff; 
				}
				
					div#container.horizontal header nav ul li ul li a	{
						display: block; 
						height: auto; 
						width: 190px; 
						padding: 5px; 
						font-size: 12px; 
						font-weight: normal; 
						color: #000; 
					}
					div#container.horizontal header nav ul li ul li a:hover	{
						color: #000; 
						background: #ffffff; 
					}

div#container.vertical header nav ul	{
	position: relative; 
	width: 280px; 
	margin: 0; 
	padding: 0; 
}

	div#container.vertical header nav ul li	{
		position: relative; 
		list-style: none; 
		width: auto; 
		height: auto; 
		margin: 0; 
		padding: 0; 
	}
	div#container.vertical header nav ul li:hover	{
		background: #00ff00; 
	}
	
		div#container.vertical header nav ul li a	{
			display: block; 
			width: 280px; 
			height: auto; 
			padding: 5px 0; 
			font-size: 16px; 
		}
		div#container.vertical header nav ul li a:hover	{
		
		}
		
			div#container.vertical header nav ul li ul	{
				display: none; 
				position: absolute; 
				top: 0; 
				left: 200px; 
				width: 200px; 
				background: #ff33ff; 
				border: 1px solid #ffffff; 
				z-index: 10; 
			}
			div#container.vertical header nav ul li:hover > ul	{
				display: block; 
			}
				div#container.vertical header.right nav ul li ul	{
					left: 80px; 
				}
				
				div#container.vertical header nav ul li ul li	{
					list-style: none; 
					width: auto; 
					height: auto; 
					margin: 0; 
					padding: 0; 
				}
				
					div#container.vertical header nav ul li ul li a	{
						display: block; 
						width: 190px; 
						height: auto; 
						padding: 5px; 
						font-size: 11px; 
						color: #ffffff; 
					}
					div#container.vertical header nav ul li ul li a:hover	{
						color: #000000; 
					}

aside article p, 
aside article h1, 
aside article h2, 
aside article h3, 
aside article h4, 
aside article h5, 
aside article h6 	{
	margin-left: 0; 
	margin-right: 0; 
}

footer p	{
	font-size: 11px;
	text-align: right;
}

/* Divs */

.navigatie {
	position:relative;
	height: 62px;
	width: 927px;
}

.navigatie .items {
	position: absolute;
	right: 195px;
	padding: 0px;
	top: 23px;
	width: 554px;
	height: 17px;
	list-style-position: inside;
	list-style-type: disc;
}

.navigatie .items A {
	font-family : Lucida Sans Unicode, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: normal;
} 

.navigatie .items A:hover {
	font-family : Lucida Sans Unicode, Arial, Helvetica, sans-serif, Trebuchet MS;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : underline;
	font-weight: normal;
} 

.navigatie .items ul {
position: relative;
padding:0;
margin:0; 
color:#fff; 
font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif, Trebuchet MS;
white-space:nowrap;
list-style-type:none;
	z-index: 5;
} 

.navigatie .items li {
	position: relative;
	display:inline;
	list-style: none;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
} 

.navigatie .items li:last-child 	{
			border: none; 
		}
	
			.navigatie .items ul li ul	{
				display: none; 
				position: absolute; 
				top: 19px; 
				left: 0; 
				width: 200px; 
				margin: 0; 
				padding: 0; 
				background: #FFFFFF; 
				border: 1px solid #ccc;
				z-index: 10; 
				z-index: 6; 

			}
			.navigatie .items ul li:hover > ul	{
				display: block; 
			}
			.navigatie .items ul li:last-child ul	{
				left: auto; 
				right: 4px; 
			}
			
				.navigatie .items ul li ul li	{
					display: list-item; 
					list-style: none; 
					position: relative; 
					width: auto; 
					height: auto; 
					margin: 0; 
					padding: 0; 
					text-align: left; 
				}
				
					.navigatie .items ul li ul li a, nav ul li.hasActiveSub ul li a	{
	display: block;
	padding: 3px;
	font-size: 11px;
	font-weight: normal;
	color: #000000 !important;
	background: #ffffff !important;
					}
					.navigatie .items ul li ul li a:hover, nav ul li ul li.active a, nav ul li.hasActiveSub ul li a:hover	{
	color: #cccccc !important;
	background: #fff !important;
	font-size: 11px;
					}


.header-image {
	height: 286px;
	width: 927px;
}

header, footer, nav, section, aside, article	{
	display: block; 
}

div#ie6warning	{
	display: none; 
	position: absolute; 
	z-index: 200; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 15px; 
	background: #fdffc4; 
	border-bottom: 1px solid #777; 
	text-align: left; 
}

div#container	{
	position: relative; 
	width: 927px; 
	margin: 0 auto; 
	text-align: left; 
	background: #ffffff; 
}

	header	{
		position: relative; 
		background: #ffffff; 
	}
	
		header nav	{
	background: #ffffff;
		}
	
	div#container.horizontal header	{
		width: 927px; 
		height: 300px; 
	}
	
		div#container.horizontal header img	{
	position: absolute;
	width: 927px;
	height: 256px;
		}
		
		div#container.horizontal header nav	{
	position: absolute;
	bottom: 0;
	width: 927px;
		}
	
	div#container.vertical header	{
		float: left; 
		width: 290px; 
		height: auto; 

		margin: 30px 0 0 20px; 
	}
		div#container.vertical header.right	{
			float: right; 
			margin: 30px 20px 0 20px; 
		}

		div#container.vertical header img	{
			position: relative; 
			width: 280px; 
			margin: 5px; 
		}
		
		div#container.vertical header nav	{
			position: relative; 
			width: 280px; 
			height: auto; 
			padding: 5px; 
		}
	
	aside	{
	position: relative;
	width: 340px;
	padding: 5px;
	background: #ffffff;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
	}
	
		aside.right	{
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 12px;
		}
		aside.left	{
			float: left; 
			margin: 30px 0 30px 20px; 
			clear: left; 
		}
	
		aside article	{
			padding: 0 0px; 
		}

	section#main	{
	position: relative;
	width: 500px;
	background: transparent;	
	}
		section#main.left	{
	float: left;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 20px;
		}
		section#main.right	{
			float: right; 
			margin: 30px 20px 30px 0; 
		}
		div#container.horizontal section#main.sidebar0	{
			float: none; 
			width: 927px; 
			margin: 30px 20px; 
		}
	
	footer	{
	position: relative;
	width: 890px;
	height: 70px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	.socialmedia{
	float: left;	
	}
	
	
	.contact{
	float: right;
	padding-top: 10px;
	}
	
	footer a	{
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}
	
	footer a:hover	{
	color: #000;
	text-decoration: underline;
	}	
	
	

div.spacer	{
	position: relative; 
	clear: both; 
	width: 100%; 
}

div.colamount1 {
	width: 100%;
	float: left;
}

div.colamount2 {
	width: 60%;
	float: left;
}

div.colamount3 {
	width: 33%;
	float: left;
}

div#column1 {

}

div#column2 {
	width: 30%;
	margin-left: 20px;
}

div#column3 {

}


img.agenda_icon	{
	display: inline; 
	margin: 0 8px 0 0; 
	
}

/* Images */
img	{
	border: none; 
}

img.rand_gecentreerd, img.rand_links, img.geenrand_links, img.rand_rechts, img.geenrand_rechts	{
 
	margin: 7px; 
}
	
img.rand_gecentreerd	{
	display: block; 
	margin: 7px auto; 
}

img.geenrand_gecentreerd	{
	display: block; 
	margin: 7px auto; 
	border: none; 
}

img.rand_links	{
	float: left; 
}

img.geenrand_links	{
	float: left; 
	border: none; 
}

img.rand_rechts	{
	float: right;

}

img.geenrand_rechts	{
	float: right; 
	border: none; 
}

/* TinyMCE specific rules */
.mceContentBody a { 
	color: #000 !important; 
	text-decoration: none !important; 
	font-weight: bold !important; 
 }
.mceContentBody { background: transparent; text-align: left; }
