/*IE*/
#menuh{float:none;}
body{behavior:url(csshover.htc);}
#menuh ul li{float:left; width: 100%;}
#menuh a{height:1%;}
/*STRANKA*/
body {
     background-color: white;
     margin: auto;
}
#zaklad {
        background-position: center;
        width: 754px;
        margin: auto;
        color: #72A800;
        font-family: Verdana,Tahoma;
        font-weight: bold;
        font-size: 9pt;
}
#obsah a {
          color: #72A800;
          font-weight:normal;
          font-style:normal;
          text-decoration:underline;
          font-weight: bold;
}
#obsah a:hover {
                color :black;
                text-decoration:underline;
                font-weight: bold;
}
#obsah .meno a {
          color: #72A800;
          text-decoration:none;
          font-weight: bold;
}
#obsah .meno a:hover {
                color :#72A800;
                text-decoration:none;
                font-weight: bold;
}
#patka a {
          color: #72A800;
          font-weight:normal;
          font-style:normal;
          text-decoration:none;
          font-weight: bold;
}
#patka a:hover {
                color :black;
                text-decoration:underline;
                font-weight: bold;
}
#hlavicka {
          background-image :url(dat/banner.png);
          background-repeat:no-repeat;
          background-position: center;
          text-align: right;
          height: 242px;
}
#hlavicka a {
            color:#72A800;
            text-decoration:none;
            font-weight: bold;
}
#hlavicka a:hover {
                  color: black;
                  text-decoration:underline;
                  font-weight: bold;
}
#h-menu {
        background-image: url(dat/menu.png);
        background-repeat:no-repeat;
        text-align: center;
        height: 42px;
        width: 754px;
        padding-top:8px;
        font-weight:bold;
        font-size: 10pt;
        display:block;
}
/*#h-menu a {
          color: #FFFFFF;
          text-decoration: none;
}
#h-menu a:hover {
           color : #D43400;
           text-decoration: none;
} */
#h-obsah {
         background-image: url(dat/h-obsah.png);
         background-position: bottom;
         background-repeat:no-repeat;
         height: 9px;
         width: 754px;
         padding: 0px;
         margin: 0px;
}
#obsah {
       background-image: url(dat/c-obsah.png);
       background-position: center;
       background-repeat: repeat-y;
       text-align: center;
       padding-left: 7px;
}
#d-obsah {
        background-image: url(dat/d-obsah.png);
        background-position: top;
        background-repeat: no-repeat;
        padding: 0px;
        margin: 0px;
        height: 11px;
        width: 754px;
}
#ciara {
        background-image: url(dat/ciara.png);
        background-position: center center;
        background-repeat:repeat-x;
        text-align:center;
        padding: 0px;
        margin: 0px;
        height: 11px;
        width: 720px;
}
#patka {
      text-align: center;
      font-size:xx-small;
      
}
/*Texty*/
.vitajte {
         color : #D43400;
         font-weight:bolder;
         font-size: 11pt;
}
.text {
      color : #72A800;
      font-size: 10pt;
      font-weight: bold;
      text-align: left;
      list-style-type:circle;
}
.oznam {
      color: #CD2F00;
      font-size: 10pt;
      font-weight: bold;
      font-style:oblique;
      text-align: center;
      text-decoration:underline;
}
.meno {
      color: #74A900;
      font-size: 11pt;
      font-weight:bold;
      text-align: center;
}
.kontakt {
         color: #CD2F00;
         font-size: 9pt;
         font-weight: bold;
         text-align: center;
}
.bold {
      text-decoration:overline underline;
}