div.container {
    min-height: 1px; /* was height: 500px; */
    _height: 1px; /* conditional comment */
    width: 200px;
    background-color: yellow;
    padding-top: 25px;
    padding-bottom: 25px;
    margin: 10px;
    overflow: visible;
}
 
div.test {
    height: 100%;
    background-color: lime;
}

div.layer2 {
	position:absolute;
	background-image:url(/img/kop.jpg);
	left: 50%;
	margin-left: -450px;
	top:0px;
	height: 118px;
	width:900px;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}
div.layer3 {
	position:absolute;
	background-color:#FF6600;
	left: 50%;
	margin-left: -450px;
	top:120px;
	width:900px;
	height: 20px;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	vertical-align: middle;
}
div.layer4 {
	min-height: 400px; /* was height: 500px; */
	_height: 1px; /* conditional comment */
	position:absolute;
	background-color:#FFFFFF;
	width:900px;
	top:141px;
	left: 50%;
	height:auto;
	margin-left: -450px;
	z-index: 0;
	overflow: visible;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
}
div.menu1a {
	background-color:#e7e7e7;
	width:218px;
	height: 20px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding-left: 5px;
	vertical-align: middle;
	top: 10px;
	left:0px;
}
div.menu1b {
	background-color:#ffffff;
	left:0px;
	width:218px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	padding-top: 4px;
}
div.menu2a {
	background-color:#e7e7e7;
	width:218px;
	height: 20px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	vertical-align: middle;
	left:0px;
}
div.menu2b {
	background-color:#ffffff;
	left:0px;
	width:218px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	padding-top: 4px;
}
div.menu3a {
	background-color:#e7e7e7;
	width:218px;
	height: 20px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	vertical-align: middle;
	left:0px;
}
div.menu3b {
	background-color:#ffffff;
	left:0px;
	width:218px;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding-left: 5px;
	padding-top: 4px;
}

div.layer8 {
	margin-left:250px;
	margin-top: 10px;
	top:10px;
	left:240px;
	/*margin-top:138px;*/
	width:630px;
} 

.brdr_oranje_rl {
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.brdr_oranje_rlt {
	border-top: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
.brdr_oranje_rlb {
	border-bottom: 1px solid #FF6600;
	border-right: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}
