body {background:url('images/bg_repeat.gif') repeat; color:#333333;margin:100px 0px; padding:0px; text-align:center;}
html{font-family: Arial, Helvetica, sans-serif;	color:#333333; }

h1{
	font-size:26px;
	font-weight:normal;
	color:#2D3841;
	margin-bottom:10px;
	line-height:80px;
	}
a.keuze{
	font-size:16px;
	font-weight:bold;
	color: #FFF;
	text-decoration:none;
	line-height:36px;
}

a.keuze:hover{
	text-decoration:none;
	color:#f2f2f2;
}

#content {
	width:460px;
	margin:0px auto;
	text-align:center;
	padding:0px;
}

#gezelschapsdieren{
	display:block;
	float:left;
	width:195px;
	height:270px;
	position:relative;
	background:url(images/gezelschapsdieren_bg.png) no-repeat top;
	margin-right:50px;
	border:5px solid #fff;
		}
#gezelschapsdieren:hover{
  -moz-box-shadow:0 0 5px #04B2D9;
  -webkit-box-shadow:0 0 5px #04B2D9;
		}

#landbouwhuisdieren{
	display:block;
	float:left;
	width:195px;
	height:270px;
	position:relative;
	background:url(images/landbouwhuisdieren_bg.png) no-repeat top;
	border:5px solid #fff
	}
#landbouwhuisdieren:hover{
  -moz-box-shadow:0 0 5px #96CB35;
  -webkit-box-shadow:0 0 5px #96CB35;
		}

