/* oranje 		#F09901 */
/* groen 		#6E9380 */
/* lichtgroen 	#A3BAAD */
/* oker/crème 	#D1BE9A */

/* -------------------------- wrapper bij headlines en vacatures*/
#columnLeft div.helpaap{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1BE9A;
	width: 176px;
	clear: both;
	height: 60px;
	padding-top: 8px;
}

/* ----------------------------- in contentgedeelte: laatste bericht uit blog */
body#home div.blogitem{
	margin-top: 18px;
	border-top-width: 0px;
	border-top-style: dashed;
	border-top-color: #D1BE9A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1BE9A;
	width: 446px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
body#home div.blogitem h2 {
	margin-top: 0px;
	border-top: none;
	padding-top: 0px;
}
/* ----------------------------- headlines */
div.headlines{
	float: right;
	background-image: url(../images/headlines_home.jpg);
	background-repeat: no-repeat;
	width: 151px;
	margin-right: 20px;
	padding-top: 30px;
	margin-top: 32px;   /* -2px  */
	line-height: 100%; /* marco */
}
div.headlines ul {
	font-size: 85%; /* 70 */
	font-weight: bold;
	color: #F09901;
}
div.headlines li {
	padding-left: 4px;
	background-image: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D1BE9A;
	padding-bottom: 7px;
	padding-top: 7px;
}
div.headlines li a {
	background-image: none !important;
}
div.headlines li a:link, div.headlines li a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
div.headlines li a:hover, div.headlines li a:active {
	color: #F09901;
}
div.headlines p {
	font-size: 90%; /* 70 */
	padding-top: 7px;
	padding-left: 4px;
}
div.headlines p a:link, div.headlines p a:visited {
	color: #000000;
	font-weight: normal;
}
div.headlines p a:hover, div.headlines p a:active {
	color: #F09901;
}

.readon_home {
	font-size: 100%; /* 80 */
}
