#hlavicka_01 {
  position: static;
  width: 980px;
  height: 20px;
}
#hlavicka_02 {
  position: static;
  width: 980px;
  height: 184px;
  background-image: url("../images/hlavicka_02.gif");
  background-repeat: no-repeat; 
}
#hlavicka_03 {
  position: static;
  width: 980px;
  height: 25px;
  background-image: url("../images/hlavicka_03.gif");
  background-repeat: no-repeat; 
}
.obsah_table {
  position: static;
  width: 980px;
  background-image: url("../images/obsah_table.gif");
  background-repeat: repeat-y;
}
#obsah_cont_patka {
  position: static;
}
.obsah_cont {
  position: static;
  width: 100%;
}
#levysloupek {
  position: static;
  width: 200px;
}
.levysloupek_dole {
}
#pravysloupek {
  position: static;
  width: 200px;
  color: #ffed23;
}
.pravysloupek_dole {
}
#patka {
  position: static;
  width: 980px;
  color: #fff;
  font-size: 11pt;
  height: 60px;
  background-image: url("../images/patka.gif");
  background-position: bottom;
  background-repeat: no-repeat;
}


