#zekerheden ul{
	font-size:20px;
	list-style-type: none;
}
#zekerheden ul li{
	color:#F58220;
	font-weight:bold;
	background:#ffffff;
	margin-left:-30px;
	padding-top:5px;
}
#zekerheden ul li p{
	font-size:12px;
	font-weight:normal;
	color:#000000;
	padding:0px 0 0 22px;
	background:#ffffff;
}
#zekerheden ul li h2{
	border:0;
	display:inline;
	text-decoration:none;
	padding:0px 0 0 5px;
	color:#000000;
	font-size:20px;
}

#gmap{
	width:460px;
	height:400px;
	border:1px solid #F58220;
	padding:1px;
}
#gmap-sub{
	width:100%;
	text-align:center;
}
#gmap-sub a{
	font-size:12px;
	text-decoration:none;
}

#clearButtons{
	clear:both;
	float:left;
	display:inline;
	width:100%;
}


/* FORM STYLES */
body {
	color: #333;
	padding: 0 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

.panel {
	clear: both;
	display: none;
	border: 3px solid #CCC;
	padding: 1em;
}
.panel.active-tab-body {
	display: block;
}
#tabs {
	list-style: none;
}

#tabs li {
	float: left;
}

#tabs a {
	float: left;
	padding: 5px 8px;
	margin-left: 6px;
	background-color: #F2F2F2;
	text-decoration: none;
	color: #999999;
}

#tabs a.active-tab {
	background-color: #CCC;
	border-top: 3px solid #999;
	padding-top: 3px;
	color: #000;
}
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
border: 0px;
}
input.validation-failed, textarea.validation-failed {
	color : #000;
}
input.validation-passed, textarea.validation-passed {
	color : #000;
}

.validation-advice {
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #fff;
	color : red;
	font-weight: lighter;
	width: auto;
}

.custom-advice {
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}


/* REGISTRATIE */

form {
position:relative;
margin:0;
padding:0;
}

form fieldset{
clear:both;
margin:0;
padding:0;
}

label {
width: 70px;
display: block;
float: left;
font-size: 12px;
font-weight: lighter;
color: #214ca7;
margin-top: 6px;
cursor: pointer;
padding-left: 4px;
}

form div{
position:relative;
float:left;
padding: 5px;
margin:0;
background: #fff;
border: 1px solid #d4def5;
height: inherit;
width: 445px;
}

form div.naw{margin-top:-1px;}
form div.formelement{border-top:none;}
form div.inputbuttons{
border:0;
padding:0;
}

form div.bellen div.formright label {
width: 80px;
}

form div.checkbox div {
border: 0px;
background: none;
padding: 0px;
}

.checkbox label{
clear: both;
width:100%;
}

.checkbox input{
border:0px;
width:auto;
}

form div.checkbox div.checkleft{width:200px;margin:0 20px;}
form div.checkbox div.checkright{width:200px;}

form div.formleft {
display:inline;
width: 220px;
border:0;
}

form .bellen div.formleft{width:240px;}
form .bellen div.formright{width:180px;}

form div.formright {
border:0;
display:inline;
width: 190px;
}

form div.formright label {
width: 50px;
}

form div.short{width:120px;}
form div.short input{width:40px;}

form div.long{width: 270px;margin-left:20px;}
form div.long label {
width: 80px;
margin-left: 00px;
}

form div.textarea{
height: 100px;
}

form textarea {
height: 59px;
width: 415px;
font-family: Arial;
font-size: 14px;
margin-left:5px;
}

form input, form input.required, form select, form select.required, form textarea {
padding: 2px;
background: #fff;
border: 1px solid #A6C3FF;
font-size: 14px;
}

/* form select { */
/* margin-bt */
/* } */

form option {
height: 0px;
}

form input{width:130px;}
form input.achternaam2{width:150px;}
form input#lastname{width:180px;}
form input#lastname2{width:90px;}
form input#telefoonnummer2{width: 100px;}


form input.radio{padding-top:10px;border:0;width:20px;}
form div.formelement label.lefttext{width:235px;}

form.advies input.submit,
#btnSend {
	background: url(../images/voltooien.gif) 3px 3px no-repeat;
	float:left !important;
	display:block;
	width:130px;/*aangepast door REJA 15jan2009: 110 -> 130 ivm duitsland*/
	height:27px;
	padding:0 0 2px 15px;
	font-size:18px;
	font-weight: bold;
	color:#519601;
	border:1px solid #519601;
	margin:10px 0 0 180px;
	clear:both;
}
form.advies input.submit{width:200px;margin-left:100px;}

#btnAnnuleren {
margin-left: 15px;
background: url(../images/annuleren.gif) no-repeat 4px 4px;
padding-left: 20px;
font-weight: bold;
color: #e80000;
border: 1px solid #e80000;
margin-left: 275px;
display: none;
}

form#form1 {
margin-left: 0px;
margin-top: -15px;
}

form#form1 h2 {
margin-top: 20px;
margin-bottom: 10px;
}

form#form1 div {
height: auto;
}

form#form1 div img {
float: right;
}

#contact_subject {
margin-bottom: 6px;
}


.bellen label {
display: inline;
float: none;
}

form.advies input{width:15px;border:0;}

