body {
   background: white;
   margin: 8px;
   border: 0px;
}

form {
	display: inline;
}

a img {
   border-style: none;
}

a:link, a:visited, a:active { 
	font-weight: bold; 
	text-decoration: none; 
	color: #6699ff; /* #001a6f #072eab */
}

a:hover { text-decoration: underline; /* color: #0054ff; */ }

body, td, div, noscript {
   font-family: sans-serif;
}

.small {
   font-size: small;
}

/* #90EE90 */
/* #7ecc7e #89dd89 #94ef94 #9bff9b */
.menu	{ background-color: #90afcf; }
.menu0       { font-weight: bold; color: #202020; }
a:link.menu0, a:visited.menu0, a:active.menu0  { color: #202020 }
.menu-open-0 { font-weight: bold; color: #202020;  background-color: #a7cbf0; }
a:link.menu-open-0, a:visited.menu-open-0, a:active.menu-open-0 { color: #202020 }
a:hover.menu0 { text-decoration: underline; /* color: #0054ff; */ }

.menu1, .menu1 a { color: #202020; background-color: #a7cbf0; }
.menu-open-1, .menu-open-1 a { font-weight: bold; background-color: #e6e6e6; }
a:link.menu1, a:visited.menu1, a:active.menu1 { color: #202020 }
a:link.menu-open-1, a:visited.menu-open-1, a:active.menu-open-1 { color: #202020 }

.menu2       { color: #202020; background-color: #e6e6e6; }
/* .menu-open-2 { font-weight: bold; font-size: 11pt; background-color: #9bff9b; } */
.menu-open-2 { background-color: white; }
a:link.menu2, a:visited.menu2, a:active.menu2 { color: #202020 }
a:link.menu-open-2, a:visited.menu-open-2, a:active.menu-open-2 { color: #202020 }

/* Gallery */
table.gindex { width: 100%; text-align: center; }
table.gindex td { white-space: nowrap; }


/* Map */
#mapcontainer {
	position: absolute;
	height: 300px;
	left: 0px;
	right: 0px;
	margin: 3px 8px 8px 8px;
	overflow: hidden;
	/* border: solid lightgrey; */
}
#map {
	width: 100%;
	height: 100%;
}
#haeuser {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12em;
	margin: 8px 8px; /* margin-bottom does not work - use max-height instead */
	max-height: 80%;
	padding: 8px;
	overflow: auto;
	z-index: 1;
	opacity: 0.75;
	font-size: 8pt;
}
#haeuser li.menu1, li.menu-open-1 {
	display: block;
	margin: 0px;
}
#haeuser ul.menu1 {
	margin: 0px;
	padding: 0px;
}


