.titel {
	position: relative;
	height: 550px;
	width: 800px;
	left: 0px;
	top: 2px;
	background-image: url(graphics/background.gif);
}
.uitleg {
	background-image: url(graphics/back2.png);
	position: absolute;
	z-index: 2;
	height: 100px;
	width: 800px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #979D82;
}

