@font-face {font-family: 'UbuntuB';src: url("fonts/Ubuntu-B.ttf");}
@font-face {font-family: 'UbuntuBI';src: url("fonts/Ubuntu-BI.ttf");}
@font-face {font-family: 'UbuntuC';src: url("fonts/Ubuntu-C.ttf");}
@font-face {font-family: 'UbuntuL';src: url("fonts/Ubuntu-L.ttf");}
@font-face {font-family: 'UbuntuLI';src: url("fonts/Ubuntu-LI.ttf");}
@font-face {font-family: 'UbuntuM';src: url("fonts/Ubuntu-M.ttf");}
@font-face {font-family: 'UbuntuMI';src: url("fonts/Ubuntu-MI.ttf");}
@font-face {font-family: 'UbuntuR';src: url("fonts/Ubuntu-R.ttf");}
@font-face {font-family: 'UbuntuRI';src: url("fonts/Ubuntu-RI.ttf");}
@font-face {font-family: 'UbuntuMonoB';src: url("fonts/UbuntuMono-B.ttf");}
@font-face {font-family: 'UbuntuMonoBI';src: url("fonts/UbuntuMono-BI.ttf");}
@font-face {font-family: 'UbuntuMonoR';src: url("fonts/UbuntuMono-R.ttf");}
@font-face {font-family: 'UbuntuMonoRI';src: url("fonts/UbuntuMono-RI.ttf");}

html,body{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'UbuntuL', Ubuntu, Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    color: #545454;
}

h1{
    padding-top: 20px;
    font-size: 28px;
    color: #262626;
}

h2, h3, h4, h5, h6{
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: #047FE8;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
} 

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

p{
    margin: 0;
    padding-bottom: 10px;
}

a{
    text-decoration: none; 
    color: #0276E2;
}

a:hover{
    text-decoration: underline;
}

img{
    border: none; 
}


/*--------------- OBECNÉ ----------------*/

/*--- soubor ---*/

.soubor{
    width: 640px;   
    border-top: 3px #A1CD3E solid;
    border-bottom: 1px #DCDDDE solid;
    border-left: 1px #DCDDDE solid;
    border-right: 1px #DCDDDE solid;
    min-height: 50px;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px 0px 25px 15px;
}

.soubor_ikona{
    float: right;
    width: 100px;
    text-align: center;
    padding: 10px 0px 10px 10px;
}

.soubor_popis{
    float: left;
    width: 350px;
    padding: 10px 10px 10px 10px;
    color: #666666;
}

.soubor_popis a{
    text-decoration: underline;
    font-size: 20px;
}

.soubor_popis a:hover{
    text-decoration: none;
}

.soubor_velikost{
    float: right;
    width: 100px;
    text-align: right;
    padding: 10px 10px 10px 10px;
}

/*--- galerie ---*/

/*--- galerie - lightbox ---*/
.galerie_lightbox {
    width: 90%; 
    margin: 10px 5px 0px 0px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_lightbox .obrazek { 
    display: inline-block; 
    width: 160px; 
    margin: 10px 18px 10px 18px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_lightbox .obrazek a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
}

.galerie_lightbox .obrazek a:hover img { 
    padding: 0px; 
    border: 1px solid #178F33; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #178F33; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

/*--- galerie - photoswipe ---*/
.galerie_photoswipe {
    width: 100%; 
    margin: 10px 5px 0px 0px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_photoswipe .gallery-item { 
    display: inline-block; 
    width: 160px; 
    margin: 10px 18px 10px 18px; 
    padding: 0px; 
    text-align: center;  
}

.galerie_photoswipe .gallery-item a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
}

.galerie_photoswipe .gallery-item a:hover img { 
    padding: 0px; 
    border: 1px solid #178F33; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #178F33; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}


/*--- obrazek ---*/

.obrazek { 
    display: inline-block; 
    width: 160px; 
    margin: 20px 20px 20px 20px; 
    padding: 0px; 
    text-align: center;  
}
.obrazek a img { 
    padding: 0px; 
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: none; 
    text-decoration: none; 
}
.obrazek a:hover img { 
    padding: 0px; 
    border: 1px solid #178F33; 
    padding: 4px; 
    margin: 0 10px 0 10px; 
    background: #178F33; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

/*--- podstranky ---*/

.podstranka{
    float: left;
    margin-right: 20px;
    margin-top: 15px;
    width: 650px;
    min-height: 140px;
}

.podstrankapopis{
    margin-top: 8px;
}

.podstrankapopis a{
    text-decoration: underline;
}

.podstrankaodkaz a{
    font-size: 22px;
    text-decoration: underline;
}

.podstrankaodkaz a:hover, .podstrankapopis a:hover{
    text-decoration: none;
}

.ikona{
    float: left;
    margin-right: 20px;
}

.ikona a img { 
    padding: 0px;
    border: 1px solid #dddddd; 
    padding: 4px; 
    margin: 0 10px 0 0px; 
    background: none; 
    text-decoration: none; 
    max-width: 150px;
    max-height: 110px;
}
.ikona a:hover img { 
    padding: 0px; 
    border: 1px solid #A1CD3E; 
    padding: 4px; 
    margin: 0 10px 0 0px; 
    background: #A1CD3E; 
    text-decoration: none; 
    -webkit-transition: all 0.4s ease-out; 
    -moz-transition: all 0.4s ease-out; 
    -o-transition: all 0.4s ease-out; 
    transition: all 0.4s ease-out; 
}

.podstrankapopis a.vice{
    display: block;
    /*display: none;*/
}

/*--- formulář ---*/


#formular .popisekformulare{
    padding: 10px 10px 10px 10px;
}

#formular .upozorneni{
    background: url(img/alert-small.png) left center no-repeat;
    padding: 5px 10px 5px 40px;
    margin-top: 30px;
    color: #EA0000;
}

#formular input{
    border: 3px #CFCFCF solid;
    background: #FFFFFF url(img/input_bg.jpg) left top no-repeat;
    width: 400px;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
}

#formular select{
    border: 3px #CFCFCF solid;
    background: #FFFFFF url(img/input_bg.jpg) left top no-repeat;
    width: 400px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
}

#formular textarea{
    border: 3px #CFCFCF solid;
    background: #FFFFFF url(img/input_bg.jpg) left top no-repeat;
    width: 600px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
}

#formular select option{
    color: #000000;
}

#formular .odeslat{
    margin-top: 30px;
    border: none;
    text-align: center;
    line-height: 37px;
    padding: 0px 5px 0px 45px;
    display: inline-block;
    width: 127px;
    height: 37px;
    background: url(img/tlacitko_zelene.png) center center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

#formular input#form_jmeno,
#formular input#form_email,
#formular input#form_produkt,
#formular input#form_kusu{
    border: 3px #6DBFFB solid;
}

#formular input#form_telefon{
    width: 300px;
}

#formular input#form_kusu{
    width: 30px;
    text-align: center;
}


/*--------------- KATALOG ----------------*/

/*--- výpis produktů ze skupiny ---*/

#xprodukty_produkty{
    margin-top: 40px;
}

.xprodukty_produkt{
    float: left;
    width: 200px;
    min-height: 410px;
    padding: 10px 10px 10px 0px;
    margin: 10px 15px 20px 0px;
    border-right: 1px #D4D4D4 solid;
    position: relative;
    z-index: 1;
}

.xprodukty_produkt_posledni_v_rade{
    border-right: none;
}

.xprodukty_produkt h2, .xprodukty_produkt h2 a{   
    text-transform: none;
    text-decoration: underline;
    font-size: 18px;
    color: #3699ED;
    text-align: center;
    /*height: 27px;*/
    height: 93px;
    overflow: hidden;
}

.xprodukty_produkt h2 a:hover{
    text-decoration: none;
}

.xprodukty_produkt p{   
    font-size: 13px;
}

.xprodukty_produkt_sleva{
    padding: 2px 10px 2px 10px;
    background-color: #FF0000;
    position: absolute;
    color: #FFFFFF;
    line-height: 30px;
    top: 190px;
    left: 0px;
    z-index: 2;
    border-radius: 7px;
}

.xprodukty_produkt_sleva_obsah{   
}

.xprodukty_produkt_sleva_obsah span{
    font-family: 'UbuntuL';
    font-size: 15px;
}

.xprodukty_produkt_sleva_obsah strong{
    font-weight: normal;
    font-family: 'UbuntuB';
    font-size: 18px;
}

.xprodukty_produkt_akce{
    background: url(img/akce.png) center center no-repeat;
    width: 64px;
    height: 78px;
    position: absolute;
    top: 120px;
    right: 10px;
    z-index: 2;
}

.xprodukty_produkt_nadpis{
    margin-bottom: 10px;
}

.xprodukty_produkt_anotace{
    margin-bottom: 10px;
    font-size: 14px;
    height: 56px;
    overflow: hidden;
    color: #545454;
    text-align: center;
}

.xprodukty_produkt_anotace p{
    font-size: 14px;
}

.xprodukty_produkt_obrazek{
    text-align: center;
    margin-bottom: 10px;
    height: 210px;
}

.xprodukty_produkt_obrazek img{
    max-height: 200px;
    max-width: 200px;
}

.xprodukty_produkt_spodni_cast{
    
}

.xprodukty_produkt_cena{
    float: left;
}

.xprodukty_produkt_cena_s_dph{
    font-size: 15px;
    color: #0F0F0F;
    font-weight: bold;
    /*font-family: 'UbuntuM';*/
}

.xprodukty_produkt_cena_bez_dph{
    display: none;
}

.xprodukty_produkt_cena_sleva{
    float: left;
}

.xprodukty_produkt_cena_nova{
    font-size: 15px;
    color: #0F0F0F;
    font-weight: bold;
}

.xprodukty_produkt_cena_puvodni{
    font-size: 13px;
    color: #8D8D8D;
    text-decoration: line-through;
}

.xprodukty_produkt_cena .xprodukty_produkt_cena_info{
    font-size: 12px;
    color: #8D8D8D;
}

.xprodukty_produkt_cena_sleva .xprodukty_produkt_cena_info{
    display: none;
}

.xprodukty_produkt_tlacitko{
    float: right;
}


/*--- výpis produktu  ---*/

#xprodukt_navigace{
    margin-top: -15px;
    padding-bottom: 20px;
}

#xprodukt_navigace a{
    color: #0F862B;
}

#xprodukt_produkt{ 
    position: relative;
    padding: 40px 0px 40px 0px;
}

.xprodukt_produkt_sleva{
    padding: 2px 10px 2px 10px;
    background-color: #FF0000;
    position: absolute;
    color: #FFFFFF;
    line-height: 30px;
    top: 120px;
    left: 0px;
    z-index: 2;
    border-radius: 7px;
}

.xprodukt_produkt_sleva_obsah{   
}

.xprodukt_produkt_sleva_obsah span{
    font-family: 'UbuntuL';
    font-size: 15px;
}

.xprodukt_produkt_sleva_obsah strong{
    font-weight: normal;
    font-family: 'UbuntuB';
    font-size: 18px;
}

#xprodukt_produkt_akce{
    background: url(img/akce.png) center center no-repeat;
    width: 64px;
    height: 78px;
    position: absolute;
    top: 20px;
    left: 0px;
    z-index: 2;
}

#xprodukt_produkt_l{ 
    float: left;
    width: 270px;
}

#xprodukt_produkt_obrazek{ 
    padding: 10px 10px 10px 10px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

#xprodukt_produkt_obrazek img{ 
    max-width: 250px;
    max-height: 250px;
}

#xprodukt_produkt_obrazek_lupa{ 
    position: absolute;
    bottom: 10px;
    right: 30px;
    z-index: 4;
}

#xprodukt_produkt_p{ 
    float: right;
    width: 400px;
    padding-top: 30px;
}

#xprodukt_produkt_p_horni{ 
    padding-bottom: 10px;
}

#xprodukt_produkt_vlastnosti{
    /*margin-left: 10px;*/
    margin-right: 20px;
    padding-bottom: 30px;
    border-bottom: 1px #CFCFCF solid;
}

#xprodukt_produkt_vlastnosti table{ 
    margin-left: 30px;
    width: 340px;
}

#xprodukt_produkt_vlastnosti table tr{ 
}

#xprodukt_produkt_vlastnosti table th{ 
    color: #1F1F1F;
    width: 160px;
    padding-right: 10px;
    text-align: right;
}

#xprodukt_produkt_vlastnosti table td{ 
    color: #545454;
    width: 160px;
    padding-left: 10px;
    text-align: left;
}

#xprodukt_produkt_p_spodni{ 
}

#xprodukt_produkt_p_cena{ 
    width: 220px;
    float: left;
}

#xprodukt_produkt_p_cena span{
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

#xprodukt_produkt_p_cena_sleva{ 
}

#xprodukt_produkt_p_cena_nova{ 
    color: #000000;
}

#xprodukt_produkt_p_cena_nova strong{ 
    font-size: 20px;
    font-family: 'UbuntuR';
}

#xprodukt_produkt_p_cena_puvodni{ 
}

#xprodukt_produkt_p_cena_puvodni strong{ 
    text-decoration: line-through;
    font-weight: normal;
}

#xprodukt_produkt_p_cena #xprodukt_produkt_p_cena_info{ 
}

#xprodukt_produkt_p_cena_normalni{ 
}

#xprodukt_produkt_p_cena_s_dph{ 
    color: #000000;
}

#xprodukt_produkt_p_cena_s_dph span{ 
}

#xprodukt_produkt_p_cena_s_dph strong{ 
    font-size: 20px;
    font-family: 'UbuntuR';
}

#xprodukt_produkt_p_cena_bez_dph{ 
}

#xprodukt_produkt_p_cena_bez_dph strong{ 
    font-weight: normal;
}

#xprodukt_produkt_p_cena_bez_dph span{   
}

#xprodukt_produkt_p_cena_normalni #xprodukt_produkt_p_cena_info{ 
}

#xprodukty_produkt_p_tlacitko{
    width: 170px;
    float: right;
}


/*--------------- Tlačítka ----------------*/

a.tlacitko_zelene{
    text-align: center;
    line-height: 37px;
    padding: 0px 5px 0px 45px;
    display: inline-block;
    width: 77px;
    height: 37px;
    background: url(img/tlacitko_zelene.png) center center no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}


/*--------------- LAYOUT ----------------*/
#page{ 
    margin: 0 auto; 
    /*width: 980px; */
}

#background{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(img/bg_page1.jpg);
    background-position: center top;
}

#hlavicka_bg{   
    border-top: 5px #FFFFFF solid;
    background: url(img/bg_hlavicka.jpg) center top no-repeat;
/*    position: fixed;
    z-index: 20;
    width: 2000px;
    left: 50%;
    margin-left: -1000px; */
}

#hlavicka{
    margin: 0 auto;
    width: 1000px;
    min-height: 130px;
    background: url(img/logo_strom.png) center top no-repeat;
    
}

#hlavicka_l{
    float: left;
    width: 300px;
    text-align: left;
}

#hlavicka_p{
    float: right;
    width: 600px;
    text-align: right;
}

#hlavicka_p{
    color: #0175E4;
    padding-top: 15px;
    font-size: 14px;
}

#hlavicka_p p, #hlavicka_p a{
    font-size: 18px;
    font-weight: bold;
    color: #252525;
}

#hlavicka_p p{
    padding-bottom: 5px;
}


#hlavicka_p1{
    float: right;
    width: 250px;
    border-right: 1px #D4D4D4 solid;
    padding-right: 15px;
    text-align: right;
}

#hlavicka_p2{
    float: right;
    width: 120px;
    padding-left: 15px;
    text-align: left;
}

#logo{
    padding-top: 10px;
    padding-bottom: 15px;
}


#hlavni_menu_bg{
    /*padding-top: 150px;*/
}

#hlavni_menu{
    width: 1000px;
    margin: 0 auto;
}

#hlavni_menu ul{
    /*width: 1002px;*/
    list-style: none;
    text-align: left;
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    height: 52px;
    /*background: url(img/bg_hlavni_menu.png) center center repeat-x;*/
}

#hlavni_menu ul li{
    z-index: 20;
    position: relative;
    float: left;
    display: inline;
    line-height: 50px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    border-top: 1px #067C22 solid;
    border-bottom: 1px #067C22 solid;
    background: url('img/menu_bg.png') center top repeat-x;
    /*background: url(img/menu_bg.png) center top repeat-x;*/
}

#hlavni_menu ul li a{
    height: 100%;    
    padding-left: 33px;
    padding-right: 33px; 
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    background: url('img/menu_div.png') right top no-repeat;
}

#hlavni_menu ul li.domu{
    background: url('img/menu_bg_aktiv.png') center top repeat-x;
}
    
#hlavni_menu ul li.domu a{
    padding-left: 10px;
    padding-right: 20px; 
}

#hlavni_menu ul li a img{
    position: relative;
    top: 5px;
}

#hlavni_menu ul li span.nabidka {
    padding-right: 20px;
    background: url(img/sipka_dolu.png) right center no-repeat;
}

#hlavni_menu ul li:hover{
    background: url('img/menu_bg_aktiv.png') center top repeat-x;
}

#hlavni_menu ul li.prvni{
    background: url('img/bg_hlavni_menu_1_1.png') left top no-repeat;
    width: 11px;
    height: 52px;
    border: none;
}

#hlavni_menu ul li.posledni{
    background: url('img/bg_hlavni_menu_2.png') right top no-repeat;
    width: 11px;
    height: 52px;
    border: none;
}

#hlavni_menu ul li ul{
    z-index: 20;
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    background-color: #FFFFFF;
}

#hlavni_menu ul li ul:after{
    clear: both;
    display: block;
    font: 1px/0px serif;
    content: ".";
    height: 0;
    visibility: hidden;
}

#hlavni_menu ul li ul li {
    font-size: 12px;
    min-width: 200px;
    text-align: left;
    float: right; /* IE 7 */
    display: block !important;
    display: inline; /* IE*/
    color: #FFFFFF;
    border-top: 0px #067C22 solid;
    border-bottom: 0px #99E0B6 solid;
    border-left: 5px #067C22 solid;
    border-right: 3px #067C22 solid;  
    background: #FFFFFF url('img/sipka_doprava_menu.png') right center no-repeat;
}

#hlavni_menu ul li ul li:last-child {
    border-bottom: 5px #067C22 solid;
}

#hlavni_menu ul li ul li:first-child {
    border-top: 1px #067C22 solid;
}

#hlavni_menu ul li ul li a{
    font-size: 14px;
    height: 100%;   
    width: 160px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px #99E0B6 solid;
}

#hlavni_menu ul li ul li:hover{
    background: none;
    background: #FFFFFF url('img/sipka_doprava_menu.png') right center no-repeat;
}

#hlavni_menu ul li ul li a:hover{
    color: #1376DB;
    text-decoration: underline;
}


#hlavni_menu ul li a {
    float: none !important; /* Opera*/
    float: left; /* IE*/
    display: block;
    text-decoration: none;
    height: auto !important;
    height: 1%; /* IE*/
}
#hlavni_menu ul li:hover li a {
    float: none;
}
#hlavni_menu ul li:hover ul,
#hlavni_menu ul ul li:hover ul,
#hlavni_menu ul ul ul li:hover ul {
    display: block;
}


#horni_panel_bg{  
    width: 1008px;
    margin: 15px auto;
}

#horni_panel_bg1{   
    height: 20px;
    width: 1008px;
    background: url('img/banner_bg1.png') center bottom no-repeat;
}

#horni_panel_bg3{   
    height: 20px;
    width: 1008px;
    background: url('img/banner_bg3.png') center top no-repeat;
}

#horni_panel{
    margin: 0 auto;
    width: 1008px;
    background: url('img/banner_bg2.png') center center repeat-y;
}

#horni_panel ul{
    list-style: none;
    text-align: left;
    margin: 0px;
    padding: 20px;
}

#horni_panel ul li{
    float: left;
    display: inline;
    width: 320px;
    border-right: 1px #BEE3FE solid;
}

#horni_panel ul li.posledni{
    border-right: none;
}

#horni_panel .banner{
}

#horni_panel .banner_l{
    width: 130px;
    float: left;
    padding: 0px 5px 0px 5px;
}

#horni_panel .banner_p{
    padding: 10px 5px 10px 5px;
    width: 170px;
    float: right;
}

#horni_panel .banner_p p{
    color: #545454;
}

#horni_panel .banner_p .nadpis, 
#horni_panel .banner_p .nadpis a{
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 0px;
    color: #1477DD;
    font-family: 'UbuntuR';
}

#horni_panel .banner_p .podnadpis,
#horni_panel .banner_p p strong{
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #0E852A;
    font-family: 'UbuntuR';
}

#horni_panel .banner_p .text,
#horni_panel .banner_p p em{
    min-height: 48px;
    overflow: hidden;
    font-style: normal;
}

#horni_panel .banner_p img{
    padding: 15px 0px 10px 0px;
}

#horni_panel #banner1{
}
#horni_panel #banner2{
}
#horni_panel #banner3{
}



#stredovy_panel_bg{
    margin-top: 15px;
}

#stredovy_panel{
    background: url(img/banner_lista.png) center center no-repeat;
    margin: 0 auto;
    width: 904px;
    height: 62px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 10px 50px 20px 50px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

#stredovy_panel p{
    padding: 0px;
    margin: 0px;
    font-size: 22px;
    font-family: 'UbuntuL';
}

#stredovy_panel strong{
    font-weight: normal;
    font-size: 30px;
    font-family: 'UbuntuM';
}

#stredovy_panel_vice{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 154px;
    height: 0px;
    top: 0px;
    left: 400px;
}

#stredovy_panel_vice a{
    position: relative;
    z-index: 3;
    top: -22px;
    padding-top: 22px;
}



#obsah_bg{
    margin: -32px auto;
    width: 976px;
    background-color: #FFFFFF;
}

#obsah{
    min-height: 200px;
}

#obsah p, #obsah ul, #obsah ol{
    padding-bottom: 10px;
    line-height: 150%;
    font-size: 15px;
}

#obsah_l{
    width: 250px;
    float: left;
    border-right: 1px #CFCFCF solid;
    border-bottom: 1px #FFFFFF solid;
    border-left: 1px #FFFFFF solid;
    border-bottom-left-radius: 10px;
}

#obsah_l h2{
    font-weight: normal;
    padding: 20px 20px 20px 30px;
    font-family: 'UbuntuL';
    color: #239A3F;
    text-transform: uppercase;
}

#obsah_l ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    border-bottom: 1px #CFCFCF solid;
}

#obsah_l ul li{
    border-top: 1px #CFCFCF solid;
    border-bottom: 1px #FFFFFF solid;
    line-height: 36px;
    background: #FFFFFF url(img/menu2_bg.png) center bottom repeat-x;
    padding-left: 0px;
}

#obsah_l ul li a{
    height: 100%;    
    min-width: 200px;
    padding-left: 20px;
    display: inline-block;
    text-decoration: none;
    color: #3E3F3E;
}

#obsah_l ul li a:hover{
    border-left: 5px #1588EA solid;
    padding-left: 15px;
    color: #1588EA;
}

#obsah_l ul li:hover{
    background: none;
    border-right: 1px #FFFFFF solid;
}

#obsah_l #obsah_kontakt{
    padding: 0px 30px 50px 30px;
}

#obsah_l #obsah_kontakt p{
    font-size: 14px;
}

#obsah_p{
    width: 680px;
    float: left;
    border-left: 1px #CFCFCF solid;
    margin-left: -1px;
    padding: 50px 0px 50px 30px;
}

#obsah_p h1{
    padding: 0px;
    margin: 0px 0 15px 0;
    font-family: 'UbuntuR';
}

#obsah_p h2{
    font-weight: normal;
    padding: 0px;
    margin: 0px;
    padding-bottom: 0px;
    font-family: 'UbuntuL';
    text-transform: lowercase;
}

#obsah_p h3{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#obsah_p h4{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#obsah_p h5{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#obsah_p h6{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

#obsah_p p{
    margin-bottom: 10px;
}

#obsah_p p.kontakt1{
    margin-bottom: 10px;
    float: left;
    width: 300px;
}

#obsah_p p.kontakt2{
    margin-bottom: 10px;
    float: left;
    width: 300px;
}


#paticka_bg{
}

#paticka{
    width: 900px;
    margin: 0 auto;
    padding-bottom: 200px;
    padding-top: 70px;
    padding-bottom: 100px;
    color: #000000;
    font-size: 12px;
}

#paticka p{
    line-height: 120%;
}

#paticka a{
    color: #595959;
}

#paticka_s1{
    float: left;
    width: 700px;
}
#paticka_s2{
    text-align: right;
    float: right;
    width: 100px;
    padding-right: 50px;
}

#paticka_odkazy{
}


.tabulka_radek{
    border-bottom: 1px #E3E3E3 dashed;
}

.tabulka_bunka{
    float: left;
    width: 170px;
    text-align: center;
    padding: 5px 0px 5px 0px;
    border-right: 1px #ffffff solid;
}

.tabulka_hlavicka{
    background-color: #E3E3E3;
    font-weight: bold;
    color: #262626;
}

.tabulka_bunka1{
    color: #CE0000;
    font-weight: bold;
}

.tabulka_bunka2{}
.tabulka_bunka3{}

/*--- osobni ---*/

.prostory_okolo_nulove{
  margin: 0 ;
  padding: 0;
}

.text_tucne{
  font-weight: bold;
}

.text_kurziva{
  font-style: italic;
}

.text_doprava{
  text-align: right;
}

.text_doleva{
  text-align: left;
}

.text_nastred{
  text-align: center;
}

.text_kapitalky{
  text-transform: uppercase;
}

.text_verzalky{
  text-transform: lowercase;
}

.text_velke23{
  font-size: 23px;
}

.text_velke22{
  font-size: 22px;
}

.text_velke21{
  font-size: 21px;
}

.text_velke20{
  font-size: 20px;
}

.text_velke19{
  font-size: 19px;
}

.text_velke18{
  font-size: 18px;
}

.text_velke17{
  font-size: 17px;
}

.text_velke16{
  font-size: 16px;
}

.text_velke15{
  font-size: 15px;
}

.text_velke14{
  font-size: 14px;
}

.text_velke13{
  font-size: 13px;
}

.text_velke12{
  font-size: 12px;
}

.text_velke11{
  font-size: 11px;
}

.text_velke10{
  font-size: 10px;
}

.text_velke9{
  font-size: 9px;
}

.text_velke8{
  font-size: 8px;
}

.text_velke7{
  font-size: 7px;
}

.text_velke6{
  font-size: 6px;
}

.barva_bila{
  color: #ffffff;
}

.barva_cerna{
  color: #000000;
}

.barva_svetle_cerna{
    color: #1F1F1F;
}

.barva_cervena{
    color: #CE0000;
}

.barva_zelena{
    color: #0F862B;
}

.skovane{
  display: none;
}

.clear{
  clear: both;
}

/* Cookie Bar */
.cookie-bar { background: #f8f8f8; border-top: 3px solid #20973c; color: #545454; font-size: .8rem; font-weight: 300; padding: .8em 0; text-align: center; }
.cookie-bar a { color: #20973c; }
.cookie-bar button { background: #0171df; border: 1px solid #0171df; border-radius: 7px; color: #fff; cursor: pointer; display: inline-block; margin: 0 2em; outline: none; padding: .5em 1em .35em; -moz-transition: all .1s linear; -o-transition: all .1s linear; -webkit-transition: all .1s linear; transition: all .1s linear; }
.cookie-bar button:active, .cookie-bar button:focus, .cookie-bar button:hover { background: #fff; color: #0171df; }

@media only screen and (min-width: 768px) {
	.cookie-bar { bottom: 0; left: 0; position: fixed; right: 0; z-index: 9999; }
}

/* GDPR Checkbox */
.x-gdpr-form { margin: 1rem 0 0; max-width: 92%; }
.x-gdpr-form input[type="checkbox"] { height: 22px; left: 0; opacity: 0; position: absolute; width: 22px !important; }
.x-gdpr-form label { cursor: pointer; display: inline-block; line-height: 1.75rem; padding-left: 2.5rem; position: relative; }
.x-gdpr-form label::before { background: #fff; border: 3px solid #6DBFFB; border-radius: 5px; content: ''; height: 22px; left: 0; position: absolute; top: 1px; width: 22px; }
.x-gdpr-form label:active::before, .x-gdpr-form label:focus::before, .x-gdpr-form label:hover::before, .x-gdpr-form label.checked::before { border-color: #239A3F; }
.x-gdpr-form label.checked::after { background: url(img/checkbox.png) no-repeat; content: ''; height: 16px; left: 6px; position: absolute; top: 10px; width: 16px; }