
/* Agenda op homepage */

.agendablock
{
  width: 560px;
  display: table;
  margin-top: 5px;
}

	.agendablock .agendaitem .date
	{
	  font-weight: bold;
		margin-right: 5px;
		font-size: 12px;
	}

	.agendablock .enddate {
		display: none;
	}
	.agendaitem
	{
		padding: 0px 0px;
		display: table;
		width: 100%;
		float: left;
		border-bottom: 1px solid #d2e2eb; 
		padding-bottom: 5px;
		margin-bottom: 5px;
  }

.agendaoverview, 	
.agendadetail {
	padding: 0px 0px;
	padding-bottom: 5px;
	clear: left;	
	padding-bottom: 5px;
	margin-bottom: 5px;
	min-height: 85px;
}
	

	.agendaitem .thumb
	{
	  float: left;
	  clear: left;
	  margin-right: 10px;
	}
	
		#content .agendaitem img
		{
		  padding: 2px;
		}	

	.agendaitem .date
	{
		color: black;
		font-size: 12px;
	  float: left;
	  font-weight: bold;
	  margin-right: 5px;
	}
	
	.agendaitem .date{
		 float: left;
	   font-weight: normal;
	   margin-right: 5px;
	}
	
		.agendaitem .date span,
		.agendaitem .enddate span {
		margin-right: 5px;
		font-weight: bold;
		}
	
	.agendadetail .plaats {
	font-weight: normal;
	float: left;
	margin-left: 10px;
	}
	
	.agendaitem .location {
	font-weight: normal;
	padding-left: 10px;
	}
	
		.agendaitem .location span 
		{
			margin-right: 5px;
			font-weight: bold;		
		}



		#content .agendaitem a.title,
		#content .agendaitem a.title:visited
		{		  
		  font-family: arial, helvetica, sans-serif;
		  color: #0078bb;
		  font-weight: bold;
		  text-decoration: none;
		  font-size: 14px;
		  line-height: 18px;
		}
		
			#content .agendaitem .title a:hover {
			text-decoration: underline;
			color: black;
			}

			#content .agendaitem a.title:hover
			{
				text-decoration: underline;
			}
			
			.agendaitem a.readmore
			{
				display: block;
				text-align: right;
			}

.agendaitem .introtext
{
  padding-left: 0px;
}

.agendaoverview .introtext,
.agendadetail .introtext
 {
	margin-top: 18px;
	margin-left: 130px;
}

.agendadetail .introtext {
font-weight: bold;
margin-top: 10px;
}

.agendadetail .text {
margin-top: 15px;
}
