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;
}

#oproep {
        position: absolute;
        top: 335px;
        left: 320px;
        color: #FF0000;
        border: 3px solid red;
        padding: 5px;
        width: 375px;
}

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

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 750px;
	height: 73px;
	margin-top: 12px;
	margin-left: 12px;
	overflow: hidden;
	text-align: left;
}

#nav {
	position: absolute;
	top: 40px;
	left: 217px;
	width: 533px;
	height: 20px;
	overflow: hidden;
	text-align: left;
}

#kader {
	position: absolute;
	top: 95px;
	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: 510px;
	left: -20px;
	width: 800px;
	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;
}