
body {
  margin: 0;
  font-size: 16px;
  background-image: url('/images/pozadie.png');
  background-repeat: repeat-x;
  background-color: #002C43;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.hlavicka, .stred, .paticka {
  /*min-width: 1000px;*/
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  
  /*
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  */
} 

/*---------------------------------------------------*/

.hlavicka, .menu_logo {
  height: 80px;
}

.hlavicka {
  background-color : rgb(0,110,170); 
  clear: both; 
}

    .menu_logo {
      width: 185px;
      text-align: center; 
      float: left;
      background-color : rgb(230,230,230);
    }
    
    .mmenu {
      margin-left: 185px;
      background-color : rgb(0,110,170);
      color : rgb(0,0,0);
      padding-left: 18px;
    }
    
        .lang_menu, .lang_text {
          color : rgb(200,200,200);
          font-family: verdana, sans-serif;
        }
    
        .lang_menu {
          font-size: 10px; 
          padding-top: 4px;
        }
        
        .lang_link, .lang_link:visited {
          color : rgb(255,160,70);
          font-weight : bold;
          text-decoration : none;
        }
        
        .lang_link:hover {
          color: white;
        }
        
        .mmenu_spacer {
          height: 34px;
        }
        
        .mmenu_link:link, .mmenu_link:visited, .mmenu_link_ozn:link, .mmenu_link_ozn:visited {
          color : rgb(245,245,245);
          text-decoration : none;
        
          font-family : arial, sans-serif;
          font-size : 16px;
          font-weight : bold;
        }
        
        .mmenu_link:hover, .mmenu_link_ozn:link, .mmenu_link_ozn:visited {
          color : rgb(235,170,125);
        }

/*---------------------------------------------------*/
        
.stred { 
  background-color : rgb(215,215,215);
  position: relative;
  left: 0;
  top: 0;
}

    .smenu {
      width: 185px; 
      float: left; 
      padding-top: 58px;
    }
    
    .smenu_title {
      color : rgb( 200, 130, 80 );
      font-family : 'Bookman Old Style', verdana, sans-serif;
      font-weight : bold;
      font-size : 28px;
      padding-bottom : 8px;
      padding-left: 12px;
    }
    
    .smenu_item {
      border-top : 1px solid rgb(40,40,40);
    }
    
    .smenu_link:link, .smenu_link:visited, .smenu_link_ozn:link, .smenu_link_ozn:visited {
      text-decoration : none;
      color : rgb(50,60,70);
      display : block;
      font-weight : bold;
      
      padding: 1px 0px 1px 20px;
    }
    
      .smenu_link_novy_riadok {
        padding-left: 13px;
      }
    
    .smenu_link:hover, .smenu_link_ozn:link, .smenu_link_ozn:visited {
      color : rgb(170,100,40);
      background-color : rgb(255,255,255);
    }
    
    .obr_nad_obsahom, .hl_obsah {
      margin-left: 185px;
    }
    
    .hl_obsah {
      padding: 34px 50px 44px 50px;
      vertical-align : top;
      text-align: justify;
      /*min-height: 300px;*/
      
      background-color: white; 
    }
    
    .nazov_casti {
      font-weight : bold;
      font-size : 30px;
      color: #C89664;
      font-family : tahoma, sans-serif;
      
      margin-bottom: 36px;
    }
    
    
    .obsah_podnadpis, .obsah_podnadpis_svetly {
      font-weight : bold;
      font-family: arial, sans-serif;
      color : #202020;
      font-size : 19px;
      
      margin-top: 24px;
      padding-bottom: 4px;
      margin-bottom: 16px;
    }
    
    .obsah_podnadpis_svetly {
      color: #19AA00;
    }
    
      .obsah_podnadpis_ciara {
        border-bottom: 1px solid #808080;
        margin-bottom: 26px;
      }
    
    
    .obsah_link:link, .obsah_link:visited {
      color: rgb(10,10,240);
      text-decoration: underline;
    }
    
    .obsah_link:hover {
      text-decoration: none;
    }
            
    .obsah_cena_eur {
      font-size: 18px;
      font-weight: bold;
      color: #A02020;
    }
    
    .obsah_cena_sk {
      font-size: 12px;
      color: #335C80;
    }
    
    .obsah_zvyraznenie {
      color: #335C80;
      font-weight: bold;
    }
    
    input, select, textarea {
      background-color: #F0F8FF;
      border: 1px dotted #4682B4;
      /*border: 1px solid #AEAEAE;*/
    }
    
    input:hover, select:hover, textarea:hover {
      border: 1px solid #4682B4;
    }
    
    .tlacidlo {
      border: 1px dotted #4682B4;
    }
    
    .tlacidlo:hover {
      border: 1px solid #4682B4;
      cursor: pointer;
    }
    
    
    .uspech_msg {
      font-family : verdana, sans-serif;
      font-weight : bold;
      font-size : 16px;
      border-bottom : 2px solid rgb(10,80,10);
      color : rgb(20,100,20);
    }
    
    .chyba_msg {
      font-family : verdana, sans-serif;
      font-weight : bold;
      font-size : 16px;
      border-bottom : 2px solid rgb(120,30,30);
      color : rgb(170,50,50);
    }
    
    .napiste_title {
      font-weight : bold;
      color : rgb( 10, 10, 80 );
      padding-left : 20px;
      padding-bottom : 6px;
    }
            
    .napiste_title2 {
      font-weight : bold;
      color : rgb( 10, 10, 80 );
      padding-left : 20px;
      vertical-align : top;
    }
    
    .napiste_legend {
      font-weight : bold;
      color : rgb( 0, 0, 0 );
      font-size : 16px;
    }
    
    .napiste_asterisk {
      font-weight : normal;
      color: rgb(255,10,10);
    }
    
    /*--------------------*/
    
    .obsah_cennik_tabulka {
      border-top: 1px solid #404040;
      border-left: 1px solid #404040;
      font-size: 15px;
    }
    
    .obsah_cennik_riadok_zvyrazneny {
      background-color: #F0F0F0;
    }
    
    .obsah_cennik_bunka, .obsah_cennik_bunka_nadpis, .obsah_cennik_tabulka td {
      padding: 4px 10px 4px 10px;
      
      border-right: 1px solid #404040;
      border-bottom: 1px solid #404040;
    }
    
    .obsah_cennik_bunka_nadpis {
      text-align: center;
      padding-top: 3px;
      padding-bottom: 3px;
      
      font-weight: bold;
      font-size: 17px;
      color: #303030;
      
      background-color: #DFDFDF;
    }
    
    .obsah_cennik_bunka_medzera_r {
      padding-right: 20px;
    }
    
    .obsah_cennik_bunka_medzera_l {
      padding-left: 20px;
    }
    
    .obsah_cennik_specialna_cena {
      font-weight: bold;
      color: #F02020;
    }
    
    .obsah_hviezdicka {
      vertical-align: super;
      font-size: 75%;
    }
    
    /*----------------------*/
    
    .banner_panel {
      padding-bottom: 12px;
      padding-top: 2px;
    }
    
    .banner_tab_bunka, .banner_tab_bunka_koniec {
      width: 201px;
      height: 220px;
      text-align: left;
      vertical-align: top;
      
      background-repeat: no-repeat;
      background-position: top left;
    }
    
    .banner_tab_bunka_koniec {
      width: 188px;
    }
    
    .banner_tab_bunka_link:link, .banner_tab_bunka_link:visited {
      display: block;
      width: 188px;
      height: 200px;
      padding-top: 17px;
      font-family: arail, sans-serif;
      font-size: 15px;
      font-weight: bold;
      text-align: center;
      color: #002C43;
      text-decoration: none; 
    }
    
    .banner_tab_bunka_link:hover {
      /*text-decoration: underline;*/
      color: #006EA9;
    }
    
    .banner_obr {
      border: 0px;
    }
    
    
    /*-----------*/
    
/*
    .facebook_link:link, .facebook_link:visited {
      font-size: 12px;
      text-decoration: none;
      color: #FFFFFF;
      background-color: #1D2A5B;
      padding: 6px 4px 6px 4px;
    }
    
    .facebook_link:hover {
      background-color: #3B5998;
    }
*/    

.facebook_like_panel {
  width: 166px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  bottom: 8px;
  line-height: 44px;
  /*border: 1px solid #A0A0A0;*/
  /*background-color: #E0E0E0;*/
}

.facebook_like_panel a {
  outline: none;
}

/*---------------------------------------------------*/ 

        
.paticka {
  background-color : rgb(0,110,170); 
  font-size : 14px;
  font-family : verdana, sans-serif;
  clear: both;
}

.paticka_obsah {
  padding: 3px 8px 5px 18px;
}


    .paticka_lave {
      float: left;
    }
    
    .paticka_prave {
      text-align: right;
      padding-right: 10px;
    }
    
        .pat_link, .pat_reg_text, .pat_copyright {
          font-weight : bold;
          font-size : 11px;
        }
    
        .pat_link:link, .pat_link:visited {
          color : rgb(255,255,255);
          text-decoration: underline;
        }
        
        .pat_link:hover {
          text-decoration: none;
        }
        
        .pat_reg_text {
          color : rgb(255,255,255);
        }
        
        .pat_copyright {
          color : rgb(190,205,230);
        }
