#basis {
	height: 750px;
	width: 1000px;
	margin-top: -300px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 45%;
}
#tekstveldLinks {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 610px;
	width: 500px;
	background-color: #617F90;
}
#tekstveldRechts {
	position: absolute;
	left: 500px;
	top: 0px;
	height: 610px;
	width: 500px;
	background-color: #617F90;
}
.tekst {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 20px;
	text-align: left;
	line-height: 24px;
}
.cursief {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
}
.kopje {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFF;
}
#navigatie {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.tekst a {
	color: #FFF;
	text-decoration: underline;
}
#tst {
	background-color: #9C0;
	height: 100px;
	width: 100px;
	bottom: 0px;
	visibility: hidden;
}
#bd {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 150px;
	width: 35px;
	right: -35px;
	background-color: #09C;
	position: absolute;
	bottom: 170px;
}
