/*|adminStyles|*/
/* Základní text */
.zakladni-text {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
display: block;
text-align: justify;
}

/* Nadpis 1 */
.nadpis-1 {
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #ee6600;
background-color: transparent;
display: block;
text-align: justify;
}

/* Nadpis 2 */
.nadpis-2 {
font-family: Verdana;
font-size: 11pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #808080;
background-color: transparent;
display: block;
text-align: justify;
}

/* Nadpis 1 - černý */
.nadpis-1---cerny {
font-family: Verdana;
font-size: 12pt;
font-weight: bold;
font-style: normal;
text-decoration: none;
color: #000000;
background-color: transparent;
display: block;
text-align: justify;
}

/* Nadpis 3 */
.nadpis-3 {
font-family: Verdana;
font-size: 10pt;
font-weight: normal;
font-style: normal;
text-decoration: underline;
color: #000000;
background-color: none;
display: block;
text-align: justify;
}

/* Poznámka */
.poznamka {
font-family: Verdana;
font-size: 8pt;
font-weight: normal;
font-style: oblique;
text-decoration: none;
color: #000000;
background-color: transparent;
display: inline;
}

