/* 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) 2011 - Websiteman

   info(a)websiteman.nl
   *** */

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

body	{
	background: #fff; 
	text-align: center; 
	color: #993300; 
	font: 13px/20px "Trebuchet MS", Helvetica, sans-serif; 
	background: url(/images/17/Background_top.png) top center no-repeat;
}

td, th	{
	vertical-align: top; 
}

ul li	{
	list-style: disc; 
}

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

/* Fonts */ 
p, address	{
	margin: 7px; 
	font-style: normal;
}

a	{
	color: #166194; 
	text-decoration: none; 
	font-weight: bold; 
}
a:hover	{
	color: #287fb9; 
}

a.email	{
	color: #166194; 
	font-size: 12px; 
}

h1, h2, h3, h4, h5, h6	{
	font-family: Verdana, Helvetica;
	margin: 7px; 
	color: #9D1112; 
	font-weight: normal;
}
	h1	{
		font-size: 23px; 
		margin-top: 10px; 
		margin-bottom: 20px; 
	}
	h2, aside h1	{
		font-size: 17px; 
		margin-top: 17px; 
		margin-bottom: 8px; 
	}
	h3, aside h2	{
		font-size: 15px; 
		margin-top: 13px; 
		margin-bottom: 7px; 
	}
	h4, aside h3	{
		font-size: 13px; 
		margin-top: 9px; 
	}
	h5, aside h4	{
		font-size: 12px; 
	}
	h6, aside h5	{
		font-size: 12px; 
		font-style: italic; 
	}

nav#siteNav ul	{
	position: relative; 
	margin: 0; 
	padding: 3px 0 0 0;
	font-family: Verdana, Helvetica;
	z-index: 5; 
}

	nav#siteNav ul li	{
		display: inline; 
		list-style: none; 
		position: relative; 
		margin-left: 20px;
		z-index: 10; 
	}
	
		nav#siteNav ul li a	{
			font-size: 20px;
			font-weight: normal;
			color: #3D3042; 
			padding: 11px 11px 21px 11px;
		}
		nav#siteNav ul li a:hover, nav#siteNav ul li.active a, nav#siteNav ul li.hasActiveSub a	{
			color: #754C24; 
			background: #F9EBD7;
			border: 1px solid #EECA91;
			padding: 10px 10px 20px 10px;
			-moz-border-radius: 10px 10px 130px 130px / 10px 10px 30px 30px;
			-o-border-radius: 10px 10px 130px 130px / 10px 10px 30px 30px;
			-webkit-border-radius: 10px 10px 130px 130px / 10px 10px 30px 30px;
			border-radius: 10px 10px 130px 130px / 10px 10px 30px 30px;
			behavior: url(/includes/js/PIE.htc);
		}
		
			nav#siteNav ul li ul	{
				display: none; 
				position: absolute; 
				top: 18px; 
				left: 0; 
				margin: 0; 
				padding: 0; 
				background: #F9EBD7; 
				border: 1px solid #EECA91; 
				z-index: 20; 
			}
			nav#siteNav ul li:hover > ul	{
				display: block; 
			}
				nav#siteNav ul li ul li	{
					display: list-item; 
					list-style: none; 
					position: relative; 
					width: auto; 
					height: auto; 
					margin: 0; 
					padding: 0; 
					z-index: 30; 
				}
				nav#siteNav ul li ul li.active	{
					background: #c3c3c3; 
				}
				
					nav#siteNav ul li ul li a, nav#siteNav ul li.active ul li a, nav#siteNav ul li.hasActiveSub ul li a	{
						display: block; 
						height: auto; 
						width: 190px; 
						padding: 5px; 
						font-size: 12px; 
						font-weight: normal; 
						color: #000000;
						border: none;
						-moz-border-radius: 0; 
						-o-border-radius: 0; 
						-webkit-border-radius: 0; 
						border-radius: 0;
						border-bottom-right-radius: 0;
						border-bottom-left-radius: 0;
						padding: 3px;
						z-index: 35; 
					}
					nav#siteNav ul li ul li a:hover, nav#siteNav ul li ul li.active a	{
						color: #ffffff; 
						background: #EECA91;
						border: none;
						-moz-border-radius: 0; 
						-o-border-radius: 0; 
						-webkit-border-radius: 0; 
						border-radius: 0;
						border-bottom-right-radius: 0;
						border-bottom-left-radius: 0;
						padding: 3px;
					}

/* Divs */
div.mceExternalToolbar	{
	z-index: 100; 
}

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

#globalWrapper	{
	position: relative; 
	margin: 0 auto; 
	padding: 0; 
	width: 100%; 
	min-height: 100%; 
	z-index: 1;
	background: url(/images/18/Background_bottom.png) bottom center no-repeat;
}
	#container	{
		position: relative; 
		margin: 0 auto;
		text-align: left;
		padding: 0; 
		width: 980px; 
		min-height: 100%;
		z-index: 2; 
	}

		div#headerWrapper	{
			position: relative; 	
			width: 100%;
			height: 200px;
			z-index: 3; 
		}
	
			#logo	{
				position: absolute;
				left: 5px;
				top: 15px;
				border: none;
			}
			#contact	{
				position: absolute;
				right: 5px;
				top: 5px;
				color: #fff;
			}
				#contact p	{
					margin: 2px;
					font-style: italic;
					font-weight: bold;
				}
				
			nav#siteNav	{
				position: absolute;
				top: 120px;
				left: 5px; 
				z-index: 3; 
			}
	
		#content	{
			position: relative; 
			margin: 0; 
			padding: 0; 
		}

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

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

img.kader	{
	border: 1px solid #EECA91;
	padding: 3px;
	margin: 4px;
}

img.rand_gecentreerd, img.rand_links, img.geenrand_links, img.rand_rechts, img.geenrand_rechts	{
	border: 1px #000000 solid; 
	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; 
}

.emailhover img	{
	cursor: pointer; 
	margin-top: 0; 
	margin-bottom: -2px; 
}
/* Columns */
			#column1.colamount1	{
				position: relative; 
			}
			
			#column1.colamount2	{
				position: relative; 
				float: left; 
				width: 49%; 
			}
			
			#column2.colamount2	{
				position: relative; 
				float: right; 
				width: 49%; 
			}
			#column1.colamount3, #column2.colamount3	{
				position: relative; 
				float: left;
				width: 33%;
			}
			#column3.colamount3	{
				position: relative; 
				float: right;
				width: 33%;	
			}
/* Form */
fieldset	{
	border: none;
	padding: 0 0 0 3px !important;
}

	fieldset legend	{
		display: none;
	}
	
	.field-label	{
		text-align: left !important;
	}
		.field-label label	{
		font-weight: normal !important;
	}
	.field-widget input, .field-widget textarea	{
		border: 1px solid #EECA91 !important;
		padding: 4px;
		-moz-border-radius: 6px; 
		-o-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		

	}
	.validation-advice	{
		width: 202px;
		background: #B13A3B !important;
		-moz-border-radius: 6px; 
		-o-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
	}
form p {
	position: relative;
	text-align: right;
	margin-right: 40px;
}

	form p input {
	background: #AF864A;
	border: 1px solid #EECA91;
	color: #fff;
	padding: 2px;
	cursor: pointer;
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 6px;
	}
/* TinyMCE specific rules */
.mceContentBody a { 
	color: #166194 !important; 
	text-decoration: none !important; 
	font-weight: bold !important; 
 }
.mceContentBody { background: transparent; text-align: left; }