@charset "utf-8";
/* CSS Document */

.overzicht{
	line-height:120%;
}

.overzicht .even{
	background:#e7fbf8;

}

.overzicht .columnHeader{
	font-weight:bold;
	text-transform:capitalize;
	padding-right:5px;
	padding-left:15px;
	
}

.overzicht .titel{
	position:relative;
	top:-8px;
	padding-left:5px;
	width:100%;
	white-space:nowrap;
	_height:20px;
}

.overzicht .titel a{
	text-decoration:none;
	color:#000;
}

.overzicht .gelezen, .overzicht .spreker{
	width:100%;
	_width:90%;
	float:right;
	text-align:right;
	position:relative;
	top:8px;
	font-size:0.8em;
	padding-right:5px;
}

.overzicht .spreker{
	font-size:0.9em;
}

.tekstPagina .inhoud{
	line-height:150% !important;
	font:Georgia !important;
}

.tekstPagina .titel{
	background-color:#73E8D7;
	color:#FFFFFF;
	font-weight:bolder;
	text-align:center;
	width:100%;
	font-size:1.2em;
	height:25px;
	padding:5px 0 0;
}
