﻿/* START Global definitions */

	body
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background: url('../Images/Background.png');
		background-repeat: repeat-x;
		min-height: 700px;
		font-family: Verdana;
	}
	
/* END Global definitions */

/* START Page definitions */

	div#BackgroundMaan
	{
		background: url('../Images/BackgroundMaan.png');
		background-repeat: no-repeat;
		background-position: 0px -1px;
		position: absolute;
		width: 1017px;
		height: 447px;
	}

	div#CenterDiv
	{	
		position: absolute;
		left: 60%;
		width: 930px;
		margin-left: -558px;
	}

/* END Page definitions */

/* START Content definitions */

	div#Boekje
	{
		position: relative;
		float: right;
		display: block;
		top: 160px;
		width: 650px;
		height: 600px;
		text-decoration: none;
		background-image: url('../Images/Boekje.png');
		background-repeat: no-repeat;
	}

	a#BoekBedrijf
	{
		position: absolute;
		display: block;
		width: 280px;
		height: 300px;
		text-decoration: none;
		background-image: url('../Images/BoekjeMouseOver.png');
		background-repeat: no-repeat;
		background-position: 0px 0x;
		left: 39px;
		top: 28px;
	}

	a#BoekBedrijf:hover
	{
		background-position: 0px -305px;
	}

	a#BoekIter
	{
		position: absolute;
		display: block;
		width: 320px;
		height: 300px;
		left: 319px;
		top: 28px;
		text-decoration: none;
		background-image: url('../Images/BoekjeMouseOver.png');
		background-repeat: no-repeat;
		background-position: -280px 0px;
	}

	a#BoekIter:hover
	{
		background-position: -280px -305px;
	}
	
/* END Content definitions */

/* START Footer definitions */

	div#PeopleKnoledge
	{
		position: absolute;
		left: -280px;
		background-image: url('../Images/PeopleKnoledge.png');
		display: block;
		width: 255px;
		height: 30px;
		text-decoration: none;
	}

	div#DITC
	{	
		position: relative;
		background-image: url('../Images/DITC.png');
		display: block;
		width: 300px;
		height: 50px;
		text-decoration: none;
		top: 400px;
		float: right;
		right: 28px;
	}

	div#Microsoft
	{
		position: absolute;
		background-image: url('../Images/MicrosoftPartner.png');
		display: block;
		width: 300px;
		height: 65px;
		text-decoration: none;
		top: 555px;
		left: 25px;
		z-index: 1;
	}
	
/* END Footer definitions */