html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

a:link, a:visited 
{
	color: gray;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
} 

a.standaard:link, a:visited 
{	
	color: gray;
	font-family: Tahoma;
	font-size: 12pt;
	text-decoration: none;
	font-weight: normal;
	text-decoration: underline;
} 

TR
{

	border-top: 1px solid black;

}

a:hover
{
	color: #99CC00;
	
}

a.titel:link, a:visited 
{
	color: gray;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 12pt;
	font-weight: normal;
} 

a.titel:hover
{
	color: #99CC00;
	
}

TABLE.menu
{
	text-align: center;
}

TD.header
{     
	vertical-align: text-top;
	text-align: center;
}

TD.menuitem 
{     
	vertical-align: middle;
	text-align: center;
	width: 200px;
	
}

TD.menuitem:hover
{     
	border: none;
}

TD.titel
{
	text-align: center;
	color: gray;
	text-decoration: none;
	font-family: Arial;
	font-size: 20pt;
	font-weight: bold;
}

TD.tabeltitel
{
	text-align: center;
	color: gray;
	text-decoration: none;
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
}

TD.tabeltitel2
{
	text-align: center;
	color: gray;
	text-decoration: none;
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
}
TD.tabelitem
{
	text-align: center;
	color: gray;
	text-decoration: none;
	font-family: Arial;
	font-size: 12pt;
	
}
TD.tabelspacer
{
	height: 20px;
	
}

body {
     background-image: URL("/web_images/bc.png");
     background-repeat: repeat-x;
 } 

P
{
	color: gray;
	font-family: Tahoma;
	font-size: 12pt;
	

}

img.body
{

	border: 1px solid gray;

}




.hidden { display: none; }
.unhidden { display: block; }

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }



#map-canvas {
        width: 500px;
        height: 400px;











