/* PAGE STYLES */
body {
  font: 13px/1.25 Arial, "Helvetica CE", Helvetica, sans-serif;
  color: #000;
  background: #EFEFEF;
  margin:0;padding:0;
}

.html_editor_header_1 {
 /* Nadpis první úrovně */
}
.html_editor_header_2 {
 /* Nadpis druhé úrovně */
}
.html_editor_header_3 {
 /* Nadpis třetí úrovně */
}
.html_editor_header_4 {
 /* Nadpis čtvrté úrovně */
}

.html_editor_header_5 {
 /* oranžová */
color: #F79642;
}
.html_editor_header_6 {
 /* bílá */
color: #fff;
}
.html_editor_header_7 {
 /* cerná */
color: #000;
}
.html_editor_header_8 {
 /* tučně */
font-weight: bold;
}
.html_editor_header_9 {
 /* tmavě šedá */
color: #777777;
}

.html_editor_header_11 {
 /* zarovnat do leva */
text-align: left;
}
.html_editor_header_12 {
 /* zarovnat na stred */
text-align: center;
}
.html_editor_header_13 {
 /* zarovnat do prava */
text-align: right;
}

h1, h2, h3, h4 {
 margin:0;padding:0;
}
#ods h2 a {
 color: #333;
 background:transparent;
}

#ods p {
/* text-align:justify; */
 margin-top:0;padding-top:0;
}
#ods table {
 border-collapse:collapse;
 margin:0 0 20px 0;
 font-size:100%;

}

table {border-collapse:collapse;font-size:100%;}
a, #ods a {color: #000;text-decoration:underline}
#ods a:hover, #ods a:hover strong {text-decoration:none;}

h1, #ods h1, span.html_editor_header_1, a.html_editor_header_1, .html_editor_header_1 {

 font: bold 145%/1.25 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
 margin: 0 0 20px 0;
 padding:0;
 color: #F79647; 
 display:block;
}
h2, #ods h2, span.html_editor_header_2, a.html_editor_header_2, .html_editor_header_2 {

 font: bold 110%/1.25 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
 background: #E9E9E9;
 color: #333;
 text-transform: uppercase;
/* height:22px;*/
 line-height:22px;
 padding:0 0 0 10px;
 letter-spacing: 2px;
 margin: 0 0 13px 0;
 display:block;
}

h3, #ods h3, span.html_editor_header_3, a.html_editor_header_3, .html_editor_header_3 {

 font: bold 100%/0.75 "Trebuchet MS", "Geneva CE", lucida, sans-serif;
 text-transform: uppercase;
 height:22px;
 line-height:22px;
 letter-spacing: 2px;
 margin: 0 0 13px 0;
 display:block;
}
h4, #ods h4, span.html_editor_header_4, a.html_editor_header_4, .html_editor_header_4 {

 font-weight:bold;
 display:block;
}

/* BARVY */

/* Barvy */

.color_html_editor_01 {
/* Oranžová */
background-color: #F79642;
 }
 
.color_html_editor_02 {
/* Šedá */
background-color: #E9E9E9;
}

.color_html_editor_03 {
/* Světle šedá */
background-color: #EFEFEF;
}

.color_html_editor_04 {
/* Černá */
background-color: #000;
}

.color_html_editor_05 {
/* Tmavě šedá */
background-color: #6C6C6C;
}

.color_html_editor_06 {
/* Bílá */
background-color: #ffffff;
}





/* TABULKA #1 */

   .table_html_editor_1_topleft {
   /* Záhlaví vlevo */
   border-bottom: 1px solid #fff; background: #F79642; font-weight: bold; text-transform: uppercase
}

   .table_html_editor_1_header {
   /* Záhlaví */
   border-bottom: 1px solid #fff; background: #F79642; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_1_topright {
    /* Záhlaví vpravo */
    border-bottom: 1px solid #fff; background: #F79642; font-weight: bold; text-transform: uppercase
}

   .table_html_editor_1_footer {
    /* Zápatí */
    border-bottom: 1px solid #fff; background: #F79642; font-weight: bold
}

   .table_html_editor_1_bottomleft {
   /* Zápatí vlevo */
   border-bottom: 1px solid #fff; background: #F79642; font-weight: bold;
}

    .table_html_editor_1_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #fff; background: #F79642; font-weight: bold;
}

    .table_html_editor_1_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #fff; background: #F79642
}

    .table_html_editor_1_lastcol {
    /* Poslední sloupec */
    border-bottom: 1px solid #fff; background: #F79642
}

    .table_html_editor_1_cells {
    /* Vnitřní buňka */
    background: #E9E9E9; border-bottom: 1px solid #fff
}

    .table_html_editor_1_cell2 {
    /* Vnitřní buňka - černě */
    color: #000
}
    .table_html_editor_1_cell3 {
    /* Zvýrazněná buňka */
    background-color: #ffcc66
}

/* TABULKA #2 */

    .table_html_editor_2 {
    /* Světlá */
}

    .table_html_editor_2 td {
    color: #000
}

    .table_html_editor_2_topleft {
    /* Záhlaví vlevo */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_header {
    /* Záhlaví */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_topright {
    /* Záhlaví vpravo */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_footer {
    /* Zápatí */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold
}

    .table_html_editor_2_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold;
}

    .table_html_editor_2_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #F79642; background: #E9E9E9; font-weight: bold;
}

    .table_html_editor_2_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #F79642; background: #E9E9E9
}

    .table_html_editor_2_lastcol {
    /* Poslední sloupec */
    border-bottom: 1px solid #F79642; background: #E9E9E9
}

    .table_html_editor_2_cells {
    /* Vnitřní buňka */
    background: #fff; border-bottom: 1px solid #F79642
}

    .table_html_editor_2_cell2 {
    /* Vnitřní buňka - černě */
    color: #000
}

/* TABULKA #3 */

    .table_html_editor_3 {
    /* Orámovaná */
    border-collapse: collapse;
}

    .table_html_editor_3 td {
    border: 1px solid #F79642; padding: 2px 2px 2px 5px
}

    .table_html_editor_3_topleft {
    /* Záhlaví vlevo */
    background: #F79642; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_header {
    /* Záhlaví */
    background: #F79642; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_topright {
    /* Záhlaví vpravo */
    background: #F79642; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_footer {
    /* Zápatí */
    background: #F79642; font-weight: bold; color: #fff
}

    .table_html_editor_3_bottomleft {
    /* Zápatí vlevo */
    background: #F79642; font-weight: bold;  color: #fff
}

    .table_html_editor_3_bottomright {
    /* Zápatí vpravo */
    background: #F79642; font-weight: bold;  color: #fff
}

    .table_html_editor_3_firstcol {
    /* První sloupec */
    background: #fff
}

    .table_html_editor_3_lastcol {
    /* Poslední sloupec */
    background: #fff
}

    .table_html_editor_3_cells {
    /* Vnitřní buňka */
    background: #fff
}

    .table_html_editor_3_cell2 {
    /* Vnitřní buňka - černě */
    color: #000
}


/* TABULKA #4 */

    .table_html_editor_4 {
    /* Newsletter leva */
    border-collapse: collapse;
}

    .table_html_editor_4 td {
    padding: 5px 3px;
    vertical-align: top;
}

    .table_html_editor_4_topleft {
    /* První sloupec */
    background: #F79642;
    color: #fff;
}

    .table_html_editor_4_topright {
    /* Poslední sloupec */
    background: #F79642;
    color: #fff;
}

    .table_html_editor_4_cells {
    /* Vnitřní buňka */
    background: #fff;
}

    .table_html_editor_4_cell2 {
    /* Vnitřní buňka - seda */
    background: #aaa;
   color: #fff;s
}

.table_html_editor_4_cell3 {
    /* Vnitřní buňka - soutez bila levo */
  background: #fff url(pdesign_image.php?lang=1&name=soutez.gif)  no-repeat left top;
}

.table_html_editor_4_cell4 {
    /* Vnitřní buňka - soutez bila pravo */
  background: #fff url(pdesign_image.php?lang=1&name=soutez-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell5 {
    /* Vnitřní buňka - soutez seda levo */
  background: #aaa url(pdesign_image.php?lang=1&name=soutez.gif)  no-repeat left top;
}

.table_html_editor_4_cell6 {
    /* Vnitřní buňka - soutez seda pravo */
  background: #aaa url(pdesign_image.php?lang=1&name=soutez-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell7 {
    /* Vnitřní buňka - akce bila levo */
  background: #fff url(pdesign_image.php?lang=1&name=akce-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell8 {
    /* Vnitřní buňka - akce bila pravo */
  background: #fff url(pdesign_image.php?lang=1&name=akce-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell9 {
    /* Vnitřní buňka - akce seda levo */
  background: #aaa url(pdesign_image.php?lang=1&name=akce-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell10 {
    /* Vnitřní buňka - akce seda pravo */
  background: #aaa url(pdesign_image.php?lang=1&name=akce-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell11 {
    /* Vnitřní buňka - novy partner bila levo */
  background: #fff url(pdesign_image.php?lang=1&name=novy-partner-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell12 {
    /* Vnitřní buňka - novy partner bila pravo */
  background: #fff url(pdesign_image.php?lang=1&name=novy-partner-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell13 {
    /* Vnitřní buňka - novy partner seda levo */
  background: #aaa url(pdesign_image.php?lang=1&name=novy-partner-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell14 {
    /* Vnitřní buňka - novy partner seda pravo */
  background: #aaa url(pdesign_image.php?lang=1&name=novy-partner-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell17 {
    /* Vnitřní buňka - aktuallni bila levo */
  background: #fff url(pdesign_image.php?lang=1&name=aktualni-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell18 {
    /* Vnitřní buňka - aktuallni bila pravo */
  background: #fff url(pdesign_image.php?lang=1&name=aktualni-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell19 {
    /* Vnitřní buňka - aktuallni seda levo */
  background: #aaa url(pdesign_image.php?lang=1&name=aktualni-left.gif)  no-repeat left top;
}

.table_html_editor_4_cell20 {
    /* Vnitřní buňka - aktuallni seda pravo */
  background: #aaa url(pdesign_image.php?lang=1&name=aktualni-right.gif)  no-repeat right top;
}

.table_html_editor_4_cell15 {
    /* Vnitřní buňka - cerne pozadi */
  background-color: #000;
  color: #fff;
}

.table_html_editor_4_cell16 {
    /* Vnitřní buňka - oranzove poradi */
  color: #fff;
  background-color: #F79642;
}
