html,body
{
	font-family: "Comic Sans MS", Arial, Helvetica;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#header
{
	background: url('/images/headerBackground3.jpg');
	width: 954px;
	height: 200px;
	margin: auto auto;
	margin-top: 0px;
	z-index: 100;
	position: relative;
}

#content
{
	width: 954px;
	background-image: url('/images/background.jpg');
	background-position: 0% 100%;
	/*background-color: #54a89d;*/
	margin: auto auto;
	margin-top: -200px;
	padding-top: 200px;
}

h2
{
	margin-left: 220px;
}

h3
{
	font-family: Times New Roman;
}

#inhoud
{
	margin-left: 220px;
}

#adres
{
	margin-left: 220px;
	font-size: 0.9em;
}

.footer
{
	width: 954px;
	background: url('/images/footer.jpg');
	color: #936359;
	font-size: 0.9em;
	margin: auto auto;
	margin-top:-18px;
}

.footer a
{
	text-decoration: none;
	font-weight: bold;
	color: #936359;
}
