body{
	margin:0px;
	background-color:#EFEFEF;
	text-align:center;
}


.wrapper{
	width: 900px;
	border: 1px solid blue;
	background-color: white;
}

#header{
	width: 100%;
	background-color: brown;
	font-family: "Segoe Print";
}

#catblock{
	float: left;
	width:180px;
	margin: 5px;
	border:1px solid black;
	text-align:left;
}

#catblock H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: purple;
	color: white;
	margin: 0;
	padding: 0;
}

#catblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#catblock li a{
	display:block;
	text-decoration: none;
	height:25px;
}

#catblock li a:hover{
	display: block;
	text-decoration: none;
	background-color:grey;
	height:25px;
	color:black;
}

#centerblock{
	float: left;
	width:390px;
	margin: 5px;
	border:1px solid black;
	text-align:left;
}

#centerblock p{
	margin: 0px;
	padding:5px;
}

#centerblock H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: yellow;
	color: black;
	margin: 0;
	padding: 0;
}

#centerpro {
	float:right;
	width: 170px;
	height:145px;
}

#centerpro a {
	float: left;
	width: 170px;
	height:145px;
	display:block;
	color: orange;
	text-decoration: none;
}

#centerpro a:hover{
	float: left;
	width: 170px;
	height:145px;
	display:block;
	color: maroon;
	background-color: orange;
	text-decoration: none;
}

#linksblock{
	float: left;
	width:290px;
	margin: 5px;
	border:1px solid black;
	text-align:center;
}

#linksblock H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: orange;
	color: black;
	margin: 0;
	padding: 0;
}

#linksblock a{
	float:left;
	display:block;
	margin: 5px;
	padding:5px;
	width: 125px;
	text-align:center;
}

#linksblock a:hover{
	display:block;
	margin: 5px;
	background-color:#ff8c00;
	text-align:center;
}

.clear {
	display: block;
	clear: both;
	width:800px;
}

#datingbox1 {
	float: left;
	width: 290px;
	margin:2px;
	border: 2px solid green;
	background-color: lime;
}

#datingbox1 H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: green;
	color: white;
	margin: 0;
	padding: 0;
}

#datingbox2 {
	float: left;
	width: 290px;
	margin:2px;
	border: 2px solid navy;
	background-color: aqua;
}

#datingbox2 H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: navy;
	color: white;
	margin: 0;
	padding: 0;
}

#datingbox3 {
	float: left;
	width: 290px;
	margin:2px;
	border: 2px solid orange;
	background-color: yellow;
}

#datingbox3 H1{
	display: block;
	width: 100%;
	font-family: "Segoe Print";
	font-size: medium;
	background-color: orange;
	color: white;
	margin: 0;
	padding: 0;
}

#datebox {
	float:left;
	display:block;
	width: 33%;
}

#datebox a{
	text-decoration: none;
	display:block;
	width: 33%;
}

#datebox a:hover{
	background-color:fuchsia;
	display:block;
	width: 33%;
}

#banner {
	float:right;
	text-align:center;
	width: 500px;
}

#zoekxxx {
	float:right;
	text-align:center;
	width: 380px;
	border: 2px solid blue;
	background-color: #59bbf9;
}

#linkpartners {
	width:100%;
	background-color: maroon;
}

#linkpartners a {
	float: left;
	width: 145px;
	display:block;
	color: orange;
	text-decoration: none;
}

#linkpartners a:hover {
	float: left;
	width: 145px;
	display:block;
	color: maroon;
	background-color: orange;
	text-decoration: none;
}

#footer {
	width:100%;
	background-color: maroon;
	color: orange;
}

#footer a {
	color: orange;
	text-decoration: none;
	
}