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