	HTML, body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0 0 0 0;
	}
	
	table {
		width: 100%;
	}
	td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		vertical-align: top;
		color: black;
	}
	table#main {
		width: 700px;
		height: 100%;
		background-color: #9ecc3b;
		border: 0px none;
	}
	table#main td#header {
		width: 100%;
		height: 200px;
		text-align: left;
		background-color: #9ecc3b;
		background-image: url(../images/header.jpg);
		background-repeat: no-repeat;
		border: 0px none;
		vertical-align: bottom;
	}

	table#smallitem {
		width: 250px;
	}
	td#topleft {
		width: 20px;
		height: 20px;
		background-image: url(../images/tablebg_01.png);
	}
	table#smallitem td#topcenter {
		width: 210px;
		background-image: url(../images/tablebg_02.png);
	}
	td#topright {
		width: 20px;
		background-image: url(../images/tablebg_04.png);
	}
	td#middleleft {
		background-image: url(../images/tablebg_05.png);
	}
	table#smallitem td#middlecenter {
		background-color: #ffffff;
		text-align: center;
	}
	td#middleright {
		background-image: url(../images/tablebg_07.png);
	}
	td#bottomleft {
		height: 20px;
		background-image: url(../images/tablebg_08.png);
	}
	td#bottomcenter {
		background-image: url(../images/tablebg_09.png);
	}
	td#bottomright {
		background-image: url(../images/tablebg_10.png);
	}

	table#bigitem {
		width: 450px;
	}
	table#bigitem td#topcenter {
		width: 510px;
		background-image: url(../images/tablebg_02.png);
	}
	table#bigitem td#middlecenter {
		background-color: #ffffff;
		text-align: justify;
	}

	table#totalitem {
		width: 700px;
	}
	table#totalitem td#topcenter {
		width: 660px;
		background-image: url(../images/tablebg_02.png);
	}
	table#totalitem td#middlecenter {
		background-color: #ffffff;
		text-align: right;
	}

	table#smallhighlightitem {
		width: 250px;
	}
	table#smallhighlightitem td#topleft {
		width: 20px;
		height: 20px;
		background-image: url(../images/highlightbg_01.png);
	}
	table#smallhighlightitem td#topcenter {
		width: 210px;
		background-image: url(../images/highlightbg_02.png);
	}
	table#smallhighlightitem td#topright {
		width: 20px;
		background-image: url(../images/highlightbg_04.png);
	}
	table#smallhighlightitem td#middleleft {
		background-image: url(../images/highlightbg_05.png);
	}
	table#smallhighlightitem td#middlecenter {
		background-color: #9ecc3b;
		text-align: center;
	}
	table#smallhighlightitem td#middleright {
		background-image: url(../images/highlightbg_07.png);
	}
	table#smallhighlightitem td#bottomleft {
		height: 20px;
		background-image: url(../images/highlightbg_08.png);
	}
	table#smallhighlightitem td#bottomcenter {
		background-image: url(images/highlightbg_09.png);
	}
	table#smallhighlightitem td#bottomright {
		background-image: url(../images/highlightbg_10.png);
	}

	h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin: 10 0 5 0;
		text-transform: uppercase;
	}
	h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		margin: 5 0 5 0;
	}
	h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 20 0 10 0;
		text-transform: uppercase;
		display: block;
	}
	h4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		margin: 10 0 5 0;
		text-transform: uppercase;
		color: white;
	}
	p {
		text-align: justify;
		margin: 10 0 0 0;
	}

	div#between {
		margin: 0 0 0 20;
	}

	div#menu {
		margin: 0px 0px 5px 0px;
	}
	a {
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
		z-index: 2;
	}

	a:link{
		color: #9ecc3b;
	}
	a:visited{
		color: #9ecc3b;
	}
	a:hover{
		color: black;
	}
	a:active{
		color: black;
	}

	ul { /* alle lists */
		padding: 0;
		margin: 0;
		list-style: none;

	}
	ul#nav {
		margin: 0 0 0 20px;
		width: 100%;
	}

	li { /* alle list items */
		float: left;
		position: relative;
		width: 90px;
		height: 23px;
		font-size: 15px;
		font-weight: bold;
	}

	li ul { /* sub items */
		display: none;
		position: absolute;
		top: 1em;
		left: 0;
		background-color: #000000;
		margin: 5px 0 0 0;
		z-index: 1;
	}

	li>ul { /* postitie resetten voor alle browsers behalve IE */
		top: auto;
		left: auto;
	}

	li:hover ul, li.over ul { /* lists nested onder hovered list items */
		display: block;
	}
	li#sub {
		font-size: 11px;
		padding: 3px;
	}

	li a:link{
		color: black;
	}
	li a:visited{
		color: black;
	}
	li a:hover{
		color: #9ecc3b;
	}
	li a:active{
		color: #9ecc3b;
	}
	
	div#selected {
		color: #9ecc3b;
	}
	
	img {
		width: 210px;
		border: 1px solid black;
	}
	img#at {
		width: 11px;
		height: 11px;
		border: 0px none;
	}
	
	table {
		width: 100%;
	}