body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	overflow:hidden;
}

#emmer {
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	left: 0px;
	top:0px;
	overflow:hidden;
}

#bg {
	position:absolute;
	width:5px;
	height:100%;
	z-index:1;
	left:50px;
	top:0px;
}

#bgimg {
	z-index:2;
	top:0px;
	position: absolute;
}

#scroller {
	position:absolute;
	width:100%;
	height:10px;
	z-index:5;
	left: 260px;
	top: 120px;
	overflow: auto;
}

#inhoud {
	position:absolute;
	width:350px;
	height:10px;
	z-index:6;
	left: 0px;
	margin-left:10px;
	top: 20px;
}

#sub {
	position:absolute;
	width:40px;
	height:323px;
	z-index:7;
	left: 15px;
	top: 140px;
}

#menu {
	position:absolute;
	width:150px;
	height:600px;
	z-index:8;
	left: 45px;
	top: 140px;
}

#title {
	position:absolute;
	padding: 0px;
	width:870px;
	height:110px;
	z-index:9;
	top: 10px;
	left: 10px;
	margin: 0px;
}

#header {
	position:absolute;
	width:350px;
	height:108px;
	z-index:11;
	left: 270px;
	top: 20px;
	text-align:left;
}

.toptext {
	margin-right: 10px;
}

#logo {
	position:absolute;
	width:100%;
	background-color:#FFFFFF;
	height:108px;
	z-index:10;
	left: 10px;
	top: 0px;
	text-align:left;
}
