
/*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;
}


/*titels van newsitem op homepag*/
.temp_h_newstitle
{
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color: #666666;
	background-color:#FFFFFF;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	padding:2px;
	padding-left:4px;
	display:table;
	width:100%;
	text-transform:uppercase;
}
/*titels van newsitem op homepag bij mouseover*/
.temp_h_newstitle:hover
{
	color: #ff9900;
}
/*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-top: solid 1px #BBBBBB;
	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{
	display:table;
	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: #000000;
	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; }