BODY {FONT-SIZE: 8pt; LINE-HEIGHT: 1.5em; FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif; COLOR: #333;}
#photogalery {text-align:center;}
/* Styly */

h1, .html_editor_header_1 {
/*Hlavní nadpis - oranžový*/
color : #b34700;
font-size : 11pt;
font-weight: bold;
text-decoration : none;
}
h2, .html_editor_header_2  {
/*Podnadpis  - modrý*/
color : #004080;
font-size : 10pt;
font-weight: bold;
text-decoration : none;
}
h3, .html_editor_header_3  {
/*Malý nadpis  - černý*/
color : #000;
font-size : 9pt;
font-weight: bold;
text-decoration : none;
}
.html_editor_text_1  {
/*Zmenšený text - barva světle šedá*/
color: #999;
font-size : 90%;
}
.html_editor_text_2  {
/*Zmenšený text - barva dle stylu*/
font-size : 90%;
}


/* Barvy */

.color_html_editor_01  {
/* Základní modrá */
background-color: #b34700;
}
.color_html_editor_02  {
/* Základní oranžová */
background-color: #004080;
}
.color_html_editor_03  {
/* Základní tmavě šedá */
background-color: #666666;
}
.color_html_editor_04  {
/* Světle šedá */
background-color: #EEE;
}
.color_html_editor_05  {
/* Základní černá */
background-color: #000;
}


/* Tabulky */


.table_html_editor_1 {
/* Barevná tabulka s okrajem */
	border: 1px solid #666666;
}
  .table_html_editor_1_header {
    /* Záhlaví */
    border-bottom: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }
  .table_html_editor_1_topleft {
    /* Záhlaví vlevo */
    border-bottom: 2px solid #666666;
    border-right: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }  
  .table_html_editor_1_topright {
    /* Záhlaví vpravo */
    border-bottom: 2px solid #666666;
    border-left: 2px solid #666666;
    background-color: #6699cc;
    font-weight: bold;
  }  
  .table_html_editor_1_footer {
    /* Zápatí */
    border-top: 2px solid #666666;
    background-color: #ffcc66;
  }
  .table_html_editor_1_bottomleft {
    /* Zápatí vlevo */
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    background-color: #ffcc66;
    font-weight: bold;
  }  
  .table_html_editor_1_bottomright {
    /* Zápatí vpravo */
    border-top:2px solid #666666;
    border-left:2px solid #666666;
    background-color: #ffcc66;
  }  
  .table_html_editor_1_firstcol {
    /* První sloupec */
    border-right: 2px solid #666666;
    font-weight: bold;
  }
  .table_html_editor_1_lastcol {
    /* Poslední sloupec */
    border-left: 2px solid #666666;
  }
  .table_html_editor_1_cells {
    /* Vnitřní buňka */
  }
  .table_html_editor_1_cell2 {
    /* Neaktivní buňka */
    color: #666666;
  }
  .table_html_editor_1_cell3 {
    /* Zvýrazněná buňka */
    background-color: #ffcc66;
  }

.table_html_editor_2 {
/* Barevná tabulka bez okraje */
	border: 0px;
	background-color: #F0F0F0;
	color: black;
}
  .table_html_editor_2_header {
    /* Záhlaví */
    background-color: #005298;
    border-top: 1px solid #333333;
    border-bottom:2px solid #333333;
    color: white;
    font-weight: bold;
  }
  .table_html_editor_2_topleft {
    /* Záhlaví vlevo*/
    background-color: #005298;
    border-top: 1px solid #333333;
    border-bottom:2px solid #333333;
    color: white;
    font-weight: bold;
  }
  .table_html_editor_2_topright {
    /* Záhlaví vpravo*/
    background-color: #ff9900;
    border-top: 1px solid #333333;
    border-bottom: 2px solid #333333;
    font-weight: bold;
    color: white;
  }
  .table_html_editor_2_lastcol {
    /* Poslední sloupec */
    background-color: #ff9900;
  }
  .table_html_editor_2_bottomright {
    /* Zápatí vpravo */
    background-color: #ff9900;
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
  }
  .table_html_editor_2_firstcol {
    /* První sloupec */
    font-weight: bold;
  }
  .table_html_editor_2_bottomleft {
    /* Zápatí vlevo */
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
    font-weight: bold;
  }
  .table_html_editor_2_footer {    
    /* Zápatí */
    border-bottom: 1px solid #333333;
    border-top: 2px solid #333333;
  }
  .table_html_editor_2_cells {    
    /* Buňka */
  }
  .table_html_editor_2_cell2 {
    /* Neaktivní buňka */
	color: #ff9900
  }
  .table_html_editor_2_cell3 {
    /* Zvýrazněná buňka */
    font-weight: bold;
  }  

.table_html_editor_3 {
/* Šedá tabulka bez okraje */
	color: black;
}
  .table_html_editor_3_header {
    /* Záhlaví */
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_topleft {
    /* Záhlaví vlevo*/
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_topright {
    /* Záhlaví vpravo*/
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_3_lastcol {
    /* Poslední sloupec */
    background-color: #CCCCCC;
  }
  .table_html_editor_3_bottomright {
    /* Zápatí vpravo */
    background-color: #CCCCCC;
	color: #ff9900;
  }
  .table_html_editor_3_firstcol {
    /* První sloupec */
	background-color: #F0F0F0;
    font-weight: bold;
 }
  .table_html_editor_3_bottomleft {
    /* Zápatí vlevo */
	color: #ff9900;
	background-color: #F0F0F0;
    font-weight: bold;
  }
  .table_html_editor_3_footer {    
    /* Zápatí */
	color: #ff9900;
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cells {    
    /* Buňka */
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cell2 {
    /* Neaktivní buňka */
	color: #666666;
	background-color: #F0F0F0;
  }
  .table_html_editor_3_cell3 {
    /* Zvýrazněná buňka */
    font-weight: bold;
	background-color: #F0F0F0;
  }  
  
.table_html_editor_4 {
/* Tabulka s mřížkou */
	Xbackground-color: #F0F0F0;
	color: black;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
}
  .table_html_editor_4_header {
    /* Záhlaví */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_topleft {
    /* Záhlaví vlevo*/
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_topright {
    /* Záhlaví vpravo*/
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_lastcol {
    /* Poslední sloupec */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
  }
  .table_html_editor_4_bottomright {
    /* Zápatí vpravo */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    background-color: #CCCCCC;
	color: #ff9900;
  }
  .table_html_editor_4_firstcol {
    /* První sloupec */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    font-weight: bold;
  }
  .table_html_editor_4_bottomleft {
    /* Zápatí vlevo */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #ff9900;
    font-weight: bold;
  }
  .table_html_editor_4_footer {    
    /* Zápatí */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #ff9900;
  }
  .table_html_editor_4_cells {    
    /* Buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
  }
  .table_html_editor_4_cell2 {
    /* Neaktivní buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	color: #666666;
  }
  .table_html_editor_4_cell3 {
    /* Zvýrazněná buňka */
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
    font-weight: bold;
  }  

.anchor_html_editor {
  color: #000000;
  font-weight: bold;  
}
.anchor_ref_html_editor {
  font-weight: bold;  
}

/* pomocné styly */
.ul1, #ul1 {list-style-IMAGE:url(img/ul1.gif);}
.ul2, #ul2 {list-style-IMAGE:url(img/ul2.gif);}
.w100, #w100 {width:100%;}
.w75, #w75 {width:75%;}
.w50, #w50 {width:50%;}
.b1, #b1 {border-collapse:collapse; border:1px solid #aaa;}
.b3, #b3 {border-collapse:collapse; border:3px solid #aaa;}
.b1w, #b1w {border-collapse:collapse; border:1px solid #fff;}
.b3w, #b3w {border-collapse:collapse; border:3px solid #fff;}
.silver, #silver {background-color: #eee; padding: 10px;}
.orange, #orange {background-color: #ffeedd; padding: 10px;}
.white, #white {background-color: #fff; padding: 10px;}
.light, #light {background-color: #f4f4f4; padding: 10px;}
.clear {clear: both}
.none, #none {clear: both; float: none; margin: 0; padding: 0;}
.block, #block {display: block}
.noscreen, #noscreen {display: none}
.novisibility {visibility: hidden}
.left {text-align: left}
.right {text-align: right}
.center {text-align: center}
.middle {vertical-align: middle}
.pos-left {float: left; margin: 0 10px 10px 0;}
.pos-right {float: right; margin: 0 0 10px 10px;}
.pos-center {vertical-align: center}
.nomargin, #nomargin {margin:0;}
.nopadding, #nopadding {padding:0;}

td, th, table {font-size:8pt;}
th {text-align:left;}




