body {
	font-family: Verdana, Arial, Times New Roman, MS Serif;
	font-size: 12px;
	color: #000080;
}
#window {
	background-color: transparant;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pagina {
	color: #4770EF;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 800px;
}
#top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 142px;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	background-image: url(./images/kleurenbalk.jpg);
	text-align: center;
}
#menu {
	position: absolute;
	top: 142px;
	left: 0px;
	width: 800px;
	height: 30px;
	padding: 7px 10px 4px 10px;
	background-color: #FFF2CC;
}
#inhoud {
	position: absolute;
	top: 174px;
	left: 0px;
	width: 800px;
	height: 620px;
	height: expression(document.body.clientHeight-120);
	padding: 10px 10px 10px 10px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(./images/kleurenbalk-licht.jpg);
}
h1 {
	font-size: 18px;
	margin-bottom: 5px;
}
.h1sub {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: red;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 11px;
}
h6 {
	font-size: 10px;
}
td {
	font-size: 12px;
}
.kop1 {
	font-size: 30px;
	margin-bottom: 5px;
	color: white;
}
.kop2 {
	font-size: 25px;
	color: white;
}
.disclaimer {
	font-size: 8px;
	color: red;
	font-weight: bold;
}
.rood {
	color: red;
}
.menu-item { 
	position: relative;
	top, bottom, right: 0px;
	left: 0px;
	margin: 0px;
	height: 20px;
	width: 120px;
	margin-top: -2px;
	line-height: 10px;
	text-align: left;
	background-color: #B3CFAF;
	font: 11pt arial, verdana, sans serif;
	text-indent: 0px;
	padding: 2px 10px 4px 10px;
	text-decoration: none;
}
a:active .menu-item, a:link .menu-item, a:visited .menu-item { 
	background-image: url(./images/leeg.gif);
	color: white;
	text-decoration: none;
}
a:hover .menu-item {
	color: blue;
	text-decoration: none;
	background-color: $FFCCCC;
}
/* Home buttons */
.homebutton { 
	position: relative;
	/* top, bottom, right: 0px; */
	/* left: 0px; */
	padding: 0px;
	margin: 0px;
	height: 26px;
	width: 200px;
	background-image: url(./images/But1Up.gif);
	background-repeat: no-repeat;
	font: 10pt verdana, arial, sans serif;
	padding-top: 3px;
	text-align: center;
	text-decoration: none;
}
a:active .homebutton, a:link .homebutton, a:visited .homebutton { 
	background-image: url(./images/But1Up.gif);
	color: blue;
	text-decoration: none;
}
a:hover .homebutton { 
	background-image: url(./images/But1Dn.gif);
	color: red;
	padding-top: 6px;
	text-decoration: none;
}
.homebutton-klein { 
	position: relative;
	/* top, bottom, right: 0px; */
	/* left: 0px; */
	padding: 0px;
	margin: 0px;
	height: 26px;
	width: 113px;
	background-image: url(./images/But2Up.gif);
	background-repeat: no-repeat;
	font: 10pt verdana, arial, sans serif;
	padding-top: 2px;
	text-align: center;
	text-decoration: none;
}
a:active .homebutton-klein, a:link .homebutton-klein, a:visited .homebutton-klein { 
	background-image: url(./images/But2Up.gif);
	color: blue;
	text-decoration: none;
}
a:hover .homebutton-klein { 
	background-image: url(./images/But2Dn.gif);
	color: red;
	padding-top: 5px;
	text-decoration: none;
}
a:active, a:link, a:visited {
	color: red;
	text-decoration: underline;
}
a:hover {
	color: blue;
	text-decoration: none;
}
.copyright {
	font-size: 10px;
}
