html, body {
    text-align: left;
    background: url('images/bg_page.gif');
    margin: 0px;
    padding: 0px;
    font-family: Tahoma;
    font-size: 8pt;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #a8a8a8;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
    font-size: 12px;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #D82521;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
    font-size: 12px;
}

/* INDEX */
.text {
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
}
.text_lg,  .text_lg a:link , .text_lg a:visited { /* l - left j-justify; g-gray */
	font-size: 11px;
	color: #868686;
	text-align: left;
}
.text_lg a:hover  {
	color: #D82521;
}
.text_lgb,  .text_lgb a:link , .text_lgb a:visited { /* l - left j-justify; g-gray; b-bold */
	font-size: 11px;
	font-weight: bold;
	color: #868686;
	text-align: left;	
}
.text_lgb a:hover  {
	color: #D82521;
}
.text_jg { /* l - left j-justify; g-gray */
	font-size: 11px;
	color: #868686;
	text-align: justify
}
.text_jr { /* l - left j-justify; r-red */
	font-size: 11px;
	color: #DB241E;
	text-align: justify
}
/* MENU SITE */
.menu_site, .menu_site a:link , .menu_site a:visited {
	font-size: 10px;
	color: #868686; /* szary A7A4A4; 868686*/ 
	text-align: center;
}
.menu_site a:hover  {
	color: #D82521;
}
.menu, .menu a:link , .menu a:visited {
  	background-color: #F1F1F1;
	font-size: 13px;
	font-weight: bold;
	color: #868686; /* szary */
	text-align: center;
	
}
.menu a:hover  {
	color: #D82521;
}
.stopka, .stopka a:link , .stopka a:visited {
	font-size: 10px;
	color: #b7b7b7;
	text-align: left;
	vertical-align: bottom;
	
}
.stopka a:hover  {
	color: #D82521;
}
/* KONTAKT */
.kontakt_mapa {
	font-size: 11px;
	font-weight: bold;
	color: #052377; /* niebieski */
	text-align: left;
}
/* COPYRIGHT*/
.copyright {
	font-size: 9px;
	text-align: center;
	color: #9F9F9F; /*#D7D7D7 */
	margin-top: 10px;
}
.ipolisa, .ipolisa a:link, .ipolisa a:visited{
	font-size: 9px;
	text-align: center;
	color: #ACACAC;
	margin-top: 10px;
}
.ipolisa a:hover{
	font-size: 9px;
	text-align: center;
	color: #FF0000;
	margin-top: 10px;
}
/* OBRAZKI UKRYTE*/
.hiddenImg {
  	display:none;
}


