@charset "utf-8";
body {
	background-color: #f6f5f1;
	margin: 0px;
}
.tlostopka {
	background-image: url(img/tlo-stopka.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tlolewe {
	background-color: #fefefe;
	background-image: url(img/tlo-bok-lewy.jpg);
	background-repeat: repeat-x;
}
.tloprawe {
	background-color: #fefefe;
	background-image: url(img/tlo-bok-prawy.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.tlobokprawy {
	background-image: url(img/bok-prawy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 56px;
	height: 753px;
}
.tloboklewy {
	background-image: url(img/bok-lewy.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 753px;
	width: 147px;
}
.tlogora {
	background-image: url(img/bok-prawyspacer.jpg);
	background-repeat: powtórz-3;
	background-position: right top;
}
.tlosrodek {
	background-color: #fefefe;
	background-image: url(img/gora_r7_c1.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.tutul {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #AC8B4D;
	padding: 5px;
	font-weight: bold;
}
a.m:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #DD8651;
	text-decoration: none;
}
a.m:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D48D61;
	text-decoration: none;
}
a.m:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C2BEA5;
	text-decoration: none;
}
a.m:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #D27843;
	text-decoration: none;
}
.liniapozioma {
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C2BEA5;
}

.tekst {
	font-family: Tahoma;
	font-size: 11px;
	color: #5e3603;
	text-decoration: none;
	padding: 5px;
}

