.agenda_content {
	margin: 0 auto;
	width: 440px;
	margin-left: 5px;
}
.agenda_div {
	font-family: arial;
	font-size: 11px;
}
.agenda_event_titel {
	width: 240px;
	float: left;
	font-weight: bold;
	border-bottom: 2px solid #e5d8be;
	margin-bottom: 4px;
}
.agenda_locatie_titel {
	width: 100px;
	float: left;
	font-weight: bold;
	border-bottom: 2px solid #e5d8be;
	margin-bottom: 4px;
}
.agenda_datum_titel {
	width: 100px;
	float: left;
	font-weight: bold;
	border-bottom: 2px solid #e5d8be;
	margin-bottom: 4px;
}
.agenda_event {
	width: 225px;
	float: left;
}
.agenda_leesmeer {
	width: 15px;
	padding-top: 19px;
	text-align: center;
	float: left;
}
.agenda_locatie {
	width: 90px;
	margin-right: 10px;
	float: left;
}
.agenda_datum {
	width: 100px;
	float: left;
}
.agenda_tussen {
	width: 440px;
	height: 4px;
	float: left;
	border-bottom: 1px solid #e5d8be;
	margin-bottom: 4px;
}
.agenda_leeg {
	width: 440px;
	float: left;
}
.agenda_clear {
	clear: both;
}
