
.tpl_news_short,.tpl_news_short:link, .tpl_news_short:visited
{
	color: #6D6763;
	font-weight:bold;
	font-size: 12px;
	display:table;
	width:477px;
	*width:500px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	border-bottom: solid 1px #CCCCCC;
}

.tpl_news_short:hover
{
	background-color: #C1A786;
	color: #FFFFFF;
}

/*Complete newsitem (titel + event. verkorte inhoud) */
.tpl_newsitem
{
	border-bottom: solid 1px #AAAAAA;
}

.tpl_newsitem_hover
{
	border-bottom: solid 1px #AAAAAA;
}

/*titels van newsitem*/
.tpl_newstitle
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color: #FFFFFF;
	display:table;
	width:100%;

}
/*titels van newsitem op homepag bij mouseover*/
.tpl_newstitle:hover,.tpl_newstitle_hover
{
	color: #FFFFFF;
	text-decoration:underline;
}
/*weergave verkorte inhoud newsitem op homepage*/
.tpl_newscontent
{
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}
/*weergave verkorte inhoud newsitem op homepage bij mousover*/
.tpl_newscontent:hover
{
	font-family:arial;
	font-size:11px;
	text-decoration:underline;
	color:#FFFFFF;
}

/* NIEUWSMARQUEE*/
#newsmarquee
{
	overflow:hidden;
	height:23px; /* height of width moet worden gezet omdat IE het anders weer niet snapt */
	width: 335px;
}
#newsmarqueecontent
{
	position:relative;
	display:inline;
	white-space:nowrap;
}
.marqueelink,.marqueelink:link,.marqueelink:visited
{
	font-family:verdana;
	font-size: 10px;
	font-weight:bold;
	color: #2F8C6F;
	text-decoration:none;
}
.marqueelink:hover
{
	text-decoration:underline;
	color: #0063B4;
}
