

/* Big button framework */

#button1 a{
	position: 		absolute;
	background: 	url("../_img/home_huis.jpg") 0 0 no-repeat;
	left:			0;
	top:			0;
	width: 			526px;
	height:			164px;
	overflow:		hidden;
	border: 		solid blue 0px;
}

#button1 a:hover{
	background-position:	-526px 0;
}

#button2 a{
	position: 		absolute;
	background: 	url("../_img/home_gezin.jpg") 0 0 no-repeat;
	left:			0;
	top:			164px;
	width: 			526px;
	height:			164px;
	overflow:		hidden;
	border: 		solid red 0px;
}

#button2 a:hover{
	background-position:	-526px 0;
}

#button3 a{
	position: 		absolute;
	left:			0;
	top:			328px;
	width: 			526px;
	height:			164px;
	background: 	url("../_img/home_bedrijf.jpg") 0 0 no-repeat;
	overflow:		hidden;
	border: 		solid yellow 0px;
}

#button3 a:hover{
	background-position:	-526px 0;
}


#caption1{
	position: 		absolute;
	margin:			15px;
	left:			320px;
	top:			30px;
	bottom:			0;
	width:			175px;
	overflow:		hidden;
	border: 		solid maroon 0px;
	z-index:		10;
}

#caption2{
	position: 		absolute;
	margin:			15px;
	left:			320px;
	top:			194px;
	width:			175px;
	overflow:		hidden;
	border: 		solid maroon 0px;
	z-index:		10;
}

#caption3{
	position: 		absolute;
	margin:			15px;
	left:			320px;
	top:			358px;
	width:			175px;
	overflow:		hidden;
	border: 		solid maroon 0px;
	z-index:		10;
}
