body {
  margin: 0 auto;
  padding: 0;
  font: 76% Verdana,Tahoma,Arial,sans-serif;
  background: #f4f4f4 url(/img/bg.gif) top center repeat-y;
}

a {
  text-decoration: underline;
  color: #78200E;
}

a:hover {
  text-decoration: none;
  color: #78200E;
}

a img {
  border: 0;
}

h1 {
  margin: 10px 0px;
  padding: 0;
  font-size: 2em;
}

.header {
  position: relative;
  margin: 0 0 0px -10px;
  border: 0;
  width: 900px;
  height: 177px;
  background: #ffffff url(/img/logo_900_black.png) top left no-repeat;
}

.header .adresa {
  position: absolute;
  top: 20px;
  left: 30px
}
.header .adresa .radek1 {
    font-size: 25px;
    font-weight: bold;
}
.header .adresa .radek2 {
    font-size: 17px;
}
.header .adresa .telefon {
    margin-top: 25px;
    font-size: 25px;
    font-weight: bold;
    color: red;
}


.menu {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-bottom: 10px;
}
.menu .item a {
  color: black;
  padding: 3px 10px;
  margin: 0px 5px;
  display: block;
  height: 63px;
  background: #9C9B92;
  text-decoration: none;
}

.menu .item a:hover, .menu .item a.selected  {
  background: #78200E;
  color: white;
}

.menu .item {
  width: 220px;
  vertical-align: top;
  padding: 5px 0;
}
.menu .item .nazev {
  font-size: 1.7em;
}
.menu .item .popis {
  margin-top: 5px;
  font-size: 0.9em;
}



.wrap {
  background: #ffffff;
  color: #303030;
  margin: 0 auto;
  width: 880px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 0 10px;
}

.content {
  margin: 0 0 20px 10px;
  line-height: 1.6em;
  text-align: left;
  min-height:400px;
  height:auto !important;
  height:400px;
  width: 670px;
  float: left;
}

.content h2 {
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
}

.footer {
  clear: both;
  border-top: 2px solid #ccc;
  text-align: center;
  color: #808080;
  font-size: 0.9em;
}
.footer td {
  color: black;
}
.footer a {
  color: #808080;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.hlavniBod {
  font-size: 22px;
  margin-top: 25px;
  margin-bottom: 10px;
}

.seznamNazev {
  font-size: 13px;
  font-weight: bold;
  padding-top: 10px;
}

ul.seznam {
  margin-top: 5px;
  margin-bottom: 5px;  
  margin-left: 5px;
  padding-left: 30px;
}

ul.seznam li {
  margin-left: 5px;
}


.galerie {
  clear: right;
  float: right;
  /*width: 150px;*/
  padding: 0;
  padding-left: 10px;
  border-left: 1px solid #D0D0D0;
}

.galerie h2 {
  font-size: 1.9em;
  margin: 0pt;
  padding-bottom: 10px;
  text-align: center;
}

.galerie img {
  clear: both;
  display: block;
  margin-bottom: 10px;
}

.obrazkyNaHlavniStrance {
    padding-left: 30px;
    vertical-align: top;
    padding-top: 20px;
}
