/* CSS Document */

body {
    font-family: "Verdana", "Geneva CE", Lucida, sans-serif;
    font-size: 13px;
    text-align: center;
    margin: 20px 0 0 0; 
    padding: 0;
    background: #fff;
    color: #585858;
    background-image: url('img/menu_poz.png');
    background-repeat: repeat-x;
                        }
                           
#obal {
    width: 930px;
    text-align: center;
    margin: 0 auto; 
    padding: 0; 
    background: #fff;
               }                      

a {
color: #ed1e24;
}
    
a:hover {
color: #585858;
}     

#prava a {color: #000; text-decoration: none; font-weight: bold}
#strechy a {font-size: 120%; color: red; text-decoration: underline; font-weight: normal;}

h1, h2 {
font-size: 120%;
color: #ed1e24;
word-spacing: 1px;
letter-spacing: 1px;
}

h2 {color: #000;
    margin: 30px 0 7px 0;}

     
#leva {
    width: auto;
    height: auto;
    margin: 10px 30px 30px 0;
    float: left
           }
        
#prava {
    text-align: justify;
    margin: 20px 0 20px 0;    
    height: auto; }
    
.cl {
clear: both;
}

#navigace a {
border-bottom: dotted 1px #d0d0d0;
text-decoration: none;
display: block;
width: 200px;
text-align: left;
padding: 10px 0 10px 0;
text-indent: 15px;
font-weight: bold;
font-size: 12px; }

#navigace a:hover {
color: #fff;
background: #ed1e24;

}   

#odsazeni {
line-height: 200%;
margin-left: 30px;
}


#paticka {
    width: 100%;
    height: 67px;
    font-style: italic;
    text-align: right;
    text-decoration: none;
    padding: 15px 0;
    font-size: 80%;
    background-image: url('img/menu_poz.jpg');
    background-repeat: repeat-x;
        }
        
.levej {
    float: left;
    margin: 0 20px 0 0; }
    
    .blok {height: 100px;}
    

table {
font-size: 100%;
border-collapse: collapse;
width: 320px;
}

th, td {
text-align: left;
padding: 3px 5px;
border: 1px solid #000;
}

th {background: #888; color: #fff;}

.fotka {padding: 3px;
	      background: #c0c0c0;
        }

img {border: 0}
	
/* formular */
#formular form {
	width: 470px;
	}
#formular fieldset {
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #c0c0c0;
}
#formular legend {
	font-weight: bold;
	margin: 5px 0;
	padding: 3px 5px;
	border: 1px solid #c0c0c0;
	background: #fff;
	color: #585858;
	margin-bottom: 18px;
}
#formular label {
	width: 90px;
	float: left;
	display:block;
	text-align: left;
}
#formular form br {
	display: none;
}
#formular input, textarea, select {
	width: 350px;
	margin: 0 0 10px 0;
}
#formular input.psc {width: 100px}

 /* ///formular */  

/* plovoucí karty */
.cleaner {
        clear: both;
        height: 0;
        content: ' ';
      }         
                         
#galerie .foto {
        float: left;
        display: inline;
        margin: 10px;
        text-align: center;
        border: #fff 1px solid;
        background: #dfdfdf;
        padding: 3px;
                     } 
#galerie {font-size: 11px;}                                         
#galerie .foto img {
                border: 1px solid #fff;
      }
/* ///plovoucí karty */
