	/*****************************************************************************************
    ** 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,
	caption, tbody {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}
	
	a {
		text-decoration:underline;
		color:#333e91;
	}
	
	body {
		line-height: 1;
	}
	ol{
		list-style: none;
	}
	 
	ul {
		list-style-type: square;
        margin-left: 45px;
        margin-bottom: 17px;
	}
	ul.mainpopular {
	    list-style-type: none;
		margin-left: 0px;
        margin-bottom: 0px;
		text-align: left;
		font-size: 10pt;
	}
	ul.footer {
	    list-style-type: none;
		margin-left: 0px;
        margin-bottom: 0px;
	}
	 
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}

	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}

	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}	

	/*****************************************************************************************
    ** FONTS                                                                                **
    *****************************************************************************************/

	/*****************************************************************************************
    ** BASIS                                                                                **
    *****************************************************************************************/	
	
	
	h1, h2, h3 {
		color: #17479E;
		font-size: 24px;
		font-weight: 400;
		letter-spacing: -1px;
		line-height: 30px;
		padding: 10px 0;
	}	
	
	h2 a,
	h2 {
		font-size: 18px;
	}	
	
	h3 {
		font-size: 14px;
	}	
	
	body {
		background:#FFFFFF;
		font-family: 'Istok Web', sans-serif;
		color:#3a3a3a;
	}
	
	div.fullwidth {
		background-color:#FF0000;
		float:left;
		width:100%
	}
	

	div.centerthis {
		margin:0 auto;
		padding:0 10px;	
		position:relative;
		width:960px;
		background:#fff;
		z-index:10;
	}	
	
	.attention input {
		background:#ffe5e5;
	}
	
	div.header {
		float:left;
		width:960px;
		margin-bottom:10px;		
		background:#fff;
		position:fixed;
		top:0;
		z-index:9999;
	}

	.column-wrapper,
	.projecten {
		margin-top:190px;	
	}

	#algemeen_metslide #slideshow {
		margin:0;	
	}

	

	
		@font-face {
		font-family: 'DesyrelRegular';
		src: url('fonts/desyrel-webfont.eot');
		src: url('fonts/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
			 url('fonts/desyrel-webfont.woff') format('woff'),
			 url('fonts/desyrel-webfont.ttf') format('truetype'),
			 url('fonts/desyrel-webfont.svg#DesyrelRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

	.header .contact {
		width:295px;
		float:right;
		padding:20px 0 0 0;
		text-align:right;
	}	

	.phone {
		color:#d4711c;
		font-weight:bold;
		font-size:14px;
		margin-bottom:15px;
	}

	.button {
		background:#17479E;
		border-radius:5px;
		display:inline-block;
		color:#fff;
		text-decoration:none;
		font-weight:bold;
		padding:10px 20px;
		border-bottom:3px solid #0a2d74;
	}

	.button:hover {
		border:none;
		margin-top:3px;
	}

    #product-images {
        margin-left:0;
        list-style:none;
    }
	
	div#logo {
		float:left;
		height:90px;
		width:305px;
		margin-top:20px;
	}

		div#secondary-logo {
			width: 160px;
			float: left;
			margin: 25px 60px;
		}

	div#slogan {
		float: left;
		margin:10px 0 10px 0;
	}

	#content h3 {
		font-size:16px;
		font-weight:bold;
	}
	
	#cta-wrapper h3 {
		font-weight:bold;
	}

	div#slogan h3 {
		padding:0;
	}

	div#additional-logo {
		float:left;
		margin:35px 20px 0 20px;
	}
	
	div.slogan span {
		color:#d4711c;
		text-decoration:underline;
	}

	.fb-like {
		overflow: hidden;
		height: 20px;
	}
		
	div.mainmenu {
		float:left;
		margin-top:10px;
		height:60px;
		width:960px;	
		background:#D6D9E9;
	}

	
		div.mainmenu ul {
			float:left;
			list-style-type:none;
			margin:0;
					  
		}

		div.mainmenu ul li {
		  float: left;
		  padding: 0; 
		  margin:0;
		  background:url(../images/layout/menu-seperator.jpg) no-repeat right;
		}

		div.mainmenu ul li:last-child {
			background:none;
		}

		div.mainmenu ul li a {
		  display: block;
		  float: left;
		  height: 30px;
		  overflow: hidden;
		  padding: 15px 10px ;
		  letter-spacing: -1px;
		  font-size: 15px;
		  font-weight: 400;
		  text-decoration: none;
		  color:#3a3a3a; 
		}
		
		div.mainmenu ul li a div.menu-slogan {
			font-size:12px;
			color:#7f808a;
		}
		
		div.menu-slogan {
			margin-top:3px;
		}

		div.mainmenu ul li a.current,
		div.mainmenu ul li a:hover {
			color:#343F91;
		}
		
		/* dropdown */
    
		div.mainmenu ul.dropdown                     { position: relative; margin:0; padding:0; }
		div.mainmenu ul.dropdown li:last-child a     { border-right: none;} /* Doesn't work in IE */
		div.mainmenu ul.dropdown li.hover,
		div.mainmenu ul.dropdown li:hover            { position: relative; margin:0; padding:0; }


		/* 
		LEVEL TWO
		*/
		div.mainmenu ul.dropdown ul                  { float:left; min-width:165px; padding:10px; z-index:999; margin-top:-2px; padding-top:0px; padding:0; visibility: hidden; position: absolute; top: 100%; left: 0; background:#D6D9E9; }
		div.mainmenu ul.dropdown ul li               { padding:0; min-width:165px; border:0; margin:0; background:none;}
		div.mainmenu ul.dropdown ul li a 			{ border:0; min-width:165px; margin:0px; padding:5px; line-height:20px; height:20px; font-size:14px;}
										  
												/* IE 6 & 7 Needs Inline Block */
		div.mainmenu ul.dropdown ul li a             { border-right: none; display: inline-block; } 
		div.mainmenu ul.dropdown ul li a:hover 		{ color:#343f91; }
		/* 
		LEVEL THREE
		*/
		div.mainmenu ul.dropdown ul ul               { left: 100%; top: 0; }
		div.mainmenu ul.dropdown li:hover > ul       { visibility: visible; }

	div#visuals {
		background:transparent url(../images/layout/main-bg.gif) no-repeat scroll 50% 0;
	}		
		
	div.visuals {
		float:left;
		height:420px;
		width:960px;	
	}
	
		div#slideshow {
			float:left;
			width:960px;
			margin:10px 0;
			overflow:hidden;
			position:relative;			
		}

			div#slideshow .cycle-next,
			div#slideshow .cycle-prev {
				position:absolute;
				z-index:999;
				margin:150px 0;
				cursor:pointer;
			}

			div#slideshow .cycle-next { right:10px; }
			div#slideshow .cycle-prev { left:10px; }

		div#header-box {
			float:left;
			height:340px;
			margin:40px 0 0 0;
			width:280px;
		}
		
		div#header-box a {
			text-decoration:none;
			color:#3A2B22;
			cursor:pointer;
		}
		
			div#header-box p{
				margin:5px 0 25px 0;
			}
		


			#slogan span {
				color: #7A1C06; 
			}	
	
	
		.col-1 {
			float:left;
			min-height:50px;
			margin:10px 10px 10px 0;
			width: 630px;
		}
		
		.col-1 table tr td,
		.col-1 ul,
		.col-1 p {
			color: #363636;
			font-size: 14px;
			line-height: 18px;
			padding: 0 0 0px;
		}		
		
		.col-1 ul {
			margin-left: 25px;
			padding-bottom: 10px;
		}
		
		.col-2 {
			float:right;
			min-height:50px;
			margin:10px 0 10px 10px;
			width:300px;
			position:relative;
		}

		.col-full {
			float:left;
			min-height:50px;
			margin:10px 0 10px 0;
			width:960px;	
		}		

	div#footer {
		background:#e3e5f4;
		float:left;		
		width:960px;	
		margin-bottom:40px;
	}

		#footer .block {
			margin:0 10px;
			float:left;
			clear:none;
			width:220px;	
			font-size:12px;			
		}

		#footer .block h3 {
			line-height: normal;
			padding:0;
			margin-bottom:10px;
			font-size:16px;
		}
	
		#footer .block a {
			text-decoration:none;			
			color:#3a3a3a;
		}
	
		#footer .block li {
			margin-bottom:5px;	
		}

		
		
	ul.footer  li {
		margin:0;
	}


	#footer .contact-blocks .block h3 {
		margin-bottom:5px;
	}	

	#footer .contact-blocks .block {
		font-size:12px;	
		line-height:20px;
	}
	
	#footer .phone {
		margin-bottom:10px;	
	}

	#footer a.button {
		color:#fff;	
	}
	

	.column-wrapper .dropdown {
		list-style: initial;
		margin: initial;
		padding: 0 0 0 40px;
	}

	.column-wrapper .dropdown li {
		display:list-item;
	}

	.column-wrapper .dropdown ul {
		list-style-type: none;	
		padding: 0 0 0 40px;
	}


	.home #content {
		width:610px;
		padding-left:20px;
		float:left;
	}

	#cta-wrapper {		
		margin:0 0 20px 0px;
		float:left;
		width:320px;
	}

	#cta-wrapper .block {
		width:auto;
	}

	#cta-wrapper h3 {
		font-size:18px;			
		color:#d4711c;
	}

	#cta-wrapper ul {
		margin:0;
		padding:0;
	}

	#cta-wrapper li {
		margin-bottom:5px;
	}

	#cta-wrapper li a {
		text-decoration:none;
		color:#3a3a3a;	
		font-size:13px;
	}

	#cta-wrapper li a:hover {
		text-decoration:underline;
	}

	#locations li {
		display:inline-block;
		width:49%;
	}

	#cta-wrapper #filter {
		margin-left:-5px;
	}

	#cta-wrapper #filter .form-record {
		width:303px;
		padding:5px;
		margin:5px;
	}

	#cta-wrapper #filter .placeholder {
		width:280px;
	}

	#cta-wrapper #filter .small {
		margin:5px;
	}

	#cta-wrapper #filter .small input {
		width:266px;	
	}

	#cta-wrapper #filter #search_but {
		float:right;
		padding:8px 25px;
		margin:5px;
	}

	#cta-wrapper #filter .dropdown {
		width:313px;
	}

	#cta-wrapper .cross {
		right:30px;
		top:13px;
	}

	.project-cta {
		float:left;
		width:150px;
		text-align:center;
		margin:10px 0 0 0;
	}

	.project-cta:nth-child(2n+1) {
		margin-left:20px;
	}
	
	.project-cta a {
		color:#d4711c;
		text-decoration:none;	
	}

	.project-cta img {
		margin:10px 0 0 0;
	}
	
	#content .home-content-block p {
		margin:0;
	}
	
	.news-link {
		text-decoration:none;
		margin-top:10px;
		display:block;
		color:#d4711c;
		font-size:13px;
	}

#subscribe-form input.formfield {
	width:211px;
	height:26px;
	padding:2px;
	border:1px solid #BBBDBF;
}
	
#subscribe-form input#subscribe-submit {
    background: #FFFFFF;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 36px;
    margin: 0 0 0 13px;
    padding: 0;
    width: 99px;
	color:#343f92;
}


.line-hor {
    background: none repeat scroll 0 0 #EAE6DA;
    height: 2px;
    margin: 0 0 19px;
    overflow: hidden;
    width: 100%;
}

ul.proposals {
	float:left;
	padding:0 0 15px 0;
}

div.content-container {
	float:left;
	padding:8px 0 15px 0;
	width:620px;
}

div.block{
	clear:both;
	float:left;
	padding:15px 0 15px 0;
	width:280px;
}

div.block #youtubevideo {
	min-height:220px;
}

.proposals span {
  width: 136px;
  height: 23px;
  background: url(../images/layout/bg_caption.png) no-repeat;
  padding-left: 7px;
  font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #e3dfd3;
  display: block;
  line-height: 23px;
  position: absolute;
  left: 3px;
  bottom: -30px; 
}

.list-2 {
  width: 100%;
  padding: 0 0 8px 0;
  overflow: hidden; 
 }

.list-2 li {
  float: left;
  position: relative;
  padding: 0 5px 5px 0;
  height: 103px;
  overflow: hidden; 
}

.list-2 li a {
  height: 103px;
  overflow: hidden;
  position: relative;
  display: block; 
}

.list-2 li.extra {
  padding-right: 0px; 
}	


.list-3 {
  overflow: hidden;
  margin: 0 0 10px 0; }

.list-3 dt {
  background: url(../images/layout/pic-1.gif) no-repeat 0% 0%;
  padding: 3px 0 6px 36px;
  line-height: 14px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #7a1c06; }

.list-3 dt a {
  color: #17479E; }

.list-3 dd {
  padding: 0 0 15px 0;
  font-size: 14px;
  color: #363636; }

.list-3 dd.extra {
  padding: 0 0 9px 0; 
}	
	
	
ul.list-4 {

}

ul.list-4 li {
	border-bottom:1px dotted #CCCCCC;
	display:block;
	float:left;
	clear:both;
	margin:3px 0 0 0;
	padding:0 0 3px 0;
	width:100%;
}

ul.list-4 li a{
	text-decoration:none;
	color:#3a3a3a;
}
	
.downloadlink {
	background:transparent url(../images/layout/disk.png) no-repeat 0 50%;
	padding:0 0 0 25px;
	height:22px;
	line-height:22px;
	float:left;
	font-size:14px;
	margin:0 0 0 15px;
}	
	
.clear {
  clear: both;
  font-size: 0%;
  line-height: 0%;
  height: 0; 
}	

a.detaillink {
	clear:both;
	color:#17479E;
	float:right;
	text-decoration:none;
	margin:3px 0 10px 0;	
}

a.detaillink:hover {
	text-decoration:underline;
}

#googlemap {
	float:left;
}

.info-window {
	width:200px;
	padding:20px;
}

/*****************************************************************************************
** WEBWINKEL/PROJECTEN	                                                                **
*****************************************************************************************/	


/* listview */

.product {
	float:left;
	margin:10px;
	width:300px;
	height:374px;
}	
	
	.product img {
		
	}

#content {
	padding:10px;
	line-height:20px;
}

	#content h1 {
		text-align:center;
		font-size:24px;
		font-weight:bold;
	}
	
	#content p {
		margin:0 0 20px 0;
	}

.product-detail {
	border-left:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	padding:20px;
	color:#3a3a3a;
	font-size:13px;
	font-family: 'Istok Web', sans-serif;
}
	.product-detail h2 a,
	.product-detail h2 {
		margin:0 0 5px 0;
		padding:0;
		color:#d4711c;
		text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:16px;
	}

	.product-detail h2 span {
		color:#3a3a3a;
	}

	.location {
		margin-bottom:10px;
		font-weight:bold;
		font-size:14px;
	}

	.product-detail > ul {
		margin:0 0 10px 0;
		min-height:28px;
	}

	.product-detail > ul li {
		margin:2px 0;
		margin-left: 15px;
	}

		.product-detail > ul li:before {

			margin-right:5px;
			
		}

	.price {
		margin-bottom:10px;
		text-align:center;
	}

	.price span {
		color:#d4711c;
		font-size:24px;
		font-weight:bold;
	}

	.more-info {
		width:100%;
		display:block;
		text-align:center;
		text-decoration:none;
		color:#3a3a3a;
		font-weight:bold;		
	}
	
	
	
	/* Filter */
	
	#filter {	
		margin-top:10px;
	}

	#filter .form-record {
		width:228px;
		margin:10px;
		float:left;	
		border:2px solid #DFDADA;
		padding:10px;
		position:relative;	
		
	}

	::-webkit-input-placeholder {
	   font-weight: bold;
	}

	:-moz-placeholder {
	   font-weight: bold;  
	}

	::-moz-placeholder {
	   font-weight: bold;  
	}

	:-ms-input-placeholder {  
	   font-weight: bold;  
	}

		#filter .placeholder,
		#filter .form-record input {
			width:200px;
			border:0px;
			padding:5px;
			font-family: 'Istok Web', sans-serif;
			font-size:13px;
			cursor:pointer;
			color:#3a3a3a;
		}

		#filter .placeholder {
			display:inline-block;
			margin:4px 0;
			font-weight:bold;
		}

		#filter .placeholder.active {
			color:#a9a9a9;
		}

		#filter .form-record img {
			margin:0 0 -3px 0;
		}

	#filter .small {
		width:127px;
		margin:10px 5px;
	}

		#filter .small input {
			width:96px;	
		}
	
		#filter .directions {
			float:right;
			width:10px;
			margin:4px 2px;
		}
	
		#filter .small img {
			float:right;
			display:block;
			margin:1px 0;
		}

	#filter .dropdown {
		position:absolute;
		background:#fff;
		width:248px;
		left:-1px;
		border-left:1px solid #f1f1f1;
		border-right:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
		color:#3a3a3a;
		font-size:13px;
		font-family: 'Istok Web', sans-serif;
		display:none;
		z-index:999;
	}

	#filter .dropdown li {
		padding:15px;
		cursor:pointer;
		list-style-type: none;
	}

	#filter .dropdown li:hover {
		background:#d4711c;
		color:#fff;
	}

	#search_but {
		background:#d4711c;
		color:#fff;
		border:0;
		padding:18px 19px;
		margin:10px;
	}

	.cross {
		position:absolute;
		right:40px;
		text-decoration:none;
		color:#3a3a3a;
		font-size:16px;		
		top:18px;
		display:none;	
		cursor:pointer;
		font-weight:bold;
	}

	.active.cross {
		display:block;
	}

	.feedback {
		padding:20px 10px;
	}
	
	
	.projecten h1 {
		margin:10px;
		color:#d4711c;
	}	

	
	/* Product View */

	#project-slideshow {
		width:640px;
		height:324px;
		overflow:hidden;
	}

	.product-detailview {
		margin:20px 0;
		font-family: 'Istok Web', sans-serif;
		color:#3a3a3a;
		font-size:13px;
	}

		.product-detailview h1 {
			padding:0;
			margin:0 0 20px 0;			
		}

		div.product-detailview-content > ul {
			list-style-type:disc;
			margin:10px 0;
			padding:0 20px;
		}
		
		div.product-detailview-content > ul li {
			margin:0 0 5px 0;
		}
	
		div.product-detailview-content > ul:after {				
			content:'.';
			clear:both;
			color:#fff;			
		}

		div.product-detailview-content p {
			margin:0 0 20px 0;
		}

	.product-detailview-images {
		margin:10px 0;
	}


	ul#product-images .first,
	ul#product-images li:first-child { margin-left:0; }	

	ul#product-images li {
		float:left;		
		margin:10px 0 10px 20px;
	}

	ul#product-images li img {
		display:block;
	}

	.project-foto-button {
		float: right;
		margin: 20px 0 0px 0;
		text-decoration: none;
	}

	.backlink {
		margin:0 0 20px 0;
		padding: 10px 30px;
		background: #d4711c;
		color: #fff;
		text-decoration: none;
	}

	.left {
		float:left;
	}

	div.project-block,
	.project-blokken .block {
		width:260px;
		border:1px solid #efefef;
		margin:0 0 20px 0;
		padding:20px;
	}	
	
	div.project-block img,
	.project-blokken .block img {
		float:none;
	}
	
	div.project-block a,
	.project-blokken .block a {
		text-decoration:none;		
	}

	div.project-block .button,
	.project-blokken .block .button {
		float:left;
		margin-top:20px;
		background:#d4711c;
		color:#fff;
		padding:5px 10px;
		float:right;
		border:none;
	}
	
	div.project-block p,
	div.project-block p a,
	.project-blokken .block p,
	.project-blokken .block p a {
		font-size:14px;
		font-family: 'Istok Web', sans-serif;
		color:#363636;
		line-height:16px;
	}
	
	div.project-block h3,
	div.project-block h3 a,
	.project-blokken h3,
	.project-blokken h3 a {
		color:#d4711c;
		font-family: 'Istok Web', sans-serif;
	}

	/* contactform product viewpage */

	#projectform {
		margin:0 0 40px 0;
	}

		#projectform .formrecord {
			float:left;
			margin:0 0 10px 0;
			clear:none;
		}

		#projectform .small {
			width:300px;
			margin:0 10px;
		}

		#projectform .small input {
			width:300px;
		}

		#projectform .full {
			width:620px;
			margin:0 10px;
		}

			#projectform .full textarea {
				width:620px;
				min-height:150px;
			}	 
	
	#google-map {
		width:310px;
		height:324px;
		margin-bottom:20px;
	}	

	div#project-footer {
		margin:0 0 20px 0;
	}

	#project-info {
		text-align:center;
		margin-bottom:20px;
	}

	#project-info li {
		display:inline-block;
		padding:0 10px;
		width:auto;
		float:none;
	}

		#project-info li.show-bullet:before {
			content:"\2022";
			color:#d4711c;
			margin-right:10px;			
		}
		

		#project-info li img {
			margin-right:10px;
		}

		#project-info li b {
			color:#d4711c;
			font-weight:normal;
		}
	
	.project-contact {
		float:right;
		color:#3a3a3a;
		line-height:20px;
	}

	.project-info h3,
	.project-contact h3 {
		color:#d4711c;
		font-size:16px;
		font-weight:bold;
		margin-bottom:10px;
		padding:0;
	}

	.project-contact h4 {
		font-weight:normal;
		font-size:14px;
		color:#313131;
		margin:0 0 10px 0;
		clear:both;
	}

	.project-info-record {
		margin-bottom:5px;
		font-size:13px;
		line-height:18px;
	}

	.project-info-record b {
		color:#d4711c;
	}

	.project-info-label {
		margin-bottom:5px;
		float:left;
		width:130px;
		margin-right:10px;
	}

	.project-info-value {		
		float:left;
		width:120px;		
	}

	.info-record {
		float:left;
		margin:0 0 10px 0;		
		width:216px;
		min-height:10px;
	}	

	.info-record a {
		color:#d4711c;
	}

	.image-prefix {
		float:left;
		width:18px; 
		margin-right:10px;
	}

	.product-detailview-images {
		text-align:center;
	}

	.product-detailview-images .button {		
		margin-top:20px;
		background:#d4711c;
		color:#fff;
		padding:5px 10px;		
		text-decoration:none;
		margin:10px 20px;
		border:none;
	}

	.cta {
		margin:20px 0;		
	}

	.cta a {
		padding:15px 0px;
		width:200px;
		margin:0 auto 0 auto;
		color:#fff;
		text-align:center;
		background:#17479E;
		text-decoration:none;
		display:block;
		font-weight:bold;
		font-size:18px;
	}

	#ajax-image-loader {
		cursor:pointer;
	}


		#more-projects  {
			background:#d4711c;
			color:#fff;
			padding:20px 35px;
			text-decoration:none;
			display:block;
			width:220px;
			text-align:center;
			margin:40px auto;
		}

	

	/* ---------------- */
	
#contactform {
	margin-left:-10px;
	color:#3a3a3a;
}

.formrecord {
	margin:5px 10px;
}

.formrecord input,
.formrecord textarea {
	border:1px solid #f0f0f0;
	padding:10px;
}

.formrecord label {
	display:block;
	margin-bottom:10px;
	font-size:14px;
}

.formrecord.small {
	width:295px;
	float:left;
}

.formrecord.small input {
	width:273px;
}

.formrecord.large {
	width:610px;
}

.formrecord.large textarea {
	width:588px;
	padding:10px;
	min-height:250px;
}

.formrecord.attention input,
.formrecord.attention textarea {
	background:#ffefef;
}

#captcha label {
	float:left;
	margin:15px 0px;
	font-size:12px;
}

#captcha img {
	float:left;
	margin:10px 20px;
}

#captcha input {
	float:left;
	width:197px;
}

#submit sup {
	font-size:12px;
}

#submit input {
	float:right;
	background:#d4711c;
	color:#fff;
	padding:10px 25px;
	margin:0;
}



/*****************************************************************************************
** FOOTER	                                                               				**
*****************************************************************************************/


div#main-items {
	float:left;
}

div.main-item {
	float:left;
	width:230px;
	margin:8px 5px;
	min-height:100px;
	clear:none;
}
div.main-item h2 {
	font-size:18px;
	padding:3px 0 !important;
	text-align:center;
}

div.main-item-image {
	position:relative;
	float:left;
	width:230px;
	min-height:150px;
}

div.main-item-image img {
	width:230px;
}


div.main-item-image-caption {
	background: url(../images/layout/bg_caption_general.png) repeat-x scroll 0 0 transparent;
	position:absolute;
	bottom:0;
	left:0;
	height:23px;
	line-height:23px;
	width:220px;
	z-index:50;	
	color:#FFFFFF;
	padding:0 5px;
	font-size:13px;
}


div.main-item-desicription {
	float:left;
	width:230px;
	padding:5px 0 15px 0;	
	font-size:14px;
}

div.main-item-link {
	float:left;
	width:230px;	
}
div.main-item-link a {
    float: right;
	text-decoration:none;
	color:#17479E;
}

div.main-item-link a:hover {
	text-decoration:underline;
}

a.main-link  {
    background: url("../images/layout/link.jpg") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    float: right;
    height: 36px;
    line-height: 36px;
    margin: 0 0 0 13px;
    padding: 0;
    width: 99px;
	text-align:center;	
	text-decoration:none;
	color:#FFFFFF;
}

/*****************************************************************************************
** FOOTER	                                                               				**
*****************************************************************************************/

div.footer-block {
	float:left;
	width:230px;
	margin:8px 5px;
	min-height:110px;
}

span.blocktitle {
	color:#FFFFFF;
	margin:0 0 5px 0;
	float:left;
	width:230px;
}

div.footer-block ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

div.footer-block ul li {
	font-size:11px;
	padding:1px 0 0 0;
	float:left;
	width:120px;
}

div.footer-block ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

div.follow-container {
	float:left;
	padding:0 0 15px 0;
	width:230px;
}

div.follow-text {
	float:left;
	font-size:16px;
	font-weight:900;
	width:100px;
	height:30px;
	line-height:30px;
}

div.follow-icons {
	float:left;
	width:130px;
	height:30px;
	line-height:30px;
}

div.slogan-white {
	float:left;
	padding:0 0 15px 0;
	width:230px;	
}

div.disclaimer {
	float:left;
	text-align:right;
	width:950px;
	font-size:12px;
	color:#BBBDBF;
	margin:10px;
}

div.disclaimer a {
	color:#3a3a3a;
}

	/*****************************************************************************************
** Nieuws                                   											**
*****************************************************************************************/

	/* nieuws */	
	#content .nieuws-aside aside {
		margin:0;
	}

	.nieuws-listview-item {
		width:460px;	
		float:right;
		line-height:24px;	 
	}

	.nieuws-listview .seperator {
		float:right;
		width:470px;
		height:40px;
		margin:0;
	}

	#content section .nieuws-listview-item p {
		margin:0;	
	}
	
	.nieuws-listview-home .nieuws-listview-item {
		float:left;
		width:100%;		
		margin:40px 0;
	}

	.nieuws-listview h2 a,
	.nieuws-listview h2 {
		text-decoration:none;
		border:0;
		font-size:16px;
		color:#343f92;
		margin:0;
		padding:0;
	}
	
	.nieuws-listview {
		margin:0 10px;
	}

	.nieuws-listview img {
		
	}

	.nieuws-listview a {
		
	}

	.nieuws-datum {
		font-size:12px;
	}

	#nieuws-content p {
		margin:0 0 20px 0;
	}

	#news-images li {
		display:inline-block;
		padding:2px;
	}

	#detail-social-media {
		margin:20px 0;
		text-align:right;
	}

	#detail-social-media img {
		margin-right:5px;
	}

	#side-bar .nieuws-aside aside p {
		padding:0;
	}
	
	.clear {
		clear:both;
	}

	
	/* nieuws share */

	.nieuws-listview-share {
		float:left;
		width:120px;
		padding:10px;
	}

	.nieuws-listview-sharebutton {
		float:left;
		margin:0px 10px;
		width:40px;
		text-align:center;
	}

	.nieuws-listview-sharebutton a { color:#58585a;	}
	.nieuws-listview-sharebutton a:hover { text-decoration:none; }

	#content .nieuws-listview-sharebutton a img {
		margin:5px 0 10px 0;
	}

	
	.date {
		float:left;
		margin-right:10px;
		width:35px;
	}
	
	.title { 
		float:left;
		margin-left:10px;
		width:410px;
	}
	
	.news-detail-thumb {
		float:left;
		margin:0 10px 10px 0;
	}

	/* Nieuws block listview */
	.home .nieuws-image {
		float:left;
		margin:0 10px 10px 0;
		min-height:auto;		
	}

	.home .read-more {
		float:right;
		text-decoration:none;
		color:#333e91;
		margin-top:10px;
	}

	.home .nieuws-listview {
		margin:0;	
	}

	.home .nieuws-listview-item {
		width:auto;
		float:none;
	}

	
	
	
	

	

/*------- DOWNLOAD ------- */

.downloadWrapper {
	float:left;
	margin:0 0 10px 0;
	width:600px;
	padding-bottom:10px;
	border-bottom:1px dotted #CCCCCC;
}

.downloadImage {
	float:left;
	width:125px;
	overflow:hidden;
	height:100px;
}

.downloadImage img {
	float:left;
	width:125px;
}

.downloadEmail {
    float: left;
    margin-left: 10px;
    margin-top: 45px;
}

/* ----- CONTACT ------ */

div#contact-footer {
	float:left;
	color:#fff;
	width:230px;
}

div.contact-item {
	float:left;
	width:230px;
	font-size:14px;
	margin:2px 0;
}

/* ===== FAQ ===== */

.faq-search {
	width:100%;
	background:#f1f1f1;
	text-align:center;
	padding:50px 0;
}	

	.faq-search h3 {
		font-size:20px;
		color:#d4711c;
		margin:0;
		padding:0;
	}

	.faq-search input {
		border:none;
		padding:5px 10px;
		width:200px;
	}

/*=== HEADERS ===*/
div#slideshowtags {
	display:none;
}

div#slide-tag {
	float:left;
	width:610px;
	height:35px;
	background:url('../images/layout/slide-bg.png') transparent;
	z-index:10;
	position:relative;
    margin-left: 4px;
    margin-top: -41px;
}
div#slide-tag a,
div#slide-tag p {
	text-align:left;
	width:550px;
	margin-top:3px;
	margin-left:20px;
	color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 30px;
	

}

p.feedback {
	float:left;
	width:500px;
}


.news-thumb {
	float:right;
	margin:5px;
}

.news-afbeeldingen {
   background:#D6D9E9;
    border: 1px solid #CCCCCC;
    float: left;
    padding: 20px 0;
    width: 613px;
	margin:20px 0;
}

.news-omschrijving {
	width:450px;
}

.news-img {
    float: left;
    height: 54px;
    margin: 0 0 0 19px;
    overflow: hidden;
    width: 100px;
}

p.inleiding {
	width:450px;
	float:left;
}

.slides {
	width:960px;
	height:340px;
	float:left;
	position:relative;
}

.slides a {
	text-decoration:none;
}

.slide-titel {
	position:absolute;
	bottom:0; left:0;
	padding:10px;
	width:950px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/layout/slide-transparent.png);
}

.toggler {
	float:left;
	display:block;
	position:absolute;
	z-index:999;
}

#button {
	width:20px;
	height:20px;
	background-color:red;
}

#effect {
	float:left;
	background:url("../images/layout/faq-content-bg.png") repeat scroll 0 0 transparent;
	padding:5px;
	display:none;
	width: 20px; 
	height: 135px; 
	position: relative;
	z-index:999;
}

.nationality {
	float:left;
	margin:2px 0;
}

ul.accomodation  {
		margin:30px 20px;
		padding:0;
		width:620px;
		float:left;
}

ul.accomodation li {
	float:left;
	width:300px;
	margin:2px 0;
}

ul.items {
	width:620px;
	float:left;
}

ul.items li {
	float:left;
	width:175px;
	border:1px dotted #CCCCCC;
}

ul.items li img {
	width:175px;
}

.back-link {
    float: right;
	width:620px;
	margin:10px 0;
}

.order_form {
	float:right;
	margin-top:75px;
}

/* ================ LANG ============ */

div#languagebox {
	float:left;
	width:176px;
	height:27px;
	overflow:hidden;
}

ul#flags-container {
    background: url("../images/layout/langbg.png") repeat scroll 0 0 transparent;
    float: right;
    max-height: 27px;
    overflow: hidden;
    position: relative;
    width: 151px;
    z-index:998;
}
ul#flags-container a {
	color:#363636;
	text-decoration:none;
}

ul#flags-container li {
	float:left;
	font-size:9px;
	width:145px;
	cursor:pointer;
	padding:5px 10px;
	text-transform: capitalize;
}

ul#flags-container li:first {

}

ul#flags-container li img {
	float:left;
}

ul#flags-container li p {
	float:left;
	padding:2px 5px;
	margin:0;
	color:#363636;
}

ul#flags-container li p:hover {
		color:#fff;
}

ul#flags-container li a,
ul#flags-container li:hover {
	color:#fff;
}

ul#flags-container:hover {
	max-height:200px;
	overflow:none;
	background:#aeb2d3;
}



/* ================ RELATIVE ============ */

div#relative-house-container {
	float:left;
	width:580px;
	background:#aeb2d3;
	border: 1px solid #343f92;
	margin:20px 0;
	padding:0 20px;
}

div.relative-house {
	float:left;
	width:150px;
	margin:10px;
	padding:10px;
}

div.relative-house-titel {
	float:left;
	font-size:12px;
	width:150px;
	padding:5px 0px;
	text-align:center;
}

div.relative-house-afb {
	width:125px;
	height:75px;
	overflow:hidden;
	text-align:center;
	margin:0 10px;
}

#form_submit {
	margin:10px 21px;
}

/* ========= MODAL BOX ============= */

/* jqModal base Styling courtesy of;
  Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */
  
.jqmWindow {
	display: none;
	position: fixed;
	top: 17%;
	left: 50%;
	margin-left: -432px;
	width: 853px; 
	padding: 15px;
}

.jqmOverlay { background-color: #000; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


div#Video-Youtube {
	float:left;
	margin:0 85px;
}

a#modalClose {
	float:right;
}

div.product-social {
    float: left;
    margin: 0 0 10px 15px;
    width: 275px;
}

div.product-back {
	float:left;
	width:620px;
	margin:10px 0;
}

div.product-back a {
	float:left;
	margin:15px 0;
}

div#map {
	float:left; 
	width:620px;
	height:350px;
	margin: 0 0 30px;
}

#projectlocaties #map {
	width: 960px;
}

div#map div > div > div > div > div > div:nth-child(2) {
	width: 180px !important;
	height: 200px !important;
}  

div#map div > div > div > div > div > div > div {
	overflow: hidden !important;
}  
div#map div > div > div > div > div > div > div > div {
	overflow: hidden !important;
	min-height: 100% !important;
	min-width: 100% !important;
}  

.googlemap-content {
	padding: 0 20px 20px 20px !important;
	background-color: #FFF !important;
}

div.product-afbeelding {
	float:left;
	margin:2px;
	width:120px;
	height:80px;
	overflow:hidden;
	text-align:center;
}

div.product-afbeelding img {
	width:100%;
}

#house-blocks {
	border-bottom:1px solid #bbbdbf;
}

.right-block {
	right:-180px;
	top:20%;
	position:fixed;
	z-index:9999;
}

/* agenda */
	
	.agenda-item {
		padding:0 0 10px 0;
		margin-bottom:10px;
		color:#17479E;
		font-size:12px;
		float:left;
		border-bottom:1px dotted #CCCCCC;
		width:620px;
	}
	
	#agenda-locatie,
	#agenda-month,
	#agenda-year,
	#agenda-date {
		float:left;
		margin-right:20px;	
		margin-top:5px;
		width:40px;
	}
	
	#agenda-locatie{
		width:200px;
		margin-left:20px;
		margin-right:20px;	
	}
	
	#agenda-plaats{
		margin-top:5px;
		float:left;
		width:130px;
	}
	
	#agenda-button {
		float:right;
		text-decoration:none;
		padding:5px 15px;
		background-color:#d14836;
		background-image: -webkit-linear-gradient(top,#17479E,#1a4fb0);
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color:#fff;
	}
	
	#agenda-button:hover {
		background-color:#17479E;
		background-image: -webkit-linear-gradient(top,#CCCCCC,#dfdfdf);
		-webkit-border-radius: 2px;
		border-radius: 2px;
	}
	
	.agenda-more {
		text-decoration:none;
		font-size:12px;
		float:right;
		margin:10px 0;
	}

	/* Foto's */
	.foto {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.foto-album {
		float: left;
		width: 195px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.foto-album h3 a {
		font-weight: bold;
		text-decoration: none;
	}
	
	.foto-album h3 {
		height:30px;
	}
	
	.addthis_overlay_container {
		z-index: 80;
	}
	.left-block {
		left:0;
		position:fixed;
		z-index:5;
		top:20%;
		width:115px;
		height:130px;
		cursor:pointer;
		background:url('../images/layout/playbutton.jpg') right no-repeat #fff;
	}

	.right-block {
		right:-180px;
		top:20%;
		position:fixed;
		z-index:5;
	}
	
	.teruglink {
		text-decoration:none;
		margin:10px 0;
	}
	
	.clear {
		clear:both;
		display:block;
	}
	
	/* profielen */
	
	div.profiel {
		width:620px;
		border-bottom:1px dotted #CCCCCC;
		padding-bottom:10px;
		margin-bottom:10px;		
	}
	
	div.profiel > img {
		float:left;
		margin:0 20px 0 0;
	}
	
	ul.profiel-data img {
		margin:5px 2px;
	
	}
	
	ul.profiel-data li {
		margin:2px 0;
	}
	
	ul.profiel-data li span {
		color:#17479E;
		font-weight:bold;
	}
	
	div.block div.profiel {
		width:100%;
		font-size:12px;
		border:none;
	}
	

	div.block div.profiel > img {
		float:left;
		width:70px;
		border-radius:100%;
	}	
	
	div.block ul.profiel-data {
		float:left;
		width:130px;
	}
	
		.landingspage-form {
		margin: 0 -10px;
	}
	
	.landingspage-form .form-row {
		margin: 0 10px 10px 10px;
	}
	
	.landingspage-form .form-row.small {
		float: left;
		width: 300px;
	}
	
	.landingspage-form .form-row label {
		display: block;
		margin-bottom: 5px;
	}
	
	.landingspage-form .form-row input[type=text],
	.landingspage-form .form-row textarea {
		border: 1px solid #d5d5d5;
		padding: 5px;
		width: 610px;
	}
	
	.landingspage-form .form-row textarea {
		height: 100px;
	}
	
	.landingspage-form .form-row.small  input[type=text] {
		width: 287px;
	}
	
	.landingspage-form .form-row.captcha label,
	.landingspage-form .form-radio label {
		display: inline;
	}
	
	.landingspage-form .form-radio {
		float: left;
		width: 155px;
	}
	
	.landingspage-form .form-row.captcha img {
		vertical-align: middle
	}
	
	.landingspage-form .form-row.captcha input[type=text] {
		width: 186px;
		margin:0 0 0 10px;
	}
	
	.landingspage-form .form-row.actions input {
		float: right;
	}
	
	.hide {
		display:none;
	}

	/*****************************************************************************************
	** LIKE POP UP	                                                                    	**
	*****************************************************************************************/
	
	.like-pop-up-overlay {
		width:100%;
		height:100%;
		position:fixed;
		z-index:900;
		top:0;		
		display:none;
	}
	
	.like-pop-up-blur {
		width:100%;
		height:100%;
		background:#000;
		opacity:0.2;
		z-index:800;
		position:absolute;
	}
	
	.like-pop-up-wrapper {
		background:#fff;
		border:1px solid #e5e5e5;
		padding:20px;
		width:680px;
		margin:10% auto;
		z-index:999;
		top:0;
		opacity:100;
		position:relative;			
	}
	
	.like-pop-up-wrapper h3 {
		margin-bottom: 10px;
		line-height: 22px;
		font-size: 18px;
		color: #0075af;
	}
	
	.exit {
		float:right;
		cursor:pointer;
	}
	
	
	/*****************************************************************************************
	** Aanbieding 																			**
	*****************************************************************************************/
	
	div#aanbiedingContainer {
		margin:5px;
		clear:both;
	}
	
	div#aanbiedingContainer h1 {
		margin:3px;
		font-size:18px;
	}
	
	div.aanbiedingDeel {
		margin:5px;
	}
	
	div#aanbiedingPrinter {
		text-align:right;
	}
	
	/* voor de flyer die als lightbox - pop-up getonnd wordt */
	div#hidecontent{
		visibility: hidden;
		width: 100%;
		height:100%;
		position: fixed;
		z-index: 899;
		top: 0;	
		left: 0;	
		background: #666; 
		opacity: 0.65;
		-moz-opacity: 0.65; 
		filter:alpha(opacity=65); 
	}
	
	div#poster {
		display: none;
		width: 100%;
		position: absolute;
		z-index: 999;
		top: 0;	
		left: 0;	
		background: transparent;	
	}
	
	.fb-like.poster {
		float:left;
		margin:15px 0;
	}
	
	div#poster_inner {
		width:  800px;
		margin: 50px auto;
	}
	
	.skypebutton {
		width:40px;
	}	

	ul.profiel-data {
		list-style-type: none;
		width: 445px;
	}
	
	.block ul.profiel-data {
		width:auto;
	}

#accordion h3 {
	cursor:pointer;
}

#accordion p {
	margin-bottom:20px;
}
	

	/* contact short */

	#contact-us {
		top:10%;		
		position:absolute;
	}

	.contact-short {
		width:320px;
		background:#fff;
		margin:auto;
		position:relative;
	}

	#contact-short {
		margin:0 auto;
		padding:20px;		
	}

	#contact-us .feedback {
		display:none;
	}

	#contact-short label {
		font-weight:bold;			
	}

	#contact-short .formrecord.large,
	#contact-short .formrecord.short,
	#contact-short .formrecord {
		width:100%;	
		margin:0 0 20px 0;
	}

	#contact-short textarea,
	#contact-short input[type=email],
	#contact-short input[type=text]{
		width:258px;	
	}

#contact-short textarea {
	min-height:75px;	
}

	#contact-short input[type=submit] {
		background: #17479E;
		border-radius: 5px;
		display: inline-block;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		padding: 10px 20px;
		border-bottom: 3px solid #0a2d74;	
		cursor:pointer;
	}

	#contact-short input[type=submit]:hover {
		border:none;
		margin-top:3px;		
	}

	.contact-short .close {
		position:absolute;	
		top:-20px;
		right:0;
		color:#fff;
	}

    .contact-short h3 {
        margin:0 20px;   
    }

    .contact-us {
        text-transform:uppercase;   
    }
	
	/* MEDIA QUERIES */
	@media screen and (max-width: 1400px) {
		.right-block {
			display:none;
		}
	}

	@media screen and (max-width: 1220px) {
		.left-block {
			display:none;
		}
	}
	