#container {
	margin: auto;
	width: 850px;
	position: relative;
}
#kop {
	height: 250px;
	width: 850px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #E11415;
}
#koplinks {
	float: left;
	height: 221px;
	width: 290px;
	padding-top: 10px;
	padding-bottom: 14px;
	position: relative;
}
#links {
	float: left;
	width: 412px;
	position: relative;
	padding-top: 27px;
}
#rechts {
	float: right;
	width: 418px;
	padding-left: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	padding-top: 10px;
}
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
#koprechts {
	float: right;
	height: 250px;
	width: 560px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	color: #000;
	line-height: 2em;
}
#container #kop #koprechts p a {
	color: #000;
}
#container #kop #koprechts p a:hover {
	color: #E51819;
	text-decoration: none;
}
.roodvet {
	font-weight: bold;
	color: #E51819;
}

