body {
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	background: #ffffff;
}

div#wrapper {
	margin: 0 auto;
	width: 904px;
	margin-top: 15px;
	background: url('images/wrapper.jpg') repeat-y;
}

div#header {
	float: left;
	width: 904px;
	height: 328px;
	background: url('images/header.jpg') no-repeat top left;
}

div#left {
	float: left;
	width: 47px;
	padding: 0px;
	background: url('images/w-l.gif') repeat-y;
}

div#right {
	float: right;
	text-align: center;
	width: 75px;
	height: 55px;
	padding: 20px 50px 0px 50px;
}

div#content {
	float: left;
	width: 594px;
	padding: 0px 155px 0px 155px;
	/* background: #ffffff; */
		min-height: 400px;
}

div#content h1 {
	font-size: 18px;
	border: 1px solid black;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div#content h2 {
	font-size: 14px;
	text-align: right;
	border: 1px solid black;
	border-width: 1px 0 0 0;
	margin: 0 0 10px 0;
	padding: 0;
}

div#footer {
	width: 904px;
	height: 67px;
	background: url('images/footer.jpg');
	cursor: pointer;
	clear: both;
}

/*  Zorg voor standaard breedte, nodig wanneer er minder dan 3 foto's weergegeven worden */
div#foto9_container {
	width:492px;
	border: 1px;
	text-align:center;
}
/*  De foto zelf, in een div */
.foto9
{
	width:155px;
	height:155px;
	float:left;
	border:0px;
	text-align: center;
}

.foto9 img
{
	border:0px;
}

.rooster_display_table {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	width: 500px;
}