/*  --- Created by Emile Blume - 2006 Netcreators.com --- */

#news {
	left:24px;
	position:relative;
	width:166px;
}

#news h3 {
	margin:0;
}

.news-list-item {
	display: block;
}

.news-list-item p, .news-single-item {
	line-height: 16px;
}

.news-list-date {
	font-weight: bold;
}

.news-list-item h3 a{
	font-size: 14px;
	text-decoration: none;
}

.news-list-item h3 a:hover{
        text-decoration: underline;
}


.news-list-item img {
	float: right;
	margin-left: 10px;
	clear: right;
}

.news-list-item .news-list-morelink {
	clear: right;
	text-align: right;
	width: 100%;
}

#news .news-latest-item {
	background: url(../img/bg-news.gif) no-repeat top left;
	padding-top: 2px;
	padding-left:16px;
	padding-right:18px;
}

#news .news-latest-item p {
	margin-bottom:0;
	padding-bottom:0;
}

#news .news-latest-item img {
	margin-top:4px;
}

#news .news-latest-item h3 a{
	font-size: 12px;
	text-decoration: none;
}
#news .news-latest-item h3 a:hover{
        text-decoration: underline;
}


#news div.news-latest-bottom {
	background: url(../img/bg-news-bot.gif) no-repeat bottom left;
	height:10px;
	width:166px;
	margin-bottom: 8px;
}

#news div.news-latest-gotoarchive a{
	background: url(../img/meer.gif) no-repeat left;
	display:block;
	float:right;
	height:8px;
	width:41px;
}	

#news div.news-latest-gotoarchive span {
	display:none;
}




