/* CSS Document */
#top{
	background-image: url(images/top.gif);
	width: 740px;
	height: 98px;
	z-index: 2;
}

#middle{
	background-image: url(images/midden.gif);
	background-repeat: repeat-y;
	padding: 10px 0 10px 150px;
	z-index: 2;
	width: 585px;
}

#bottom{
	background-image: url(images/bottom.gif);
	width: 740px;
	height: 51px;
	padding-top: 1px;
}

#container{
	position: absolute;
	top: 15px;
	left: 130px;
}

#menu{
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
	width: 152px;
	height: 173px;
	z-index: 1;
	padding: 20px 0 0 30px;
	position: absolute;
	top: 120px;
	left: 120px;
}

.wrapper{
	width: 500px;
	height: 100px;
	clear: both;
}

.foto{
	width: 160px;	
	float: left;
}

.uitleg{
	width: 330px;
	padding-top: 10px;
	float: right;
}