/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: ;
}

body {
	background: #fff;
	font: 11px Verdana, Sans Serif;
	color: #000;
}

.container {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -470px;
	width: 953px;
	height: 717px;
	background: #fff url(../img/achtergrond2.jpg) no-repeat;
}

.logo {
	position: relative;
	float: left;
	width: 401px;
	height: 63px;
	background: #dedd3a url(../img/logo2.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 16px;
	#margin-left: 10px;
}

.reischeque {
	position: relative;
	float: right;
	width: 435px;
	height: 55px;
	background: #dedd3a url(../img/hdrText2.jpg) no-repeat;
	margin-top: 27px;
	margin-right: 30px;
}

.header {
	position: relative;
	float: left;
	width: 926px;
	height: 211px;
	background: #dedd3a url(../img/header3.jpg) no-repeat;
	margin-left: 18px;
	#margin-left: 9px;
}

.contentContainer {
	position: relative;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	#margin-left: 10px;
	width: 912px;
}

.datum {
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}

.datumBlack {
	color: #000;
}

.linkVoorwaarden {
	margin-top: 28px;
}

.linkVoorwaarden a {
	text-decoration: none;
	color: #000;
	font-size: 9px;
}

.footer {
	position: relative;
	float: left;
	width: 941px;
	height: 19px;
	background: #fff url(../img/footer.jpg) no-repeat;
	margin-top: 20px;
	margin-left: 7px;
	*margin-left: 3px;
	padding-bottom: 20px;
	padding-top: 3px;
	text-align: center;	
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

