body {
	background-image: url(../../images/background_agenda.jpg);
	color: #4B6868;
}

.container_24 a {
	color: #4B6868;
}

h1 {
   color: #6A8686; 
}

#content_middle a:link, #content_middle a:visited {
	color: #4B6868;
}

#content_middle a:hover {
	color: #4B6868; 
}

.agenda_date_start {
    font-weight: bold;
    text-transform: uppercase;
	font: bold 16px Helvetica;
	border-bottom:1px solid #4B6868;
	border-top:1px solid #4B6868;
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
}

.agenda_item
{
	margin: 10px 0px 10px 0px;
	border-left: 1px solid #4B6868;
	height: 260px;
	padding-left:5px; 
	padding-right:5px; 
}

.expositie_item
{
	margin: 10px 0px 10px 0px;
	border-left: 1px solid #4B6868;
	height: 220px;
	padding-left:5px; 
	padding-right:5px; 
}

.agenda_image
{text-align:center;}

.first
{
	border: none;
	padding-left:0px; 
}

.agenda_title
{
	font: bold 13px Helvetica;
	text-transform:uppercase;
	margin: 5px 0px 0px 0px;
	height: 25px;
	padding: 0px 5px 0px 5px;
}

.agenda_location
{
	font-size: 9px;
	height: 45px;
	line-height: 15px;
	padding: 0px 5px 0px 5px;
}

.agenda_bottom
{
	font-size: 9px;
	height: 20px;
	padding: 0px 5px 0px 5px;
}

.agenda_bottom_date {
	float: left;
	width: 120px;
	height: 12px;
	margin-top: 6px;
	
}

.agenda_bottom_cat {
	float: left;
	width: 20px;
	height: 20px;
	vertical-align: baseline;
}

.agenda_date_inside
{
	font-size: 9px;
	height: 20px;
	padding: 0px 5px 0px 5px;
	line-height: 12px;
}

.agenda_date_inside_date {
	margin-top: 8px;
}

.categories {
	padding: 0px 5px 0px 5px;
	height: 20px;
	margin-top:10px;
	margin-bottom:10px;
	font-size:9px;
}



.category_legenda_item {
	margin: 0px 0px 0px 80px;
}

.category_name {
	padding: 0px 0px 0px 3px;
	font-size:10px;
}

.category_image {
	padding: 0px 0px 0px 3px;
}

.agenda_item a, .agenda_item a:visited, .expositie_item a, .expositie_item a:visited {
	text-decoration:none;
	color: #4B6868;
}

.agenda_item a:hover, .expositie_item a:hover {text-decoration:underline;}

.pagination
{
	border-bottom:1px solid #4B6868;
	border-top:1px solid #4B6868;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	text-align:center;
}

/****************************************/
/* HEADER								*/
/****************************************/

.menu_item_active {background-image:url(../../images/nav_selected_agenda.jpg);}

.menu_item_border {background-image:url(../../images/nav_border_agenda.jpg);}

#menu {background-image:url(../../images/nav_normal_agenda.jpg);}

#header_top_1, #header_top_4 {
	background-color: #8FA4A4;
}

#header_top_2, #header_top_3 {
	background-color: #6A8686;
}

#header_bottom_1, #header_bottom_4 {
	background-color: #A9BEBE;
}

#header_bottom_2, #header_bottom_3 {
	background-color: #8CA8A8;
}

#content_left {
    background-color: #4B6868;
}

.locatie_adres p
{margin:0px;}

/****************************************/
/* Pagination							*/
/****************************************/

a.page-num,
a.prev-page,
a.next-page,
a.first-page,
a.last-page,
strong.current-page {
	display: block;
	float: left;
	border: 1px solid #b2d7d9;
	background: #fff;
	padding: 3px 6px;
	margin: 2px;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a.page-num:hover,
a.prev-page:hover,
a.next-page:hover,
a.first-page:hover,
a.last-page:hover {
	margin: 1px 1px;
	padding: 4px 7px;
	color: #000;
	border: 1px solid #99c4c6;
	-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

strong.current-page {
	border: 1px solid #fff;
	margin: 2px 0;
}



