
body  { background-color: #004d81; background-image: url("images/main.jpg"); background-repeat: no-repeat; background-attachment: fixed }
p,li  { color: #fff; font-size: 12px; font-family: Arial, Helvetica, Verdana; line-height: 14px }
.kop { color: #ffb083; font-size: 20px; font-family: Arial, Helvetica, Verdana; font-weight: bold; line-height: 24px }
.kop1 { color: #ffb083; font-size: 15px; font-family: Arial, Helvetica, Verdana; font-weight: bold; line-height: 24px }
a:link { color: #ffb083 }
a:visited { color: #ffb083 }
a:hover { color: #9bffff }
a:active { color: #fff }
.stijl1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


div#container {
	width: 400px;
	margin:0 auto;
	border: 0px solid #bac5d6;
	padding: 15px;
}

div#errors {
	width: 400px;
	margin:0 auto;
}
label {
	float: left;
	width: 140px;
	text-align: left;
	padding-top: 5px;
}

input, textarea {
	padding: 3px;
	margin: 3px;
	border: 1px solid #bac5d6;
	background: #fff;
}
input.fout, textarea.fout {
	border: 1px solid #FF0000;
}

label.fout {
	color: #FF0000;
}