/* Pagina gerelateerde CSS */
.blok {
	width: 100%;
	min-height: 15px;
	margin: 0 0 15px;
	line-height: 15px;
	float: left;
	overflow: hidden;
	clear: both;
	}
	
	/* Afbeeldingen */
	.img {
		margin: 0 0 15px;
		}
		.img img {
			border: 1px solid #e5e5e5;
			}
	
	.imgRight {
		margin: 0 0 15px 15px;
		float: right;
		}
		.imgRight img {
			border: 1px solid #e5e5e5;
			}
	
	.imgLeft {
		margin: 0 15px 15px 0;
		float: left;
		}
		.imgLeft img {
			border: 1px solid #e5e5e5;
			}
	
	/* Nieuws */
	.newsItem {
		width: 640px;
		border-bottom: 1px solid #cdcdcd;
		min-height: 10px;
		padding-bottom: 10px;
		float: left;
		}
		
		.date {
			margin: 0 0 2px;
			color: #ed6716;
			clear: left;
			}
		.newsTitle {
			margin: 0 0 2px;
			font-weight: bold;
			color: #504f4e;
			clear: left;
			}
		.newsTitle H2 {
			color: #504f4e;
			font-size: 12px;
		}
		.news {
			margin: 0 0 2px;
			line-height: 15px;
			clear: left;
			}
		.newsMore {
			float: left;
			margin: 0 0 2px;
			padding: 0 0 18px;
			}
	
	/* Distributors */
	.distributorsOption {
		width: 170px;
		float: left;
		}
		.distributorsOption label {
			display: block;
			margin: 0 0 5px;
			font-size: 12px;
			font-weight: bold;
			color: #ed6716;
			clear: left;
			}
		.distributorsOption select {
			width: 140px;
			padding: 0 0 2px;
			border: 1px solid #cdcdcd;
			font-size: 11px;
			clear: left;
			}
		
		.land {
			margin: 15px 0 0;
			float: left;
			font-weight: bold;
			color: #ff0808;
			clear: left;
			}
		
		.resultaat {
			display: block;
			width: auto;
			margin: 10px 0 10px 0;
			line-height: 15px;
			clear: left;
			}
			.resultaat span {
				display: block;
				width: 100px;
				float: left;
				clear: left;
				}
			.resultaat p {
				width: 540px;
				float: left;
				}
			.resultaat div.descript {
				font-weight: bold;
				line-height: 15px;
				margin: 4px 0 10px 0;
				width: auto;
				clear:both;
				float: left;
			}
	
	/* Zoekresultaten */
	.subline {
		margin: 0 0 10px;
		}
	
	.number	{
		width: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #ed6716;
		}
	
	a.searchTitle {
		margin: 0 0 2px;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		color: #ed6716;
		}
	a.searchTitle:hover {
		text-decoration: underline;
		}
	
	.searchspacer	{
		height: 3px;
		font-size: 1px;
		}	
	
	/* Contact Who is who */
	.who {
		display: block;
		width: auto;
		margin: 10px 0 0;
		font-size: 10px;
		line-height: 15px;
		color: #8a8a8a;
		clear: left;
		}
		.who i {
			width: 100%;
			float: left;
			}
		.who span {
			display: block;
			width: 135px;
			float: left;
			clear: left;
			}
		.who p {
			width: 201px;
			float: left;
			}	
	
	/* Product */
	a.pdf {
		display: block;
		width: auto;
		margin: 5px 0 0;
		padding: 7px 0 5px 30px;
		background: url('../img/layout/bg/bg_pdf.jpg') no-repeat left top;
		clear: left;
		}

/* CMS */
.newsContainer {
	float: left;
	width: 700px;
}

.newsContainer span {
	font-size: 10px;
	color: #999;
}
.newsContainer div.news {
	float: left;
	width: 500px;
}
.readmore{ 
	float: right;
	width: 150px;
	text-align: right;
	}
.newsContainer p {
	float: left;
}
div.smallText {
	float: left;
	width: 510px;
}
div.fullText {
	float: left;
	width: auto;
}
div.newsImage {
	float: left;
	width: 120px;
	margin: 0 8px 8px 0;
}

.mainText {
	float: left;
	width: 420px;
}
	.mainText p {
		float: left;
		margin: 5px 0px;
		color: #9e9e9e;
		width: 420px;
	}
	.description {
		float: left;
		width: 420px;
		min-height: 40px;
		margin: 10px 0px;
	}
	.description p.title {
		font-size: 14px;
		font-weight: bold;
		color: #8cad00;
		height: 16px;
		float: left;
		width: 400px;
	}
	.description p.descript {
		height: 60px;
		width: 400px;
		float: left;
	}
	.thumbs {
		width: 420px;
		float: left;
		min-height: 20px;
	}
	.thumbs a {
		width: 70px;
		text-align: center;
		margin: 0 7px 5px 0;
		float: left;
		height: 70px;
		display: block;
		border: 1px solid #9e9e9e;
	}
	.thumbs a:hover,.thumbs a.selected{
		border: 1px solid #8cad00;
	}
	.subPaginate {
		float: left;
		width: 420px;
		margin: 20px 0 0 0;
	}
		.prev,.next {
		float: left;
		width: 65px;
		display:block;
		height: 16px;
		}
		.pagination {
			float: right;
			margin-right: 30px;
			height: 16px;
		}
		.pagination a {
			float: left;
			width: 18px;
			height: 16px;
			border: 1px solid #8cad00;
			text-decoration: none;
			text-align: center;
			display:block;
			padding-top: 3px;
			margin-left: 4px;
		}
		.pagination a:hover,.pagination a.selectedLink {
			background: #8cad00;
			color: #FFF;
		}
.productContainerSite {
	width: 800px;
	float: left;
	margin: 10px;

}
.productContainerSite div.photos {
	 float: left;
	 width: 500px;
}
.productContainerSite div.product {
	float: left;
	margin-right: 5px;
	width: 130px;
	display:block;
	cursor:pointer;
}
.productContainerSite div.thumbs {
	float: left;
	width: 500px;
}
.productContainerSite div.thumbs a,.productContainerSite div.thumbs a:hover {
	display: block;
	width: 70px;
	float: left;
	height: 70px;
	margin-right: 5px;
}
.cmsBlok1,.cmsBlok2,.cmsBlok3,.cmsBlok4 {
	width: 640px;
	text-align:left;
	line-height: 16px;
	margin: 10px 0px;
}
.cmsBlok1 p,.cmsBlok2 p,.cmsBlok3 p,.cmsBlok4 p {
	color: #504f4e;
	margin-bottom: 12px;
}
.foto_links {
	float: left;
	margin: 0 8px 8px 0;
}
.foto_links IMG,.foto_rechts IMG {
	/*border: 1px solid #999;*/
}
.foto_rechts {
	float: right;
	margin: 0 0 8px 8px;
}
.mapLevel1 a,.mapLevel2 a,.mapLevel3 a {
	line-height: 16px;
}
.mapLevel1 a{
	text-decoration: none;
	color: #999;
	background: url('../img/layout/bg/bg_min.gif') no-repeat 0px 0px;
	padding:  0px 0 3px 20px;
}
.mapLevel1 a:hover {
	color: #464646;
}
.mapLevel2 a,.mapLevel3 a {
	background: url('../img/layout/bg/bg_sub.gif') no-repeat 3px 6px;
	color: #999;
	padding-left: 20px;
}
.mapLevel3 a {
	font-size: 10px;
	margin-left: 20px;
	padding-left: 15px;
}
.mapBlock {
	float: left;
	width: 260px;
	margin: 10px 10px 0 0;
}
.mapBlock a.title {
	font-weight: bold;
	line-height: 20px;
	margin-left: 20px;
}
.pdflist {
	float: left;
	width: 400px;
}
.pdflist a {
	float: left;
	width: 370px;
	margin: 3px 0;
	padding: 16px 0 10px 40px;
	background: url('../img/layout/logo_pdf.gif') no-repeat 0px 6px;
}