#strona {
    position: relative;
    margin: auto;
    background: #ffffff;
    color: inherit;
    width: 775px;
}

#margines_niebieski {
  padding: 0px 4px 3px 4px;
  background: #3268a8;
  color: inherit;
}

#margines_bialy {
  position: relative;
  padding: 0px 4px 3px 4px;
  background: #ffffff;
  color: inherit;
}

#srodek {
  position: relative;
  color: inherit;
  background: #ffffff url('../gfx/tlo_srodek.gif') repeat-y;
  height: auto;
}

#baner {
  position: relative;
  height: 259px;
  z-index: 1;
}

#baner_linki {
  position: absolute;
  color: #9f0101;
  background: inherit;
  font-size: 9px;
  left: 20px;
  top: 17px;
  z-index: 10;
}

#linki_gora {
  position: relative;
  height: 49px;
  background: url('../gfx/tlo_gora.jpg') repeat-x;
  z-index: 1;

}

#div_szukaj {
  position: absolute;
  top: 259px;
  right: 3px;
  width: 258px;
  height: 71px;
  background: url('../gfx/tlo_szukaj.jpg') no-repeat;
  z-index: 100;
}

#lewa, 
#lewa div {
  position: relative;
  width: 208px;
  float: left;
  font-size: 11px;
  color: #333333;
}

#lewa_odstep {
  position: relative;
  width: 15px;
  float: left;
}

#prawa {
  position: relative;
  width: 530px;
  float: left;
}

#dol {
  background: #cb0000 url('../gfx/dol.jpg') no-repeat;
  color: #f6d1d1;
  width: 759px;
  height: 105px;
  text-align: center;
}



