html {
	overflow: hidden;
}

body, html {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
} 

.logo {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	opacity: 0.9;
	text-align: center;
	color: #696969;
	font-size: 9px;
}

#adminPanel {
	position: absolute;
	left: 80px;
	top: 50px;
	width: 600px;
	color: #fff;
	vertical-align: bottom;
	display: none;
}

#map {
  width: 100%;
  height: 94%;
}

#info {
	background-color: #282828;
	font-family: "Trebuchet MS", Verdana;
	text-align: center;
	color: #fff;
}

#markerList {
	position: absolute;
	left: 80px;
	top: 15px;
}

#debugForm {
	position: absolute;
	left: 80px;
	top: 45px;
}

#loader {
	z-index:255;
	position:absolute;
	top:0px;
	left:0px;
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:#000;
	width:100%;
	height:94%;
	background-image:url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.schrift { color: gray; font-size:12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.rosa { background-color:#FF00FF;}
a:link     { color: #696969; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none   }
a:visited   { color: #696969; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none   }
a:hover { color: #696969; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline   }
td { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; }
body { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
div.markerTooltip, div.markerDetail {color: black; font-weight: bold;background-color: white; white-space: nowrap; margin: 0; padding: 2px 4px;border: 1px solid black;}
br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}
div.shadow {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/shadows/shad_bottom.png) repeat-x bottom left;
border: none}
div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/shadows/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}
div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/shadows/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}
div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/shadows/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}
div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/shadows/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}
