#titel {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:95px;
	z-index:2;
	background-image: url(img/titelbalk-sample.jpg);
	background-repeat: repeat-x;
}
#logo {
	position:absolute;
	left:420px;
	top:20px;
	width:168px;
	height:75px;
	z-index:1;
}
#fotobar {
	position:absolute;
	left:21px;
	top:16px;
	width:143px;
	height:75px;
	z-index:2;
}

#mainFrame {
	z-index:4;
	position: absolute;
	left: 250px;
	top: 120px;
	right: 180px;
	bottom: 5px;
}

iframe#mainFrame {
	position: absolute;
	height: 100%;
	width: 400px;
}

#rechts {
	position:absolute;
	top:95px;
	width:170px;
	height:100%;
	z-index:5;
	right: 0px;
}
#menu {
	position:absolute;
	left:5px;
	top:95px;
	width:209px;
	height: 776px;
	z-index:3;
	bottom: 0px;
}
#container {
	position:absolute;
	left:0px;
	top:25px;
	width:209px;
	height:400px;
	z-index:4;
}

#streep {
	position:absolute;
	left:202px;
	top:0px;
	width:6px;
	z-index:3;
	bottom: 0px;
	background-image: url(img/strepen-sample.gif);
	background-repeat: repeat-y;
}

/*#mainFrame {
	position: absolute;
	height: 100%;
	width: 100%;
}
*/

