/* CSS Document */
.hlavicka {
  z-index: 1;
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 75px;
  background-color: white;
  border-color: #aaaaaa;
  border-bottom: 2px #aaaaaa dotted;
  background: url(../images/horni_lista.png) repeat-x;
}

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

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

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

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

.menu_lastmod {
  z-index: 2;
  position: absolute;
  left: 5px;
  top: 485px;
  width: 225px;
  padding: 5px;
  /*padding-bottom: 10px;*/
  margin-bottom: 50px;
  border: 1px #aaa solid;
  background: url(../images/horni_lista.png) repeat-x;
  /*background-color: #eee;*/
}

.text {
  z-index: 2;
  display: block;
  position: absolute;
  left: 250px;
  top: 40px;
  min-width: 710px;
  padding: 5px;
  padding-right: 25px;
  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;
  display: block;
}
