html
	{
	overflow: hidden;
	}

body
	{
	height:100%; 
	max-height:100%; 
	overflow: hidden; 
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #f0ffe0; 
	color: #004900;
	font-size: 12px;
	font-family: verdana,sans-serif;
	}
	
#kopveld
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 160px;
	margin: 0px;
	padding: 0px;
	background-color: #004900;
	z-index: 3;
	}

#logo
	{
	float: left;
	height: 128px;
	width: 150px;
	margin-left: 0px;
	margin-top: 0px;
	}
	
#roller
	{
	float: right;
	height: 100px;
	width:305px;
	margin-top:10px;
	margin-left: 5px;
	}

#koptekst
	{
	position: absolute;
	top: 0px;
	left: 160px;
	right: 305px;
	height: 128px;
	margin-top: 10px;
	margin-left: 5px;
	color: #f0ffe0;
	text-align: center;
	overflow: auto;
	font-size: 14px;
	}

#topmenu
	{
	position: absolute;
	top: 138px;
	left: 140px;
	right: 0px;
	height: 22px;
	margin: 0;
	padding: 0;
	background: #004900;
	overflow: hidden;
	text-align: center;
	z-index: 3;
	}

#hoofdveld
	{
	overflow: auto;
	position: absolute;
	top: 160px;
	bottom: 0px;
	left: 140px;
	right: 0px;
	text-align: center;
	padding-top: 10px;
	}
	
#l-zijveld
	{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	bottom: 0px;
	border-top: 555px solid #004900;
	overflow: hidden;
	background-color: #004900;
	z-index: 2;
	}

#copy
	{
	text-align: center;
	position:absolute;
	left: 0px;
	height: 20px;
	width: 140px;
	top: 590px;
	padding: 0px;
	font-size: 10px;
	color: #f0ffe0;
	z-index: 20;
	}

