/* CSS Document */
.hlavicka {
  z-index: 1;
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 40px;
  /*background: url(../images/horni_lista.png) repeat-x;*/
  
  display: none;
  visibility: hidden;
}

.logo {
  z-index: 2;
  position: absolute;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 18px;
  color: black;
  font-weight: bold;
  top: 10px;
  left: 10px;
  min-width: 500px;
  _width: 500px;
  height: 50px;
  padding: 5px;
  
  display: none;
  visibility: hidden;
}

.menu_horni {
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background-color: transparent;
  height: 60px;
  text-align: center;
  
  display: none;
  visibility: hidden;
}

.telo {
  font-family: Trebuchet MS, Verdana, Arial, Helvetica;
  font-size: 12px;
  color: balck;
  font-weight: normal;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 10px;
  width: 100%;
  background-color: white;
}

.menu_hlavni {
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 170px;
  padding: 5px;
  border: 1px #aaa solid;
  background: url(../images/horni_lista.png) repeat-x;
  -moz-border-radius: 5px;
  /*background-color: #eee;*/
  
  display: none;
  visibility: hidden;
}

.menu_lastmod {
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 430px;
  width: 170px;
  padding: 5px;
  /*padding-bottom: 10px;*/
  margin-bottom: 20px;
  border: 1px #aaa solid;
  background: url(../images/horni_lista.png) repeat-x;
  -moz-border-radius: 5px;
  /*background-color: #eee;*/
  
  display: none;
  visibility: hidden;
}

.text {
  z-index: 2;
  display: table;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 98%;
  padding: 5px;
  border-top: 5px black solid;
  /*border-bottom: 1px black solid;*/
}

.paticka {
  z-index: 1;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 39px;
  background: url(../images/spodni_lista.png) repeat-x bottom;
}
