
/* CSS Document */
A:link {color: #434747; text-decoration: none}
A:visited {color: #434747; text-decoration: none}
A:active {color: #B5383C; text-decoration: none}
A:hover {color: #B5383C; text-decoration: none}

.body {
	font-family: verdana, arial, geneva, helvetica, lucida, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #434747;
	background-image:url(img/tlo.jpg);
	background-repeat:repeat-x;
	background-color:#f7f398;
}

.naglowki_male {
	font-size:14px;
}

.pasek_czerw {
	background-image:url(img/pasek.jpg);
	background-repeat:repeat-y;
}

.pasek_czerw_pion {
	background-image:url(img/pasek_pion.jpg);
	background-repeat:repeat-x;
}

.czerwone_litery {
	color:#CC0000;
	font-size:14px;
	font-weight:600;
}

.czerwone_litery_male {
	color:#CC0000;
	font-size:11px;
}

.czerwone_litery_duze {
	color:#CC0000;
	font-size:17px;
	font-weight:600;
}

.tlo_tabela {
	background-image:url(img/tab_tlo.jpg);
	background-repeat:repeat-y;
	text-align:center
}

.stopka {
	font-size:9px;
	color:grey;
}




