@media screen {

#tytul {
	font-size: 24px;
	color: #aa1100;
	background-color: inherit;
}

a {
	text-align: inherit;
}

a:hover {
	color: blue;
	background-color: inherit;
}

a:link {
	color: #3db316;
	background-color: inherit;
}

a:visited {
	color: black;
	background-color: inherit;
}

div
{
	border-color:#a8e3a8;
	border-width:thin;
	border-style: solid;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
	color: #565656;
	font-family: Times New Roman, serif;
}

div.none {

	color: inherit;
	background-color: inherit;
	border-style: none;

}

div.opis {

	border-style: none;
	float:left;
	width: 190px;
	height: 230px;
}

div.linki {

	float: left;
	width: 140px;
}

div.menu {

	width: 800px;
}

div.center {

	float: left;
	width: 638px;
}

div.stopka {

	float: left;
	width: 800px;
	clear: both;
}

div.stopka p {
	color: gray;
	background-color: inherit;
}

div.srodek {
	border-style: none;
	/*float: left;*/
	text-align: center;
	width: 100%;
}

div.prawo {
	border-style: none;
	float: left;
	text-align: right;
	float: right;
}

span.italic {
	font-style: italic;
}

.img-shadow {
  float:left;
  border-style: none;
  background: url(shadow.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  padding: 0px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  /*border: 1px solid #a9a9a9;*/
  margin: -6px 6px 6px -6px;
  /*padding: 4px;*/
  }

img {
	/*padding: 10px;
	margin: -6px 6px 6px -6px;
	background: url(shadow.png) no-repeat bottom right;*/

}

div.menu img {
	padding: 0px;
}

p { 
	text-align: left;
	text-indent: inherit;
}

p:first-letter {
	font-weight: inherit;
	font-size: inherit;
}

p.akapit {
	text-indent: 20px;
	text-align: justify;
}

p.akapit:first-letter {
	font-weight: bold;
	font-size: 14pt;
}

img {
	border-style:none;
}

img.right {
	text-align: right;
}

ul
{
	list-style-type: disc;
	list-style-image: url(ul.png);
	list-style-position: outside;
}

h2.title {
	font-size: 20pt;
	clear: both;
}
}

@media print {
#tytul {
	font-size: 24px;
	color: #aa1100;
	background-color: inherit;
}

a:hover {
	color: black;
	background-color: inherit;
}

a:link {
	color: black;
	background-color: inherit;
}

a:visited {
	color: black;
	background-color: inherit;
}

div
{
	border-color: #CCCC33;
	border-width: thin;
	border-style: none;
	padding: 5px;
	margin: 5px;
	vertical-align: top;
}

div.opis {
	border-style: none;
	float:left;
	width: 190px;
	height: 230px;
}

div.linki {
	
	float: left;
	width: 80px;
}

div.menu {
	width: 790px;
}

div.center {
	float: left;
	width: 690px;
}

div.stopka {
	float: left;
	width: 790px;
	clear: both;
}

div.stopka p {
	color: gray;
	background-color: inherit;
}

div.srodek {
	border-style: none;
	float: left;
	text-align: center;
	width: 100%;
}

span.italic {
	font-style: italic;
}

p:first-letter {
	font-weight: bold;
	font-size: 14pt;
}

img {
	border-style:none;

}

ul
{
	list-style-type: disc;
	list-style-image: url(ul.png);
	list-style-position: outside;
}

h2.title {
	font-size: 20pt;
	clear: both;
}
}

