html, body {
margin:0;
padding:0;
height:100%; /* this is the key! */
}
#header {
	position:absolute;
	height: 160px;
	background-image: url(/images/basis/backgroundheader.png);
	background-repeat: repeat;
	padding:0px;
	top:0;
	width: 100%;
	z-index: 2;
}

#left {
	position:absolute;
	left:0;
	padding:0;
	top:0;
	height:100%; /* works only if parent container is assigned a height value */
	width:160px;
	background-image: url(/images/basis/backgroundleft.jpg);
	background-repeat: repeat;
	z-index: 1;
}
#between {
	position:absolute;
	left:0;
	padding:0;
	top:150px;
	height:10px; /* works only if parent container is assigned a height value */
	width:160px;
	background-image: url(/images/basis/backgroundbetween.png);
	background-repeat: repeat;
	z-index: 3;
}
#corner {
	position:absolute;
	left:150px;
	padding:0px;
	top:150px;
	height:10px; /* works only if parent container is assigned a height value */
	width:10px;
	background-image: url(/images/basis/backgroundcorner.png);
	background-repeat: repeat;
	z-index: 4;
}
#right {
	position:absolute;
	right:0;
	top:0;
	padding:0px;
	width:150px;
	height:160px; /* works only if parent container is assigned a height value */
	color:#333;
	background-image: url(/images/basis/backgroundright.jpg);
	background-repeat: repeat;
	z-index: 2;
} 
#left p {
padding:0 10px;
}
#right p {
padding:0 10px;
}
p.top {
margin-top:20px;
}
.Kop {
	font-size: 14px;
	font-weight: bold;
}
.Brood {
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}

#content {
	position:absolute;
	top: 200px;
	z-index: 2;
	font-family: Verdana;
	font-size: small;
	background-image: url(/images/basis/backgroundbetween.png);
	background-repeat: repeat-y;
	text-align: justify;
	top: 200px;
	padding-left: 200px;
	right: 150px;	
	list-style-position: inside;
	list-style-image: url(/images/basis/opsomming.png);
}
a:link {
	text-decoration: none;
	color: #4CB3B6;
}
a:visited {
	text-decoration: none;
	color: #4CB3B6;

}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.imageleft {
         margin-right:10px;
         float:left;
} 
.imageright {
         margin-left:10px;
         float:right;
		border: 0px none #FFFFFF;

} 
