/*===============================================*/
/* LINKI UZYTKOWNIKA */
/*===============================================*/

a:link, a:visited {
 	font-family: Georgia;
 	font-style: normal;
	color: #9b1d08;
	text-decoration: underline;
}
a:hover {color:#000000; text-decoration :underline; }
a:active {color:#000000;} 

a.link1:link, a.link1:visited {
 	font: 10px Georgia;
 	font-style: normal;
	color: #9b1d08;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 12px;
}
a.link1:hover {color:#545454; background-color:transparent;text-decoration:none; line-height: 12px;}
a.link1:active {color:#545454; background-color:transparent;text-decoration:none; line-height: 12px;} 

a.link2:link, a.link2:visited {
 	font: 11px Georgia;
 	font-style: normal;
	color : #000000;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 13px;
}
a.link2:hover {color:#545454; background-color:transparent;text-decoration:none; line-height: 13px;}
a.link2:active {color:#545454; background-color:transparent;text-decoration:none; line-height: 13px;}

a.link2b:link, a.link2b:visited {
 	font: 11px Georgia;
 	font-style: normal;
	color : #ffffff;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 13px;
}
a.link2b:hover {color:#ffffff; background-color:transparent;text-decoration:none; line-height: 13px;}
a.link2b:active {color:#ffffff; background-color:transparent;text-decoration:none; line-height: 13px;}

a.link3:link, a.link3:visited {
 	font: 13px Georgia;
 	font-style: normal;
	color: #9b1d08;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom:1px #c2c2c2 solid;
	text-decoration:none;
	line-height: 16px;
}
a.link3:hover {color:#545454; background-color:transparent;text-decoration:none;border-bottom: 1px #e10000 solid; line-height: 16px;}
a.link3:active {color:#545454; background-color:transparent;text-decoration:none;border-bottom: 1px #e10000 solid; line-height: 16px;}

a.link4:link, a.link4:visited {
 	font: 16px Georgia;
 	font-style: normal;
	color : #9b1d08;
	font-weight : bold;
	letter-spacing: 0px;
	border-bottom: 1px #c2c2c2 solid;
	text-decoration: none;
	line-height: 18px;
}
a.link4:hover {color:#545454; background-color:transparent;text-decoration:none;border-bottom: 1px #e10000 solid; line-height: 18px;}
a.link4:active {color:#545454; background-color:transparent;text-decoration:none; border-bottom: 1px #e10000 solid; line-height: 18px;} 


/*===============================================*/
/* LINKI GLOBALNE */
/*===============================================*/

a.rejestr_zmian:link, a.rejestr_zmian:visited {
	font: 10px Georgia;
 	font-style : normal;
	color : #9b1d08;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 12px;
	}
a.rejestr_zmian:hover {color:#000000; background-color:transparent;text-decoration :none; line-height: 12px;}
a.rejestr_zmian:active {color:#000000; background-color:transparent;text-decoration :none; line-height: 12px;}

/*===============================================*/
/* MENU TYP 1 MOOTOOLS - menu pionowe */ 
/*===============================================*/
/* Korzen = poziome, Podmenu = pionowe */
div.mainmenu {

}

ul.mainmenu {
 margin: 0px;
 padding: 0 0 0 0px;
 border: 0px none;
 width: auto; /*For KHTML*/
 list-style: none;
 text-align:left; 
 height: 35px;
}

ul.mainmenu li {
 z-index: 100;
 margin: 0px;
 margin-right: 1px;
 margin-top: 3px;
 border: 0px none;
 padding: 0px;
 float: left; /* Gecko*/
 display: block !important;
 display: inline; /* IE*/
 list-style: none;
 position: relative;
}

/* PODMENU */
ul.mainmenu ul {
 margin: 0px;
 border: 0px none;
 padding: 0px;
 width: 200px;
 list-style: none;
 display: none;
 position: absolute;
 top: 38px;
 left: 0;
}

ul.mainmenu ul:after /* IE 7 */{
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ".";
 height: 0;
 visibility: hidden;
}

ul.mainmenu ul li {
 width: 180px;
 float: left; /*IE 7 */
 display: block !important;
 display: inline; /* IE*/
 margin-top:-1px;
 padding: 0px;
}

/* Menu glowne */
ul.mainmenu a,
ul.mainmenu a:visited {
 border: solid 0px #716f6f;
 padding: 6px 9px 5px 9px;
 float: none !important; /* Opera*/
 float: left; /* IE*/  
 display: block;
 color: #fff;
 font: 11px Georgia;
 text-decoration: none;
 font-weight: bold;
 height: auto !important;
 height: 1%; /*For IE*/
 line-height:26px;
 background: url("menu-top_button.png") repeat; 
}

/* Menu glowne akcja */
ul.mainmenu a:hover,
ul.mainmenu a.zaznacz {
 color: #fff;
 background: url("menu-top_button_on.gif") repeat-x top #ffffff;
}

/* 2nd Menu */
ul.mainmenu ul li a,
ul.mainmenu ul li a:visited,
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a,
ul.mainmenu li.iehover li a.zaznacz {
 float: none;
 background: #fff;
 border: solid 1px #efefef;
 padding: 5px 3px 5px 3px; 
 color: #000000;
 font: 11px Georgia;
 font-weight: normal;
 text-transform: none;
 text-align:left; 
}

ul.mainmenu li:hover li a:hover,
ul.mainmenu li.iehover li a:hover {
 float: none;
 background: #0066cc;
 border: solid 1px #efefef;
 color: #fff;
 font: 11px Georgia; 
}

ul.mainmenu ul ul {
 display: none;
 position: absolute;
 top: 0;
 left: 180px;
}

ul.mainmenu li:hover ul ul,
ul.mainmenu li.iehover ul ul {
 display: none;
}

ul.mainmenu li:hover ul,
ul.mainmenu ul li:hover ul {
 display: block;
}

ul.mainmenu li.iehover ul,
ul.mainmenu ul li.iehover ul {
 display: block;
}

li.persistHover,
a.persistHover
{
	background: #CCC;
	color: #FFF;
}

img.strzalka {position:absolute; right:1px; top:17px; width:5px;height:4px; border:0; }

span.counter {
	width: 12px;
	text-align: center;
	line-height: 20px;
	padding-left: 3px;
	background: #080808;
	color: white;
	font-size: 10px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}


/*===============================================*/
/* MENU TYP 3  - <div>*/
/*===============================================*/

/* header*/
#header-meni3 {  position:relative; top:0px; left:0px; padding:0px; margin:0px; width:500px; height:40px; float:left; z-index:1; }
#header-meni3 ul { padding: 12px 0px 0px 20px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto;}
#header-meni3 ul li { z-index: 100; margin: 0px; margin-right: 15px; border: 0px; padding: 0px  0px  0px  0px; float: left;  display: block !important; display: inline; list-style: none; position: relative;}
#header-meni3 h3 { font-family: Georgia; color: #751a00; font-size:18px; font-weight:normal; padding: 2px 2px 0px 2px; white-space: nowrap;}
#header-meni3 a { font-family: Georgia; text-decoration:none; height:15px; line-height:15px; padding: 0px 2px 0px 2px; color: #ffffff; font-size:18px; font-weight:normal;  white-space: nowrap;}
#header-meni3 a:hover, #meni3 a:active { color:#751a00; text-decoration: none;}


/*===============================================*/
/* MENU TYP 2 i MENU TYP 4 */
/*===============================================*/

#meni2_4 {
	margin: 10px 0px 10px 0px;
	padding:1px 1px 0px 1px;
	text-align:left;
	border:0px;
	background: none;
	height:1%;
border:1px solid #edeae1;
}

#meni2_4 h1 { font-family:Georgia;}

/* MAIN */
#meni2_4 div {
	font-size: 12px;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	color:#9b1d08;
	line-height: 12px;
	background: transparent;
}

#meni2_4 h1 {
	font-size: 12px;
	font-weight: normal;
	color:#ffffff;
	padding: 8px 5px 7px 16px;
	margin: 0px 0px 0px 0px;
	line-height: 12px;
	border:0;
	border-bottom:1px dotted #d3d9e1;
	background: url("/dokumenty/szablonyimg/20-strz4.gif") no-repeat 3px center #9b1d08;
	cursor:pointer;
}

#meni2_4 a {
	font-size: 12px; 
	color: #9b1d08;
	text-decoration: none;
	font-weight: normal;
	padding: 8px 5px 8px 16px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: 12px;
	display: block;
	border-bottom:1px dotted #d3d9e1;
	background: url("/dokumenty/szablonyimg/20-strz4.gif") #edeae1 no-repeat 3px center;
}

#meni2_4 a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 12px;
	padding: 8px 5px 8px 16px;
	background: url("strz4b.gif") no-repeat 3px center #9b1d08;
}

/* SUB */
#meni2_4 div.sub {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#9b1d08;
	line-height: 12px;
	background-color:transparent;
}

#meni2_4 h1.sub {
	font-size: 11px;
	font-weight: normal;
	color:#9b1d08;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 11px;
	border:0;
	border-bottom:0px dotted #d3d9e1;
	background: url("/dokumenty/szablonyimg/20-strz1.gif") no-repeat left center;
	cursor:pointer;
}

#meni2_4 a.sub {
	font-size: 11px; 
	color: #9b1d08;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 0px 5px 15px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: 11px;
	display: block;
	border-bottom:0px dotted #d3d9e1;
	background: url("/dokumenty/szablonyimg/20-strz1.gif") no-repeat left center;
}

#meni2_4 a.sub:hover {
	color: #9b1d08;
	text-decoration: none;
	font-weight: normal;
	line-height: 11px;
	padding: 5px 5px 5px 15px;
	border-bottom:0px dotted #d3d9e1;
	background: url("/dokumenty/szablonyimg/20-strz1.gif") no-repeat left center;
}



/* uklad poziomy - KLUBY*/
#meni4 { padding:0px;  margin:10px 0px 10px 0px; width:100%; border-bottom: 1px solid #cbc4af;}
#meni4 ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto;}
#meni4 ul li { z-index: 100; margin: 0px; margin-right: 1px; border: 0px; padding: 4px  0px  0px  0px; float: left;  display: block !important; display: inline; list-style: none; position: relative;}
#meni4 h3 { font-family: Georgia; color: #000000; font-size:14px; font-weight:normal; padding: 3px 10px 3px 10px; white-space: nowrap;   background: #d7d2c2 no-repeat center left;}
#meni4 a { font-family: Georgia; text-decoration:none; height:21px; line-height:21px; padding: 3px 10px 3px 10px; color: #ffffff; font-size:14px; font-weight:normal;  background: url("/dokumenty/szablonyimg/20-menu_tlo.gif") #fbebe4 repeat-x bottom left; white-space: nowrap; }
#meni4 a:hover, #meni3 a:active { background: #d7d2c2 no-repeat center left; color:#000000; text-decoration: none;}
#meni4 br {clear:both}

/*===============================================*/
/* MENU PODZIAL STRON W DZIALE */
/*===============================================*/
#meni_strony { min-height:25px; overflow:hidden;  margin: 15px 0px 15px 0px; float:right; }
#meni_strony div.act { float:left; margin: 0px 1px 0px 0px; color: #ffffff; font-size:9px; font-weight:normal; line-height:10px; padding: 10px 8px 10px 8px; overflow:hidden; background: url("/dokumenty/szablonyimg/20-strz_podzial.gif") no-repeat center bottom #9b1d08; border:0; } 
#meni_strony div.noact { float:left; margin: 0px 1px 0px 0px; color: #a7a7a7; font-size:9px; font-weight:normal; line-height:10px; padding: 10px 8px 10px 8px; overflow:hidden; background:#d7d2c2; border:0; } 
#meni_strony div.a { float:left; margin: 0px 1px 0px 0px;  padding: 0px; overflow:hidden; background:#d7d2c2; border:0; width:24px; } 
#meni_strony a { background:#d7d2c2; text-decoration:none; display: block; height: auto !important; height: 1%; line-height:18px; padding: 6px 8px 6px 8px; color: #9b1d08; font-size:9px; font-weight:normal; overflow:hidden;}
#meni_strony a:hover, #meni_strony a:active {background: #9b1d08; color: #ffffff; text-decoration: none;}

/*===============================================*/
/* MENU PODZIALU STRONY */
/*===============================================*/
a.menu_podzialu:link, a.menu_podzialu:visited { font-size:11px; color:#9b1d08; font-weight: normal; text-decoration:none; line-height:12px; padding:5px; background:#d7d2c2; border:0; }
a.menu_podzialu:hover,a.menu_podzialu:active { background:url("button_tlo.gif") repeat-x top #808080; color: #ffffff;  }
.menu_podzialu { font-weight: bold;color:#ffffff; text-decoration: none; font-size: 11px; line-height: 12px; padding: 5px;  background:url("button_tlo.gif") repeat-x top #808080;  border:0; }

/*===============================================*/
/* LISTWA NAWIGACYJNA */
/*===============================================*/
a.listwa_nawigacyjna:link, a.listwa_nawigacyjna:visited { font: 10px Georgia; font-style: normal; color: #9b1d08; font-weight: normal; letter-spacing: 0px; text-decoration:none; line-height: 12px; }
a.listwa_nawigacyjna:hover,a.listwa_nawigacyjna:active {color:#545454; background-color:transparent; text-decoration:none; border-bottom: 1px #e8e8e8 solid; line-height: 12px;}
.listwa_nawigacyjna { font-weight: normal; color:#9b1d08; font-size: 11px; line-height: 12px; }

/*===============================================*/
/* STYLE GLOBALNE  */
/*===============================================*/

/* COMMON */
.pad_y5 { padding-top:5px;padding-bottom:5px;}
.pad_y10 { padding-top:10px;padding-bottom:10px;}

.pad1 { padding:1px;}
.pad2 { padding:2px;}
.pad5 { padding:5px;}
.pad10 { padding:10px;}
.pad20 { padding:20px;}

.pad_x5 { padding-left:5px;padding-right:5px;}
.pad_x10 { padding-left:10px;padding-right:10px;}
.pad_x20 { padding-left:20px;padding-right:20px;}
.pad_x30 { padding-left:30px;padding-right:30px;}

.pad_b5 { padding-bottom:5px;}

.pad_t1 { padding-top:1px;}
.pad_t2 { padding-top:2px;}
.pad_t5 { padding-top:5px;}
.pad_t10 { padding-top:10px;}

.pad_l5 { padding-left:5px;}
.pad_l20 { padding-left:20px;}

.margin10 { margin:10px;}

.margin_y5 { margin-top:5px;margin-bottom:5px;}
.margin_y10 { margin-top:10px;margin-bottom:10px;}
.margin_y20 { margin-top:20px;margin-bottom:20px;}

.margin_x10 { margin-left:10px;margin-right:10px;}

.margin_b5 { margin-bottom:5px;}
.margin_b10 { margin-bottom:10px;}
.margin_b20 { margin-bottom:20px;}
.margin_b30 { margin-bottom:30px;}

.margin_t2 { margin-top:2px;}
.margin_t5 { margin-top:5px;}
.margin_t10 { margin-top:10px;}
.margin_t20 { margin-top:20px;}

.margin_l1 { margin-left:1px;}
.margin_l2 { margin-left:2px;}
.margin_l5 { margin-left:5px;}
.margin_l10 { margin-left:10px;}
.margin_l20 { margin-left:20px;}

.margin_r1 { margin-right:1px;}
.margin_r5 { margin-right:5px;}
.margin_r2 { margin-right:2px;}
.margin_r10 { margin-right:10px;}

.height1 {height: 1px;line-height: 1px; font-size:1px;overflow: hidden}
.height30 {height: 30px}

.width {width: auto}
.width0 {width: 0px;line-height:0px; font-size:0px;margin:0px;padding:0px}
.width100 {width: 100%}

.align_right {text-align:right;}
.align_left {text-align:left;}
.align_center {text-align:center;}

.left { float:left; overflow:hidden;}
.right { float: right; overflow:hidden; }
.clear { clear: both; }
.rel { position:relative; }

.sep1 { width: 10px; min-width:10px; float:left; }

.img_center {vertical-align:middle;}

a:active { outline: none; }
a:focus,object { -moz-outline-style: none; }

table { border-collapse:collapse; border-color:#d7d2c2; }

/* GENERAL */
html,body	{margin:0px; padding:0px; background-color:#ffffff;
	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
	color:#000000;
	text-decoration: none;
 	font-size : 12px;
 	letter-spacing : 0px;
 	min-height:100% !important;
}

form  {margin:0px;padding:0px;}

td,h5,h6  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#000000;
	text-decoration : none;
 	font-size : 12px;
 	letter-spacing :  0px;
}

.tytul_dzialu,h2  {
 	font-family: Georgia;
 	font-style: normal;
 	font-weight: normal;
 	color:#9b1d08;
	text-decoration: none;
 	font-size: 14px;
 	letter-spacing :  0px; 
	line-height: 14px; 
	padding: 0px;
	margin: 0px;
	text-align:left;
}

.tytul_tekstu,h1  {
 	font-family: Georgia;
 	font-style: normal;
 	font-weight: bold;
 	color:#9b1d08;
	text-decoration: none;
 	font-size : 14px;
 	letter-spacing :  0px; 
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	text-align:left;
	position:relative;
  }

.zajawka,h3  {
 	font-family: Georgia;
 	font-style: normal;
 	font-weight: normal;
 	color:#1a1a1a;
	text-decoration: none;
 	font-size: 12px;
 	letter-spacing :  0px; 
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

.tresc,h4,#txt  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#1a1a1a;
	text-decoration : none;
 	font-size : 12px;
line-height: 16px;
 	letter-spacing : 0px;
 	padding: 0px;
	margin: 0px;
}

.data {
 	font-family: Georgia;
 	font-style: normal;
 	font-weight: normal;
 	color: #000000;
	text-decoration: none;
 	font-size : 9px;
 	line-height: 10px; 
 	letter-spacing: 0px; 
}

.mapa_mala  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#000000;
	text-decoration : none;
 	font-size : 12px;
 	line-height: 14px; 
 	letter-spacing :  0px;  
}

.mapa_duza  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 16px;
 	line-height: 22px;
 	letter-spacing :  0px;
}

.archiwum  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 18px;
 	line-height: 20px; 
 	letter-spacing : 0px;
}

.rejestr_zmain {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 14px; 
 	letter-spacing :  0px;
}

.komunikat {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#000000;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 11px; 
 	letter-spacing :  0px;  
}

.wyniki {
 	padding:2px;
	border:1px #e8e8e8 solid;
	background-color:#e8e8e8;
}

.register  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#000000;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 12px; 
 	letter-spacing :  0px;  
}

.okna  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 18px; 
 	letter-spacing : 0px;
}

.ok  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#32A201;
	text-decoration : none;
 	font-size :14px;
 	letter-spacing: 0px
}

.blad  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#E30000;
	text-decoration : none;
 	font-size :14px;
 	letter-spacing: 0px
}

/*===============================================*/
/* MODULY */
/*===============================================*/

/* SONDY */
.kolor_sonda {background-color: #f1f1f1;}
.sonda_pyt  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 12px; 
 	letter-spacing :  0px;
  }

.sonda_odp  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#7e7e7e;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 12px; 
 	letter-spacing :  0px;
}

/* MODUL IMPORTY */
.import_nazwa  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration : none;
 	font-size : 12px;
 	line-height: 15px; 
 	letter-spacing :  0px;
}

.import_wartosc {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : bold;
 	color:#000000;
	text-decoration: none;
 	font-size : 11px;
 	line-height: 14px;
 	letter-spacing :  0px;
}


/* MODUL BAZY DANYCH i FORMULARZE*/
.box_ok {position:relative; height:1%; border:0px solid #ffffff; background: transparent; padding:2px 10px 2px 300px; text-align:left; margin-bottom:10px; color: #000000;}
.box_error {position:relative; height:1%; border:1px solid #ff0000; background: #ffd5d5;  padding:2px 10px 2px 300px; text-align:left;margin-bottom:10px;}
.box_error_info {position:relative; border:1px solid #ff0000; background: #ffd5d5;  padding:25px 10px 5px 10px; text-align:left;margin:10px 0px 10px 0px;width:80%;}
.form_naglowek {position:absolute;top:5px; left:5px; background:transparent; border:#000000 0px solid; text-align:right;  padding:0px; width:280px; color: #000000;  font-size:12px;}

/* AJAX */
div.ajaxloading {position:absolute; display:block; top:10px; left:10px; padding:5px; width:150px; background: #ffffff;color:#000000; border:1px solid #000000; z-index:1000; }

/*===============================================*/
/* RANKING */
/*===============================================*/

.rabidRating .wrapper {	cursor: pointer; background: #ccc; margin:5px 0 5px 0; }
.rabidRating .wrapper { overflow: hidden;  text-align:left;}
.rabidRating span,.rabidRating .wrapper { display: block; width: 110px; height: 25px; }
.rabidRating span { position: relative; top: 0; left: 0; text-indent: -999em; }
.rabidRating .ratingStars { display: block; background: url("/img/rating/gwiazdki.png") no-repeat center; }
.rabidRating .ratingFill { background-color: #0069ff; }
.rabidRating .ratingVoted {cursor: default; background-color: #ff0000; }
.rabidRating .ratingActive { background-color: #00f0ff; }
.rabidRating .ratingText { color: #a4a4a4; font-size:9px; }
.rabidRating .ratingText.loading { background: url("/img/ajax/loading1.gif") no-repeat; text-indent: -999em; }

/*===============================================*/
/* TAGI*/
/*===============================================*/

a.tagi6 { font-size: 2.1em; color:#000000; }
a.tagi5 { font-size: 1.9em; color:#000000; }
a.tagi4 { font-size: 1.7em; color:#000000; }
a.tagi3 { font-size: 1.5em; color:#000000; }
a.tagi2 { font-size: 1.2em; color:#000000; }
a.tagi1 { font-size: 1em; color:#000000; }


/*===============================================*/
/* STYLE UZYTKOWNIKA */
/*===============================================*/        
 
.text1  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#9b1d08;
	text-decoration : none;
 	font-size : 10px;
 	letter-spacing :  0px;  
}

.text2  {
 	font-family: Georgia;
 	font-style : normal;
 	font-weight : normal;
 	color:#000000;
	text-decoration: none;
 	font-size: 11px;
 	letter-spacing: 0px;
}

.text3  {
 	font-family: Georgia;
 	font-style: normal;
 	font-weight: normal;
 	color:#b3b3b3;
	text-decoration: none;
 	font-size: 14px;
 	letter-spacing: 0px;
}

/*===============================================*/
/* ZDJECIA */
/*===============================================*/
        
.foto {background-color:transparent; padding:2px; border:1px solid #f5f5f5;}
.foto_male_right {margin-left:10px;float:right; position:relative; display:block; padding:2px; border:1px solid #f5f5f5; }
.foto_male_left {margin-right:10px;float:left; padding:2px; border:1px solid #f5f5f5; }

/*===============================================*/
/* BOXY */
/*===============================================*/

/* GLOBALNE */
.box_spec1 {border:1px solid #cbc4af; background: transparent; padding:8px;}
.tlo_strona { width:100%; text-align:center; background: url("/dokumenty/szablonyimg/20-bg_tlo.jpg") #f5f2e9 repeat top;  }

/* UZYTKOWNIKA */
.box1 {border:1px solid #cbc4af; background-color: transparent; padding:5px; margin-bottom:10px; height:1%;}
.box2 {border:1px solid #cbc4af; background: url("/dokumenty/szablonyimg/20-box_tlo2.gif") #ffffff no-repeat top left; padding:5px; margin-bottom:10px; height:1%;}
.box3 {border:1px solid #000000; background:transparent; padding:5px; margin-bottom:10px; height:1%;}

.box_button { height:1%; width:60px; overflow:hidden;  cursor: pointer; }
.box_fade { overflow:hidden; cursor: pointer;}

.linia-poziom {width: auto;line-height:0px; font-size:0px;margin:0px;padding:0px;overflow: hidden; background: url("/dokumenty/szablonyimg/20-line_poziom1.gif") no-repeat; height:2px}
.box-linia-pion {background: url("/dokumenty/szablonyimg/20-line_pion1.gif") no-repeat right top; padding-right:40px; }
.box-linia-pion-sub {background: url("/dokumenty/szablonyimg/20-line_pion1.gif") no-repeat right top; padding-right:10px; }

#strona { padding:0px 0px 0px 0px; margin:0px;  background: url("/dokumenty/szablonyimg/20-bg_cien.png") no-repeat top center; }
#header { position:relative; display:block; padding:0px; margin:0px; height:252px; z-index:0;}
#header-content { position:relative; display:block; padding:0px; margin:0px; width:990px; height:252px; z-index:0;  }
#header-img { position:absolute; top:9px; left:0px; padding:0px; margin:0px; width:988px; height:202px; z-index:0; background: url("/dokumenty/szablonyimg/20-header_img.jpg") no-repeat top center; border:1px solid #ffffff; }
#header-boy { position:absolute; top:17px; left:410px; padding:0px; margin:0px; width:260px; height:235px; z-index:1; background: url("/dokumenty/szablonyimg/20-bg_boy.png") no-repeat top center; }
#header-flag { position:absolute; top:3px; left:180px; padding:0px; margin:0px; width:138px; height:146px; z-index:1; background: url("/dokumenty/szablonyimg/20-bg_flaga.png") no-repeat top center; }
#header-search { position:absolute; top:25px; right:37px; padding:8px 0px 8px 8px; margin:0px; width:229px; height:21px; z-index:1; background: url("/dokumenty/szablonyimg/20-bg_search.png") no-repeat top left; }
#header-menu { position:absolute; top:211px; left:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:990px; background: url("/dokumenty/szablonyimg/20-bg_menu.gif") no-repeat top center; height:41px; z-index:0; }
#header-opcje { position:absolute; top:0px; right:0px; padding:0px; margin:0px; width:310px; height:31px; z-index:1; } 
#header-opcje ul { padding: 0px; margin: 6px 0px 0px 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto;}
#header-opcje ul li { z-index: 100; margin: 0px; margin-right: 5px; border: 0px; padding: 0px  0px  0px  0px; float: left;  display: block !important; display: inline; list-style: none; position: relative;}
#header-opcje img { border:0}

#content-over {position:relative; padding:4px; margin:0px 0px 0px 0px; width:979px; height:auto;  overflow:hidden; background: url("/dokumenty/szablonyimg/20-bg_content.png") repeat-x bottom center #ffffff; border:1px solid #ffffff;}
#content {position:relative; padding:10px 20px 20px 20px; margin:0px 0px 0px 0px;  overflow:hidden; height:auto;  background: url("/dokumenty/szablonyimg/20-bg_content2.png") repeat-x top center #f5f2e9; border:1px solid #d7d2c2;}
#content_main_left,#content_sub_left  { position:relative; top:0px; float:left; overflow: hidden; padding:0px; margin:0px; width:450px;}
#content_main_left { background: url("/dokumenty/szablonyimg/20-line_pion1.gif") no-repeat right top; padding-right:40px; }
#content_sub_left { background: url("/dokumenty/szablonyimg/20-line_pion1.gif") no-repeat right top; padding-right:10px;  }
#content_main_right,#content_sub_right { position:relative; top:0px; float:right; overflow: hidden; padding:0px; margin:0px; width:400px;}

#content_kluby_left{ position:relative; float:left; overflow: hidden; padding:0px; margin:0px; width:590px;; padding:0px;margin:0px}
#content_kluby_left div#text-size { position:absolute;top:0;  right:0px;  padding:0px; margin:0px; width:80px; height:21px; z-index:1;} 
#content_kluby_left div#txt {padding-top:5px;}
#content_kluby_right { position:relative; float:right; overflow: hidden; padding:0px; margin:0px; width:290px; background: url("/dokumenty/szablonyimg/20-line_pion1.gif") no-repeat left top; padding-left:20px;margin:0px}

#footer {  position:relative;  padding:0px; margin:0px; width:990px; height:130px; background: url("/dokumenty/szablonyimg/20-bg_footer.jpg") no-repeat top center #ffffff; }
#footer .left { float:left; padding:15px 0px 0px 0px; width:200px;height:90px; font-size:11px; line-height:18px; text-align:left;}
#footer .right { float:right; padding:15px 0px 0px 0px; width:200px;height:40px; text-align:right;}
#copyright {  position:absolute; top:20px; left:330px; padding:0px; margin: 0px; width:300px; height:60px; color:#000000; font-size:11px; text-align:center;}
#copyright a {  color:#000000; font-size:11px; text-decoration:none;}

#drukuj { position:absolute; bottom: 10px; right:20px; padding:0px; margin:0px; width:260px; height:35px; z-index:1;} 
#text-size { position:absolute; top:20px; right:0px; padding:0px; margin:0px; width:80px; height:21px; z-index:1;} 

.rel {position:relative;width:100%;height:100%;}

/* NAGLOWEK OKIEN */
.naglowek1 h1 { text-align:center;font-family:Georgia; font-weight:normal; color:#9b1d08; text-decoration:none; font-size:23px;line-height:23px; letter-spacing:0px; padding: 15px 0px 12px 0px; background: url("naglowek_tlo1.gif") no-repeat center left; }

/* OKNA */
.okno1 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:auto; text-align:left;}
.okno1 h1 { font-weight:bold; color:#1a1a1a; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px; margin: 0px 0px 5px 0px;}
.okno1 h2 { font-weight:normal; color:#1a1a1a; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px; margin: 0px 0px 0px 0px;}
.okno1 div.data { font-weight:normal; color:#545454; text-decoration:none; font-size:11px; line-height:12px; letter-spacing:0px; display:inline; padding: 0px 0px 0px 8px; float:left; background: url("/dokumenty/szablonyimg/20-strz3.gif") no-repeat center left;height:1%; position:relative;}
.okno1 ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto; }
.okno1 ul li { padding: 10px 5px 10px 5px; margin: 0px 0px 0px 0px; overflow:hidden; list-style: none;  background: url("/dokumenty/szablonyimg/20-line_poziom1.gif") repeat-x bottom center; }
.okno1 ul li.w { padding: 0px 0px 8px 0px; margin: 0px 0px 20px 0px; list-style-image: url("/dokumenty/szablonyimg/20-strz4.gif"); clear:both;}
.okno1 ul li a,.okno1 ul li a:visited { display: block; color:#9b1d08; text-decoration:none; padding: 0px; }
.okno1 ul li a:hover,.okno1 ul li a:active { display: block; color:#545454; text-decoration:none; }
.okno1 div.wiecej  { position:relative; float:right; top:0px; right:0px; text-align:right; margin:5px 0px 10px 0px;padding:0px;width:68px;height:19px;}
.okno1 div.wiecej a:link,.okno1 div.wiecej a:visited { background:url("/dokumenty/szablonyimg/20-iko_wiecej.gif") no-repeat top left; padding:0px 68px 19px 0px; display: block;   }
.okno1 div.wiecej a span {  visibility:hidden; font-size:0px }
.okno1 div.wiecej a:active, .okno1 div.wiecej a:hover { background:url("/dokumenty/szablonyimg/20-iko_wiecej-on.gif") no-repeat top left; outline: none; }

/* OBRAZEK */
.img_container255 {position:relative;width:255px;height:110px; overflow: hidden;display: block; margin: 5px 8px 0px 0px;}
.img_container220 {position:relative;width:190px;height:120px; overflow: hidden;display: block; margin: 5px 8px 0px 0px;}
.img_container100 {position:relative;width:100px;height:100px; overflow: hidden; display: block; float:left; margin: 0px 8px 0px 0px;}
.img_container80 {position:relative;width:80px;height:80px; overflow: hidden;display: block; float:left; margin: 5px 8px 0px 0px;}
.img_wraper {position:absolute;top:0px;left:0px;}
.img_item {position:relative; padding:0px; background-color:transparent; color:#ffffff;}
.img_ikonka { position:absolute; top:30px;left:30px;z-index:1;}

/* SLIDER */
#container_slider { position: relative; width: 450px; height:340px; padding: 0px; margin: 0px 0px 0px 0px;}
#container { position: absolute; left:0px; width: 450px; height: 340px; padding: 0px; margin: 0px; visibility:hidden;}
#container .item { left:0px; width: 450px; height: 100%; }
#container .info { position:absolute; bottom:0px; left:0px; z-index:0;padding:0px; width:450px; background: #d7d2c2; font-family: Georgia; font-weight:normal; color:#000000; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px;  margin: 0px 0px 0px 0px;}
#container .lead { position:relative; padding:9px; margin: 0px 0px 0px 0px; text-align:left;}
#container .opis { position:relative; padding:9px; background: #f6f3e8; font-family: Georgia; font-weight:normal; color:#000000; text-decoration:none; font-size:11px;line-height:13px; letter-spacing:0px;  margin: 0px 0px 0px 0px; text-align:left; }
#container a:link,#container a:visited { font: 11px Georgia; color:#b91900; font-weight:bold; text-decoration:none; letter-spacing: 0px;}
#container a:hover, #container a:active {color:#b91900; text-decoration:underline;}
#num_nav { position: absolute; left: 10px; top: 20px; text-align: right;z-index:1; }
#num_nav ul { margin: 0px; padding: 0px; }
#num_nav ul li { display: inline; padding: 3px 0px 3px 0px; overflow:hidden; margin-left:4px; border:0px solid #d7d2c2; background: url("/dokumenty/szablonyimg/20-bg_num.gif") repeat-x 0px 0px #ffffff; }
#num_nav ul li a { font-size:12px;  padding:5px 8px 5px 8px; margin:0; overflow:hidden; color:#c6c6c6; }
#num_nav ul li a.active, #num_nav ul li a:hover { color: #a21900; background: #d7d2c2; }

/* KARUZAELA */
#previous { position:absolute;top:70px;left:0px;z-index:1000; cursor:pointer; background:url("/dokumenty/szablonyimg/20-strz_lewo.gif") no-repeat top left; width:39px; height:39px;}
#next { position:absolute;top:70px;right:0px;z-index:1000;cursor:pointer; background:url("/dokumenty/szablonyimg/20-strz_prawo.gif") no-repeat top left; width:39px; height:39px;}
#container_c {position:relative; width:860px; height:160px; padding:0px 0px 0px 0px; margin:0px 0px 0px 25px;}
#wrap {position:relative; width:770px; height:160px; clear:left; display:block; overflow:hidden;}
#carousel {position:absolute; width:10000px;top:0;left:0;z-index:0;}
#carousel  ul  { margin: 0px; padding: 0px;list-style-type: none;list-style-image: none; }
#carousel  li { height:160px; width:250px; padding:0px; display:inline; float:left; position:relative; text-align:left; background:#ffffff; }
#carousel  li.przerwa { height:180px; width:7px; display:inline; float:left; position:relative; background: transparent; }
#carousel  h1 { position:absolute; bottom:5px; left:5px; padding:5px; width:230px;  margin:0px;  z-index:0; background:url("/dokumenty/szablonyimg/20-bg_slider.gif") repeat-x top left #dddad2;}

/* ZALACZNIKI ZDJECIA */
#zdjecia { position:relative; padding:0; margin:0; border:0px; width:100%; overflow:hidden; text-align:left; background:transparent; padding: 0px; border: none;}
#zdjecia ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width:auto;  }
#zdjecia  ul li { margin: 0px; padding: 2px; float: left; display: block !important; display: inline; list-style: none; background:none;  border:1px dotted #e8e8e8; }
#zdjecia  ul li:hover {   border:1px dotted #9b1d08; }
#zdjecia  ul li.naglowek { margin: 20px 0px 20px 0px; padding: 0px; border: 0px; float: left;  display: block !important; display: inline; list-style: none;  width:100%; }
#zdjecia  ul li.separator { margin: 0px; padding: 0px; border: 0px; float: left; display: block !important; display: inline; list-style: none; }
#zdjecia  ul li.clear { margin: 0px; padding: 0px; border: 0px; clear: both; width:100%; list-style: none; }

/* ZALACZNIKI DO PORBRANIA*/
#zalaczniki { position:relative; padding:0; margin:0; border:0px; width:auto; overflow:hidden; text-align:left; background: transparent; padding:10px;border:1px solid #e8e8e8; }
#zalaczniki ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width:auto; height:1%;  }
#zalaczniki ul li { margin: 0px; padding: 5px; float: left; display: block !important; display: inline; list-style: none; background:none; border:1px #e8e8e8 dotted; width:99%; }
#zalaczniki ul li:hover {   border:1px dotted #9b1d08; }
#zalaczniki ul li.naglowek { margin: 20px 0px 20px 0px; padding: 0px; border: 0px; float: left; display: block !important; display: inline; list-style: none; width:100%; }
#zalaczniki ul li.separator { margin: 0px; padding: 0px; border: 0px; float: left; display: block !important; display: inline; list-style: none; }
#zalaczniki ul li.clear { margin: 0px; padding: 0px; border: 0px; clear: both; width:100%; list-style: none; }
#zalaczniki  h2 { font-weight:bold; color:#9b1d08; font-family:Georgia; text-decoration:none; font-size:16px;line-height:17px; letter-spacing:0px; margin: 0px 0px 10px 0px;}

/* TIPS */
.tip { background: #ffffff; padding:2px; border:1px solid #003687; width: 250px; z-index:1000; position:absolute; text-align:left; }
.tip-title {color:#9b1d08; font: 11px Georgia; padding: 5px;}
.tip-text {color:#ffffff; font: 0px Georgia; padding: 0px;}

/*===============================================*/
/* OKNA POPUP */
/*===============================================*/

.okno_tlo { background: url("/dokumenty/szablonyimg/20-box_tlo1.gif") #fdfdfd no- repeat left top; padding:15px}
.okno_tlo_print { background: #ffffff;}
.okno_tlo_print h1, .okno_tlo_print h4,.okno_tlo_print h3,.okno_tlo_print h2 ,.okno_tlo_print table,.okno_tlo_print a,.okno_tlo_print #txt { color:#000000;}
.okno_tlo_print #drukuj, .okno_tlo_print #text-size { display:none;}

/*===============================================*/
/* KOLORY */
/*===============================================*/

.kolor1 { background-color: #000000; }
.kolor2 { background-color: #ffffff;}
.kolor3 { background-color: #ebf0f6; }
.kolor4 { background-color: #d7d2c2; }
.kolor5 { background-color: #e9e9e9; }
.kolor6 { background-color: #d7d7d7; }
.kolor7 { background-color: #9b1d08; }

/*===============================================*/
/* LISTY */
/*===============================================*/

ol { list-style-position: outside;border-top:0px; }

ul { padding:0px 0px 0px 20px; margin: 20px 10px 10px 10px; list-style-image: url("/dokumenty/szablonyimg/20-strz3.gif"); text-align:left; }
li { padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px; border-top:0px; }

ul.menu { margin: 10px 0px 0px 0px; list-style-type: disc; list-style-position: outside; }
ul.lista { margin: 10px 0px 0px 20px; padding:0px 10px 10px 10px; list-style-type: disc; list-style-image: url("/dokumenty/szablonyimg/20-strz3.gif"); }

/*===============================================*/
/* FORMULARZE */
/*===============================================*/	

/* forms */
.form_label, .form_label_big { padding:5px 5px 0px 3px; float:left; width:20%; text-align:right;
 	color:#000000;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 12px; 
}
.form_label_big { width:30%;}

.form_input, .form_input_big { padding:3px; float:left; width:26%; text-align:left; }
.form_input_big {width:57%; }

.form_error {padding:5px 5px 0px 3px; float:left; width:50%; text-align:left; color:#fa0000;}
.form_error_big {padding:0px; text-align:left; color:#fa0000;}

.form_clear {height:6px;clear:both;}

/* pola */
input.button {
	font-family: Georgia;
	color:#ffffff;
	font-size: 11px;
	font-weight: normal;
	height: 18px;
	padding: 1px 2px 1px 2px;
	background: #3e3e3e;
	border-top:1px solid #9b1d08;
	border-left:1px solid #9b1d08;
	border-right:1px solid #9b1d08;
	border-bottom:1px solid #9b1d08; 
}

input.form, textarea.form {
	font-family: Georgia;
	color:#000000;
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 0px 0px;	
	font-weight: normal;
	background: transparent;
	border: 1px solid #9b1d08;

}

select.form  {
	font-family: Georgia;
	color:#000000;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px 0px 1px;
	margin: 0px 0px 0px 0px;
	background: #ffffff;
	border: 1px solid #9b1d08;
}

input.szukaj {
	font-family: Georgia;
	color: #8f8c81;
	font-size : 12px;
	padding: 0px 2px 0px 0px;
	margin: 0px 4px 0px 0px;
	height: 14px;
	width: 190px;
	border:0px;
	font-weight: normal;
	background: transparent;
}