@charset "utf-8";
/* CSS Document */
#titel_huwelijk {
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 25px;
	top: 0px;
	background-image: url(images/Huwelijk_titel.jpg);
	background-repeat: no-repeat;
}
#titel_portret {
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 25px;
	top: 0px;
	background-image: url(images/Portret_titel.jpg);
	background-repeat: no-repeat;
}
#titel_info {
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 25px;
	top: 0px;
	background-image: url(images/Info_titel.jpg);
	background-repeat: no-repeat;
}
#titel_interieur {
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 25px;
	top: 0px;
	background-image: url(images/Interieur_titel.jpg);
	background-repeat: no-repeat;
}
#titel_ontwerpen {
	background-image: url(images/Ontwerpen_titel.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 25px;
	top: 0px;
}

#titel_gastenboek {
	background-image: url(images/Gastenboek_title.jpg);
	background-repeat: no-repeat;
	height: 500px;
	width: 150px;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	z-index: 1;
	left: 25px;
	top: 0px;
}
#topbox #relsubtopbox #stempel {
	position: absolute;
	z-index: 2;
	left: -80px;
	top: 70px;
}

