/*------ Uklad strony ----*/
body {
	margin: 0;
	height: 100%;
}
#pasek {
	background-image: url(images/pasek.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 101px;
	position: absolute;
	z-index: 2;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 270px;
	height: 150px;
	position: absolute;
	z-index: 4;
}
#menu {
	left: 233px;
	height: 60px;
	width: 547px;
	top: 47px;
	position: absolute;
	z-index: 4;
	text-align: left;
}
#copyright {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(images/copyright.png);
	height: 35px;
	width: 400px;
	z-index: 5;
	text-align: right;
}
#srodek {
	color: White;
	font-family: Sylfaen, sans-serif;
	padding: 20px;
	width: auto;
	z-index: 1;
	position: absolute;
	margin-top: 128px;
	left: 0;
}
/* ----- licznik ----- */
span.licznik {
	line-height: 25px;
	margin-right: 3px;
	font-size: 12pt;
	color: Gray;
	font-weight: bold;
}
#copyright a {
	text-decoration: none;
	color: Gray;
}
/* ----- fonty ----- */
.linia {
	border-bottom: 2px solid #583F60;
	margin-top: 1em;
	color: #B2ABD1;
	margin-bottom: .5em;
	font-size: x-large;
	font-weight: bold;
}
.com {
	font-size: large;
}
p {
	text-indent: 30px;
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	list-style-type: square;
	margin-top: 0.3em;
	margin-left: 10px;
	list-style-image: url(images/kropka.gif);
}
a {
	text-decoration: underline;
	color: #B2ABD1;
}
img {
	border: 0;
}
span.swap{
	display: none;
}