#contactRight {
	width: 100%;
}
#contactCenter {
    width: 100%;
}
#page-content-wrapper {
	overflow: visible;
}
#page-content {
	width: 220px;
}
#w-map-canvas {
}
.streetview {
	padding: 8px 0;
	width: 100%;
	color: #64847c;
	background-color: #e6e8e7;
	position: relative;
	margin:0;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
}
.op-afspraak {
	font-size: 8pt !important;
	padding-top: 4px;
}
/*
#map_canvas{
	position: absolute;
	bottom: -6px;
	left: 805px;
	width: 173px;
	height: 456px;
	border: 1px solid #000;
	
	-moz-box-shadow: 0px 0px 10px #000;
	-webkit-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
}
*/

.e-mail {
	font-size: 8pt;
}
.invullen {
}
.mark-contact {
	font-size: 14px;
	margin-bottom: 5px;
}
#contactgegevens {
	font-style: normal;
	font-size: 12px;
}
/* OPENINGSUREN */

.openingsuren .today {
	background-color: #f7881f;
	color: #fff;
}
.openingsuren .dag {
	width: 80px;
	padding: 0 10px 0;
}
.openingsuren .am, .openingsuren .pm {
	width: 70px;
	text-align: center;
}
.openingsuren .dag, .openingsuren .am, .openingsuren .pm {
	padding-bottom: 2px;
}
.openingsuren .am, .openingsuren .pm {
	text-align: center;
}
#contactgegevens-wrapper {
	margin-bottom: 25px;
	font-size: 14px;
}
#contactgegevens h2 {
	margin-top: 0;
}
#contactgegevens .email a {
	font-size: 11px;
}
#contactgegevens .email:hover a {
}
#contactgegevens li {
	list-style-type: none;
	float: left;
}
#contactgegevens ul {
	margin: 0;
	padding-left: 0;
}
#contactgegevens .toestel {
	width: 30px;
}
/* CONTACTFORMULIER */

#contactformulier {
}
form {
	margin-top: 25px;
}
#contactformulier p {
	margin-bottom: 3px;
}
.invullen {
	display: block;
	color:#222;
	font-size: 14px;
	line-height: 1.25em;
	padding: 0 0 18px 0;
}
/* TEAM */

.member {
	margin-bottom: 20px;
}
.member img {
	float: left;
	margin-right: 20px;
}
.member .content {
	float: left;
	height: 100px;
}
label {
	display:inline-block;
	width:38%;
	margin-bottom:5px;
	margin-top:0px;
	float: left;
	clear: both;
	padding: 4px 0px;
	margin-bottom: 5px;
}
.inputText, .inputTextarea, .txtCaptcha {
	display: block;
	width: 96%;
	padding:3px 2px;
	font-size:0.9em;
	margin-bottom: 5px;
	background-color: #F9F9F9;
    border: 1px solid #adbcb9;
	color: #222;
	
	border: 1px solid #bbb;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	box-shadow: 0 0 1px #ccc, 0 5px 5px #eee inset;
    color: #353535;
	
}
.inputText{ width: 56%; float: left;}
.inputTextarea{ width: 98%; height: 131px;}
.inputText:focus, .inputTextarea:focus, .txtCaptcha:focus {
	background-color: #f4f4f4;
    border: 1px solid #C03526;
    color: #222;
}
.txtCaptcha {
	float: right;
	width:45%;
	background-repeat: no-repeat;
	background-position: right center;
}
input[type=submit]{
	background: #c03527;
	background: -moz-linear-gradient(top, #c03527 0%, #761912 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #c03527), color-stop(100%, #761912));
	background: -webkit-linear-gradient(top, #c03527 0%, #761912 100%);
	background: -o-linear-gradient(top, #c03527 0%, #761912 100%);
	background: -ms-linear-gradient(top, #c03527 0%, #761912 100%);
	background: linear-gradient(to bottom, #c03527 0%, #761912 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c03527', endColorstr='#761912', GradientType=0 );
	border: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;		

	outline: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 6px 12px;
	float: right;
	margin: 1px 0 0 0;
}
.formError {
	font-size:0.7em;
	color:red;
	display: block;
}
.inputTextError, .inputTextareaError {
	-webkit-box-shadow: inset 0px 5px 2px 0px #d86c6c;
	box-shadow: inset 0px 5px 2px 0px #d86c6c;
	border:0px;
	border:1px solid red;
	background-color:#FF8080;
	background-image:url(../images/formerrorcross.png);
	background-position:right top;
	background-repeat:no-repeat;
}
#captchaImg {
	float:left;
	width:30%;
	padding: 4px 0px;
	margin: 0 0 5px 20%;
}

#form form{
	padding: 0 0 20px 0;
	margin: 0 0 25px 0;
	float: left;
	border-bottom: 1px solid #EEECEC;
}
.c3 { display: block; float: left; padding: 0 10px 0 0; width: 43%;}
.c9 { display: block; float: left; padding: 0; width: 53%;}

.c6 {padding: 0 10px 0 0;}
.c12 {padding: 0; width: 82.8%;}
#jobs #form { padding:0;width:96%; }
.jobsLeft {
	float:left;
	width:50%;
}
.jobsRight {
	float:left;
	clear:none;
	display:block;
	width:50%;
}
label.big { border-bottom:1px dotted #cac3c3;width:100%; }