html { background-color: #F7F8FC; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
a img { border: 1px solid #D6D6D6; }
.baza { width: 95%; border: 1px solid gray; }
.baza td { text-align: left; }
.baza .szczegoly { width: 130px; }
.baza .rowA { background-color: #e6edf3; }
.baza .rowB { background-color: #cedeed; }
.no-print { color: gray; }
.no-print a { color: gray; }

@media print {
html { background-color: white; font-size: 12px; font-family:Verdana, Arial, Helvetica, sans-serif; }
.baza { width: 100%; border: none}
.baza td { text-align: left; }
.baza .szczegoly { width: 130px; }
.baza .rowA {  }
.baza .rowB {  }
.no-print { display: none; }
}

#header{
  
  background: url(d2d_top.jpg) no-repeat ;
  width:600px;
  height:246px;
  float:fight;
}

#main{
  background: url(d2d_back.jpg) repeat-y ;
  width:600px;
}

#content{
  padding-left: 90px;
  padding-right: 40px;
  line-height: 1.5;
  font-size: 11px;
}

#content a{
  color: #B80701; 
}

#nazwa{
  font-weight: bold;
}

.zamknij{
  background: url(close_ico.gif) no-repeat ;
  width:44px;
  height:49px;
  border:none;
}

#footer{
  clear:both;
  background: url(d2d_bottom.jpg) no-repeat ;
  width:600px;
  height:10px;
}

