/* Basis */

* {
	margin: 0px;
}

html {
	overflow: auto;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 1.5em;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

/* Homepage */

#wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 612px;
	margin-top: -306px;
	text-align: center;
}

#header {
	width: 100%;
	margin: 0px auto;
	background: #0064ad;
	text-align: center;
}

	#header div {
		padding: 8px;
		width: 1000px;
		margin: 0px auto;
		text-align: right;
	}

#middle {
	background: #fff;
	width: 100%;
	height: 450px;
	text-align: center;
}

#middle .content {
	width: 1000px;
	margin: 0px auto;
	text-align: center;
}

	.afbeelding {
		position: relative;
		display: inline-block;
		float: left;
		margin: 3px;
		background-position: top left;
		cursor: pointer;
	}
	
	.afbeelding a span {
		display: block;
	}
	
	.afbeelding, .afbeelding a, .afbeelding a span {
		width: 327px;
		height: 219px;
	}
	
	.afbeelding:hover {
		background-position: top right;
	}
	
	.afbeelding a {
		display: block;
		color: #fff;
		font-size: 18px;
		text-transform: uppercase;
		cursor: pointer;
	}
	
	.afbeelding a span, .afbeelding a img {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 1000;
		cursor: pointer;
	}
	
	.afbeelding:hover a {
		text-decoration: none;
	}
	
	.afbeelding a span.tekst {
		position: absolute;
		width: auto;
		height: auto;
		background: #0064ad;
		z-index: 1100;
		padding: 7px;
		font-family: Helvetica, sans-serif;
	}
	
	.afbeelding .corner1 {
		background: url(../images/corner1.png) no-repeat top left;
	}
	
	.afbeelding .corner2 {
		background: url(../images/corner2.png) no-repeat top right;
	}
	
	.afbeelding .corner3 {
		background: url(../images/corner3.png) no-repeat bottom left;
	}
	
	.afbeelding .corner4 {
		background: url(../images/corner4.png) no-repeat bottom right;
	}

#footer {
	color: #fff;
	width: 100%;
	margin: 0px auto;
	background: #0064ad;
	text-align: center;
}

	#footer div {
		padding: 46px 0px 16px 0px;
		width: 1000px;
		margin: 0px auto;
	}

	#footer a {
		color: #fff;
	}