/*globální definice*/
*{
  margin: 0;
  padding: 0;
  border: none;
}

a{
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
  a:hover{
    color: #000;
    text-decoration: none;
  }

iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.center
  {
  text-align: center;
  margin: 0 auto;
  }
  
span.green{
  color: #29C100;
}

/*celý dokument*/
body,html{
  font-family: arial, tahoma, verdana, sans-serif;
  line-height: 1.4;
  text-align: center;
  background: #fff url("pozadi/main.jpg") center bottom repeat-x;
  color: #000;
}
html{
  padding-top: 20px;
}

/* skok přes menu */
a.skipmenu{
  position: absolute;
  top: -1000px;
}
  a.skipmenu:focus, a.skipmenu:active {
    z-index: 2;
  }

/*hlavička*/
h1{
  position: relative;
  width: 870px;
  height: 310px;
  margin: 0 auto 0 auto;
  background: url("pozadi/hlavicka.jpg") top left no-repeat;
  overflow: hidden;
}
  h1 a span{
    z-index: 1;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 870px;
    height: 310px;
    background: url("pozadi/hlavicka.jpg") top left no-repeat;
    cursor: pointer;
  }

div#top{
  position: relative;
  width: 870px;
  height: 240px;
  margin: 0 auto 0 auto;
  text-align: left;
  background: #D1D1D1 url("pozadi/top.jpg") bottom center no-repeat;
}
  div#top ul#hormenu{
    position: absolute;
    top: 5px;
    right: 70px;
    height: 20px;
    background-color: #fff;
  }
    div#top ul#hormenu li{
      float: left;
      display: block;
      font-size: 11px;
    }
      div#top ul#hormenu li a{
        display: block;
        padding: 2px 5px;
        color: #A8A8A8;
        text-decoration: none;
      }
        div#top ul#hormenu li a:hover{
          text-decoration: underline;
          color: #FFAB3E;
        }
  div#top h3#zmeny{
    z-index: 1;
    position: absolute;
    width: 140px;
    height: 25px;
    padding: 3px 0 0 5px;
    top: 63px;
    left: 35px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    background: url("pozadi/poslnov-nadpis.jpg") bottom center no-repeat;
  }
    div#top h3#zmeny span{
      position: absolute;
      width: 145px;
      height: 28px;
      top: 0;
      left: 0;
      background: url("pozadi/poslnov-nadpis.jpg") bottom center no-repeat;
    }
  div#top ul#zmeny-ul{
    position: absolute;
    width: 350px;
    top: 91px;
    left: 45px;
    font-size: 12px;
    list-style-type: none;
  }
    div#top ul#zmeny-ul li{
      height: 12px;
      margin: 5px 0 0 0;
      padding: 0 0 8px 15px;
      background: url("pozadi/poslnov-sipka.jpg") top left no-repeat;
      border-bottom: #000 1px dashed;
    }
      div#top ul#zmeny-ul li span.zmeny-datum{
        color: #6C6B6B;
        font-weight: bold;
      }
      div#top ul#zmeny-ul li#zmeny-last{
        border-bottom: none;
      }
  div#top h3#update{
    position: absolute;
    width: 142px;
    height: 24px;
    padding: 0 0 0 10px;
    top: 63px;
    left: 413px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    background: url("pozadi/update-nadpis.jpg") bottom center no-repeat;
  }
    div#top h3#update span{
      position: absolute;
      width: 152px;
      height: 24px;
      top: 0;
      left: 0;
      background: url("pozadi/update-nadpis.jpg") bottom center no-repeat;
    }
  div#top span#aktualni-sekce{
    position: absolute;
    width: 151px;
    height: 133px;
    top: 88px;
    left: 413px;
    color: #000;
    font-size: 16px;
    font-style: italic;
    background: url("pozadi/aktualni-sekce.jpg") top center no-repeat;
  }
    div#top span#aktualni-sekce span{
      position: absolute;
      width: 151px;
      height: 133px;
      top: 0;
      left: 0;
      background: url("pozadi/aktualni-sekce.jpg") top center no-repeat;
    }
  div#top ul#update-ul{
    position: absolute;
    width: 237px;
    top: 87px;
    left: 565px;
    font-size: 12px;
    list-style-type: none;
  }
    div#top ul#update-ul li{
      display: block;
      float: left;
    }
      div#top ul#update-ul li a{
        display: block;
        width: 73px;
        height: 62px;
        margin: 3px;
        position: relative;
      }
        div#top ul#update-ul li a span{
          position: absolute;
          width: 73px;
          height: 62px;
          top: 0;
          left: 0;
        }
      
div#stred{
  position: relative;
  width: 870px;
  height: 100%;
  text-align: left;
  margin: 0 auto 0 auto;
  background: url("pozadi/pozadi.jpg") top center repeat-y;
  overflow: hidden;
  min-height: 1300px;
}
  div#stred div#obsah{
    position: relative;
    width: 549px;
    float: left;
    font-size: 12px;
  }
    div#stred div#obsah div.novinka{
      position: relative;
      width: 514px;
      margin-left: 35px;
      margin-bottom: 15px;
      font-size: 12px;
      overflow: hidden;
    }
      div#stred div#obsah div.novinka h2{
        position: relative;
        width: 514px;
        height: 25px;
        padding-bottom: 10px;
        font-size: 18px;
        border-bottom: #000 1px solid;
        margin-bottom: 10px;
      }
        div#stred div#obsah div.novinka h2 span.datum{
          position: absolute;
          right: 0;
          top: 10px;
          font-size: 12px;
          color: #FFAB3E;
        }
      div#stred div#obsah div.novinka p{
        padding: 5px 0;
        text-align: justify;
      }
        div#stred div#obsah div.novinka p.stred{
          text-align: center;
        }
        div#stred div#obsah div.novinka p.citat{
          padding: 5px;
          background-color: #D1D1D1; 
          border: 1px dashed #fff;
          font-style: italic;
        }
        div#stred div#obsah div.novinka p img{
          margin: 1px;
        }
          div#stred div#obsah div.novinka p img.obr_nov{
            margin: 0 5px 1px 0;
            float: left;
            border: 1px dashed #000;
          }
      div#stred div#obsah div.novinka acronym{
        font-size: 11px;
        border-bottom: 1px dashed;
      }
      div#stred div#obsah div.novinka h3{
        padding: 10px 0 0 5px;
        width: 509px;
        font-size: 16px;
      }
      div#stred div#obsah div.novinka ul{
        width: 494px;
        padding: 5px 0 5px 20px;
        font-size: 12px;
      }
      div#stred div#obsah div.novinka a{
        color: #000;
      }
      div#stred div#obsah div.novinka table{
        width: 460px;
        margin: 0 10px;
      }
      div#stred div#obsah div.novinka form fieldset{
        width: 470px;
        border: none;
        padding-left: 10px;
      }
        div#stred div#obsah div.novinka form input, div#stred div#obsah div.novinka form textarea{
          border: 1px #64c2cd solid;
          background-color: #a2e0ed;
          padding: 2px;
          margin: 1px;
        }
          div#stred div#obsah div.novinka form input:focus, div#stred div#obsah div.novinka form textarea:focus{
            border: 1px #64c2cd solid;
            background-color: #6cc5d5;
          }
      div#stred div#obsah div.novinka div.bottom{
        position: relative;
        clear: both;
        font-size: 10px;
      }
  div#stred div.prave-menu{
    position: relative;
    width: 248px;
    margin-left: 569px;
  }
   div#stred div.prave-menu p{
    position: relative;
    padding-top: 5px;
    font-size: 12px;
  }
    div#stred div.prave-menu h3{
      position: relative;
      width: 228px;
      padding-left: 20px;
      font-size: 20px;
      font-style: italic;
    }
      div#stred div.prave-menu h3#nadpis-menu{
        height: 32px;
        padding-top: 20px;
        background: url("pozadi/menu-nadpis-menu.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-eshop{
        height: 32px;
        padding-top: 20px;
        background: url("pozadi/menu-nadpis-eshop.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-anketa{
        height: 32px;
        padding-top: 20px;
        background: url("pozadi/menu-nadpis-anketa.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-statistiky{
        height: 32px;
        padding-top: 20px;
        background: url("pozadi/menu-nadpis-statistiky.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-ikonky{
        height: 32px;
        padding-top: 20px;
        background: url("pozadi/menu-nadpis-ikonky.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3 span{
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 248px;
        z-index: 1;
      }
      div#stred div.prave-menu h3#nadpis-menu span{
        height: 52px;
        background: url("pozadi/menu-nadpis-menu.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-eshop span{
        height: 52px;
        background: url("pozadi/menu-nadpis-eshop.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-anketa span{
        height: 52px;
        background: url("pozadi/menu-nadpis-anketa.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-statistiky span{
        height: 52px;
        background: url("pozadi/menu-nadpis-statistiky.jpg") left top no-repeat;
      }
      div#stred div.prave-menu h3#nadpis-ikonky span{
        height: 52px;
        background: url("pozadi/menu-nadpis-ikonky.jpg") left top no-repeat;
      }


    div#stred div.prave-menu ul{
      width: 230px;
      font-size: 14px;
      list-style-type: none;
    }
    div#stred div.prave-menu ul.ostatni {
      padding-left: 10px;
    }
      div#stred div.prave-menu ul li{
        margin: 4px 0;
      }
        div#stred div.prave-menu ul#menu li a{
          width: 200px;
          height: 26px;
          padding: 5px 0 0 30px;
          display: block;
          text-decoration: none;
          background: url("pozadi/menu-li.jpg") center left no-repeat;
        }
          div#stred div.prave-menu ul#menu li a:hover{
            color: #EFA03A;
            background: url("pozadi/menu-li-hover.jpg") center left no-repeat;
          }
    div#stred div.prave-menu table{
      width: 230px;
      margin: 0;
      border-collapse: collapse;
      font-size: 11px;
      text-align: left;
    }
      div#stred div.prave-menu table caption{
        padding: 10px;
        font-size: 12px;
        text-align: left;
      }
      div#stred div.prave-menu table tr{
        width: 100%;
        float: right;
      }
        div#stred div.prave-menu table tr td{
        width: 100%;
          padding: 0 10px;
          background: none;
        }
          div#stred div.prave-menu table tr td.right{
            text-align: right;
          }
          div#stred div.prave-menu table tr td a{
            color: #000;
          }
    div#stred div.prave-menu span#anketa-hlasy{
        padding: 10px;
        font-size: 12px;
        text-align: left;
    }

/* patička */
div#paticka{
  position: relative;
  clear: both;
  width: 700px;
  height: 46px;
  padding: 60px 0 0 170px;
  margin: 0 auto;
  font-size: 10px;
  color: #757575;
  background: url("pozadi/paticka.jpg") top center no-repeat;
}
   div#paticka{
     padding-left: 50px;
    }
  div#paticka a{
    color: #757575;
  }
  div#paticka a#ea{
    position: absolute;
    top: 30px;
    left: 10px;
    width: 62px;
    height: 42px;
    padding-top: 20px;
  }
    div#paticka a#ea span{
      position: absolute;
      top: 0;
      left: 0;
      width: 62px;
      height: 62px;
      background: url("pozadi/ealogo.jpg") top left no-repeat;
    }
  div#paticka a#pegi{
    position: absolute;
    top: 38px;
    left: 100px;
    width: 38px;
    height: 30px;
    padding-top: 20px;
  }
    div#paticka a#pegi span{
      position: absolute;
      top: 0;
      left: 0;
      width: 38px;
      height: 50px;
      background: url("pozadi/pegilogo.jpg") top left no-repeat;
    }

