/* Styly */
BODY {font-size: 9pt;   font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;   color: #000;  }



/* NADPISY */

/* nadpis prvni urovne */

   p.html_editor_header_1 {
    /* Nadpis první úrovně */
    color: #063;  font-size: 130%;  margin: 0 0 15px 0;  padding: 0
}

   h1, span.html_editor_header_1, a.html_editor_header_1  {
   color: #063;  font-size: 130%;  margin: 0 0 15px 0;  padding: 0;display:block
}


span.html_editor_header_1,  p.html_editor_header_1, span.html_editor_header_2,  p.html_editor_header_2, span.html_editor_header_3,  p.html_editor_header_3,  p.html_editor_header_4,  span.html_editor_header_4 {
 font-weight: bold
}

table span.html_editor_header_1, table  p.html_editor_header_1 {
 margin:0;
}

/* nadpis druhe urovne */

     p.html_editor_header_2 {
     /* Nadpis druhé úrovně */
     color: #000;  font-size: 120%;  margin: 0 0 15px 0;  padding: 0;
}

    h2 {
    color: #000;  font-size: 120%;  margin: 0 0 15px 0;  padding: 0
}

    span.html_editor_header_2, a.html_editor_header_2 {
     color: #000;  font-size: 120%;  margin: 0 0 15px 0;  padding: 0;display:block
}


/* nadpis treti urovne */

    p.html_editor_header_3 {
    /* Nadpis třetí úrovně */
     color: #063;  font-size: 100%;  margin: 0 0 15px 0;  padding: 0
}

    h3, span.html_editor_header_3, a.html_editor_header_3 {
     color: #063;  font-size: 100%;  margin: 0 0 15px 0;  padding: 0;display:block
}

/* nadpis ctvrte urovne */

    p.html_editor_header_4 {
    /* Nadpis čtvrté úrovně */
    color: #000;  font-size: 100%;  margin: 0 0 10px 0;  padding: 0;font-weight:bold
}

     h4, span.html_editor_header_4, a.html_editor_header_4 {
     color: #000;  font-size: 100%;  margin: 0 0 10px 0;  padding: 0;font-weight:bold;display:block
}


/* Odstavcove styly */
    p.html_editor_text_1{
    /* Odstavec - žluté pozadí  */
    }
    p.html_editor_text_1, #pad3 p.html_editor_text_1 {
    background: #faf3a7;  padding:10px;}

    p.html_editor_text_2{
    /* Odstavec - zelené pozadí  */
    }
    p.html_editor_text_2, #pad3 p.html_editor_text_2 {
    background: #d8eed7;  padding:10px;}

    p.html_editor_text_3{
    /* Odstavec - oranžové pozadí  */
    }
    p.html_editor_text_3, #pad3 p.html_editor_text_3 {
    background: #ffddbc;  padding:10px;}

    p.html_editor_text_4{
    /* Odstavec - světle žluté pozadí  */
    }
    p.html_editor_text_4, #pad3 p.html_editor_text_4 {
    background: #fdf9d4;  padding:10px;}

    p.html_editor_text_5{
    /* Odstavec - světle zelené pozadí  */
    }
    p.html_editor_text_5, #pad3 p.html_editor_text_5 {
    background: #eef8ee;  padding:10px;}

    p.html_editor_text_6{
    /* Odstavec - světle oranžové pozadí  */
    }
    p.html_editor_text_6, #pad3 p.html_editor_text_6 {
    background: #ffefde;  padding:10px;}

    p.html_editor_text_7{
    /* Odstavec - světle šedé pozadí  */
    }
    p.html_editor_text_7, #pad3 p.html_editor_text_7 {
    background: #f4f4f4;  padding:10px;}

/* Barvy */

.color_html_editor_01 {
/* Tmavě Zelená */
background-color: #336633;
 }

.color_html_editor_02 {
/* Zelená */
background-color: #669966;
}

.color_html_editor_03 {
/* Světle zelená */
background-color: #99CC99;
}

.color_html_editor_04 {
/* Světle zelená - pozadí */
background-color: #CCFFCC;
}

.color_html_editor_05 {
/* Základní černá */
background-color: #000000;
}

.color_html_editor_06 {
/* Tmavě šedá */
background-color: #666666;
}

.color_html_editor_07 {
/* Světle šedá */
background-color: #CCCCCC;
 }



/* Tabulky */
.table_html_editor_1 {
/* Tmavá */
 }


/* TABULKY */

/* nastaveni hromadneho paddingu pro tabulky 1,2,3,4 */
.table_html_editor_1 td, .table_html_editor_2 td, .table_html_editor_3 td, .table_html_editor_4 td, .table_html_editor_5 td, .table_html_editor_6 td { padding: 2px 2px 2px 5px}


/* TABULKA #1 */

   .table_html_editor_1_topleft {
   /* Záhlaví vlevo */
   border-bottom: 1px solid #fff; background: #696; font-weight: bold; text-transform: uppercase
}

   .table_html_editor_1_header {
   /* Záhlaví */
   border-bottom: 1px solid #fff; background: #696; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_1_topright {
    /* Záhlaví vpravo */
    border-bottom: 1px solid #fff; background: #696; font-weight: bold; text-transform: uppercase
}

   .table_html_editor_1_footer {
    /* Zápatí */
    border-bottom: 1px solid #fff; background: #696; font-weight: bold
}

   .table_html_editor_1_bottomleft {
   /* Zápatí vlevo */
   border-bottom: 1px solid #fff; background: #696; font-weight: bold;
}

    .table_html_editor_1_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #fff; background: #696; font-weight: bold;
}

    .table_html_editor_1_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #fff; background: #696
}

    .table_html_editor_1_lastcol {
    /* Poslední sloupec */
    border-bottom: 1px solid #fff; background: #696
}

    .table_html_editor_1_cells {
    /* Vnitřní buňka */
    background: #9c9; 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 #696; background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_header {
    /* Záhlaví */
    border-bottom: 1px solid #696; background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_topright {
    /* Záhlaví vpravo */
    border-bottom: 1px solid #696; background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_2_footer {
    /* Zápatí */
    border-bottom: 1px solid #696; background: #9c9; font-weight: bold
}

    .table_html_editor_2_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #696; background: #9c9; font-weight: bold;
}

    .table_html_editor_2_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #696; background: #9c9; font-weight: bold;
}

    .table_html_editor_2_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #696; background: #9c9
}

    .table_html_editor_2_lastcol {
    /* Poslední sloupec */
    border-bottom: 1px solid #696; background: #9c9
}

    .table_html_editor_2_cells {
    /* Vnitřní buňka */
    background: #cfc; border-bottom: 1px solid #696
}

    .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 #696; padding: 2px 2px 2px 5px
}

    .table_html_editor_3_topleft {
    /* Záhlaví vlevo */
    background: #696; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_header {
    /* Záhlaví */
    background: #696; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_topright {
    /* Záhlaví vpravo */
    background: #696; font-weight: bold; text-transform: uppercase; color: #fff
}

    .table_html_editor_3_footer {
    /* Zápatí */
    background: #696; font-weight: bold; color: #fff
}

    .table_html_editor_3_bottomleft {
    /* Zápatí vlevo */
    background: #696; font-weight: bold;  color: #fff
}

    .table_html_editor_3_bottomright {
    /* Zápatí vpravo */
    background: #696; 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 {
    /* Světlá 2 */
}

.table_html_editor_5 {

 }

    .table_html_editor_4 td {
    color: #000
}

    .table_html_editor_4_topleft {
    /* Záhlaví vlevo */
    border-bottom: 1px solid #fff;background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_4_header {
    /* Záhlaví */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_4_topright {
     /* Záhlaví vpravo */
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_4_footer {
     /* Zápatí */
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_4_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}
    .table_html_editor_4_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_4_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #fff; background: #9c9
}

    .table_html_editor_4_lastcol {
    /* Poslední sloupec */
    border-bottom: 1px solid #fff; background: #9c9
}

    .table_html_editor_4_cells {
    /* Vnitřní buňka */
    background: #cfc; border-bottom: 1px solid #fff
}

    .table_html_editor_4_cell2 {
    /* Vnitřní buňka - šedá */
    background: #eee; border-bottom: 1px solid #fff
}

    .table_html_editor_5_cell2 {
    /* Vnitřní buňka - šedá */
    background: #eee; border-bottom: 1px solid #fff
}

/* TABULKA #5 */

    .table_html_editor_5_footer {
    /* Zápatí */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_5 td {
    color: #000
}

     .table_html_editor_5_topleft {
     /* Záhlaví vlevo */
     border-bottom: 1px solid #fff;background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_5_header {
     /* Záhlaví */
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_5_topright {
     /* Záhlaví vpravo */
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_5_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_5_bottomright {
    /* Zápatí vpravo */
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_5_firstcol {
    /* První sloupec */
    border-bottom: 1px solid #fff; background: #9c9
}

    .table_html_editor_5_lastcol {
    /* Poslední sloupec */
   border-bottom: 1px solid #fff; background: #9c9
}

    .table_html_editor_5_cells {
    /* Vnitřní buňka */
    background: #cfc; border-bottom: 1px solid #fff
}


/* TABULKA #6 */

.table_html_editor_6 {
      /* Žlutá */
      color: #000;
}
    .table_html_editor_6_footer {
    /* Zápatí */
    border-right:5px solid #fff;
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_6 td {
    color: #000;
    vertical-align:top;

}

     .table_html_editor_6_topleft {
     /* Záhlaví vlevo */
     border-right:5px solid #fff;
     border-bottom: 1px solid #fff;background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_6_header {
     /* Záhlaví */
     border-right:5px solid #fff;
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

     .table_html_editor_6_topright {
     /* Záhlaví vpravo */
     border-right:5px solid #fff;
     border-bottom: 1px solid #fff; background: #9c9; font-weight: bold; text-transform: uppercase
}

    .table_html_editor_6_bottomleft {
    /* Zápatí vlevo */
    border-right:5px solid #fff;
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_6_bottomright {
    /* Zápatí vpravo */
    border-right:5px solid #fff;
    border-bottom: 1px solid #fff; background: #9c9; font-weight: bold
}

    .table_html_editor_6_firstcol {
    /* První sloupec */
    border-right:5px solid #fff;
    border-bottom: 1px solid #fff; background: #ff9
}

    .table_html_editor_6_lastcol {
    /* Poslední sloupec */
    border-right:5px solid #fff;
   border-bottom: 1px solid #fff; background: #ff9
}

    .table_html_editor_6_cells {
    /* Vnitřní buňka */
    background: #fc9;
    border-bottom: 1px solid #fff;
    border-right: 5px solid #fff;
}




/* KONEC TABULKY */


/* NASTAVENI PRO VSECHNY TABULKY - POKUD JE V NICH SEZNAM NEBO ODSTAVEC */

    table td ul, table td p {
    margin:0 !important;
    padding: 0 !important;
    list-style-type:none;
}





    /* obecne definice pro editor */

    a {color: #000;text-decoration:underline;}
    a:hover {text-decoration:none;}

   /* pokud je hlavni nadpis zaroven odkazem */

    h1 a, span.html_editor_header_1 a, p.html_editor_header_1 a {
    color: #063;
}

    /* seznamy - necislovane, cislovane */

    ul {margin: 0 0 0 30px;  padding: 0 0 20px 0
}

    ul ul { padding: 5px 0 5px 0
}

    ol { margin: 0 0 0 30px;  padding: 0 0 20px 0
}

    ol ol { padding: 5px 0 5px 0
}

    /* kdyz je v seznamu vlozeny header 4 */

    ul span.html_editor_header_4, ul p.html_editor_header_4, ul h4 {
     margin:10px 0 0 0;padding:0;
}

    ol span.html_editor_header_4, ol p.html_editor_header_4, ol h4 {
    margin:10px 0 0 0;padding:0;
}

    /* Pro aplikovani stylu nadpisu primo do textu */

    p span.html_editor_header_1, p p.html_editor_header_1, p h1,
    p span.html_editor_header_2, p p.html_editor_header_1, p h2,
    p span.html_editor_header_3, p p.html_editor_header_1, p h3,
    p span.html_editor_header_4, p p.html_editor_header_1, p h4
    {
     display:inline;
}

    /* Pro aplikovani stylu nadpisu primo do seznamu - cislovanych, necislovanych */


    ul span.html_editor_header_1, ul p.html_editor_header_1, ul h1,
    ul span.html_editor_header_2, ul p.html_editor_header_1, ul h2,
    ul span.html_editor_header_3, ul p.html_editor_header_1, ul h3,
    ul span.html_editor_header_4, ul p.html_editor_header_1, ul h4,
    ol span.html_editor_header_1, ol p.html_editor_header_1, ol h1,
    ol span.html_editor_header_2, ol p.html_editor_header_1, ol h2,
    ol span.html_editor_header_3, ol p.html_editor_header_1, ol h3,
    ol span.html_editor_header_4, ol p.html_editor_header_1, ol h4
   {
   display:inline;
}


    /* vynulovani margin, padding u seznamu, ktere jsou pouzite designove - menu, navigace... */

    #footer ul, #rightmenu ul, #nav ul {
    margin:0;padding:0;
}

    table {
    font-size: 100%;
    clear:both;
    margin: 0 0 15px 0;
}


    /* Ostatní */
   .anchor_html_editor {  color: #000000;    font-weight: bold}
   .anchor_ref_html_editor {  font-weight: bold}

    #pad table td a {text-decoration:underline;}
    #pad table td a:hover {text-decoration:none;}


   .icons {text-align:right; margin-top:0; padding-top:0;}
   .icons table {margin:0;} 
   .icons table td {text-align:center; font-size:70%;}
   .tdspace {width:20px;}

   .aplications {width:100%; margin-top:0; padding-top:0;}
   .aplications table {width:100%; margin:0; background: #fdf9d4;border-collapse:collapse; }
   .aplications table td.ico {width:45px;padding: 10px 10px 0 10px }
   .aplications table td.spc {width:20px;height:100%;background:#fff;padding:10px}
   .aplications table td.p2 {width:40%; background: #fdf9d4; padding:10px 0 10px 0;}
   .aplications table td.p3 {width:33%; background: #fdf9d4; padding:10px 0 10px 0;}


    /* Nastaveni podtrhavani odkazu u tabulky vysledku vyhledavani */

    #pad table td.table_html_editor_5_cells a {text-decoration:none !important;}
    #pad table td.table_html_editor_5_cells a:hover {text-decoration: underline !important}


    /* Tlačítko pouzite v sablonach */

    a.button1 {
    /* Tlačítko */
    display:block;width: 100px;height:22px;color: #fff;line-height: 22px;font-size: 13px;font-weight: bold;text-align:center;background: url(pdesign_image.php?lang=1&name=tl1.gif) no-repeat;text-decoration:none
}

    a.button1:hover {
    color: #063;background: url(pdesign_image.php?lang=1&name=tl3.gif)  no-repeat
}

/* pro IE, ktere nebere napr. barvu apod, protoze pred classem MUSI byt #pad - a to zase nebere editor :-) */


    #pad a.button1 { color:#fff;text-decoration:none
}

    #pad a.button1:hover {
    color: #063;text-decoration:none
}

h2 a, p.html_editor_header_2, span.html_editor_header_2 {
 margin: 0;
}

/* tabulka Aplikacni ikony */

  table.ikony2 {
   width:560px;border-collapse:collapse;background:#fdf9d4;
  }
 table.ikony2 td {
 vertical-align:top;
 }
  table.ikony2 td.ikona {
  width:58px;text-align:center;vertical-align:top;padding:10px 0 10px 0;
  }
  table.ikony2 td.text {
   width:212px; padding:10px 5px 10px 0;
  }

  table.ikony2 td.text3 {
   width:115px; padding:10px 5px 10px 0;
  }

  table.ikony2 td.mezera {
   width:20px;height:100%;background:#fff;
  }
  table.ikony2 td.mezera2 {
   width:15px;height:100%;background:#fff;
  }

/* tabulka Inzerce */

  table.inzerce_prodej {
  WIDTH: 560px; BORDER-COLLAPSE: collapse
  }
  table.inzerce_prodej tr.inz_header {
  BACKGROUND: #d8eed7
  }
  table.inzerce_prodej tr.inz_header td {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
  }
  table.inzerce_prodej tr.inz_header td.date {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; TEXT-ALIGN: right
  }
  table.inzerce_prodej td.content {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: #eef8ee; PADDING-BOTTOM: 10px; WIDTH: 560px; PADDING-TOP: 10px
  }

  table.inzerce_nakup {
  WIDTH: 560px; BORDER-COLLAPSE: collapse
  }
  table.inzerce_nakup tr.inz_header {
  BACKGROUND: #FAF3A7;
  }
  table.inzerce_nakup tr.inz_header td {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px;
  }
  table.inzerce_nakup tr.inz_header td.date {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; PADDING-TOP: 10px; TEXT-ALIGN: right
  }
  table.inzerce_nakup td.content {
  PADDING-RIGHT: 10px; PADDING-LEFT: 10px; BACKGROUND: #FDFADD; PADDING-BOTTOM: 10px; WIDTH: 560px; PADDING-TOP: 10px
  }

#attach h3 {
  margin:0;
}



