﻿.nieuwsItem
{

}

.nieuwsItemProperties
{
	vertical-align:middle;
}

.nieuwsItemDatum
{
	float:right;
	color:white;	
	padding-top:5px;
}

.nieuwsItemAuteur
{
	float:right;
	color:white;	
	padding-top:5px;
}

#nieuwsItemTitel
{
	font-size:14px;
	font-weight:bold;
	color:#374e32;			
	margin-bottom:5px;
}

.nieuwsItemOverzichtAfbeelding
{
}

.nieuwsItemOverzichtAfbeelding img
{
	float:left;
	/*width:60px;
	height:60px;*/
	margin-bottom:5px;
	margin-right:10px;
	max-width:60px;
  	width: expression(this.width > 60 ? 60: true);
}


.nieuwsItemInleiding
{
	font-weight:bold;
}

.nieuwsItemInleidingOverzicht
{
	font-weight:normal;
	color:#374e32;			
}

.nieuwsItemLeesMeer
{
	color:#D58927;
}

#nieuwsItemLeesMeerLink
{
	color:#D58927;
	font-weight:bold;
}

.nieuwsItemSpacer
{
	height:5px;
	clear:both;
}
