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;
}
.zoekinput {
	font-family: Verdana;
	font-size: 10;
	color: #787878;
	border: 1px solid #787878;
	height: 17;
	width: 150;
}
.zoekbutton {
	font-family: Verdana;
	font-size: 10;
	color: #787878;
	border: 1px solid #787878;
	background-color: #FFFFFF;
	font-weight: bold;
	height: 17;
}
		
.zoekrinput {
	font-family: Verdana;
	font-size: 10;
	color: #787878;
	width: 50;
	height: 20;
	border: 1px solid #787878;
	padding: 3px 3px 3px 3px;
	margin: 2px 0px 2px 0px;
}
.zoekrbutton {
	width: 100%;
	border: none;
	background-color: #787878;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10;
	color: #FFFFFF;
	padding: 3px 3px 3px 3px;
}
select {
	width: 100%;
	font-family: Arial;
	font-size: 10;
	font-weight: bold;
	color: #666666;
}