/* ZAKLADNE ROZDELENIE STRANKY POMOCOU VRSTIEV DIV ========================== */

#up
   {
    height: 110px;
    border-width: 0px 0px 2px 0px;
    border-color: #E77817;
    border-style: solid;
   }

#upleft
   {
    float: left;
    text-align: left;
    width: 120px;
    clear: right;
   }

#upcenter
   {
    display: none;
   }

#logocenter
   {
    display: none;
   }

#upright
   {
    float: left;
    clear: right;
   }

#upmenu
   {
    display: none;
   }

#upmenu_spodok
   {
    display: none;
   }

#kontaktyright1, #kontaktyright2
   {
    float: left;
    font-weight: bold;
    font-size: 11px;
    line-height: 108%;
   }

#kontaktyright1
   {
    width: 50px;
    color: #E77817;
    margin: 50px 0px 0px 0px;
   }

#kontaktyright2
   {
    color: #000000;
    margin: 50px 0px 0px 0px;
   }

#mainleft
   {
    display: none;
   }

#maincenter
   {
    text-align: justify;
    clear: both;
   }

#mainright
   {
    border-width: 2px 0px 0px 0px;
    border-color: #E77817;
    border-style: solid;
    clear: both;
   }

#down
   {
    display: none;
   }

.sekcia, .nadpis, .popis_right, .popis_right .text_right2, .text_right_odsadeny, .odkaz_right
   {
    clear: both;
   }

.oddelovaci_pas_15
   {
    margin: 5px 0px 0px 0px;
    clear: both;
   }

.text_right, .right_celok, .odkaz_right, .oddelovac_right
   {
    margin: 10px 0px 10px 0px;
    clear: both;
   }

.sekcia_fotogaleria
   {
    height: 140px;
    clear: both;
   }

.fotogaleria_stlpec
   {
    float: left;
    width: 33%;
    margin: 0px auto;
    clear: right;
   }

.obrazky_fotogaleria
   {
    float: left;
    width: 100%;
    text-align: left;
    clear: both;
   }

.popisky_fotogaleria
   {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 25px 0px;
   }

.stranky_pocet
   {
    display: none;
   }

.stranky_url
   {
    display: none;
   }

/* TELO A NADPISY =========================================================== */

body
   {
    font-family: Arial CE, Arial, Helvetica CE, Helvetica, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    text-decoration: none;
    text-align: left;
    line-height: 125%;
    font-weight: normal;
    font-size: 12px;
   }

img
   {
    border-width: 0px;
   }

img.noframe
   {
    border-width: 0px;
   }

a img
   {
    border-width: 1px;
    border-color: #666666;
   }

ul
   {
    list-style-image: url('../img/li_stvorec.png');
    line-height: 120%;
   }

ul.sluzby2
   {
    list-style-image: url('../img/li_stvorec2.png');
   }

h1, h2
   {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
    padding: 15px 0px 0px 0px;
   }

h1
   {
    text-transform: uppercase;
   }

h3, h4
   {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 100%;
   }

h5, h6
   {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 120%;
   }

/* ODKAZY =================================================================== */

a
   {
    color: #72706F;
    text-decoration: underline;
    font-weight: normal;
   }

a:hover
   {
    color: #E77817;
    text-decoration: none;
    font-weight: normal;
   }

a.h1
   {
    font-weight: bold;
    text-decoration: underline;
   }

a.h1:hover
   {
    font-weight: bold;
    text-decoration: none;
   }

