body {
   background-image:none;
   background: white;

   font-size: 12pt;
   }
 #header, #scroller, #menu, #language_menu, #indicator_services, #indicator_down, #indicator_portfolio, #indicator_home, #indicator_contact, #inquiryForm, ul.pagination {
   display: none;
   }
body, blockquote, #container, .mainContentArticle, .article, .more_info, .aside, #footer, #footer .contact  {background: transparent none;}
 #container {width:auto; overflow:visible;}
 .mainContent .article, .mainContent .more_info  {
   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%;
}