body
{
	color: white;
	font-family: Sans;
	background-color: #f6ebe1;
}

.banner
{
	position: relative;
	top: 0px;
	bottom: 0px;
	height: 347px;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	padding: 0;
	z-index: 2;
	background-image: url(../images/retro-oud/boven.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.menu
{
	position: absolute;
	top: 225px;
	bottom: 0px;
	height: 20px;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	padding: 0;
	z-index: 3;
	color: #d9cfc7;
	font-family: sans;
	font-weight: bold;
	 font-size: 20px;
}

.midden
{
	position: relative;
	top: 0px;
	bottom: 0px;
	height: auto;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	padding: 0;
	z-index: 1;
	background-image: url(../images/retro-oud/midden.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.onder
{
	position: relative;
	top: 0px;
	bottom: 0px;
	height: 231px;
	left: 50%;
	margin-left: -455px;
	width: 910px;
	padding: 0;
	z-index: 1;
	background-image: url(../images/retro-oud/onder.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
}

.menu a:link, .menu a:visited
{
	text-decoration: none;
	color: #d9cfc7;
	font-weight: bold;
}

.menu a:hover
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:link, a:visited
{
	text-decoration: none;
	color: #f1e6dc;
	font-weight: normal;
}

a:hover
{
	text-decoration: underline;
	font-weight: none;
}