body {
	font-family: Verdana, Arial, Times New Roman, MS Serif;
	font-size: 1.0em;
	color: #000080;
}
#window {
	background-color: transparant;
	height: 100%;
	left: 0;
	margin: 0;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#pagina {
	background-color: #FFECB4;
	color: #1b0b89;
	height: 100%;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	width: 90%;
}
#top {
	position: absolute;
	left: 10px;
	left-margin: 5px;
	top: 0px;
	min-height: 80px;
}
#menu {
	position: absolute;
	left: 10px;
	left-margin: 5px;
	top: 155px;
	border-bottom: 2px solid #666;
	padding-bottom: 10px;
	width: 100%;
}
#inhoud {
	position: absolute;
	left: 10px;
	top: 190px;
	height: 620px;
	height: expression(document.body.clientHeight-120);
	right: 10px;
	overflow-y: auto;
	overflow-x: hidden;
}
h1 {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.h1sub {
	font-size: 1.5rem;
	font-weight: bold;
}
h2 {
	font-size: 1.4rem;
	color: red;
}
h3 {
	font-size: 1.3rem;
}
h4 {
	font-size: 1.2rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.0rem;
}
td {
	font-size: 12px;
}
.kop1 {
	font-size: 2rem;
	margin-bottom: 5px;
}
.kop2 {
	font-size: 1.6rem;
	color: red;
}
.disclaimer {
	font-size: 0.8rem;
	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: -1px;
	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: 0.8rem;
}
div .item {
	display: block;
	margin-bottom: 2px;
	min-height: 500px;
}
div .item img {
	float: right;
	width: 900px;
	padding: 0 10px;
}
div .videoland {
	display: block;
	min-height: 560px;
	margin: 12px 0 12px 267px;
}
div .videoport {
	display: block;
	min-height: 980px;
	margin: 12px 0 12px 267px;
}
