#wrapper {
	text-align: center;
	margin: 0px auto;
	width: 780px;
	height: auto;
}
#kop {
	position: relative;
	left: 0px;
	top: 0px;
	width: 780px;
	height: 100px;
}
#menu {
	position: absolute;
	width: 630px; /* 750 - 2 * 60 padding */
	left: 0px;
	top: 78px;
	background-color: #fdb912;
	font-weight: bold;
	text-align: center;
	color: #d30c44;
	font-size: 11px;
	margin: 0px 15px;
	padding: 4px 60px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #00ab95;
}
#contentarea {
	padding: 0px 15px;
	text-align: left;
	width: 750px;
}
#content {
	width: 500px;
	min-height: 330px;
}
#flash {
	width: 780px;
	height: 218px;
	margin: 12px 0px 0px;
}
#footer {
	background-color: #d30c44;
	width: 750px;
	height: 11px;
	margin: 20px 15px 20px;
}
#arrow {
	float: right;
	margin-top: 50px;
}
#rechts {
	float: right;
	margin-top: 32px;
	padding: 10px 0px 125px;
	background-color: #d30c44;
}
