.container {
	position: relative;
}

.top {
	position: absolute;
	top: 0px;
	left: 0px;
}

#teksten,
#overlays {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 102;
}


.foto {
	position: absolute;
	top: 0px;
	
}


.bottom {
	position: absolute;
	top: 0;
	height: 59px;
}

.tekst {
	position: absolute;
	top: 0px;
}

#overlays .tekst {
	position: absolute;
	top: 0px;
	z-index: 102;
	width: 250px;
	height: 309px;
/*	border: 1px solid red; */
}

.tekst1 {
	left: 0px;
}

.tekst2 {
	left: 251px;
}

* html .tekst2 {
	left: 252px;
}

.tekst3 {
	left: 502px;
}

* html .tekst3 {
	left: 503px;
}

#slider {
	background: #522145;
	position: absolute;
	width: 250px;
	height: 309px;
	top: 0px;
	left: 0px;
	z-index: 100;
	opacity: .20;
	filter: Alpha(Opacity=20);
}

/* IE6 exception */

#ie6exception {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 750px;
	height: 309px;
	z-index: 101;
}

/*
#ie6onderzoek {
	background: url(graphics/ie6_1.jpg) no-repeat;
}

#ie6advies {
	background: url(graphics/ie6_2.jpg) no-repeat;	
}

#ie6detachering {
	background: url(graphics/ie6_3.jpg) no-repeat;	
}*/

