#containernews {
	margin:-10px 0 0 0;
	padding:0;
	height:auto;
	background:#eee;
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
}

#containernews h2 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:20px;
	color:#0D5704;
	font-weight: bold;
	}

#containernews a {
	color:#0D5704;
	text-decoration:underline;
	}

#containernews a:hover {
	color:#F8DD0E;
	text-decoration:underline;
	}

#news {
	margin:0 0 0 0;
	padding:5px 15px 10px 15px;
	background:#eee;
	}

#news h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#0D5704;
	font-weight: bold;
	padding-top:-5px;
	}

#news h1 a {
	text-decoration:none;
}
	
#newsentry {
	margin:10px 20px 10px 20px;
	padding:15px 30px 10px 30px;
	background:#fff;
	} 

#newsentry li {
	display:inline;
	list-style: none;
	margin:0 25px 0 0;
	}

#newsentry h2 {
	margin:10px 0 2px 0;
	padding:0;
}

#newsentry h2 a{
	text-decoration:none;
}

#news_single {
	margin:0 0 0 0;
	padding:5px 15px 10px 30px;
	background:#eee;
	}

#news_single h1 {
	font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:24px;
	color:#0D5704;
	font-weight: bold;
	padding-top:-5px;
	}

#news_single h1 a {
	text-decoration:none;
}

#newsentry_single{
	margin:10px 0 10px 30px;
	padding:15px 30px 10px 30px;
	background:#fff;
	} 

#newsentry_single li {
	display:inline;
	list-style: none;
	margin:0 25px 0 0;
	}

#newsentry_single h2 {
	margin:10px 0 2px 0;
	padding:0;
}

#newsentry_single h2 a{
	text-decoration:none;
}

.entry {
	margin:10px 0;
	padding:5px;
	min-height:170px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
}

.entrysingle {
	margin:5px 0;
	padding:5px 15px 5px 0;
	min-height:350px;
}

.excerpt {
	margin:15px 0 5px 0;
}
	
.thumb img{
	float:left;
	margin:5px 30px 5px 0;
	}

.date {
	font-size:80%;
	margin:0 0 3px 0;
	padding:0;
}

/* uitlijning afbeeldingen in posts */

.alignright {
	float: right;
	margin:5px 0 15px 10px;
}

.alignleft {
	float: left;
	margin:5px 15px 15px 0;
}

.alignnone {
	margin:5px;
}

.aligncenter {
	margin-left:10%;
}

#pages {
	margin:0;
	padding:0;
	/*display:none;*/
}

#pages li {
	display: inline;
	list-style:none;
	}
	
.nextright {
	float: right;
	margin:-15px 0 15px 10px;
}

.previousleft {
	float: left;
	margin:-15px 15px 15px 0;
}

#morenews {
	float:right;
	margin-top: 0;
	margin-right:0;
	font-size:120%;
	line-height:25px;
	padding:5px;
	}

#morenews a {	
	background:#f8dd0e;
	color:#OD5A28;
	text-decoration:none;
	padding:5px;
}

#morenews a:hover {	
	background:#f8dd0e;
	color:#OD5A28;
	text-decoration:underline;
	padding:5px;
}


