/* CSS Document */

img, div, p, span, ul, ol, li, h1, h2, h3, h4, h5, form, fieldset, table, tr, td, hr {
  padding:0px;
  margin:0px;
  border:none;
}

a {
  color:#4d402f;
}

a:hover {
  color:#000000;
}

p {
  position:relative;
  padding:5px 0px 5px 0px;
}

big {
  font-size:110%;
  font-weight:bold;
}

small {
  font-size:87%;
}

table {
  font-size:100%;
  border-collapse:collapse;
}

td, th {
  vertical-align:top;
}

body {
  padding:0px 0px 0px 0px;
  margin:0px;
  font-family:arial,helvetica,sans-serif;
  font-size:71%;
  text-align:center;
  color:#000000;
  background-color:#ffffff;
}

  #obal {
    position:relative;
    width:100%;
    _height:auto; /* pozdeji vyhodit */
    margin:auto;
    background-image:url('/img/obal-bg.jpg');
    background-position:center top;
    background-repeat:repeat;
  }
  
    #obal-leva-bg {
      _display:none; /* MSIE6 */
      position:absolute;
      left:0px;
      top:0px;
      width:50%;
      height:100%;
      background-color:#ffffff;
    }
    
/* stranka */

#str-obal {
  position:relative;
  width:100%;
  _height:100%; /* pozdeji vyhodit */
  margin:auto;
  padding-bottom:40px;
  background-image:url('/img/str-obal-bg.jpg');
  background-position:center top;
  background-repeat:repeat-y;
}

  #str-obal-leva-bg {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-image:url('/img/str-obal-leva-bg-bg.png');
    _background:none; /* MSIE6 */
    background-position:center 162px;
    background-repeat:repeat-y;
  }
  
  #str-obal-dole-bg {
    position:absolute;
    left:0px;
    bottom:0px;
    width:100%;
    height:33px;
    background-image:url('/img/str-obal-dole-bg-bg.png');
    background-position:center bottom;
    background-repeat:repeat-x;
    _background:none; /* MSIE6 */
  }
  
  /* hlavicka */
  
  #hl-obal {
    position:relative;
    width:100%;
    height:162px;
    margin:auto;
    background-image:url('/img/hl-obal-bg.png');
    _background-image:url('/img/str-obal-bg.jpg'); /* MSIE6 */
    background-position:center center;
    background-repeat:no-repeat;
  }
  
    #hl {
      position:relative;
      width:770px;
      height:162px;
      margin:auto;
    }
    
      #hl h1 {
        position:absolute;
        left:2px;
        top:28px;
        width:559px;
        height:102px;
        font-size:160%;
        background-color:#ffffff;
      }
      
        #hl h1 a {
          display:block;
          color:#000000;
        }
        
          #hl h1 a .im {
            background-image:url('/img/h1-bg.gif');
          }
          
  /* stranka obsah */
  
  #str {
    position:relative;
    width:770px;
    margin:auto;
    text-align:left;
    background-image:url('/img/str-bg.gif');
    background-position:164px 0px;
    background-repeat:repeat-y;
  }
    
    /* image php */
    
    #imgphp-bg {
      position:absolute;
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      background-color:#ffffff;
    }
    
    #str.imgphp {
      background:none;
    }
    
      #str.imgphp h2 {
        position:relative;
        padding:15px 0px 10px 0px;
        font-size:140%;
        color:#ffffff;
      }
      
      #str.imgphp p {
        color:#efe5d9;
      }
      
      #str.imgphp p#barvy {
        position:relative;
        width:416px;
        height:20px;
        padding:15px 0px 30px 0px;
        margin:auto;
        text-align:center !important;
      }
      
        #str.imgphp p#barvy a {
          display:block;
          position:relative;
          float:left;
          width:20px;
          height:20px;
          margin:0px 3px 0px 3px;
          cursor:pointer;
        }
        
      #str.imgphp #popis {
        margin-top:30px;
      }
      
        #str.imgphp #popis span {
          padding:10px;
          background-color:#ffffff;
          color:#000000;
        }
  
    /* stranka leva */
    
    #str-leva {
      position:relative;
      float:left;
      width:123px;
      text-align:right;
      color:#3e3226;
      z-index:1000;
    }
    
      #str-leva p {
        font-size:90%;
      }
    
      /* menu */
      
      #menu {
        position:relative;
        width:115px;
        height:174px;
        margin:8px 0px 70px 0px;
      }
      
        #menu li {
          position:relative;
          width:115px;
          height:18px;
          margin:14px 0px 0px 0px;
          list-style-type:none;
        }
        
          #menu li a {
            display:block;
            width:100%;
            height:100%;
          }
          
            #menu li a .im {
              background-image:url('/img/menu-bg.jpg');
            }
            
        #m1 {
          margin-top:0px;
        }
        
          #m1 a .im {
            background-position:0px 0px;
          }
          
          #m1 a:hover .im {
            background-position:-115px 0px;
          }
          
          #m2 a .im {
            background-position:0px -32px;
          }
          
          #m2 a:hover .im {
            background-position:-115px -32px;
          }
          
          #m3 a .im {
            background-position:0px -64px;
          }
          
          #m3 a:hover .im {
            background-position:-115px -64px;
          }
          
          #m4 a .im {
            background-position:0px -96px;
          }
          
          #m4 a:hover .im {
            background-position:-115px -96px;
          }
          
          #m5 a .im {
            background-position:0px -128px;
          }
          
          #m5 a:hover .im {
            background-position:-115px -128px;
          }
          
          #m6 a .im {
            background-position:0px -160px;
          }
          
          #m6 a:hover .im {
            background-position:-115px -160px;
          }
    
    /* stranka prava */
    
    #str-prava {
      position:relative;
      margin-left:218px;
      color:#ffffff;
    }
    
/* paticka */

#pat {
  position:relative;
  width:597px;
  height:20px;
  padding:20px 150px 20px 23px;
  margin:auto;
  text-align:right;
}

  #pat p {
    padding:0px;
  }
  
    #pat p a {
      color:#808080;
      text-decoration:none;
    }
    
    #pat p a:hover {
      color:#000000;
      text-decoration:underline;
    }
  
    #pat p small {
      display:block;
      position:relative;
      float:left;
      top:5px;
      width:500px;
      text-align:left;
    }
    
      #pat p small a {
        margin-right:13px;
      }
      
    #pat p span {
      position:absolute;
      right:0px;
      font-size:110%;
    }
    
      #pat p span a {
        display:block;
        position:relative;
        height:18px;
        padding:5px 31px 0px 0px;
        background-image:url('/img/sipka-nahoru.gif');
        background-position:right center;
        background-repeat:no-repeat;
      }
      
      #pat p span a:hover {
        background-image:url('/img/sipka-nahoru-hover.gif');
      }

/* doplnky */

.skryt {
  display:none;
}

.spacer {
  border:0px;
  margin:0px;
  padding:0px;
  float:none;
  width:0px;
  height:15px;
  line-height:0px;
  font-size:0px;
}

.worm-spacer {
  position:relative;
  width:100%;
  _width:99%;
  height:80px;
  background-image:url('/img/worm-spacer.gif');
  background-position:center;
  background-repeat:no-repeat;
}

.cleaner {
  clear:both;
  border:0px;
  margin:0px;
  padding:0px;
  float:none;
  width:0px;
  height:0px;
  line-height:0px;
  font-size:0px;
}

.divider {
  border-top:1px dotted #ece2d6;
  border-bottom:1px dotted #c7a37f;
  margin:15px 0px 15px 0px;
}

/* obrazek pres text */
  
.im {
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  width:100%;
  height:100%;
  background-repeat:no-repeat;
  background-position:center center;
}
  
a .im {
  cursor:pointer;
  cursor:hand;
}

/* hlasky */

.chyba-formulare {
  font-size:100%;
  font-weight:bold;
  color:#c59f7b !important;
  padding:15px 15px 15px 15px !important;
  margin:15px 0px 15px 0px !important;
  background-color:#cc0000;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}

.uspech-formulare {
  font-size:100%;
  font-weight:bold;
  color:#c59f7b !important;
  padding:15px 15px 15px 15px !important;
  margin:20px 0px 20px 0px !important;
  background-color:#009900;
  filter:alpha(opacity=70);
  -moz-opacity:.70;
  opacity:.70;
}

.zvyrazneno {
  border:1px solid #cc0000 !important;
}

