#laag_achtergrond2 {
	position:relative;
	z-index:1;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#laag_achtergrond {
	position:relative;
	z-index:10;
	/*left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;*/
	overflow: hidden;
}

#laag_logo {
	position:absolute;
	z-index:11;
	left: 0%;
	top: 0%;
	/*width: 100%;
	height: 100%;*/
	overflow: hidden;
		 
}

#laag_menu {
	position:absolute;
	z-index:20;
	left: 0%;
	width: 100%;
	top: 3%;
	overflow: visible;
}


#laag_tekst {
	position:absolute;
	z-index:10;
	left: 6%;
	top: 25%;
	width: 88%;
	height: 72%;
	overflow: auto;
	padding-right: 1%;
}

#laag_emka {
	position:absolute;
	z-index:200;
	right: 0px;
	bottom: 0px;
	/*top:0px;
	left:0px;*/
	border-width: 0px;
	border-style: none;
	/*width: 92%;
	height: 90%;*/
	overflow: auto;
}

#laag_emka a:link {
	color: #003a63;
	text-decoration: none;
}
#laag_emka a:visited {
	color: #003a63;
	text-decoration: none;
}
#laag_emka a:hover {
	color: #003a63;
	text-decoration: none;
}
#laag_emka a:active {
	color: #003a63;
	text-decoration: none;
}

