body {
	background-color: #003867;
	font-family: Arial, Helvetica, Verdana;
	color: #8ca6d2;
	font-size: 0.7em;
	line-height: 20px;
}
#container {
	position: absolute;
	margin: 0;
}
#containercenter {
	position: relative;
	background-image: url(../images/background-splash.gif);
	top: 150px;
	width: 802px;
	height: 227px;
	border: 0;
	margin: 0 auto;
	z-index: 0;
}
#logo {
	position: absolute;
	top: 65px;
	background-image: url(../images/logo.gif);
	width: 136px;
	height: 85px;
	margin-right: 14px;
	border: 0;
	z-index: 1;
}
#vlaggen {
	position: absolute;
	top: 65px;
	left: 150px;
	width: 55px;
	height: 85px;
	margin-right: 14px;
	padding-left: 13px;
	padding-top: 2px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #8ca6d2;
	z-index: 1;
}
#talen {
	position: absolute;
	top: 65px;
	left: 205px;
	width: 113px;
	height: 85px;
	margin-right: 14px;
	padding-left: 13px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #8ca6d2;
	z-index: 1;
}
#omschrijving {
	position: absolute;
	top: 65px;
	left: 332px;
	width: 478px;
	height: 85px;
	padding-left: 13px;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #8ca6d2;
	z-index: 1;
}
#disclaimer {
	position: absolute;
	width: 390px;
}
#footer {
	position: relative;
	margin: 0 auto;
	top: 160px;
	text-align: center;
}
a:link, a:visited {
	color: #8ca6d2; 
	text-decoration: none;
}
a:hover, a:active {
	color: #8ca6d2; 
	text-decoration: underline;
}
a.wit:link, a.wit:visited {
	color: white; 
	text-decoration: none;
	font-weight: bold;
}
a.wit:hover, a.wit:active {
	color: white; 
	text-decoration: underline;
	font-weight: bold;
}

