.lewy {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 165px;
	padding: 5px;
}

.prawy {
	position: relative;
	margin-left: 170px;
	top: 0px;
	padding: 10px;
}

body {
	font-family: calibri, tahoma, verdana; arial, sans-serif;
	text-decoration: none;
	background-image: url('images/backj.gif');
}

a, a:active, a:visited {
	color: blue;
}

ul.opis {
	font-family: 'Times New Roman';
	font-size: small;
	color: midnightblue;
}

p.opis {
	font-family: 'Times New Roman';
	text-align: justify;
	color: midnightblue;
	font-size: small;
}

p.naglowek {
	background-color: aqua;
	text-align: center;
}

p.podglowek {
	font-weight: bolder;
	color: blueviolet;
	background: aliceblue;
}

p.podpis {
	font-style: italic;
	font-size: small;
	text-align: right;
}

ul#mainlist {
	text-align: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: small;
}

ul#mainlist li {
	display: block;
	margin: 0px;
	padding: 2px;
}

ul#mainlist li a {
	display: block;
	width: 100%;
	padding: 0.2em 0.1em 0.2em 0.2em;
	border-width: 1px;
	border-color: blue;
	border-style: solid;
	color: #777;
	text-decoration: none;
	background: lightcyan;
}

#main>ul#mainlist li a {
	width: auto;
}

ul#mainlist li#active a {
	background: lightyellow; 
	color: mediumblue;
}

ul#mainlist li a:hover, u#mainlist li#active a:hover {
	color: mediumblue;
	background: lightyellow;
	border-color: gold goldenrod goldenrod gold;
}
