
	/* overall */

	body
	{
		margin: 0px;
		padding: 0px;
		background-color: #85BEFF;
		color: white;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
	}

	h1
	{
		margin-top: 0px;
		font-size: 16px;
		color: #F0F6E6;
	}

	a
	{
		text-decoration: none;
		color: white;
	}
	a.underlined
	{
		border-bottom: 1px solid #b7d48a;
	}

	tr
	{
		vertical-align: top;
	}

	.anchor
	{
		margin: auto;
		position: relative;
		width: 1px;
	}


	/* layout */

	#headerBackground
	{
		background: url('images/headerBackground.jpg') no-repeat 50% top;
	}
	#header
	{
		width: 758px;
		height: 528px;
		background: url('images/header.jpg');
		margin: auto;
	}
	#headerBottom
	{
		background: url('images/headerBottom.gif') no-repeat left top;
	}

	#contentBorder
	{
		background: url('images/contentBorder.gif') repeat-y 50%;
	}
	#contentBackground
	{
		background: url('images/background.gif');
		margin: auto;
		width: 718px;
		padding: 0px 10px;
	}
	#content
	{
		padding: 0px 52px 0px 175px
	}

	#sidebar
	{
		background: no-repeat left top;
	}
	#sidebar.index
	{
		background-image: url('images/sidebarLeafs.jpg');
	}
	#sidebar.hooggevoelig
	{
		background-image: url('images/sidebarCircles.jpg');
	}
	#sidebar.hoogbegaafd
	{
		background-image: url('images/sidebarGears.jpg');
	}
	#sidebar.bijnadoodervaring
	{
		background-image: url('images/sidebarStars.jpg');
	}


	/* menu */

	#menu
	{
		top: 276px;
	}
	#menu div
	{
		position: absolute;
	}
	#menu div img
	{
		display: none;
	}
	#menu div img.active
	{
		display: block;
	}
	#menuCoverer
	{
		position: absolute;
		width: 624px;
		height: 237px;
		left: -306px;
		border: 0px;
	}

	#menuItem1
	{
		left: -306px;
		width: 176px;
		height: 186px;
		background: url('images/menuItem1.gif');
	}
	#menuItem2
	{
		top: 34px;
		left: -126px;
		width: 146px;
		height: 146px;
		background: url('images/menuItem2.gif');
	}
	#menuItem3
	{
		top: 79px;
		left: 12px;
		width: 156px;
		height: 158px;
		background: url('images/menuItem3.gif');
	}
	#menuItem4
	{
		top: 12px;
		left: 132px;
		width: 186px;
		height: 188px;
		background: url('images/menuItem4.gif');
	}


	/* footer */

	#footer
	{
		height: 161px;
		background: url('images/footer.gif') no-repeat 50% top;
	}
	#footerRight
	{
		background: url('images/footerRight.gif') no-repeat 50% bottom;
	}
	#sanStandingHandTop
	{
		position: absolute;
		top: -6px;
		left: 352px;
		width: 8px;
		height: 6px;
		overflow: hidden;
		background: url('images/sanStandingHandTop.gif');
	}

	#address
	{
		position: relative;
		top: 73px;
		text-align: center;
	}

	#credits
	{
		position: relative;
		top: 116px;
		text-align: center;
		color: #8FAED1;
	}
	#credits a
	{
		color: #8FAED1;
	}

