body {
	font-family: 'Open Sans', sans-serif;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	width: 100%;
}

p {
	font-family: 'Open Sans', sans-serif;
	margin:0px 0px 18px 0px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 22px;
}
h1 {
	font-weight: 600;
	font-size: 18px;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	color: #b62729;
	margin-bottom: 15px;
}
h2 {	
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #b62729;
	margin-bottom: 15px;
	font-weight: 600;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	color: #58595b;
	font-size: 16px;
	font-weight: 600;
}

a {
	outline:none;
	color: #b62729;
	text-decoration: none;

}

a:hover {
color: #b62729;
		-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img{
	border: none;
	max-width: 100%;
}
img.imgright{
	float: right;
	margin: 10px 0 10px 10px;
}
img.imgleft{
	float: left;
	margin: 10px 10px 10px 0;
}

input[type="text"]::-moz-placeholder{
	color: #bcbec0; 
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #bcbec0; 
}
input::-webkit-input-placeholder {
	color: #bcbec0; 
}

a.logo img {
    max-width: 265px;
    width: 100%;
}

/*			HOME 		*/

	#content #homebox {
		float:left;
		width:890px;
		height:290px;
		padding:24px 30px;
		background-color:#FFF;
		position: relative;
	}
	
/*			HOMEBOX			*/

	#content #homebox ul {
		list-style:none;
		position:absolute;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	#content #homebox ul li {
		float:left;
		height: 100%;
		display:inline;
		margin:0px 15px 0px 0px;
		padding:0px 15px 0px 0px;
		width: 215px;
		position: relative;
		
		border-width: 2px; 
		border-style: solid; 
		border-color: #e3e3e3;
		
		border-left: 0px solid black;
		border-top: 0px solid black;
		border-bottom: 0px solid black;
		/*	gradient voor de border	*/
		-webkit-border-image: -webkit-linear-gradient(top, #e3e3e3 100%, #fff 100%);
		-moz-border-image: -moz-linear-gradient(#e3e3e3, #fff) 1 100%; 
		-o-border-image: -o-linear-gradient(#e3e3e3, #fff) 1 100%; 
		border-image: linear-gradient(to bottom, #e3e3e3, #fff) 1 100%;
		/*	 border binnen de padding	*/
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#content #homebox ul li:last-child{
		border: 0;
	}
	#content #homebox ul li a{
		text-decoration: none;
	}
	#content #homebox li h3 {
		margin:0 0px 10px 0px;
		font-size: 18px;
		color: #b62729;
		font-weight: 600;
		
	}
	#content #homebox #box {
		width:100%;
		height:100%;
		position:relative;
		overflow:hidden;
	}
	.boxmeer{
		position: absolute;
		bottom: 0;
		color: #5a5a5a;
		font-size: 14px;
		line-height: 23px;
		height: 25px;
		text-decoration: none;
		background-image: url("/gfx/boxarrow.png");
		background-repeat: no-repeat;
		background-position: center right;
		padding: 0 35px 0 0;
		font-weight: 500;
	}
	#homebox .controls{
		width: 100%;
	}
	#homebox .controls span{
		display: block;
		width: 20px;
		height: 20px;
		position: absolute;
	}
	#homebox .controls span.prev{
		left: 0;
		top: 10px;
	}
	#homebox .controls span.next{
		right:0;
		top: 10px;
	}
	
/*			 TEASER			*/

	#teaser {
		float:left;
		width: calc(100% - 30px);
		height:200px;
		background-color:#FFF;
		margin:0px 30px 30px 0px;
		padding: 30px;
		overflow: hidden;
		position: relative;
	}
	#nieuwtjecontainer{
		height: 187px;
		position: relative;
	}
	.nieuwsblok {
		width: 580px;
		float: left;
		background-repeat: no-repeat;
		background-position: center right 30px;
		height: 187px;
		margin-right: 30px;
	}
	.nieuwsblok .nieuwtjetext{
		width: 45%;
		float: left;
	}
	.nieuwsblok .nieuwtjetext h1{
		color: #b62729;
		font-size: 18px;	
	}
	.nieuwsblok .nieuwtjetext p{
	}	
	
	#teaser #teasernav{
	    position: absolute;
	    right: 60px;
	    top: 10px;
	    z-index: 10;
	}
	#teaser #teasernav span.nieuws{
		width: 10px;
		height: 10px;
		background-color: #c4c4c4;
		display: block;
		float: left;
		margin: 0 5px 0 0;
		cursor: pointer;
	}
	#teaser #teasernav span.nieuws:last-child{
		margin: 0;
	}
	#teaser #teasernav span.nieuws.active{
		background-color: #b62729;
	}

/*			LOGIN			*/

	#login {
		float:left;
		width:220px;
		height:197px;
		background-color:#FFF;
		margin:0px 0px 30px 0px;
		padding:25px 30px;
		position: relative;
	}
	#login a {
		color:#444;
		text-decoration:none;
		display: inline-block;
		width: calc(100% - 10px);
	}
	#login h1{
		color: #b62729;
		font-size: 18px;
		margin-bottom: 15px;
	}
	#login input{
		    border: 1px solid #BDBDBD;
		width: calc(100% - 14px);
		font-size: 14px;
		height: 30px;
		line-height: 29px;
		margin-bottom: 10px;
		color: #5a5a5a;
		padding: 0 5px;
		border-radius: 0 !important;
	}
	#login .imgbtn {
		border: none;
		background-color: #c4c4c4;
		color: #fff;
		width: 81px;
		text-transform: uppercase;
		font-size: 12px;
		height: 30px;
		padding: 0;
		cursor:pointer;
		line-height: 12px;
		position: absolute;
		bottom: 15px;
		letter-spacing: 0.3pt;
		left: 30px;
		-webkit-appearance: none;
	}
	#login label{
		width: 100%;
		display: block;
	}
	#login label a{
		color: #bcbec0;
		font-size: 14px;
	}
	
	#login .logingbtn{
		width: calc(100% - 60px);
		background-color: #cc9000;
		border: none;
		color: #fff;
		cursor: pointer;
		text-transform: uppercase;
		position: absolute;
		bottom: 10px;
	}
	
/*			HEADER 			*/

	#header {
		position:relative;
		z-index: 5;
		height:166px;
		background-color:#FFF;
	}

	#header div.phone {
		    position: absolute;
		    right: 116px;
		    top: 13px;
	}

	#header .container {
		position:relative;
	}
	#header .logo {
		float:left;
		margin: 25px 0 0 0;
	}
	#header #search {
		position:absolute;
		top: 20px;
		right: 0px;
	}
	#burgerbutton{
		display: none;
	}
	
/*			NAVIGATIE 		*/
	#mobielmenu{
		display: none;
	}
	#navigatie{
		width: 950px;
		margin: 0 auto;
		height: 100%;
		position: relative;
	}
	#navigatie #nav{
		list-style: none;
		position: absolute;
		top: 113px;
		left: 0px;
		padding-left: 0px;
		margin: 0;
	}
	#navigatie #nav li{
		float: left;
		padding: 12px 10px 18px 9px;
	}

	#navigatie #nav li:first-of-type {
		padding-left: 0px;
	}
		
	

	#navigatie #nav li:first-of-type.active {
		padding-left: 12px;
	}

	#navigatie #nav li:last-of-type {
		padding-right: 0px;
	}
	
	#navigatie #nav li:last-of-type:hover {
		padding-right: 12px;
	}
	
	#navigatie #nav li:last-of-type.active {
		padding-right: 12px;
	}

	#navigatie #nav li:hover, #navigatie #nav li.active  {
		background-color: #f2f2f2;
		color: #000;
		-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}


	#navigatie #nav li a{
		font-size: 14px;
		color: #1d1d1b;
		text-decoration: none;
	}
	#navigatie #nav .submenu{
		display: none;
		list-style: none;
		padding: 0;
		margin: 18px 0 0 -9px;
		position: absolute;
		background-color: #f2f2f2;
		width: 230px;
		
	}


	
	#navigatie #nav li:hover .submenu{
		display: block;
	}
	#navigatie #nav .submenu li {
		height: 20px;
		margin: 5px 0;
		width: 100%;
		padding: 0;
	}
	#navigatie #nav .submenu li:last-child{
		padding-bottom: 20px;
		border-bottom: 5px solid #b5b5b5;
		margin-bottom: 0;
	}
	#navigatie #nav .submenu li a{
		color: #999999;
		font-size: 14px;
		line-height: 20px;
		margin-left: 20px;
		font-family: 'Droid Sans', sans-serif;
	}

	#navigatie #nav .submenu li a:hover{
		color: #000;

			-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

	}

	
	
	
	#topnav{
		position: absolute;
		right: 0;
		top: 0px;
		list-style: none;
	}
	#topnav li{
		float: left;
		padding: 0 10px;
	}
	#topnav li:last-child{
		padding-right: 0;
	}
	#topnav li a{
		font-size: 12px;
		color: #58595b;
		text-decoration: none;
	}

/*			Zoekformulier	 		*/
	#navigatie form{
		float: right;
		margin-top: 60px;

		position: relative;
	}
	#navigatie form input{
		border: 1px solid #bdbdbd;
		height: 28px;
		background-color: transparent;
		padding: 0 5px;
		width: 195px;
		font-size: 14px;
		border-radius: 0;	
		margin-right: 33px;
	}

	#navigatie #zoek{
		background-image: url('/gfx/zoekimg.jpg');
		background-repeat: no-repeat;
		width: 33px;
		height: 35px;
		border: none;
		padding: 0;
		cursor: pointer;
		position: absolute;
		top: 0;
		right: 0;
		margin: 0;
	}

/*			CONTENT 		*/

	#content {
		width: 100%;
		position:relative;
		overflow:hidden;
		background-color: #FFF;
		background-image:url("/gfx/bg2.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	#defaultcontainer {
	 background-image: url("/gfx/bg2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;	
	}

#defaultcontainer.advies {
	 background-image: url("/gfx/bg2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;	
	}



	#content .container {
		padding:60px 0px 120px;
		position:relative;
		overflow: hidden;
	}
	.container {
		max-width:950px;
		width: 100%;
		margin:0px auto;
	}
	#defaultcontainer{
		width: 100%;
		background-color: #f3f3f3;
		overflow: hidden;
		padding: 30px 0 100px 0;
	}
	#defaultcontainer #cont{
		max-width:950px;
		width: 100%;
		margin:0px auto;
	}
	
	#html{
		background-color: #fff;
		width: 645px;
		padding: 30px;
		float: right;
	}
	#html ul,
	#html ol{
		margin: 0 0 18px 15px;
		padding: 0;
	}
	#html li{
		color: #5a5a5a;
		font-size: 14px;
		margin: 4px 0;
	}
	
	#snelmenu{
		width: 155px;
		background-color: #fff;
		float: left;
		height: 100%;
		padding: 25px 30px;
	}
	#snelmenu h2{
		font-size: 18px;
		color: #000;
		margin: 5px 0 10px;
		font-weight: 700;
		
	}
	#snelmenu ul{
		list-style: none;
		padding: 0;
		margin: 0;
		width: 100%;
	}
	#snelmenu ul li{
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	#snelmenu ul li a{
		font-size: 16px;
		color: #58595b;
		text-decoration: none;
	}
	
		#snelmenu ul li a:hover{
		font-size: 16px;
		color: #b62729;
		text-decoration: none;
	}
	
		#snelmenu ul li a:active {
		font-size: 16px;
		color: #b62729;
		text-decoration: none;
	}
	

	
	#contenthead {
		padding:0;
		overflow:hidden;
		margin-bottom: 30px;
	}
	#contenthead .imgholder{
		    width: 215px;
		    height: 220px;
		    margin-right: 30px;
		    float: left;
		    overflow: hidden;
	}

	#contenthead .imgholder:first-of-type img {
		min-width: 105%;
		min-height: 105%;
		margin-left: -1%;

	}

	#contenthead .imgholder:last-child{
		    margin-right: 0;
    		width: calc(100% - 245px);
	}
	#contenthead img {
		float:left;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
	}

	.nieuwsitem p {
		margin-bottom: 0px;
	}

	.nieuwsitem a.leesmeer {
		margin-bottom: 20px;
		float: left;
		width: 100%;
		font-weight: 600;
		font-size: 14px;
	}

	.nieuwsitem a.leesmeer:hover {
		color: #000;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	}

	.nieuws_content a:first-of-type {
		font-size: 18px;
		font-weight: 600;

	}

	.nieuws_content a:hover {
				color: #000;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

	}

	div.nieuwsitem:first-of-type {
		padding-top: 15px;
		margin-top: 10px;
		border-top: 1px solid #E0E0E0;
	}

	div.nieuwsitem {
		float: left;
		width: 100%;
		margin-bottom: 20px;
		border-bottom: 1px solid #E0E0E0;
		padding-bottom: 0px;
	}

	.perspagina.klein h1 {
		font-size: 22px;
		width: 100%;
		float: left;
		padding-top: 20px;
		margin-top: 40px;
	}

	.perspagina.klein h2 {
		margin: 0px;
	}

	.persbericht:hover h2 {
						color: #000;
-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

	}

	.perspagina.klein p {
		margin-bottom: 0px;
	}

	#primeitem .img_projects {
		clear: both;
		max-width: 360px;

	}


	.perspagina.klein .persbericht {
		float: left;
		width: 100%;
		border-bottom: 1px solid #E0E0E0;
		margin-bottom: 20px;
	}

	.perspagina.klein .persbericht:first-of-type {
		border-top: 1px solid #E0E0E0;
		padding-top: 15px;
	}

	.perspagina.klein div.readmore {
		margin-bottom: 20px;
		width: 100%;
		font-weight: 600;
		font-size: 14px;
		float: left;
	}
	
/*			CONTACT 		*/
	#contactform label {
		float:left;
		font-weight:normal;
		display:inline;
		width:150px;
		clear:left;
		height:28px;
		padding:5px 0px 4px 0px;
		margin:0px 0px 10px 0px;
		color: #5a5a5a;
		font-size:14px;
		height: 22px;
	}
	#contactform span{
		width: auto;
		display: block;
		color: #b62729;
	}
	#contactform .imgbtn {
		border: none;
		background-color: #b62729;
		color: #fff;
		text-transform: uppercase;
		font-size: 12px;
		height: 30px;
		padding: 0;
		cursor:pointer;
		line-height: 12px;
		width: 90px;
		letter-spacing: 0.3pt;
	}
	#contactform input, #contactform textarea {
		float:left;
		resize: none;
		display:inline;
		margin:0px 0px 10px 0px;
		background-color:#fff;
		width:250px;
		padding:5px 5px 11px;
		border:1px solid #c4c4c4;
		color:#5a5a5a;
		border-radius:0px!important;
		-webkit-appearance: none!important;
		font-size: 14px;
	}
	#contactform input.invalid, #contactform textarea.invalid {
		border:2px solid #cc0001;
	}
	#contactform select {
		margin:0px 0px 5px 0px;
		color:#5a5a5a;
	}
	#contactform .false{
		border:1px solid red !important;
	}
	#contactfield, #msname, #wsemail {
		display:none!important;
	}
	
/*			REGISTRATIE 		*/
	#cont .registreren{
		float: left;
		width: 100%;
	}
	
	#cont .registreren strong{
		float: left;
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}
	
	#cont .registreren label{
		float: left;
		clear: left;
		margin: 6px 0;
		width: 200px;
		color: #58595b;
		font-size: 14px;
	}	
	#cont .registreren input{
		float: left;
		margin-bottom: 10px;
		width: 250px;
		padding: 8px 0px 8px 0px;
		border: 1px solid #bdbdbd;
	}
	
	#cont .registreren input.straat{
		margin-right: 10px;
    	width: 170px;
	}
	
	#cont .registreren input.huisnummer{
		margin-right: 10px;
    	width: 30px;
	}	
	#cont .registreren input.toevoeging{
		width: 25px;
	}	
	.registreren select{
		float: left;
		margin-bottom: 10px;
	}	
	.registreren .jquery-selectbox{
		margin-bottom: 10px;
		width: 120px!important;
	}	
	span.star{
		float: left;
		margin-left: 5px;
		color: #b62729;
		margin-top:7px;
	}	
	span.wwmelding, span.wwerror, span.ww_length_error{
		float: left;
		margin-left: 5px;
		color: #2db6cd;
		display: none;
	}	
	.registreren input.mandatory.false, .registreren select.mandatory.false{
		border: 1px solid #2db6cd;
	} 	
	#cont .registreren input.registratiebutton{
		float: left;
		clear: left;
		cursor: pointer;
		padding: 10px 0px 20px 0px;
		height: 38px;
		width: 150px;
		font-size: 13px;
		letter-spacing: 0.3pt;
		text-transform: uppercase;
		color: #fff;
		background-color: #b62729;
		border: none;
	}	

	.algemenevoorwaarden label{
		float: left;
		width: 50%;
		cursor: pointer;
		padding: 5px;
	}	
	.algemenevoorwaarden label.false{
		border: 1px solid #2db6cd;
	}	
	#cont .algemenevoorwaarden label input{
		float: left;
		width: 10px;
		margin-right: 25px;
		margin-top: 2px;
	}



	#images {
		width: 100%;
		float: left;
	}

	#images ul {
		padding: 0px;
		margin: 0px;
		width: 100%;
		float: left;
	}

	#images ul li {
		list-style: none;
		width: calc(33% - 20px);
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	
/*			FOOTER 		*/
	#footer {
		position:relative;
		background-color:#FFF;
		height:100px;
		width:100%;
	}
	#footer #footline {
		float:right; 
		position: relative;
		clear:both;
		font-size:13px;
		color:#666666;
		padding:5px 6px 20px 0px;
	}
	#footer #footline span{
		color: #999999;
		padding-right: 50px;
	}

	#footer #footline img {
		position: absolute;
		right: 0px;
		top: 13px;
	}
	
	#footer #footline a {
		color:#999999;
		text-decoration:none;
	}
	#footer ul{
		list-style: none;
		margin-top: 25px;
	}
	#footer ul li{
		float: left;
		margin: 0 10px;
	}
	#footer ul li:last-child{
		margin: 0 0 0 30px;
	}
	#footer #fblink,
	#footer #twitterlink{
		display: block;
		width: 24px;
		height: 24px;
		float: left;
		margin: 25px 10px 0 0;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	#footer #fblink{
		background-image: url("/gfx/facebook.png");
	}
	#footer #twitterlink{
		background-image: url("/gfx/twitter.png");
	}

	