body{
  margin: 0px;
  padding:0px;
  background-image: url(images/tlo.gif);
  background-color: #5b83c2;
  font-family: Verdana,Times New Roman, Arial;
  font-size: 13px;
}
h1{
  font-size: 14px;
  font-weight: bolder;
  font-style: oblique;
  font-variant: small-caps;
  margin-left:25px;
  margin-right:20px;
}


#lewa {
  position:absolute;
  left: 0px;
  top: 0px;
  width:200px;
  height:100%;
}
#prawa{
   position:relative;
   width:600px;
   height:100%;
   margin-left: 300px;

}
#logo {
    position: relative;
  margin-top:30px;
  height:150px;
  width:600px;
  float:left;

}
#tresc{
  position: relative;
  background-image: url(images/srodek.png);
  background-repeat: repeat-y;
  height: 100%;
  width: 600px;
  float:left;
}

 p{
   position:relative;
   width: 560px;
    margin-left:25px;
    margin-right:20px;
 }
lu,li{
  position: relative;
    padding-left: 50px;
    list-style: none;
  }
table{
 position:relative;
 padding-left: 50px;
}
 a,img {

   border-style: none;
   text-decoration: none;
   border: none 0px #FFFFFF;
 }

