/* vynulování */

*, body, html {margin:0; padding:0;}

/* logo */

h1, h1 span {
  width: 770px;
  height: 150px;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  cursor: pointer;
  cursor: hand;
  text-align: right;
}

h1 span {
  display: block;
  background: url('../img/logo2.jpg') #BF8630;
  z-index: 1;
  position: absolute;
}

/* tělo stránky */
body {
  font-family: Verdana, Arial, "Geneva CE", lucida, sans-serif;
  background: url('../img/vzorek2.gif') #E6B873;
}

#telo {
  width: 770px;
  margin: 1em auto;
  background: url('../img/telo2.gif') #E6DCCF no-repeat left 150px;
}

#levy-sloupec {
  float: left;
  width: 270px;
  height: 100%;
  margin-top: 1em;
  background: #E6DCCF;
  }
#ls-obsah {
  margin: 2em 0 1em 2em;
  position: relative;
}

#hlavni-sloupec {
  float: left;
  width: 480px;
  /* background: url('../img/hl-sloupec.gif') repeat-y; */
  border-right: 20px solid #E6DCCF;
  margin-top: 1em;
  }
#hs-obsah {
  margin-top: 15px;
  padding: 0 2em 1px 2em;
  font-size: small;
  line-height: 1.8;
  background: white;
  height: 100%;
}
#hs-spodek {
  height: 14px;
  width: 100%;
  background: url('../img/telo-spodek.gif') no-repeat;
}

#paticka {
  color: #404040;
  width: 100%;
  text-align: right;
  font-size: x-small;
  line-height: 3;
  vertical-align: middle;
  padding: 1em 0;
}
.patspan {padding-right: 2em;}
.patspan img {border:0; vertical-align: text-bottom;}

.patspan a {color: black;}
.patspan a:visited {color:black;}
.patspan a:hover {color:black; background: white;}

/* menu */
ul#menu {
  list-style: none;
  font-size: small;
  margin-bottom: 3em;
}

ul#menu li {
  height: 20px;
  margin-bottom: 6px;
  background: url('../img/menu-pasive-2.gif') no-repeat top left;
  padding: 8px 1px 4px 22px;
}

ul#menu li.aktual {
  background: url('../img/menu-oblouk.gif') no-repeat top left white;
  font-weight: bold;
}

ul#menu a {
  text-decoration: none;
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}

ul#menu a:hover {
  color: #806640;
}

/* 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;}

/* pixyho talčítka: http://wellstyled.com/css-inline-buttons.html */
.inline-button {
   font-weight: bold;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   border: 1px solid black;
   white-space: nowrap;
   text-decoration: none;
   vertical-align: middle;
   background: #ccc;
   color: #806640;
   }
.inline-button em {
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #806640;
   }
.inline-button span {
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   font-weight: normal;
   }
.inline-button:hover {
   background: #666;
   color: white;
   }
.inline-button:hover em {
   background: black;
   color: white;
   }


/* tridy */
.xsmallAndbotborder {
  font-size: x-small;
  border-bottom: 1px solid black;
  padding: 0 0.5em;
}

.xsmall {
   font-size: x-small;
}
