/*===============================================*/
/* LINKI UZYTKOWNIKA */
/*===============================================*/

a:link, a:visited {
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #c48981;
	text-decoration :none;
}

a:hover {color:#83615c; text-decoration :underline; }
a:active {color:#83615c;} 

a.link1:link, a.link1:visited {
 	font: 11px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
	color : #fff6cb;
	border-bottom:1px solid #47312f;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 14px;
}

a.link1:hover {color:#83615c; background-color:transparent;text-decoration :none; line-height: 14px;}
a.link1:active {color:#83615c; 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 : #c48981;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 16px;
}
a.link2:hover {color:#83615c; background-color:transparent;text-decoration :none; line-height: 16px;}
a.link2:active {color:#83615c; 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 : #ffffff;
	font-weight : bold;
	letter-spacing: 0px;
	border-bottom:1px #000000 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 : #ffffff;
	font-weight : bold;
	letter-spacing: 0px;
	border-bottom:1px #000000 dotted;
	text-decoration :none;
	line-height: 18px;
}
a.link4:hover {color:#83615c; background-color:transparent;text-decoration :none; line-height: 18px;}
a.link4:active {color:#83615c; 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:#000000; background-color:transparent;text-decoration :none; line-height: 10px;}
a.listwa_nawigacyjna:active {color:#000000; background-color:transparent;text-decoration :none; line-height: 10px;}


a.zalacznik:link, a.zalacznik:visited {
	font: 12px 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: 13px;
	}
a.zalacznik:hover {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 13px;}
a.zalacznik:active {color:#ffffff; background-color:transparent;text-decoration :none; line-height: 13px;}

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: #ffffff;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
  float: none;
  background: #ffffff;
  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: #ffffff;
  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  {position:relative; top:200px; left:0px; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px; width:980px;text-align:left; background: #5f423e;  }
#meni3tab td.nav_out {	background: #5f423e;color : #c48981; }
#meni3tab td.nav_over {   background: #c48981;color : #ffffff;}
#meni3tab td.nav_active { background: #c48981;color : #ffffff;}
#meni3tab h1 { color: #ffffff; font-size:11px; font-weight:normal; line-height:12px;  background: #c48981; text-align:center;padding: 6px  0px  0px  0px; height:25px;	display:block;}

#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 : #c48981;
	font-weight : normal;
	letter-spacing: 0px;
	text-decoration :none;
	line-height: 12px;
	padding: 6px  0px 0px  0px;
	height:25px;
	display:block;
	margin: 0px 0px 0px 0px;
	}
#meni3tab A.nav_link:hover {color:#ffffff; text-decoration:none; }
#meni3tab A.nav_link:active {color:#ffffff; text-decoration:none;}


/*===============================================*/
/* MENU TYP 3  - <div>*/
/*===============================================*/

#meni3 { position:absolute; height:20px; width:600px;float:left;text-align:left;border-top:0px solid #ffffff; border-bottom:0px solid #ffffff; margin:0px 0px 10px 0px; }
#meni3 div.act {  background:  #ffffff 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:10px; line-height:10px; padding: 2px 5px 2px 5px; color: #c48981; font-size:12px; font-weight:normal;}
#meni3 A:hover, #meni3 A:active {font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif; background:#3a2826; color: #ffffff; text-decoration: none;}


/*===============================================*/
/* MENU TYP 2 i MENU TYP 4 */
/*===============================================*/


#meni2_4  { font-size : 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color:#6e91a6;
	line-height : 18px;
	padding:5px 0px 0px 0px;
	width:100%;
	text-align:left;
	border:1px solid #dcedfd;
	background: transparent;
}

#meni2_4  div{ font-size : 12px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#1a498c;
	line-height : 14px;
	background : transparent;
}

#meni2_4  div.sub{ font-size : 10px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
	color:#6e91a6;
	line-height : 12px;
	width:150px;
	background:transparent;
}

#meni2_4 h1{ font-size : 14px;
	font-weight : bold;
	color:#bad66f;
	padding: 5px 5px 15px 15px;
	margin: 1px 0px 0px 0px;
	line-height : 14px;
	background : url('button_tlo2.gif') no-repeat bottom left;
}

#meni2_4 h1.sub { font-size : 10px;
	font-weight : normal;
	color:#6e91a6;
	padding: 5px 5px 5px 18px;
	margin: 1px 0px 0px 0px;
	width:150px;	
	line-height : 12px;
	background: url('/dokumenty/szablonyimg/10-strz2.gif') no-repeat left center transparent;
}

#meni2_4 a {font-size : 14px; 
	color : #87accd;
	text-decoration : none;
	font-weight : bold;
	padding: 5px 5px 15px 15px;
	margin: 1px 0px 0px 0px;
	clear : both;
	line-height : 14px;
	display : block;
	background : url('button_tlo1.gif') no-repeat bottom left;
}

#meni2_4 a.sub {font-size : 10px; 
	color : #6e91a6;
	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/10-strz1.gif') no-repeat left center transparent;
}


#meni2_4 a:hover {
	color : #bad66f;
	text-decoration : none;
	font-weight : bold;
	line-height : 14px;
	background : url('button_tlo2.gif') no-repeat bottom left;
}

#meni2_4 a.sub:hover {font-size : 10px; 
	color : #62b58d;
	text-decoration : none;
	font-weight : normal;
	line-height : 11px;
	padding: 5px 5px 5px 18px;
	background: url('/dokumenty/szablonyimg/10-strz2.gif') no-repeat left center transparent;
}




/*===============================================*/
/* MENU PODZIAL STRON  - <div>*/
/*===============================================*/

#meni_strony { min-height:35px; position: relative; background: transparent;  margin: 15px 0px 25px 0px; border: solid 1px #5f423e; float:right;width:auto;}
#meni_strony div.act {  background: transparent; float:left; padding: 0px 1px 0px 1px; margin: 0; width:25px;height: 35px; border-right: solid 0px #ffffff; overflow: hidden; } 
#meni_strony div.noact { background: #5f423e; float:left; padding: 0px 1px 0px 1px; margin: 0; width:25px;height: 35px; border-right: solid 0px #ffffff; overflow: hidden; } 
#meni_strony div.clear { clear: both; } 
#meni_strony h1 { color: #ffffff; font-size:12px; font-weight:bold; padding: 5px 10px 10px 10px;background:#5f423e; }
#meni_strony h2 { color: #5f423e; font-size:12px; font-weight:bold; padding: 5px 10px 10px 10px; text-decoration:none;}
#meni_strony A { text-decoration:none; height:35px; line-height:25px; padding: 15px 10px 15px 10px; color: #ffffff; font-size:12px; font-weight:bold;}
#meni_strony A:hover, #meni_strony A:active {background:#5f423e; color: #ffffff; 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;}
.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; }
.right { float: right;   }
.clear { clear: both; display:block; }

.sep1 { width: 10px; min-width:10px; float:left; }

.img_center {vertical-align:middle;}

table { position:relative;}


/* GENERAL */

html,body	{
	margin:0px;padding:0px;background-color:#3a2826;
	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 : 20px;
 	letter-spacing :  0px; 
	line-height: 24px; 
	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:#ffffff;
	text-decoration : none;
 	font-size : 24px;
 	letter-spacing :  0px; 
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	text-align:center;
  }

.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 : normal;
 	color:#ffffff;
	text-decoration : none;
 	font-size : 11px;
 	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:#ffffff;
	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:#ffffff;
	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; 
}

.zalacznik1  {
 	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: 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:#ffffff;
	text-decoration : none;
 	font-size : 10px;
 	line-height: 11px; 
 	letter-spacing :  0px;  
}

.wyniki{
 	font-style : normal;
 	color : #ffffff;
	font-weight : normal;
	letter-spacing:0px;
	text-decoration :none;	
	line-height: 18px;
	border:1px solid #ffffff;
	background-color:#ffffff;
}

.register  {
 	font-family: Arial,Tahoma,Verdana,Trebuchet MS,MS Sans Serif;
 	font-style : normal;
 	font-weight : normal;
 	color:#ffffff;
	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:#ffffff;
	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:#ffffff;
	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:#ffffff;
	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:#ffffff;
	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:#ffffff;
	text-decoration : none;
 	font-size : 11px;
 	line-height: 14px; 
 	letter-spacing :  0px;  
}

/*===============================================*/
/* 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 : 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: #188a64;color:#ffffff; border:1px solid #ffffff; z-index:1000; }

/*===============================================*/
/* ZDJECIA */
/*===============================================*/
   
img { border:0px }     
.foto {background-color:transparent;border:1px solid #47312f;}
.foto_male1 {margin-left:6px;float:right;border:1px solid #47312f; }
.foto_male2 {margin-right:5px;float:left;border:0px solid #ffffff;  position:relative; display:block;}


/*===============================================*/
/* sIFR*/
/*===============================================*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


.sIFR-hasFlash  h1.naglowek1 {
 	visibility: hidden;
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-size : 42px;
 	line-height:42px;
 	letter-spacing :  2px;
 	margin-bottom:10px;
 	padding:0px;
}

.sIFR-hasFlash  h1.naglowek2 {
 	visibility: hidden;
 	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
 	font-size : 18px;
 	color: #ffffff;
 	line-height:20px;
 	letter-spacing :  2px;
 	margin-bottom: 5px;
 	padding:0px;
}




/*===============================================*/
/* BOXY */
/*===============================================*/


/* GLOBALNE */
.box_spec1 {border:1px solid #dcedfd; background: transparent; padding:8px;}

/* UZYTKOWNIKA */

.box1 {border-right:1px solid #47312f; background: url("/dokumenty/szablonyimg/10-box_tlo1.gif") no-repeat right bottom; padding:20px 10px 20px 10px;height:1%; }
.box2 {border-left:1px solid #47312f;border-bottom:1px solid #47312f;  background: url("/dokumenty/szablonyimg/10-box_tlo2.gif") no-repeat left bottom; padding:20px 10px 20px 10px; height:1%;}
.box3 {border-right:1px solid #47312f;border-top:1px solid #47312f; background: url("/dokumenty/szablonyimg/10-box_tlo3.gif") no-repeat right top; padding:20px 10px 20px 10px;height:1%;}

#strona { position:relative; top:-78px; left:0px; padding:80px 0px 0px 0px; margin:0px 0px 0px 0px; width:980px; background: url("/dokumenty/szablonyimg/10-strona_tlo.jpg") #3a2826 top repeat-x; z-index:0; }
#header { position:relative; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; background: url("/dokumenty/szablonyimg/10-header_tlo.gif") top repeat-x;  width:100%; height:180px; z-index:1; }
#header_content { position:relative;padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:980px; height:180px;z-index:2;  }
#logo { position:absolute; top:0px; left:0px; width:431px; height:144px; float:left;line-height:0px; font-size:0px;margin:0px;padding:0px;z-index:2; }
#logo2 { position:absolute; float:right; top:12px; right:20px; width:237px; height:85px; text-align:right; line-height:0px; font-size:0px;margin:0px;padding:0px;}
#slogan { position:absolute; float:left; top:20px; left:395px; text-align:right; line-height:0px; font-size:0px;margin:0px;padding:0px;z-index:2;}

#content {  position:relative;top:200px;  text-align:left; margin:0px; padding:0px 0px 0px 0px;width:970px;}
#menu { position:absolute; top:240px; left:0px; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px; width:980px;height:52px;background: url("/dokumenty/szablonyimg/10-menu_tlo.png") center no-repeat;text-align:left;}

#naglowek{ position:absolute; top:140px; left:0px; padding:0px 0px 0px 0px;  margin:0px 0px 0px 0px; width:980px;height:52px;text-align:center;}

#footer {  position:relative; top:150px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; background: url("/dokumenty/szablonyimg/10-footer_tlo.gif") top repeat; width:100%; height:120px;}
#footer_listwa { position:relative; top:-5px; padding:20px 40px 0px 40px; margin:0px; background: url("/dokumenty/szablonyimg/10-listwa_foot.png") no-repeat top center; width:900px; height:100px;} 
#logo3 { position:absolute; float:left; top:12px; left:140px; width:158px; height:88px; line-height:0px; font-size:0px;margin:0px;padding:0px;z-index:2;}
#logo4 { position:absolute; float:right; top:12px; right:20px; width:81px; height:81px; line-height:0px; font-size:0px;margin:0px;padding:0px;z-index:2;}
#search { position:absolute; float:left; top:60px; left:320px; width:230px; height:22px; margin:0px 0px 0px 0px;padding:2px 0px 0px 0px; background: #3a2826 top left no-repeat;border:1px #4e3d3a solid; }

.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: #ffffff; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #dddedf; scrollbar-darkshadow-color: #ffffff; }

DIV.okno1 {  margin:20px 0px 0px 0px; padding:0px 10px 20px 10px; width:auto; text-align:left; position:relative;}
.okno1 div.naglowek1 { position:relative; top:10px; left:0px;  padding:0px; margin:0px 0px 20px 0px; height:30px;}  
.okno1 h1 { font-family: Arial; font-style:normal; font-weight:bold; color:#fff6cb; text-decoration:none; font-size:20px;line-height:24px; letter-spacing:0px;  margin: 0px 0px 5px 0px;text-align:left;	}
.okno1 div.okno1 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:12px;line-height:13px; letter-spacing:0px;  margin: 0px 0px 0px 0px;}
.okno1 div.boxo1 { border:1px solid #ffffff; background: url("box_tlo16.gif") repeat-x; 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: 20px 10px 0px 10px;text-align:left; list-style-type: none;list-style-image: none; }
.okno1 li.l { padding: 0px 10px 0px 0px; margin: 10px 0px 0px 10px;border-right:1px solid #47312f; }
.okno1 li.w { list-style-image: url("/dokumenty/szablonyimg/10-strz2.gif"); }
.okno1 li.c { padding: 0px; margin: 0px;border-right:0px; }
.okno1 a {  display:inline; left:0px;line-height:13px; }

/*===============================================*/
/* TLA GLOBALNE */
/*===============================================*/

.tlo_strona {background:  #3a2826; width:100%; }

.zalacznki_tlo {border-bottom:1px dotted #5f423e ; border-top:1px dotted #5f423e ;border-left:1px solid #5f423e ;border-right:1px solid #5f423e ;  background: url("/dokumenty/szablonyimg/10-box_tlo2.gif") no-repeat left bottom;padding:5px;}
.okno_tlo { background: url("/dokumenty/szablonyimg/10-box_tlo1.gif") #3a2826 no-repeat right bottom;;}
.okno_tlo_print { background: #ffffff;}
.okno_tlo_print h4, h3, h2  { color:#ffffff;}
.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/10-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/10-strz3.gif"); }

/*===============================================*/
/* FORMULARZE */
/*===============================================*/	

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 #5f423e; 
	border-top:1px solid #5f423e ;
	border-left:1px solid #5f423e ;
	border-right:1px solid #5f423e; 
}

input.form, textarea.form {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#fff6cb;
	font-size : 11px;
	padding: 3px 2px 3px 2px;
	font-weight : normal;
	background : transparent;
	border: 1px solid #5f423e;

}

select.form  {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#fff6cb;
	font-size : 11px;
	font-weight : normal;
	padding: 0px 2px 0px 2px;
	margin: 0px 5px 0px 5px;
	height : 17px;	
	background : transparent;
	border: 1px solid #ffffff;
}

input.szukaj {
	font-family: Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS,MS Sans Serif;
	color:#fff6cb;
	font-size : 10px;
	padding: 4px 2px 0px 5px;
	margin: 0px 5px 0px 5px;
	height : 14px;
	width : 170px;
	border:0px solid #ffffff;
	font-weight : normal;
	background : transparent;
}

