#container-contact {
	position: relative;
	min-height: 600px;
}
#errors {
	float: right;
	margin-bottom: 200px;
	width: 280px;
	position: relative;
	padding-left: 15px;
}
label {
	float: left;
	width: 120px;
	text-align: left;
	padding-top: 5px;
}
input, textarea {
	border: 1px solid #44006e;
	margin: 4px;
	padding: 3px;
	background: #ffffff none repeat scroll 0%;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}
input#wis, input#verzenden {
	color: #44006e;
	font-weight: bold;
	font-size: 14px;
	border-radius: 8px 8px 8px 8px;	
}
input#wis:hover, input#verzenden:hover {
	cursor:pointer;
	background: #a9d300;
}
input.fout, textarea.fout {
	border: 1px solid #ff0000;
}
label.fout {
	color: #ff0000;
}
.correctie-p-regelafst {
	line-height: normal;
}
.opsomming {
	list-style-image: url(../img/bg/opsomming-bloem.png);
	list-style-position: outside;
	margin-left: 20px;
	line-height: 21px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.3em;
}
#kolom01 {
	width: 939px;
	color: #44006e;
	position: relative;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
}

