/*

.newsitem{padding : 5px 10px 5px 10px;}

.newsitem .date {font-size: 10px;}

.newsitem h3 a,
.newsitem a:visited,
.newsitem a:active{font-size:11px ;font-weight:bold ;color:#FD1813;}

.newsitem .date{font-size: 10px;}
.newsitem.summary{}

.newsitem-detail .title
{
	font-weight: bold;
	font-size:11px;
	color:#FD1813;
	margin:0 0 10px 0;
	padding:0;
}
*/


/*layout lijst nieuwsitems*/
/*layout nieuwsitem*/
#newsitem-overview .item
{
	/*margin-left: 12px;*/
	width: 680px;
	height: 120px;
	padding: 10px;
	margin-bottom:10px;
	background:  url(../../Graphics/newsitem_bg.jpg) top left no-repeat;
	clear:both;
}

/*layout alternatief nieuwsitem*/
#newsitem-overview .alternate {}

/*layout h3 met mousenormal*/
#newsitem-overview h3 a,
#newsitem-overview h3 a:visited {color:#622568;text-decoration:none;}

/*layout h3 met mouseover*/
#newsitem-overview a:hover,
#newsitem-overview a:active {color:#c0044e;;text-decoration:none;}

/*layout datum*/
#newsitem-overview .date {display:none;}

/*layout samenvatting*/
#newsitem-overview .summary{margin:10px 0 0 0;}

/*layout lijst nieuwsitem detail*/

#news-item {
}
#news-item .imageclass{
	float: right;
	margin-right: 50px;
	margin-left: 10px;
}
/*layout titel*/
#news-item H3 {}

/*layout datum*/
#news-item .date {display:none;}

/*layout contactpersoon en laatst gewijzigd*/
#news-item #publication-info {	display: none;}

/*layout tekst*/
#news-item .webeditor-content {
}

.item .newscontent
{
	width: 520px;
	padding-left: 30px;
	height: 97px;
	overflow: hidden;
	float: left;
	background:  url(../../Graphics/icon_arrow_white_right.gif) 0px 0px no-repeat;
}
.item .readmore-container{
	height: 19px;
	width: 125px;
	margin-top: 7px;
	padding-left: 20px;
	margin-left: 405px;
	background:  url(../../Graphics/icon_arrow_white_right.gif) 0px 0px no-repeat;
	overflow: hidden;

}

.item .news-image-container{
	margin:0px;
	padding:0px;
	width: 110px;
	height: 100px;
	text-align: right;
	overflow: hidden;
}

.item .news-image-container img{
	max-width: 110px;
	max-height: 100px;
	width:110px;
	height:100px;
}



