/*
	Color Information:
	
	#ffffff	 			/ site background
	#000000 	 		/ text
	#bdbdbd grey light	/ borders	
	#989898 grey		/ borders, links
	#4f4f4f grey dark	/ sub headings	
	#e31818	red			/ heading, links

*/


/* -------------------------------------------------------------------------
	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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-align: justify;
}


/* -------------------------------------------------------------------------
	Basic HTML
*/

html, body {
	margin: 0;
	padding: 0;
	font: normal 11px Verdana, Helvetica, sans-serif; /* /18px lineheight */
	color: black;
	text-align: center;
	background: white url(../img/bg-site.gif) repeat-x;
}

a, 
a:link, 
a:active, 
a:focus,
a:visited {
	color: #e31818;
}

a:hover { text-decoration: underline; }
a img {
	text-decoration: none;
	border: 0 none;
	text-align: right;
}

p { margin-bottom: 16px;  line-height: 14px;}
img { border: none; }


/* ------------------------------------------------------------------------- 
	Layout & Sections
*/

#container {
	width: 950px;
	margin: 0 auto;	
	text-align: left;
}

#header {
	width: 950px;
	height: 307px;
	float: left;
}
	#header-logo {
		position: relative;
		left: 23px;
		float: left;
	}
		#header-logo img {
			position: absolute;
			z-index: 1000;
		}
	#header-photo {
		width: 600px;
		height: 257px;
		float: left;
		margin-top: 38px;
	}
	#header-map, #header-search {
		width: 350px;
		height: 235px;
		float: left;
	}
	#header-search {
		height: 47px;
		width: 342px;
		padding: 13px 8px 0 0;
		background-image: url(../img/bg-search.gif);
		background-repeat: no-repeat;
		text-align: right;
	}
		#header-search span {
			width: 300px;
			float: right;
			text-align: right;
		}	
		#header-search input {
			height: 21px;
			width: 150px;
			border: none;
			background-color: white;
			color: #bdbdbd;
			float: right;
		}
		
		#header-search .submit {
			width: 22px;
			height: 22px;
			float: right;			
		}
	
	#navigation {
		width: 950px;
		height: 31px;
		float: left;
	}
		#navigation ul {
			float:left;
			width: inherit;
		}
			#navigation ul li {
				list-style:none;
				float:left;
				margin:0 1px 0 0;
				display: block;
			}
				#navigation ul li a {
					width: 134px;
					height: 31px;
					display: block;
					background: white url(../img/bg-navigation.gif) no-repeat center;	
					background-position: center 0px;	
					color: white;
					line-height: 21px;
					font-size: 10px;
					font-weight: bold;
					text-align: center;
					text-decoration: none;
				}
				#navigation ul li a.geotechnics{
					background: white url(/img/bg-navigation-geo.gif) no-repeat center 0px;
				}
				#navigation ul li a:hover, #navigation ul li a.navigation-active {
					background-position: center -31px;
				}
				
					#navigation ul li ul li{
						list-style: none;
						background-color: #4f4f4f;
						clear:both;
						
					}
					#navigation ul li ul li a{
						background: transparent url(../img/menu_border.png) no-repeat bottom left;
						color: #ffffff;
						text-align: left;
						line-height: 12px;
						font-size: 11px;
						height: 18px;
						margin: 7px 0px 0px 14px;
						width: auto;
						font-weight: normal;
					
					}
					#navigation ul li ul li a:hover{
						background: transparent url(../img/menu_border.png) no-repeat bottom left;
						color: #ffeb00;
					}
					#navigation ul li ul li a.last,
					#navigation ul li ul li a.last:hover{
						background: none;
					}

	.navigation-sub {
		width: 200px;
		z-index: 200px;
		position: relative;
		top: 31px;
	}
		.navigation-sub ul li {
			float: left;
		}
	
	.navigation-sub ul li a {
		background-color: #0F0;
		display: block;
	}

#content-container {
	width: 738px;
	margin-right: 9px;
	float: left;
}
	#content, .product-overzicht, toepassingen-overzicht,.zoek-overzicht {
		width: 708px;
		margin: 10px 10px 20px 20px;
		float: left;
	}
	 #related-content{
	 	width: 738px;
		margin: 10px 0px 20px 0px;
		clear:both;
	 }
	

		.page {
			float: left;
			width: 530px;
		}
		.page-photo img {
			float: left;
			padding: 5px;
			margin-right: 10px;
			border: 1px solid #989898;
		}
		
			
		.news-item, .news-item-padding {
			width: 339px;
			height: 123px;
			padding: 0 15px 0 0;
			float: left;
			background: white url(../img/bg-news-item.gif) no-repeat;
			background-position: right 0px;
		}
		.news-item-padding {
			width: 329px;
			padding-left: 10px;
		}
		div.news-item:hover, div.news-item-padding:hover {
			background-position: right -123px;
			cursor:pointer;
		}
		.news-item h1 a {  
			display: block;
			text-decoration: none;			
		}  
		.news-item img {
			float: left;
			padding: 5px;
			margin-right: 8px;
			margin-bottom: 20px;			
			border: 1px solid #989898;
			background-color: white;
		}		
		.news-item-line {
			width: 708px;
			height: 1px;
			float: left;
			background-color: #bdbdbd;
			margin: 5px 0 15px 0;
			font-size: 0px;
			line-height: 0px;
		}
		
	
	
		.news-detail {
			float: left;
			width: 450px;
		}
		.news-detail-wide{
			float: left;
		}
		.news-detail-photo img {
			float: left;
			padding: 5px;
			margin-right: 10px;
			border: 1px solid #989898;
		}
	
	
		.product-overzicht {
			width: 719px;
			margin: 1px 0 20px 0;
			padding: 5px 0 0 20px;
			float: left;
			background: white url(../img/bg-product-overzicht.gif) repeat-x;
		}
			.product-overzicht p{
				float: right;
				width: 600px;
			}
			.product-overzicht-photo img {
				float: left;
				padding: 5px;
				margin-right: 6px;
				border: 1px solid #989898;
				background-color: white;
			}
			
			.product-overzicht a,
			.product-overzicht a:link, 
			.product-overzicht a:active, 
			.product-overzicht a:focus,
			.product-overzicht a:visited {
				width: 596px;
				height: 21px;
				margin-bottom: 8px;
				padding-left: 7px;
				padding-top: 2px;
				float: left;
				text-decoration: none;
				/*font-weight: bold;*/
			
				color: #989898;
				font-size: 12px;
				background-image: url(../img/bg-product-overzicht-link.gif);
				background-repeat: no-repeat;
				background-position: 0px 0px;		
			}
			
			.product-overzicht a:hover {
				text-decoration: none;
				padding-left: 7px;
				padding-top: 2px;				
				color: white;
				background-position: 0px -23px;				
			}
	
	
	
		.toepassing-overzicht, .toepassing-overzicht-padding, .zoek-overzicht {
			float: left;
			width: 719px;
			height: 123px;
			margin-bottom: 0;
			margin-left: 20px;
			margin-top: 13px;
			background: white url(../img/bg-news-item.gif) no-repeat;
			background-position: right 0px;
			border-bottom: 1px solid #bdbdbd;
		}
			.toepassing-overzicht a, .toepassing-overzicht-padding a, .zoek-overzicht a {			
				text-decoration: none;
				font-size: 14px;
				font-weight: normal;
			}
			.toepassing-overzicht-padding {
				width: 709px;
				padding-left: 10px;
			}
			div.hoverItem,
			div.toepassing-overzicht:hover, div.toepassing-overzicht-padding:hover, div.zoek-overzicht:hover {
				background-position: right -123px;
				cursor:pointer;
			}			
			.toepassing-overzicht-photo img {
				float: left;
				padding: 5px;
				margin-right: 6px;
				border: 1px solid #989898;
				background-color: white;
			}
			.toepassing-overzicht-heading, .zoek-overzicht-heading {
				padding-top: 2px;
				padding-bottom: 3px;				
				font-size: 16px;
				color: #e31818;
			}			
			
			
			
		.gerelateerd-item {
			float: left;
			width: 225px;
			height: 43px;
			margin-top: 13px;
			margin-right: 16px;
			background: white url(../img/bg-gerelateerd-item.gif) no-repeat;
			font-size: 12px;
			font-weight: bold;
		}
		.gerelateerd-item-first{
			margin-left: 20px;
		}
		.gerelateerd-item .relImgTd{
			width: 44px;
			display: block;
			float: left;
		}
		.gerelateerd-item .relLinkTd{
			display: block;
			height: 43px;
			
		}		
		.gerelateerd-item .relLinkContainer{
			height: 43px;
			vertical-align: middle;	
			padding: 4px 0px 0px 6px;		
		}		
		.gerelateerd-item .relLinkContainer a {
			display: block;
			height: 43px;
			vertical-align: middle;			
			color: #989898 !important;			
			text-decoration: none;
		}		
		.gerelateerd-item a:hover { color: #e31818 !important; }
		.gerelateerd-item img {
			padding: 6px 0px 0px 6px;
		}		
	
#sidebar {
	height: auto;
	width: 200px;
	float: left;
}
	#sidebar a { text-decoration: none; }
	
	#block-news, #block-contact {
		float: left;
		width: 179px;
		height: 110px;
		padding: 0 10px 9px 13px;			
		background: white url(../img/bg-block-news.gif) no-repeat;
		color: #4f4f4f;
		font-size: 10px;
		line-height: 15px;
	}
		div#block-news:hover { cursor:pointer; }
	
	#block-contact {
		height: 180px;
		padding-top:0px;
		background: white url(../img/bg-block-contact.gif) no-repeat;
		color: white;
	}
	#frmForm input.text {
		background: white url(../img/frm-input-bg.jpg) no-repeat left top;
		width:200px;
		height:17px;
		color: #000000;
		border: none;
		padding-left: 4px;
		margin-bottom: 7px;
		border: 1px solid #bebebe;
	}
	#frmForm .select,
	#frmForm input.radio {
		color: #000000;
		border: none;
		padding-left: 0px;
		margin-bottom: 7px;
		border: 1px solid #bebebe;
	}	
	#frmForm input.radio{
		border: none;
	}
	#frmForm label{
		display: block;
	}
	span.label{
		position: relative;
		top: -8px;
	}
	#frmForm textarea {
		width: 200px;
		height: 200px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		background: white url(../img/frm-textarea-bg.gif) no-repeat left top;
		margin: 0;
		border: none;
		font-size: 12px;
		color: #000000;
		width: 200px;
		height: 100px;
		padding-left: 4px;
		margin-bottom: 7px;		
		border: 1px solid #bebebe;
	}

	#detail-container {
		width: 738px;
		float: left;
		background: white url(../img/bg-detail.gif) no-repeat		
	}
	
		#detail {	
			width: 708px;
			margin: 10px 10px 20px 20px;
			float: left;
		}
		.detail-heading {
			font-size: 16px;
			color: #e31818;
			margin: 4px 0 26px 0;
			font-weight: normal;
		}
		.detail-photo {
			float: right;
			padding: 5px;
			margin-left: 6px;
			border: 1px solid #989898;
			background-color: white;			
		}
		#detail-spec {
			width: 708px;
			/*background-color:#0C0;*/
			/*color: #4f4f4f;*/
			color: #000000;
		}
		
		#detail-spec-heading {
			color: white;
			padding: 0;
			text-transform: uppercase;
			margin-left: 8px;
			background-color: #e31818;
		}	
		#detail-spec th {
			border-bottom: white 2px solid;
			border-right: white 2px solid;
			padding: 2px 8px;
			font-weight: normal;
		}
		#detail-spec td {
			border-bottom: white 2px solid;
			border-right: white 2px solid;
			padding: 8px;
		}
				
		.detail-spec-col-a { background-color:#dedede; }		
		.detail-spec-col-b { background-color:#ebebeb; }				
	
	
	#tab {
		width: 738px;
		height: 33px;
		float: left;
	}
		#tab ul {
			float:left;
			width: inherit;
			margin-left: 1px;
		}
			#tab ul li {
				list-style:none;
				float:left;
				margin:0;
			}
				#tab ul li a {
					width: 134px;
					height: 33px;
					display: block;
					background-image: url(../img/bg-tab.gif);
					background-repeat: no-repeat;
					background-position: center 0px;	
					color: #989898;
					line-height: 21px;
					font-size: 12px;
					/*font-weight: bold;*/
					text-align: center;
					text-decoration: none;
				}
				#tab ul li a:hover, #tab ul li a#tab-active {
					color: white;
					background-position: center -33px;
				}

#footer {
	width: 944px; /*738px;*/
	height: 28px;
	float: left;
	border-top: 1px solid #bdbdbd;
	margin-bottom: 20px;
	margin-top: 20px;
}

	#footer p { margin: 0; }
	#footer-a, #footer-b, #footer-c {
		width: 204px;
		float: left;
		height: inherit;
		border-right: 1px solid #bdbdbd;
		font-size: 9px;
		color: #4F4F4F; /*#bdbdbd;*/
		line-height: 14px;
		padding-top: 0px;
	}
	#footer-b, #footer-c {
		width: 532px;	/*332*/	
		padding-left: 9px;
		line-height: 13px;		
	}
	#footer-c {
		width: 100px;
		border: none;
		height: auto;
		border-right: none;		
	}
	#footer a{
		color: #9b9b9b;
	}
	#footer a:hover{
		color: #E31818;
	}


/* -------------------------------------------------------------------------
	Style
*/

.heading-striped {
	height: 20px;
	width: 718px;
	overflow: hidden;
	padding-left: 20px;
	background: white url(../img/bg-heading-striped.gif) no-repeat;
	color: #e31818;
	font-size: 16px;
	font-weight: bold;
}

.block-heading {
	padding: 8px 0 2px 0;
	font-size: 16px;
	font-weight: normal;
}

.news-item-heading {
	padding-top: 4px;
	font-size: 14px;
	color: #e31818;
}


.link-back {
	float: left;
	height: 22px;
	width: auto;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}
	.link-back a { 
		text-decoration: none;
		height: 22px;
		display: block;
		font-weight: normal;
		line-height: 22px;
	}
	.link-back-padding { padding: 0 13px 0 13px; }
	
.border-red { border: #e31818 solid 1px; }
	
/* -------------------------------------------------------------------------
	Helpers
*/

.clear	{ clear: both;}
.left	{ float: left; }
.right	{ float: right; }
.center { text-align: center }
.txtdec { text-decoration: underline !important; }
.no-margins { margin: 0; }
.no-txtdec { text-decoration: none !important; }

#tblFlyers td{
	width: 20%;
}
#productAlert{
	height: 100px;
	text-align: center;
	font: bold 12px Verdana, Helvetica, sans-serif;
	padding-top: 50px;
}
.clearBoth{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
.interactieLink{
	padding-left: 10px;
}
.interactieLink a{
	font-size: 10px;
	color: #000000;
}
.newsSpotlight{
	line-height: 12px;
	margin-bottom: 5px;
}
#block-news img{
	margin: 0px 10px 0px 0px;
}

div.redHeader{
	line-height: 12px;
}
div.greyHeader{
	line-height: 12px;
	padding: 3px 0px 0px 0px;
}
div.addressContent{
	padding: 3px 0px 0px 0px;
	line-height: 12px;
}
#txtSearch{
	padding: 3px 0px 0px 3px;
	height: 19px !important;
}
.justify p{
	text-align: justify;
}
.red{
	color: #E31818;
}
/*Sitemap*/
#sitemap
{
	margin-left: 0px;
	margin-top: 0px;
}
#sitemap tr, #sitemap td
{
	height: 19px;
}
#sitemap a
{
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

.employee-item, .employee-item-padding {
			width: 339px;
			height: 123px;
			padding: 0 15px 0 0;
			float: left;
			background: white url(../img/bg-news-item.gif) no-repeat;
			background-position: right 0px;
		}
		.employee-item-padding {
			width: 329px;
			padding-left: 10px;
		}
		div.employee-item:hover, div.employee-item-padding:hover {
			background-position: right -123px;
			cursor:pointer;
		}
		.employee-item h1 a {  
			display: block;
			text-decoration: none;			
		}  
		.employee-item img {
			float: left;
			padding: 5px;
			margin-right: 8px;
			margin-bottom: 20px;			
			border: 1px solid #989898;
			background-color: white;
		}
		.employee-item-line {
			width: 708px;
			height: 1px;
			float: left;
			background-color: #bdbdbd;
			margin: 5px 0 15px 0;
			font-size: 0px;
			line-height: 0px;
		}
		
	
	
		.employee-detail {
			float: left;
			width: 500px;
		}
		.employee-detail-wide{
			float: left;
		}
		.employee-detail-right{
			margin: 4px 0px 0px 25px;
			float: right;
			width: 165px;
		}
		.employee-detail-right img {
			float: left;
			padding: 5px;
			/*margin-right: 10px;*/
			border: 1px solid #989898;
			margin-bottom: 10px;
			width: 100%;
		}
		.employee-speciality strong{
			line-height: 18px;
		}
		.employee-speciality{
			float: left;
			background-color: #939393;
			color: #ffffff;
			padding: 5px;
			font: normal 11px/14px Verdana, Helvetica, sans-serif;
			text-align: left;
			width: 101%;
		}
span.ipsis-tag img
{
	position: relative;
	top: 2px;
}  


span.ipsis-tag
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 11px; color: #676767; font-weight: normal;
}

span.ipsis-tag a
{
	ont-family: Trebuchet MS, Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; font-size: 11px; color: #676767; font-weight: normal; text-decoration: underline;
}
