/* Uitgeklede versie (nieuwer) */
@media screen {
	
/* Reset CSS */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 Boilerplate */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, menu, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow: auto; }
body { margin: 0; font-size: 62.5%; line-height: 1.333em; overflow: auto; }

::-moz-selection { background: #333333; color: #fff; text-shadow: none; }
::selection { background: #333333; color: #fff; text-shadow: none; }

a * {
	cursor: pointer;
}
a:hover,.wrapper-big .tabs a:hover { text-decoration: none; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Author styles */

* {text-rendering: optimizeLegibility !important;}

/* Font */
@font-face {
    font-family: 'FuturaHvBTHeavy';
    src: url('futura_heavy_bt-webfont.eot');
    src: url('futura_heavy_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_heavy_bt-webfont.woff') format('woff'),
         url('futura_heavy_bt-webfont.ttf') format('truetype'),
         url('futura_heavy_bt-webfont.svg#FuturaHvBTHeavy') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaBkBTBook';
    src: url('futura_book_bt-webfont.eot');
    src: url('futura_book_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('futura_book_bt-webfont.woff') format('woff'),
         url('futura_book_bt-webfont.ttf') format('truetype'),
         url('futura_book_bt-webfont.svg#FuturaBkBTBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Standaard elementen en layout */
	
html {
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #181818;
	line-height: 1.8em;
}


a {
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

h1,
.homeslider h1,
.homeslider h2,
.product-page .intro > div > div > h2 {
	font-family: 'FuturaHvBTHeavy', Arial, Helvetica;
	font-size: 4.7em;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 1em;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.72);	
}
	.homeslider h1 {
		margin-bottom: 0px;
	}
	.wrapper-big .intro h1,
	.product-page .intro > div > div > h2  {
		font-size: 3.6em;
		margin-bottom: 0.3em;
	}
	.threequarter h1,
	.lowpadding h1 {
		color: #35BCDD;
		font-size: 3.6em;
		margin-bottom: 0.4em;
		text-shadow: none;
	}
	.product-page .intro > div > div > h2 {
		color: #ffffff;
	}
h2 {
	font-size: 2.9em;
	margin-bottom: 0.32em;
	line-height: 1em;
}
h3 {
	font-size: 2.3em;
	margin-bottom: 0.45em;
	line-height: 1.2em;
}
h4 {
	font-size: 2.1em;
	margin-bottom: 0.5em;
	line-height: 1em;
}
h5 {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1em;
}
h6 {
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 1em;
}
h2,h3,h4,h5,h6, .tabs a, caption {
	color: #35BCDD;
	font-family: 'FuturaBkBTBook', Arial, Helvetica;
	font-weight: normal;
}	
p, label, .errorMessage {
	font-size: 1.2em;
}
	.contentcontainer p {
		margin-bottom: 1.5em;
	}
	.contentcontainer p + .readmore {
		margin-top: -1.5em;
	}
	p.readmore {
		margin-bottom: 0px;
	}

a:link, a:visited, a:hover, a:active, a:focus {
	color: #35bcdd;
}
/* Main pagina of lijst met articles */
	
	.contentcontainer ol,
	.contentcontainer ul {
		margin-bottom: 1em;
	}
		.contentcontainer ol li,
		.contentcontainer ul li,
		footer li {
			font-size: 1.2em;
			line-height: 1.8em;
		}
			.contentcontainer ol li ol,
			.contentcontainer ul li ul {
				margin-left: 15px;
			}
				.contentcontainer ol li ol li,
				.contentcontainer ul li ul li {
					font-size: 1em;
				}
				

table {
	border-collapse: collapse;
	border-spacing: 0; 
	margin-bottom: 2em;
	width: 100%;
}
	
	table caption {
		background-color: #ffffff;
		font-size: 2.2em;
		padding: 0.5em 0px;
		text-align: left;
		width: 100%;
	}
	table tr {
		border-bottom: 1px solid #e2e2e2;
	}
		th,
		td {
			vertical-align: middle;
			font-size: 1.2em;
			padding: 8px;
		}
		th {
			font-weight: bold;
			text-align: left;
		}
		tr th:first-child,
		tr td:first-child {
			padding-left: 0px;
		}
		
		table em {
		color: #adadad;
		font-style: italic;
	}

/* standaard navigatie */
nav li {
}
	nav li a {
		color: #35bcdd;	
	}

/* layout */
.wrapper-big {
	text-align: center;
}

.wrapper {
	margin: 0 auto;
	text-align: left;
	width: 942px;
	position: relative;
}
	.wrapper,
	.breakout {
		background-color: #ffffff;
	}
	.wrapper .contentcontainer {
		padding: 20px 0px;
	}
	.list-view .wrapper .contentcontainer {
		padding: 0px;
	}
	.wrapper.benefitsintro .contentcontainer {
		padding: 0;		
	}
		.wrapper.benefitsintro .column {
			padding-bottom: 0;		
		}
	
	.column .newslist {
		padding: 0px;
	}
			.newslist > div + div {
				padding: 1em 0 0 0;
			}
			.newslist h3 {
				font-size: 2em;
				margin: 0px;
			}
	 
.contentcontainer,
.tabs {
	position: relative;
}
	#main .contentcontainer {
		padding: 0px 20px;
	}
	.page-content #main .threequarter {
		padding-left: 0px;
	}
	.page-content .intro .contentcontainer {
		padding-top: 0px;
	}
.breakout {
	width: 100%;
	text-align: center;
	position: relative;
}
	.breakout .contentcontainer ,
	.breakout .tabs {		
		margin: 0 auto;
		text-align: left;
		width: 942px;		
	}
.breadcrumbs > div {
	padding: 5px 0px 3px 0px;
}
.breadcrumbs nav {
	padding: 0px 20px;
}
.breadcrumbs nav li {
	background: url(../images/arrow_crumbpath.png) no-repeat right 6px;
	padding-right: 14px;
}
	.breadcrumbs a {
		color: #ffffff;
	}
	.breadcrumbs nav li {
		float: left;
		margin-right: 6px;
	}
		.breadcrumbs nav .last {
			background: none;
		}
.breakout.intro {
	background-color: #35BCDD;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.72);	
}
	.intro .contentcontainer,
	.breadcrumbs,
	.breadcrumbs .contentcontainer {
		background: #35BCDD url(../images/line_submenu.png) repeat-y 647px top;
	}
		.product-page .intro .contentcontainer,
		.product-page .breadcrumbs,
		.product-page .breadcrumbs .contentcontainer {
			background-image: none;
		}
	.intro iframe {
		float: right;
		-webkit-box-shadow: 0px 1px 3px 0px #000000;
		-moz-box-shadow: 0px 1px 3px 0px #000000;
		box-shadow: 0px 1px 3px 0px #000000; 
		margin-top: 68px;
	}
	.intro p,
	blockquote p,
	.threequarter .introtext p,
	.intro .introtext li {
		font-size: 1.5em;
		line-height: 1.6em;
	}
		.introtext {
			font-weight: bold;
		}
		.threequarter .introtext p {
			color: #373737;
		}
	.wrapper-big .tabheader table {
		width: auto;
	}
		.tabheader th + td {
			padding-left: 20px;
		}
.breakout.tabheader {
	background: #2ea2bf url(../images/bg_tabshadow.png) repeat-x left bottom;
}
	.tabheader *,
	.intro,
	.intro .introtext li a,
	.intro .introtext p a {
		border: none;
		color: #ffffff;
	}
		.intro .introtext li a,
		.intro .introtext p a {
			text-decoration: underline;
		}
		.intro p a:hover {
			text-decoration: none;
		}
	.tabheader {
		margin: 0px;
	}
	blockquote {
		font-style: italic;
		position: relative; 
	}
	.wrapper-big .tabs {
		padding: 0px 20px 0px 20px;
		width: 902px;
	}
	.tabs li {
		float: left;
		margin-right: 8px;
	}
		.wrapper-big .tabs li {
			background-color: #e7f4f7;
			-moz-border-radius-topleft: 5px;
			-moz-border-radius-topright: 5px;
			-moz-border-radius-bottomright: 0px;
			-moz-border-radius-bottomleft: 0px;
			-webkit-border-radius: 5px 5px 0px 0px;
			border-radius: 5px 5px 0px 0px; 
		}
			.wrapper-big .tabs a {
				background: url(../images/bg_tabshadow.png) repeat-x left bottom;
				color: #393939;
				display: block;
				font-size: 1.5em;
				padding: 8px 11px;
			}
		.tabs li:hover {
			background-color: #fafdfe;
		}
		.wrapper-big .tabs .here {
			background: #ffffff none;
			color: #35bcdd;
		}
			.wrapper-big .tabs .here a {
				background: none;
			}
#home .homeslider {
	background: #35BCDD none;
}	
	.homeslider .contentcontainer {
		width: 902px;
	}
.breakout.special {
	background: url(../images/bg_header_home.png) repeat-x left top;
	color: #ffffff;
}
	.breakout.special .contentcontainer {
		padding: 0;
	}
	.breakout.special h2 {	
		color: #ffffff;
		font-size: 4.7em;
		margin: 0;
	}

.breakout.emphasis {
	background-color: #f6f6f6;
	border: 1px solid #e2e2e2;
	border-right: none;
	border-left: none;	
}
	.snippetcontainer {
		border-bottom: 1px solid #e2e2e2;
	}
	.breakout.emphasis .iner.columns {
		padding: 0;
	}
.breakout.utility {
	background-color: #35bcdd;
	height: 26px;
}
	.utility * {
		color: #16697e;
	}
	.utility div {
		padding-top: 0px;
		padding-bottom: 0px;
	}
		.utility .column {
			width: 902px;
		}
	.breakout.utility ul {
		float: right;
		position: relative;
		z-index: 999999;
		margin: 0px;
	}
		.utility li {
			float: left;
			height: 28px;
			padding: 2px 9px 2px 8px;
			list-style: none;
		}
		#languageSwitch .selected {
			background-color: #fafbfa;
		}
		#languageSwitch .selected a {
			color: #16697E;
			text-shadow: none;
		}
		#languageSwitch a {
			background-repeat: no-repeat;
			background-position: left 2px;
			
			padding: 0px 0px 0px 20px;
			text-shadow: 0 1px 1px rgba(0, 0, 0, 0.72);
			color: #ffffff;
		}
		#languageSwitch_en a {
			background-image: url(../images/gb.gif);
		}
		#languageSwitch_nl a {
			background-image: url(../images/nl.gif);
		}
		#languageSwitch_de a {
			background-image: url(../images/de.gif);
		}
.breakout.footer {
	color: #d4d4d4;
	display: block;
	height: 42px;
	background: #272727;
}
	.breakout.footer a:link,
	.breakout.footer a:visited,
	.breakout.footer a:hover,
	.breakout.footer a:active,
	.breakout.footer a:focus {
		 color: #d4d4d4;
	}
	.breakout.footer footer,
	.breakout.fatfooter footer {
		width: 902px;
		margin: 0 auto;
		text-align: left;
		line-height: 3em;
		vertical-align: middle;
	}
		.breakout.fatfooter footer {
			width: 942px;
		}
			.fatfooter .column {
				padding: 20px 16px;
			}
	.breakout.footer p {
		display: block;
		line-height: 41px;
		height: 40px;
		color: #d4d4d4;
	}
	.breakout.footer li a:link,
	.breakout.footer li a:visited,
	.breakout.footer li a:hover,
	.breakout.footer li a:active,
	.breakout.footer li a:focus {
		color: #d4d4d4;
	}
.breakout.fatfooter {
	background-color: #474747;
}
	.breakout.fatfooter a {
		color: #959595;
	}
		.breakout.fatfooter a:hover {
			color: #35bcdd;
			text-decoration: none;
		}
	.fatfooter h3 {
		margin-bottom: 0.75em;
	}
	.breakout.fatfooter nav {
		 float: left;
	}
#madeby {
		float: right;
		padding: 20px 0 20px 10px;
	}
	#madeby h3 {
		color: #848484;
		margin-bottom: 0.9em;
	}
	#madeby p {
		display: block;
		height: 90px;
		margin-bottom: 40px;
	}
		#madeby p:last-child {
			margin-bottom: 0px;
		}
	#madeby a {
		background: url(../images/logos.png) no-repeat left bottom;
		margin-right: 70px;
		width: 160px;
		margin-bottom: 20px;
	}
	a#logo-dmc {
		background-position: -339px -92px;
		height: 32px;
	}
		a#logo-dmc:hover {
			background-position: -339px 2px;
		}
	a#logo-baminfra {
		background-position: 0 -92px;
		height: 84px;
	}
		a#logo-baminfra:hover {
			background-position: 0 2px;
			height: 85px;
		}
		
	a#logo-gmb {
		background-position: -166px -92px;
		height: 76px;
		margin-right: 0px;
		margin-top: 8px;
	}
		a#logo-gmb:hover {
			background-position: -166px 2px;
		}
.breakout.header {
	padding-top: 0px;
	margin: -2px 0px -8px 0px;
	z-index: 99999;
}
	.wrapper-header {
		background: url(../images/gradient_header.png) repeat-x left top;
		height: 130px;
	}
		.wrapper-header header {
			margin-top: -1px;
		}
	header {
		height: 100%;
		width: 902px;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
		header .logo {
			position: relative;
			top: 10px;
			left: 0px;		
		}
		
		header nav ul li {
			float: left;
			line-height: 1.2em;
		}
			header li a {
				font-family: 'FuturaBkBTBook', Arial, Helvetica;
				font-size: 2.0em;
			}
		
		header nav.primary {
			position: absolute;
			top: 42px;
			right: 0px;
		}
		
			header nav.primary li {
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				padding: 12px;
				height: 13px;
				display: block;				
			}
				html[lang="nl"] header nav.primary li {
					padding: 9px;
				}

				.primary a {
					color: #35BCDD;
					text-decoration: none;
				}
					.primary a:hover {
						color: #686a6a;
					}
					
			.primary .here,
			.primary .open {
				background: #35bcdd url('../images/menu_bg_active.png') left top no-repeat;
				-webkit-box-shadow: inset 0px 1px 1px 0px #277588;
				-moz-box-shadow: inset 0px 1px 1px 0px #277588;
				box-shadow: inset 0px 1px 1px 0px #277588; 
			}
				.primary .here a,
				.primary .open a {
					color: #ffffff;
					text-shadow: 0px 1px #2da5c2;
				}
				header nav.primary li.here a {
					color: #ffffff;
				}
		nav.secondary ul {
			border-bottom: 1px solid #53d6f6;
			margin-bottom: 0px;
		}
			nav.secondary li + li {
				border-top: 1px solid #53d6f6;
			}
			nav.secondary li {
				border-bottom: 1px solid #19788f;
				display: block;
				margin: 0px;
				width: 100%;
			}			
				.secondary a:hover {
					background-color: #3ec7e8;
					text-decoration: none;
				}
				nav.secondary li.here,
				.secondary .open {
					background: #35BCDD url(../images/subnav_here.png) no-repeat left center;
					border: none;
					border-right: 1px solid #3abbda;
					margin-left: -18px;
					padding-left: 18px;
				}
				nav.secondary li.here a,
				.secondary .open a {
					background-color: #ffffff;
					color: #35bcdd;
					font-weight: normal;
					text-shadow: none;
				}
				.secondary li a {
					color: #ffffff;
					display: block;
					font-size: 1.4em;
					padding: 0.45em 20px;
				}
				
		
		.header-golf,
		.tabwave {
		    background: url("../images/golfheader.png") no-repeat scroll 0 0 transparent;
		    bottom: 8px;
		    display: block;
		    height: 59px;
		    left: -123px;
		    position: absolute;
		    width: 799px;
    	}
			.tabwave {
				background-image: url(../images/tabwave.png);
				top: -24px;
				right: -80px;
				left: auto;
				width: 713px;
			}
    	
/* contentcontainer generieke styles */

.contentleft,
.contentright {
	padding-top: 0px;
	padding-bottom: 0px;
	width: 904px;
}

.contentleft img {
	float: left;
	margin: 0px 20px 20px 0px;
}
.contentright img {
	float: right;
	margin: 0px 0px 20px 20px;
}


/* columns */
.emphasis .threecolumns {
	background: url(../images/column_dividers.png) repeat-y 313px top;
}
.column {
	border-top: none;	
	border-bottom: none;
	display: inline;
	float: left;
	padding: 20px;
}
	.wrapper-big .half {
		width: 431px;
	}
	.wrapper-big .twothirds {
		width: 647px;
	}
	.threequarter,
	.page-content .intro div.column:first-child {
		width: 520px;
		margin-right: 68px;
	}
		.threequarter {
			padding-right: 40px;
		}
		.threequarter img {
			max-width: 520px;
		} 
	.page-content #main {
		background: url(../images/bg_column_vertical.png) repeat-y 647px top;
	}
	.column.half {
		float: left;
		width: 431px;
	}
	.column.onethird {
		width: 254px;
	}
		#home .column.onethird {
			width: 274px;
		}
		.wrapper-big .column.subnav {
			padding-right: 0px;
			width: 294px;
		}
		.page-content .intro .column {
			padding-top: 0px;
		}
		#home .onethird img {
			border-top: 1px solid #a2a2a2;
			border-bottom: 1px solid #ffffff;
			margin-bottom: 12px;
		}
		.sidebar {
			float: left;
			width: 274px;
		}
		.sidebar .column.onethird:first-child {
			border-top: none;
		}
		.sidebar .column.onethird {
			border-top: 1px solid #ffffff;
			border-bottom: 1px solid #e2e2e2;
		}
	.column.first, .column:first-child {
		border: none;
	}
	
	.column.last, .column:last-child {
		border: none;
	}
	.list-view .column {
		padding-left: 0px;
	}

/* buttons */
.button, input[type=submit], [type=button] {
	font-family: 'FuturaHvBTHeavy', Arial, Helvetica;
	font-size: 1.8em;
	padding: 7px 26px;
	text-decoration: none;
}
a.button:link, a.button:visited, a.button:hover, a.button:active, a.button:focus,
.button, .button:active, .button:focus, input[type=submit], input[type=button] {
	background: url(../images/button_pattern.png) repeat-x left top;
	border: none;
	color: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px; 
	display: inline-block;
	margin: 0;
	outline: none;
	-webkit-box-shadow: 0px 2px 3px -2px #000000;
	-moz-box-shadow: 0px 2px 3px -2px #000000;
	box-shadow: 0px 2px 3px -2px #000000; 
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.72);	
	width: auto;	 	
}
	a.button {
		height: 22px;
		line-height: 23px; 
	}
	a.button:hover,
	a.button:focus,
	a.button:active,
	.button:focus,
	.button:active,
	input[type=submit]:hover,
	input[type=submit]:focus,
	input[type=submit]:active,
	input[type=button]:hover,
	input[type=button]:focus,
	input[type=button]:active {
		background-position: left bottom;
	}
a.button:hover, a.button:active, a.button:focus,
.button:hover, .button:active, .button:focus {
	text-decoration: none;
}
	a.button:focus,
	a.button:active,
	.button:focus,
	.button:active,
	input[type=submit]:focus,
	input[type=submit]:active,
	input[type=button]:focus,
	input[type=button]:active {
		-webkit-box-shadow: inset 0px 0px 2px 0px #000000;
		-moz-box-shadow: inset 0px 0px 2px 0px #000000;
		box-shadow: inset 0px 0px 2px 0px #000000; 
	}
td .button {
	padding: 5px 12px; 
	font-size: 1em;
}

/* homepage */
#home .imagecontainer {
	height: 360px;
}
	.nivo-prevNav {
		position: absolute;
		display: block;		
		height: 56px;
		top: 144px;
		width: 29px;
		background: url(../images/imageslider_arrow_left.png) no-repeat;
		left: -29px;
	}
	
	.nivo-nextNav {
		position: absolute;
		display: block;		
		height: 56px;
		top: 144px;
		width: 29px;
		background: url(../images/imageslider_arrow_right.png) no-repeat;
		right: -29px;
	}
	
#home .overlay {
	background: url(../images/overlay.png) repeat-x;
	bottom: 0;
	height: 135px;	
	position: absolute;
	text-align: center;
	width: 100%;
}
	#home .overlay .contentcontainer {
		bottom: 0;
		height: 95px; /*135 - 2xpadding*/
		margin: 0 auto;
		text-align: left;
		width: 862px; /* 942 - 2xpadding*/
		padding: 14px 20px 20px 20px;
	}

/* forms */
form {
	display: inline-block;
	padding: 0px 0px 2em 0px;
	width: 540px;
}
	.orderprocess #content form {
		position: relative;
		margin: 0px auto; 
	}
	fieldset {
		padding: 0px 0px 1em 0px;
	}

		fieldset h2 {
			margin-top: 1em;
			margin-bottom: 1em;
			padding: 0px 26px;
		}
		form fieldset > div {
			padding: 0.6em 26px;
		}
			form fieldset > div:last-child {
				border-bottom: none;
			}
		label {
			font-weight: bold;
			float: left;
			padding: 4px 18px 0px 0px;
			text-align: right;
			width: 132px;
		}
			td label {
				width: auto;
			}
	input[type="text"],
	input[type="search"],
	input[type="number"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #d3d3d3;
		-webkit-box-shadow: inset 0px 0px 1px 1px #eeeeee;
		-moz-box-shadow: inset 0px 0px 1px 1px #eeeeee;
		box-shadow: inset 0px 0px 1px 1px #eeeeee; 
		font-size: 1.4em;
		height: 18px;
		padding: 3px;
		width: 250px;
	}
		.error input[type="text"],
		.error input[type="search"],
		.error input[type="number"],
		.error input[type="email"],
		.error textarea,
		.error select {
			background-color: #fffaeb;
			border-color: #f6c84c;
		}
		.wrapper-big td input {
			width: 60px;
		}
	
		input[type=submit] {
			padding-right: 50px;
			padding-left: 50px;
			margin-left: 176px;
		}
			select {
				height: auto;
				width: 258px;
			}
		.checkboxfield {
			padding-right: 0px;
			padding-left: 0px;
		}
		.checkboxfield input {
			margin-right: 8px;
			width: auto;
		}
		.checkboxfield input,
		.checkboxfield label {
			float: left;
			font-weight: normal;
		}
			.checkboxfield label {
				clear: right;
				padding-top: 0px;
				padding-right: 0px;
				margin-top: -2px;
				width: auto;
			}
	textarea {
		height: 120px;
		resize: none;
	}
	.radiobuttonlist * {
		float: left;
		margin-right: 20px;
		width: auto;
	}
	.radiobuttonlist label {
		font-weight: normal;
		float: left;
		padding-top: 0px;
		width: auto;
	}
		.radiobuttonlist input {
			margin-right: 5px;
		}
		.radiobuttonlist label:first-child {
			font-weight: bold;
			margin-right: 0px;
			width: 190px;
		}
		.radiobuttonlist label:first-child {
			font-weight: bold;
			width: 190px;
		}
		.captchafield {
			position:relative; 
		}
		.captchafield p {
			margin: 0px;
		}
		.captchafield input {
			float: left;
			margin: -22px 0px 0px 150px;
		}
		.captchafield.valid,
		.captchafield.error {
			background-position: 448px 63px;
		}
		
		form fieldset > p {
			border-top: 1px solid #ffffff;
			padding-top: 1em;
		}
		.errorMessage {
			clear: both;
			color: #c77c38;
			display: block;
			float: left;
			padding: 0.3em 0px 0px 150px;
			min-width: 284px;
		}
			div.error {
				background: url(../images/icons/error.png) no-repeat 448px 13px;
			}
			div.success {
				background: url(../images/icons/valid.png) no-repeat 448px 13px;
			}
		#yw0_button {
			background: url(../images/icons/refresh.png) no-repeat left top;
			padding: 0px 0px 0px 22px;
		}
			
/* ordertable */
#calculate {
}
	#fakebutton {
		background-position: 
	}
#ordertable label,
#calculate label {
	display: none;
}
	#ordertable td .error,
	#calculate td .error {
		position:relative; 
	}
	#ordertable .errorMessage,
	#calculate .errorMessage {
		position: absolute;
		display: inline;
		float: none;
		font-size: 1em;
		padding: 4px 0px 0px 0px;
		width: auto;
		top: 30px;
		left: 0px;
	}
	#calculate tr {
		border-bottom: none;
	}
		#calculate tr + tr {
			border-top: 1px solid #e2e2e2;
		}
		#calculate tr th {
			width: 140px;
		}
		#orderform #calculate th,
		#orderform #calculate td {
			vertical-align: middle;
		}
.amountofbarriers a {
	display: inline-block;
	float: left;
	clear: both;
}
	.amountofbarriers strong {
		font-weight: normal;

	}
	.amountofbarriers span {
		font-weight: bold; 
		font-size: 1.6em;
		padding-left: 4px;
	}
.alignright {
	text-align: right;
}
	span.currency {
		margin-right: 3px;
	}
#ordertable td,
#calculate td,
#calculate th {
	vertical-align: top;
}
		
.wrapper-big td p {
	font-size: 1em;
	margin-bottom: 0px;
}
	.wrapper-big td input {
		font-size: 1em;
	}
	.subtotal {
		width: 80px;
	}
	.amountofbarriers {
		width: 202px;
	}
	.description > p {
		width: 157px;
	}
/* custom links */
.readmore {
	font-weight: bold;
}
	.readmore a:hover {
		text-decoration: underline;
	}
	.readmore a:after {	
		content: url(../images/link_arrow_right.png);
		display: inline-block;	
		height: 17px;
		position: relative;
		top: 4px;
		left: 8px;
		width: 18px;
	}

	blockquote + .readmore {
		margin-top: -1em;
	}
	.tabheader blockquote + .readmore a {
		color: #ffffff;
	}
/* video */
iframe {
	border: none;
	outline: none;	
	-webkit-box-shadow: 0px 1px 3px 0px #000000;
	-moz-box-shadow: 0px 1px 3px 0px #000000;
	box-shadow: 0px 1px 3px 0px #000000; 
}

/* pager */
.list-view .wrapper .pager {
	margin: 0 auto;
	text-align: center;
	color: #959595;
}
	.list-view .wrapper .pager li {
		display: inline;
	}
		.list-view .wrapper .pager li.selected {
			color: #181818;
		}

/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 902px;
	height: 360px;
	background: url(../images/loading.gif) no-repeat 50% 50%; 
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	background: url(../images/overlay.png) repeat-x;
	bottom: 0;
	position: absolute;
	width: 100%;
	height: 101px;
	text-align: left;
	width: 862px; /* 942 - 2xpadding*/
	padding: 14px 20px 20px 20px;
	z-index:8;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	z-index:9;
	cursor:pointer;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}

#comparisontable {
	float: left;
}
		.situation th {
			width: 140px;
		}
#comparisontable td {
	background-position: center center;
	text-indent: -999em;
}
	td {
		background-repeat: no-repeat;
	}
		.rekenvoorbeeld .negative,
		.rekenvoorbeeld .positive {
			background-position: 82px center;
			width: 90px; 
		}
		.situation .negative,
		.situation .positive {
			background-position: 10px center;
			padding-left: 35px; 
		}
		.totalindicator {
			border-bottom: 1px solid #a2a2a2;
		}
	td.positive {
		background-image: url(../images/green_check.png);
	}
		.positive {
			background-color: #e7f8e5;
		}
	td.negative {
		background-image: url(../images/cross.png);
	}
		.negative {
			background-color: #fae8e5;
		}
	#comparisontable thead th {
		vertical-align: bottom;
	}
	#comparisontable thead tr td {
		text-indent: 0;
	}
	tr.negative,
	tr.positive {
		border-top-color: #181818;
	}
	tr.tussenrij th,
	tr.tussenrij td {
		padding-top: 4px;
		padding-bottom: 4px;
	}
}
/* non-semantic helper classes */

.ir, #madeby a { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
form div:before, form div:after, .crumbpath:before, .crumbpath:after, .contentcontainer:before, .contentcontainer:after, .column:before, .column:after, .row:before, .row:after, .clearfix:before, .clearfix:after { content: ""; display: table; }
form div:after, .crumbpath:after, .contentcontainer:after, .column:after, .row:after, .clearfix:after { clear: both; }
form div, .crumbpath, .contentcontainer, .column, .row, .clearfix { zoom: 1; }


/* media queries */

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 768px) {
}

/* print styles */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  /*a[href]:after { content: " (" attr(href) ")"; }*/
  /*abbr[title]:after { content: " (" attr(title) ")"; }*/
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  .header,
  .utility,
  .homeslider,
  .footer,
  .fatfooter,
  .tabs,
  .crumbpath,
  iframe,
  p.readmore,
  .button
  {
  	display: none;
  }
  
  body {
  	font-family: Arial;
  }
  
  p, li, th, td, label, input, textarea, select {
  	font-size: 0.8em;
  	line-height: 1.25em;
  }
  
  label {
  	display: inline-block;
  	margin-bottom: 5px;
  	width: 100px;
  }
  	.checkboxfield label {
  		width: auto;
  	}
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  textarea,
  select
  {
  	border: 1px solid #000000;
  	margin-bottom: 5px;
  }
}

