body {
/*	background: #35c89b; */
	background-color:#72c04b;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	margin-bottom: -13px;
}
h2 {
	font-size: 16px;
	margin-bottom: -14px;
}
h3 {
	font-size: 14px;
	margin-bottom: -15px; 
}


.oneColFixCtr #container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #35c89b; */
	background-color: #72c04b;
	margin: 0 auto;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #mainContent {
	float: left;
	width: 865px;
	padding: 0;
	background-color: #e1f7f0;
}
#tekstDiv {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 130%;
	color: #004362;
	min-height: 557px;
	height: auto !important;
	height: 557px;
}

#tekstDiv h1 { margin-top: 12px; }

#tekstDiv a, #tekstDiv a:link, #tekstDiv a:visited {color: #004362}
#tekstDiv a:hover {color:#35c89b}

#rechterKolom {
	float: left;
	width: 60px;
/*	background-color: #35c89b; */
	background: #72c04b;
}
#kolom1 {
	margin: 0px;
	padding: 0px;
	width: 165px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#kolom2 {
	overflow:auto;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 535px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
#kolom3 {
	margin: 0px;
	padding: 0px;
	width: 165px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
}
#linkerKolom {
	float: left;
	width: 60px;
/*	background-color: #35c89b; */
	background-color:#72c04b;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu1Blok {
	height: 165px;
	width: 165px;
	background-color: #0000FF;
}
.mainmenu a, .mainmenu a:link, .mainmenu a:visited{
	font-weight: bold;
	color: #004669;
	text-decoration: none;
}
.mainmenu a:hover{
	font-weight: bold;
	color: #35c89b;
	text-decoration: underline;
}
.linksLijnen {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
}
.rechtsLijnen {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#altMenu {	position: relative;
	left: 5px;
}
#altMenu ul {
	list-style:none;
	margin-left: 5px;
	padding-left: 5px;
	font-size: 11px;
}
#altMenu li {
	margin-top: 2px;
	padding-top: 2px;
	margin-left: 5px;
	padding-left: 5px;
}
#altMenu a, #altMenu a:link, #altMenu a:visited {
	color: #004669;
	text-decoration: none;
}
#altMenu a:hover {
	color: #000;
	text-decoration: underline;
}

table.sort-table { font-size: 12px; color: #004362; margin-top: 40px; }
table.sort-table th { text-align: left; background-color: #004362; color: #fff; }
table.sort-table tr#select { cursor: pointer; background-color: #c0c0c0; }