@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #66FCFB;
	text-align: center;
	height: 100%;
	width: 100%;
}
#hoofding {
	width:850px;
}
#container {
	width:850px;
	text-align: left;
	margin: auto;
}
#links {
	width:150px;
	float: left;
	color: #FFFFFF;
	font-size: 10pt;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 15px;
	border-right-width: thin;
	border-right-style: none;
	border-right-color: #FFFFFF;
}
#rechts {
	width:640px;
	float: left;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 10px;
	border-left-style: dotted;
	border-left-width: thin;
	border-left-color: #FFFFFF;
}
#footer {
	width:850px;
	clear: both;
	margin: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
}
a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

