/* 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; 
	}

body#tinymce {
 height: auto;
}


/* ***
   CSS3 stylesheet
   
   (c) 2010 - HNNH
   
   designed by Hanna Bonjer for websiteman
   www.hnnh.nl
   
   made to fit the websiteman-CMS
   www.websiteman.nl 
   *** */

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

body	{
	background: #fff; 
	text-align: center;
	color: #000; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 12px; 
}


div.content {
	text-align: center;
}

td, th	{
	vertical-align: top; 
}

ul li	{
	list-style: disc; 
}

ul li, ol li	{
	margin: 0; 
}

/* Fonts */ 
p, td, th, font, div, textarea, input, address, li	{
}

p, address	{
	margin: 5px 0; 
	font-style: normal; 
}

a	{
	color: #598ea4; 
	text-decoration: none; 
}
a:hover, a:active {
	color: #598ea4; 
}

a.email	{
	color: #598ea4; 
	font-size: 11px; 
}

h1, h2, h3, h4, h5, h6	{
	text-decoration: underline; 
	margin: 5px 0; 
}
	h1	{
		font-size: 19px; 
		font-family: Georgia, Times;
		font-weight: strong; 
		text-transform: uppercase; 
		margin-top: 10px; 
	}
	h2	{
		font-size: 12px; 
	}

header h1	{
	font-weight: normal; 
	font-size: 37px; 
	margin: 0;
	width: 100%;
}

div#addresses p	{
	margin: 3px 0 -2px 0; 
	color: #598ea4; 
}

	div#addresses p strong	{
		color: #000; 
	}
	
nav ul	{
	position: relative; 
	margin: 0; 
	padding: 0; 
}

	nav ul li	{
		list-style: none; 
		position: relative; 
		margin-bottom: 44px; 
	}
	
		nav ul li p	{
			font-family: Georgia, Times;
			font-size: 14px; 
			margin-top: -5px; 
		}
		
		nav ul li a	{
			text-decoration: none; 
			color: #937897; 
		}
		nav ul li a:hover, nav ul li.active a, nav ul li a.active	{
			text-decoration: underline; 
			color: #000; 
		}
			nav ul li a h1	{
				text-decoration: none; 
			}
			nav ul li a:hover h1, nav ul li.active a h1, nav ul li a.active h1	{
				text-decoration: underline; 
			}
	
/* Divs */
header, footer, nav, section, aside, article	{
	display: block; 
}

div#container	{
	position: relative; 
	width: 100%; 
	height: 700px; 
	margin: 0; 
	text-align: center; 
}

	header	{
		position: relative; 
		width: 100%; 
		height: 50px; 
		/*background: #f00; */
	}
	
		img#headerLogo	{
			width: 580px; 
		}

		div#addresses	{
			position: absolute; 
			top: 0; 
			right: 10px; 
		}

	aside	{
		position: relative; 
		float: left; 
		width: 180px; 
		height: 620px; 
		margin: 5px; 
		color: #598ea4; 
	}
	
	div.column	{
		position: relative; 
		float: left; 
		width: 205px; 
		height: 620px; 
		margin: 5px; 
	}

		div.column div	{
			position: absolute; 
			left: 0; 
		}
		
div.spacer	{
	position: relative; 
	clear: both; 
	width: 100%; 
}

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

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; 
}
/* TinyMCE specific rules */
.mceContentBody a { 
	color: #598ea4 !important; 
	text-decoration: none !important; 
 }
.mceContentBody { background: transparent; text-align: left; }