/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
#logo {
	position:absolute;
	right:3%;
	top:20px;
	z-index:12;
}
/* Layer background */
#back{
	background-image: url(../images/achtergr_alg.jpg);
	background-repeat: repeat-x;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:440px;
	z-index:0;
}
/* Layer top */
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:84px;
	background-image: url(../images/achtergr_1.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
/* Layer achtergrond met spatten */
#middle {
	position:absolute;
	left:0px;
	top:84px;
	width:100%;
	height:420px;
	background-image: url(../images/achtergr_2.jpg);
	background-repeat:no-repeat;
	z-index: 2;
}
/* Layer navigatiebalk tbv subnavigatie */
#nav {
	position:relative;
	left:0px;
	top:84px;
	width:100%;
	height:21px;
	background-color: #000000;
	z-index: 3;
}
/* Layer informatie balk rechts met sub layers */
#info_bar {
	position:absolute;
	right:0px;
	top:20px;
	width:250px;
	height:auto;
	z-index: 20;
	float: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
#info1 {
	z-index: 21;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height:auto;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}
#info2 {
	z-index: 22;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height:250px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
#info3 {
	z-index: 23;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height:160px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}
#info4 {
	z-index: 24;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height:90px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}
#info5 {
	z-index: 25;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	height:200px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
}
#text {
	position:absolute;
	left:20px;
	top:120px;
	width:600px;
	z-index:10;
}
#text2 {
	position:absolute;
	left:25px;
	top:375px;
	width:600px;
	z-index:12;
}
#k_text {
	position:absolute;
	left:160px;
	top:120px;
	width:600px;
	z-index:11;
}

