
/* hide from Mac IE5 \*/
* html div#container {
		height: 1%;
	}
/* END hide from Mac IE5 */

* {
	font-family: Tahoma, sans-serif, Arial, Verdana, Helvetica;
	font-size: 10pt;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #ED924C;
	}	
#kop, #voettekst, #container {
	width: 65em;
	margin: 0 auto;
	background-color: white;
	}

#kop, #voettekst {
	height: 8em;
	}

#voettekst {
	text-align: center;
	background-color: #ED924C;
	}

#container {
	position: relative;
	}

#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 11em;
	}

#content {
	width: 50em;
	min-height: 500px;
	margin:0 0 0 11em;
	padding: 1em;
	}

a	{
	text-decoration: none;
	font-weight: bold;
	color: #000099;
	}

a:hover, a:active {
	text-decoration: underline;
	color: #00CCFF;
	}

h2, h3, h4 {
    margin: 0;
}

h1 {
	color: #000099;
	font-size: 18pt;
	text-align: center;
	}

h2 {
	font-size: 16pt;
	color: #ED924C;
	}

h3 {
	font-size: 14pt;
	color: #ED924C;
	}

h4 {
	font-size: 12pt;
	color: #ED924C;
	}

td {
	border: 1px solid #ed924c;
	padding: 2px;
	empty-cells:show;
	}

table {
	border: 2px solid #ed924c;
	border-spacing: 1px;
	empty-cells: show;
	}

table#kaal {
	border: 0;
	border-spacing: 1px;
	}

table#kaal td{
	border: 0;
	padding: 2px;
	}

