/* CSS Document Penzion Na rozcestí*/
body {
    background-color: #D8B58D;
    color: #6B3A01;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    overflow: auto;
    scrollbar-face-color: #F4E2CE;
	scrollbar-shadow-color: #593307;
	scrollbar-highlight-color: #593307;
	scrollbar-3dlight-color: #593307;
	scrollbar-darkshadow-color: #9A9A9A;
	scrollbar-track-color: #E3D2C0;
	scrollbar-arrow-color: #593307; 

}
.obal {
    width:700px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}
.hlavicka {
    background-image: url(graphic/hlavicka.png);
    background-repeat: no-repeat;
    width: 719px;
    height: 214px;
}
.telo {
    width: 741px;
    height: 487px;
    margin-top: 16px;
    background-image: url(graphic/telo_top.png);
    background-repeat: no-repeat;
}
table {
    font-size: 80%;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}
tr.prvni {
  text-align:left;
  font-style: italic;
}
td.prvni {
  text-align:left;
  font-weight: bold;
}
td {
  padding: 3px;
}

.navigace {
    width: 203px;
    height: 442px;
    float: left;
}
.navigace ul {
  list-style-type: none;
  font-weight: bold;
  margin: 15 0 0 -15px;
}
.nav_telo {
    margin-top: 92px;
    height: 160px;
    background-image: url(graphic/navigace_01.png);
    background-repeat: repeat-y;
    position: relative;
    left: -42px;
}
.nav_telo a {
    color: #6B3A01;
    text-decoration: none;
}
.nav_telo a:hover {
    color: #A35802;
}
.nav_spodek {
    height: 135px;
    background-image: url(graphic/nav_mezi.png);
    background-repeat: no-repeat;
    position: relative;
    left: -42px;
}
.aktualne {
    background-image: url(graphic/aktualne.png);
    background-repeat: repeat-y;
    text-align: left;
    height: 90px;
    padding: 10px 25px 0 10px;
    position: relative;
    left: -42px;
}
.vice {
  font-size: 92%;
  text-align: right;
  margin-top: 8px;
}
.vice a {
    color: #6B3A01;
    text-decoration: none;
}
.vice a:hover {
    color: #A35802;
}
p {
  margin: 0;
  padding: 5px 0;
}
.odkaz {
  font-size: 100%;
  text-align: left;
  margin-top: 8px;
}
.odkaz a {
    color: #6B3A01;
    text-decoration: none;
}
.odkaz a:hover {
    color: #A35802;
}
p {
  margin: 0;
  padding: 5px 0;
}

.obsah {
    padding-right: 6px;
    height: 395px;
    background-image: url(graphic/obsah_01.png);
    background-repeat: repeat-y;
    margin-left: 259px;
    position: relative;
    top: 92px;
    left: -42px;
}
.pretek {
    padding: 0 15px 0 20px;
    height: 385px;
    overflow: auto;
    overflow-x: hidden;
}
.spodek {
    width: 699px;
    height: 65px;
    padding: 0;
    background-image: url(graphic/spodek.png);
    background-repeat: no-repeat;
    text-align: left;
    position: relative;
    z-index: 5;
}
.capky {
    z-index: 10;
    float: left;
    width: 42px;
    height: 418px;
    position: relative;
    top: -10px;
    left: 185px;
    background-image: url(graphic/noga.png);
    background-repeat: repeat-y;
}
form {
  
}
form legend {
    font-weight: bold;
    font-style: italic;
    font-size: 80%;
    color: #6B3A01;
}
form fieldset {
    margin-bottom: 15px;
    border: 1px solid #6B3A01;
    padding: 5px; 
}
fieldset .jmeno {
    width: 30%;
    float: left;
}
fieldset input, fieldset select {
    width: 150px;
    color: #6B3A01;
}
fieldset textarea {
    width: 100%;
    height: 6em;
    color: #6B3A01;
    padding: 5px;
    font-size: 75%;
}
.poznamka {
  font-size: 75%;
  text-align: right;
  position: relative;
  top: -10px;
}
.cl {
   clear: both;
}