/* CSS - Michal Suchan - www.c.web.cz */

/* Formát dokumentu */

* {
    margin: 0;
    padding: 0;
}


html, body {
    font-family: verdana, arial, "Trebuchet MS", tahoma, sans-serif;
    text-align: center;       
    color: #000;
    font-size: 12px;

}


body {
    background-image:url(../grafika/pozadi.png);    
    margin: 0 auto;
    background-repeat: repeat;
    background-color: #ceecff;
}


p {
    margin-bottom: 15px; 
}


a {
    color: #f52d2d;
    text-decoration: underline;
}


a:hover {
    color: #ffff06;
    text-decoration: underline;
}

hr {
    border-top: 1px #9e0000 dotted;
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    display: none;
}

h2 {
    text-align: left;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #9e0000;
}

h3 {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #9e0000;
    text-transform: uppercase;
}

h4 {
    text-align: left;
    font-size: 12px;
    color: #f52d2d;
    font-weight: bold;
    text-decoration: underline;
}

h5 {
    text-align: left;
    font-size: 12px;
    color: #f52d2d;
    font-weight: bold;
    text-decoration: underline;
    text-align: right;
}

.invisible {
display: none;
}

/* Formát bloků */

#hlavni {
    background-image:url(../grafika/pozadi-stranky.png);
    width: 900px;
    margin: 0 auto;
    background-repeat: repeat-y;
    background-color: #fff;
    border: 1px #d81e1e solid;

}

#logo {
    background-image:url(../grafika/logo.png);
    width: 900px;
    height: 337px;
    background-repeat: repeat;
    background-color: #f52d2d;
}

#menu {
    width: 900px;
    height: 47px;
    background-repeat: repeat-x;
    background-image:url(../grafika/menu.png);
    
}


#vlevo {
    background-image:url(../grafika/levo.png);
    width: 643px;
    background-repeat: no-repeat;
    float: left;
}

#vpravo {
    width: 257px;
    float: left;
}

#pata {
    background-image:url(../grafika/pata.png);
    width: 900px;
    height: 28px;
    background-color: #f52d2d; 
    clear: both;
    color: #fff;
    font-size: 10px;
    background-repeat: repeat-x;}
    
.img-odkaz{
    border: 0px solid;
    margin-bottom: 3px;
    margin-left: 10px;
}



/* Formát bloku vpravo, pata */

#vpravo .text {
    padding-left: 10px;
    padding-right: 10px;
    width: 240px;
    text-align: center;
    font-size: 12px;
    color: #9e0000;
}

#pata .text {
    padding-top: 6px;
    font-size: 12px;
}

#pata .text a {
    color: #fff;
}

#pata .text a:hover {
    color: #ffff06;
}

/* Formát bloku vlevo */

.obsah {
    padding-left: 17px;
    padding-right: 17px;
    text-align: left;
    font-size: 13px;
}

.obsah p {
    text-align: justify;
    font-size: 13px;
    
}

.podtext {
    border-top: 1px #9e0000 dotted;
    font-size: 10px;
    text-align: left;
    width: auto;
    color: #9e0000;
    
}

.strankovani {
    font-size: 12px;
    text-align: center;
    width: auto;
    
}


/* Formát bloku menu */
#menu a {
    display: block;
    width: auto;
    height: 47px;
}

.schovej {
    display: none;
}

#menu .pre {
    width: 105px;
    height: 47px;
    float: left;
    display: block;
}

#menu .uvod {
    background-image:url(../grafika/uvod.png);
    width: 119px;
    height: 47px;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

#menu .uvod:hover {
    background-image:url(../grafika/uvoda.png);
}



#menu .o_nas {
    background-image:url(../grafika/o_nas.png);
    width: 121px;
    height: 47px;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

#menu .o_nas:hover {
    background-image:url(../grafika/o_nasa.png);
}

#menu .fotky {
    background-image:url(../grafika/fotky.png);
    width: 126px;
    height: 47px;
    background-repeat: no-repeat;
    float: left;
    display: block;
}

#menu .fotky:hover {
    background-image:url(../grafika/fotkya.png);
}

#menu .legrace {
    background-image:url(../grafika/legrace.png);
    width: 147px;
    height: 47px;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    display: block;
}

#menu .legrace:hover {
    background-image:url(../grafika/legracea.png);
}

#menu .odkazy {
    background-image:url(../grafika/odkazy.png);
    width: 141px;
    height: 47px;
    background-repeat: no-repeat;
    background-color: #fff;
    float: left;
    display: block;
}

#menu .odkazy:hover {
    background-image:url(../grafika/odkazya.png);
}

/* Formát - galerie*/

.gal_mini {
    width: 140px;
    height: 105px;
    overflow: hidden;
    border: 1px #f52d2d solid;
    text-align: center;
    background: #9e0000;
}

.pravyimage {
    width: 140px;
    height: 105px;
    margin: 10px auto 10px auto;
    overflow: hidden;
    border: 1px #f52d2d solid;
    text-align: center;
    background: #9e0000;
}

.galery {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px;
}

.img-odkaz-gal{
    border: 0px solid;
}

.galery_seznam {
    display: block;
    text-align: center;
    font-weight: bold;
    width: 140px;
    height: 45px;
    padding-top: 75px;
    padding-bottom: 20px;
    margin-left: 40px;
    background-image:url(../fotogalerie/folder.png);
    float: left;
    background-repeat: no-repeat;
}

.gal_sez {
    text-align: center;
    width: 140px;
    height: 40px;
    padding-top: 75px;
    padding-bottom: 75px;
    margin-left: 15px;
    background-image:url(../fotogalerie/folder.png);
    float: left;
    background-repeat: no-repeat;
}

.galery_seznam a{
    text-decoration: none;
}


.galery table {
    border: 0px #000 solid;
        margin: 0 auto;
}

.galery td {
    text-align: center;
    vertical-align: top;
    border: 0px #000 solid;
    width:200px;
    height:140px;
}

.bannercenter {
margin: 10px auto;
width: 728px;
height: 90px;
text-align:center;

}


.fotoramecek {
width: 150px;
float: left;
margin-left: 5px;
margin-right: 5px;
margin-bottom: 10px;
color: #ffcfcf;
background-color: #9e0000;           
}

.fotka {
width: 140px;
height: 105px;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 5px;
overflow: hidden;
}

.foto_popisek {
width: 140px;
margin-left: 5px;
margin-bottom: 5px;
}

.fotocenter{
width: 480px;
text-align: center;
margin: 5px auto;
}
