/*===============================================*/
/* LINKI UZYTKOWNIKA */
/*===============================================*/

a:link, a:visited {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #d80000;
	text-decoration: none;
}

a:hover {color:#d80000; text-decoration:underline; }
a:active {color:#d80000;} 

a.link1:link, a.link1:visited {
 	font: 10px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #d80000;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 12px;
}

a.link1:hover {color:#aaaaaa; background-color:transparent;text-decoration:none; line-height: 12px;}
a.link1:active {color:#aaaaaa; background-color:transparent;text-decoration:none; line-height: 12px;} 

a.link2:link, a.link2:visited {
 	font: 11px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #d80000;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: underline;
	line-height: 13px;
}
a.link2:hover {color:#aaaaaa; background-color:transparent; text-decoration:none; line-height: 13px;}
a.link2:active {color:#aaaaaa; background-color:transparent; text-decoration:none; line-height: 13px;}

a.link3:link, a.link3:visited {
 	font: 13px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom:1px #868686 solid;
	text-decoration:none;
	line-height: 18px;
}
a.link3:hover {color:#868686; background-color:transparent;text-decoration:none;border-bottom: 1px #868686 solid; line-height: 18px;}
a.link3:active {color:#868686; background-color:transparent;text-decoration:none;border-bottom: 1px #868686 solid; line-height: 18px;}

a.link4:link, a.link4:visited {
 	font: 16px Arial,Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: bold;
	letter-spacing: 0px;
	border-bottom: 1px #868686 dotted;
	text-decoration: none;
	line-height: 20px;
}
a.link4:hover {color:#aaaaaa; background-color:transparent;text-decoration:none;border-bottom: 1px #868686 solid; line-height: 20px;}
a.link4:active {color:#aaaaaa; background-color:transparent;text-decoration:none; border-bottom: 1px #868686 solid; line-height: 20px;} 


/*===============================================*/
/* LINKI GLOBALNE */
/*===============================================*/

a.listwa_nawigacyjna:link, a.listwa_nawigacyjna:visited {
 	font: 10px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 12px;
}
a.listwa_nawigacyjna:hover {color:#868686; background-color:transparent;text-decoration:none; border-bottom: 1px #868686 solid; line-height: 12px;}
a.listwa_nawigacyjna:active {color:#868686; background-color:transparent;text-decoration:none; border-bottom: 1px #868686 solid; line-height: 12px;}


a.zalacznik:link, a.zalacznik:visited {
	font: 12px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 13px;
	}
a.zalacznik:hover {color:#868686; background-color:transparent;text-decoration:none; line-height: 13px;}
a.zalacznik:active {color:#868686; background-color:transparent;text-decoration:none; line-height: 13px;}

a.menu_podzialu:link, a.menu_podzialu:visited {
	font: 11px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 12px;
	padding:3px;
	border:1px solid #868686;
	background:#cccccc;
}
a.menu_podzialu:hover {color:#608cb3; background-color:#868686;text-decoration:none; line-height: 12px;}
a.menu_podzialu:active {color:#608cb3; background-color:#868686;text-decoration:none; line-height: 12px;}

a.rejestr_zmian:link, a.rejestr_zmian:visited {
	font: 10px Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
	color: #868686;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration:none;
	line-height: 12px;
	}
a.rejestr_zmian:hover {color:#aaaaaa; background-color:transparent;text-decoration:none; line-height: 12px;}
a.rejestr_zmian:active {color:#aaaaaa; 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; 
}

ul.mainmenu li {
 z-index: 100;
 margin: 0px;
 margin-top: 1px;
 width: 300px;
 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: 215px;
 list-style: none;
 display: none;
 position: absolute;
 top: 0px;
 left: 256px;
}

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 {
 padding: 6px 5px 5px 5px;
 display: block;
 border-bottom:1px dotted #cccccc;	
 background: url("/dokumenty/szablonyimg/1-strz6.gif") no-repeat right center;
 color: #868686;
 font: 11px Tahoma;
 text-decoration: none;
 text-transform: uppercase;  
 font-weight: bold;
 height: auto !important;
 height: 1%; /*For IE*/
 line-height:15px; 
}

/* Menu glowne akcja */
ul.mainmenu a:hover {
 color: #d80000;
 background: url("/dokumenty/szablonyimg/1-strz6.gif") no-repeat right center #071f33;
}

/* 2nd Menu */
ul.mainmenu li:hover li a,
ul.mainmenu li.iehover li a {
 float: none;
 background: #cccccc;
 border: solid 1px #cccccc;
 padding: 4px 2px 5px 2px; 
 color: #868686;
 font: 10px Tahoma;
 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: #cccccc;
 border: solid 1px #cccccc;
 color: #d80000;
 font: 10px Tahoma; 
}

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;
}

div.strzalka {position:absolute; right:0px; top:9px; width:5px;height:9px; background: url("/dokumenty/szablonyimg/1-strz5.gif") no-repeat center center;}

span.counter {
	width: 12px;
	text-align: center;
	line-height: 20px;
	padding-left: 3px;
	background: #cccccc;
	color: white;
	font-size: 10px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}

/*===============================================*/
/* MENU TYP 3 - <div>*/
/*===============================================*/

#meni3 {margin:0px; width:650px; text-align:left;}
#meni3 div.act { float:left; padding: 0; margin: 0; height: 40px; overflow: hidden; background: transparent; } 
#meni3 div.noact { float:left; padding: 0px; margin: 0; height: 40px; overflow: hidden; background: url("/dokumenty/szablonyimg/1-strz3.gif") no-repeat center left; } 
#meni3 div.clear { clear: both; } 
#meni3 h3 { font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS; color: #868686; font-size:10px; font-weight: normal; line-height:40px; padding: 0 8px 0 12px; border:0; background:none;}
#meni3 a { font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS; text-decoration:none; height:40px; line-height:40px; padding: 11px 8px 11px 12px; color: #001e39; font-size:10px; font-weight:normal; background: url("/dokumenty/szablonyimg/1-strz3.gif") no-repeat center left;}
#meni3 a:hover, #meni3 a:active { background: url("/dokumenty/szablonyimg/1-strz3.gif") no-repeat center left; color:#868686; text-decoration: none;}

/*===============================================*/
/* MENU TYP 2 i MENU TYP 4 */
/*===============================================*/


#meni2_4 {
	margin: 0px 0px 20px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	border:0px; 
	text-transform:none;
}

/* MAIN */

#meni2_4 div {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#868686;
	line-height: 12px;
	background: transparent;
}

#meni2_4 h1 {
	font-size: 11px;
	font-weight: bold;
	color:#d80000;
	padding: 9px 5px 9px 13px;
	margin: 0px 0px 3px 0px;
	line-height: 12px;
	border:0;
	border-bottom:1px dotted #cccccc;	
	background: url("/dokumenty/szablonyimg/1-strz6.gif") no-repeat left center #ffffff;
}


#meni2_4 a {
	font-size: 11px; 
	color: #868686;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 5px 10px 13px;
	margin: 0px 0px 0px 0px;
	clear: both;
	line-height: 12px;
	display: block;
	border-bottom:1px dotted #cccccc;	
	background: url("/dokumenty/szablonyimg/1-strz6.gif") no-repeat left center;
}

#meni2_4 a:hover {
	color: #d80000;
	text-decoration: none;
	font-weight: bold;
	line-height: 12px;
	padding: 9px 5px 10px 13px;
	background: url("/dokumenty/szablonyimg/1-strz6.gif") no-repeat left center #ffffff;
}

/* SUB */

#meni2_4 div.sub {
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#989431;
	line-height: 12px;
	background-color:#ffffff;
}

#meni2_4 h1.sub {
	font-size: 10px;
	font-weight: bold;
	color:#d80000;
	padding: 5px 5px 5px 15px;
	margin: 0px 0px 0px 0px;
	line-height: 11px;
	border:0;
	border-bottom:1px dotted #cccccc;
	background: url("/dokumenty/szablonyimg/1-strz5.gif") #ffffff no-repeat left center;
}

#meni2_4 a.sub {
	font-size: 10px; 
	color: #868686;
	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:1px dotted #cccccc;
	background: url("/dokumenty/szablonyimg/1-strz5.gif") #ffffff no-repeat left center;
}

#meni2_4 a.sub:hover {
	color: #d80000;
	text-decoration: none;
	font-weight: normal;
	line-height: 11px;
	padding: 5px 5px 5px 15px;
	border-bottom:1px dotted #cccccc;
	background: url("/dokumenty/szablonyimg/1-strz5.gif") #ffffff no-repeat left center;
}



/*===============================================*/
/* MENU PODZIAL STRON W DZIALE */
/*===============================================*/
#meni_strony { min-height:25px; overflow:hidden;  margin: 15px 0px 15px 0px; }
#meni_strony div.act { float:left; margin: 0px 1px 0px 0px; color: #f4f4f4; font-size:9px; font-weight:normal; line-height:10px; padding: 10px 8px 10px 8px; overflow:hidden; background:#868686; border:0; } 
#meni_strony div.noact { float:left; margin: 0px 1px 0px 0px; color: #cfcfcf; font-size:9px; font-weight:normal; line-height:10px; padding: 10px 8px 10px 8px; overflow:hidden; background:#e3e3e3; border:0; } 
#meni_strony div.a { float:left; margin: 0px 1px 0px 0px;  padding: 0px; overflow:hidden; background:#e3e3e3; border:0; width:24px; } 
#meni_strony a { background:#e3e3e3; text-decoration:none; display: block; height: auto !important; height: 1%; line-height:18px; padding: 6px 8px 6px 8px; color: #868686; font-size:9px; font-weight:normal; overflow:hidden;}
#meni_strony a:hover, #meni_strony a:active { background:#868686; color: #f4f4f4; 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;}
.pad20 { padding:20px;}
.pad30 { padding:30px;}

.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; }

.img_center {vertical-align:middle;}

a:active { outline: none; }
a:focus,object { -moz-outline-style: none; }

table { border-collapse:collapse; border-color:#cccccc;}

/* GENERAL */

html,body	{ 
	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
	color:#868686;
	text-decoration: none;
 	font-size: 11px;
 	letter-spacing: 0px;
	margin: 0px;
	padding:0px; 
	background: #f4f4f4;
	text-align: left;
}

form {margin:0px;}

td,h5,h6 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 12px;
 	letter-spacing: 0px;
}

.tytul_dzialu,h2 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 14px;
 	letter-spacing: 0px; 
	line-height: 14px; 
	padding: 0px;
	margin: 0px;
	text-align:left;
}

.tytul_tekstu, h1 {
 	font-family: Trebuchet MS,Arial,Tahoma,Verdana,Times New Roman,Georgia;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 16px;
 	letter-spacing: 0px; 
	line-height: 18px;
	padding: 0px 8px 8px 0px;
	margin: 0px 0px 10px 0px;
	text-align:left;
	position:relative;
	border-bottom:1px solid #cccccc;
	border-right:5px solid #cccccc;
	background: url("/dokumenty/szablonyimg/1-strz4.gif") no-repeat center right;
	
 }

.zajawka,h3 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#000000;
	text-decoration: none;
 	font-size: 12px;
 	letter-spacing: 0px; 
	line-height: 16px;
	padding: 0px;
	margin: 0px;
}

.tresc,#txt,h4 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 12px;
 	line-height: 16px;
 	letter-spacing: 0px;
 	padding: 0px;
	margin: 0px;
}

.data {
 	font-family: Tahoma,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color: #868686;
	text-decoration: none;
 	font-size: 9px;
 	line-height: 10px; 
 	letter-spacing: 0px; 
}

.listwa_nawigacyjna {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 10px;
 	line-height: 12px; 
 	letter-spacing: 0px;
}

.mapa_mala {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 12px;
 	line-height: 14px; 
 	letter-spacing: 0px; 
}

.mapa_duza {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 16px;
 	line-height: 22px;
 	letter-spacing: 0px;
}

.zalacznik {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color: #aaaaaa;
	text-decoration: none;
 	font-size: 10px;
 	line-height: 11px; 
 	letter-spacing: 0px;
	padding-top: 2px;
}

.archiwum {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 18px;
 	line-height: 20px; 
 	letter-spacing: 0px;
}

.menu_podzialu {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 12px; 
 	letter-spacing: 0px;
 	padding: 3px;
 	background:#cccccc;
 	border:1px solid #868686;
}

.rejestr_zmain {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#aaaaaa;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 14px; 
 	letter-spacing: 0px;
}

.komunikat {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 10px;
 	line-height: 11px; 
 	letter-spacing: 0px; 
}

.wyniki {
 	font-style: normal;
	color: #aaaaaa;
	font-weight: normal;
	letter-spacing:0px;
	text-decoration:none;
	line-height: 18px;
	border:1px #cccccc solid;
	background-color:#cccccc;
	text-transform:none;
}

.register {
 	font-family: Arial,Tahoma,Verdana,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 12px; 
 	letter-spacing: 0px; 
}

.okna {
 	font-family: Arial,Tahoma,Verdana,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 18px; 
 	letter-spacing: 0px;
}

.ok {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#32A201;
	text-decoration: none;
 	font-size:14px;
 	letter-spacing: 0px
}

.blad {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#E30000;
	text-decoration: none;
 	font-size:14px;
 	letter-spacing: 0px
}

/*===============================================*/
/* MODULY */
/*===============================================*/

.sonda_pyt {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 10px;
 	line-height: 12px; 
 	letter-spacing: 0px;
 }

.sonda_odp {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 10px;
 	line-height: 12px; 
 	letter-spacing: 0px;
}

.import_nazwa {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 12px;
 	line-height: 15px; 
 	letter-spacing: 0px;
}

.import_wartosc {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: bold;
 	color:#868686;
	text-decoration: none;
 	font-size: 11px;
 	line-height: 14px;
 	letter-spacing: 0px;
}

/* MODUL BAZY DANYCH i FORMULARZE*/

.box_ok {border:1px solid #b1d1ee; background: #868686; padding:10px;text-align:left;margin-bottom:30px;}
.box_error {border:1px solid #ff0000; background: #ffd5d5; padding:10px;text-align:left;margin-bottom:30px;}

.form_naglowek {position:relative;top:-20px;background:#868686;border:#b1d1ee 1px solid;padding:5px; width:50%}

/*===============================================*/
/* RANKING */
/*===============================================*/

.rabidRating .wrapper {	cursor: pointer; background: #ccc; margin:5px 0 5px 0; }
.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: #ffffff; font-size:9px; }
.rabidRating .ratingText.loading { background: url('/img/ajax/loading1.gif') no-repeat; text-indent: -999em; }

/*===============================================*/
/* STYLE UZYTKOWNIKA */
/*===============================================*/    
 

.text1 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#868686;
	text-decoration: none;
 	font-size: 10px;
 	letter-spacing: 0px; 
}

.text2 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#aaaaaa;
	text-decoration: none;
 	font-size: 11px;
 	letter-spacing: 0px;
}

.text3 {
 	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
 	font-style: normal;
 	font-weight: normal;
 	color:#b3b3b3;
	text-decoration: none;
 	font-size: 14px;
 	letter-spacing: 0px;
}

div.ajaxloading {position:absolute; display:block; top:10px; left:10px; padding:5px; width:150px; background: #868686;color:#aaaaaa; border:1px solid #aaaaaa; z-index:1000; }

/*===============================================*/
/* ZDJECIA */
/*===============================================*/
    
.foto {background-color:transparent;border:1px solid #868686;}
.foto_male1 {margin-left:5px;float:right;border:1px solid #868686; }
.foto_male2 {margin-right:10px;float:left;border:0px solid #868686; }


/*===============================================*/
/* BOXY */
/*===============================================*/


/* GLOBALNE */
.box_spec1 {border:2px dotted #cccccc; background: transparent; padding:8px; text-align:left;}

/* UZYTKOWNIKA */
.box1 { border:1px dotted #cccccc; background: transparent; padding:20px; margin-bottom:10px; text-align:left; overflow:hidden; height:1%;}
.box2 { border:1px solid #cccccc; background: #cccccc; padding:20px; margin-bottom:10px; text-align:left; overflow:hidden; height:1%;}
.box3 { border:1px dotted #cccccc;  border-left: 8px solid #cccccc; background: transparent; padding:20px; margin-bottom:10px; text-align:left; overflow:hidden; height:1%;}

.box {border:1px dotted #f4f4f4; background: transparent; padding:2px; margin-bottom:0px; height:1%; width:24px;overflow:hidden; }
.box_fade { overflow:hidden; cursor: pointer;}

#header { position:relative; top:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:990px; height:315px; z-index:0; }
#header_img { position:absolute; top:0px; left:0px; padding:0px; margin:0px; width:990px; height:315px; z-index:0; }

#header_link{ position:absolute; top:55px; left:160px; padding:0px; margin:0px; width:150px; height:150px; z-index:1;}

#header_search { position:absolute; top:12px; left:10px; padding:0px; margin:0px; width:440px; height:30px; z-index:1; color:#868686;}
#header_lang { position:absolute; top:12px; left:450px; padding:0px; margin:0px; width:99px; height:50px; z-index:1;} 
#content { position:relative; top:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:990px; }
#content_main_left  { position:relative; top:0px; float:left; padding:20px 0px 20px 0px; margin:0px 0px 0px 0px; width:270px; background: url("/dokumenty/szablonyimg/1-box_transparent.png") repeat; border-right:1px solid #dbdbdb;}
#content_main_right { position:relative; top:0px; float:right; padding:20px 20px 20px 20px; margin:0px 0px 0px 0px; width:670px; }
#footer { position:relative; top:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:100%; height:370px; background: url("/dokumenty/szablonyimg/1-tlo_footer.gif") repeat-x top; }
#footer_content { position:relative; top:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:990px; height:370px; background: url("/dokumenty/szablonyimg/1-tlo_footer_glowne.gif") no-repeat top; }
#footer_menu { position:absolute; top:10px; left:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:800px; height:100px; text-align:left; z-index:1; }
#footer_bannery { position:absolute; top:95px; left:0px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:800px; height:50px; text-align:left; z-index:1; }
#footer_kontakt { position:absolute; top:20px; right:90px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; width:300px; height:300px; text-align:left; z-index:1; color:#ffffff; text-decoration:none; font-size:11px;line-height:18px; }
#footer h1 { font-weight:bold; color:#ffffff; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px; margin: 0px 0px 5px 0px; border:0; background:none;}
#listwa_navi { margin:5px 0px 5px 0px; padding:0px 0px 10px 0px;  text-align:left; width:100%; border-bottom:1px solid #cccccc; }

#header_menu { position:absolute; top:278px; left:60px; padding:0px; margin:0px; width:930px; height:60px; z-index:1;}
#header_menu a,#header_menu a:visited { font-weight:bold; color:#ffffff; border:0; text-decoration:none; font-size:15px;line-height:17px; letter-spacing:0px; cursor: pointer; margin: 0px 0px 0px 0px;}
#header_menu a:hover { color:#d80000;}
#header_menu ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto; }
#header_menu ul li { z-index: 100;margin: 0px; margin-right: 40px; border: 0px; padding: 0px; float: left; display: block !important; display: inline; list-style: none; position: relative; }


/* BOX okna wyroznione*/
.okno1 { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; width:auto; text-align:left;}
.okno1 h1 { font-weight:bold; color:#868686; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px; cursor: pointer; margin: 0px 0px 5px 0px;}
.okno1 h2 { font-weight:normal; color:#868686; text-decoration:none; font-size:12px;line-height:13px; letter-spacing:0px; margin: 0px 0px 0px 0px;}
.okno1 span { font-weight:normal; color:#868686; font-style: italic; text-decoration:none; font-size:11px; line-height:12px; letter-spacing:0px; display:block; padding: 0px 0px 8px 0px;}
.okno1 ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto; }
.okno1 ul li { padding: 0px 0px 8px 0px; margin: 0px 0px 20px 0px; overflow:hidden; list-style: none; border-bottom:1px dotted #cccccc; }
.okno1 ul li.w { padding: 0px 0px 8px 0px; margin: 0px 0px 20px 0px; list-style-image: url("/dokumenty/szablonyimg/1-strz4.gif"); clear:both;}
.okno1 ul li a,.okno1 ul li a:visited { display: block; color:#868686; text-decoration:none; padding: 0px; }
.okno1 ul li a:hover,.okno1 ul li a:active { display: block; color:#868686; text-decoration:none; }
.okno1 div.wiecej { position:relative; float:right; text-align:right; margin:0px 0px 0px 0px;padding:0px;width:120px;height:20px; color:#868686; cursor:pointer;}

/* BOX zaokraglone */
.box_rogi { position:relative; height:100%; padding:0; margin:10px 0 0 0; background:#cccccc; z-index:1; overflow:hidden;}
.box_rogi_ramka { position:relative; padding:0; margin:0; border:0px; width:auto; background:#cccccc; overflow:hidden; text-align:left; background:#cccccc; padding: 18px; border-bottom: none;}
.box_rogi_ramka h2 {font-size: 19px; color: #868686; margin-bottom: 18px; }
.box_rogi_top { position:absolute; top:0; left:0; padding:0; margin:0; height:14px; z-index:99; width:100%; overflow:hidden;}
.box_rogi_bot { position:absolute; bottom:0; left:0; padding:0; margin:0; height:10px; z-index:2; width:100%; overflow:hidden; background: url("/dokumenty/szablonyimg/1-ramka_bot.gif") repeat-x; font-size: 0; line-height: 0;}
.box_rogi_top_l { position:absolute; padding:0; margin:0; height:10px; width:10px; background: url("/dokumenty/szablonyimg/1-rog1_gl.gif") no-repeat top left; float:left; left:0; top:0; overflow:hidden;}
.box_rogi_top_p { position:absolute; padding:0; margin:0; height:10px; width:10px; background: url("/dokumenty/szablonyimg/1-rog1_gp.gif") no-repeat top left; float:right; right:0; top:0; overflow:hidden;}
.box_rogi_bot_l { position:absolute; padding:0; margin:0; height:10px; width:10px; background: url("/dokumenty/szablonyimg/1-rog1_dl.gif") no-repeat top left; float:left; left:0; bottom:0;overflow: hidden;}
.box_rogi_bot_p { position:absolute; padding:0; margin:0; height:10px; width:10px; background: url("/dokumenty/szablonyimg/1-rog1_dp.gif") no-repeat top left; float:right; right:0; bottom:0;overflow: hidden;}
.box_rogi  ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width: auto; }
.box_rogi  ul li { padding: 0px 0px 8px 0px; margin: 0px 0px 20px 0px; overflow:hidden; list-style: none; border-bottom:1px dotted #ffffff;height:1%; }
.box_rogi  ul li.clear { margin: 0px; padding: 0px; border: 0px; clear: both; width:100%; list-style: none;}

/* ZALACZNIKI */
#zalaczniki { position:relative; padding:0; margin:0; border:0px; width:100%; overflow:hidden; text-align:left; background:transparent; padding: 0px; border: none;}
#zalaczniki ul { padding: 0px; margin: 0px; text-align:left; list-style-type: none; list-style-image: none; width:auto;  }
#zalaczniki ul li { margin: 0px; padding: 0px; float: left;  display: block !important; display: inline; list-style: none;  border:1px dotted #cccccc; }
#zalaczniki ul li:hover {   border:1px dotted #ffffff; }
#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; }



/*===============================================*/
/* TLA GLOBALNE */
/*===============================================*/

.tlo_strona { width:100%; background: url("/dokumenty/szablonyimg/1-tlo_header_glowne.gif") #f4f4f4 repeat-x center top; text-align:center; }

.zalacznki_tlo { border:1px dotted #cccccc; background: transparent;}
.okno_tlo {  background: url("/dokumenty/szablonyimg/1-tlo_okno.gif") #001934 no-repeat left top;padding:10px}
.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;}
.kolor_sonda {background-color: #f1f1f1;}


/*===============================================*/
/* KOLORY */
/*===============================================*/

.kolor1 { background-color: #000000; }
.kolor2 { background-color: #ffffff;}
.kolor3 { background-color: #ebf0f6; }
.kolor4 { background-color: #f2f2f2; }
.kolor5 { background-color: #e9e9e9; }
.kolor6 { background-color: #d7d7d7; }
.kolor7 { background-color: #868686; }

/*===============================================*/
/* LISTY */
/*===============================================*/

ol { list-style-position:outside; }

ul { padding:0px 0px 0px 20px; margin: 20px 10px 10px 10px; list-style-image: url("/dokumenty/szablonyimg/1-strz5.gif"); text-align:left; }
li { padding: 0px 0px 10px 0px; margin: 0px 0px 0px 0px; border: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-strz2.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: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
	color:#868686;
	font-size: 10px;
	font-weight: normal;
	height: 17px;
	padding: 2px 2px 1px 2px;
	background: #cccccc;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc; 
}

input.form, textarea.form {
	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
	color:#868686;
	font-size: 11px;
	padding: 5px 2px 4px 2px;
	margin: 0px 0px 0px 0px;	
	font-weight: normal;
	background: transparent;
	border: 1px solid #cccccc;
}

select.form {
	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
	color:#868686;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 1px 2px 1px;
	margin: 0px 0px 0px 0px;
	background: transparent;
	border: 1px solid #cccccc;
}

input.szukaj {
	font-family: Tahoma,Arial,Verdana,Times New Roman,Georgia,Trebuchet MS;
	color:#ffffff;
	font-size: 11px;	
	font-weight: normal;
	padding: 5px 2px 0px 5px;
	margin: 0px 5px 0px 5px;
	height: 22px;
	width: 262px;
	border:0px;
	text-align:center;
	background: url("/dokumenty/szablonyimg/1-szukaj_tlo.gif") no-repeat top left;
}

input.szukajButton {
	padding: 0px;
	margin: 2px 0px 0px 0px;
	height: 29px;
	width: 30px;
	vertical-align:middle;
}

