html, body {
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#container {
	margin:0px auto;
	width:737px;
	position:absolute;
	left:50%;
	top:0px;
	margin-top:0px;
	margin-left:-369px;
}

#container .logo {
	margin:0px auto;
	left:0px;
	top:5px;
	position:absolute;
}

#container .langswitch {
	margin:0px auto;
	left:584px;
	top:41px;
	position:absolute;
}

#container .ticker {
	position: absolute;
	top: 54px;
	background-color: #aebfc9;
	border-top: 3px solid #6c8491;
	border-bottom: 3px solid #6c8491;
	height: 25px;
	font-family: Verdana, sans-serif;
	font-size:12px;
	color: #fff;
}

.pointer {
	cursor: pointer;
}

#container .banner {
	margin:0px auto;
	left:0px;
	top:88px;
	position:absolute;
}

#container .main {
	margin:0px auto;
	width:737px;
	position:absolute;
	left:0px;
	top:238px;
}

.titel {
	font-size:13px;
	font-family:Verdana, sans-serif;
	color:#6B9CBC;
	font-weight:bold;
	text-align:left;
}

.tekst {
	font-size:11px;
	font-family:Verdana, sans-serif;
	color:#333333;
	text-align:left;	
}

.footer {
	font-size:9px;
	font-family:Verdana, sans-serif;
	color:#333333;
}

table#prestatiestabel {
	width:95%;
	border:1px solid black;
	background-color:white;
}

td#prestatiestabel {
	border:1px solid #dedede;
	vertical-align:top;
	overflow:hidden;
	font-family:Verdana, sans-serif;
	font-size:11px;
}

a {
	color:#6B9CBC !important;
}

a:link {
	color:#6B9CBC !important;
}

a:visited {
	color:#6B9CBC !important;
}

a:active {
	color:#6B9CBC !important;
}

a:hover {
	color:#333333 !important;
}