/* ############################# */
/* (c) Mgr. Martin Mikuláško     */
/* Vytvořeno 23. 04. 2001        */
/* Poslední úpravy 07. 10. 2002  */
/* ############################# */

/* ==== */
/* TEXT */
/* ==== */
/* .nadpis */
/* .podnadpis */
/* .odstavec */
/* UL */
/* LI */
/* TD */
/* .datum */

.nadpis {
color: #000000;
font-weight: bold;
text-align: left;
margin-top: 5px;
margin-left: 20px;
margin-right: 5px;
text-transform: uppercase;
letter-spacing: +2;
font-size: 10pt;
font-family: tahoma, arial, helvetica
}

.podnadpis {
color: #000000;
font-weight: bold;
text-align: left;
margin-left: 20px;
margin-right: 5px;
letter-spacing: +1;
font-size: 10pt;
font-family: tahoma, arial, helvetica
}

.odstavec {
color: #000000;
font-weight: normal;
text-align: justify;
margin-left: 20px;
margin-right: 5px;
margin-top: 7px;
font-size: 10pt;
font-family: arial, helvetica
}

UL {
margin-top: 0px;
margin-bottom: 0px;
}

LI {
color: #000000;
font-weight: normal;
text-align: justify;
margin-left: -24px;
list-style: disc outside;
font-size: 10pt;
font-family: arial, helvetica
}

TD {
color: #000000;
font-weight: normal;
font-size: 10pt;
font-family: arial, helvetica
}

.datum {
color: #000000;
font-weight: normal;
text-align: right;
margin-right: 5px;
font-size: 8pt;
font-family: arial, helvetica
}

/* ======= */
/* SPECIAL */
/* ======= */
/* A:hover */
/* .oranzova */
/* .cervena */
/* .svetleseda */
/* .velmisvetleseda */
/* .tmaveseda */

A:hover {
color:#AC0C0C
}

.oranzova {
color:#EF8F06
}

.cervena {
color:#AC0C0C
}

.svetleseda {
color:#737373
}

.velmisvetleseda {
color:#BFBFBF
}

.tmaveseda {
color:#4D4D4D
}
