/*OBECNE*/
html{
    margin: 0px;
    padding: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    text-align: center;
    
    background-color: #444444;
    
    background-image: url('../img/bg-body.png');
    background-repeat: repeat-x;
    
    font-family: Liberation serif, Freeserif, Times New Roman, serif;
    font-size: 15px;
    color: #D9D9D9;
}
.cl{
    clear: both;
}
.fr{
    float: right;
}
p.fl:first-letter{
    color: #16B3D2;
}
.ui{
    text-indent: 0px;
}
.r{
    text-align: right;
}
.l{
    text-align: left;
}
.j{
    text-align: justify;
}
/**/
div#telo{
    width: 999px;
    
    margin: auto;
    overflow: hidden;
    
    text-align: left;
}
/* VRCHNI */
div.vrchni{
    width: 100%;
    height: 35px;
    
    background-image: url('../img/bg-vrchni.png');
    
    background-repeat: no-repeat;
    background-position: 100% 0%;
}
div.vrchni a{
    padding-right: 10px;
    padding-top: 10px;
    
    float: right;
    
    font-weight: bold;
    text-decoration: none;
    color: #444444;
}
div.vrchni a:hover{
    text-decoration: underline;
}
/**/
a.logo{
    display: block;
    
    width: 100%;
    height: 169px;
    
    background-image: url('../img/bg-logo.png');
    background-repeat: no-repeat;
    
    text-decoration: none;
}
body.pivko a.logo{
    background-image: url('../img/bg-logo-pivko.png');
}

div.nadobsah{
    width: 100%;
    height: 50px;
    
    background-image: url('../img/bg-nadobsah.png');
    background-repeat: no-repeat;
}

div.obsahovy{
    width: 100%;
    
    padding: 15px;
    overflow: hidden;
    
    background-image: url('../img/bg-obsah.png');
    background-repeat: no-repeat;
}
/* NAVIGACE */
div.navigace{
    width: 174px;
    height: 500px;
    
    padding-right: 15px;
    padding-left: 15px;
    
    float: left;
    
    font-size: 18px;
}

div.navigace ul{
    margin:0px;
    padding:0px;
    
    padding-top: 15px;
    padding-bottom: 15px;
    
    border-right: 1px solid #444444;
}
div.navigace ul li{
    display: block;
    
    margin: 0px;
    padding-left: 15px;
    
    list-style-type: none;
}
div.navigace a{
    text-decoration: none;
    
    font-size: 12px;
    font-variant: small-caps;
    font-weight: bold;
    
    letter-spacing: 0.2em;
    
    color: #D9D9D9;
}
div.navigace a:hover{
    border-bottom: 1px dotted #16B3D2;
}
div.navigace img{
    position: relative;
    left: -5px;

    margin-top: 35px;
    margin-bottom: 15px;
}

/**/


div.obsah{
    width: 765px;
    
    overflow: hidden;
    
    float: left;
}
/* TEXT OBECNE */
div.text p{
    text-align: justify;
    text-indent: 1.5em;
    
    line-height: 1.4em;
}
div.text h1{
    margin-top: 0px;
    margin-bottom: 0.5em;
    padding-top: 0.5em;
    
    font-size: 300%;
    font-weight: normal;
    
    letter-spacing: -1px;
}
div.text em{
    font-weight: normal;
    
    color: #16B3D2;
}
/**/
/*PATICKA*/
div.paticka{
    clear: both;
    
    width: 100%;
    
    padding-top: 100px;
    
    background-image: url('../img/bg-paticka.png');
    background-repeat: no-repeat;
}
div.paticka p{
    text-align: center;
    
    font-family: DejaVu sans, Arial, sans;
    font-size: 9px;
    
    line-height: 1.6em;
    
    color: #7B7B7B;
}
div.paticka a,div.text a{
    text-decoration: none;
    
    color: #16B3D2;
}
div.paticka a:hover,div.text a:hover{
    border-bottom: 1px dotted #16B3D2;
}
/**/
/*SPOLUPRACE*/
div.spoluprace{
    margin-top: 30px;
    margin-bottom: 30px;
    
    text-align: center;
}
div.spoluprace img{
    border: none;
}
div.spoluprace a{
    text-decoration: none;
}
/**/
/* novinky */
div.novinka{
    position: relative;
    
    margin-bottom: 1.5em;
    padding: 15px;
    
    border-top: 2px solid #16B3D2;
    
    background-image: url('../img/bg-novinky-seda.png');
}
div.novinka h3{
    margin: 0px;
    padding: 0px;
    
    font-size: 150%;
    font-variant: small-caps;
    
    color: #656565;
}
div.novinka p{
    margin-bottom: 0px;
}
div.novinka p.pridal{
    text-align: right;
    
    font-size: 80%;
}
div.prochazeni{
    text-align: center;
}
/**/
/* ALBUM */
table.album{
    width: 100%;
    
    margin: auto;
}
/*table.album td, table.album th{
border: 1px solid red;
}*/
table.album td.obrazkovy{
    text-align: center;
    
    background-image: url('../img/bg-novinky-seda.png');
}
table.album .popis{
    padding-right: 20px;
    
    text-align: right;
    
    font-weight: bold;
}
table.album img{
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 2px;
    
    border: 1px solid #656565;
}

table.album a{
    text-decoration: none;
}
table.album a:hover{
    border: none;
}
table.album a:hover img{
    border: 1px solid #16B3D2;
}

table.album th{
    padding: 0px;
    
    border-bottom: 1px solid #656565;
    border-top: 2px solid #16B3D2;
    background-image: url('../img/bg-novinky-seda.png');
    
    font-size: 130%;
    font-variant: small-caps;
    
    color: #656565;
}
table.album td{
    margin: 0px;
    padding: 0px;
}
table.album th h3{
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
}
/**/
/*GALERIE*/
table.galerie img{
    margin: 5px;
    padding: 3px;
    
    border: 1px solid #656565;
}
table.galerie a{
    display: block;
    
    float: left;
    
    text-align: center;
    
    text-decoration: none;
    
    color: #9C9C9C;
}
table.galerie a:hover{
    border: none;
    
    color: #16B3D2;
}
table.galerie a:hover img{
    border: 1px solid #16B3D2;
}
table.galerie{
    margin: auto;
}
/**/
/*OBRAZEK*/
div.obrazek{
    text-align: center;
}
div.obrazek img{
    margin: 5px;
    padding: 4px;
    
    border: 1px solid #656565;
}

div.obrazek a:hover{
    border: 0px;
    
    text-decoration: underline;
}
div.obrazek a.predchozi{
    float: left;
}
div.obrazek a.dalsi{
    float: right;
}
/*PŘIHLÁŠENÍ*/
form.prihlaseni input{
    height: 20px;
    
    padding: 2px;
    
    border: 1px solid #656565;
    
    background-color: #444444;
    font-family: DejaVu sans, Freesans, Arial, sans;
    vertical-align: middle;
    
    line-height: 20px;
    
    color: #BFBCBC;
}
form.prihlaseni input.submit{
    height: 25px;
    
    padding: 2px;
}
form.prihlaseni input.text{
    width: 250px;
}
form.prihlaseni table th{
    padding-left: 4px;
    
    text-align: right;
}
form.prihlaseni table th input{
    color: #16B3D2;
}
/**/
/*OZNAMOVACI OBLAST*/
div.notifications p.error{
    padding: 5px;
    
    background-color: #573131;
    
    font-weight: bold;
}
div.notifications p.success{
    padding: 5px;
    
    background-color: #345731;
    
    font-weight: bold;
} 
div.notifications p.warning{
    padding: 5px;
    
    background-color: #314A57;
    
    font-weight: bold;
}
p.upozorneni{
    padding: 5px;
    
    background-color: #314A57;
    
    font-weight: bold;
}
/**/
/* FORMULARE */
form input, form textarea{
    padding: 2px;
    
    border: 1px solid #656565;
    
    background-color: #444444;
    
    font-family: DejaVu sans, Freesans, Arial, sans;
    vertical-align: middle;
    
    line-height: 20px;
    
    color: #BFBCBC;
}
form input{
    height: 20px;
}
form input.submit{
    height: 25px;
    
    padding: 2px;
    
    color: #16B3D2;
}
form input.text{
    width: 250px;
}
form textarea{
    width: 500px;
    
    font-size: 14px;
}
form table th{
    padding-left: 4px;
    vertical-align: top;
    text-align: right;
    
}
form table th input{
    color: #16B3D2;
}
/*PIVKO*/
form em.povinne{
color: #FF0000;
}
form em.vysvetlivka{
text-decoration: underline;
font-size: 0.8em;
vertical-align: top;
margin-left: 5px;
}

h2.edit
{
    float:right;
}