@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Formdesk
Theme URL: http://website.formdesk.nl/
Description: Custom WordPress theme for Formdesk
Author: Ontwerpstudio Trendwerk
Author URI: http://www.trendwerk.nl/
Version: 1.0
*/

/* 	RESET
	----- */

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, homebottom, 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;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline; 
}

:focus { outline: 0; }

body {
	line-height: 1;
	color: black;
	background: white; }

table {
	border-collapse: separate;
	border-spacing: 0; }

caption, th, td {
	text-align: left;
	font-weight: normal; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; }


/* TYPOGRAPHY STYLING
==================== */

@font-face {
    font-family: 'CalibriRegular';
    src: url('fonts/calibri-webfont.eot');
    src: url('fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibri-webfont.woff') format('woff'),
         url('fonts/calibri-webfont.ttf') format('truetype'),
         url('fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal; }
   
@font-face {
    font-family: 'CalibriBold';
    src: url('fonts/calibrib-webfont.eot');
    src: url('fonts/calibrib-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/calibrib-webfont.woff') format('woff'),
         url('fonts/calibrib-webfont.ttf') format('truetype'),
         url('fonts/calibrib-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal; }    

/* standard text styles */

body {
	color: #777777;
	font: normal 13px/20px Verdana, Tahoma, Sans-serif; }
	
p { margin: 0px 0px 1.2em 0px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { cursor: pointer !important; }

h1 {
	font: normal 32px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 20px 0; }
	
h2, h2 a {
	color: #333333;
	font: normal 24px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 15px 0;
	text-decoration: none; }
	
	h2 a:hover { 
		color: #333333 !important;
		cursor: text;
		text-decoration: none; }	
	
h3 {
	color: #333333;
	font: normal 20px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 10px 0; }
	
	#content h3 { 
		margin: 20px 0 10px 0 !important; }
	
h4 {
	color: #333333;
	font: normal 18px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 10px 0; }
	
h5 {
	color: #333333;
	font: bold 14px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 10px 0; }
	
h6 {
	color: #333333;
	font: bold 12px CalibriRegular, Arial, Sans-serif;
	margin: 0 0 10px 0; }

/* Link styles */

a {
	color: #EA640D;
	cursor: pointer;
	text-decoration: underline; }
	
	a:hover { color: #EA640D; }

/* List styles */

#content ul, #content ol {
	margin: 0 0 15px 25px;
	list-style-position: outside;
	line-height: 1.5em; }

	#content li { padding: 0 0 0 5px; }
	
	#content ul ul, #content ul ul ul, 
	#content ol ol, #content ol ol ol { margin-bottom: 0 !important; }

/* Tables */

#content table {
	border: 0;
	width: 100%;
	background: #FFF;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 15px 0;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC; }
	
	#content td { border-right: 1px solid #CCC; }

#content table th { 
	text-align: center;
	vertical-align: bottom; }
	
#content table tr.first-row th { text-align: center !important; }

#content table tr.odd { background: #EEE; }

#content td {
	padding:  0 10px;
	border-bottom: 1px solid #CCC; }

	#content table p, #content table li { margin: 0; }

/* Other styles */

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	border: 1px solid #FFF;
	border-top: 1px solid #CCC;
	margin: 0 0 1.5em 0; }
	
blockquote { }

/* Images, float & clear */

#content img {}
#content img.size-thumbnail {}
#content img.size-medium {}
#content img.size-large {}

#content img.wp-smiley {
	padding: 0;
	background: none; }
	
.left, .alignleft, .float-left {
	margin: 3px 15px 3px 0;
	float: left; }
	
.right, .alignright, .float-right {
	margin: 3px 0 3px 15px;
	float: right; }
	
.clear { clear: both; }

/* STANDARD LAYOUT
==================== */

html { 
	min-height: 100%; 
	padding-bottom: 1px; }
}

body { 
	min-width: 1024px !important; }

.inner {
	height: auto;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	width: 960px; }
	
#header, #main, #references, #footer {
	clear: both;
	float: left; 
	width: 100%; }
	
/* Header
------------------------------*/
	
div#bar { 
	background: #ea640d;
	position: absolute;
	top: 0;
	left: 0;
	height: 8px;
	min-width: 960px !important;
	float: left;
	clear: both;
	width: 100%;
	z-index: 999999999; }	
	
div#header { background: #FFFFFF url('images/formdesk-header-background.gif') repeat-x 0 -8px; }
	
	div#header div.inner { height: 180px; }
		
		/* beeldmerk */
			
		div#title {
			position: absolute;
			left: 20px;
			top: 24px; }

			#ie #title object {
				display: none;
			}

			#ie #title img {
				display: block;
			}			

			#regular #title img {
				display: none;
			}

			#regular #title object {
				display: block;
			}
			
			#title a { cursor: default !important; }
			
			div#logo span a {	
				border: 1px solid red;
				display: block; 
				height: 64px;
				left: -5px;
				position: absolute;
				top: -2px;
				text-indent: -999999px;
				width: 180px; }
			
				div#logo.png span a { background: url('images/formdesk-logo.png') no-repeat top left; }
				div#logo.svg span a { background: url('images/logo-formdesk-svg.svg') no-repeat top left; }
			
		/* support text */
				
		div#supportnr {
			background: url('images/formdesk-lang.gif') no-repeat -75px 0;
			position: relative;
			height: 56px;
			left: 300px;
			max-width: 275px;
			padding-left: 52px;
			top: 28px;
		}
					
			/* "support" */
		
			div#supportnr div#support a {
				color: #93959A;
				cursor: text;
				font: normal 14px 'CalibriBold', Arial, Sans-serif;
				text-transform: uppercase; 
				text-decoration: none; }
				
			/* het telefoon nummer */
			
			div#supportnr div#number a {
				color: #EA640D;		
				cursor: text;
				font: normal 25px 'CalibriBold', Arial, Sans-serif; 
				position: relative;
				text-decoration: none;
				top: 4px; }
			
		/* zoek optie */
			
			div#header div.search {			
				height: 24px;
				left: 650px;
				overflow: hidden;
				position: relative;
				top: -4px;
				width: 190px; }			
			
			/* reset standaard styles input */
			
			div#header .search input { 
					background: transparent;
					border: none;
					margin: 0; 
					padding: 0; }
															
				/* zoekveld zelf */
			
				div#header .search .hide_label {
					background: url('images/formdesk-header-search-background.gif') no-repeat top left;
					color: #777777;
					display: block;
					float: left;
					font: normal 11px Verdana, Tahoma, Sans-serif;
					height: 24px; 
					line-height: 20px !important;
					padding-left: 10px;
					width: 180px; }
					
				/* zoek button */	
					
				div#header .search .searchbutton {
					background: url('images/formdesk-header-search-background.gif') no-repeat top right;
					border: 0;
					position: relative;
					height: 24px;
					left: 166px;
					text-indent: -999999px;
					top: -24px;
					width: 24px; }

		/* talen optie */
		
		div#languages {	
			height: 24px;
			position: absolute; 
			left: 874px;
			top: 52px;
			width: 100pxba; 
			z-index: 1; }
		
			div#languages a {
				background-image: url('images/formdesk-lang.gif');
				background-repeat: no-repeat;
				display: block; 
				float: left; 
				height: 24px; 
				margin: 0 7px 0 0;
				text-indent: -999999px;
				width: 24px; }
				
/* 				div#languages a:hover, div#languages a.active { background-position: bottom left;} */
		
			div#languages a#nl { background-position: -24px 0px; }
			
				div#languages a#nl:hover, div#languages a#nl.active { background-position: -24px -24px; }
			
			div#languages a#de { background-position: -48px 0; }
			
				div#languages a#de:hover, div#languages a#de.active { background-position: -48px -24px; }
			
			div#languages a#en { background-position: 0 0; }
			
				div#languages a#en:hover, div#languages a#en.active { background-position: -0 -24px; }
			
			/* login knop */

			div#login-wrap { 
				display: block;
				height: auto;
				left: 630px;
				position: absolute;
				top: 8px;
				width: 330px;
				z-index: 999; }
				
				div#login { 
					background: #939599;
					padding-top: 5px;
					position: relative;
					height: 78px;
					width: 330px;
					/* border radius */
					-webkit-border-bottom-left-radius: 10px;
					-moz-border-radius-bottomleft: 10px;
					border-bottom-left-radius: 10px; }
					
					div#login form label {
						color: #FFFFFF;
						display: inline-block;
						font-size: 11px;
						float: left;
						height: auto;
						line-height: 1.7;
						padding: 0 10px;
						text-shadow: 0px 1px 0px #6E7073;
						width: 90px;  }
												
					div#login form input#txtUsername, 
					div#login form input#txtPassword {
						border: none;
						height: 20px;
						line-height: 20px;
						margin: 0 0 5px 0 !important;
						padding: 0 5px !important;
						width: 170px;
						/* border radius */
						-webkit-border-radius: 0px;
						-moz-border-radius: 0px;
						border-radius: 0px; }

					div#login form div#reset-password { 
						float: right; 
						font-size: 11px; 
						height: auto;
						margin-right: 10px;
						text-shadow: 0px 1px 0px #6E7073;
						position: absolute;
						top: 55px;
						left: 189px;
						width: auto; }
						
						div#login form div#reset-password a {
							color: #FFFFFF;
							text-decoration: underline;
							text-shadow: 0px 1px 0px #6E7073; }
							
							div#login form div#reset-password a:hover { text-decoration: underline; }
							
						div#login form input.submit { 
							border: none;
							left: 296px;
							margin: 0;
							padding: 0;
							position: absolute; 
							top: 28px; }
										
				div#loginbutton a {
					background: url('images/formdesk-login-button-bg.png') no-repeat top center;
					display: block;
					color: #FFFFFF;
					font-size: 11px;
					font-weight: bold;
					float: right;
					height: 26px;
					margin-right: -5px;
					padding: 0 10px 0 30px;
					position: relative;
					line-height: 24px;
					text-shadow: 0px 1px 0px #6E7073;
					text-decoration: none;
					width: 48px; 
					/* border radius */
					-webkit-border-bottom-right-radius: 10px;
					-webkit-border-bottom-left-radius: 10px;
					-moz-border-radius-bottomright: 10px;
					-moz-border-radius-bottomleft: 10px;
					border-bottom-right-radius: 10px;
					border-bottom-left-radius: 10px; }
					
					div#loginbutton a.active { background-position: bottom center; }
					
					div#loginbutton a.inactive { background-position: top center; }
					
					div#loginbutton a.de-login,
					div#loginbutton a.nl-login { 
						background: url('images/formdesk-login-button-de-bg.png') no-repeat top left !important; 
						margin-right: 0;
						width: auto; }
						
			/* Main navigation */
			
			div#hormenu {
				background: url('images/formdesk-menu-background.jpg') no-repeat bottom left;
				height: 80px;
				position: absolute;
				top: 96px;
				width: 960px;
				z-index: 3; }
				
				body.home div#hormenu { background: url('images/formdesk-menu-home-background.jpg') no-repeat bottom left !important; }
				
				/* level 1 */
				
				#hormenu ul {
					height: 40px;
					list-style: none; }
	
					#hormenu li {
						float: left;
						position: relative; }
					
						#hormenu li a {
							color: #333333;
							float: left;	
							font: normal 16px CalibriBold, Arial, Sans-serif;
							padding: 8px 15px 9px 15px;
							margin: 0 5px 0 0;
							line-height: 20px;
							text-decoration: none; }
						
				/* current page & ancestors */
				
				#hormenu li.current-menu-parent a,
				#hormenu li.current-menu-item a,
				#hormenu li.current-menu-ancestor a,
				#hormenu li.current-page-ancestor a { 
					background: #e7610a;
					color: #FFFFFF; 
					padding-bottom: 18px;
					/* border-radius */
					-webkit-border-radius: 5px;
					-moz-border-radius: 5px;
					border-radius: 5px; }
					
					#hormenu li.current-menu-item a:hover { color: #FFFFFF; }
					
					#hormenu li.current-menu-parent a:hover,
					#hormenu li.current-menu-item a:hover,
					#hormenu li.current-menu-ancestor a:hover { 
						background: #e7610a;
						padding-bottom: 18px }

				/* rollover */
		
				#hormenu li a:hover { 
					background: #e5e5e5;
					color: #333333;
					padding-bottom: 12px;
					position: relative;
					/* border-radius */
					-webkit-border-top-left-radius: 5px;
					-webkit-border-top-right-radius: 5px;
					-moz-border-radius-topleft: 5px;
					-moz-border-radius-topright: 5px;
					border-top-left-radius: 5px;
					border-top-right-radius: 5px;
					/* pie */
					z-index: 0; }
				
				#hormenu li.current-menu-parent a:hover, #hormenu li.current-menu-item a:hover, #hormenu li.current-menu-ancestor a:hover { color: #fff; }
				
				/* second-level lists */

					.sub-menu-wrap { 
						position: absolute;
						float: left;
						clear: both;
						left: 10px;
						top: 142px;
						width: 960px;
						z-index: 999 } 
						
						.sub-menu-wrap-inner {
							width: auto; 
							margin: 0 auto; } 
							
							.sub-menu-wrap-inner ul { 
								list-style-type: none;
								margin: 0;
								padding: 0; }
						
						.sub-menu-wrap ul li { display: inline; }
						
						
		
					.sub-menu-wrap-inner ul li a { 
						display: block;
						float: left;
						font: normal 12px Verdana, Tahoma, sans-serif; 
						padding: 0 8px;
						margin: 0;
						text-decoration: none; }
						
						.sub-menu-wrap-inner ul li a:hover { text-decoration: underline; }
										
				/* sub menu */
								
				#hormenu ul.menu li ul.sub-menu, 
				#hormenu ul.menu li ul.sub-menu { display: none; }				
								
				#hormenu ul.menu li.current-menu-item ul.sub-menu,
				#hormenu ul.menu li.current_page_ancestor ul.sub-menu { display: block !important; }
				
				ul.sub-menu { position: relative; left: 10px; top: 2px }
				
				ul.sub-menu a { color: #FFFFFF !important; }
				
					ul.sub-menu a:hover { text-decoration: underline !important; }
				
				

/* main
-------------------- */

div#main { background: #FFFFFF; }
	
	div#main div.inner { margin: 20px auto 40px auto; }
	
	.home div#main div.inner { margin: 0 auto 20px auto; }
	
		div#content {
			float: left;
			margin: 10px;
			padding-bottom: 20px;
			width: 640px;
			z-index: 0; }
			
			/* pagina titel */
			
			div#content h1.page-title { 
				color: #333333;
				display: block;
				float: left; 
				height: auto;
				width: 402px; }
			
			/* print optie */
				
			div#content a.print { 
				background: url('images/formdesk-print-ico.jpg') no-repeat 0 4px;
				display: block;
				float: right; 
				height: auto;
				margin-top: 9px;
				padding-left: 24px;
				margin-right: 4px;
				width: 132px; }
				
			/* breadcrumbs */
			
			div#content p.breadcrumbs {
				clear: both;
				display: block;
				float: left; 
				margin-bottom: 25px;
				height: auto; 
				width: 100%; }
			
			div#content div.entry {
				box-sizing: border-box;
				clear: both; 
				float: left;
				height: auto;
				padding-right: 20px;
				width: 100%; }
				
				.home div#content div.entry { padding-right: 0 !important; }
			
				div#content div.entry h1, 
				div#content div.entry h2, 
				div#content div.entry h3, 
				div#content div.entry h4,
				div#content div.entry h5, 
				div#content div.entry h6 { color: #333333; }

				.img-gallery {
					float: left;
					margin-top: 5px;
					width: 100%;
				}

					.img-gallery .item {
						float: left;
						margin: 0 20px 20px 0;
					}

					.img-gallery img {
						border: 1px solid #929398;
						border-radius: 3px;
						height: auto;
						width: 180px;
					}
						
				.the-tags {
					clear: both;
					float: left;
					margin: 30px 0 15px 0;
					width: 100%;
				}
				
				.the-tags.on-page { margin-top: 10px; }
				
					.the-tags a {
						background: #929398;
						color: #FFF;
						display: block;
						float: left;
						font: 12px normal Verdana, sans-serif;
						height: 28px;
						line-height: 28px !important;
						margin: 0 15px 15px 0;
						padding: 0 10px;
						width: auto;
						text-decoration: none;
						/* border radius */
						-webkit-border-radius: 5px;
						-moz-border-radius: 5px;
						border-radius: 5px;
					}
					
						.the-tags a:hover { background: #E7610A; }
						
			.tag .hentry { margin-bottom: 24px !important; }
			
			.tag .hentry h2 { margin-bottom: 7px !important; }
			
			.tag .hentry p { margin-bottom: 7px; }
			
		/* sidebar */
			
		.sidebar {
			border-left: 1px solid #CCCCCC; 
			float: right;
			margin: 0 0 30px 0px;
			min-height: 500px;
			width: 285px;
			padding-left: 10px;
			z-index: 0; }
			
			/* widgets */
			
			.widget {
				border-bottom: 1px solid #CCCCCC;
				float: right; 
				margin: 10px 0 10px 27px;
				width: 260px; }
				
				.widget ul {
					list-style: none;
					margin: 0;
					padding: 0; }
					
					.widget li {
						display: block;
						line-height: 18px; }
						
					/* level 2 */
				
						.widget li ul {
							border: none;
							list-style: square inside; }
							
							.widget li li {
								display: list-item;
								padding: 5px 0 5px 5px; }
						

/* footer
-------------------- */

div#footer { 
	background: #939599;
	padding: 40px 0 30px 0; }

	div#footer, 
	div#footer h3, 
	div#footer p, 
	div#footer a, 
	div#footer li {
		color: #FFFFFF;
		text-shadow: 0 0 1px #888888; }
		
	div#footer h3 { font-size: 18px; }
	
	div#footer a { text-decoration: none; }
	
		div#footer a:hover { text-decoration: underline; }

		div#footer div#footercontact {
			border-left: 1px solid #FFFFFF;
			float: left; 
			height: auto;
			padding-left: 19px;
			width: 300px; }
			
		div#footer div#footermenu1, 
		div#footer div#footermenu2,
		div#footer div#footermenu3 { 
			border-left: 1px solid #FFFFFF;
			float: left; 
			height: auto; 
			padding-left: 19px;
			min-height: 170px;
			width: 180px; }
			
		div#footer ul {
			list-style-type: none; 
			margin: 0;
			padding: 0; }
		
			div#footer li {}


/* OTHER STYLES
==================== */

/* Forms
-------------------- */

form p { margin:  0; }

#content input, #content textarea, #content select {
	font-size: 13px;
	margin: 5px 0 10px 0;
	padding: 5px;
	border: 1px solid #CCC;
	color: #555;
	position: relative;
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */ }
	
select {
	min-width: 150px;
	line-height: 25px; }
	
textarea:focus, input:focus {
	border: 1px solid #555;
	color: #333; }
	
#content input[type=submit] {
	border: none;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #FFFFFF;
	padding: 5px 10px;
	position: relative;
	cursor: pointer;
	border: 1px solid #999 !important;
	background: #EEE; /* for non CSS3 browsers */
	background: -moz-linear-gradient(top,  #FFF,  #CCC); /* for Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#CCC));  /* for Safari and Chrome */
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	/* pie */
	behavior: url(assets/js/pie/PIE.php); }
	
#content input[type=submit]:hover {
	color: #333333;
	text-shadow: 0 1px 0px #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#AAAAAA'); /* for Internet Explorer */
	background: -moz-linear-gradient(top,  #EEEEEE, #AAAAAA); /* for Firefox */
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#AAAAAA)); /* for Safari and Chrome */
}	

/* Contact forms 7 Validation */

#content img.ajax-loader {
	border: none;
	background: none;
}
span.wpcf7-not-valid-tip {
	background: #FCC;
	color: #F00;
	left: 50%;
	width: 300px;
	padding: 5px;
	border: 1px solid #F00;
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
	/* pie */
	behavior: url(assets/js/pie/PIE.php);
}
div.wpcf7-validation-errors {
	background: #FCC;
	color: #F00;
	margin: 10px;
	padding: 15px 10px;
	border: 1px solid #F00;
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
}

div.wpcf7-mail-sent-ok {
	background: #9cdaa4;
	color: #197b30;
	margin: 10px;
	padding: 15px 10px;
	border: 1px solid #39b54a;
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
}

/* Widgets
-------------------- */

/* */

.widget_recent_entries { padding-bottom: 26px; }

/* Laatst bekeken */

div.laatst-bekeken { padding-bottom: 15px; }

	div.laatst-bekeken ul {
		color: #EA640D;
		list-style: inside;
		padding-bottom: 15px; 
	}
		div.laatst-bekeken ul li {
			background: url('images/formdesk-bullet-orange.gif') no-repeat 4px 7px; 
			padding-left: 20px;
		}
	
	div.laatst-bekeken .readmore {
		font-size: 12px;
		float: left;
		margin-left: 0px;
		padding: 0 0 15px 0; }
	
		div.laatst-bekeken .readmore a {
			background: url('images/formdesk-more-menu-uitgeklapt-link-bg.jpg') no-repeat center left;
			display: block;
			clear: both;
			color: #666666;
			float: left;
			padding-left: 15px;
			text-decoration: none; }
		
		div.laatst-bekeken .readmore a.meer { background: url('images/formdesk-more-menu-uitgeklapt-link-bg.jpg') no-repeat center left !important; }
		div.laatst-bekeken .readmore a.minder { background: url('images/formdesk-more-menu-link-bg.jpg') no-repeat no-repeat 0 6px !important; }
		

div.laatst-bekeken-wrap {
	margin: 0 0 10px 0;
	height: 80px;
	overflow: hidden; }

/* Posts */

div.widget_tp_post_type_posts ul {
	color: #EA640D;
	list-style: inside;
	padding-bottom: 15px; 
}

	div.widget_tp_post_type_posts ul li {
		background: url('images/formdesk-bullet-orange.gif') no-repeat 4px 7px; 
		padding-left: 20px;
	}

		div.widget_tp_post_type_posts .readmore {
			font-size: 12px;
			padding: 0 0 35px 0;
		}

			div.widget_tp_post_type_posts .readmore a {
				background: url('images/formdesk-more-menu-ingeklapt-link-bg.jpg') no-repeat center left;
				display: block;
				clear: both;
				color: #666666;
				float: left;
				padding-left: 15px;
				text-decoration: none; 
				vertical-align: -5px;
			}
	
/* Archief */

.widget_archive, .widget_categories { border-bottom: none; }

	.widget_archive ul, .widget_categories ul{ 
		border-top: 1px solid #CCCCCC; }	
		
		.widget_archive ul li a, .widget_categories ul li a { 
			border-bottom: 1px solid #CCCCCC;
			display: block;
			float: left;
			height: auto;
			padding: 3px 0;
			text-decoration: none;
			text-indent: 3px;
			text-transform: capitalize;
			width: 100%; }

/* Tag clouds */

.widget_tag_cloud { 
	border-bottom: none;
	padding: 4px 0; }	
	
	.widget_tag_cloud .tagcloud { padding: 4px 0; }
	
	.widget_tag_cloud a { text-decoration: none; }

/* try now */

div.tryformdesk a.button {
	background: url('images/formdesk-cta-background.jpg') no-repeat top left;
	clear: both;
	color: #FFFFFF;
	display: block;
	float: left;
	font: normal 20px CalibriBold, Arial, Sans-serif;
	height: 50px;
	line-height: 51px;
	padding-left: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	width: 240px; 
	/* text shadow */
	text-shadow: 0px 1px 0px #078444;}

	div.tryformdesk a.button:hover { background-position: bottom left; }
	
/* newsletter */

div.newsletter input {	
	background: transparent;
	border: none;
	margin: 0; 
	padding: 0; }

	div.newsletter .hide_label {
		background: url('images/formdesk-nieuwsbrief-background.jpg');
		color: #777777;
		display: block;
		font: normal 11px Verdana, Tahoma, Sans-serif;
		height: 24px; 
		line-height: 20px !important;
		padding-left: 10px;
		width: 250px; }

	div.newsletter .emailbutton {
		border: 1px solid red;
		background: url('images/formdesk-nieuwsbrief-background.jpg') no-repeat top right;
		border: 0;
		position: relative;
		height: 30px;
		left: 236px;
		text-indent: -999999px;
		top: -24px;
		width: 24px; }
 

/* CUSTOM PAGE STYLING
==================== */

/* Homepage
-------------------- */

.home #slider {
	background: url('images/formdesk-grijze-slider.png') repeat-x top left;
	clear: both;
	float: left;
	height: 250px;
	margin-top: -47px;
	position: relative;
	width: 100%;
	z-index: 5;
	/* border-radius */
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px; }
	
	.home #slider #slider-wrap {
		float: left;
		left: 20px;
		position: relative;
		top: 20px;
		width: 640px; }
	
	.home #slider .image1,
	.home #slider .image2,
	.home #slider .image3 {
		background-color: #FFFFFF;
		position: absolute;
		/* box shadow */
		-moz-box-shadow: 0px 0px 5px #666666;
		-webkit-box-shadow: 0px 0px 5px #666666;
		box-shadow: 0px 0px 5px #666666; }
	
		.home #slider .image1 {
			height: 216px;
			width: 369px;
			left: 0px;
			top: 0px;
			z-index: 1; }
		
		.home #slider .image2 {
			height: 83px;
			width: 143px;
			left: 397px;
			top: 96px;
			z-index: 2; }
		
		.home #slider .image3 {
			height: 51px;
			width: 89px;
			left: 396px;
			top: 19px;
			z-index: 3; } 
				
	.home #slider .info {
		float: right;
		margin-top: 14px;
		margin-right: 40px; 
		height: auto;
		width: 230px; }
		
		.home #slider .info h1 { 
			font: normal 21px CalibriBold, Arial, Sans-serif; 
			height: 41px; 
			line-height: 41px;
			padding: 0 0 0 15px;
			margin: 7px 0 10px 0;
			width: 216px; }
	
		.home #slider .info p { 
			font: normal 17px CalibriRegular, Arial, Sans-serif;
			padding: 10px 15px; 
			width: 200px; }
		
		.home #slider .info h1, 
		.home #slider .info p {
			background: #FFFFFF;
			clear: both;
			color: #333333;
			display: block;
			float: left; }
			
			.home #slider .info p { background: #FFFFFF url('images/formdesk-tagline-corner.jpg') no-repeat bottom right; }
			
	/* */
	
	#slider-wrap iframe { 
		border: 1px solid #FFFFFF;
		height: 220px;
		overflow: hidden;
		width: 620px;
		/* */
		-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.31);
		-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.31);
		box-shadow: 2px 2px 2px rgba(0,0,0,0.31); }		
			
.home #mogelijkheden {
	border-bottom: 1px solid #CCCCCC;
	clear: both;
	float: left;
	height: auto; 
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	width: 620px; }

	.home #mogelijkheden ul { 
		clear: both;
		display: block;
		float: left;
		height: auto;
		list-style-type: disc;
		list-style-position: inside;
		margin: 0 0 16px 0;
		padding: 0; 
		width: 100%; }
		
		.home #mogelijkheden ul li { 
			background: url('images/formdesk-bullet.png') no-repeat 12px 9px;
			color: #777777;
			display: inline-block; 
			float: left;
			line-height: 1.75;
			padding-left: 30px;
			width: 270px; }
			
			.home #mogelijkheden ul li a {
				color: #777777;
				text-decoration: underline; }
				
				.home #mogelijkheden ul li.color { background: url('images/formdesk-bullet-orange.gif') no-repeat 12px 9px; }
				
				.home #mogelijkheden ul li.color, .home #mogelijkheden ul li.color a { color: #EA640D; }
				
				.home #mogelijkheden ul li a:hover { color: #EA640D; }

/* referenties (op home) */

div#references { background: #FFF; }

	div#references div.inner { 
		/* background: url('images/formdesk-references-shadow.png') no-repeat top center; */
		border-top: 1px solid #CCCCCC; 
		height: 120px; }
		
		div#references ul {
			list-style-type: none;
			margin: 0; 
			padding: 0;
			position: relative;
			top: 0; }
			
			div#references ul li { display: inline; }
			
				div#references ul li a {
					color: #999999;
					background-position: bottom left;
					display: table; 
					float: left;
					font-style: italic;
					height: 120px;
					margin-right: 90px;
					text-decoration: none;
					width: auto; }
					
					div#references ul li a div { 
						display: table-cell; 
						vertical-align: middle !important; 
						width: auto;
						height: 100%; }
										
					div#references ul li a img { 
						display: table-cell;
						position: relative; }
						
					div#references ul li a img.powertip-examples { border: none !important; }
					
					/* de hover state */
					
						div#references ul li a img.kleur { display: none; }
						
							div#references ul li a:hover img.grijs { display: none; }
							
							div#references ul li a:hover img.kleur { display: block; } 
					
					/* geen margin last-child selector */
					
					div#references ul li a.last-child { margin-right: 0; }
					
					/* blockquote */
						
					div#references ul li a span.quote { 
						display: block;
						background: #FFFFFF;
						height: auto;
						left: auto;
						min-height: auto;
						padding: 20px;
						position: absolute; 
						/*	bottom: 0;
						top: -240px; */
						bottom: -20px;
						width: 240px;
						z-index: 999;
						border: 1px solid #CCCCCC;
						color: #666666;
						font-size: 11px;
						/* text shadow */
						text-shadow: none;
						/* border radius */
						-webkit-border-radius: 10px;
						-moz-border-radius: 10px;
						border-radius: 10px; 
						/* pie */
						behavior: url(assets/js/pie/PIE.php); }
						
						div#references ul li.position-more-left a span.quote { 
							margin-left: -185px; }
						
						div#references ul li a:hover span.quote { display: block; }
					
							div#references ul li a span.quote blockquote p:before { 
								content: "\201C";
								font-weight: bold;
								font-style: normal; }
								
							div#references ul li a span.quote blockquote p:after {
								content: "\201D";
								font-weight: bold;
								font-style: normal; }
 	

/* Widget section */

.sidebar.home {}

/* Mogelijkheden archive */

	/* uitleg */
	
	div.explanation { 
		clear: both;
		display: block;
		float: left;
		height: auto;
		width: 100%; }
		
		.explanation p { padding-right: 10px; }
				
	/* de filter */

	div.filter { 	
		clear: both;
		float: left;
		height: auto;
		margin: 0 0 20px 9px;
		width: 100%; }
		
		div.filter div.radiobutton {
			float: left;
			height: 20px;
			margin-bottom: 5px;
			padding-left: 10px;
			width: 250px; }
			
			div.filter div.radiobutton label { padding-left: 5px; }
			
			span.checked input { border: none !important; }
	
	/* not found? */
	
	div#notfound { 
		clear: both;
		float: left;
		height: auto;
		width: 100%; }
			
	/* mogelijkheden archive */
	
	div.mogelijkheden-container { 
		float: left;
		height: auto;
		width: 683px; }
	
	div.post-type-mogelijkheden .mogelijkheden-wrap { 
		position: relative;
		float: left;
		margin-right: 46px;
		height: 270px;
		width: 280px; }
	
	div.post-type-mogelijkheden a.wrapper-link {
		display: block;
		text-decoration: none; }
		
		div.post-type-mogelijkheden p.example {
			left: 17px;
			position: absolute;
			top: 204px;
			z-index: 4;}
	
		div.post-type-mogelijkheden	a.wrapper-link p {
			color: #777777;
			height: 142px;
			width: auto;
			font-size: 13px;
			text-decoration: none; }
			
			span.faux-link { 
				color: #EA640D;
				text-decoration: underline; }
	
	div.post-type-mogelijkheden	div.hentry {
		background: #F9F9F9;
		border: 1px solid #CCCCCC;
		float: left;
		height: 208px;
		margin-top: 4px;
		margin-right: 10px;
		margin-bottom: 15px;
		padding: 15px 20px 15px 15px;
		position: relative;
		width: 259px;
		/* border-radius */
		 -webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px; }
		
		div.post-type-mogelijkheden div.hentry:hover, .addshadow div.hentry {
			/* box-shadow  */
			-moz-box-shadow: 0px 0px 5px #888;
			-webkit-box-shadow: 0px 0px 5px #888;
			box-shadow: 0px 0px 5px #888; }
					
		/* alleen padding voor de even items */
		
		div.mogelijkheden-even { margin-right: 19px; }
		
		/* mogelijkheden overview content */
		
		div.post-type-mogelijkheden div.mogelijkheden h2,
		div.post-type-mogelijkheden div.features h2,
		div.post-type-mogelijkheden div.moglichkeiten h2 { 
			color: #333333;
			font: normal 17px CalibriBold, Arial, Sans-serif; }
		
		div.post-type-mogelijkheden div.hentry img {
			display: block;
			float: right;
			margin: 0 0 12px 12px; }
			
		/* links onderaan de mogelijkheden */
		
		div.post-type-mogelijkheden div.hentry p.module { 
			background: url('images/formdesk-module-strip.gif') no-repeat top left;
			display: inline-block;
			height: 67px;
			line-height: 1;
			left: 234px;
			position: absolute;
			text-indent: -999999px;
			top: 0;
			width: 67px; }

			body.en_us div.post-type-mogelijkheden div.hentry p.module {
				background: url('images/formdesk-addon-strip.png') no-repeat top left;
			}
			
			div.post-type-mogelijkheden div.hentry p.module span { display: none; }
			
			div.post-type-mogelijkheden div.hentry p.module:hover span { }
					
		div.post-type-mogelijkheden div.hentry p.readmore { 
			float: right;	
			font-size: 12px;
			position: relative; 
			top: -12px;
			padding-right: 24px;
			margin-right: -10px;
			width: 99px;
			text-align: right;
			text-decoration: underline; }

			div.post-type-mogelijkheden div.mogelijkheden:hover p.readmore,
			div.post-type-mogelijkheden div.features:hover p.readmore,
			div.post-type-mogelijkheden div.moglichkeiten:hover p.readmore  { 
				background: url('images/formdesk-mogelijkheden-active-background.png') no-repeat top right;
				color: #ea640d; }
			
/* mogelijkheden single */

div.single-mogelijkheden div.entry img.attachment-60x60 { 
	float: right; 
	height: 60px;
	margin: 0 0 12px 22px;
	width: 60px; }
	
	div.single-mogelijkheden div.entry ul.examples-list {
		display: block;
		float: left;
		height: auto;
		margin-bottom: 20px !important;
		list-style-type: disc;
		width: 220px; }
			
		div.single-mogelijkheden div.entry ul.examples-list li {}
		
		div.entry p.handleiding, div.entry p.demo, div.entry p.gebruik  {
			float: left;
			height: auto;
			padding-left: 0;
			padding-bottom: 2px;
			margin-right: 30px;
			width: auto;  }
			
			div.entry p.handleiding a, div.entry p.demo a, div.entry p.gebruik a { padding-left: 28px; }
			
			div.single-mogelijkheden .thumbnail { 
				float: right;
				margin-bottom: 20px;
				margin-left: 20px; 
				width: 130px; }
				
				div.single-mogelijkheden .thumbnail img {
					display: block;
					margin-bottom: 10px;
				}
				
				div.single-mogelijkheden .thumbnail p {
					margin-bottom: 6px; 
					padding-bottom: 0;
				}
						
			div.gebruikte-mogelijkheden { 
				clear: both;
				float: left;
				height: auto;
				width: auto; }
				
				div.gebruikte-mogelijkheden ul { margin-bottom: 40px !important; }
			
			div.entry p.handleiding a { 
				background: url('images/formdesk-handleiding-ico.jpg') no-repeat 0 0;  
				height: 30px;
				padding-left: 25px;
				cursor: pointer; 
				display: inline-block; }
			
			
			div.entry p.demo a { background: url('images/formdesk-demo-ico.jpg') no-repeat 0 0;  height: 30px; display: inline-block;}
			div.entry p.gebruik a { background: url('images/formdesk-gebruik-ico.jpg') no-repeat 0 0;  height: 30px; display: inline-block;}
			
			div.single-voorbeelden div.entry p.gebruik a { padding-left: 30px; }
			
	div.single-mogelijkheden div.entry div.examplethumb {
		clear: both;
		float: right; 
		height: auto;
		margin-top: -60px;
		width: auto; }
	
/* voorbeelden archive */

div.post-type-voorbeelden {}
	
div.post-type-voorbeelden div.hentry { 
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	float: left;
	height: auto;
	position: relative;
	margin-bottom: 40px;
	width: 620px;
	/* border-radius */
	 -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;  }
	
	.image-links { 
		float: left;
		margin: 25px 20px 0 20px;
		width: 200px; }
		
		.thumbnail-wrap { 
			background: #FFFFFF;
			border: 1px solid #cccccc;
			float: left;
			padding: 15px;
			position: relative;
			margin-bottom: 15px;
			height: 170px;
			width: 170px; }
			
			.thumbnail-overlay {
				background: url('images/div-overlay-effect-image.png') no-repeat top left;
				height: 170px;
				position: absolute;
				width: 170px;
				z-index: 1; }
		
		p.example { float: left; }
		p.setasbase { float: right; }
		
	.example-content { 
		float: left;
		padding-right: 15px;
		margin: 25px 0 0 0;
		width: 365px }
	
/* single voorbeelden */	
				
div.single-voorbeelden div.thumb {
	float: right; 
	height: auto;
	margin: -2px 0 12px 22px;
	width: 180px; }
	
	div.single-voorbeelden div.thumb img { border: 1px solid #939599;}
	
	div.single-voorbeelden div.thumb img {	
		clear: both;
		display: block;
		float: left;
		height: auto;
		width: 180px; }
	
	div.single-voorbeelden div.thumb p a {
		background: transparent url('images/small-more-link-bg.png') no-repeat top left;
		clear: both;
		color: #FFFFFF;
		float: left;
		font: bold 12px verdana, tahoma, sans-serif;
		height: auto;
		padding: 6px 10px;
		margin: 14px 0 0 0;
		text-decoration: none;
		width: 160px;
		/* border radius */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px; }
		
		div.single-voorbeelden div.thumb p a:hover { background-position: bottom left; }
	
	div.single-voorbeelden div.the-entry { 
		float: left;
		width: 410px;  }
	
/* Probeer nu */

.probeer-nu form {
	clear: both;
	float: left;
	height: auto;
	padding: 10px 0;
	width: 100%; }	
	
	.probeer-nu form div#aanhef-werk { 
		display: block;
		float: left;
		padding-bottom: 10px;
		height: auto;
		width: 100%; }
		
		.probeer-nu form div#aanhef-werk em { 
			font-style: normal;
			display: inline-block;
			float: left;
			width: 198px; }
		
		div#uniform-mevrouw,
		div#uniform-heer {
			padding-left: 10px; 
			width: auto !important;}
			
			div#uniform-mevrouw input,
			div#uniform-heer input { border: none; }

	.probeer-nu form p.voornaam,
	.probeer-nu form p.achternaam,
	.probeer-nu form p.organisatie,
	.probeer-nu form p.email,
	.probeer-nu form p.wachtwoord {
		clear: both; 
		display: block; 
		float: left;
		height: auto;
		width: 100%; }
		
		.probeer-nu form p.voornaam label,
		.probeer-nu form p.achternaam label,
		.probeer-nu form p.organisatie label,
		.probeer-nu form p.email label,
		.probeer-nu form p.hoe-gevonden label,
		.probeer-nu form p.wachtwoord label {
			display: block;
			float: left; 
			height: auto;
			line-height: 2;
			padding-top: 10px;
			width: 210px; }
			
		.probeer-nu form p.aanmelden {
			clear: both; 
			display: block;
			position: relative;
			left: -0px;
			padding: 10px 0; }
	
		.probeer-nu form p textarea { 
			height: 120px;
			width: 320px; }
	
		.probeer-nu form p input.text-input,
		.probeer-nu form p input#wachtwoord { 
			position: relative;
			top: 3px;
			width: 240px; }
	
/* Referenties */

	input[type="radio"] { border: none !important; }

	div.radio span input { border: none !important; }

.post-type-referenties div.hentry {
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	float: left;
	height: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px 10px 15px;
	width: 582px;
	/* border-radius */
	 -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px; }
	
	.post-type-referenties div.hentry h2 { margin-bottom: 0 !important; }
	
	.post-type-referenties div.hentry h2 a { 
		display: block;
		margin-top: -15px !important;
		padding-top: 30px !important; }
	
	.post-type-referenties div.hentry h2,
	.post-type-referenties div.hentry p { 
		float: right;
		height: auto;
		padding: 0;
		width: 455px; }
		
		.post-type-referenties div.hentry h2, .post-type-referenties div.hentry h2 a { cursor: text !important; }
		.post-type-partners div.hentry h2, .post-type-partners div.hentry h2 a { cursor: ; }
		
	.post-type-referenties div.hentry .logo-wrap {
		background: #FFFFFF;
		border: 1px solid #CCCCCC; 
		float: left;
		height: auto;
		margin-top: 15px;
		width: auto;}
		
	.post-type-referenties div.hentry div.logo-inner {
		display: table-cell;
		height: 70px;
		margin: 5px 0 10px 10px;
		text-align: center;
		vertical-align: middle;
		width: 105px; }
		
		.post-type-referenties div.hentry div.logo img { 
			
			margin: 0 auto; }
	
/* Prijzen */

table#prijzen-tabel { 
	border: none !important;
	padding-top: 10px;
	width: 615px }
	
	table#prijzen-tabel th, table#prijzen-tabel hd { vertical-align: top; }

	/* hover */

	/* paket titels */

	table#prijzen-tabel th.proef,
	table#prijzen-tabel th.standaard, 
	table#prijzen-tabel th.zakelijk {	
		border-bottom: none; 
		color: #FFFFFF;
		font: normal 22px 'CalibriBold', Arial, sans-serif;
		height: 48px;
		line-height: 48px;
		text-align: center !important;
		text-shadow: 0 1px 0 #333333;
		position: relative;
		width: 100px; }
		
		table#prijzen-tabel th.proef a,
		table#prijzen-tabel th.standaard a, 
		table#prijzen-tabel th.zakelijk a {
			color: #FFFFFF;
			text-decoration: none; }
	
		table#prijzen-tabel th.proef { 
			background: url('images/formdesk-table-proef-bg.jpg') repeat-x top left;
			border-left: 1px solid #CCCCCC; 
			border-top: 1px solid #CCCCCC; 
			/* border radius */
			-webkit-border-top-left-radius: 5px;
			-moz-border-radius-topleft: 5px;
			border-top-left-radius: 5px; }
	
		table#prijzen-tabel th.standaard { 
			background: url('images/formdesk-table-standaard-bg.jpg') repeat-x top left; 
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			border-left: 1px solid #CCCCCC; }
		
		table#prijzen-tabel th.zakelijk { 
			background: url('images/formdesk-table-zakelijk-bg.jpg') repeat-x top left; 
			border-top: 1px solid #CCCCCC;
			border-right: 1px solid #CCCCCC;
			border-left: none;
			/* border radius */
			-webkit-border-top-right-radius: 5px;
			-moz-border-radius-topright: 5px;
			border-top-right-radius: 5px; }	
	
	/* th's */
	
	table#prijzen-tabel th.no-border { visibility: hidden; }
	
	table#prijzen-tabel th { 
		border-bottom: 1px solid #CCCCCC; 
		border-left: 1px solid #CCCCCC; 
		padding-left: 10px; }
		
		table#prijzen-tabel tr th { text-align: left !important; }
		
		table#prijzen-tabel td { border-right: 1px solid #CCCCCC; }
	
	table#prijzen-tabel th.invisible, tabel#prijzen-tabel .no-border { visibility: hidden; }

	table#prijzen-tabel .second-tr th {
		border-top: 1px solid #CCCCCC;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;  }

	table#prijzen-tabel .second-last-tr th { 
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px; }
	
	/* rijen */
	
	table#prijzen-tabel .row1,
	table#prijzen-tabel .row2,
	table#prijzen-tabel .row3 { 
	text-align: center;}
	
	table#prijzen-tabel td.row1 { 
		background: #F2F9F6 url('images/formdesk-table-border-top.jpg') repeat-x top left;
		border-left: 1px solid #CCCCCC; }
		
	table#prijzen-tabel td.row2 { 
		background: #F7F1ED url('images/formdesk-table-border-top.jpg') repeat-x top left; }
	
	table#prijzen-tabel td.row3 { 
		background: #F2F6F9 url('images/formdesk-table-border-top.jpg') repeat-x top left; }	
		
	table#prijzen-tabel tr td.last-child { 
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px; }
		
	table#prijzen-tabel .border-bottom-left { 				
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px; }
		
	/* extra height voor rij 10 */
		
	table#prijzen-tabel td.extra-height { 
		height: auto;
		vertical-align: bottom !important; }
	
	div.tablehover td {}
	
	/* a's */
	
	table#prijzen-tabel .last-row a { 
		color: #FFFFFF;
		display: inline-block;
		font: normal 18px CalibriRegular, Arial, sans-serif;
		line-height: 40px;
		height: 40px;
		margin: 10px 0;
		padding: 0 0 0 10px;
		text-align: left;
		text-decoration: none;
		text-shadow: 0 1px 0 #666666;
		width: 110px; }

		/* verschillende achtergronden per row */

		table#prijzen-tabel .last-row td.row1 a { background: url('images/formdesk-table-standaard-button.jpg') repeat-x top left; }
		table#prijzen-tabel .last-row td.row2 a { background: url('images/formdesk-table-standaard-button.jpg') repeat-x top left; }
		table#prijzen-tabel .last-row td.row3 a { background: url('images/formdesk-table-zakelijk-button.jpg') repeat-x top left; }
	
		/* hover state */
	
		table#prijzen-tabel a:hover { background-position: bottom left !important; }
		
			table#prijzen-tabel .hover { 
				-moz-box-shadow: 10px 10px 5px #888;
				-webkit-box-shadow: 10px 10px 5px #888;
				box-shadow: 10px 10px 5px #888; }
				
		a.small-button {
			background: url('images/formdesk-table-standaard-button-small.png') no-repeat top left;
			color: #FFFFFF;
			display: inline-block;
			font: bold 14px CalibriRegular, Arial, sans-serif;
			line-height: 30px;
			height: 30px;
			margin: 10px 0;
			padding: 0 0 0 10px;
			text-align: left;
			text-decoration: none;
			text-shadow: 0 1px 0 #666666;
			width: 81px; }
				
			a.small-button:hover { background-position: bottom left; }	
			
			.row-th { padding: 0 8px; }
			
			.last-tr { 
				border-left: 1px solid #CCCCCC;
				-webkit-border-bottom-left-radius: 8px;
				-moz-border-radius-bottomleft: 8px;
				border-bottom-left-radius: 8px; }
				
/* sub tabel prijzen */

table.sub-tabel { 
	border: none !important;
	font-size: 11px;
	margin-bottom: 20px !important;
	width: auto !important }

	table.sub-tabel caption { padding: 20px 0 10px 0;}

	table.sub-tabel th { 
		text-align: left !important;
		border-bottom: 1px solid #CCCCCC;
		border-left: 1px solid #CCCCCC; }
		
	table.sub-tabel td { 
		text-align: center;
		border-left: 1px solid #CCCCCC;
		border-right: none; }	
	
	table.sub-tabel td.add-br { 
		border-left: 1px solid #CCCCCC; 
		border-right: 1px solid #CCCCCC !important; }
		
	table.sub-tabel tr.first-row th.second-child {
		-webkit-border-top-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		border-top-left-radius: 8px; }
			
	table.sub-tabel tr.first-row th.last-child { 
		-webkit-border-top-right-radius: 8px;
		-moz-border-radius-topright: 8px;
		border-top-right-radius: 8px; }
		
	table.sub-tabel th.invisible { visibility: hidden;  }	
		
	
	table.sub-tabel th.second-row-first-child { 
		border-top: 1px solid #CCC;
		-webkit-border-top-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px; }
	
	table.sub-tabel th.last-row-first-child {
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px; } 
		
	table.sub-tabel td.last-row-last-child { 
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px; }

	table.sub-tabel tr.first-row th { 
		color: #FFFFFF;
		font: bold 15px CalibriRegular, Helvetica, Arial, Sans-serif;
		padding: 8px 0; }
		
	#standaard td, #proef td, #zakelijk td { border-right: none; }

	/* proef */
	
	table#proef tr.first-row th  { 
		background: url("images/formdesk-table-proef-bg.jpg") repeat-x scroll left top transparent;
		border-color: #ccc !important;
		text-shadow: 0px 1px 0px #056735; }
		
		table#proef tr.odd { background: #f2f9f6; }
		
		table#proef tr.odd:last-child { background: none; }

		table#proef tr.odd:last-child td { background: #f2f9f6; }

	/* standaard */
	
	table#standaard tr.first-row th  { 
		background: url("images/formdesk-table-standaard-bg.jpg") repeat-x scroll left top transparent;
		border-color: #ccc !important;
		text-shadow: 0px 1px 0px #b04b09; }
		
		table#standaard tr.odd { background: #f7f1ed; }
		
		table#standaard tr.odd:last-child { background: none; }

		table#standaard tr.odd:last-child td { background: #f7f1ed; }
	
	/* zakelijk */
	
	table#zakelijk tr.first-row th  { 
		background: url("images/formdesk-table-zakelijk-bg.jpg") repeat-x scroll left top transparent;
		border-color: #ccc !important;
		text-shadow: 0px 1px 0px #0c4473; }
		
		table#zakelijk tr.odd { background: #f2f6f9; }
		
		table#zakelijk tr.odd:last-child { background: none; }
		
		table#zakelijk tr.odd:last-child td { background: #f2f6f9; }
		
/* contact */

	iframe#google-maps { 
		border: 1px solid #939599;
		margin: 10px 0; }
	
/* Landings pagina */

	
/* Blog
-------------------- */

.blog .post { 
	clear: both;
	margin: 28px 0px 0 0px;
}	
	
	.blog h2.posttitle { margin: 0 0 14px 0; }
	
		.blog h2 a {
			color: #EA640D;
			text-decoration: none; }
			
			.blog h2 a:hover { 	
				color: #EA640D !important;
				text-decoration: underline; }

	.blog .postmeta { 
		color: #777777;
		font-size: 11px;
		letter-spacing: 0.055em;
		margin-top: 5px;
		text-transform: uppercase; }
	
	.blog .readmore a { text-decoration: none; }

		.blog .readmore a:hover { text-decoration: underline; }

/* Single */

.single h1 { }
		
	.single .postmeta {
		color: #777777;
		font-size: 11px;
		letter-spacing: 0.055em;
		margin-top: 5px;
		text-transform: uppercase; }

.single-post h1.page-title {  margin: 0 0 20px 0; }		

.single-post .postmeta { clear: both; margin-bottom: 12px; }

.blog-single .entry { margin-top: 25px; }

.blog-single #content {}
		
/* 404 + single not found... */

div#notfound .search input,
div.this-is-404 .search input { 
	background: transparent;
	border: none !important;
	font-size: 11px !important;
	margin: 0; 
	padding: 0; }
				
	/* zoekveld zelf */
	
	div#notfound .search .hide_label,		
	div.this-is-404 .search .hide_label {
		background: url('images/formdesk-header-search-background.png');
		color: #777777;
		display: block;
		font: normal 12px Verdana, Tahoma, Sans-serif;
		height: 24px; 
		line-height: 20px !important;
		padding-left: 10px;
		width: 170px; }
					
	/* zoek button */	
	
	div#notfound .search .searchbutton,				
	div.this-is-404 .search .searchbutton {
		background: url('images/formdesk-header-search-background.png') no-repeat top right;
		border: 0;
		position: relative;
		height: 24px;
		left: 166px;
		text-indent: -999999px;
		top: -24px;
		width: 24px; }

/* Zoek resultaten */

h1.page-title-search { 
	font-size: 12px; 
	font-weight: bold;
	margin: 0 0 6px 0; 
	padding: 0; }

.search-results .entry { 
	margin: 10px 0 0 0; 
	padding: 0 0 10px 0;
	width: 600px !important }		
		
.search-results .entry h2,
.search-results .entry a,
.search-results .entry p {
	margin-bottom: 5px; }		
		
/* Comments */

#comments {
	margin: 25px 0;
}
.commentlist, .commentlist li {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}
	.comment-body {
		padding: 15px 20px;
		margin: 10px 0 20px 90px;
		position: relative;
		background: #FFF;
		border-radius: 5px; /* for modern browsers */
		-moz-border-radius: 5px; /* for Firefox */
		-webkit-border-radius: 5px; /* for Safari and Chrome */
		box-shadow: 0 1px 5px #CCC; /* for modern browsers */
		-moz-box-shadow: 0 1px 5px #CCC; /* for Firefox */
		-webkit-box-shadow: 0 1px 5px #CCC; /* for Safari and Chrome */
	}	

	.comment-body:after {
		content:"";
		display: block; /* reduce the damage in FF3.0 */
		position: absolute;
		top: 15px;
		left: -9px;
		border-width: 10px 10px 10px 0;
		border-style: solid;
		border-color: transparent #fff;
	}	
		
		/* Avatar */
		
		#content .comment-body img.avatar {
			position: absolute;
			top: -1px;
			left: -90px;
			background: #FFF;
		}

		/* Comment author */
		
		.commentlist .comment-author {
			margin: 0 0 15px 0;
		}
		.commentlist .comment-author .fn {
			font-weight: bold;
		}

		/* Metadata */
		
		.commentlist .comment-meta {
			font-size: 12px;
			position: absolute;
			right: 0;
			top: 10px;
			height: 10px;
			width: 100%;
		}
		.commentlist .comment-meta a {
			display: inline;
			font-size: 12px;
			color: #999;
			text-decoration:none;
			position: absolute;
			right:  20px;
			top:  0;
		}
		.commentlist a.comment-edit-link {
			display: none;
		}
			
		/* Comment content */
		
		.comment p {
			font-style: italic;
		}
		.reply {
			font-size: 12px;
			text-align: right;
		}

/* Comment form */
	
#respond {
	clear: both;
	float: left;
	margin: 0 0 20px 0;
	padding: 19px 19px 14px 19px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 500px;
	border-radius: 5px; /* for modern browsers */
	-moz-border-radius: 5px; /* for Firefox */
	-webkit-border-radius: 5px; /* for Safari and Chrome */
}

#respond #comment {
	width: 460px;
	height: 150px; }


/* tags */

.tag .hentry {
	clear: both;
	float: left;
	width: 100%;
}

/* misc */

.postnavigation {
	clear: both; 
	float: left; 
	height: auto;
	padding: 20px 0;
	width: 590px; }

	.blog-single .postnavigation { display: none; }
	
	.postnavigation .alignleft { 
		float: right !important;
		margin: 0 !important; }
		
		.postnavigation .alignleft a { 
			background: url('images/next-ico.jpg') no-repeat center right;	
			display: inline-block;
			height: 25px;
			padding-right: 25px; }
	
	.postnavigation .alignright {
		float: left !important; 
		margin: 0 !important; }
		
		.postnavigation .alignright a { 
			background: url('images/prev-ico.jpg') no-repeat center left; 
			display: inline-block;
			height: 25px;
			text-indent: 25px; }

/*

	.postnavigation .alignleft a { 
		background: url('images/prev-ico.jpg') no-repeat center left;
		text-indent: 25px;
		line-height: 20px;
		float: left; }
	
	.postnavigation .alignright a {
		background: url('images/next-ico.jpg') no-repeat center right;
		padding-right: 25px;
		line-height: 20px;
		float: right; }

 
*/

/* tooltips */
		
.a-tooltip { 
	color: #777777;
	cursor: default;
	border-bottom: 1px dotted #777777;
	display: inline-block;
	margin: 5px 0;
	line-height: 10px;
	position: relative;
	padding-bottom: 1px;
	text-decoration: none;
	width: auto; }
	
	a.a-tooltip { cursor: pointer !important; }
	
	.a-tooltip.no-border, 
	.a-tooltip.no-border:hover {
		border: none !important;
	}
		
	.a-tooltip:hover { 
		color: #777777;
		border-bottom: 1px solid #777777; }
		
	a.a-tooltip { 
		border-bottom: none;
		color: #EA640D !important; 
		text-decoration: underline; }
	
	div.tooltip em { font-style: normal; }
	
	
/*

Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html

*/

/* Global Declaration */

div.selector, 
div.selector span, 
div.checker span,
div.radio span, 
div.uploader, 
div.uploader span.action,
div.button,
div.button span {
  background-image: url(images/sprite.png);
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased;
}

.selector, 
.radio, 
.checker, 
.uploader,
.button, 
.selector *, 
.radio *, 
.checker *, 
.uploader *,
.button *{
  margin: 0;
  padding: 0;
}

/* INPUT & TEXTAREA */

input.text,
input.email, 
input.password,
textarea.uniform {
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding: 3px;
  color: #777;
  background: url('images/bg-input-focus.png') repeat-x 0px 0px;
  background: url('images/bg-input.png') repeat-x 0px 0px;
  border-top: solid 1px #aaa;
  border-left: solid 1px #aaa;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

input.text:focus,
input.email:focus,
input.password:focus,
textarea.uniform:focus {
  -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 4px rgba(0,0,0,0.3);
  border-color: #999;
  background: url('images/bg-input-focus.png') repeat-x 0px 0px;
}

/* SPRITES */

/* Select */

div.selector {
  background-position: -483px -130px;
  line-height: 26px;
  height: 26px;
}

div.selector span {
  background-position: right 0px;
  height: 26px;
  line-height: 26px;
}

div.selector select {
  /* change these to adjust positioning of select element */
  top: 0px;
  left: 0px;
}

div.selector:active, 
div.selector.active {
  background-position: -483px -156px;
}

div.selector:active span, 
div.selector.active span {
  background-position: right -26px;
}

div.selector.focus, div.selector.hover, div.selector:hover {
  background-position: -483px -182px;
}

div.selector.focus span, div.selector.hover span, div.selector:hover span {
  background-position: right -52px;
}

div.selector.focus:active,
div.selector.focus.active,
div.selector:hover:active,
div.selector.active:hover {
  background-position: -483px -208px;
}

div.selector.focus:active span,
div.selector:hover:active span,
div.selector.active:hover span,
div.selector.focus.active span {
  background-position: right -78px;
}

div.selector.disabled {
  background-position: -483px -234px;
}

div.selector.disabled span {
  background-position: right -104px;
}

/* Checkbox */

div.checker {
  width: 19px;
  height: 19px;
}

div.checker input {
  width: 19px;
  height: 19px;
}

div.checker span {
  background-position: 0px -260px;
  height: 19px;
  width: 19px;
}

div.checker:active span, 
div.checker.active span {
  background-position: -19px -260px;
}

div.checker.focus span,
div.checker:hover span {
  background-position: -38px -260px;
}

div.checker.focus:active span,
div.checker:active:hover span,
div.checker.active:hover span,
div.checker.focus.active span {
  background-position: -57px -260px;
}

div.checker span.checked {
  background-position: -76px -260px;
}

div.checker:active span.checked, 
div.checker.active span.checked {
  background-position: -95px -260px;
}

div.checker.focus span.checked,
div.checker:hover span.checked {
  background-position: -114px -260px;
}

div.checker.focus:active span.checked,
div.checker:hover:active span.checked,
div.checker.active:hover span.checked,
div.checker.active.focus span.checked {
  background-position: -133px -260px;
}

div.checker.disabled span,
div.checker.disabled:active span,
div.checker.disabled.active span {
  background-position: -152px -260px;
}

div.checker.disabled span.checked,
div.checker.disabled:active span.checked,
div.checker.disabled.active span.checked {
  background-position: -171px -260px;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
}

div.radio input {
  width: 18px;
  height: 18px;
}

div.radio span {
  height: 18px;
  width: 18px;
  background-position: 0px -279px;
}

div.radio:active span, 
div.radio.active span {
  background-position: -18px -279px;
}

div.radio.focus span, 
div.radio:hover span {
  background-position: -36px -279px;
}

div.radio.focus:active span,
div.radio:active:hover span,
div.radio.active:hover span,
div.radio.active.focus span {
  background-position: -54px -279px;
}

div.radio span.checked {
  background-position: -72px -279px;
}

div.radio:active span.checked,
div.radio.active span.checked {
  background-position: -90px -279px;
}

div.radio.focus span.checked, div.radio:hover span.checked {
  background-position: -108px -279px;
}

div.radio.focus:active span.checked, 
div.radio:hover:active span.checked,
div.radio.focus.active span.checked,
div.radio.active:hover span.checked {
  background-position: -126px -279px;
}

div.radio.disabled span,
div.radio.disabled:active span,
div.radio.disabled.active span {
  background-position: -144px -279px;
}

div.radio.disabled span.checked,
div.radio.disabled:active span.checked,
div.radio.disabled.active span.checked {
  background-position: -162px -279px;
}

/* Uploader */

div.uploader {
  background-position: 0px -297px;
  height: 28px;
}

div.uploader span.action {
  background-position: right -409px;
  height: 24px;
  line-height: 24px;
}

div.uploader span.filename {
  height: 24px;
  /* change this line to adjust positioning of filename area */
  margin: 2px 0px 2px 2px;
  line-height: 24px;
}

div.uploader.focus,
div.uploader.hover,
div.uploader:hover {
  background-position: 0px -353px;
}

div.uploader.focus span.action,
div.uploader.hover span.action,
div.uploader:hover span.action {
  background-position: right -437px;
}

div.uploader.active span.action,
div.uploader:active span.action {
  background-position: right -465px;
}

div.uploader.focus.active span.action,
div.uploader:focus.active span.action,
div.uploader.focus:active span.action,
div.uploader:focus:active span.action {
  background-position: right -493px;
}

div.uploader.disabled {
  background-position: 0px -325px;
}

div.uploader.disabled span.action {
  background-position: right -381px;
}

div.button {
  background-position: 0px -523px;
}

div.button span {
  background-position: right -643px;
}

div.button.focus,
div.button:focus,
div.button:hover,
div.button.hover {
  background-position: 0px -553px;
}

div.button.focus span,
div.button:focus span,
div.button:hover span,
div.button.hover span {
  background-position: right -673px; 
}

div.button.active,
div.button:active {
  background-position: 0px -583px;
}

div.button.active span,
div.button:active span {
  background-position: right -703px;
  color: #555;
}

div.button.disabled,
div.button:disabled {
  background-position: 0px -613px;
}

div.button.disabled span,
div.button:disabled span {
  background-position: right -733px;
  color: #bbb;
  cursor: default;
}

/* PRESENTATION */

/* Button */

div.button {
  height: 30px;
}

div.button span {
  margin-left: 13px;
  height: 22px;
  padding-top: 8px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 2px;
  padding-right: 15px;
}

/* Select */
div.selector {
  width: 190px;
  font-size: 12px;
}

div.selector select {
  min-width: 190px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  border: solid 1px #fff;
}

div.selector span {
  padding: 0px 25px 0px 2px;
  cursor: pointer;
}

div.selector span {
  color: #666;
  width: 158px;
  text-shadow: 0 1px 0 #fff;
}

div.selector.disabled span {
  color: #bbb;
}

/* Checker */
div.checker {
  margin-right: 5px;
}

/* Radio */
div.radio {
  margin-right: 3px;
}

/* Uploader */
div.uploader {
  width: 190px;
  cursor: pointer;
}

div.uploader span.action {
  width: 85px;
  text-align: center;
  text-shadow: #fff 0px 1px 0px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

div.uploader span.filename {
  color: #777;
  width: 82px;
  border-right: solid 1px #bbb;
  font-size: 11px;
}

div.uploader input {
  width: 190px;
}

div.uploader.disabled span.action {
  color: #aaa;
}

div.uploader.disabled span.filename {
  border-color: #ddd;
  color: #aaa;
}
/*

CORE FUNCTIONALITY 

Not advised to edit stuff below this line
-----------------------------------------------------
*/

.selector, 
.checker, 
.button, 
.radio, 
.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

.selector select:focus, .radio input:focus, .checker input:focus, .uploader input:focus {
  outline: 0;
}

/* Button */

div.button a,
div.button button,
div.button input {
  position: absolute;
}

div.button {
  cursor: pointer;
  position: relative;
}

div.button span {
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  text-align: center;
}

/* Select */

div.selector {
  position: relative;
  padding-left: 10px;
  overflow: hidden;
}

div.selector span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div.selector select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity:0);
  height: 25px;
  border: none;
  background: none;
}

/* Checker */

div.checker {
  position: relative;
}

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker input {
  opacity: 0;
  filter: alpha(opacity:0);
  display: inline-block;
  background: none;
}

/* Radio */

div.radio {
  position: relative;
}

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity:0);
  text-align: center;
  display: inline-block;
  background: none;
}

/* Uploader */

div.uploader {
  position: relative;
  overflow: hidden;
  cursor: default;
}

div.uploader span.action {
  float: left;
  display: inline;
  padding: 2px 0px;
  overflow: hidden;
  cursor: pointer;
}

div.uploader span.filename {
  padding: 0px 10px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  opacity: 0;
  filter: alpha(opacity:0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 25px;
  border: none;
  cursor: default;
}

/* jcarousel slider */

.jcarousel-container a.powertip:hover img, .jcarousel-container a.powertip:hover, .jcarousel-container a.a-tooltip:hover {
	border: none !important; 
}

.jcarousel-skin-custom ul { list-style-type: none !important; }

.jcarousel-skin-custom .jcarousel-container {
    background: #FFFFFF;
    border-top: 1px solid #939599;
    border-bottom: 1px solid #939599;
    margin-bottom: 20px; }

.jcarousel-skin-custom .jcarousel-direction-rtl { direction: rtl; }

.jcarousel-skin-custom .jcarousel-container-horizontal {
    padding: 0 0 0 0;
    height: 118px;
    width: 595px; }

.jcarousel-skin-custom .jcarousel-clip { overflow: hidden; }

.jcarousel-skin-custom .jcarousel-clip-horizontal {
    height: 118px;
    left: 30px;
   	padding: 5px 20px 5px 10px;
    position: relative;
    width: 509px; }

.jcarousel-skin-custom .jcarousel-item {
	display: inline-block;
    height: 83px;
    padding: 0 !important;
    margin: 10px 11px 10px 9px;
    width: 83px; }
    
   .jcarousel-skin-custom .last-child { padding-right: 38px !important; }
    
    .jcarousel-skin-custom .jcarousel-item img { border: 1px solid #939599; }

.jcarousel-skin-custom .jcarousel-item-placeholder {
    background: #fff;
    color: #000; }
 
.jcarousel-skin-custom .jcarousel-next-horizontal {
	background: transparent url('images/next-horizontal.png') no-repeat 0 0;
	cursor: pointer;
	height: 120px;
    position: absolute;
    right: 0;
    top: -1px;
    width: 31px; }
    
.jcarousel-skin-custom .jcarousel-prev-horizontal {
    background: transparent url('images/prev-horizontal.png') no-repeat 0 0;
	cursor: pointer;
	height: 120px;
    position: absolute;
    left: 0;
    top: -1px;
    width: 31px; } 
    
    
/* add this */

.addthis_toolbox {
	float: left;
	margin: 10px 10px 10px 0;
	height: auto; 
	width: 620px; }

.addthis_toolbox span { float: left; padding-left: 0 2px; }

.addthis_toolbox span.text { padding-right: 10px; }
       
/* post slider (home) */

#example {
	background: #f9f9f9; 
	border: 1px solid #CCCCCC;
	float: left;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 20px 14px 20px;
	position: relative;
	width: 568px;
	/* border radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; }
	
	.home p.read-more {
		display: block;
		font-size: 11px;
		height: auto;
		width: 100%; }
		
		p.read-more a { float: left; }
	
	#example #close-example { 
		background: url('images/formdesk-close.jpg') no-repeat top left;
		cursor: pointer;
		position: absolute; 
		height: 19px;
		right: 10px;
		top: 10px;
		width: 19px; }
	
	#example .example-image img { 
		border: 1px solid #CCCCCC;
		display: block; 
		float: left; 
		height: auto;
		margin: 0 20px 5px 0;
		width: 157px; }
		
	#example .example-content {
		float: left;
		height: auto;
		min-height: 160px;
		width: 372px; }
		
		#example .example-content h3 { 
			color: #333333;
			font: normal 20px CalibriRegular; }
		
		#example .example-content .example-links a { padding: 0 10px 0 0; }

		.home .page { 
			border-top: 1px solid #CCCCCC;
			padding-top: 20px; 
			margin-top: 20px;
			clear: both;
			float: left;
			width: 620px; }
			
			.home #voorbeelden p { padding-right: 20px; }
			

/* ALT CLICK */

#alt-click { 
	display: block;
	height: 70px;
	position: absolute;
	top: 0;
	width: 190px;
	z-index: 999; }
	
	#alt-click object { 
		position: absolute;
		z-index: 1; }
		
.functionalities div { 
	display: block;
	float: left;
	height: 40px;
	margin-bottom: 20px;
	margin-right: 6px;
	width: 40px;  }
	
	.functionalities .tooltip { border: none !important; }
	
	.functionalities div img {
		display: block;
		float: left;
		height: auto;
		width: 100%; }

/* Colapse o' matic */

.collapseomatic {
	display: inline-block;
	background: url('images/formdesk-more-menu-uitgeklapt-link-bg.jpg') no-repeat 0 4px !important;
	padding: 0 0 0 16px !important; }

	.arrowright { padding: 0 0 10px 0; }
	
	.noarrow {
		background-image: none !important;
		padding: 0 0 10px 0; }
		
	.colomat-hover { text-decoration: underline; }

	.colomat-close { background: url('images/formdesk-more-menu-link-bg.jpg') no-repeat no-repeat 0 8px !important; }
	
	.collapseomatic_excerpt, .collapseomatic_content {
		margin: 0;
		padding: 0; }
		
	.content_collapse_wrapper { 
		position: absolute; 
		left: -999em; 
	}
	
	.collapseomatic_excerpt, .collapseomatic_content {
		margin-left: 0 !important
	}
	
/* 

.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-custom .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
} */

/* jQuery PowerTip */

.tooltip {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 3;
   display: none;
   max-width: 300px; }
   
 /* PowerTip Plugin */
  
#powerTip {
	cursor: default;
	background-color: #FFF; /* fallback for browsers that dont support rgba */
	border-radius: 6px;
	color: #777;
	display: none;
	padding: 10px;
	font-size: 11px;
	position: absolute;
	max-width: 300px;
	z-index: 2;
	/* box shadow */
	-moz-box-shadow: 0px 0px 25px #333;
	-webkit-box-shadow: 0px 0px 25px #333;
	box-shadow: 0px 0px 25px #333;
}

.home #powerTip { font-style: normal; }

#powerTip.n:before, #powerTip.e:before, #powerTip.s:before, #powerTip.w:before,
#powerTip.ne:before, #powerTip.nw:before, #powerTip.se:before, #powerTip.sw:before {
	content: "";
	position: absolute;
}

#powerTip.n:before, #powerTip.s:before {
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	left: 50%;
	margin-left: -5px;
}
#powerTip.e:before, #powerTip.w:before {
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	margin-top: -5px;
	top: 50%;
}
#powerTip.n:before {
	border-top: 10px solid #FFF;
	bottom: -10px;
}
#powerTip.e:before {
	border-right: 10px solid #FFF;
	left: -10px;
}
#powerTip.s:before {
	border-bottom: 10px solid #FFF;
	top: -10px;
}
#powerTip.w:before {
	border-left: 10px solid #FFF;
	right: -10px;
}
#powerTip.ne:before, #powerTip.se:before {
	border-right: 10px solid transparent;
	border-left: 0;
	left: 10px;
}
#powerTip.nw:before, #powerTip.sw:before {
	border-left: 10px solid transparent;
	border-right: 0;
	right: 10px;
}
#powerTip.ne:before, #powerTip.nw:before {
	border-top: 10px solid #FFF;
	bottom: -10px;
}
#powerTip.se:before, #powerTip.sw:before {
	border-bottom: 10px solid #FFF;
	top: -10px;
}

/* jQuery fancybox */

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #FFF;
	color: #444;
	padding-bottom: 42px !important;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	background: url('images/slider-close.jpg') no-repeat bottom left;
	position: absolute;
	bottom: 15px;
	right: 14px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
}	
	
	.fancybox-close:hover { background-position: top left; }

.fancybox-nav {
	position: absolute;
	width: 40%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: -3px;
}

.fancybox-nav span {
	position: absolute;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px 'Verdana', 'Tahoma', sans-serif;
	position: relative;
	text-shadow: none;
	width: 75%;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 15px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}           

.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
    bottom: -32px;
}

.fancybox-image { border: 1px solid #CCC; }

.fancybox-next {
    right: -1px;
}

.fancybox-next span {
	width: 20px;
	height: 20px;
	background: #FFF url('images/slider-next.jpg') no-repeat bottom left;
	left: auto;
	right: 0;
}

.fancybox-next:hover span { background-position: top left; }

.fancybox-prev {
	left: auto;
    right: -11px;
}

.fancybox-prev span {
	width: 20px;
	height: 20px;
	left: auto;
	background: #FFF url('images/slider-prev.jpg') no-repeat bottom left;
}

.fancybox-prev:hover span { background-position: top left; }