html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image:url('../images/tegelsbg1.jpg');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #173287;
}
a {
	color: #173287;
}
.wrapper {
	width: 801px;
	height: 100%;
	border: 1px solid #173287;
	margin: auto;
	border-top: none;
	border-bottom: none;
	border-left: none;
}
header {
	border-bottom: 1px solid #173287;
	width: 100%;
	text-align: center;
	background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}		
header #logo {
	float: left;
}
header .informatie {
	float: left;
	margin-top: 35px;
	margin-left:2px;
}
header .informatie img {
	padding-bottom: 4px;
}
header .fotos {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
header .fotos img {
	padding-left: 10px;
}
.clear {
	clear: both;
}
.content {
	padding: 50px;
	padding-top: 55px;
	box-sizing: border-box;
}
.content .titel {
	padding-bottom: 5px;
}
.content .text {
	width: 431px;
}
footer {
	text-align: center;
	position: absolute;
	width: 100%;
	max-width: 800px;
	bottom: 0;
	font-weight:bold;
	font-style: italic;
	font-size: 11pt;
	padding-bottom: 30px;
	font-family: none !important;
}