/* CSS Document */

  body {
        margin: 0;
        text-align: center;
        background: #f9da5c;
        color: #000;
        font-family: "Verdana", "Geneva CE", Lucida, sans-serif;
        font-size: 13px;
                 }
      
#obal {
        width: 900px;
        text-align: justify;
        margin: 0 auto;
        height: auto;
        background: #fff;
      }
      
       #leva {
        float: left;
        width: 220px;
        text-align: center;
        padding-bottom: 30px;
                     }
  
    
      #prava {
        float: right;
        width: 680px;
        text-align: justify;
        padding-bottom: 30px;
                       }
                                                                   
   
a {
color: #f60;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #fe8230;
}

#paticka a {
color: #fff;
}  

#navigace {
padding-top: 8px;
}

#navigace a {
text-decoration: none;
display: block;
width: 160px;
height: 30px;
text-align: left;
padding-top: 4px;
margin-bottom: 8px;
font-weight: normal;
color: #fff;
text-indent: 10px;
background: url( "img/odkaz.jpg" ) no-repeat;
}

#navigace a:hover {
color: #fff;
background: url( "img/odkaz2.jpg" ) no-repeat;
}

#paticka {
        clear: both;
        padding: 3px 5px;
        font-style: italic;
        font-size: 80%;
        text-align: center;
        background: #d3382d;
        color: #000;
                      }

.odsazeni {
padding-right: 20px;
}
  
img {border: 0;}
     
h1, h2 {
font-size: 120%;
word-spacing: 1px;
letter-spacing: 1px;
padding-top: 5px;
font-variant: small-caps;
}

h1 {
color: #fe8230;
}

h2 {
color: #f2c304;
}

#adresa {
font-size: 80%;
color: #fe8230;
line-height: 1.5;
text-align: left;
padding-left: 40px;
}

#tabulky table {
font-size: 13px;
border-collapse: collapse;
}

#tabulky th, td {
text-align: left;
padding: 0.2em 0.5em;
border: 1px solid #fe8230;
}

#kontakt table td {
border-style: none;
font-size: 13px;
}

 /* plovoucí karty */
.cleaner {
        clear: both;
        height: 0;
        content: ' ';
      }         
#galerie {
           margin-top: 10px;
           font-size: 85%;
           color: #f09301;
                   } 
                                          
#galerie .foto {
        float: left;
        display: inline;
        margin: 8px;
        text-align: center;
        border: #f4ca04 1px solid;
        background: #fbfbb7;
        padding: 3px;
                     } 
                                         
#galerie .foto img {
                border: 1px solid #fff;
                     }
/* ///plovoucí karty */

