/* 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
   
   designed by Jaco Blommerde for websiteman
   info(a)websiteman.nl
   *** */

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

body	{
	background: #fff /*url(/images/209/background_content_top_3-2.png) center 189px repeat-x*/; 
	text-align: left; 
	color: #000; 
	font-family: verdana;
	font-size: 13px;
}

td, th	{
	vertical-align: top; 
}

ul li	{
	list-style: disc; 
}

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

/* Fontfaces */

/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     GUST e-foundry
 * @vendorurl:  http://www.gust.org.pl/projects-1/e-foundry
 * @licenseurl: http://www.fontsquirrel.com/license/TeX-Gyre-Adventor
 *
 *
 */
@font-face {
    font-family: 'PTSansRegular';
    src: url('/includes/fonts/fontfacekit/PT-Sans/PTS55F-webfont.eot');
    src: url('/includes/fonts/fontfacekit/PT-Sans/PTS55F-webfont.eot?iefix') format('eot'),
         url('/includes/fonts/fontfacekit/PT-Sans/PTS55F-webfont.woff') format('woff'),
         url('/includes/fonts/fontfacekit/PT-Sans/PTS55F-webfont.ttf') format('truetype'),
         url('/includes/fonts/fontfacekit/PT-Sans/PTS55F-webfont.svg#webfontVOUaMV4S') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

p, address	{
	margin: 7px 7px 14px 7px; 
	font-style: normal;
	line-height: 150%;
}

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

a.email	{
	color: #E07024; 
	font-size: 12px; 
}
a[href$=".pdf"]	{
	padding-right: 14px; 
	background: url(/images/261/icon-pdf.png) right center no-repeat; 
}
h1, h2, h3, h4, h5, h6	{
	font-family: "PTSansRegular";
	margin: 7px; 
	color: #1E65A5;
}
	h1	{
		font-size: 30px; 
		font-weight: bold;
		margin-top: 23px; 
		margin-bottom: 10px;
		width: 100%;
		color: #1E65A5;
	}
	h2	{
		font-size: 17px; 
		margin-top: 17px; 
		margin-bottom: 8px;
		color: #666666; 
	}
	h3	{
		font-size: 15px; 
		margin-top: 13px; 
		margin-bottom: 7px; 
	}
	h4	{
		font-size: 13px; 
		margin-top: 9px; 
	}
	h5	{
		font-size: 12px; 
	}
	h6	{
		font-size: 12px; 
		font-style: italic; 
	}

nav#siteNav ul	{
	position: relative; 
	margin: 0; 
	padding: 3px 0 0 0; 
}

	nav#siteNav ul li	{
		display: inline; 
		list-style: none; 
		position: relative; 
		margin-left: 30px; 
		display: block;
		float: left;
		text-align: center;
	}
		nav#siteNav ul li img	{
			opacity: 0.4;
		}
		
		nav#siteNav ul li a span	{
		display: block;
		opacity: 0.7;
		font-family: "PTSansRegular";
		}
		
		nav#siteNav ul li.active img, 
		nav#siteNav ul li a:hover img, 
		nav#siteNav ul li a:hover span, 
		nav#siteNav ul li.active a span	{
			opacity: 1;
		}
	
		nav#siteNav ul li a	{
			position: relative;
			height: 80px;
			display: block;
			padding: 3px; 
			font-size: 20px; 
			color: #ffffff;
		}
		nav#siteNav ul li a:hover, nav#siteNav ul li.active a	{
			color: #ffffff; 
		}
		
			nav#siteNav ul li ul	{
				display: none; 
				position: absolute; 
				top: 18px; 
				left: 0; 
				margin: 0; 
				padding: 0; 
				background: #e3e3e3; 
				border: 1px solid #000; 
				z-index: 10; 
			}
			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; 
				}
				nav#siteNav ul li ul li.active	{
					background: #c3c3c3; 
				}
				
					nav#siteNav ul li ul li a	{
						display: block; 
						height: auto; 
						width: 190px; 
						padding: 5px; 
						font-size: 12px; 
						font-weight: normal; 
						color: #000000; 
					}
					nav#siteNav ul li ul li a:hover	{
						color: #ffffff; 
						background: #c3c3c3; 
					}

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

#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; 
}

#globalWrapper	{
	position: relative; 
	margin: 0 auto; 
	padding: 0; 
	width: 100%; 
	background: url(/images/211/background_content_bottom_3-2.png) bottom repeat-x;
	min-height: 100%; 
	z-index: 1;

}

	header	{
		position: relative; 
		margin: 0 auto; 
		width: 100%; 
		height: 189px; 
		z-index: 5; 
		background: url(/images/210/background_header_3-2.png) repeat-x;
	}
	
		#topbar	{
			position: absolute;
			right: 0px;
			padding: 2px 10px 0 0;
		}

			#topbar input {
				width: 200px;
				margin-top: 0px;
				padding: 5px;
				background: #fff url(/images/213/search_icon-3-1.png) right no-repeat;
			}

			#topbar input:active, #topbar input:focus, #topbar input.nonempty {
				margin-top: 0px;
				padding: 5px;
				background: #fff;
			}

			#topbar .flag {
				position: relative;
				top: 5px;
				width: 30px;
				height: 18px;
				-moz-border-radius: 3px; 
				-o-border-radius: 3px; 
				-webkit-border-radius: 3px; 
				border-radius: 3px;
				-moz-box-shadow: 0 0 2px 2px #666666;
				-webkit-box-shadow: 0 0 2px 2px #666666;
				box-shadow: 0 0 1px 1px #666666;
				opacity: 0.9;
			}
			
		#headerWrapper	{
			position: relative;
			width: 960px;
			margin: 0 auto;

			
		}
		
			#logo	{
				position: absolute;
				left: 0;
				top: 20px;
				border: none;
			}
			

			nav#siteNav	{
				position: absolute; 
				top: 72px;
				right: 0;
				color: #fff; 
			}
			
	#background	{
		position: absolute;
		width: 100%;
		top: 189px;
		height: 284px;
		background: url(/images/209/background_content_top_3-2.png) top repeat-x;
	}
	
	#container	{
		position: relative; 
		width: 960px; 
		margin: 0 auto; 
		padding: 20px 10px 120px 10px; 
		text-align: left; 

	}
		#content	{
			position: relative; 
			width: 960px;
		}

			#content h1	{
				width: 100%;
				margin: 0;
				padding: 5px 0 0 5px;
				background: #F2F2F2;
				-moz-border-radius: 10px 10px 0 0;
				-o-border-radius: 10px 10px 0 0;
				-webkit-border-radius: 10px 10px 0 0;
				border-radius: 10px 10px 0 0;
			}
			
			#content h2	{
				width: 100%;
				margin: 0 0 10px 0;
				padding: 0 0 5px 5px;
				background: #F2F2F2;
				-moz-border-radius: 0 0 10px 10px;
				-o-border-radius: 0 0 10px 10px;
				-webkit-border-radius: 0 0 10px 10px;
				border-radius: 0 0 10px 10px;
			}
			
			#column1.colamount1	{
				position: relative; 
			}
			
			#column1.colamount2	{
				position: relative; 
				float: left; 
				width: 49%; 
			}
			
			#column2.colamount2	{
				position: relative; 
				float: right; 
				width: 49%; 
			}

		
	footer	{
		width: 100%; 
		z-index: 2;
		background: #0B1C23;
	}
	
		#footerContainer	{
			position: relative; 
			margin: 0 auto; 
			padding: 20px 10px 0 10px; 
			width: 940px; 
			text-align: left; 
			color: #fff; 
		}
		
			#footer_address	{
				width: 33%;
				float: left;			
			}
			
				div#footer_address p	{
					margin: 3px;
				}

			#footer_twitter	{
				width: 33%;
				float: left;
			}
			
			#footer_facebook	{
				width: 33%;
				float: left;
			}
			
			img.footer_image	{
				float: left;
				margin-right: 5px;
				padding-bottom: 70px;
			}


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

/* Tables */
table	{
	border-bottom: 1px solid rgba(57,131,170,0.6);
}

thead	{
	background: rgba(57,131,170,0.6);
	color: #fff;
	font-weight: bold;
}

tr:nth-of-type(even)	{
	background: rgba(220,240,249,0.6);
}

/* 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; 
}

/* Validation css modifications */
label	{
	font-weight: normal !important;
}

fieldset	{
	border: none;
	border-top: 1px solid #F2F2F2;
}

.field-label	{
	text-align: left !important;
	width: 90px !important;
}

.form-row	{
	padding: 8px !important;
}

input	{
	-moz-border-radius: 5px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #999 !important;

}

form p	{
	text-align: right !important;
}

textarea	{
	-moz-border-radius: 5px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	border-radius: 3px;
	border: 1px solid #999 !important;

}

input#submit	{
    background: none repeat scroll 0 0 #1E65A5;
    color: white;
    border: 1px solid gray;
    cursor: pointer;
}

/* Portfolio */
div.portfolio_item_left	{
	width: 600px;
	height: 147px;
	float: left;
	margin: 30px 0 0 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ccc;
	border-right: none;
	-moz-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

div.portfolio_item_right	{
	position: relative;
	width: 295px;
	height: 147px;
	float: left;
	margin: 30px 0 0 0;
	border: 1px solid #ccc;
	border-left: none;
	padding: 0 10px 0 10px;
	-moz-border-radius: 0 10px 10px 0;
	-o-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
	div.portfolio_item_right h2	{
		padding: 5px 0 0 0 !important;
	}
	
	div.portfolio_item_right div.header	{
	}
	
	div.portfolio_item_right div.footer	{
		position: absolute;
		bottom: 7px;
	}
	
img.portfolio_image	{
	width: 600px;
	height: 147px;
	-moz-border-radius: 10px 0 0 10px;
	-o-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}

/* Swap image */
#swap_image_set_container	{
	position: relative;
	height: 380px;
	width: 960px;
	margin-bottom: 20px;
	border: 1px solid #AFB1B2;
	-moz-border-radius: 10px; 
	-o-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	border-radius: 10px;
}

#swap_image_header, div.swapImageTextContainer	{
	position: absolute;
	top: 280px;
	left: -1px;
	height: 80px;
	width: 760px;
	-moz-border-radius: 0 30px 30px 0;
	-o-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 40px 40px 0;
	background: top right url(/images/215/swapbackground.png) no-repeat;
}

#swap_image_set	{
	position: relative;
	height: 380px;
	width: 960px;
}

	#swap_image_set .swapImage {
		position: absolute;
		width: 960px;
		height: 380px;
		margin-bottom: 10px;
		}

		#swap_image_set .swapImageTitle	{
			position: relative;
			height: 40px; 
			width: 960px;
		}

			#swap_image_set .swapImageTitle h1	{
				color: #fff;
				margin: 0;
				padding: 10px 0 5px 10px;
			}

		#swap_image_set .swapImageText	{
			position: relative;
			text-align: left;
			height: 40px; 
			width: 960px;

		}
		
		#swap_image_set .swapImageText p	{
			padding: 10px 0 5px 10px;
			margin: 0;
			font-size: 15px;
			color: #fff;
			opacity: 1;
		}

		#swap_image_set .swapImageImage img	{
			position: absolute;
			top: 0;
			left: 0;
			width: 960px;
			height: 380px;
			-moz-border-radius: 10px; 
			-o-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			border-radius: 10px;			
		}
		
		#swap_image_set #swap_image_selector	{
			position: absolute;
			padding: 2px;
			right: 10px;
			top: 306px;
			height: 28px;
			background: top left url(/images/215/swapbackground.png) no-repeat;
			-moz-border-radius: 10px; 
			-o-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			border-radius: 20px 10px 10px 20px;
		}
		
		#swap_image_set #swap_image_selector p	{
			margin: 5px;
		}
		
		#swap_image_set #swap_image_selector a.swapImageSelector	{
			display: inline-block; 
			margin: 0 0 0 3px; 
			width: 9px; 
			height: 9px; 
			background: #aaa; 
			border: 4px solid #fff; 
			-moz-border-radius: 10px; 
			-o-border-radius: 10px; 
			-webkit-border-radius: 10px;
			border-radius: 10px; 
			cursor: pointer;
		}
		
			#swap_image_set #swap_image_selector a.swapImageSelector:hover, 
			#swap_image_set #swap_image_selector a.swapImageSelector.active	{
				background: #f60; 
			}
			
/* Blocks */
div.content_block	{
	position: relative; 
	width: 470px; 
	float: left; 
}

div.content_block.right	{
	position: relative; 
	margin-left: 20px; 
	float: right; 
}
ul.list_free_icon li:nth-child(n+4) {
		} 
/* TinyMCE specific rules */
.mceContentBody a { 
	color: #E07024 !important; 
	text-decoration: none !important; 
	font-weight: bold !important; 
 }
.mceContentBody { background: transparent; text-align: left; }
