@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: tahoma;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.lewe_tlo {
	background-image: url(../images/01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.prawe_tlo {
	background-image: url(../images/02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.top {
	background-image: url(../images/03.jpg);
	background-repeat: no-repeat;
}
a:link, a:visited {
	color:#000000;
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	color:#000000;
	font-size: 11px;
	text-decoration:underline;
}