body {
   background-image:none;
   background: white;

   font-size: 10pt;
   }
#mainHeader,
#offer,
#breadcrumb,
#designby
{
   display: none;
   }
 html, .header, #conteiner{background: transparent none;}
 #conteiner {width:auto; overflow:visible;}
 #section  {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
//wyswietla wartosc href za nazwa linku
a:link:after,
a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}
