/*===============================================*/
/* LINKI UZYTKOWNIKA */
/*===============================================*/

a:link, a:visited {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #019a5e;
	text-decoration :underline;
}

a:hover {color:#ffffff; text-decoration :underline; }
a:active {color:#ffffff;} 

a.link1:link, a.link1:visited {
 	font: 11px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 14px;
}
a.link1:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 14px;}
a.link1:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 14px;} 


a.link2:link, a.link2:visited {
 	font: 12px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #019a5e;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	border-bottom:1px dotted #ffffff;
	line-height: 16px;
}
a.link2:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 16px;}
a.link2:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 16px;}

a.link3:link, a.link3:visited {
 	font: 14px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #019a5e;
	font-weight : bold;
	letter-spacing: 0px;
	border-bottom:1px #ffffff dotted;
	text-decoration :none;
	line-height: 18px;
}
a.link3:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 18px;}
a.link3:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 18px;}


a.link4:link, a.link4:visited {
 	font: 16px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #019a5e;
	font-weight : bold;
	letter-spacing: 0px;
	border-bottom:1px #ffffff dotted;
	text-decoration :none;
	line-height: 18px;
}
a.link4:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 18px;}
a.link4:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 18px;} 





/*===============================================*/
/* LINKI GLOBALNE */
/*===============================================*/

a.listwa_nawigacyjna:link, a.listwa_nawigacyjna:visited {
 	font: 9px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 10px;
}
a.listwa_nawigacyjna:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 10px;}
a.listwa_nawigacyjna:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 10px;}


a.zalacznik:link, a.zalacznik:visited {
	font: 10px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 12px;
	}
a.zalacznik:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}
a.zalacznik:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}

a.menu_podzialu:link, a.menu_podzialu:visited {
	font: 11px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 12px;
}
a.menu_podzialu:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}
a.menu_podzialu:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}

a.rejestr_zmian:link, a.rejestr_zmian:visited {
	font: 10px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 12px;
	}
a.rejestr_zmian:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}
a.rejestr_zmian:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 12px;}



/*===============================================*/
/* MENU TYP 1  MOOTOOLS  */
/*===============================================*/

/* Korzeń = poziome, Podmenu = pionowe */

div.mainmenu {
  text-align:right;
  float:right;
  position: relative;
  top: -40px;
  left: -20px;

}

ul.mainmenu {
  margin: 0px;
  padding: 0px;
  border: 0px none;
  width: auto; /*For KHTML*/
  list-style: none;
  height: 24px;
  text-align:right;
  float:right;
 
}

ul.mainmenu li {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  float: left; /* Gecko*/
  display: inline;
  list-style: none;
  position: relative;
}

/* PODMENU */

ul.mainmenu ul {
  margin: 0px;
  border: 0px none;
  padding: 0px;
  /*width: 160px;*/
  width: auto;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0px;
}

ul.mainmenu ul:after /* IE 7 */{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul.mainmenu ul li {
  width: 160px;
  float: left; /*IE 7 */
  display: block !important;
  display: inline; /* IE*/
  margin-top:-3px;
}

/* Menu głowne */
ul.mainmenu a {
  border-right: solid 1px #ffffff;
  padding: 5px 10px 6px 10px;
  float: none !important; /* Opera*/
  float: left; /* IE*/
  display: block;
  background: transparent;
  color: #ffffff;
  font: bold 14px/30px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  line-height:11px;  
}

/* Menu głowne akcja */
ul.mainmenu a:hover {
  background: #ffffff;
  color: #000000;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
  background: #000000;
  border-right: solid 1px #ffffff;
  color: #ffffff;
  font: bold 10px/22px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
  line-height:11px;
text-align:left; 
}

ul.mainmenu li:hover li a:hover,
ul.mainmenu li.iehover li a:hover {
  float: none;
  background: #ffffff;
  border-right: solid 1px #ffffff;
  color: #000000;
  font: bold 10px/22px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;  
  line-height:11px; 
}

ul.mainmenu ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

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;
}


span.counter {
	width: 13px;
	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	background: #4e94ca;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}


/*===============================================*/
/* MENU TYP 3 - <table>*/
/*===============================================*/

#meni3tab  { border:0px;  }
#meni3tab td.nav_out { border-left:0px solid #ffffff; border-bottom:0px solid #ffffff;}
#meni3tab td.nav_over {  border-left:0px solid #00396f; background: url("button_tlo1.gif") no-repeat top left;}
#meni3tab td.nav_active { border-left:0px solid #00396f; background: url("button_tlo1.gif") no-repeat top left; }
#meni3tab h1 { color: #676767; font-size:11px; font-weight:normal; line-height:12px;display:block;height:23px; padding: 2px 1px 2px 1px; border-left:0px solid #00396f; background: url("button_tlo1.gif") no-repeat top left;}

#meni3tab A.nav_link:link, A.nav_link:visited {
	font: 11px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #ffffff;
	font-weight : bold;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 13px;
	display:block;
	height:18px;
	padding: 5px 1px 2px 10px;
	margin: 0px 0px 0px 0px;
	}
#meni3tab A.nav_link:hover {color:#c8c8c8; text-decoration:none; display:block; }
#meni3tab A.nav_link:active {color:#c8c8c8; text-decoration:none; display:block;}


/*===============================================*/
/* MENU TYP 3  - <div>*/
/*===============================================*/


#meni3 { height:25px; width:100%;text-align:right;float:left;border-top:1px solid #ffffff; border-bottom:1px solid #ffffff; margin:10px 0px 10px 0px; }
#meni3 div.act {  background: url("/dokumenty/szablonyimg/1-button_tlo3.gif") #000000 repeat-x top; float:left; padding: 0px 1px 0px 1px; margin: 0; height: 25px; border-right: solid 1px #ffffff; overflow: hidden; } 
#meni3 div.noact { background: #ffffff; float:left; padding: 0px 1px 0px 1px; margin: 0; height: 25px; border-right: solid 1px #ffffff; overflow: hidden; } 
#meni3 div.clear { clear: both; } 
#meni3 h1 { font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;color: #2a2a57; font-size:14px; font-weight:bold; padding: 5px 10px 0px 10px; }
#meni3 A { font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;text-decoration:none; height:20px; line-height:25px; padding: 5px 10px 5px 10px; color: #ffffff; font-size:14px; font-weight:bold;}
#meni3 A:hover, #meni3 A:active {font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif; background:#ffffff; color: #2a2a57; text-decoration: none;}



/*===============================================*/
/* MENU TYP 2 i MENU TYP 4 */
/*===============================================*/


#meni2_4  { font-size : 11px;
	margin: 0px 0px 0px 0px;
	color:#214f90;
	line-height : 18px;
	padding:1px;
	width:99%;
	text-align:left;
	border:0px solid #ffffff;
	background: transparent;
}

#meni2_4  div{ font-size : 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#1a498c;
	line-height : 16px;
	background : transparent;
}

#meni2_4  div.sub{ font-size : 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#294f8c;
	line-height : 12px;
	width:150px;
	background:transparent;
}

#meni2_4 h1{ font-size : 12px;
	font-weight : bold;
	color:#ffffff;
	padding: 3px 18px 4px 18px;
	margin: 1px 0px 0px 0px;
	line-height : 16px;
	background : url('/dokumenty/szablonyimg/1-button_tlo2.png') no-repeat top;
}

#meni2_4 h1.sub { font-size : 11px;
	font-weight : normal;
	color:#62b58d;
	padding: 5px 5px 5px 18px;
	margin: 1px 0px 0px 0px;
	width:150px;	
	line-height : 12px;
	background: url('/dokumenty/szablonyimg/1-strz3.gif') no-repeat left center transparent;
}

#meni2_4 a {font-size : 12px; 
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	padding: 3px 18px 4px 18px;
	margin: 1px 0px 0px 0px;
	clear : both;
	line-height : 16px;
	display : block;
	background : url('/dokumenty/szablonyimg/1-button_tlo1.png') no-repeat top;
}

#meni2_4 a.sub {font-size : 11px; 
	color : #ffffff;
	text-decoration : none;
	font-weight : normal;
	padding: 5px 5px 5px 18px;
	margin: 1px 0px 0px 0px;
	clear : both;
	line-height : 11px;
	display : block;
	background : url('/dokumenty/szablonyimg/1-strz1.gif') no-repeat left center transparent;
}


#meni2_4 a:hover {
	color : #ffffff;
	text-decoration : none;
	font-weight : bold;
	line-height : 16px;
	background : url('/dokumenty/szablonyimg/1-button_tlo2.png') no-repeat top;
}

#meni2_4 a.sub:hover {font-size : 11px; 
	color : #62b58d;
	text-decoration : none;
	font-weight : normal;
	line-height : 11px;
	padding: 5px 5px 5px 18px;
	background: url('/dokumenty/szablonyimg/1-strz3.gif') no-repeat left center transparent;
}




/*===============================================*/
/* MENU PODZIAL STRON  - <div>*/
/*===============================================*/

#meni_strony { min-height:25px; position: relative; background: transparent;  margin: 15px 0px 25px 0px; border: solid 1px #676767; float:right;width:auto;}
#meni_strony div.act {  background: transparent; float:left; padding: 0px 1px 0px 1px; margin: 0; width:25px;height: 25px; border-right: solid 0px #676767; overflow: hidden; } 
#meni_strony div.noact { background: #ffffff; float:left; padding: 0px 1px 0px 1px; margin: 0; width:25px;height: 25px; border-right: solid 0px #676767; overflow: hidden; } 
#meni_strony div.clear { clear: both; } 
#meni_strony h1 { color: #000000; font-size:12px; font-weight:bold; padding: 5px 10px 0px 10px;background:#ffffff; }
#meni_strony h2 { color: #676767; font-size:12px; font-weight:bold; padding: 5px 10px 0px 10px; text-decoration:none;}
#meni_strony A { text-decoration:none; height:20px; line-height:25px; padding: 5px 10px 5px 10px; color: #ffffff; font-size:12px; font-weight:bold;}
#meni_strony A:hover, #meni_strony A:active {background:#ffffff; color: #000000; text-decoration: none;}


/*===============================================*/
/* 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;}

.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;}

.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; }
.right { float: right; }
.clear { clear: both; display:block; }

.sep1 { width: 10px; min-width:10px; float:left; }

.img_center {vertical-align:middle;}


table { border-collapse:collapse; border-color:#ffffff;}


a:active { outline: none; }
a:focus,object { -moz-outline-style: none; }



/* GENERAL */

html,body	{margin:0px;padding:0px;background-color:#000000;
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
 	letter-spacing :  0px;
}

form  {margin:0px;}

td,h5,h6  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
 	letter-spacing :  0px;  
}

.tytul_dzialu,h2  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 14px;
 	letter-spacing :  0px; 
	line-height: 14px; 
	padding: 0px;
	margin: 0px;
	text-align:left;
}

.tytul_tekstu,h1  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#019a5e;
	text-decoration : none;
 	font-size : 14px;
 	letter-spacing :  0px; 
	line-height: 15px;
	padding: 0px;
	margin: 0px;
	text-align:left;
  }

.zajawka,h3  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
 	letter-spacing :  0px; 
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}

.tresc,h4  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
	line-height: 16px;
 	letter-spacing :  0px;
 	padding: 0px;
	margin: 0px;	
}

.data {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
 	line-height: 13px; 
 	letter-spacing :  0px;  
}

.listwa_nawigacyjna  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 9px;
 	line-height: 12px; 
 	letter-spacing :  0px;  
}

.mapa_mala  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#676767;
	text-decoration : none;
 	font-size : 12px;
 	line-height: 14px; 
 	letter-spacing :  0px;  
}

.mapa_duza  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#676767;
	text-decoration : none;
 	font-size : 16px;
 	line-height: 22px; 
 	letter-spacing :  0px;  
}

.zalacznik  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 11px; 
 	letter-spacing :  0px;
	padding-top: 2px; 
}

.archiwum  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 18px;
 	line-height: 20px; 
 	letter-spacing :  0px;  
}

.menu_podzialu  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 14px;
 	line-height: 15px; 
 	letter-spacing :  0px;  
}

.rejestr_zmain {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 14px; 
 	letter-spacing :  0px;  
}

.komunikat {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#676767;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 11px; 
 	letter-spacing :  0px;  
}

.wyniki{
	font-family: Verdana,Tahoma,Arial;
 	font-style : normal;
  color : #FFFFFF;
	font-size :11px;
	font-weight : normal;
	letter-spacing:0px;
	text-decoration :none;	
	line-height: 18px;
	border-style:solid;
	border-width:1px;
	border-color:#676767;
	background-color:#676767;
	text-transform:uppercase;
}

.register  {
 	font-family: Arial,Tahoma,Verdana,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#676767;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 12px; 
 	letter-spacing :  0px;  
}

.okna  {
 	font-family: Arial,Tahoma,Verdana,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#676767;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 18px; 
 	letter-spacing :  0px;
}

.ok  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#32A201;
	text-decoration : none;
 	font-size :14px;
 	letter-spacing: 0px 
}

.blad  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#E30000;
	text-decoration : none;
 	font-size :14px;
 	letter-spacing: 0px 
}

/*===============================================*/
/* MODULY */
/*===============================================*/

.sonda_pyt  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#676767;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 12px; 
 	letter-spacing :  0px;  
  }

.sonda_odp  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#c1c1c1;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 12px; 
 	letter-spacing :  0px;  
}

.import_nazwa  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#676767;
	text-decoration : none;
 	font-size : 12px;
 	line-height: 15px; 
 	letter-spacing :  0px;  
}

.import_wartosc {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : bold;
 	color:#676767;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 14px; 
 	letter-spacing :  0px;  
}


/*===============================================*/
/* RANKING */
/*===============================================*/

.rabidRating .wrapper {	cursor: pointer; background: #ccc; }
.rabidRating .wrapper { overflow: hidden; }
.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_czarne.png') no-repeat center; }
.rabidRating .ratingFill { background-color: #0069ff; }
.rabidRating .ratingVoted {cursor: default; background-color: #ff0000; }
.rabidRating .ratingActive { background-color: #00f0ff; }
.rabidRating .ratingText { color: #fffff; font-size:9px; }
.rabidRating .ratingText.loading { background: url('/img/ajax/loading1.gif') no-repeat; text-indent: -999em; }



/*===============================================*/
/* STYLE UZYTKOWNIKA */
/*===============================================*/        
 

.text1  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 11px;
 	letter-spacing :  0px;  
}

.text1b  {
 	font-family: Tahoma,Times New Roman,Arial,Verdana,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 10px;
 	letter-spacing :  0px;  
}

.text2  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 12px;
 	letter-spacing :  0px;  
}

.text3  {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#b3b3b3;
	text-decoration : none;
 	font-size : 14px;
 	letter-spacing :  0px;  
}

div.ajaxloading {position:absolute;display:block; top:100px; left:500px;padding:5px; width:150px; background: #000000;color:#ffffff; border:1px solid #ffffff; z-index:1000; }

/*===============================================*/
/* ZDJECIA */
/*===============================================*/
        
.foto {background-color:transparent;border:1px solid #ffffff;}
.foto_male1 {margin-left:6px;float:right;border:1px solid #ffffff; }
.foto_male2 {margin-right:5px;float:left;border:0px solid #ffffff;  position:relative; display:block;}


/*===============================================*/
/* BOXY */
/*===============================================*/


/* GLOBALNE */
.box_spec1 {border:1px solid #c2ccd8; background: transparent; padding:8px;}

/* UZYTKOWNIKA */


.box1 {border:1px solid #c8c8c8; background: #000000; padding:8px;height:100%}
.box2 {border:1px solid #c8c8c8;  background: url("/dokumenty/szablonyimg/1-box_tlo2.jpg") #000000 no-repeat right top ; padding:8px;}
.box3 {border:1px solid #c8c8c8; background: #000000; padding:0px;height:100%}

#strona { position:relative; top:50px; left:0px; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px;width:980px; }
#header_navi { position:absolute; top:-25px; right:0px; width:980px; height:25px; text-align:right;float:right;}
#header_img { position:absolute; float:right; top:0px; left:272px; text-align:right; line-height:0px; font-size:0px;margin:0px;padding:0px;}
#logo { position:absolute; top:0px; left:0px; width:264px;float:left;z-index:2; }
#search { position:relative; float:left; top:0px; right:0px; width:170px;height:16px;background: #000000; margin:0px 0px 10px 0px; }
#navi { position:absolute; float:left; top:150px; left:0px; text-align:left; line-height:0px; font-size:0px;margin:0px;padding:0px;width:263px;}
#news { position:absolute; float:right; top:0px; right:0px; text-align:right; line-height:0px; font-size:0px;margin:0px;padding:0px;width:265px;height:448px; min-height:175px;}
#banners { position:absolute; top:353px; left:0px; text-align:left; line-height:0px; font-size:0px;margin:0px;padding:0px;width:705px;height:97px;}
#banners_podstrona { position:relative; display:block; text-align:left; line-height:0px; font-size:0px;margin:0px;padding:0px;width:263px;}
#content { position:absolute; top:0px; left:272px; text-align:left; margin:0px;padding:0px;width:703px;}
#footer {  position:absolute; top:475px; left:0px; text-align:left; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px; width:970px; height:30px;}

.ibox {overflow-y: auto; overflow-x: visible ; width:100%; height:300px; padding:10px 10px 0px 10px; background: url("tlo_srodek.png") repeat ; scrollbar-face-color: #000000; scrollbar-highlight-color: #000000; scrollbar-shadow-color: #000000; scrollbar-3dlight-color: #000000; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #dddedf; scrollbar-darkshadow-color: #000000; }

DIV.okno1 {  margin:0px 10px 0px 10px; width:90%; text-align:left; }
.okno1 h1 { font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif; font-style:normal; font-weight:bold; color:#de0029; text-decoration:none; font-size:16px;line-height:18px; letter-spacing:0px;  margin: 0px 0px 5px 0px;	}
.okno1 div.okno1 h2 { font-style:normal; font-weight:normal; color:#ffffff; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px;  margin: 0px 0px 0px 0px;}
.okno1 div.boxo { border:1px solid #ffffff;  background: url("box_tlo1.png") repeat; padding: 10px 10px 10px 10px;} 
.okno1 div.rss  { position:relative; float:right; top:-22px; right:0px; text-align:right; line-height:0px; font-size:0px;margin:0px;padding:0px;width:29px;height:20px;}
.okno1 ul.u { padding: 0px 0px 0px 0px; margin: -22px 0px 0px 0px;text-align:left; list-style-type: none;list-style-image: none; }
.okno1 li.l { padding: 0px 0px 0px 0px; margin: 10px 0px 0px 0px; clear:both;}
.okno1 li.w { list-style-image: url("/dokumenty/szablonyimg/1-strz2.gif"); clear:both;}
.okno1 a {  display:inline; left:0px;line-height:13px; }

/*===============================================*/
/* TLA GLOBALNE */
/*===============================================*/

.tlo_strona,html {background: url("/dokumenty/szablonyimg/1-strona_tlo.jpg") #000000 top no-repeat; width:100%; height:100%; }

.zalacznki_tlo {border-bottom:1px solid #d6d6da; border-top:1px solid #d6d6da;border-left:1px solid #d6d6da;border-right:1px solid #d6d6da; background-color:transparent;}
.okno_tlo { background: #000000; padding:10px}
.okno_tlo_print { background: #ffffff;}
.okno_tlo_print h4,.okno_tlo_prin h3 { color:#000000;}
.kolor_sonda {background-color: #f1f1f1;}


/*===============================================*/
/* KOLORY */
/*===============================================*/

.kolor1 { background-color: #000000; }
.kolor2 { background-color: #ffffff;}
.kolor3 { background-color: #c0c0c0; }
.kolor4 { background-color: #f2f2f2; }
.kolor5 { background-color: #e9e9e9; }


/*===============================================*/
/* 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/1-strz2.gif"); }
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/1-strz3.gif"); }

/*===============================================*/
/* FORMULARZE */
/*===============================================*/	


/* forms */
.form_label, .form_label_big  { padding:5px 5px 0px 3px; float:left; width:20%; text-align:right;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 12px; 
}
.form_label_big  { width:30%;}

.form_input, .form_input_big  { padding:3px; float:left; width:30%; text-align:left; }
.form_input_big {width:57%; }

.form_error {padding:5px 5px 0px; 3px; float:left; width:40%; 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: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#ffffff;
	border-style:solid;
	border-width:1px;
	font-size : 12px;
	height : 18px;
	font-weight : bold;
	background : transparent;
	border-bottom:1px solid #A2A3A5; 
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-right:1px solid #B8B9BB; 
}

input.form, textarea.form {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#ffffff;
	font-size : 11px;
	padding: 2px 2px 0px 2px;
	height : 14px;
	font-weight : normal;
	background : transparent;
	border: 1px solid #ffffff;

}

select.form  {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#ffffff;
	font-size : 11px;
	font-weight : normal;
	padding: 2px 2px 0px 2px;
	height : 20px;	
	background : #000000;
	border: 1px solid #ffffff;
}

input.szukaj {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#ffffff;
	padding: 1px 2px 0px 5px;
	margin: 0px 0px 0px 5px;
	font-size : 10px;
	height : 14px;
	width : 135px;
	border:1px solid #c8c8c8;
	font-weight : normal;
	font-size : 11px;
	background : transparent;
}