body {
	background: white;
	font-size: 12pt;
}

#menu, .dogory, .poprzednianastepna {
	display: none;
}
	
#strona, #container {
	width: auto; 
	margin: 0 0 0 0.5cm;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}

#container {
	padding-top: 1.5cm;
}

a:link, a:visited {
	color: navy;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a.hidelinkwhenprint {
	color: inherit;
	background: inherit;
	font-weight: inherit;
	text-decoration: inherit;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

h2 {
	/* font-weight: bold; */
	border-bottom: 1pt solid black;
	font-size: 15pt;
}

#container a:after {
   content: " [http://swe.katowice.pl/" attr(href) "]";
   font-size: 80%;
   font-family: Courier New;
   text-decoration: none !important;
   font-weight: normal;
}

#container a[href^="/"]:after {
  content: " [http://swe.katowice.pl" attr(href) "]";
}

#container a[href^="?"]:after {
  content: " [http://swe.katowice.pl/" attr(href) "]";
}

#container a[href^="http:"]:after, #container a[href^="mailto:"]:after, #container a[href^="ftp:"]:after, #container a[href^="gg:"]:after, #container a[href^="skype:"]:after {
   content: " [" attr(href) "]";
}

#container a[href^="tel:"]:after, #container a.hideurlwhenprint:after, #container a.hidelinkwhenprint:after, #container a[name]:after {
   content: none;
}