body {
	background-image:  url(../images/krul!.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

#logo {
	position: absolute;
	left: 870px;
	top: 35px;
}

#coaching {
	position: absolute;
	left: 255px;
	top: 10px;
	background-image: url(../images/buttons/coaching.gif);
	width: 173px;
	height: 23px;
	background-repeat: no-repeat;
	border: none;
}

#coaching:hover, #coaching:focus, #coaching:active {
	background-image: url(../images/buttons/btncoaching.gif);
	}
	
#training {
	position: absolute;
	left: 395px;
	top: 30px;
	background-image: url(../images/buttons/training.gif);
	width: 197px;
	height: 19px;
	background-repeat: no-repeat;
}

#training:hover, #training:focus, #training:active {
	background-image: url(../images/buttons/btntraining.gif);
	}

#reintegratie {
	position: absolute;
	left: 345px;
	top: 75px;
	background-image: url(../images/buttons/reintegratie.gif);
	width: 179px;
	height: 23px;
	background-repeat: no-repeat;
}

#reintegratie:hover, #reintegratie:focus, #reintegratie:active {
	background-image: url(../images/buttons/btnreintegratie.gif);
	}

#wie{
	position: absolute;
	left: 460px;
	top: 110px;
	background-image: url(../images/buttons/over.gif);
	width: 219px;
	height: 23px;
	background-repeat: no-repeat;
}

#wie:hover, #wie:focus, #wie:active {
	background-image: url(../images/buttons/btnover.gif);
	}

#referenties {
	position: absolute;
	left: 360px;
	top: 145px;
	background-image: url(../images/buttons/referenties.gif);
	width: 174px;
	height: 23px;
	background-repeat: no-repeat;
}


#referenties:hover, #referenties:focus, #referenties:active {
	background-image: url(../images/buttons/btnreferenties.gif);
	}
	
#agenda {
	position: absolute;
	left: 435px;
	top: 180px;
	background-image: url(../images/buttons/kalender.gif);
	width: 95px;
	height: 23px;
	background-repeat: no-repeat;
}

#agenda:hover, #agenda:focus, #agenda:active {
	background-image: url(../images/buttons/btnkalender.gif);
}

#contact {
	position: absolute;
	left: 495px;
	top: 215px;
	background-image: url(../images/buttons/contact.gif);
	width: 216px;
	height: 23px;
	background-repeat: no-repeat;
}

#contact:hover, #contact:focus, #contact:active {
	background-image: url(../images/buttons/btncontact.gif);
	}

	
#print {
	position: absolute;
	left: 335px;
	top: 235px;
	background-image: url(../images/buttons/printversie.gif);
	width: 104px;
	height: 23px;
	background-repeat: no-repeat;
}

#print:hover, #print:focus, #print:active {
	background-image: url(../images/buttons/btnprintversie.gif);
}


