/* CSS Document */
div.seznam
{
  padding: 6px 1px 1px 1px;
  background: #000000 none;
}
div.seznam_legenda {
  padding: 2px 2px 2px 39px;
  color: #FFFFFF;
  font-weight: bold;
}
div.seznam_link
{
  margin: 1px 0px 0px 0px;
  padding: 3px 0px 0px 0px;
  height: 23px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
	/*cursor: hand;*/
}
div.seznam_link_vse
{
  float: right;
  width: 60px;
  height: 22px;
  margin: -2px 1px 0px 0px;
  background: #9C9C9C none;
  border: 1px solid #7E7E7E;
  color: #343434;
  text-align: center;
  font-weight: bold;
}
div.seznam_link_0
{
  float: right;
  width: 30px;
  height: 22px;
  margin: -2px 1px 0px 0px;
  background: #B7B7B7 none;
  border: 1px solid #898989;
  color: #343434;
  text-align: center;
  font-weight: bold;
}
div.seznam_link_1
{
  float: right;
  width: 30px;
  height: 22px;
  margin: -2px 1px 0px 0px;
  background: #ACD373 none;
  border: 1px solid #598527;
  color: #343434;
  text-align: center;
  font-weight: bold;
}
div.seznam_link_2
{
  float: right;
  width: 30px;
  height: 22px;
  margin: -2px 1px 0px 0px;
  background: #FFF468 none;
  border: 1px solid #ABA000;
  color: #343434;
  text-align: center;
  font-weight: bold;
}
div.seznam_link_3
{
  float: right;
  width: 30px;
  height: 22px;
  margin: -2px 1px 0px 0px;
  background: #F68E56 none;
  border: 1px solid #A0410D;
  color: #343434;
  text-align: center;
  font-weight: bold;
}
img.seznam_link_zeme {
  float: left;
  width: 34px;
  height: 24px;
	margin: -2px 5px -1px 1px;
	border: none;
}
a.seznam_link:link {
  text-decoration: none;
  color: #343434;
}
a.seznam_link:visited {
	text-decoration: none;
	color: #343434;
}
a.seznam_link:active {
  text-decoration: none;
	color: #FF0000;
}
a.seznam_link:hover {
	text-decoration: none;
	color: #FF0000;
}
div.seznam_popis {
  margin: 1px 0px 0px 0px;
  padding: 2px 2px 2px 2px;
  background: #FEFCF4 none;
  border: 1px solid #EAE2C8;
}
div.seznam_popis_chyba {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-weight: bold;
  color: #FF0000;
}
