*{
  margin: 0px; 
  padding: 0px;
  color: #000;
  font-family: Verdana, sans-serif;
  font-size: 12px;
  border-color: #000;
  border-style: none;
  text-decoration: none;
}

body{
  background: #fff;
  text-align: center; 
  vertical-align: middle;
  /* background: #ff0; */
  min-width: 760px;
}

#hlavni{
  position: relative;
  margin: 0 auto;
  width: 760px;
  text-align: left;
  /* background: #f0f; */
}

#horni{
  position: relative;
  height: 129px;
  width: 760px;
}

#horni #nadmenu{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 252px;
  height: 73px;
}

#horni #nadpis{
  position: absolute;
  color: #fff;
  right: 271px;
  bottom: 8px;
  font-family: Arial;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
}

#horni #podnadpis{
  position: absolute;
  right: 256px;
  bottom: 13px;
  font-family: Tahoma;
  font-size: 60px;
  letter-spacing: 2px;
}

#horni #obr{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 508px;
  height: 129px;
}

#horni #menu{
  position: absolute;
  left: 0px;
  top: 73px;
  width: 252px;
  height: 56px;
  background: #fff;
}

#horni #menu div{
  position: absolute;
  height: 21px;
  width: 119px;
  text-align: center;
  padding: 2px;
}

#horni #menu div a{
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
}

#horni #menu #maminka{
  left: 0px;
  top: 3px;
  background: #D0B9D9;
}

#horni #menu #firma{
  left: 126px;
  top: 3px;
  background: #BFCC59;
}

#horni #menu #jidlo{
  left: 0px;
  top: 31px;
  background: #F8BA49;
}

#horni #menu #klub{
  left: 126px;
  top: 31px;
  background: #F2D24F;
}


/*** proužek pod nadpisem ***/
#prouzek1{
  padding: 1px 0px;
  border-bottom: 1px solid #9D9966;
  text-align: left;
  height: 16px;
  background-color: #fff;
}


#prouzek1 #adresy{
  float: left;
  text-transform: uppercase;
}

#prouzek1 #login{
  float: right;
  /* color: #00CC00; */
}


/*** dolní proužek ***/
#prouzek2{
  clear: both;
  padding: 1px 10px;
  border-top: 1px solid;
  text-align: right;
  background-color: #fff;
}


#dolni_lista{
    clear: both;
    color: #fff;
    padding: 1px 10px;
    border-top: 1px solid;
}


#sloupce{
  clear: both;
  width: 760px;
  margin: 20px 0px 0px 0px;
}

#levy-sloupec{
  float: left;
  width: 150px;
  min-height: 500px;
  _height: 500px;
}

#prave-dva{
  float: right;
  width: 600px;
  margin-left: 0px 10px;
  min-height: 500px;
  _height: 500px;
  /* background: #0ff; */
}

#stredni-sloupec{
  float: left;
  width: 440px;
  padding-bottom: 15px;
  min-height: 500px;
  _height: 500px;
  background: transparent;
}

#stredni-sloupec p{
    line-height: 1.7;
}

#pravy-sloupec{
  float: right;
  width: 150px;
  min-height: 500px;
  _height: 500px;
}