@media screen {
	th {
		text-align: center;
	}
	input {
	  font-family: "Verdana", sans-serif;
	  font-size: 10px;
	  width:100px;
	  border: 1px solid black;
	}
	form {
	  margin: 35px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	}
	body {
	  margin: 0px 0px 0px 0px;
	  padding: 0px 0px 0px 0px;
	  background-color: white;
	}
	table, tr, td {
		border-color: black;
		border-collapse: collapse;
	}
	div {
	  font-family: "Verdana", sans-serif;
	  font-size: 10px;
	}
	.tytul {
		font-weight: bold;
	}
	.linknieaktywny {
		text-transform: uppercase;
  	display: block;
  	background-position: 5px 7px;
  	background-image: url(obr/arrow_beige.gif);
  	background-repeat: no-repeat;
  	padding: 4px 0px 4px 17px;
  	margin: 0px 0px 0px 0px;
  	width: 151px;
  	color: #E7E7D6;
  	font-weight: bold;
	}
	span.menugorne, a.menugorne, a.menugorne:link, a.menugorne:active, a.menugorne:visited {
  	display: inline;
  	background-position: 5px 2px;
  	background-image: url(obr/arrow_blue.gif);
  	background-repeat: no-repeat;
		padding: 0px 17px 0px 17px;
	  margin: 0px 0px 0px 0px;
	  line-height: 22px;
	  color: white;
	  text-decoration: none;
	  font-weight: bold;
	}
	a.menugorne:hover {
	  display: inline;
	  background-position: 5px 2px;
	  background-image: url(obr/arrow_blue.gif);
	  background-repeat: no-repeat;
	  padding: 0px 17px 0px 17px;
	  margin: 0px 0px 0px 0px;
	  line-height: 22px;
	  color: white;
	  text-decoration: underline;
	  font-weight: bold;
	}
	
	a.menugorne1, a.menugorne1:link, a.menugorne1:active, a.menugorne1:visited {
	color:#ffffff;
	text-decoration:none;}
	
	a.menugorne1:hover {
	color:#ffffff;
	text-decoration:underline;}
	
	a, a:link, a:active, a:visited {
	  color: #DE2831;
	  text-decoration: underline;
	}
	a:hover {
	  color: #4E5F63;
	  text-decoration: none;
	}
	a.linkbialy, a.linkbialy:link, a.linkbialy:active, a.linkbialy:visited {
	  color: #FFFFFF;
	  text-decoration: none;
	}
	a.linkbialy:hover {
	  color: #FFFFFF;
	  text-decoration: underline;
	}
	a.linkczarny, a.linkczarny:link, a.linkczarny:active, a.linkczarny:visited {
	  color: #000000;
	  text-decoration: none;
	}
	a.linkczarny:hover {
	  color: #000000;
	  text-decoration: underline;
	}
	a.menu, a.menu:link, a.menu:active, a.menu:visited {
		text-transform: uppercase;
  	display: block;
  	padding: 4px 4px 4px 17px;
  	margin: 0px 0px 0px 0px;
	  color: #E7E7D6;
	  text-decoration: none;
	}
	a.menu:hover {
		text-transform: uppercase;
	  display: block;
	  padding: 4px 4px 4px 17px;
	  margin: 0px 0px 0px 0px;
	  color: #E7E7D6;
	  text-decoration: underline;
	}
h2 {
	font-size: 14px;
	font-weight: bold;
}
	h1 {
		text-transform: uppercase;
	  display: block;
	  font-size: 18px;
	  color: white;
	  margin: 0px 0px 0px 0px;
	  padding: 10px 10px 10px 10px;
	  width: 376px;
	  background-color: #9CBEC6;
	}
	.zajawkaprawa {
		width:182px;margin:0px 0px 0px 0px;
		padding:5px 17px 5px 17px;
	}
	td.tdl {
		width:168px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	td.tds {
		width:396px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	td.tdp {
		width:216px;
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	table.tablestopka {
		width:780px;
	}
}
@media print {
	form {
		display: none;
	}
	body {
	  background-color: white;
	}
	td, div {
	  font-family: "Verdana", sans-serif;
	  font-size: 12pt;
	}
	.linknieaktywny {
  	display: none;
	}
	span.menugorne, a.menugorne, a.menugorne:link, a.menugorne:active, a.menugorne:visited {
  	display: none;
	}
	a.menugorne:hover {
	  display: none;
	}
	a.menu, a.menu:link, a.menu:active, a.menu:visited {
  	display: none;
	}
	a.menu:hover {
	  display: none;
	}
h2 {
	font-size: 14pt;
	font-weight: bold;
}	h1 {
		text-transform: uppercase;
	  font-size: 18pt;
	  display:block;
	  color: black;
	}
	.zajawkaprawa {
		display: none;
	}
	td.tdl {
		display:none;
	}
	td.tds {
		display:block;
		padding: 2pt 2pt 2pt 2pt;
		margin: 0px 0px 0px 0px;
	}
	td.tdp {
		display:none;
	}
	table.tablestopka {
		width:100%;
	}
}
