/*background: () barva obrázek pozice opakování přibitost */

/* struktura */

  div.main {
    position: relative; 
    margin-left: auto; 
    margin-right: auto; 
    width: 989px;
    border: solid white 1px;
    border-top: 0px;
    border-bottom: 0px;
    background: #e4edfc url('../img/hlavicka.png') top center no-repeat;
    text-align: left;
  }
  
  div.zahlavi {
    position: absolute;
    top: 21px;
    left: 293px;
    color: black;
    font-size: 0.75em;
  }
  
  div.logo-termoterapie {
    position: absolute;
    top: 20px;
    left: 14px;
  }
  div.logo-termoterapie img {border: 0px;}

  div.hlavicka {
    width: 989px;
    height: 362px;
  }
  
  div.zahlavi img {
    border: 0px;
  }
  
  div.menu {
    position: absolute;
    top: 126px;
    left: 3px;
    width: 270px;
    text-align: right;
  }
  
  div.enjoy {
    position: absolute;
    top: 70px;
    left: 875px;
  }
  div.enjoy img {border: 0px;}
  
  div.obsah {
    padding: 0px 20px 0px 20px;
    font-size:0.9em;
  }
  
  div.paticka {
    height: 23px;
    padding: 0px 5px 0px 5px;
    background: #e4edfc url('../img/paticka.png') bottom center no-repeat;
  }
  
  div.zapati {
    padding: 3px 15px 10px 0px;
    background: white;
    text-align: right;
    color: gray;
    font-size: 0.8em;
  }

/* struktura konec */

  div.spacer {
   clear: both;
   height: 1px;
   border: none;
   margin: -1em 0 0 0;
   visibility: hidden;
  }
  
  div.seznam-produktu {
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom:1px solid #c40000;
  }
  
  div.tlacitko {
    background: url('../img/bg-tlacitko.png') no-repeat;
    width: 114px;
    height: 29px;
    margin: 0px;
    padding: 4px 0px 0px 0px;
    font-size: 0.9em;
    text-align: center;
  }
  
  div.odstavec {
    font-size:0.9em;
  }
  
  div.tlacitko a {color: white; text-decoration: none;}
  div.tlacitko a:visited {color: white; text-decoration: none;}
  div.tlacitko a:hover {text-decoration: underline;}
  
  div.obrazek img {border: 1px solid darkgray;}  
  

  div.akcni-nabidka {
    position: absolute;
    top: 355px;
    left: 360px;
    width: 100%;
    color:  #c40000;
    font-weight: bold;
    font-size: 28px;
  }
