@charset "utf-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 1000px;
	width: 1700px;
}
#wrapper {
	text-align: left;
	width: 1700px;
	height: 1000px;
	margin: 0px;
	padding: 0px;
}
#banner {
	height: 189px;
	width: 1700px;
	background-repeat: no-repeat;
}
#navigatiebalk {
	height: 33px;
	width: 1700px;
	background-image: url(../images/homepage/navigatiebalk.jpg);
	background-repeat: no-repeat;
}
#navigatie {
	height: 33px;
	width: 984px;
	margin-left: 137px;
}




#main_content {
	clear: both;
	height: 360px;
	width: 1700px;
	background-image: url(../images/homepage/main_content.jpg);
	background-repeat: no-repeat;
}
#linkerkolom {
	width: 325px;
	height: 360px;
	margin-left: 137px;
	float: left;
}
#tekst_linkerkolom {
	height: 315px;
	width: 225px;
	margin-top: 35px;
	margin-left: 90px;
}
#rechterkolom {
	width: 644px;
	height: 360px;
	margin-right: 580px;
	float: right;
}
#footer {
	width: 1700px;
	height: 418px;
	background-repeat: no-repeat;
}
#gebruiksvoorwaarden {
	height: 28px;
	width: 194px;
	margin-left: 944px;
	margin-top: 88px;
	float: left;
}


.tekst {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

