body, html
{
font-family : "Arial CE", Arial,  sans-serif;
font-size : 12px;
color: black;
height: 100%;
height: 100%;
background-color: #202020;
background-image: url("obr/poz.gif");
background-repeat: repeat;
}
.menu {
      font-size : 14px;
      font-weight: bold;
      color: white;
      text-decoration: none;
      padding-left: 6px;
      padding-right: 6px;
}                       
.menu:HOVER {
    color : #CC1122;
    text-decoration: none;
    background-color: #00FF00;
    background-image: url("obr/menu_prech4.gif");
    background-repeat: repeat;
}
.menuzv {
      font-size : 14px;
      font-weight: bold;
      color: #FFFF44;
      text-decoration: none;
      padding-left: 4px;
      padding-right: 4px;
}                       
.menuzv:HOVER {
    color : #CC1122;
    text-decoration: none;
    background-color: #FFF408;
    background-image: url("obr/menu_prech4.gif");
    background-repeat: repeat;
}



a {
   color: #CC0000;
   text-decoration: none;
   font-weight: bold;
}
a:HOVER {
   color: #CA4C00;
   text-decoration: underline;
   font-weight: bold;
}
p.popis {
      font-size : 14px;
      margin : 0px;
      padding: 4px;
      font-weight: bold;
      text-align: center;
}
h6 {
      font-size : 11px;
      text-align: center;
      margin: 3px;
      margin-left: 1px;
      margin-right: 1px;
      padding: 0px;
}
h2 {
      font-size : 20px;
      color: #B71313;
      text-align: left;
      margin: 1px;
      padding: 0px;
}
h3 {
      font-size : 13px;
      padding: 0px;
}
h4 {
      font-size : 12px;
      font-weight: bold;
      color: #001177;
      padding: 0px;
      margin: 0px;
      display: inline;
}

img.foto-popis 
{
      margin-right: 5px;
}
hr {
    color: black;
    width: 90%;
    height: 1px;
    margin: 0px;
    padding: 0px;
}
div.logo
{
position: relative;
background-color: #FAE800;
background-image: url("obr/pozadi.jpg");
background-repeat: repeat-x;
}
div.knadpis
{
position: relative;
background-color: #FAE800;
background-image: url("obr/kp.gif");
background-repeat: repeat-x;
text-align: left;
}
hr.cleaner {
   clear:both;
   height:1px;
   margin: -1px 0 0 0; padding:0;
   border:none;
   visibility: hidden;
   }
