.linkBtnGreen{
	background-image:url(../images/link_btn_green.gif);
	width:127px;
	height:18px;
	display:block;
	line-height:18px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
}
/* Layout  */
.homeLayoutBottom {
	width:785px;
	margin-top:20px;
}
.homeLeft{
	float:left;
	width:380px;
}
.homeRight{
	float:right;
	width:380px;
}
/* DAG ITEMS - restaurants / recepten */
.dagItem{
	background-repeat:repeat-y;
	width:380px;
}
.dagItem h2{
	font-size:16px;
	margin-bottom:10px;
}
.dagItem .dagHeader{
	height:18px;
	background-position:top;
}
.dagItem .dagContent{
	position:relative;
	width:350px;
	height:300px;
	margin:0 auto;
}
.dagItem .intro{
	width:210px;
	height:160px;
}
.dagItem .img{
	position:absolute;
	right:0;
	text-align:right;
}
.dagItem .img img{
	margin-bottom:20px;
}
.dagItem .dagBottom{
	background-repeat:no-repeat;
	background-position:bottom;
	height:17px;
}
.sub{
	text-indent:15px;
	margin-bottom:12px;
}

#dagblauw{
	background-image:url(../images/home_dagitem_bl_rpt.gif);
}
#dagblauw .dagHeader{
	background-image:url(../images/home_dagitem_bl_top.gif);	
}
#dagblauw .dagBottom{
	background-image:url(../images/home_dagitem_bl_btm.gif);
}

#daggroen{
	background-image:url(../images/home_dagitem_gr_rpt.gif);
}
#daggroen .dagHeader{
	background-image:url(../images/home_dagitem_gr_top.gif);	
}
#daggroen .dagBottom{
	background-image:url(../images/home_dagitem_gr_btm.gif);
}