html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font: normal normal normal 8pt Verdana, sans-serif;
	color: #006699;
	background-color: #CC9900;
	letter-spacing: 0.05em;
}
html {
	overflow-y: auto;
	overflow-x: hidden;
}

#CONTAINER {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	width: 750px;
	height: 565px;
	background-color: White;
}

#opengeogroep {
  position: relative;
  left: 75x;
  width: 150px;
  top: 350px;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 173px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 12px;
	overflow: hidden;
	text-align: left;
}

#nav {
	position: absolute;
	top: 140px;
	left: 317px;
	width: 433px;
	height: 20px;
	overflow: hidden;
	text-align: left;
}

#kader {
	position: absolute;
	top: 195px;
	left: 317px;
	width: 395px; /* was 370 */
	height: 340px;
	/*height: 360px;*/
	overflow: auto;
	text-align: left;
	color: #663300;
	letter-spacing: -0.04em;
	line-height: 1.7em;
}

#bottomline {
	position: absolute;
	/*top: 600px;*/
	top: 545px;
	left: 0px;
	width: 750px;
	height: 20px;
	text-align: center;
	overflow: hidden;
	background-color: #CC9900;
}

/* bottomline table */

table.bottom {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: White;
	letter-spacing: -0.02em;
}

td.bottomint {
	width: 10px;
	margin: 0;
	padding: 0;
}