@media print { 

body {
	background-color: #FFFFFF;
	background-: none;
	margin-right: 0;
	margin-left: 0;
	line-height: 0;
	color: #000000;
	}

#glowka {
display: none;
}

#menuLewe {
display: none;
}

#menuPrawe {
display: none;
}

#menuPoziome {
display: none;
}

#stopka {
display: none;
}

.naglowek {
display: none;
}

h1, h2, h3, h4, h5, h6 { 
color: #000000;
page-break-after: avoid; page-break-inside: avoid 
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

blockquote, pre { 
page-break-inside: avoid 
}

ul, ol, dl { 
page-break-before: avoid 
}	

#tresc { 
 position:absolute; 
 padding:10px 10px 10px 10px;
 color: #000000;  
 margin-left: 20px;
 width: 95%;
}

.tresc{
	width: 100%;
	position: absolute;
	margin-top: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	left: 0;
	color: #000000;
}

#tabela {
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 30px;
}

#print-head {
  display: block;
  position: fixed;
  top: 0pt;
  left:0pt;
  right: 0pt;

  font-size: 150%;
  text-align: center;
  }

#print-foot {
  display: block;
  position: fixed;
  bottom: 0pt;
  right: 0pt;

  font-size: 150%;
  }
  
p {
	color: #000000;
}
}



