/* CSS Document */

input.inputZoeken{
	width:226px;
	border:#6D0031 solid 1px;
	height:18px;
	}
input.inputZoekenSubmit{
	width:113px;
	height:18px;
	background-color:#6D0031;
	border:#6D0031;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	}
input.inputZoekenSubmit:hover{
	width:113px;
	height:18px;
	background-color:#6D0031;
	border:#6D0031 groove 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	}
select.selectieop{
	width:113px;
	height:18px;
	background-color:#FFFFFF;
	border:#6D0031 groove 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	margin-right:10px;
	}