#container
{
  position:absolute;
  margin-left:-501px;
  left:50%;
  background-color: #f2f2f2;

}
#contentContainer
{
  
  float:left;
  width:              1002px;
  height:             auto;
  padding:0;
  border-top: 1px solid #e6e6e6;
  padding-top:3px;

  
}

#contentContainer.tableContainer
{
  
  background:       url(../../images/containerTableBackground.png);
  background-repeat: repeat-x;
  border:none;
  padding:0;
    padding-bottom:15px;

}


#topPanel
{
  width:               1002px;
  height:              128px;
  background-color:    white;

}

#logo
{
  width:               274px;
  height:              33px;
  position:            absolute;
  left:                0px;
  top:                 41px;
  background:          url(../../images/logo.png);
  background-repeat:   no-repeat;
  margin:0;
}
#logo a
{
  cursor:              pointer;
  display:             block;
  width:               244px;
  height:              90px;
}
#ksiegarnia
{
  position:            absolute;
  top:                 60px;
  left:                321px;
  width:               162px;
  height:              19px;
  background:          url(../../images/ksiegarnia.png);
  background-repeat:   no-repeat;
}

#ksiegarnia a
{
  cursor:              pointer;
  display:             block;
  width:               178px;
  height:              19px;
}








