div.nieuws{
	clear: both;
	float: none;
	border-top: 1px #F0A345 solid;
	border-bottom: 1px #F0A345 solid;
	padding: 5px 5px 5px 5px;
	background-color: #E9E9E9;
	display: list-item;
	text-align: justify;
	margin: 10px 0px 10px 0px;
	list-style: none;
}

div.nieuws div.ploeg a{
	text-align: right;
	float: right;
	color: #142F59;
	margin-bottom: 5px;
}

div.nieuws div.bericht{
	clear: both;
}

div.nieuws div.shortcuts{
	text-align: left;
	clear: both;
}

div.nieuws div.titel{
	float: left;
	font-size: medium;
	font-weight: bold;
	color: #142F59;
	width: 60%;
	line-height: 18px;
}

div.nieuws div.auteur{
	font-size: x-small;
	text-align: left;
	float: left;
	width: 60%;
}

div.nieuws div.forum {
	font-size: x-small;
	text-align: right;
	float: right;
}

div.nieuws span{
	color: #FF0000;
	font-size: 100%; 
	font-weight: bold;
}

