html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-color:#000000;
	margin:0;
}

.TabelVastLinks {
	width:196px;
	height:100%;
}

.SpacerTabelVastLinks {
	height:1px;
	width:178px;
}

.TabelSite {
	width:1006px;
	height:100%;
	max-height:750px;
	background-image: URL("../afbeeldingen/dotLichtBlauw.bmp");
	background-repeat:repeat;
}

.TabelCentraal {
	width:100%;
	height:100%;
	background-color:#FFFFFF;
}

.TabelDonkereKleur {
	background-image: URL("../afbeeldingen/dotDonkerBlauw.bmp");
	background-repeat:repeat;
}

.IndexKlein {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
.IndexTitel {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000099;
	text-decoration:underline;
	font-weight:bold;
	position:relative;
	left: 10px;
}	

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}

dd {
	margin-left:25px;
	line-height:16px;
}

.item {
	color:#000000;
	font-size:11px;
	margin-left:30px;
	margin-right:30px;
	padding-top:15px;
	text-align:justify;
}

h2 {
	font-weight:bold;
	font-size:12px;	
	color:#0083C7;
	margin-top:10px;
	margin-bottom:10px;
}

a:link {
	text-decoration:none;
	color:#000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
