/* aanmelden: */

tr.introducee {
display: none;
}

/* COLUMN-RIGHT */

#column-right .text {
margin-top: 8px;
margin-bottom: 8px;
}

#column-right div.fotoalbumlink {
clear: both;
}

/* AGENDA GENERAL */

.agendaitem {
margin-bottom: 10px;
border-bottom: 1px solid #cacaca;
}

	.agendaitem .thumb {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 4px;
	}
		
	.agendaitem .tekstlabel {
	font-weight: bold;
	}
		
	.agendaitem .date,
	.agendaitem .location {
	color: black;	
	}

/* AGENDA BLOCK HOME */

.agendablock {
margin-top: 8px;
}

	.agendablock .agendaitem {
	height: 103px;
	margin-bottom	: 8px;
	overflow: hidden;
	display: block;		
	}
	
	.agendablock .title {
	height: 18px;
	overflow: hidden;
	background: url('/images/arrow-red-small.gif') no-repeat right center;
	width: 204px;
	padding-right: 5px;
	display: block;
	}
		
	.agendablock .introtext {
	height: 54px;
	overflow: hidden;
	}

/* OVERVIEW */

.agendaoverview h2 {
padding-bottom: 2px;
}
		
	.agendaoverview h2 .title {
	font-weight: normal;
	color: #ec2218;
	}		
		
		.agendaoverview .agendaitem {
		padding-bottom: 10px;
		width: 100%;
		}

/* DETAIL */

.agendadetail .agendaitem {
padding-bottom: 10px;
}

	.agendadetail p.introtext {
	font-weight: bold;
	padding-bottom:10px;
	height: auto !important;
	height: 120px;
	}
		
	.agendadetail .location {
	margin-bottom: 10px;
	}

/* ARCHIVE */

.agendaarchive .agendaitem {
margin-bottom: 0px;
display: table;
}

.agendaarchive .title,
.agendaarchive .date {
float: left;			
line-height:21px;
}
	
	.agendaarchive .date {
	width: 110px;
	width:auto;
	margin-right: 10px;
	color: #999999;
	}
		
	.agendaarchive .title {
	width: 383px;
	background: url('/images/arrow-red-small.gif') no-repeat right center;
	}	
	
		.agendaarchive a.title {
		width: 253px;
		padding-right: 14px;
		}


	
	