body {
	font-family: Verdana;
	font-size: 10pt;
	background-color: #FFFFFF;
}
img {
	border: 0;
}
ul {	/* ongeordende opsomming, met bolletjes*/
	list-style : outside disc;
	margin:0px 0px 0px 1.5em;
	font-size: 10pt;
}
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* de div KH wordt niet meer gebruikt*/
#kh{
	position:absolute;
	z-index:2;
	left:25px;
	bottom: 25px;
}
/* de div Browser bevat een aanbeveling om Firefox te gebruiken*/
#browser{
	position:absolute;
	z-index:2;
	left:15px;
	bottom: 15px;
	width:120px;
}
#disclaimer{
	position:absolute;
	width:auto;
	height:auto;
	z-index:2;
	right: 5px;
	bottom: 5px;
}
#intro{
	position:absolute;
	z-index:1;
	width:500px; 
	right:300px; 
	top: 80px;
}
/*#kaartlijst{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 160px;
	border: 2px solid #8b99c8;
	background-color : #FFFFFF;
	text-align : center;
	padding: 5px;
}*/
fieldset {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 160px;
	border: 2px solid #8b99c8;
	background-color : #FFFFFF;
	text-align : center;
	padding: 5px;
}

