/* Taalkeuze */
#content-wrapper .flag-holder ul.flags{
	margin: 0 10px;
	float: right;
}
ul.flags li { float: left; }
ul.flags li a{
	width: 16px;
	height: 11px;
	margin: 0 0 0 5px;
	padding: 1px;
	float: left;
	border: 1px solid #f4f7eb;
}
ul.flags li a:hover,
ul.flags li a.active{
	border: 1px solid #f0ae0e;
}

/* Homepage */
#content-wrapper .home-blok-holder{
	width: 430px;
	margin: 10px;
	float: left;
}

#content-wrapper .home-blok-holder h2{
	margin: 0 0 10px;
}

#content-wrapper .home-blok-holder img{
	width: 410px;
	margin: 0 0 10px;
	padding: 10px;
	display: block;
	background: #e5e4d3;
}

#content-wrapper .home-blok-holder .paragraph{
	margin: 0;
}

#content-wrapper .home-blok-holder .paragraph-home{
	height: 225px;
}

#content-wrapper .home-blok-holder a.moreinformation{
	height: 18px;
	margin: 10px 0 0;
	padding: 7px 10px 0;
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0ae0e url('/img/meerinfo-background.gif') repeat-x;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

/* Vervolg links */
#content-left .content-blok{
	margin: 10px;
}

#content-left .content-blok h2{
	margin: 0 0 10px;
}

#content-left .content-blok img.introimage{
	width: 560px;
	margin: 0 0 10px;
	padding: 10px;
	display: block;
	background: #e5e4d3;
}

#content-left .content-blok img.infoimage{
	width: 100px;
	margin: 0 10px 0 0;
	padding: 5px;
	display: block;
	float: left;
	background: #e5e4d3;
}

#content-left .content-blok .paragraph{
	margin: 0;
}

#content-left .content-blok .toepassing-foto-holder{
	width: 110px;
	height: 135px;
	margin: 10px;
	float: left;
}

#content-left .content-blok .toepassing-foto-holder img.infoimage{
	margin: 0;
}

#content-left .content-blok .toepassing-foto-holder strong{
	display: block;
	text-align: center;
}

#content-left .content-blok a.moreinformation{
	height: 18px;
	margin: 10px 0 0;
	padding: 7px 10px 0;
	float: right;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0ae0e url('/img/meerinfo-background.gif') repeat-x;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}

#content-left .content-blok a.download-link{
	padding: 5px 0 5px 25px;
	display: block;
	border-bottom: 1px dotted #666;
}

#content-left .content-blok a.pdf-link{
	background: url(/img/link-pdf.png) no-repeat left;
}

/* Vervolg links - Producten*/
#content-left .content-blok-producten a.product-holder{
	width: 280px;
	margin: 10px;
	float: left;
	background: #e5e4d3;
	color: #40403f;
}

#content-left .content-blok-producten a.product-holder:hover{
	text-decoration: none;
	color: #fff;
	background: #f0ae0e;
}

#content-left .content-blok-producten a.product-holder img{
	margin: 10px;
}


#content-left .content-blok-producten a.product-holder span{
	margin: 0 10px 10px;
	display: block;
}

#content-left .table-holder{
	float: left;
	margin: 0 0 0 10px;
}

#content-left .table-holder .table-product-info{
	width: 450px;
}

#content-left .table-holder .table-product-info th,
#content-left .table-holder .table-product-info td{
	height: 25px;
	text-align:left;
	vertical-align:middle;
}

/* Vervolg links - Formulier */
.formulier-blok{
	margin: 10px;
}

.formulier-blok p{
	margin: 0 0 10px;
}

.formulier-blok div.formfield{
	margin: 0 0 5px;
}

.formulier-blok div.formfield label,
.formulier-blok div.formfield div.pcwp-holder{
	width: 150px;
	padding: 5px 0 0;
	float: left;
	display: block;
}

.formulier-blok div.formfield div.pcwp-holder label.label-postcode,
.formulier-blok div.formfield div.pcwp-holder label.label-amp,
.formulier-blok div.formfield div.pcwp-holder label.label-woonplaats{
	width: auto;
	float: left;
}

.formulier-blok div.formfield input[type="text"]{
	width: 225px;
	padding: 4px;
	border: 1px solid #d7d1bb;
	background: #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.formulier-blok div.formfield input[type="text"]:focus{ border: 1px solid #f0ae0e; }

.formulier-blok div.formfield input[type="text"].input-postcode{
	width: 50px;
	margin: 0 5px 0 0;
}

.formulier-blok div.formfield input[type="text"].input-woonplaats{
	width: 160px;
}

.formulier-blok div.formfield textarea{
	width: 225px;
	height: 100px;
	padding: 4px;
	border: 1px solid #d7d1bb;
	background: #e5e4d3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.formulier-blok div.formfield input[type="text"].errorfield{
	border: 1px solid #c00;
	background: #FFEBE8;
}

.formulier-blok button{
	padding: 5px 10px;
	display: inline;
	float: left;
	clear: both;
	border: medium none;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	background: #f0ae0e url('/img/meerinfo-background.gif') repeat-x;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Vervolg rechts */
#content-right .content-blok{
	margin: 20px;
}

#content-right .content-blok h2{
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #666;
}

#content-right .content-blok img{
	width: 230px;
	margin: 0 0 10px;
	padding: 5px;
	display: block;
	background: #e5e4d3;
}

#content-right .content-blok .paragraph{
	margin: 0;
}

#content-right .content-blok address {
	font-style: normal;
}

#content-right .content-blok address strong {
	width: 100px;
	float: left;
	clear: left;
}

#content-right .content-blok a.moreinformation{
	height: 18px;
	margin: 10px 0 0;
	padding: 7px 10px 0;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #f0ae0e url('/img/meerinfo-background.gif') repeat-x;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
}
