



body {
        background-color: #F8F8FF;
        margin: 0;
        font-family: Verdana, Geneva, sans-serif;
        color: Black;
        font-size:12pt;
}
p {
        background-color: #F8F8FF;
        margin: 0;
        font-family: Verdana, Geneva, sans-serif;
        color: Black;
        font-size:8pt;
}


.nadpis1 {
  font-family: Verdana;
  font-weight: bold;
  color: Black;
  font-size:12pt;
  }
.nadpis3 {
  font-family: Verdana;
  font-weight: Normal;
  color: Red;
  font-size:14pt;
  }

.bezny_text {
  font-family: Verdana;
  font-weight: normal;
  color: Black;
  font-size:10pt;
  }
.odliseny_text {
  font-family:  Courier CE, Courier New CE, Courier New, monospace;
  font-size:120%;
  }

.nadpis {
        position: relative;
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: large;
        padding-top: 7px;
        background-color: #F5FFFA;
        border-bottom: dashed 1px;
}
.levy-sloupec {

        position: relative;
        width: 10em;
        height: auto;
        left: 0;
        padding-left: 0px;
        float: left;
        text-align: left;
        padding-top: 20px;
        font-family :monospace;
        font-size:11pt;

}
.hlavni {
        border-left: dashed 1px;
        position: relative;
        padding-left: 10px;
        padding-top: 10px;
        padding-right: 10px;
        margin-left: 10em;
        width: auto;
        background-color: White;


}
th {background-color:#FFD520;}
.tabulka_lichy {background-color=#FFFFD3}
.tabulka_sudy {background-color=#FFEFAA}

.zapati
{
        position: fixed;
        width: auto;
        text-align: center;
        background-color: #FDF5E6;
        bottom: 0;
        right: 0;
        left: 0;
        border: dashed 1px;
        padding: 5px;
        margin: 0;
}



@media print {
        body {
                font-family: cursive;
        }
        img {display: none;}

        .levy-sloupec {
                display: none;}
        .hlavni {
                font-size: 11pt;
                border: 0;
                margin: 0;
                width: auto;
                }
        .zapati{display: none;}
        .nadpis {display: none;}
        .netiskni {display: none;}
}
.cssbtn {
        width:50px;
        margin:0.2em; padding:1px;
        font-size:9px;
        font-family: Verdana, Geneva, sans-serif;
        font-weight:normal;
        text-decoration:none;
        text-align:left;
        background:#cdf;
        color:#333;
        border:1px solid black;
        vertical-align:middle;
        white-space:nowrap;
        cursor:pointer;
        }
.cssbtn[class] {
        width:auto;
        min-width:50px;
        }
.cssbtn strong {
        font-weight:bold;
        background:white;
        color:#06c;
        }
.cssbtn:hover { background:black; color:white }
.cssbtn:hover strong { background:#ccc; color:black; }

.btnw3c { background:#06c; color:white }

---

---



a {
        text-decoration: none;
        color: blue;

}
a:hover {
         color: blue;

}

a.menu:hover {
  text-decoration: none;
  color: blue;
  font-weight:bolder;
  text-decoration: underline;
  }

a.vyber_druzstva {
  text-decoration: none;
  color: blue;
  font-weight:normal;
  text-decoration: underline;
  }
a.vyber_druzstva:hover {
  text-decoration: none;
  color: blue;
  font-weight:bolder;
  text-decoration: underline;
  }


table   {border-collapse:collapse;}

td.menu {
  font-family: Verdana;
  font-weight:normal;
  font-size:10pt;
  color:#0000FF;
  background-color:#DFD7FF;
  border-bottom:thin groove white;
  border-top:thin groove white;

  border-right:thin groove #BCBCBC;
  }

td.menulight {
   font-family: Verdana;
  font-weight:bold;
  font-size:10pt;
  background-color:#BCBCBC;
    border-bottom:thin groove #D7D7D7;
    border-top:thin groove #D7D7D7;
    border-right:thin groove #D7D7D7;
  }




