div.news-page{
	width:900px;
	min-height:150px;
	height:auto !important;
	height:150px;
}

div.news-page div.left{
	width:533px;
	min-height:150px;
	height:auto !important;
	height:150px;
	margin-left:10px;
	float:left;
}

div.news-page div.right{
	background-image:url('../img/homepage_news_right_bg.png');
	background-repeat:no-repeat;
	width:336px;
	min-height:150px;
	height:auto !important;
	height:150px;
	float:left;
	margin-left:10px;
	padding-top:20px;
	padding-left:11px;
}

div.news-page div.right-archief{
	background-image:url('../img/homepage_news_right_bg.png');
	background-repeat:no-repeat;
	width:336px;
	min-height:150px;
	height:auto !important;
	height:150px;
	float:left;
	margin-left:10px;
	padding-top:20px;
	padding-left:11px;
}

div.news-page div.right-archief h1.contentheader{
	margin-bottom:5px;
}

div.news-page div.right div.archive{
	margin-top:25px;
	margin-right:52px;
	float:right;
}

div.news-page div.right div.archive a{
	background-image:url('../img/bekijk_archief.png');
	background-repeat:no-repeat;
	display:block;
	width:145px;
	height:24px;
	text-indent:-5000px;
}



div.news-page div.item{
	width:316px;
	margin-top:14px;
	margin-bottom:14px;
}

div.news-page div.item div.news_img_kader{
	position:relative;
	width:111px;
	height:70px;
	float:left;
}

div.news-page div.item div.news_img_kader div.news_img_frame{
	background-image:url('../img/news_img_frame.png');
	background-repeat:no-repeat;
	width:111px;
	height:70px;
	z-index:1;
	position:absolute;
	top:0;
	left:0;

}

div.news-page div.item div.news_img_kader div.news_img_image{
	position:absolute;
	top:3px;
	left:3px;
}

/*div.news-page div.item div.news_img_kader div.news_img_image img{
	width:105px;
	height:64px;
}*/


div.news-page div.item div.content{
	width:200px;
	position:relative;
	float:left;
	margin-left:121px;
	margin-top:-65px;
}

div.news-page div.item div.content h2{
	margin:0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	color:#0185ca;
}

div.news-page div.item div.content p.bodytext{
	margin:0;
	padding:0;
	color:#544628;
}

div.news-page div.item div.content a{
	background-image:url('../img/news_more_bg.png');
	background-repeat:no-repeat;
	display:block;
	width:25px;
	height:15px;
	text-indent:-5000px;
	position:absolute;
	bottom:0px;
	right:12px;
}

div.news-page div.left div.news-img-single{
	position:relative;
	width:521px;
	height:257px;
	float:left;
}

div.news-page div.left div.news-img-single img{ 
	position:absolute;
	top:4px;
	left:4px;
}

div.news-page div.left div.news-img-single div.news-img-frame{
	background-image:url('../img/news_frame_single.png');
	background-repeat:no-repeat;
	width:521px;
	height:257px;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
}
