@charset "utf-8";
/* CSS Document */

/* AGENDA OVERZICHT */

.module-agenda-item {
	position: relative;
	float: left;
	padding: 0px 10px 10px 0px;
	width: 190px;
	height: 85px;
	background: url('../../../../images/item-achtergrond.jpg') no-repeat 0 0;
	margin: 5px;
}

.module-agenda-item .agenda-datum {
	width: 190px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #1048a5;
	text-decoration: none;
	font-weight: bold;
}

.module-agenda-item .agenda-text {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

.module-agenda-item .agenda-meer {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 190px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

/* ITEM */

.module-agenda-titel {
	width: 100%;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
}

.module-agenda-datum {
	float: left;
	width: 50%;
	font-style: italic; 
}

.module-agenda-nav {
	float: right;
	width: 50%;
	text-align: right;
}

/* BLOCK AGENDA */

.content-left-agenda {
	width: 200px;
	height: auto;
}

.content-left-agenda .agenda-top {
	width: 200px;
	height: 47px;
	background: url('../images/agenda-top.jpg') no-repeat 0 0;
}

.content-left-agenda .agenda-middle {
	width: 190px;
	height: auto;
	background: url('../images/agenda-middle.jpg') repeat-y 0 0;
	padding: 5px 10px 5px 0px;
}

.agenda-datum {
	width: 190px;
	color: #009ee0;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.agenda-text {
	width: 190px;
	margin: 0px;
	padding: 0px;
}

.agenda-meer {
	width: 190px;
	text-align: right;
	margin: 0px;
	padding: 0px;
}

.content-left-agenda .agenda-bottom {
	width: 200px;
	height: 9px;
	background: url('../images/agenda-bottom.jpg') no-repeat 0 0;
}

/* PAGINA NUMMERING */

.module-agenda-nummering-01 {
	float: left;
	width: 30%;
	text-align: left;
}

.module-agenda-nummering-02 {
	float: left;
	width: 40%;
	text-align: center;
}

.module-agenda-nummering-03 {
	float: left;
	width: 30%;
	text-align: right;
}