/* $Id: screen-version-3.css,v 1.1 2008/10/17 10:27:05 wnagele Exp $ */
body {
  margin: 0;
  font-family: Arial;
  color: #000;
  overflow: hidden;
}
.infoText tr th {
  text-align: left;
  width: 100px;
  font-weight: bold;
}
.infoText tr th, .infoText tr td {
  font-size: 14px;
}
#map {
  width: 100%;
  height: 100%;
}
#legend {
  position: absolute;
  left: 3px;
  bottom: 40px;
  z-index: 99;
  opacity: .9;
  filter: alpha(opacity=90);
  border: 2px black solid;
  -moz-border-radius: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px;
}

