body {
	margin: 0;
	font-family: verdana;
	font-size: 10px;
	background-color: #A4A4A4;
  background: url('../images/bg.jpg') repeat-x;
}

div#wrapper {
	margin: 0 auto;
	width: 960px;
	background: url('images/wrapper.gif') repeat-y;	
}

div#header {
	float: left;
	width: 960px;
	height: 18px;
	margin-top: 0px;
	padding: 90px 0 0 0;
	background: url('images/header.jpg') no-repeat bottom left;
}

div#content {
	float: left;
	width: 610px;
	padding: 10px 100px 10px 250px;
	background: url('images/content.jpg') no-repeat top left;
		min-height: 500px;
}

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: 960px;
	height: 91px;
	background: url('images/footer.gif');
	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;
}