
/*WEERGAVE NIEUWSBERICHT BIJ VOLLEDIGE WEERGAVE (dus na klik op ...lees meer>>) */
.tempshownews
{
	padding:15px;
}
/*TITEL  VAN NIEUWSBERICHT BIJ VOLLEDIGE WEERGAVE (dus na klik op ...lees meer>>) */
.tempshownewstitle
{
	display:table;
	font-family:arial;
	font-size: 12px;
	font-weight: bold;
}

.tempnews_more
{
	font-family:arial;
	font-size:10px;
	font-weight:bold;
}

/*titels van newsitem op homepag*/
.temp_h_newstitle
{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #666666;
	background-color:#F7F7F7;
	border-top: solid 1px #CCCCCC;
	padding:2px;
	padding-left:4px;
	display:table;
	width:100%;

}
/*titels van newsitem op homepag bij mouseover*/
.temp_h_newstitle:hover
{
	color: #ff9900;
	background-color:#EEEEEE;
}
/*weergave verkorte inhoud newsitem op homepage*/
.temp_h_newscontent
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#333333;
	padding-left:4px;
}
/*weergave verkorte inhoud newsitem op homepage bij mousover*/
.temp_h_newscontent:hover
{
	font-family:arial;
	font-size:11px;
	text-decoration:none;
	color:#ff9900;
}



.temp_r_news{
	padding-bottom: 10px;
}
.temp_r_news_hover{
	padding-bottom: 10px;
}


.temp_r_newstitle,.temp_r_newstitle:link,.temp_r_newstitle:visited{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #666666;
	background-color:#FFFFFF;
	border-bottom: solid 1px #BBBBBB;
	padding:2px;
	padding-left:4px;
	display:table;
	width:100%;
	text-transform:uppercase;
}

.temp_r_newstitle:hover
{
	color: #FF9900;
}

.temp_r_newscontent,.temp_r_newscontent:link,.temp_r_newscontent:visited{
	/*padding-left: 4px;*/
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;
	color: #666666;
}

.temp_r_newscontent:hover,.temp_r_newscontent_hover{
	/*padding-left: 4px;*/
	width: 100%;
	font-family: verdana;
	font-size: 10px;
	text-decoration:none;
	color: #FFFFFF;
	cursor:pointer;
}

.tempnewsarchive:link,.tempnewsarchive:visited
{
	font-family:arial;font-size:11px;font-weight:bold;text-decoration:none;color:#2D9272;
	line-height:20px;
}
.tempnewsarchive:hover { text-decoration:underline; }

/* NIEUWSMARQUEE*/
#newsmarquee
{
	overflow:hidden;
	width: 335px;
	height:23px; /* height of width moet worden gezet omdat IE het anders weer niet snapt */
}
#newsmarqueecontent
{
	position:relative;
	white-space:nowrap;
	display:inline;
}
.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;
}

