input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	border: 1px solid #002f6d;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	border: 1px solid #002f6d;
}
.header-titel {
	font-size: 22px;
}
.header-ondertitel {
	font-size: 11px;
}
hr {
	border: 0;
	width: 100%;
	color: #002f6d;
	background-color: #f00;
	height: 1px;
}