#block-diensten, #block-merken, #block-news{
	padding-top:30px;
}

#block-diensten{
	width:300px;
	padding-right:20px;
	float:left;
	background:url(../img/left-menu-line.png) no-repeat right top;
}

#block-merken{
	width:280px;
	padding:30px 20px 0px 20px;
	float:left;
	background:url(../img/left-menu-line.png) no-repeat right top;
	overflow:auto !important;
	min-height:300px;
}
#block-news{
	width:300px;
	padding-left:20px;
	float:right;
}

#maincol{
	padding-top:0px !important;
}


#block-diensten h1, #block-merken h1, #block-news h1{
	color:#c24b30;
	font-family:'PreciousSansBook';
	font-size:14px;
	height:13px;
	line-height:13px;
	text-transform:uppercase;
	background:url(../img/module-bg.png) repeat-x;
	margin-bottom:20px;
}
#block-diensten h2, #block-merken h2, #block-news h2{
	color:#fff;
	font-family:'PreciousSansBook';
	font-size:17px;
	margin-bottom:0px;
}


#block-diensten h1 span, #block-merken h1 span, #block-news h1 span{
	background:#171717;
	padding-right:5px;
}
.news-date{display:none;}
#block-news hr{
	border:none;
	border-bottom:1px dotted #5d5d5d;
	margin:20px 0;
}

.newsitem{
	border-bottom:1px dotted #5d5d5d;
	padding-bottom:20px;
	margin-bottom:20px;
}
.newsitems .newsitem:last-child{
	border-bottom:none !important;
}

.news-read-more{
	display:block;
}

.carousel-page{
	border:1px solid #262626;
	height:91px;
	position:relative;
}
.carousel-controls{
	position:relative;
}
.carousel-next-control{
	cursor:pointer;
	display:block;
	height:25px;
	width:24px;
	background:url(../img/arrow-right.png) no-repeat;
	z-index:10000;
	position:absolute;
	right:0;
	top:-60px;
}
.carousel-prev-control{
	cursor:pointer;
	display:block;
	height:25px;
	width:24px;
	background:url(../img/arrow-left.png) no-repeat;
	z-index:10000;
	position:absolute;
	left:0;
	top:-60px;
}