/* CSS Document */

body {
    font-family: "Verdana", "Geneva CE", Lucida, sans-serif;
    font-size: 14px;
    text-align: center;
    margin: 0 auto; 
    margin-top: 125px;
    color: #fff;
    background: #070A0F url('img/pozcerne.jpg') center top no-repeat;
             }
                           
#obal {
    width: 920px;
    text-align: justify;
    margin: 0 auto; 
             }                      

a {
color: #fff;
}
    
a:hover {
color: #03c8e7;
} 

#navigace {margin-left: 695px;}

#navigace a {
width: 200px;
text-decoration: none;
text-align: left;
padding-top: 10px;
margin-bottom: 9px;
font-size: 16px;
display: block;
}

.odkaz1 a {color: #03c8e7}
.odkaz2 a {color: #f525fd}
.odkaz3 a {color: #21fd40}
.odkaz4 a {color: #03eeca}
.odkaz5 a {color: #fff}

#navigace a:hover {color: #fff}

h1 {
font-size: 18px;
font-weight: normal;
color: #21fd40;
margin: 125px 0 30px 40px;
font-variant: small-caps;
}

h2, h3 {
font-size: 16px;
font-weight: normal;
color: #f525fd;
font-variant: small-caps;
}

h3 {color: #03eeca;}


#paticka {
    width: 920px;
    height: 250px;
    font-size: 80%;
    background-image: url('img/bgdolni.jpg');
               }

#boxleva {float: left;
width: 590px;}

.levej {float: left; margin-right: 30px;}
.leva {float: left; margin-right: 45px;}
.aktualne {color: #585858; font-size: 17px; color: #8b8c90; border:}       
img {border: 0}

table {
width: 920px;
border-collapse: collapse;
}

td {
text-align: left;
}

	
/* formular */
#formular input, textarea, select {
	width: 300px;
	margin: 0 0 10px 0;
}
#button {background: #03EECA;}
 /* ///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: #c0c0c0;
        padding: 3px;
        color: #000;
                     } 
#galerie {font-size: 11px;}                                         
#galerie .foto img {
                border: 1px solid #fff;
      }
/* ///plovoucí karty */
