/*
 *  CSS - styly wysiwyg editoru
 *  Copyrighted by LTweb s.r.o., www.LTweb.cz
 */
 
 /*
  * Vysoké Tatry - www.vysoketatry.cz
  */

.article {
  font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
}
.article p {
  font-size: 9pt;
  color: #000000;
}
.article h3 {
  font-size: 10pt;
  font-weight: bolder;
  color: #d3006c;
}
.article h4 {
  font-size: 9pt;
  font-weight: bolder;
  color: #000000;
}
.article h5 {
  font-family: 'Times New Roman CE', 'Times New CE', 'Times CE', 'Times New Roman', times, serif;
  font-size: 14pt;
  font-style: italic;
  color: #404038;
}
.vt-background-red {
  background-color: #fe0000;
  color: #ffffff;
  font-size: 12pt;
}
.article em {
  font-size: 10pt;
  color: #000000;
}
.article .male {
  font-size: 8pt;
  color: #000000;
}
.article .vt-color-red {
  color: #fe0000;
  font-size: 10pt;
  font-weight: bolder;
}
.article .vt-color-orange {
  color: #e56713;
  font-size: 10pt;
  font-weight: bolder;
}
.article .vt-odsazeni {
  font-size: 9pt;
  padding-left: 10px;
  color: #000000;
}
.article .vt-zvyraznenie-textu-v-tabulce {
	font-size: 10pt;
	font-family: 'Arial CE', 'Helvetica CE', Arial, helvetica, sans-serif;
	color: #f850d3;
	font-weight: bolder;
}
.article ul {
	color: #000000;
}