#agendaZoeker {
	width: 535px;
	margin-left: 15px;
	border-bottom: #999999 1px solid;
	padding-bottom: 15px;
}
.zoekerGegeven {
	display: block;
	width:100px;
	float: left;
}
.ds_box {
	background-color: #FFF;
	border: 1px solid #999999;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333d3f;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.ds_subhead {
	background-color: #bec7cc;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 25px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #d8d8d8;
	color: #FFF;
} /* This hover code won't work for IE */
#inlTekst {
	width: 351px;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
}
#inlTekst p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#wedstrijdzoeker {
	width: 300px;
	float: left;
}
#wedstrijdzoeker h5 {
	margin-top: 0px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333d3f;
	margin-bottom: 0px;
}