body {background: #f2f2f2; font-family: arial, sans-serif; color: #2f2f4c;
}

h1 {
	font-weight: normal; text-align: center;
}

p { font-size: 12px;text-align: center;  font-style: italic;
}
#Container {margin: 0 auto;  width: 900px;;
}

#huizemuller, #huizehuijgen, #huizebier {
	border-radius: 5px; -webkit-border-radius: 5px;
}

#huizemuller { background: #fff; float: left; width: 250px;  height: 100px;
	padding: 10px;margin: 10px;
}

#huizehuijgen {background: #fff; float: left; width: 250px; height: 100px;
	padding: 10px;margin: 10px;
}

#huizebier {background: #fff; float: left; width: 250px; height: 100px;
	padding: 10px;margin: 10px;
}

#huizemuller:hover, #huizehuijgen:hover, #huizebier:hover {

-webkit-box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
        
        box-shadow:  0px 1px 1px 1px rgba(0, 0, 0, 0.3);
	
}