#container{
  /*background: #FFFFFF;*/
  width: 100%;

}
#container_head{
  background: #FFFFFF;
  width: 100%;
  height: auto;
  text-align: center;
}
#head {
  width: 880px;
  height: 116px;
  margin: 0 auto 0 auto;
}
#container_body{
  background: #051725;
  width: 100%;
  height: auto;
  text-align: center;
  background-image: url(../pic/container_body.jpg); 
  background-repeat: repeat-x;
  background-position: 50% 0%;
}
#page_body{
  width: 880px;
  height: auto;
  /*background: #BBBBBB;*/
  margin: 0 auto 0 auto;
  
}
#leftside {
  width: 630px;

  /*background: #000000;*/ 
   float: left;
}

#rightside {
  width: 250px;
    float: right; 
    /*background: #A1AEAE;*/
    overflow:hidden;
}
#container_stopka{
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
}
#stopka {
  clear: both;
  width: 880px;
  margin: 0 auto 0 auto;
}
#menu {
  width: auto;
/*  padding-left:45px;*/
    height: 93px;

   float: right;
}
#logo {
  width: 320px;
 /* background: #EEEEEE; */
 float: left;
 clear: both;

}
#haslo {
  width: 620px;
  height: 34px;
  clear: both;
}

.przedzialka_pod_menu{
  height: 1px;
  background-color: #B3AFAE;
}
.pod_menu{
  /*background-color: #58585a;
  color: #FFFFFF;*/
  padding: 10px 0px 0px 0px;
}
.pod_menu2{
  /*background-color: #58585a;
  color: #FFFFFF;*/
  padding: 10px 0px 0px 10px;
}
#tlo_tresc{
  width: 630px;
  /*background-color: #FFF8F0;*/
 /* margin: 0px 0px 0px 0px;*/
  padding: 3px 0px 5px 2px;
  text-align: left;
  /*background-image: url('../pic/tresc_tlo.jpg');
  background-repeat: repeat-x;*/
}


