/* CSS Document */
@import url("reset.css");
/*****************************************************************************************
 Autor - Roman Mazur
 Webdesign (C) http://namor.cz/
 Tento soubor je bez dovolení autora zakázáno jakýmkoli způsobem šířit nebo upravovat!  
*****************************************************************************************/

.hidden {
  display: none !important;
}
.clear {
  clear: both;
}

body {
  background: #ffffff;
  color: #000000;
  width: 100%;
  font-family: tahoma, sans-serif;
  text-align: center;
  font-size: 13px;
  line-height: 15px;
}
div#celek {
  margin: 0 auto;
  text-align: left;
  width: 993px;
  background: url("img/bg.png") repeat-y center;
}
div#obal {
  width: 100%;
  background: url("img/bg_bottom.jpg") no-repeat bottom center;
  text-align: justify;
}
div#hlava {
  width: 100%;
  height: 373px;
}
div#obsah {
  float: right;
  width: 704px;
  
}
  div#obsah_obal {
    margin: 30px 74px 30px 10px;
  }
div#menu_vertical {
  width: 289px;
  float: left;
  text-transform: uppercase;
  overflow: hidden;
}
  div#menu_obal {
    margin: 30px 12px 370px 30px;
    width: 100%;
  }
  div#menu_vertical a {
    display: block;
    height: 24px;
    padding: 7px 0 0 50px;
    font-size: 14px;
    color: #6C6D6A;
    background: url("img/menu.png") no-repeat left;
    text-decoration: none;
    font-family: georgia;
  }
  div#menu_vertical a.druha {
    margin-left: 10px;
  }
  div#menu_vertical a.treti {
    margin-left: 20px;
  }
  div#menu_vertical a:hover {
    display: block;   
    background: url("img/menu_hover.png") no-repeat left center;
  }
div#paticka {
  clear: both;
}

/*autorizace*/
form#auth fieldset {
  width: 60%;
  border: 1px solid #479C01;
  padding: 10px;
  margin-bottom: 15px;  
}
form#auth label {
  display: block;
  float: left;
  clear: left;
  width: 120px;
  padding-right: 10px;
  text-align: right;
  line-height: 18px;
}
form#auth input {
  margin: 0 0 8px 0;
  width: 150px;
  display: block;
  float: left; 
}
form#auth input#heslo, form#auth input#jmeno {
  border: 1px solid #479C01;
}
form#auth input#submit {
  clear: both;
  background: #fff;
  width: 90px;
  border: 1px solid #479C01;
  margin: 10px 0 5px 25px; 
}
form#auth legend {
  font-size: 14px;
}