#banner {
  background: url('http://ceskekurzy.cz/obrazky/nacitani2.gif') no-repeat center center;
  position: relative;
  display: none;
  z-index: -1;
  padding: 0 10px;
  margin: -30px 0 0;
}

#banner a {
  display: none;
}

#banner a.banner_tlacitko {
  display: block;
  padding: 2px 5px;
  background: #fefefe;
  color: #143354;
  float: left;
  margin-right: 5px;
  border: 1px solid #143354;
  text-decoration: none;
}

#banner a.banner_tlacitko.aktivni {
  border: 1px solid #143354;
  background: #143354;
  color: white;
}

#banner_tlacitka {
  position: absolute;
  top: 5px;
  right: 10px;
  display: none;
}
