/* CSS RESET v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* style wspolne */

body{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
b{
	font-weight:bold;
}
a{
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
.right{
	text-align:right;
}
.center{
  text-align:center;
}
.blue{
	color:#141b5e !important;
}
.grey{
	color:#333 !important;
}
.bordo{
 color:#740021 !important;
}
.bold{
  font-weight:bold;
}
.underline{
  text-decoration:underline;
}
.nofloat{
  float:none !important;
}
.dane_dok{

  font-size:12px !important;
}
.none{
  display:none;
}
.info{
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}
.small{
  font-size:12px !important;
}
.big{
  font-size:15px !important;
}

/*niebieskie paski tytulowe */

div.title_bar,div.title_bar_wide{	
	height:28px;
	clear:both;
}
div.title_bar{
	background:#131958 url('../gfx/layout/bg_title_bar_450.jpg') no-repeat;
}
div.title_bar h2, div.title_bar_wide h2{
	padding:7px 0 0 10px;
	font-family:Tahoma, Arial;
	color:#fff;
	text-transform:uppercase;
	font-size:13px;
	float:left;
}
div.title_bar_wide{
	background:#131958 url('../gfx/layout/bg_title_bar_776.jpg') no-repeat;
}
div.title_bar_wide h2{
	float:left;
}
div.wipe{
	text-align:right;
	padding:8px 15px;
}
div.wipe span#zwin {
	color:#fff;
	padding-right:15px;
	background:transparent url('../gfx/layout/zwin.png') no-repeat scroll right;
	cursor:pointer;
}
div.wipe span#zwin.down{
  background:transparent url('../gfx/layout/rozwin.png') no-repeat scroll right;
}

/*sortowanie na niebieskim pasku*/
div.sortowanie{
	float:right;
	margin-top:4px;
	color:#fff;
}
div.sortowanie select{
	margin-right:15px;
}
hr{
	clear:both;
	color:#dedede;
	border:0;
	background-color:#dedede;
	height:1px;
	padding:0;
	display:block;
	margin:15px 0 15px 0;
	
}

#lista h2{
	font-size:14px;
	line-height:18px;
	margin:5px 0 5px;
}
#lista h2 a{
	color:#141b5e;
}
h3{
	font-size:14px;
	margin-bottom:15px;
	line-height:18px;
}
div.news_lista h3 a{
  font-size:13px;
}
.news_lista a{
  color:#141b5e;
}
/* top */

#top{
	margin:0;
	
	width:100%;
	background:#fff url('../gfx/layout/bg_top.jpg') repeat-x;
}
img.lang{
float:right;
position:relative;
top:-20px;
right:14px;
}
/* menu gorne */

#menu_top{
  clear:both;
	margin:0 auto;
	width:946px;
	height:28px;
	background: transparent url('../gfx/layout/bg_menu_top.jpg') no-repeat;
}
#menu_top ul{	
	height:28px;	
	width:940px;
	margin:0 auto;
	text-align:center;
}
#menu_top ul li{
	display:inline;
	padding-right:20px;
	letter-spacing:0;
}
#menu_top ul li.last {
	padding-right:0px;
}
#menu_top ul li a{	
	text-decoration:none;
	line-height:27px;
	width:auto !important;
	padding-left:8px;
	padding-bottom:2px;
	padding-top:2px;
}
#menu_top ul li a span{
  font-size:12px;
	font-weight:bold;
	color:#5c5c5c;
	text-transform:uppercase;
	padding:2px 10px 2px 0;

}
#menu_top ul li a:hover{
	background: transparent url('../gfx/layout/menu_top_left.gif') left no-repeat;
	color:#eaeaea !important;
}
#menu_top ul li a:hover span{
	background: transparent url('../gfx/layout/menu_top_right.gif') right no-repeat;
	color:#eaeaea !important;
}
#menu_top ul li a.selected{
	background: transparent url('../gfx/layout/menu_top_left.gif') left no-repeat;
	color:#eaeaea;
}
#menu_top ul li a.selected span{
	background: transparent url('../gfx/layout/menu_top_right.gif') right no-repeat;
	color:#eaeaea;
}


#top #baner{
	margin:10px auto;
	width:946px;
	height:156px;
	clear:both;
}


/* main */

#main{
	margin: 0px auto;
	width: 946px;
	height:100%;
	
}

/* menu lewa strona */

#main #menu_left{
	float:left;
	width:170px;
	margin-bottom:10px;

}
#main #menu_left ul li{
	height:20px;
	background:#ccc url('../gfx/layout/bg_menu_left.jpg');
	border-bottom:1px #dedede solid;
	font-size:11px;
	padding-top:9px;	
}
#main #menu_left ul li:hover{
	background:#ccc url('../gfx/layout/bg_menu_left_over.jpg');
}

#main #menu_left ul li a:hover{
	text-decoration:underline;	
	
}

#main #menu_left ul li.selected{
	background-image:url('../gfx/layout/bg_menu_left_selected.jpg');
	
}
li.selected a{
  color:#fff !important;
}
#main #menu_left ul.level1 li a{
	color:#4d4c4c;
	font-weight:bold;
	padding-left:5px;
}
#main #menu_left ul.level2 li a{
	padding-left:20px;
	color:#666;
	background:transparent url('../gfx/layout/level2.gif') no-repeat 14px 6px;
}
#main #menu_left ul.level3 li a{
	padding-left:40px;
	color:#666;
	background:transparent url('../gfx/layout/level3.gif') no-repeat 34px 5px;

}
#main #menu_left ul.level4 li a{
	padding-left:60px;
	color:#666;
	background:transparent url('../gfx/layout/level4.gif') no-repeat 54px 6px;

}

/*main - staly obszar po prawej od menu */

#content{
	float:right;
	width:766px;
	margin-bottom:20px;
}

#kolumny{
	margin-bottom:15px;
}
/*kolumna srodkowa*/

#content #kolumna_left{
	width:450px;
	float:left;
}

/* quicksearch - wyszukiwarka strona glowna */
#quick_search{
	width:450px;
	float:left;
	}
#tabs{
	margin-top:1px;
}

div.ui-tabs-panel{
	background:#5e001a url('../gfx/layout/bg_quicksearch.jpg') repeat-x;
	height:100px;
	border-left:1px #333 solid;
	border-right:1px #333 solid;
	border-bottom:1px #333 solid;
}
div.search_input{
	width:328px;
	height:27px;
	padding:27px 0 0 20px;
	float:left;
}
input.quik{
	width:295px;
	height:21px;
	border:0 !important;
	padding:2px 0 2px 2px;
	border-top:1px #000 solid !important;
	border-bottom:1px #000 solid !important;
	float:left;
}
.left_bg{
	width:25px;
	height:27px;
	float:left;
	background:transparent url('../gfx/layout/search_left.jpg') no-repeat;
}
.right_bg{
	width:6px;
	height:27px;
	float:right;
	background:transparent url('../gfx/layout/search_right.jpg') no-repeat;
}
input.search_button{
	float:right;
	height:20px;
	width:80px;
	cursor:pointer;
	background:navy url('../gfx/layout/bg_button_search.jpg') repeat-x;
	border:1px #fff solid;
	color:#fff;
	margin:31px 10px 0 0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

div.radio_search{
	clear:both;
	color:#fff;
	margin-left:90px;
	padding-top:15px;
	font-size:11px;
}

/* aktualnosci */

#news_headers{
	width:450px;
	float:left;
	margin-top:9px;
}
#newsbox{
	border:1px silver solid;
	background-color:#f3f3f3;
	margin-top:2px;
}
.news{
	margin:10px;
	padding-bottom:10px;
	
	border-bottom:1px #333 dotted;
}
.news.last{
	border-bottom:0px;
	margin-bottom:0;
}
.date{	
	background:transparent url('../gfx/layout/date_bg.gif') no-repeat 0px 2px;
	float:left;
	padding-left:15px;
	margin-right:10px;
}
.nobg{
  background:none;
  padding-left:0;
}
.list{
  background-position: 0 1px;
}
p.date{
	float:none;
}
p.date,.date a, div.date{
	font-size:12px;
	font-weight:bold;
	color:#740021 !important;
}
.news  div.lead{	
	clear:both;
	padding-top:10px;
	line-height:16px;
}
.news div.lead a:hover{
	display:block;
}

.news div.lead a:hover{
	text-decoration:underline;
	color:#141b5e;
}
.news div.lead img{
	border:1px #333 solid;
	float:left;
	margin-right:10px;
}
h2.title{	
	width:316px;
	float:right;
}
h2.title a{
	color:#141b5e;
	font-weight:bold;
	font-size:13px;
}
h2.title a:hover{
	color:#141b5e;
	text-decoration:underline;
}

span.arrow{
	color:#6e001f;
	font-family:Verdana;
}

/* szkolenia i konferencje */

#welcome{
	float:left;
	width:450px;
	margin: 10px 0 0 0;
	
}
#welcome_box{
	border:1px silver solid;
	background-color:#f3f3f3;
	margin-top:2px;
	padding:12px;
	line-height:1.5;
}
#welcome_box p{
  margin:5px 0 0;
}
#welcome_box p.first{
  margin:0;
}
#szkolenia div.szkolenia_info{

	border-bottom:1px #333 dotted;
}
#szkolenia div.szkolenia_info.last{

	border-bottom:0;
}

#szkolenia div.szkolenia_info h3 a{
	color:#141b5e;
	line-height:16px;
}
#szkolenia div.szkolenia_info h3 a:hover{
	text-decoration:underline;
	display:block;
}

/* prawa kolumna */

#kolumna_right{
	float:right;
	width:305px;
}

/* promobox */

#promobox{
	width:305px;
	height:223px;
	float:left;
	overflow:hidden; 	
	margin-top:2px;
}
#promobox img{
  border:1px silver solid;
  
}

div.promo_text{
	margin:-60px 10px 0px 10px;
	line-height:1.5;
}
/* Slider strona glowna*/
#slider{
  clear:both;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
 
	}
#slider li{ 
	width:305px;
	height:223px;	
	overflow:hidden; 
	}	
	
ol#controls{
  
  position:relative;
  top:-215px;
  left:245px;
}
ol#controls li{
	float:left;
	margin-left:5px;
	width:12px;
	height:12px;
	background:transparent url('../gfx/promobox/kropka.png') no-repeat;
	cursor:pointer;
	letter-spacing:0;
	display:inline;
	}
ol#controls li.current{
  background:transparent url('../gfx/promobox/kropka_sel.png') no-repeat;
}
/* slowa kluczowe */

#keywords{
	float:left;
	width:305px;
	margin-top:10px;
}
#keywords div.title_bar{
	background:#131958 url('../gfx/layout/bg_title_bar_450.jpg') no-repeat;
}
#keywords_box{
	border:1px silver solid;
	background-color:#f3f3f3;
	margin-top:2px;
	padding:10px;
}
#keywords_box p{
  margin-top:0;
	line-height:1.5;
}
#words{
	clear:both;
	border-top:1px #333 dotted;
}
#words a{
  color:#141b5e;	
  font-size:13px;
}
#words a:hover{
 	text-decoration:underline;
}
#words ul{
	margin:10px 0 10px 0;
}
#words ul li{
  padding: 7px 0 7px;	
  line-height:1.3;
}

#all_keywords{
	padding:10px 0 0 0;
	border-top:1px #333 dotted;
	font-size:11px;
	text-align:right;
}


/*pasek nawigacyjny*/

#link_gorny,#link_dolny{
	width:400px;
	margin:0 auto;
	text-align:center;
}
#link_gorny{
  padding-top:15px;
}
#link_gorny a, #link_dolny a{
	font-size:14px;
	color:#141b5e;
}




/* lista wynikow */

#lista{
	
	
}
.news_lista{
	padding:10px;
	background-color:#f8f8f8;
	border:1px silver solid;
}
.news_lista h2{
	font-size:16px !important;
	color:#141b5e;
}
#lista.wazne_linki h2{
  padding-bottom:0px;
  margin-bottom:0;
  }
.news_lista h2 a{
	font-size:14px;
	color:#141b5e;
}
.news_lista h2 a:hover, .news_lista p a:hover{
	text-decoration:underline;
}
.news_lista p{
	line-height:16px;
	font-size:13px;
	margin-top:0;
}
.news_lista p.lead{
	font-weight:bold;
	font-size:13px;
}
.news_lista img{
	border:1px #ccc solid;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:3px;
}
.news_lista div#tresc_news p{
	margin:15px 0 15px;
}
.print{
	text-align:right;
	padding:7px 15px;
}
.print a{
	color:#fff;
}
.print a:hover{
	text-decoration:underline;
}
div.linki{
	margin:0 0 20px 20px;
}
div.linki h2{
	font-size:14px;
}

.back{
	float:left;
	margin:8px 0 0 10px;
}
.back a{
	color:#fff;
}
.back a:hover{
	text-decoration:underline;
}
p.id_dokumentu{
	text-align:right;
}

/*wyszukiwarka dokumentow */

#wyszukiwarka{
	background:#666666 url('../gfx/layout/bg_wyszukiwarka.jpg') repeat-x;
	/*margin:5px 0 5px 0;*/
	position:relative;
	top:2px;
	padding:10px;
	border:1px #333333 solid;
	color:#fff;
	text-align:center;
	margin-bottom:4px;
}
#wyszukiwarka table{
	
	width:95%;
	margin:0 auto;
}
#wyszukiwarka table tr td{
	padding:5px 0 5px;
}
#wyszukiwarka table tr td img{
	cursor:pointer;
	vertical-align:top;
	padding-top:1px;
}
td.label{
	text-align:right;
	padding-right:10px !important;
	width:45%;
}
td.input{
	text-align:left;
}
#wyszukiwarka input.submit{
	width:120px;
	cursor:pointer;
}

/*bibliografia*/

div.news_lista.bibliografia{
	background:none;
	border:0;
}
.news_lista.bibliografia p{
	font-size:14px;
	line-height:18px;
	margin:0;
}
.news_lista.bibliografia p i{
	color:#000;
}
p.id_right{
	float:right;
	font-size:11px !important;
	padding-left:20px;
}
.bibl_tytul{
  width:93%;
}
#lista.bibliografia hr{
	margin:0;
}
.news_lista.bibliografia p i a{
	color:#111b5e;
}
div.news_lista.bibliografia.publikacja{
	background:#ebebeb;
	margin:5px 0 5px;
	border:1px #111b5e solid;
}

/*pola formularzy */

select{
	cursor:pointer;
}
input[type="text"]{
	border:1px #333 solid;	
}
input[type="button"]{	
	cursor:pointer;
}
label.operator{
	font-size:15px;
}
select{
  border:1px #333 solid;
}

/*przedzialy w wyszukiwarce*/

span.zaawansowane,span.przedzial_dat,span.przedzial_art,span.przedzial_lat{
  cursor:pointer;
  font-size:11px;
}
span.przedzial_art{
 

  
}
#przedzial_dat,#przedzial_art,#przedzial_lat{
  margin-top:10px;
}

/*slowa kluczowe */
fieldset{
	border:1px silver solid;
	padding:5px;
}
fieldset legend{
	font-size:14px;
	padding:0 5px 0 5px;
}
#wyszukiwarka table.keywords{
	text-align:left;
	width:100% !important;
}
table.keywords tbody tr td {
	vertical-align:middle;
}
select.keywords{
	width:310px;
}
input.arrow_button{
	font-size:16px;
	font-family:Verdana;
	
}

/* opis dokumentu */

#opis_dokumentu{
	background-color:#f8f8f8;
	border:1px silver solid;
	width:100%;
	margin-top:2px;
	width:428px;
	padding:10px;	
	float:left;
	min-height:56px;
	
}
#opis_dokumentu table{
	width:95%;
	margin:0 auto;
	font-size:13px;
}
#opis_dokumentu table tr td{
	padding:10px 0 5px 5px;
	color:#141B5E;
}
td.center{
	text-align:center;
}
td.center h2{
	line-height:18px;
	font-size:15px;
}
td.center img{
	margin:10px 10px 0 10px;
}
td.opis{
	width:45%;
	color:#333 !important;
	text-align:right;
}
h2.akty{
  line-height:18px;
	font-size:15px;
	text-align:center;
	color:#141B5E;
}
#inne_dokumenty{
	background-color:#f8f8f8;
	border:1px silver solid;
	width:283px;	
	margin-top:2px;
	padding:10px 10px;	
	text-align:center;	
	min-height:50px;
}
#inne_dokumenty img{
  padding:3px;
}
#inne_dokumenty img.lang{
  margin-top:3px;
}
#inne_dokumenty img.button_img{
  
}
#inne_dokumenty h2{
	line-height:18px;
	margin:15px 0 15px 0;
		
}
#inne_dokumenty h2 a{
	color:#141B5E;
}
#inne_dokumenty h2 a:hover{
	text-decoration:underline;
}
#tresc_dokumentu{
	padding:20px 50px;
	border:1px silver solid;
	clear:both;
	margin-top:15px;
}
#tresc_dokumentu.print{
  width:640px;
  border:0;
  margin: 30px auto;
  padding:0;
}
/* footer */

#footer{
	clear:both;
	padding:5px 0 5px;;
	border-top:1px silver solid;
	border-bottom:1px silver solid;
	margin:0 auto;
	width:946px;
	margin-bottom:10px;
}
#footer ul{
  width: 100%;
  text-align:center;
}
#footer ul li{
	display:inline;
	letter-spacing:0;
}
#footer ul li a{
	font-size:11px;
	border-right:1px silver solid;
	padding:1px 12px 1px 12px;
	text-transform:lowercase;
	color:#666;
}
#footer ul li a:hover{
	text-decoration:underline;
	color:#141b5e;
}
a.underline.last, a.last{
border:0 !important;
}



/* rozwiniecie przegladarki */
tr.advanced{
 
}
#logo{
  width:960px;
  margin: 0 auto;
  padding:0 10px;
}
.logo_arbitraz{
  float:left;
  margin:92px 0 7px 7px;
}
.logo_laszczuk{
  float:right;
  margin:50px 10px 7px 0;
}
/* informacje pod wyszukiwarką */
#opis{
  line-height:1.5;
  padding:5px 15px 5px 110px;
  background-color:#f8f8f8;
  border:1px silver solid; 
}
#opis.orzecznictwo{
  background: #f8f8f8 url("../gfx/bg_info/orzecznictwo.jpg")  left no-repeat;
  height:110px;
}
#opis.akty{
  background: #f8f8f8 url("../gfx/bg_info/akty.jpg")  left no-repeat;
  height:108px;
}
#opis.bibliografia{
  background: #f8f8f8 url("../gfx/bg_info/bibliografia.jpg")  left no-repeat;
  height:100px;
}
#opis hr{
  margin:4px;
  
}
/* wazne linki */

.wazne_linki a{
  color:#141b5e;
}

/* misja */
.misja{
  padding: 30px 50px;
}
.misja img{
  border:0;
}

.misja p{
  font-size:12pt !important; 
  line-height:1.5;
  margin-bottom:6px;
}

.error{
  background:#f0f0f0 url('../gfx/icons/error.gif') left no-repeat;
  padding:30px 60px;
}
#printarea{
  padding-top:30px;
  width:650px;
  margin: 0 auto;
}
#printarea img{
  padding-bottom:30px;
}
#printarea .news_lista{
  background:none;
}
#printarea #lista .news_lista h2{
  font-size:14px !important;
}

/* ADR */

img.adr_foto{
  float:left;
  margin-bottom:3px
}
p.adr{
  margin-bottom:1px;  
  
}
h2.adr{
  padding-bottom:8px;  
}
.news_lista h2 a.adr{
  font-size:16px;
}
hr.adr{
  margin-top:8px;
}
