body {
  background-color: #6ca948;
}
div.mainFrame {
  position: absolute; 
  top: 20px; left: 50%; 
  margin-left: -480px; 
  width: 960px;
}
img.skrytamapa {
  position: absolute;	
  top: 0; 
  left: 0; 
  visibility: hidden;
}
div.popisek {
  visibility: hidden; 
  position: absolute; 
  top: 353px; 
  left: 36px; 
  width: 177px;  
  height: 35px;
  padding-top: 3px; 
  text-align: center; 
  background-color: #eeff5d; 
  color: #007212; 
  font-family: arial, sans-serif; 
  font-weight: bold; 
  font-size: .8em;
}
span.latinsky {
  display: block; 
  font-weight: normal; 
  font-size: .7em; 
  color: #007212;
  line-height: 150%;
}
div.spacer {
  font-size: 0em; 
  height: 5px;
}
div.cislo {
  position: absolute;
  top: -4px;
  left: -5px;
  z-index: 256; 
  font-size: .7em; 
  background-color: none; 
  color: #135a00; 
  float: left; 
  margin-right: 0px; 
  font-weight: bold;
}
div.seznamZvirat {
  position: absolute;
  top: 470px;
  left: 27px;
  z-index: 10;
  width: 230px;
  background-color: #5fa700;
  padding-bottom: 3px;
}
div.seznamZvirat h3 {
  font-family: "ms trebuchet", sans-serif;
  font-size: .8em;
  font-weight: normal;
  background-color: #007901;
  padding-bottom: 5px;
  color: #ccfe8b;
  border-bottom: 3px solid #5fa700;
}
div.seznamZvirat ul {
	margin: 0;
	padding: 0 5px 5px 34px;
  height: 150px;
  overflow: auto;	
}
div.seznamZvirat li {
  list-style-type: decimal;
  font-size: .6em;
  font-family: verdana, arial, sans-serif;
  color: #106800;
}
div.seznamZvirat li a {
  color: #106800;
  text-decoration: none;
}
div.seznamZvirat li a:hover {
  color: yellow;
  text-decoration: none;
}
