/* oranje 		#F09901 */
/* groen 		#6E9380 */
/* lichtgroen 	#A3BAAD */
/* oker/crème 	#D1BE9A */
body#actueel #columnContent a {
	background-image: none;
	padding-right: 0px;
}
/* -------------------------- wrapper datum links en tekst rechts */
body#actueel div.blogitem{
	margin-top: 18px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D1BE9A;
	border-bottom-width: 0px; /* marco ivm interferentie andere blogviews */
	width: 643px;
	margin-bottom: -19px;
	padding-bottom: 0px;
	clear: both;
}
/* -------------------------- datum links */
body#actueel div.calender{
	display: block;
	float: left;
	width: 63px;
	background-image: url(../images/calender_groot.gif);
	background-repeat: no-repeat;
	padding-top: 27px;
	padding-right: 18px;
	padding-bottom: 20px;
	background-position: 0px 19px;
}
body#actueel div.calender p{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: -2px;
	text-align: center;
	line-height: 125%; /* nieuw */
}
body#actueel div.calender p.year{
	color: #D5C18E;
}
/* -------------------------- blog introtekst rechts */
body#actueel div#columnContent div.intro{
	float: right;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #D1BE9A;
	width: 542px;
	padding-left: 17px;
	padding-bottom: 4px;
	line-height: 125%; /* nieuw */
}
/* -------------------------- oranje links */
p.leesverder {
	margin-top: -13px;
}
p.leesverder a{
	background-image: url(../images/background_link_oranje.gif) !important;
	padding-right: 12px !important;
	background-repeat: no-repeat;
	background-position: right 6px;
}
p.leesverder a:link, p.leesverder a:visited {
	color: #F09901;
}
p.leesverder a:hover, p.leesverder a:active {
	color: #FEBD52;
}
/* -------------------------- kop h2 aanklikbaar */
h2 {
	border-top: none;
	padding-top: 0px;
}
h2 a{
	color: #000000;
}
h2 a:link, h2 a:visited{
	color: #000000 !important;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #F09901 !important;
	text-decoration: none;
}
/* -------------------------- groene regel onderaan item */
p.blogdetails  {
	color: #6E9380;
	font-size: 90%; /* 70% */
}
p.blogdetails a:link, p.blogdetails a:visited {
	color: #6E9380;
}
p.blogdetails a:hover, p.blogdetails a:active {
	color: #A3BAAD;
}

p.blogdetails span.detail_datum {
	display: none;
}