/* CSS Document */
* {padding: 0; margin: 0px auto}

#obal {width:1000px;padding: 0; margin: 0px auto}
hr, .hr {display: block; clear:both; height: 0px; visibility: hidden; width: 0px; border: 0}

#hlavicka {width: 1000px; height:145px; background-color: white; color: black}
#hlava {
      margin:0; padding:0;
      position:relative;
      width:1000px; height:145px;
      overflow:hidden;
      }
#hlava span {
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:1000px; height:145px;
      margin:0; padding:0;
      background:url("./u/hlavicka.gif") top left no-repeat;
      }
#mezera { width: 1000px; height: 5px; background-image:url("./u/mezera.gif"); background-color: #000}

#levy {float:left;}

#levy {margin:0; padding:0;
      position:relative;
      width:500px; height:650px;
      overflow:hidden;
      text-decoration: none; color: black}
#levy span{
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:500px; height:650px;
      margin:0; padding:0;
      background:url("./u/umeni.jpg") top left no-repeat;}
#pravy {float:left;}

#pravy {margin:0; padding:0;
      position:relative;
      width:500px; height:650px;
      overflow:hidden;
      text-decoration: none; color: black}
#pravy span{
      display:block;
      position:absolute; left:0; top:0; z-index:1;
      width:500px; height:650px;
      margin:0; padding:0;
      background:url("./u/hygiena.jpg") top left no-repeat;}
