html {

}
body {
	color:#454545;
	font-family: 'Open Sans', sans-serif, Arial, sans-serif;
	font-size:15px;
	line-height:26px;
	-webkit-font-smoothing:antialiased;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	position:relative;
}

.wrapper {
	position:relative;
	max-width:1024px;
	margin:0 auto;
}

.wrapper2 {
	position:relative;
	max-width:1024px;
	margin:0 auto;
}
div#menu {
	position:relatve;
	background-image: url(/assets/images/top_bg.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:79px;
	z-index:1;
}
div#menu div.wrapper div.menuitem {
	float:left;
	display:inline-block;
}

div#menu.vv div.wrapper div.menuitem {
	float:right;
	display:inline-block;
}
div#menu div.wrapper div.menuitem > a {
	position:relative;
	color:rgba(49,49,49,1);
	text-decoration:none;
	margin-top:15px;
	height:32px;
	line-height:32px;
	display:block;
	text-transform:uppercase;
	padding:2px 10px;
	
}

div#menu div.wrapper div.menuitem > a:hover {
	background-color: rgba(138,59,51,1);
	color:#ffffff;
}


div#menu div#contact {
	position:absolute;
	top:5px;
	right:10px;
}
div#menu div#contact span {
	position:relative;
	float:left;
	padding-right:10px;
	margin-right:13px;
	border-right: 2px #969da0 solid;
}
div#menu div#contact span:last-child {
	padding-right:0px;
	margin-right:0px;
	border-right: none;
}
div#menu div#contact span.tel {
	background-image:url('/assets/images/icon-tel.png');
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:20px;
}
div#menu div#contact span.mail {
	background-image:url('/assets/images/icon-mail.png');
	background-repeat: no-repeat;
	background-position:left center;
	padding-left:20px;
}
div#menu div#contact span a {
	color:#4a4e53;
	text-decoration:none;
}



img#logo {
	position:absolute;
	top:70px;
	left:2%;
	box-sizing: border-box;
	max-width: 55%;
	height: auto;
	width: auto\9; /* ie8 */
	z-index:1040;
}
img#logovv {
	position:absolute;
	top:5px;
	left:0px;
	//width:278px;
	max-width:320px;
	max-height:55px;
}


a.button, a.buttonkl {
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(238,59,51,1);
	color:#ffffff;
	font-size:15px;
	text-decoration:none;
	padding:4px 15px;
	font-weight:700;
	text-transform:uppercase;
}
a.button:hover, a.buttonkl:hover {
	background-color: rgba(99,174,36,1);
	color:#ffffff;
}
a.right {
	float:right;

}
.illuvv {
	position:absolute;
	top:50px;
	left:0px;
	background-color:#ececec;
	width:100%;
	z-index:-1;
	max-height:200px;
}

.illuvv img {
	width:100%;
	height:100%;
	max-width:1024px;
	max-height:200px;
}

.illuvv img {
	width:1024px;
	height:200px;
}


#spacer {
	height:175px;
}

div#body {
	width:50%;
	float:left;
}

div#body a {
	color:#ff0000;
	text-decoration:none;
}
div#body a.arrow {
	background-image: url(/assets/images/arrow.png);
	background-repeat:no-repeat;
	background-position: right center;
	padding-right:15px;
	height:12px;
	line-height:12px;
	text-decoration:none;
}
div#body div.breadcrumb {
	font-size:12px;
	line-height:15px;
	text-transform:uppercase;
	color:#ff0000;
}
div#body div.breadcrumb a {
	color:#454545;
	text-transform:uppercase;
	text-decoration:none;
}
div#body div.breadcrumb a:hover {
	color:#6f2a8e;
	text-decoration:underline;
}

div#body h1 {
	font-weight:500;
	font-size:24px;
	line-height:24px;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

div#body h2 {
	font-weight:500;
	font-size:20px;
	line-height:20px;
	margin:0px;
	padding:0px;
	margin-top:10px;
}

div#illu {
	width:50%;
	float:left;
	padding-top:50px;
}
div#illu img {
	box-sizing: border-box;
	max-width: 40%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 4px #949494 solid;
	margin-left:10px;
	margin-bottom:10px;
	float:right;
}
div#illu img.big {
	box-sizing: border-box;
	max-width: 99%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 4px #949494 solid;
	margin-left:0px;
	margin-bottom:10px;
	float:right;
}



div#body.overzicht {
	width:304px;
	float:left;
}

div#logokeurmerk {
	width:500px;
	float:right;
	padding-top:15px;
}

div#overzicht {
	width:700px;
	float:left;
	padding-top:50px;
}
div#overzicht div.item {
	position:relative;
	width:335px;
	height:110px;
	background-color:rgba(193,193,193,0.4);
	float:left;
	margin-left:10px;
	margin-bottom:10px;
	font-size:13px;
	line-height:18px;
	padding-bottom:5px;
	padding-right:5px;
}
div#overzicht div.item img {
	float:left;
	margin-right:11px;
	margin-left:11px;
	-webkit-border-radius: 88px;
	-moz-border-radius: 88px;
	border-radius: 88px;
	margin-top:11px;
}
div#overzicht div.item h3 {
	font-weight:500;
	padding:0px;
	margin:0px;
	font-size:18px;
	padding-top:5px;
}
div#overzicht div.item h4 {
	font-weight:500;
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-size:15px;
}
a.buttonkl {
	position:absolute;
	bottom:5px;
	right:5px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: rgba(238,59,51,1);
	color:#ffffff;
	font-size:13px;
	text-decoration:none;
	padding:1px 10px;
	font-weight:500;
	text-transform:uppercase;
}
div#body a.infobutton {
	-moz-border-radius: 12px;
	border-radius: 12px;
	background-color: rgba(238,59,51,1);
	background-image: url(/assets/images/icon_info.png);
	background-repeat:no-repeat;
	background-position: 6px center;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#ffffff;
	display:inline-block;
	padding:2px 20px;
	padding-left:40px;
	margin-right:30px;
	
}
div#body a:hover.infobutton {
	background-color: rgba(0,0,0,0.3);
	
}


blockquote {
	background-color:rgba(193,193,193,0.2);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin:0px;
	padding:10px;
}
blockquote ul {
	padding:0px;
	padding-left:1.2em;
	margin:0px;
}

#klanttevredenheidsonderzoek td {
	border-bottom: 1px #e5e5e5 dotted;
	padding:12px 0px;
	line-height:15px;

}
#klanttevredenheidsonderzoek td.beoordeling {
	width:90px;
	text-align:center;	
}
#klanttevredenheidsonderzoek td.header {
	background-color:#e32831;
	color:#ffffff;
	text-align:center;
	border:0px;
	border-right:1px #ffffff solid;
	font-size:13px;
}
