/*Jidelni listek CSS*/
* {
  margin: 0;
  padding: 0;
}
ul.listek {
  visibility: hidden;
  width: 320px;
  _width: 322px;
  height: 250px;
  _height: 251px;
  border: 1px solid #A53110;
  background-color: #fff;
  display: block;
  padding: 0;
  margin: 0;
  text-align: left;
}
ul.listek li {
  height: 21px;
  width: 100%;
  list-style: none outside url();
}
ul.listek li.title {
  color: #A53110;
  background: none;
  background-color: #fff;
  width: 100%;
  height: auto;
  font-weight: bold;
  font-size: 14px;
  font-family: Arial;
  text-align: center;
}
ul.listek li.bottom {
  display: block;
  color: #A53110;
  background: none;
  background-color: #fff;
  width: 100%;
  height: auto;
  font-size: 12px;
  font-family: Arial;
  text-align: center;
}
ul.listek li {
  display: block;
  background: url(../img/bg_1.jpg) repeat-x;
  width: 100%;
  height: 20px;
  color: #fff;
  cursor: default;
}
ul.listek li span.text {
  display: none;
}
ul.listek li#den_current span.text {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: Arial;
  margin: 0 0 0 5px;
  padding: 0;
}
ul.listek li#den_current {
  background: url(../img/bg_2.jpg) repeat-x;
  width: 100%;
  height: 94px;
  color: #fff;
  background-color: #842810;
  cursor: default;
}
span.day {
  position: relative;
  font-weight: bold;
  color: #FFF394;
  font-family: arial;
  margin: 2px 0px 0px 5px;
  font-size: 12px;
}
span.test {
  font-size: 11px;
  font-family: Arial;
}
