@CHARSET "ISO-8859-1";

#agenda-wrapper{
	background-image:url('../afbeeldingen/nieuws-bg-spacer.png');
	padding-top:30px;
	width:800px;
	background-color:#fefefe;
	backgrund-repeat:repeat-y;
}



.agenda-item h1{
	height:33px;
	line-height:33px;
	font-size:25px;
	text-transform:uppercase;
	color:white;
	background-image:url('../afbeeldingen/nieuws-titel-bg.png');
	
	padding-left:70px;
	width:730px;
	background-repeat:no-repeat;
	background-color:#2e2e2e;
	margin:0px;
	margin-bottom:30px;
	
}

.agenda-item{
	font-weight:normal;
	font-size:11px;
	width:650px;
	text-align:justify;
	background-image:url('../afbeeldingen/nieuws-item-bg.png');
	background-position:bottom left;
	padding-bottom:30px;
	background-repeat:no-repeat;
	color:#2e2e2e;
}

.agenda-item p{
	padding-left:70px;
	line-height:18px;	
}

.agenda-item div{
	padding-left:70px;
	line-height:18px;
}

p.agenda-datum{
	margin:0px;
	padding:0px;	
	padding-left:70px;
	font-size:14px;
	
	text-transform:uppercase;
}
