/* tělo stránky */
body {
  font-family: Verdana, Arial, "Geneva CE", lucida, sans-serif;
  background: white;
}

#telo {
  width: 100%;
  margin: 1em;
  background: url('../img/telo.gif') #E6DCCF;
  background-repeat: no-repeat;
  background-position: 0px 150px;
  z-index: 1;
}

/* logo */

h1, h1 span {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 3em;
  text-decoration: none;
}

h1 a {text-decoration: none; color:black;}

#levy-sloupec {
  width: 100%;
  margin-top: 1em;
  background: white;
  border-bottom: 3px solid #ccc;
  }
#ls-obsah {
  margin: 2em 2em 0 2em;
}

#hlavni-sloupec {
  width: 70%;
  margin: 0 1em;
  }
#hs-obsah {
  padding: 1em;
  font-size: small;
  line-height: 1.8;
  background: white;
}
#hs-spodek {
  height: 14px;
  width: 100%;
}

#paticka {
  text-align: center;
  font-size: 0.6em;
  border-top: 1px solid #ccc;
}

a {
  color: black;
  text-decoration: none;
}

.patspan {padding-right: 2em;}
.patspan img {border:0; vertical-align: text-bottom;}

/* menu */
ul#menu {
  display: none;
}

/* tagy */
#hs-obsah h2 {  color: #806640;  }
#hs-obsah strong {  color: #806640; }

#hs-obsah h3 { color: #BF8630; }

#ls-obsah address {font-style:normal;font-size:small;color:#806640;}
