/* CSS Reset Eric Meijer - Source: http://meyerweb.com/eric/tools/css/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, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
body {
	line-height: 1;
	}
ol, ul {
	font-size: 12px;
	line-height: 1.7em;
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}
:focus {/* remember to define focus styles! */
	outline: 0;
	}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Einde CSS reset */
/* CSS document */
@charset "utf-8";
html {
	height: 101%;/* To prevent short pages jumping to the left on Firefox */
	overflow-y: auto; /* To remove the unwanted horizontal scrollbar appearing in IE7 */
	}
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #fff;
	}
.clear {
	clear:both;
	}


#frameHeader {
	width: auto;
	height: 56px;
	background: #000 url(/images/bgHeader.gif) no-repeat top left;
	}
#frameWrapper {
	margin: 0 auto;
	width: 917px;
	height: auto;
	}
#frameNavigation {
	width: 917px;
	}
	#frameNavigation .logo {
		position: absolute;
		margin: -30px 0 0 -70px;
		padding-top: 4px;
		z-index: 100;
		}


ul#ulNav {
	width: 809px;
	overflow: hidden;
	position: relative;
	height: 28px;
	float: right;
	list-style: none;
	background: url(/images/bgNav3.gif) repeat-x top left;
	z-index: 80;
	padding-left: 40px; 
	text-transform: lowercase;
	font-size: 13px;
	}
	ul#ulNav li {
		display: inline;
		}
	ul#ulNav li img {
		margin-right: 5px;
		}
	
	
	ul#ulNav li a {
		padding-top: 2px;
		width: 110px;
		height: 26px;
		display: inline-block;
		color: #000;
		text-decoration: none;
		text-align: center;
		border-left: 2px dotted #d2d3d3;
		margin-right: -4px;
		}
	ul#ulNav li a.active,
	ul#ulNav li a:hover {
		color: #000;
		background-color: #9c0;
		font-weight: bold;
		}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	img.imgPDF {
		vertical-align: middle;
		}
#frameContent {
	width: 917px;
	z-index: 0;
	}
	h2 {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		margin: 50px 0 5px 0;
		font-size: 28px;
		color: #000;
		font-weight:bold;
		}
	.blue {
		color: #00397d;
		}
	h4 {
		margin-bottom: 15px;
		font-size: 15px;
		}
		h4#h4Producten {
			margin: 6px 0 5px 0;
			padding: 5px 20px 0px 15px;
			height: 25px;
			background: url(/images/bgh4.gif) repeat-x top right;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			}
	p {
		font-size: 12px;
		line-height: 1.7em;
		margin-bottom: 25px;
		}
		p#subTitel {
			font-size: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #57770f;
			}
		#colLeft h3 {
			font-size: 15px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #57770f;
			font-weight: normal;
			margin-bottom: 25px;
			}	
		#colLeft h4 {
			font-weight: bold;
			font-size: 13px;
			}	
		#colLeft h5 {
			color: #007bc1;
			font-weight: bold;
			}
		p#intro {
			font-weight: bold;
			font-size: 13px;
			}
	a {
		color: #00397d;
		}
	.bold {
		font-weight: bold;
		}
	.highlight, #colLeft h5 {
		color: #007bc1;
		}
#boxCols,
#boxCols2 {
	width: 917px;
	padding-bottom: 5px;
	overflow: hidden;
	}
#boxCols2 {
	background: url(/images/gContentCols.gif) repeat-y bottom left;
	}


#colLeft ul,
#colLeft1 ul,
#colLeft2 ul,
#colLeft3 ul,
#colLeft3a ul,
#colLeft ol,
#colLeft1 ol,
#colLeft2 ol,
#colLeft3 ol,
#colLeft3a ol {
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	list-style-type: disc;
	}


#colLeft,
#colLeft1,
#colLeft2,
#colLeft3,
#colLeft3a,
#colLeft3b {
	float: left;
	width: 503px;
	background: #d2ebf5 url(/images/contentTop.gif) no-repeat top left;
	padding: 0 35px 520px 40px;
	margin-bottom: -500px;
	}



#colLeft1,
#colLeft2,
#colLeft3,
#colLeft3a,
#colLeft3b {
	width: 573px;
	}




	#colLeft3a,
	#colLeft3b {
		height: auto;
		}
	#colLeft3b {
		padding-top: 50px;
		}
		#colLeft a {
			text-decoration: none;
			}
			#colLeft a:hover {
				text-decoration: underline;
				}
		#newsContent,
		.productsContent {
			width: 560px;
			padding: 0 0 1px 0;
			background: #d2ecf6;
			margin-bottom: 15px;
			}
	
	
	
	
	.newsBox {
		width: 560px;
		height: 190px;
		margin-bottom: 20px;
		background: url(/images/bgBoxNews2.gif) no-repeat top left;
		}
		.newsBoxImage {
			float: left;
			width: 190px;
			padding-right: 20px;
			}
		.newsBoxRight {
			float: left;
			width: 350px;
			height: 190px;
			}
			.newsBoxDate,
			.newsBoxDate2 {
				float: right;
				margin: 27px 10px 0 0;
				height: 15px;
				overflow: hidden;
				font-size: 15px;
				font-weight: bold;
				}
				.newsBoxDate2 {
					margin: 0 -37px 0 0;
					padding: 7px 0 0 32px;
					width: 94px;
					height: 39px;
					background: url(/images/bgDate2.gif) no-repeat top left;
					}
			.newsBoxTxt {
				float: left;
				width: 300px;
				height: 175px;
				font-size: 11px;
				}
				.newsBoxTxt h3,
				#newsContent h3,
				#productsContent h3 {
					margin: 35px 0 15px 0;
					color: #515151;
					font-size: 16px;
					}
					.newsBoxTxt h3 {
						margin: 0 0 5px 0;
						}
					#newsContent h3 {	
						margin-top: 15px;
						}
					#productsContent h3 {
						margin-top: 0;
						}
				.newsBoxTxt p {
					margin-bottom: 10px;
					line-height: 18px;
					}
				.newsBoxTxt a {
					color: #515151;
					font-weight: bold;
					}
			
			
			
			
			
			#framePages {
				width: 490px;
				height: 17px;
				background: #d7ddc7;
				padding: 5px 10px 8px 10px;
				}
				#framePages p {
					float: left;
					margin: 0 3px 0 0;
					}
					#framePages p img {
						float: left;
						margin-top: -2px;
						padding: 0px 10px;
						}
				#framePages ul {
					float: left;
					}
				#framePages ul li {
					display: inline;
					}
				#framePages ul li a {
					display: inline-block;
					padding: 0 10px 0 10px;
					text-decoration: none;
					color: #000;
					font-weight: bold;
					color: #017bbf;
					margin: 0 2px;
					}
					#framePages ul li a img {
						vertical-align: middle;
						}
					#framePages ul li a:hover,
					#framePages ul li a.active {
						background: #017bbf;
						color: #fff;
						}
					#framePages ul li a:hover img {
						background: none;
						}
						
						
						
						
						
		.imgContainer {
			padding: 6px;
			margin: 0 10px 10px 0;
			height: 240px;
			background: #fff;
			float: left;
			}
			.imgContainer div {
				margin: 7px 0 0 0;
				padding: 0;
				text-align: center;
				font-weight: bold;
				}
			.imgContainer a {
				text-decoration: none;
				color: #587710; 
				}
		
		
		
		
		
		
		.carousel {
			clear: both;
			height: 93px;
			width: 533px;
			margin: 10px 0 20px 0;
			overflow: hidden;
			visibility: visible;
			background-color: #fff;
			position: relative;
			}
			.carousel > div {
				position: absolute;
				top: 0px;
				}
			.carousel .arrowBack, 
			.carousel .arrowForward {
				width: 35px;
				height: 100px;
				background-color: #fff;
				background-position: 7px 10px;
				background-repeat: no-repeat;
				cursor: pointer;
				z-index: 2;
				}
			.carousel .arrowBack {
				background-image: url(/images/arrowBackward.png);
				left: 0;
				}
 			.carousel .arrowForward {
				background-image: url(/images/arrowForward.png);
				right: 0;
				}	
			.carousel .imageContainer {
				left: 35px;
				top: 10px;
				z-index: 1;
				width: 5000px;
				overflow: hidden;
				}
				.carousel .imageContainer img {
					margin-right: 5px;
					float: left;
					}
		
		
		
		
		
		
		
		
		.productItem {
			padding: 10px 0 0 0;
			border-top: 3px dotted #fff;
			color: #646361;
			}
			.productItem h3 {
				color: #007bc1;
				font-size: 14px;
				}
			.productItem p {
				margin: 0 0 15px 0;
				}
			.productItem:last-child {
				border: 0;
				}
				.productItem ul {
					list-style: disc;
					margin: 0 0 15px 30px;
					}
				.productItem ul li {
					margin-bottom: 5px;
					}
			
			
			
			.productLeesverder, .productLink, .specificatieLink, .productLess {
				clear: both;
				display: block;
				width: 105px;
				height: 18px;
				margin: 10px 0px;
				font-weight: bold;
				cursor: pointer;
				text-decoration: none;
				font-weight: bold;
				}
			.productLeesverder {
				padding: 5px 0 5px 10px;
				background: url(/images/imgZoek3.gif) no-repeat 85px 5px #d7ddc7;
				}
			.productLink, .specificatieLink {
				padding: 6px 0 4px 10px;
				background: url(/images/readmore.png) no-repeat 85px 2px #d7ddc7;
				}
			.productLess {
				padding: 6px 0 4px 10px;
				background: url(/images/readless.png) no-repeat 85px 2px #d7ddc7;
				}
			
			
	
	.bgImgRow {
		width: 480px;
		height: 126px;
		background: #fff;
		margin: -10px 0 15px 0;
		}
		.bgImgRow img {
			height: 110px;
			width: 110px;
			padding: 8px 0 8px 8px;
			}
			.bgImgRow img.imgNoMargin {
				width: auto;
				margin: 0;
				}
			.imgFW {
				position: relative;
				top: 70px;
				left: 470px;
				}
	table.tableProducts {
		margin-bottom: 15px;
		}
		table.tableProducts tr {
			background: #92d1ea;
			}
		table.tableProducts tr.even {
			background: none;
			}
		table.tableProducts th {
			background: #007bc1;
			color: #fff;
			padding: 10px 0;
			}
		table.tableProducts td {
			text-align: center;
			padding: 5px 0;
			}
		table.tableProducts td.th2 {
			background: #636362;
			color: #fff;
			padding: 5px;
			text-align: center;
			}
p.noMargin {	
	margin-bottom: 5px;
	}
		ul.ulBulletlist {
			list-style: disc;
			margin: 0 0 15px 30px;
			}
		ul.ulBulletlist li {
			margin-bottom: 5px;
			}
#colRight,
#colRight1 {
	float: right;
	width: 320px;
	margin-bottom: -500px;
	padding-bottom: 520px;
	}
#colRight1 {
	width: 250px;
	}












	
	
	#colRight img.dynTrans {
		margin: 10px 0 0 -86px;
		}
	#colRight1 {
		background: #d7ddc7;
		}
	#frameZoeken {
		float: right;
		width: 240px;
		height: 21px;
		margin-top: 35px;
		margin-bottom: 15px;
		}
		input#search {
			float: left;
			padding: 2px 4px;
			width: 140px;
			height: 16px;
			font-size: 10px;
			color: #b9b9b9;
			border: 1px solid #b9b9b9;
			}
		button.buttonZoek {
			float: left;
			background: none;
			font-size: 12px;
			font-weight: bold;
			cursor: pointer;
			border: 0;
			}
		img.imgZoek {
			float: left;
			vertical-align: middle;
			}
	#frameSubnav,
	.frameSubnav2 {
		float: left;
		width: 320px;
		}
	.frameSubnav2 {
		padding: 0;
		background: #d7ddc7;
		width: 320px;
		}
	
	
		ul.ulList li,
		ul.ulListArchief li {
			margin-bottom: 4px;
			}
			ul.ulListArchief li a {
			color: #515151;
			}
			ul.ulListArchief li a:hover {
			color: #00397d;
			}
		ul.ulList li a {
			text-decoration: none;
			color: #00397d;
			}
		ul.ulList li a:hover {
			text-decoration: underline;
			color: #00397d;
			}
			ul.ulList li a.year {
				text-decoration: underline;
				color: #00397d;
				font-weight: bold;
				}
		ul.ulListArchief {
			margin-bottom: 30px;
			}
		ul.ulListProducten {
			margin: 25px 0 0 15px;
			}
		ul.ulListProducten li {
			width: 290px;
			}
			ul.ulListProducten li:last-child {	
				border-bottom: 3px dotted #fff;
				}
		ul.ulListProducten li a,
		ul.ulListProducten li a.active {
			text-decoration: none;
			display: block;
			padding: 7px 7px 7px 0;
			border-top: 3px dotted #fff;
			color: #000;
			}
			ul.ulListProducten li a img {
				vertical-align: middle;
				}
		ul.ulListProducten li a.active,
		ul.ulListProducten li a:hover {
			font-weight: bold;
			}
			ul.ulSublistProducten  {				
				/*list-style-image: url(/images/imgSublist.gif);*/
				margin-top: -10px;
				margin-left: 28px;
				padding-bottom: 10px;
				}
			ul.ulSublistProducten li:last-child {
				border: 0;
				}
			ul.ulSublistProducten li a {
				height: 7px;
				padding: 7px;
				border: 0;
				color: #646361;
				}
				ul.ulSublistProducten li a.subActive,
				ul.ulSublistProducten li a:hover {
					text-decoration: underline;
					font-weight: normal;
					}








#contactForm td {
	vertical-align: middle;
	padding-right: 5px;
	}
input {
	width: 210px;
	margin-bottom: 1px;
	}
input.button,
input.buttonZoek {
	width: auto;
	margin: 10px 0 20px 0; 
	padding: 3px 15px;
	font-weight: bold;
	}
	input.buttonZoek {
		padding: 0;
}






#frameFooter {
	clear: both;
	width: 917px;
	height: 20px;
	color: #9b9c9c;
	}
	#frameFooter p {
		float: left;
		font-size: 11px;
		color: #000;
		font-weight: bold;
		margin-right: 2px;
		}
	#frameFooter ul.ulFooter {	
		float: left;
		margin-top: 3px;
		font: 11px Arial, Helvetica, sans-serif;
		}
	#frameFooter ul.ulFooter li {
		display: inline;
		}
	#frameFooter ul.ulFooter li img {
		margin: 0 2px 1px 0;
		}






.grid {
	position: absolute;
	border: 1px solid #0b3378; 
	background-color: #fff;
	z-index: 10;
	width: 900px;
	height: 422px;
	margin-top: -300px;
	margin-left: 0px;
	display: none;
	}
.darkenBackground {
	background-color: #000;
	opacity: 0.7;
	-moz-opacity:0.70;
	filter: alpha(opacity=70);
	z-index: 9;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:fixed;
	top: 0px;
	left: 0px;
	display: none;
	}

.showBackground {
	display: block;
	}
*:first-child+html .showBackground {
	display: none;
	}

.inzite-form .CheckRadio {
	float: left;
	width: 20px;
	}
	.inzite-form .CheckRadio input {
		width: 20px;
		}
.inzite-form .CheckRadioText {
	float: left;
	padding: 0px 0px 2px 5px;
}


