body {
	background: url('tlo.jpg') top center repeat-x;
	padding: 0 0 50px 0;
	margin-bottom: 50px;
	font: normal 17px Arial;
	color: #505050;
}
#muszelka {
	z-index: -1;
	width: 280px;
	height: 212px;
	background: url('muszelka.png');
	position: fixed;
	bottom: 0;
	right: 0;
}
#menu {
	margin-top: 0;
	text-align: right;
}
#menu a {
	font-weight: bold;
	font-size: 16px;
	color: #3e767e;
	padding: 10px;
	margin: 0px;
	display: inline-block;
	text-decoration: none;
}
#menu a:hover {
	color: white;
	background: #3fa4b1;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: -webkit-gradient(linear, left top, left bottom, from(#00b1e4), to(#007fa3));
	background: -moz-linear-gradient(top,  #00b1e4,  #007fa3);
	box-shadow: 0px 0px 8px #007fa4;
}
#tresc {
	position: absolute;
	margin-top: 410px;
}
p {
	text-align: justify;
	line-height: 1.5em;
}
a {
	color: #149be5;
	font-weight: bold;
	text-decoration: underline;
}
li {
	list-style: circle;
}
img {
	border: none;
}
h1 {
	color: #7c9b00;
	border-bottom: 1px dashed #d5d5d5;
	font-weight: normal;
	font-size: 32px;
}
.datownik {
	color: #afafaf
}
.newsy {
	background: #eaeaea url('lisc.png') right top no-repeat; -webkit-gradient(linear, left top, left bottom, from(#eaeaea), to(#d2d2d2));
	background: #eaeaea url('lisc.png') right top no-repeat; -moz-linear-gradient(top,  #eaeaea,  #d2d2d2);
	padding: 20px;
	-moz-border-radius: 15px;
	border-radius: 15px;
  box-shadow: 5px 5px 8px #d2d2d2;
}
img {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
