#container {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/indexfoto4.jpg);
	background-repeat: no-repeat;
	width: 782px;
	height: 550px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#nederlands {
	float: left;
	width: 385px;
	position: relative;
	height: 450px;
}
#frans {
	float: left;
	width: 385px;
	position: relative;
	height: 450px;
}
#tekstfrans {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	float: left;
	width: 375px;
	position: relative;
	padding-top: 50px;
	padding-right: 15px;
}
#tekstnederlands {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	float: left;
	height: auto;
	width: 365px;
	position: relative;
	padding-top: 50px;
	padding-left: 20px;
}

body {
	background-color: #999999;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #EFDFAE;
}
a:active {
	color: #F1E3B6;
	text-decoration: none;
}
