html,body {
	margin: 0;
	height: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: black;
	color: white;
}
#all {
	position: absolute;
	left: 50%;
	top: 20px;
	margin-left: -300px;
}
#map {
	width:600px;
	height:600px;
	border: 10px solid white;
	margin-bottom: 20px;
}
#audio {
	visibility: hidden;
	position: absolute;
	left: 10px;
	top: 10px;
}
#photos img {
	margin: 0;
	float: left;
}

#cnt {
}

.buttons {
	width: 240px;
}

.startstop {
	position: absolute;
	right: 0;
	bottom: 2px;
}

.markerTooltip {
	color: black;
	font-weight: bold;
	background-color: white;
	white-space: nowrap;
	margin: 0;
	padding: 2px 4px;
	border: 1px solid black;
}
.info {
	color: black;
}
.info a {
	color: black;
	text-decoration: none;
}

.info a:hover {
	text-decoration: underline;
}

.info img {
	border: none;
}

#text a {
	color: white;
	text-decoration: none;
}

#text a:hover {
	text-decoration: underline;
}

