body
{
	background-color: #FDF0B9;
}

#container
{
	position: relative;
	width: 870px;
	height: 700px;
	margin: 0 auto;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
}

#logo
{
	position: absolute;
	width: 125px;
	height: 105px;
	top: 10px;
	left: 10px;
	background-image: url('images/logo.gif');
}

#menu
{
	position:absolute;
	width: 700px;
	height: 32px;
	right: 10px;
	top: 50px;
}

.menuitem
{
	border: 0px;
	float: left;
}

#welkom
{
	position: absolute;
	width: 169px;
	height: 35px;
	top: 115px;
	left: 120px;
	background-image: url('images/welkom.png');
}
#tekst
{
	position: absolute;
	width: 665px;
	height: 417px;
	top: 150px;
	left: 110px;
	background-image: url('images/tekst.png');
	background-repeat: no-repeat;
	padding-top: 10px;
}

.maintekst
{
	padding-top:  20px;
	padding-left: 20px;
	font-family: Arial, "Courier New", Courier, monospace;
	font-size:	100%;
}

#foto
{
	position: absolute;
	width: 760px;
	height: 90px;
	top: 590px;
	left: 50px;
}

#foto img
{
	padding-left: 3px;
}
a
{
	color: black;
	text-decoration: underline;
	margin: 0 0 0 0;
}

.dienst li
{
	font-family: Arial , "Courier New", Courier, monospace;
	font-size:	95%;
}

.foto li
{
	font-family: Arial , "Courier New", Courier, monospace;
	font-size:	100%;
}

.ondertekst
{
	
	margin: 0 0 0 20px;
	font-family: Arial, "Courier New", Courier, monospace;
	font-size:	90%;
}

.link
{
	position: absolute;
	top: 480px;
	right: 130px;
	float: right;
} 