@charset "iso-8859-2";

/* html tagy nebo jejich nahrady ******************************************************** */
H1, H2, H3, H4
{
  color: gainsboro;
}

P
{
   /*border: 1px solid #FF00FF;*/
   text-indent: 20px;
   padding: 0px;
   margin-top: 0px;
   color: gainsboro;
}

.checkbox
{
   border: 0px;
   background-color: white;
}

.sel_kat01
{
   color: #800000;
}
.sel_kat02
{
   color: #FF0000;
}

/* FORMULAROVE prvky */
.data_pov
{
   padding-left: 8px;
   text-align: left;
   vertical-align: top;
   font-size: 12px;
   font-weight: bold;
}
.data_nepov
{
   padding-left: 8px;
   text-align: left;
   vertical-align: top;
   font-size: 12px;
   font-weight: bold;
   color: gray;
}


/* OBECNE ------------------------------------------------------------ */
.str_nadpis
{
   /*width: 100%;*/
   height: 30px;
   color: rgb(190, 0, 39);
   font-family: Verdana, Tahoma, Arial;
   font-size: 20px;
   font-weight: bold;
   text-align: left;
   padding-bottom: 10px;
   padding-top: 10px;
   /*border: 1px solid black;*/
}

.str_popis
{
        color: rgb(190,0,39);
        font-family: Arial, Helvetica, Sans-serif;
        font-size: 14px;
        font-weight: bold;
        border-top: 1px solid #BE0027;
        padding-top: 3px;
}
.str_datum
{
   width: 100px;
   text-align: right;
   border-top: 1px solid #BE0027;
}
.str_telo {
        text-indent: 15px;
}
.str_autor
{
        font-size: 12px;
        font-style: italic;
        text-align: right;
        padding-bottom: 15px;
}

.str_maly {
        font-size: 10px;
}

.str_hl01
{
        font-family: Verdana;
        color: white;
        /*border-top: 1px solid black;*/
        font-weight: bold;
        font-size: 14px;
        text-align: left;
        margin-top: 10px;
        padding: 5px 5px 1px 0px;
        border-bottom: 1px solid rgb(190, 0, 39);;
}
.str_hl02 
{
  color: white;
  font-weight: bold;
  margin-top: 10px;
}
.str_hl03
{
  color: silver;
  font-weight: bold;
  margin-top: 12px;
}

/* ankety ******************************************************** */

.str_anketa
{
        font-weight: bold;
        color: #C7DC30;
        border: 1px solid #BFD730;
        text-align: left;
        padding: 4px;
        padding-bottom: 8px;
        margin-left: 10px;
        margin-top: 10px;
}
.str_ank_obrazek
{
        width: 120px;
        border: 1px solid gray;
        text-align: center;
        margin-bottom: 3px;
        margin-top: 3px;
}
.str_odpoved A, .str_odpoved
{
   color: rgb(190, 0, 39);
   font-weight: bold;
   text-align: left;
   padding-top: 7px;
   padding-left: 5px;
   cursor: pointer;
}
.str_vysledek
{
   color: black;
   text-align: left;
   padding-left: 10px;
}

/* baner ****************************************************** */
#banner_obr { border: 1px solid white; }