@charset "UTF-8";

img, div {
behavior: url(_js/iepngfix.htc) 
}

a {
text-decoration: none;
color: #000000;
}

html {
height: 100%; 
margin: 0px;
padding: 0px;
}
  body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #311900;
  background-image: url(../_img/page-back.jpg);
  background-repeat: repeat;
  background-position: center top;
  text-align: center;
  font-family: arial,sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal; 
  }

	  #stranka {
    width: 900px;
    text-align: center;
    min-height: 100%;
    height: auto;
    _height: 100%;
    text-align: left;
    display: block;
    margin: 0 auto;
    }

      #stranka2 {
      position: relative;
      float: left;
      width: 900px;
      text-align: left;
      }
    	   
        #obsah { 
        width: 900px;
        min-height: 551px;
        height: 551px;
        position: relative;
        float: left; 
        text-align: left;
        font-family: arial;
        line-height: 1.4;
        z-index: 1; 
        }
        html > body #obsah {
        height: auto;
        }
        
          #top { 
          width: 900px;
          height: 128px;
          position: relative;
          float: left;
          background-image: url(../_img/image-top.jpg);
          background-repeat: no-repeat;
          z-index: 2;       
          }

          #banner {
          width: 900px;
          height: 240px;
          position: relative;
          float: left;
          background-image: url(../_img/image-banner.jpg);
          background-repeat: no-repeat;
          z-index: 2;
          }
              #vlajky {
              position: absolute;
              background-color: #edc670;
              padding: 3px 5px 1px 5px;
              top: 11px;
              right: 111px;
              z-index: 12;
              }
              
              #slideshow {
                position: absolute;
                height: 230px;
                width: 690px;
                left: 105px;
                top: 5px;
                background-color: #ffffff;
              }
                  #slideshow IMG {
                  position:absolute;
                  top:0;
                  left:0;
                  z-index:8;
                  opacity:0.0;
                  }
                  #slideshow IMG.active {
                  z-index:10;
                  opacity:1.0;
                  }
                  #slideshow IMG.last-active {
                  z-index:9;
                  }

      	  #menu { 
          width: 900px;
          height: 91px;
          float: left;
          text-align: center;
          position: relative;
          background-image: url(../_img/image-menu.jpg);
          background-repeat: no-repeat;
          z-index: 30;
          }

          #medzera {
          position: relative;
          float: left;
          width: 100px;
          height: 20px;
          }

          #content {
          width: 640px;
          position: relative;
          padding: 30px;
          background-image: url(../_img/obsah-back.jpg);
          background-repeat: repeat-x;
          background-color: #ffffff;
          float: left;
          color: #392502;
          }
          
      #koniec {
      width: 900px;
      font-size: 10px;
      height: 55px;
      padding-top: 20px;
      margin-bottom: 40px;
      position: relative;
      text-align: center; 
      float: left;
      color: #ba9048;
      }
      
.odkaz {
color: #000000;
text-decoration: none;
}
.odkaz:hover {
color: #000000;
text-decoration: underline;
}
.odkaz_menu {
color: #ba9048;
text-decoration: none;
font-family: arial;
font-size: 10px;
}
.odkaz_menu:hover {
color: #ffffff;
text-decoration: underline;
}

.obrazok {
margin: 0 5px 5px 0;
border: 2px #462b00 solid;
}
.obr_vpravohore {
position: relative;
padding-left: 30px;
float: right;
}
h1 {
color: #2b1b00;
border-bottom: 1px #2b1b00 solid;
padding: 6px 6px;
line-height: 1;
margin: 0px 0px 10px 0px;
font-weight: bolder;
font-size: 18px;
}
h2 {
color: #009200;
font-size: 16px;
display: inline;
margin-right: 4px;
}
h3 {
color: #ffffff;
font-weight: bold;
display: inline;
font-size: 13px;
text-transform: uppercase;
}
h4 {
color: #000000;
display: inline;
font-weight: bold;
margin-right: 5px;
font-size: 13px;
}
.male {
font-family: arial;
font-size: 10px;
}