#cntblock_news
{
	float:left;
	width:261px;
	padding-bottom:15px;
}

*html #cntblock_news
{
	margin-bottom:0px;	
}

#cntblock_news .roundTop
{
	position:relative;
	height:15px;
	width:261px;
	line-height:1;
	background:url(../data/news/news_top_bl.jpg) no-repeat;
}

#cntblock_news .roundBottom
{
	position:relative;
	height:35px;
	width:261px;
	line-height:1;
	background:url(../data/news/news_bottom_bl.jpg) no-repeat;
	z-index:5;
	margin-bottom:8px;	
	margin-top:-7px;
}

#cntblock_news .title
{
	position:absolute;
	height:18px;
	z-index:6;
	color:White;
	text-transform:uppercase;
	text-align:right;
	width:125px;
	right:5px;
	top:18px;
	font-size:13px;		
}



.roundMiddle
{
	background:url(../data/news/news_middle_bl.jpg) repeat-y;	
	position:relative;
	margin-bottom:0px;
	width:261px;
}

.roundMiddle span
{
	display:block;
	padding-left:8px;
	padding-right:8px;	
	padding-bottom:15px;	
	font-size:9px;	
}



#cntblock_news .newsitem
{
position:relative;
}


#cntblock_news .newsitem a
{
font-size:9px;	
}


#cntblock_news p
{
margin-top:0px;
margin-bottom:7px;	
}
/*
.message a
{
border-bottom:none;

}

.message a:hover
{
border-bottom:none;
color:#3a3a3c;
}
*/




/************* B-Units Color Overriding ******************/
/*roundtop*/
#tpl_fides_fbg_general #cntblock_news .roundTop
{
	background:url(../data/news/news_top_grijs.jpg) no-repeat;
}

#tpl_fides_ffp_general #cntblock_news .roundTop
{
	background:url(../data/news/news_top_rood.jpg) no-repeat;
}

#tpl_fides_fc_general #cntblock_news .roundTop
{
	background:url(../data/news/news_top_blauw.jpg) no-repeat;
}

#tpl_fides_ecy_general #cntblock_news .roundTop
{
	background:url(../data/news/news_top_groen.jpg) no-repeat;
}

/*roundmiddle*/
#tpl_fides_fbg_general #cntblock_news .roundMiddle
{
	background:url(../data/news/news_middle_grijs.jpg) repeat-y;
}

#tpl_fides_ffp_general #cntblock_news .roundMiddle
{
	background:url(../data/news/news_middle_rood.jpg) repeat-y;
}

#tpl_fides_fc_general #cntblock_news .roundMiddle
{
	background:url(../data/news/news_middle_blauw.jpg) repeat-y;
}

#tpl_fides_ecy_general #cntblock_news .roundMiddle
{
	background:url(../data/news/news_middle_groen.jpg) repeat-y;
}


/*roundbottom*/
#tpl_fides_fbg_general #cntblock_news .roundBottom
{
	background:url(../data/news/news_bottom_grijs.jpg) no-repeat;
}

#tpl_fides_ffp_general #cntblock_news .roundBottom
{
	background:url(../data/news/news_bottom_rood.jpg) no-repeat;
}

#tpl_fides_fc_general #cntblock_news .roundBottom
{
	background:url(../data/news/news_bottom_blauw.jpg) no-repeat;
}

#tpl_fides_ecy_general #cntblock_news .roundBottom
{
	background:url(../data/news/news_bottom_groen.jpg) no-repeat;
}