html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-size: 13px;
    font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
    color: #222;
    background: #ffffff;
    overflow-x: hidden;
}
p {
	margin:0;
	padding:0;
}
a { 
	color: #222;
}
a:focus { 
    outline: none; 
}


label
{
	margin:0;
	color:#000;
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}	

input {
	padding: 5px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width:95%;
    margin-bottom: 5px;
    font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #111;
}
select {
	padding: 3px;
	border: solid 1px #cccccc;
	width:95.5%;
	margin-bottom: 15px;
	font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #111;
}
textarea {
	padding: 3px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    width:96%;
    margin-bottom: 5px;
    height: 150px;
    font-size:14px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #111;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 14px;
}

input[type="radio"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}
input[type="checkbox"] {
	width:12px;
	background-color: transparent;
	border: 0px;
	margin-top: 0px;
	margin-right: 5px;
}

input[type="submit"] {
	float:left;
	padding:5px;
	margin: 0;
	cursor: pointer;
	border: 1px solid #035567;
	font-size:16px;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color: #fff;
	background: #035567;
}
input:focus, select:focus, input.sffocus,textarea:focus, textarea.sffocus {
	background-color: #f9ef32; 
    color:000;
}
/* -------------------------------------------------- melding wanneer niet ingevuld  -------------------------------------------------- */
.error INPUT, .error TEXTAREA, .error SELECT {
	color: #000000;
	border: 2px solid #333;
	}
.hint { 
	font: 12px Georgia, Arial, Verdana sans-serif;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	color:#888; 
}




h1 	{font-size:1.8em;font-weight:normal;font-style:normal;text-decoration:none;margin: 0 0 10px 0;padding:0px;line-height:28px;color:#035567;}