
/*WEERGAVE NIEUWSBERICHT BIJ VOLLEDIGE WEERGAVE (dus na klik op ...lees meer>>) */
.tempshownews
{
	padding:15px;
}

.temp_h_news, .temp_h_news_hover
{
	height: 48px;
	width: 228px;
	min-height: 48px;
	min-width: 228px;
	background: url(../components/nieuws_item.jpg) no-repeat;
	margin: 7px 0 0 0;
	padding: 5px 0 0 17px;
}
/*titels van newsitem op homepag*/
.temp_h_newstitle
{
	height: 29px;
	width: 228px;
	background: url(../components/nieuws_header.jpg) no-repeat;
	margin: 7px 0 0 0;
}
/*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{
	height: 48px;
	width: 228px;
	min-height: 48px;
	min-width: 228px;
	background: url(../components/nieuws_item.jpg) no-repeat;
	margin: 7px 0 0 0;
	padding: 5px 0 0 17px;
}
.temp_r_news_hover{
	height: 48px;
	width: 228px;
	min-height: 48px;
	min-width: 228px;
	background: url(../components/nieuws_item.jpg) no-repeat;
	margin: 7px 0 0 0;
	padding: 5px 0 0 17px;
}


.temp_r_newstitle,.temp_r_newstitle:link,.temp_r_newstitle:visited{
	font-family:Arial;
	font-size: 11px;
	color: #3d3d3d;
	text-decoration:none;
}

.temp_r_newstitle:hover
{
	/*height: 29px;
	width: 228px;*/
	background: url(../components/nieuws_header.jpg) no-repeat;
	margin: 7px 0 0 0;
}

.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; }