/*-----------------------
         Zaklad
-----------------------*/
body, html {
  background-color: #e0dbcb;
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 0.95em;
  padding: 0 0 40px 0;
  margin: 0;
  text-align: center;
}
a img {
  border: 0;
}
strong {
  letter-spacing: .05em
}
/*-----------------------
        Hlavicka
-----------------------*/
#hlavicka {
  display: block;
  height: 166px;
  width: 100%;
  border-bottom: 8px solid #1a5069;
  padding: 0;
  margin: 0;
  background: #377b9e url("hlavicka.gif") center 30px no-repeat;
}
#hlavicka span {
  display: none;
}
/*-----------------------
           Telo
-----------------------*/
#celek {
  width: 1002px;
  background: url("pozadi.gif") repeat-y;
  border-bottom: 6px solid #c6c0a9;
  margin: 0 auto;
  text-align: left;
  padding: 0;
}
/*-----------------------
          Menu
-----------------------*/
#menu {
  margin: 10px 0 0 5px;
  padding: 0;
  width: 205px;
  float: left;
  text-align: center;
  list-style-type: none;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  _position: relative;
  _left: -5px;
}
#menu li strong {
  font-weight: normal;
  font-size: 17px;
}
#menu li a {
  color: #7d7761;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 2px 0 2px 0;
  border-bottom: 2px solid #c6c0a9;
  letter-spacing: 2px;
}
#menu li a:hover {
  color: #ffffff;
  background: #c6c0a9;
  text-decoration: underline;
}
#aktivni {
  background: #e0dbcb;
}
.mezera {
  margin-top: 15px;
}
#menu-nadpis {
  display: none;
}
/*-----------------------
        Sponzori
-----------------------*/
#sponzori {
  margin: 0;
  padding: 10px 3px;
  width: 194px;
  float: left;
  text-align: center;
  _position: relative;
  _left: -5px;
}
#sponzori a img {
  margin: 2px;
  border: 1px solid #c6c0a9;
}
.text {
  display: block;
  width: 100%;
  height: 16px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px 0 10px 0;
}
#general-sponsor {
  background-image: url("text-general-sponsor.gif");
}
#official-main-partners {
  height: 40px;
  background-image: url("text-official-main-partners.gif");
}
#official-partners {
  background-image: url("text-official-partners.gif");
}
#media-partners {
  background-image: url("text-media-partners.gif");
}
#sponzori h2 {
  display: none;
}
/*-----------------------
         Obsah
-----------------------*/
#obsah {
  width: 585px;
  margin: 0 1px 0 1px;
  float: left;
  _position: relative;
  _left: -5px;
  color: #7d7761;
}
#spoj {
  clear: both;
  visibility: hidden;
  padding: 0;
  margin: 0;
}
#obsah ul li {
  list-style-image: url("puk.gif");
  margin: .5em .5em .5em .5em;
}
#obsah ol li {
  margin: .5em .5em .5em .5em;
}
#obsah li p {
  text-indent: 1em;
  margin: 0 0 .2em 0;
}
.datum {
  position: relative;
  top: -2px;
  margin-bottom: -2em;
  _margin-left: .4em;
}
#obsah h2 {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 2em;
  letter-spacing: .15em;
  margin-bottom: .3em;
}
#obsah h3 {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.75em;
  letter-spacing: .15em;
  margin-bottom: .3em;
}
#obsah h4 {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.5em;
  letter-spacing: .15em;
  margin-bottom: .3em;
}
#obsah h5 {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.3em;
  letter-spacing: .15em;
  margin-bottom: .3em;
}
#obsah h6 {
  text-align: center;
  text-decoration: underline;
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.15em;
  letter-spacing: .15em;
  margin-bottom: .3em;
}
#obsah a {
  color: #7d7761;
  text-decoration: underline;
}
#obsah a:hover {
  color: #7d7761;
  text-decoration: none;
  font-style: italic;
}
#obsah a:visited {
  color: #7d7761;
  text-decoration: underline;
  font-style: italic;
}
#obsah p {
  margin: 1em 1em .5em 1em;
  text-indent: 1.5em;
  line-height: 1.5em;
}
#obsah .odsazene {
  margin: 1em 1em .5em 1.5em;
}
#obsah dt {
  font-weight: bold;
  margin-top: 1em;
}
#obsah dd {
  margin-top: .3em;
  margin-left: 2em;
}
#obsah table {
  margin: 1em;
  border: 2px solid #aca390;
  width: 95%;
}
#obsah td {
  padding: .05em;
  border: 1px solid #aca390;
  text-align: center;
  background: #eeebe2;
}
#obsah a img {
  margin: .5em;
  border: 1px solid #c6c0a9;
}
#obsah li em {
 _letter-spacing: -0.04em;
}
/*-----------------------
         Fotky
-----------------------*/
#fotky {
  width: 100%;
  height: 150px;
}
/*-----------------------
         Upravy
-----------------------*/
.vpravo {
  text-align: right;
  position: relative;
  right: 10px;
}
.uprostred {
  text-align: center;
}
.neodsazovat {
  text-indent: 0em !important;
}
#obsah li .cesky {
 background: url("flag-czech.gif") 10px 3px no-repeat;
 text-indent: 30px;
}
.uzky {
 width: 95%;
}
.ram {
 margin: 2px;
 border: 1px solid #c6c0a9;
}
#obsah .ram {
  margin: .5em;
  border: 1px solid #c6c0a9;
}
/*-----------------------
         Vlajky
-----------------------*/
#ca {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/catalonia.gif") center bottom no-repeat;
}
#cz {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/czech.gif") center bottom no-repeat;
}
#ge {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/germany.gif") center bottom no-repeat;
}
#it {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/italy.gif") center bottom no-repeat;
}
#ne {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/netherlands.gif") center bottom no-repeat;
}
#pa {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/pakistan.gif") center bottom no-repeat;
}
#po {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/poland.gif") center bottom no-repeat;
}
#ru {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/russia.gif") center bottom no-repeat;
}
#sl {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/slovakia.gif") center bottom no-repeat;
}
#sw {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/sweden.gif") center bottom no-repeat;
}
#uk {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/ukraine.gif") center bottom no-repeat;
}
#vi {
 padding-bottom: 50px;
 background: url("../obrazky/vlajky/vietnam.gif") center bottom no-repeat;
}
