#items_container {
	position: relative;
}

.item_container {
	position: relative;
}

.item_container h3 {
	font-size: 11px;
	font-weight: bold;
	
	margin: 0;
}

.item_container h3 a {
	text-decoration: none;
}

.item_container h3 a:hover {
	text-decoration: underline;
}

.datum_header {
	position: absolute;
	
	left: 0;
	top: 0;
	
	height: 31px;
	
	line-height: 30px;
	
	padding: 0 7px 0 8px;
	
	text-transform: uppercase;
	
	color: #f36f2b;
	font-weight: bold;
}

.titel_header {
	position: absolute;
	
	left: 111px;
	top: 0;
	
	height: 31px;
	
	line-height: 30px;
	
	padding: 0 7px 0 0;
	
	text-transform: uppercase;
	
	color: #f36f2b;
	font-weight: bold;
}

.jaar_selectie_header {
	position: absolute;
	
	right: 10px;
	top: 0;
	
	height: 31px;
	
	line-height: 30px;
	
	padding: 0;
	
	color: #58595b;
}

.jaar_selectie_header span {
	color: #f36f2b;
}

.jaar_selectie_header a {
	color: #58595b;
	text-decoration: none;
}

.jaar_selectie_header a:hover {
	color: #f36f2b;
}

.item_container {
	padding: 8px 6px;
	
	border-left: #d4d5d5 1px solid;
	border-right: #d4d5d5 1px solid;
	border-bottom: #d4d5d5 1px solid;
}

.datum_veld {
	float: left;
	
	width: 96px;
	
	padding: 0 7px 0 0;
}

.titel_veld {
	float: left;
	
	width: 396px;
}

.arrow_veld {
	position: absolute;
	left: 508px;
	bottom: 7px;
}

.page_selector {
	position: absolute;
	
	top: 0;
	right: 10px;
	
	line-height: 22px;
}

.page_selector a {
	color: #58595b;
	text-decoration: none;
}

.page_selector a:hover {
	color: #f36f2b;
}

.page_selector span {
	color: #f36f2b;
}

#item_button_container {
	padding: 10px 0 0 0;
}

#item_button_container div {
	float: left;
	padding-right: 10px;
}