@charset "utf-8";
@import "reset.css";
@import "form.css";
/* Stylesheet for Vermatrac by Media Solutions */

@font-face {
font-family:Museo100;
src:url(../fonts/MuseoSans_300-webfont.ttf),
	url("../fonts/MuseoSans_300-webfont.eot");
}

@font-face {
font-family:Museo500;
src:url(../fonts/MuseoSans_500-webfont.ttf),
	url("../fonts/MuseoSans_500-webfont.eot");
}

@font-face {
font-family:Museo700;
src:url(../fonts/MuseoSans_700-webfont.ttf),
    url("../fonts/MuseoSans_700-webfont.eot"); /* IE9 */
}

html {
	overflow-x: hidden;
	background: #FFF;
}

article,
section,
nav,
header,
footer {
	display:block;
}

body {
	height:100%;
	font-size:100%;
}

/* START: Site */
#site {
	position: relative;
	width:100%;
	margin:0 auto;
	font-size: 0.625em;
}

.placeholder {
	width:997px;
	margin:0px auto;
	overflow: hidden;
	position: relative;
	z-index: 8;
}
	

	/* START: Header */
	header {
		width:100%;
	}
	
		#logo {
			margin:15px 0px 7px 0;
			width:50%;
			height:89px;
			float:left;
		}

		div.topmenu {
			width: 46%;
			float:left;
			overflow: hidden;
		}
		
		header nav.hoofdmenu{
			width: 100%;
			padding:0 15px;
			background: rgba(255, 255, 255, 0.9);
			height: 158px;
			z-index: 10;
			position: relative;
			font-family: 'Museo700', tahoma;
			font-size: 20px;
		}

			nav.hoofdmenu nav {
				margin-top: 25px;
				float: right;
				font-size: 15px;
				font-family: Museo300, tahoma;
			}

				nav.hoofdmenu nav ul {
					line-height: 24px;
					float: right;
					color: #005578;
					overflow : hidden;
				}

					nav.hoofdmenu nav ul li {
						float: left;
						border-left: 1px solid #f39200;
						margin: 0px 5px 0px 0px;
						padding-left: 5px;
					}

						nav.hoofdmenu nav ul li:first-child {
							border-left: 0px;
						}

						nav.hoofdmenu nav ul li.tel {
							background: url('../images/telefoon.png') top left no-repeat;
							padding-left: 25px;
						}

						nav.hoofdmenu nav ul li a {
							color: #005578;
							text-transform: uppercase;
						}
							
							nav.hoofdmenu nav ul li a.active,
							nav.hoofdmenu nav ul li a:hover {
								color: #f39200;
							}

						nav.hoofdmenu nav ul li img {
							opacity: 0.7;
						}

						nav.hoofdmenu nav ul li img:hover {
							opacity: 1;
						}

			div.zoeken {
				float: right;
				position: relative;
				margin-top: 10px;
				clear: both;
			}

				div.zoeken input[type="text"] {
					height: 33px;
					width: 240px;
					padding: 0px 32px 0px 5px;
					border: 1px solid #d2d2d2;
					color: #f39200;
				}

				div.zoeken input[type="submit"] {
					background: url('../images/zoeken.png') no-repeat 0px 0px;
					width: 24px;
					height: 24px;
					position: absolute;
					top: 6px;
					right: 6px;
					border: 0px;
				}
			
			ul.menu {
				float: left;
				width: 100%;
				height:42px;
				line-height: 42px;
				margin-top: 5px;
			}
			
				ul.menu li {
					float:left;
					padding:0px 0 0 72px;
				}

					ul.menu li:first-child {
						padding: 0px;
					}
				
					ul.menu li.menuitem a{
						text-transform:uppercase;
						color:#005578;
						font-size: 15px;
						line-height:45px;
					}
					ul.menu li.menuitem a.active,
					ul.menu li.menuitem a:hover {
						color:#f39200;
					}
					
					ul.menu li.active .menuitem {
						color:#fff;
						font-size: 15px;
						padding:20px 18px;
					}
			
			ul.submenumerken {
				float: left;
				padding: 10px 40px 10px 15px;
				margin-left: 376px;
				font-size: 15px;
				text-transform: uppercase;
				line-height: 25px;
				background: rgba(255, 255, 255, 0.9);
				overflow: hidden;
			}

			

					ul.submenumerken li a { color: #005578; }
					ul.submenumerken li a:hover,
					ul.submenumerken li a.active { color: #f39200; }

			ul.submenu {
				/*float: left;*/
				float: none;
				padding: 10px 40px 10px 15px;
				/*margin-left: 625px;*/
				font-size: 15px;
				text-transform: uppercase;
				line-height: 25px;
				background: rgba(255, 255, 255, 0.9);
				overflow: hidden;
				width: 165px;
			}
				
				ul.submenumerken li,
				ul.submenu li {
					border-top: 1px solid #bbbbbb;
					padding: 3px 0px;
				}
				
				ul.submenumerken li:first-child,
				ul.submenu li:first-child {
						border-top: 0px;
				}

					ul.submenu li a { color: #005578; }
					ul.submenu li a:hover,
					ul.submenu li a.active { color: #f39200; }
					
		header #fader {
			position:relative;
			width:100%;
			height: 100%;
			overflow: hidden;
			margin-top: -42px;
			z-index: 0;
		}	
		
			header #fader img {
				width: 100%;
			}
			
			#fotos {
				min-width: 1024px;
				width: 100%;
				min-height: 755px;
				height: 100%;
				overflow: hidden;
			}
				
				#fotos img {
					opacity: 0;
					position: absolute;
					top: 0px;
					left: 0px;
					width: 100%;
					min-width: 1024px;
					min-height: 326px;
				}
					
					#fotos img.active {
						opacity: 1;
					}
		
			header #fader .text {
				position:absolute;
				bottom: 0px;
				width: 100%;
				height:178px;
				padding: 12px 0px 0px 0px;
				background:url(../images/bg-text.png) top center repeat-x;
			}
			
			header #fader .arrowleft {
				position:absolute;
				bottom: 80px;
				left: 10px;
				z-index:4;
				width:49px;
				height:49px;
			}
			
			header #fader .arrowright {
				position:absolute;
				bottom: 80px;
				right: 10px;
				z-index:4;
				width:49px;
				height:49px;
			}
				
			header #fader .text h1 {
				font-family: Museo700, tahoma;
				font-weight: 700;
				color:#fff;
				font-weight:normal;
				text-align:center;
				font-size:30px;
				line-height:30px;
				margin:10px 0px;
				text-transform: uppercase;
			}

			header #fader .text h2 {
				font-family:Museo100, tahoma;
				font-weight: 400;
				color:#fff;
				text-align:center;
				font-size:20px;
				line-height:21px;
				padding: 0px 32px;
			}
			
			header #topheader {
			position:absolute;
			top:101px;
			z-index:2;
			width:100%;
			height:161px;
			float:inherit;
			border-bottom: 2px solid #1f4a3d;
			overflow: hidden;
		}
			
			header #topheader img {
				width: 100%;
			}
		
			header #topheader .text {
				position:absolute;
				top:50px;
				left:50%;
				z-index:3;
				width:745px;
				height:60px;
				margin-left:-500px;
				padding:12px 150px 0 150px;
			}
			
			header #topheader .text h1 {
				font-family:Palatino;
				color:#fff;
				text-shadow: 0px -2px #1e1d1d;
				font-weight:normal;
				text-align:center;
				font-size:48px;
				line-height:46px;
				margin-bottom:10px;
			}
			
			header ul.navigatie {
				position:absolute;
				bottom: 5px;
				width:100%;
				height:20px;
				margin-top:4px;
				text-align: center;
			}
				
				header ul.navigatie li {
					overflow:hidden;
					list-style:none;
					display: inline-block;
				}
				
					header ul.navigatie li a{
						display:block;
						overflow:hidden;
						
						width:18px;
						height:18px;
						background:url(../images/btn-nav-white.png) 0 0 no-repeat;
					}
					header ul.navigatie li a:hover,
					header ul.navigatie li a.active {
						background:url(../images/btn-nav-black.png) 0 0 no-repeat;
					}
			
		
	/* END: Header */

	/* START: Page */
	#page {
		clear:both;
		margin-top: 31px;
		min-height:400px;
	}
	
		/* START: Content */
		#content {
			width:946px;
			overflow:hidden;
			margin: 0px auto 0;
		}

			#content p {
				font-family: 'Museo100', tahoma;
				color:#000;
				font-weight:normal;
				font-size:15px;
				line-height:23px;
			}
				
			#content a {
				color:#005578;
				font-size:14px;
				line-height:21px;
			}	
				
			#content .referentiedetail p.detail {
					color:#626262;
					font-weight:normal;
					text-align:left;
					font-size:14px;
					line-height:21px;
					margin:0px 0 30px 0;
				}
				
			#content.textpage h1,
			#content h3 {
				color:#005578;
				text-transform:uppercase;
				font-size:40px;
				line-height:40px;
				font-family: 'Museo700', tahoma;
				margin-bottom: 10px;
			}

			#content.textpage h3 {
				margin-top: 25px;
				margin-bottom: 0px;
				font-size: 25px;
				line-height: 25px;
			}

			#content.textpage p {
				line-height: 27px;
				margin-top: 27px;
				font-size: 21px;
				color: #000;
			}

			#content.textpage p.inleiding {
				font-weight: 700;
				color: #005578;
			}

			#content.textpage h1 {
				font-size: 32px;
			}


			html#vervolg #content h3 {
				float: left;
			}
				
			#content .teaser1 {
				float:left;
				width:298px;
				margin:0 25px 0 0;
			}
				
			#content .teaser2 {
				float:left;
				width:298px;
			}	
			
			#content .teaser3 {
				float:left;
				width:298px;
				margin:0 0 0 24px;
			}	
			
				#content .teaser3 .contact {
					width:246px;
					padding: 0px 28px 0 0px;
				}

				#content .teaser3 .contact form {
					margin-bottom: 23px;
					float: left;
				}

				#content .teaser3 .contact a {
					display: inline-block;
					font-size: 15px;
					line-height: 23px;
					font-family: 'Museo100', tahoma
				}

				#content .teaser3 .contact a:hover {
					color: #000;
				}

				#content .teaser3 .contact a span {
					color: #f29200;
				}


			#content ul.diensten {
				width:298px;
				font-family: Museo100, tahoma;
			}
				
				#content ul.diensten li {
					margin-bottom:4px;
					height:50px;
				}
			
				#content li a {
					display:block;
					height:50px;
					font-size:16px;
					color:#4b4a4a;
					line-height:50px;
					padding:0 0 0px 37px;
					background:url(../images/li-arrow-left.png) #f4f4f4 15px center no-repeat;
				}

					#content li a span {
							font-size:12px;
						}			
			
			#content .referentiedetail {
				float:left;
				width:623px;
				height:100%;
				margin:0 25px 0 0;
			}
				
				#content .referentiedetail #slideshow {
					position: relative;
					width: 623px;
					height: 439px;
					overflow: hidden;
				}
			
					#content .referentiedetail img {
						position: absolute;
						top: 0px;
						left: 0px;
						max-width:623px;
						max-height:439px;
						margin-top:20px;
					}
						
						#content .referentiedetail a {
							display: none;
							opacity: 0;
						}
						
						#content .referentiedetail a.active{
							display: block;
							opacity: 1;
						}
			
			#content .referentiedetail li.opties {
					display:inline-block;
					height:20px;
					font-size:14px;
					color:#626262;
					line-height:21px;
					padding:0 0 0 15px;
					background:url(../images/arrow.png) 0 5px no-repeat;
				}	
			
			#content .referentiesub {
				float:left;
				width:298px;
			}
			
				#content .referentiesub .overzicht {
					float:left;
					width:298px;
					background:url(../images/bg-h3-terugnaaroverzicht.png) 0 10px no-repeat;
				}
				
					#content .referentiesub .overzicht .projectfotolinks {
						float:left;
						width:161px;
					}
					
					#content .referentiesub .overzicht .projectfotolinks img {
						max-width:136px;
						max-height:91px;
					}
					
					#content .referentiesub .overzicht .projectfotorechts {
						float:left;
						width:137px;
					}
					
					#content .referentiesub .overzicht .projectfotorechts img {
						max-width:136px;
						max-height:91px;
					}
						#content .referentiesub .overzicht img {
						float:left;
						margin:0 0 18px 0;
					}
				
				
				#content .referentiesub h3.terug {
					color:#7f7d7d;
					text-shadow: 0px 2px #fff;
					font-weight:normal;
					text-transform:uppercase;
					text-align:center;
					font-size:14px;
					line-height:21px;
					padding:0 0 0 15px;
					background:url(../images/arrow-back.png) 50px 6px no-repeat;
				}

			#content ul.navigate {
				float: right;
				font-family: Museo700,  tahoma;
				margin-top: 16px;
			}

				#content ul.navigate li {
					float: right;
					display: inline;
					height: auto;
					line-height: 21px;
					font-size: 15px;
					text-align: center;
					padding: 0px;
					margin: 0px;
					color: #005578;
					text-transform: uppercase;
				}

				#content ul.navigate li span,
				#content ul.navigate li a:hover {
					color: #f39200;
				}

				#content ul.navigate li.page {
					margin: 0px 15px;
				}

				#content ul.navigate li a{
					background: none;
					display: inline;
					height: auto;
					line-height: 21px;
					padding: 0px;
					margin: 0px;
					color: #005578;
				}
			
			#projecten {
				display:block;
				overflow:hidden;
				width:946px;
				margin:50px auto 0;
			}
				
				#projecten h4 {
					width:946px;
					color:#1e1d1d;
					font-weight:normal;
					text-transform:uppercase;
					font-size:16px;
					line-height:35px;
					margin-bottom:14px;
					border-bottom: 2px solid #edecec;
				}
				
				#projecten p.projecten a {
					color:#1e1d1d;
					font-weight:normal;
					font-size:16px;
					line-height:35px;
					margin-bottom:14px;
				}
				#projecten p.projecten a:hover,
				#projecten p.projecten a.active {
					color:#ff4200;
				}
				
				#projecten .project {
					float:left;
					width:217px;
					height:260px;
					margin:15px 25px 0 0;
				}
				
				#projecten .projectlast .afb,
				#projecten .project .afb {
					position:relative;
					overflow:hidden;
					width:217px;
					height:217px;
				}
					
					#projecten .projectlast .afb img,
					#projecten .project .afb img {
						position: absolute;
						max-height: 217px;
						margin-left: -100%;
					}
				
				
				
				#projecten .projectlast {
					float:left;
					width:217pfx;
					height:260px;
					margin:15px 0 0 0;
				}
				
		
		/* END: Content */
	
	div#producten {
		float: left;
		width: 100%;
		font-family: Museo100, tahoma;
		margin-top: 21px;
	}
		html#vervolg div#producten {
			margin-top: 0px;
		}

		div#producten .row {
			overflow: hidden;
			margin-top: 21px;
		}

		div#producten h3 {
			font-family: 'Museo700';
			font-weight: 700;
			width: 100%;
		}

		div#producten div.product {
			float: left;
			width: 443px;
			margin-left: 60px;
		}

			html#detail div#producten div.product,
			html#vervolg div#producten div.product {
				width: 302px;
				margin-left: 20px;
				position: relative;
			}
				
				div.product img.verkocht {
					position: absolute;
					top: 0px;
					left: 0px;
					max-width: 230px;
				}


			div#producten div.product.first,
			html#detail div#producten div.product.first,
			html#vervolg div#producten div.product.first {
				margin-left: 0px;
			}

			div#producten div.product img {
				width: 443px;
			}
				html#detail div#producten div.product img,
				html#vervolg div#producten div.product img {
					width: 302px;
				}

			div#producten div.product ul {
				float: left;
			}
				div#producten.tractoren div.product ul {
					float: left;
					width: 100%;
				}

				div#producten.tractoren div.product span.prijs {
					float: right;
					margin-top: -21px;
				}

			div#producten div.product ul li {
				line-height: 21px;
				height: auto;
				font-size: 19px;
				color: #000000;
				font-family: Museo100, tahoma;
			}
				html#detail div#producten div.product ul li,
				html#vervolg div#producten div.product ul li {
					font-size: 14px;
				}

			div#producten div.product a ul li.titel {
				font-family: Museo700, tahoma;
				color: #005578;
			}

			div#producten div.product a span {
				float: right;
				font-family: Museo700, tahoma;
				font-size: 19px;
				color: #005578;
			}
				html#detail div#producten div.product a span,
				html#vervolg div#producten div.product a span {
					font-size: 14px;
					color: #f39200;
				}

	div#producten a#aanbod {
		float: right;
		color: #FFF;
		text-transform: uppercase;
		font-family: museo700, tahoma;
		font-size: 20px;
		font-weight: 700;
		text-align: center;
		padding: 15px 35px;
		background: #f29200;
		margin: 21px 0px 10px;
	}

	/* END: Page */
	
	/* START: Footer */
	footer {
		overflow:hidden;
		width:100%;
		margin:20px auto 0px;
		padding-bottom: 20px;
		background: #005578;
		border-top: 15px solid #f39200;
		font-family: museo100, tahoma;
	}
		footer p {
			color:#fff;
			font-weight:normal;
			font-size:14px;
			line-height:21px;
		}
		
		footer a {
			color:#FFF;
		}
		
		footer h2 {
			color:#FFF;
			font-weight:normal;
			text-transform:uppercase;
			font-size:17px;
			line-height:21px;
			font-family: 'Museo500';
		}
		
		footer .container {
			margin:20px auto 20px;
			width:946px;
		}
		
		footer .contactgegevens {
			float:left;
			width:946px;
		}
		
		footer .contactgegevens1 {
			float:left;
		}
		
		footer .contactgegevens5 {
			float:right;
		}

			footer .contactgegevens5 ul {
				float: right;
			}

			footer .contactgegevens5 ul li {
				float: right;
				margin-left: 5px;
				padding-right: 5px;
				border-right: 1px solid #FFF;
			}

			footer .contactgegevens5 ul li:first-child {
				border: none;
			}

			footer .contactgegevens5 ul li a {
				color: #FFF;
			}
		
			footer .contactgegevens5 li {
					font-size:12px;
					color:#fff;
					line-height:21px;
				}
		
			footer .contactgegevens5 li.facebook a {
					display:inline-block;
					font-size:12px;
					color:#c8c8c8;
					line-height:21px;
					padding:0 0 0px 30px;
					background:url(../images/ico-facebook.jpg) left center no-repeat;
				}
				footer .contactgegevens5 li.facebook a:hover,
				footer .contactgegevens5 li.facebook a.active {
					padding:0 0 0 30px;
					color:#a3a2a2;
					background:url(../images/ico-facebook-on.jpg) left center no-repeat;
				}	
				
			footer .contactgegevens5 li.linkedin a {
					display:inline-block;
					font-size:12px;
					color:#c8c8c8;
					line-height:21px;
					margin:10px 0 0 81px;
					padding:0 0 0px 30px;
					background:url(../images/ico-linkedin.jpg) left center no-repeat;
				}
				footer .contactgegevens5 li.linkedin a:hover,
				footer .contactgegevens5 li.linkedin a.active {
					margin-left:81px;
					padding:0 0 0 30px;
					color:#a3a2a2;
					background:url(../images/ico-linkedin-on.jpg) left center no-repeat;
				}		
		
		footer .mediagegevens {
			float:left;
			margin:20px 0 0 0;
			width:946px;
			height:50px;
		}
		
		footer .mediagegevens p.media {
			float:right;
			color:#fff;
			font-size:12px;
			line-height:21px;
		}
		
		footer .mediagegevens p.copy {
			float:left;
			color:#fff;
			font-size:12px;
			line-height:21px;
		}
	/* END: Footer */
#contact-form {
	float: left;
	width: 502px;
}

	.contact #contact-form.form {
		width: 250px;
	}


	#contact-form ul {
		font-size: 19px;
		line-height: 46px;
		font-family: Museo100, tahoma;
		width: 502px;
		margin-top: 27px;
	}

		#contact-form ul li input.text {
			width: 320px;
			height: 39px;
			line-height: 41px;
			border: 1px solid #e9e2d2;
		}

		#contact-form ul li textarea {
			max-width: 316px;
			min-width: 316px;
			border: 1px solid #e9e2d2;
			margin-top: 3px;
			min-height: 125px;
			font-family: arial;
			font-size: 13px;
		}

		#contact-form ul li label {
			width: 170px;
			float: left;
		}

			#contact-form ul li label.hidden {
				opacity: 0;
			}

		#contact-form ul li input.button {
			color: #FFF;
			background: #f39200;
			height: 57px;
			line-height: 57px;
			font-family: Museo700, tahoma;
			font-weight: 700;
			font-size: 20px;
			margin-right: 10px;
			text-align: center;
			width: 297px;
			border: 0px;
			float:right;
			text-transform: uppercase;
		}

		#contactgegevens {
			float: right;
			width: 390px;
			padding-top: 70px;
		}

			#contactgegevens h4 {
				font-size: 19px;
				font-family: Museo700, tahoma;
				font-weight: 700;
				color: #005578;
				text-transform: uppercase;	
			}

			#contactgegevens .adresgegevens {
				overflow: hidden;
				margin-bottom: 45px;
			}

			#contactgegevens ul.adr {
				font-size: 20px;
				font-weight: 400;
				font-family: Museo300, tahoma;
				line-height: 30px;
				color: #000;
				margin-top: 31px;
				float: left;
			}

				#contactgegevens ul.adr li.blue {
					font-weight: 700;
					color: #005578;
				}

				#contactgegevens ul.phmail {
					float: left;
					margin-left: 45px;
					line-height: 30px;
					font-size: 20px;
					font-weight: 400;
					font-family: Museo300, tahoma;
					margin-top: 61px;
				}

			#contactgegevens dl {
				float: left;
				width: 100%;
				line-height: 30px;
				font-size: 20px;
				font-weight: 400;
				font-family: Museo300, tahoma;
				margin: 10px 0px 0px 0px;
			}

				#contactgegevens dl dt {
					float: left;
				}

				#contactgegevens dl dd {
					float: left;
					margin-left: 0px;
				}

					#contactgegevens dl dd h5 {
						margin: 0px 0px 20px 0px;
						padding: 0px;
						font-size: 19px;
						line-height: 30px;
						font-weight: 700;
						font-family: Museo700, tahoma;
						color: #005578;
						text-transform: uppercase;
					}

					#contactgegevens dl dd a {
						font-size: 20px;
						font-weight: 400;
						font-family: Museo300, tahoma;
						color: #000;
					}

			#contactgegevens ul#route {
				float: left;
				margin-top: 55px;
				width: 100%;
			}

					#contactgegevens ul#route input.text {
						width: 376px;
						padding: 0px 5px;
						height: 30px;
						font-size: 19px;
						line-height: 30px;
						font-weight: 400;
						font-family: Museo300, tahoma;
						margin: 5px 0px;
					}

					#contactgegevens ul#route input.button {
						float: right;
						border: 0px;
						background: #f39200;
						color: #FFF;
						font-size: 19px;
						font-weight: 400;
						font-family: Museo700, tahoma;
						text-transform: uppercase;
						padding: 0px 70px;
						height: 57px;
						line-height: 57px;
						margin-top: 10px;
					}
html#detail #page {
	margin: 32px 0px 0px;
}

#content.detail {
	width: 640px;
	float: left;
	font-size: 18px;
	font-family: Museo300, tahoma;
	font-weight: 400;
	line-height: 24px;
}
	#content.detail h3,	
	#content.detail h1 {
		font-size: 28px;
		font-weight: 700;
		font-family: Museo700, tahoma;
		text-transform: uppercase;
		color: #005578;
		line-height: 32px;
	}

	#content.detail h3 {
		clear: both;
		padding-top: 30px;
		padding-bottom: 5px;
		border-bottom: 1px solid #005578;
		line-height: 25px;
	}

	div.fotonav a,
	#sidebar-right #navigate a,
	#content.detail a.meer {
		text-transform: uppercase;
		font-family: Museo700, tahoma;
		font-weight: 700;
		font-size: 15px;
		margin-top: 15px;
		float: left;
		color: #005578;
	}

		#sidebar-right span {
			font-size: 28px;
			font-weight: 700;
			font-family: Museo700, tahoma;
			text-transform: uppercase;
			float: right;
			color: #005578;
		}

		#sidebar-right #navigate a {
			margin-top: 0px;
		}

		#sidebar-right #navigate a.volgende {
			float: right;
		}

		#sidebar-right #navigate a:hover,
		#content.detail a.meer:hover {
			color: #f29200;
		}

		div.fotonav {
			width: 100%;
			overflow: hidden;
			padding-top: 29px;
			height: 18px;
		}

		div.fotonav a.vorige-fotos { float: left; margin-top: 0px;}
		div.fotonav a.volgende-fotos { float: right; margin-top: 0px;}

	#content.detail div#slider {
		width: 100%;
		overflow: hidden;
		position: relative;
		clear: both;
		float: left;
		margin-top: 4px;
	}

			div#slider img#verkocht {
				position: absolute;
				top: 0px;
				left: 0px;
			}

		#content.detail div#slider #blok {
			position: absolute;
			bottom: 4px;
			width: 100%;
		}

			#content.detail div#slider #blok ul {
				float: right;
				margin-right: 30px;
			}

			#content.detail div#slider #blok ul li {
				float: left;
				margin-left: 15px;
			}

			#content.detail div#slider #blok ul li a {
				background: none;
				padding: 0px;

			}

		#content.detail div#slider img.detail-img-large {
			max-width: 670px;
		}

#sidebar-right {
	float: right;
	width: 327px;
}

	#sidebar-right #navigate {
		margin-top: 48px;
		height: 18px;
		overflow: hidden;
	}

	#sidebar-right #thumb_list {
		position: relative;
		width: 327px;
		height: 556px;
		float: left;
		overflow: hidden;
		padding-top: 20px;
	}

		#sidebar-right #thumb_list ul.thumbs {
			position: absolute;
			width: 100%;
			top: 57px;
		}
		
		#sidebar-right #thumb_list ul.thumbs li {
			float: left;
			width: 156px;
			margin-top: 15px;
		}

				#sidebar-right #thumb_list ul.thumbs li.left {
					margin-right: 15px;
				}

		#sidebar-right #thumb_list ul.thumbs li img {
			max-width: 156px;
			max-height: 120px;
		}

		#sidebar-right #info {
			clear: both;
			width: 100%;
			overflow: hidden;
			float: left;
			margin-top: 34px;
		}

			#sidebar-right #info h3 {
				font-size: 25px;
				font-weight: 700;
				font-family: Museo700, tahoma;
				line-height: 25px;
				border-bottom: 1px solid #005578;
				padding-bottom: 5px;
				color: #005578;
				text-transform: uppercase;
			}

			#sidebar-right #info div.eigenschappen {
				border-bottom: 1px solid #005578;
				float: left;
				padding: 10px 0px;
				margin-bottom: 10px;
			}

			#sidebar-right #info dl.details {
				font-size: 15px;
				font-family: Museo100, tahoma;
				font-weight: 400;
				line-height: 20px;
				margin: 0px;
				color: #000;
				overflow: hidden;
				border-top: 1px solid #f4f4f4;
				padding: 2px 0px;
			}
				#sidebar-right #info dl.details.first {
					border-top: 0px;
				}

				#sidebar-right #info dl.details.leaseprijs {
					border-bottom: 0px;
					float: left;
					overflow: hidden;
					border-top: 0px;
				}

				#sidebar-right #info dl.details.leaseprijs dt {
					width: 75px;
				}

				#sidebar-right #info dl.details.leaseprijs dd {
					width: 217px;
					padding-left: 80px;
					text-align: right;
				}

				#sidebar-right #info dl.details dt {
					width: 180px;
					float: left;
				}

				#sidebar-right #info dl.details dd {
					width: 147px;
					padding-left: 180px;
					margin: 0px;
				}

					#sidebar-right #info dl.details.leaseprijs dd {
						font-family: Museo700, tahoma;
						color: #005578;
					}
div#usps {
	width: 100%;
	float: left;
	font-size: 19px;
	font-family: Museo300, tahoma;
	font-weight: 400;
	line-height: 50px;
}
	
	div#usps ul li {
		float: left;
		padding: 0px 13px 0px 13px;
		margin-right: 4px;
		background: #f4f4f4;
	}

		div#usps ul li span {
			font-family: Museo700, tahoma;
			font-weight: 700;
			color: #f29200;
			font-size: 23px;
		}

	div#usps a {
		float: right;
		color: #FFF;
		background: #f29200;
		text-transform: uppercase;
		text-align: center;
		width: 297px;
		height: 50px;
	}

div#bekeken {
	float: left;
}
	
	div#bekeken #producten {
		margin: 0px;
	}
		
	div#bekeken h3 {
		padding-top: 30px;
		padding-bottom: 0px;
		margin-bottom: 0px;
		line-height: 25px;
		color: #005578;
		font-family: Museo700, tahoma;
		font-weight: 700;
		font-size: 25px;
		text-transform: uppercase;
	}