html,body {
  height:100%;
}
body {
  margin:0;
  padding:0;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	/*background: #873E3E;*/
  background: #fff;
}
#stranka {
  height:100%;
  text-align: left;
  position: relative;
  width: 1030px;
  margin: 0;
  position: relative;
  background: bottom right url(images/pozadi.jpg) no-repeat;
}
body>#stranka {
  height:auto;
  min-height:100%;
}
#top{
  background: top right url(images/top.jpg) no-repeat;
  width: 1030px;
  height: 241px;
}
  #top h1{
    position: absolute;
    margin: 0;
    padding: 0;
    top: 12px;
    left: 5px;
  }
  #top h1 img{
    border: none;
  }
  #top #banner{
    /* border: 1px solid #f00; */
    position: absolute;
    top: 70px;
    left: 220px;
    width: 550px;
    height: 160px;
  }

#vitejte{
  color: #fff;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 2px;
  right: 10px;
  font-weight: bold;
  text-align: right;
}
  #vitejte span{
    font-size: .85em;
  }


#topmenu{
  position: absolute;
  top: 45px;
  left: 440px;
  margin: 0;
  padding: 0;
}
  #topmenu li{
    margin: 0 7px;
    float: left;
    list-style: none;
  }
  #topmenu a{
    color: #E77918;
    font-weight: bold;
    text-decoration: none;
  }
  #topmenu a:hover{
    color: #47AFE7;
  }


#obsah{
  margin-top: 15px;
}

#levemenu{
  width: 220px;
  float: left;
}
  #levemenu ul{
    margin: 20px 0 0 60px;
    padding: 0;
  }
  #levemenu li{
    list-style: none;
  }
  #levemenu a{
    line-height: 2em;
    color: #E77918;
    font-weight: bold;
    text-decoration: none;
  }
  #levemenu a:hover{
    color: #47AFE7;
  }
  #levemenu ul ul{
    margin: 0px 0 5px 15px;
    padding: 0;
  }


#aktuality{
  float: right;
  width: 190px;
  margin: 0;
  padding: 0;
  text-align: right;
}
  #aktuality h2{
    margin: 0 10px 15px 0;
    padding: 0 0 0 25px;
    background: url(images/puntik.gif) no-repeat;
    color: #0392DE;
    font-size: 1em;
    line-height: 16px;
    float: right;
  }
  #aktuality ul{
    clear: right;
  }
  #aktuality li{
    list-style: none;
    margin: 5px 10px 10px 0;
  }

#stred{
  margin: 0 200px 0 225px;
}
  #stred h1{
    margin: 10px 0 5px 0;
    padding: 0px 0 0 25px;
    background: url(images/puntik.gif) no-repeat;
    color: #0392DE;
    font-size: 1.6em;
    line-height: 16px;
  }
  #stred h2{
    margin: 10px 0 0 20px;
    padding: 0px 0 0 25px;
    background: url(images/puntik.gif) no-repeat;
    color: #0392DE;
    font-size: 1.2em;
    line-height: 16px;
  }
  #stred h3{
    margin: 10px 0 0 20px;
    font-size: 1em;
    color: #E77918;
    font-weight: bold;
  }
  #stred p{
    margin: 10px 0 0 20px;
    color: #7F7F7F;
    /* font-weight: bold; */
    font-size: .9em;
  }
  #stred ul{
    margin: 5px 0 0 20px;
  }
  
#vycpavka{
  clear: both;
  height: 50px;
}

#patka{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1030px;
  height: 40px;
}
  #patka a{
    position: absolute;
    top: 10px;
    left: 20px;
  }
  #patka img{
    border: none;
    margin: 0;
    padding: 0;
  }

/* obecne styly */
a img {
  border: none;
}
a{
  color: #47AFE7;
  font-weight: bold;
}

