
/*** 
* ../../../scripts/mootools/MenuMatic/css/MenuMatic.css 
**/ 
/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#menu_top a, #subMenusContainer a{
	text-decoration:none;
	display:block;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#menu_top a{
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #menu_top li li a{
	text-align:left;
}

/* All menu links on hover or focus */
/*
#menu_top a:hover, #menu_top a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #menu_top a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#B10068 ;
	color:#FFF;
}
*/
/* sub menu links on hover or focus */
/*
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#menu_top a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#menu_top li a:hover,
#menu_top li a:focus{
	background-color:#B10068 ;
	color:#FFF;
}
*/
/* Parent Sub Menu Links ---[javascript users only]*/
.subMenuParentBtn{ 
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ 
	/*background:#B10068 ;  */
}

/* Parent Main Menu Links ---[javascript users only]*/
.mainMenuParentBtn{	
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.mainMenuParentBtnFocused{	
	/*background: #B10068; */
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 0px;
	margin:0 0 0 0px;
	
}


/* All ULs and OLs */
 #menu_top ul, #menu_top ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#menu_top ol, #menu_top ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#menu_top li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#menu_top{
/*	position: relative;*/
	list-style:none;
	z-index:5;
	bottom:0px;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0px;	width:100%;	height:0;	overflow:visible;	z-index:1000000000;

 }
 /*
#subMenusContainer, x:-moz-any-link, x:default{
		left:1px;
}
*/
/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#menu_top li li{	float:none; }

#menu_top li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#menu_top li ul { /* second-level lists */
	position: absolute;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:20px;
}

/* third-and-above-level lists */
#menu_top li ul ul { margin: -1em 0 0 -1000em; }
#menu_top li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#menu_top li:hover ul{	margin-left: 0; }
#menu_top li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#menu_top li a:focus + ul {  margin-left: 0; margin-top:20px; }
#menu_top li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-20px;}
#menu_top li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#menu_top li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#menu_top li:hover a:focus{ margin-left: 0; }
#menu_top li li:hover a:focus + ul { margin-left: 10em; }


/*** 
* default.css 
**/ 
/* CSS Document */
/* stałe klasy*/
img{
	display:block;
	}
a img{
	border:none;
	outline:none;
	}
.alpha{
	behavior: url(_css/png.htc);
	}
		
.clr{
	heght:0pt;
	visibility: hidden;
	clear:both;
}

.clr2{
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.left{
	display:inline;	float:left;
	}
.right{
	display:inline;	float:right;
	}
.cent{
	text-align:center;	margin:auto;
	}
.block{
	display:block !important;
	}	
.inline{
	display:inline;
	}	
.hide{
	visibility:hidden;
	}	
.bold{
	font-weight:bold;
	}	
.normal{
	font-weight:normal;
	}
.italic{
	font-style:italic;
	}		
.nowrap{
	white-space:nowrap;
	}
/*reset przegladarki*/	
body{
	margin:0;
	}
.horizontalUl, .verticalUl{
	list-style:none;
	padding:0;
	margin:0;
	}
.horizontalUl li{
	display:inline;
	}	
h1, h2, h3, h4, h5, p, dl{
	margin:0;
	padding:0;
	}
a, a:link, a:visited{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
a:focus, a:blur{
	outline:none;
	}				
/* formularze*/
form, fieldset{
	padding:0;
	margin:0;
	border:0;
	display:block;
	}
form dl, form dd, form dt{
	margin:0;
	}
form dt{
	float:left;
	}
form dd{
	float:right;
	}

		
input, textarea, select, label, button, .buton{
	margin:0;
	padding:0;
	}	
.inpat, textarea, select{
	padding:2px 5px;
	display:block;
	}	
textarea{
	overflow:auto;
	}
button, .button{
	padding:0;
	border:none;
	background:none;
	cursor:pointer;
	}

	/*dsfdfs*/

/*sddfsd*/	
/* layout*/
#center{
	overflow:hidden;
	text-align:center;
}
.container{
	margin:auto;
	text-align:left;
}
#footer{overflow:hidden;}
	
/* centowanie w pionie*/
.VC_container {
    display: table;
    width: 100%;
}

    .VC_dynamic_height{
        display: table-cell; 
        width: 200px;
        background: #0d0;
    }
    
    .VC_middle {
        display: table-cell;
        vertical-align: middle;
    }	
    * html .VC_dynamic_height {
        margin-right: -3px;
    }
	
/*** 
* page.css 
**/ 
/* linki, naglowki i paragrafy*/
ul{
		padding-left:15px;
}
li{
		margin-bottom:5px;
}
.green, .green:link, .green:visited{
		color:#85B316;
}
hr, .hr2{
   background: url("../images/line.gif") repeat-x scroll left center transparent;
   border: medium none;
   color: white;
   height: 3px;
   margin-bottom: 25px;
   margin-top: 25px;
   border:0;
   display:block;
}
.hr2{
		margin:10px 0;
}
hr.hr3{
	line-height:0px;
	height:0px;
	background-image:none;
	margin:12px 0;
	border: solid #ccc 1px;
	border-width:1px 0 0 0;
}
.verticalUl li, .horizontalUl li{
		margin-bottom:0;
}
body{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#737477;
	line-height:130%;
}
h1, h1 a, h1 a:link, h1 a:visited{
	font-size:16px;
	color:#666;
	}
.h1{
	margin-bottom:8px;
	font-size:44px;
	line-height:54px;
	font-weight:bold;
	}
.h2{
	margin-bottom:10px;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	}
.archive_title{
		font-size:24px;
		line-height:normal;
		color:#737477;
}
.h2, .h2 a, .h2 a:link, .h2 a:visited{
		font-size:20px;
}
.red, .red:link, .red:visited{
	color:#D20021 !important;
}
h3, h3 , h3 a:link, h3 a:visited{
	font-size:13px;
	color:#666;
	}
a, a:link, a:visited{
	color:#737477;
}
a:focus{
	outline:none;
}
.orange, .orange:link, .orange:visited{
		color:#E7810C;
}
.line2{
		background:url(../images/line.gif) repeat-x left;
		height:3px;
		width:725px;
		margin-top:29px;
}
.line3{
		background:url(../images/line.gif) bottom repeat-x;
		height:2px;
		margin:25px 0;
		width:725px;
}
.line4{
		border-bottom:solid 1px;
		height:2px;
		margin:25px 0;
		width:725px;
}
/* formularz*/
input, textarea{
	width:200px;
	color:#47484F;
	}
select{
	padding-right:0;
	width:214px;
	color:#47484F;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:solid #737477 1px;
	height:25px;
	padding:3px;
	
	}
form dl{
	}	
form dl, form dd, form dt{
	margin:0;
	}
form dt{
	float:left;
	width:100px;
	
	}
form dd{
	float:right;
	width:200px;
	}
/* info*/
#info{
	width:300px;
	margin:auto;
	text-align:center;
	}
	
/*layout*/
#header{
	width:960px;
	margin:auto;
	position:relative;
	height:405px;
	z-index:4;
	}
.container{
	width:1024px;
	}
		
#lewa{
	width:720px;
	overflow:hidden;
	margin-top:-5px;
	}
#home_wrap{
		width:740px;
}
#lewa img{
		display:inline;
}
#prawa{
	width:200px;
	}	
#contents{
	width:960px;
	margin:auto;
	position:relative;
}
#footer{
	background:#C5C5C7 url(../images/footer_bg.gif) left top repeat-y;
	padding:9px 32px 0;
	border-bottom:solid #C5C5C7 26px;
	/*position:relative;*/
	width:960px;
	margin:auto;
	}
#footer_wrap{
		background:#C5C5C7;
		margin-top:20px;
}
/**/

/*header*/
#logo{
	text-indent:-9999px;
	position:absolute;
	top:42px;
	left:0;
	width:280px;
	height:253px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
#pasek_top{
		position:absolute;
		background:#F39300;
		width:26px;
		height:72px;
		top:0px;
		left:334px;
}
/* footer*/
#footer_itm1{
	float: left;
	margin-top:-9px;
    margin-left: 50px;

}
#copyr_l{
	float:left;
	width:563px;
	overflow:hidden;
	}
#copyr_l dl{
	width:150px;
	margin-right:27px;
	padding-left:10px;
	color:#fff;
	float:left;
}
#copyr_l dt{
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
	margin-top:14px;
}
#copyr_l dd{
	font-size:12px;
	margin-bottom:12px;
	padding:0px;
	margin:0;
}
#copyr_l dd a{
		display:inline-block;
		background:url(../images/foter_dot.gif) no-repeat 1px 7px;
		padding-left:10px;
}
#footer a, #footer a:link, #footer a:visited{
		color:#fff;
}
#footer a span{
	float: left;
    margin-right: 4px;
	text-decoration:none;	
}
#newsletter{
	margin-top:14px;
	width:150px;
	margin-right:27px;
	padding-left:10px;
	color:#fff;
	float:left;
	color:#47484F;
}
.newsletter_label{
		font-size:14px;
		margin-bottom:11px;
		color:#47484F;
		font-weight:bold;
}
#newsletter_form{
		margin-top:11px;
}
#newsletter_form .inpat{
		color:#737477;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		width:136px;
		padding:2px 7px;
		height:16px;
		margin-bottom:6px;
}
#newsletter_form .button{
		text-align:left;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		margin-top:2px;
		text-decoration:underline;
		cursor:pointer;
				
}
#copyr_r{display:inline; float:right;}
#logo2{
		margin-top:14px;
}
#adres{
		color:#fff;
		margin-top:38px;
}
#socials{
		margin-top:25px;
		color:#fff;
}
#socials span{
		margin-bottom:6px;
		display:block;
}
#copyr{
		margin-top:50px;
		color:#fff;
}
#copyr span{
		margin-bottom:15px;
		display:block;
}
/* podstrony*/
.column{
		width:160px;
		float:left;
		margin-right:25px;
		margin-bottom:35px;
}
.indent{
		padding-top:55px;
}
.column .foto{
		float:none;
		margin:0;
		margin-bottom:15px;
}
.cw{
		margin-top:10px;
		font-weight:bold;
		line-height:12px;
}
.cw, .cw:link, .cw:visited{
		color:#47484F;
}
.cw:hover{
		text-decoration:underline;
	
}
.column h2{
		font-size:18px;
		line-height:20px;
		font-weight:bold;
		margin-bottom:10px;
}
.excerpt{
		font-weight:bold;
		font-size:14px;
}
p{
		margin-bottom:10px;
}
.foto{
	float:left;
	margin:0 2em 1em 0px;
	}
.foto3{
	margin:10px 0 20px 0px;
}
.foto_art{
	width:320px;
	height:200px;
	}
#news_right{
	margin:20px 0 0;
	padding-bottom:20px;
	}
#news_right li{
		background:url(../images/orange_dot.gif) 0px 4px no-repeat;
		padding-left:14px;
		display:inline-block;
		}	
#news_right li a, #news_right li a:link, #news_right li a:visited{
		font-size:13px;
		font-weight:bold;
		color:#47484F
}
#news_right li .date{
		color:#737477;
}
#prawa_film{
		margin:14px 0;
}
#prawa_film h3{
		color:#D20021;
		font-size:18px;
		font-weight:bold;
		float:left;
		line-height:20px;
		}
#prawa_film .yt2{
		float:right;
}
#prawa_film .movie{
		margin-top:14px;
		padding:4px;
		background:#D5D5D6;
		border:solid 1px #737477;
		margin-bottom:10px;
}
#prawa_film strong{	
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
	display:block;
}
.pager {
	overflow:hidden;
	padding:0;
	margin-top:21px;
}
.pager a, .pager a:link, .pager a:visited, .pager span {
	border:1px solid #B9B9BB;
	background:#B9B9BB;
	color:#fff;
	padding:0 5px;
	display:inline;
	float:left;
	font-size:11px;
	font-weight:bold;
	line-height:17px;
	margin-right:5px;
	text-align:center;
}
.pager a.activ, .pager a:hover {
	background:#D20021;
	border-color:#D20021;
	color:#FFFFFF;
}

.lista1{
		padding:0 ;
		list-style:none;
		margin-left:0px;
		width:720px;
}
.lista1 li{
		padding:18px 0;
		margin:0;
		background:url(../images/line2.gif) bottom repeat-x;
		color:#D20021;
		font-size:13px;
		font-weight:bold;
		
}
.lp{
		float:left;
		font-size:13px;
		font-weight:bold;
}
.lista1 .faq_itm{
		float:left;
		width:90%;
}
.lista1 .plik{
		float:right;
		margin-top:-1px;

}
.foto2{
		float:left;
		margin:0 10px 25px 0;
}
blockquote{
		border-left:solid 9px #737477;
		padding:0 0 0 7px;
		font-size:13px;
		font-style:italic;
		color:#737477;
		margin:0 0 20px 0;
}
.foto_legend{
	color:#737477;
	font-size:11px;
	background:url(../images/p_prev.gif) no-repeat 0 2px;
	padding-left:19px;
	overflow:hidden;
}
ol{
	margin:20px 0;
	/*padding-left:18px;*/
}
ol li ol{
	list-style-type: lower-alpha;
	margin:0;
}
.file_ico2{
		margin:25px 0 25px 0;
}
.file_ico2 li{
		padding:5px 0;
		overflow:hidden;
		display:block;
}
.file_ico2 img{
	float:left;
	margin-right:15px;
	
}
.file_ico2 a{
		color:#47484F;
		font-size:13px;
		font-weight:bold;
		padding-top:10px;
		float:left;
		text-decoration:underline;
		
}
.do_druku{
		background:url(../images/print.gif) no-repeat 0px 0px;
		padding-left:25px;
		font-size:12px;
		margin:20px 0 20px 0;
		float:left;
		
}
.date2{
		font-size:14px;
		font-weight:bold;
		margin-bottom:10px;
		color:#47484F;
}
.month{
		color:#47484F;
		font-size:22px;
		line-height:normal;
		font-weight:bold;
}
select.years{
		float:right;
		width:83px;
		margin-top:19px;
		margin-right:28px;
}
.wydarzenia_row .column{
        background: url("../images/line.gif") repeat-x scroll 0 0 transparent;
		padding-top:15px;
}
.media_podmenu{
		float:right;
		width:50%;
		margin-top:31px;
}
.media_podmenu a{
		font-size:14px;
		color:#737477;
		font-weight:bold;
		margin-left:17px;
		/*line-height:54px;*/
}
strong.contact_name{
		color:#B10068;
}
.column_wide{
		width:534px;
		float:left;
}
.contact_wrap .column strong{
		font-size:14px;
}
.contact_wrap .column{
		font-size:13px;
}
.articles_wrap .h2{
		margin-bottom:6px;
		color:#47484F;
}
.articles_wrap a, .articles_wrap a:link, .articles_wrap a:visited{
		color:#85B316;
}
.articles_wrap .h2 a, .articles_wrap .h2 a:link, .articles_wrap .h2 a:visited{
		color:#47484F;
}
.articles_wrap h4{
		font-size:13px;
		margin-bottom:18px;
}
.file_ico3 li{
		float:left;
		width:45%;
		padding-right:5%;
}
.file_ico3 li.clr{
		float:none;
		width:100%;
		padding-right:0;
}
.file_ico3 a{
		float:none;
}
.img_title{
		font-size:13px;
		color:#47484F;
		margin:5px 0;
}
.kb{
		color:#737477;
}
.year{
		font-size:30px;
		color:#47484F;
		line-height:55px;
		font-weight:bold;
}
.archiwum_row .itm{
		background:url(../images/purple_dot.gif) no-repeat 0px 8px;
		padding-left:21px;
		color:#737477;
		font-size:12px;
		margin-bottom:18px;
}
.archiwum_row .title{
		font-size:15px;
		color:#47484F;
		line-height:19px;
		font-weight:bold;
		display:block;

}
.archiwum_row  .date{
		margin-bottom:5px;
		display:block;
		line-height:15px;
		font-size:12px;
}
#prawa .text{
		font-size:13px;
}
#prawa .line{
		background: url(../images/line.gif) repeat-x left;
        width:200px;
        height:3px;
}

#materialy_right, #contact_right{
    margin: 14px 0;
}
#materialy_right h3, #contact_right h3{
	font-size:18px;
	line-height:20px;
	margin-bottom:10px;
}
#materialy_right li{
    background: url(../images/purple_dot.gif) no-repeat scroll 0 4px transparent;
    /*display: inline-block;*/
    display: list-item;
    padding-left: 14px;
}
#materialy_right li a, #materialy_right li a:link, #materialy_right li a:visited {
    color: #47484F;
    font-size: 13px;
    font-weight: bold;
}

.h1_small{
		font-size:32px;
		line-height:35px;
}

#lewa h2 {
    line-height: 21px;
}
#search_adv .right{
		width:240px;
}
#search_adv label{
		display:block;
		font-size:13px;
		line-height:21px;
}
#search_adv_input{
		border:solid 1px #737477;
		width:257px;
		height:23px;
		padding:0 10px;
		float:left;
}
#search_adv input.button {
    background: url("../images/p_next.gif") no-repeat  0 0 ;
    cursor: pointer;
    float: left;
    height: 12px;
	margin-left:10px;
    margin-top: 5px;
    width: 10px;
}
#reset{
	border:none;
	background:none;
	font-size:11px;
	cursor:pointer;
	text-align:left;
	padding:0;
	color:#737477;
}
#search_adv select{
		width:101px;
		float:left;
		margin-right:13px;
		padding:3px;
}
#search_adv #go2{
		margin-left:-3px;
}
 #lista_firm{
	 	margin-top:15px;
 }
#lista_firm th, #lista_firm td{
		text-align:left;
		width:167px;
		padding:10px 20px 10px 0;
		vertical-align:top;

}
 #lista_firm td{
	 	font-size:11px;
		line-height:12px;
 }
#lista_firm th, .label1{
		font-size:10px;
		color:#9D9EA0;
}
#lista_firm p{
		margin-top:.6em;
		
}
#lista_firm p.muzea_p{
		margin-top:-7px;
}
#lista_firm .black, #lista_firm .black:link, #lista_firm .black:visited{
		color:#47484F;
}
#lista_firm td.last{
		padding-right:0;
}
#lista_firm td.firmy_table_line{
		background:url(../images/line.gif) top left repeat-x;
		padding:0;
		height:3px;
}
#lista_firm td.solid{
		background:none;
        border-top: 1px solid #9D9EA0;
        line-height: 0;
}

#lista_firm strong{
		color:#47484F;
		font-size:13px;
		line-height:15px;
}

#topHicontrast {
    background:  url(../images/okularki_ikona2.png) 4px  4px  no-repeat !important;
    height: 16px;
	width:24px;
	padding:3px 5px;
	display:block;
	position:absolute;
	z-index:1000;
	text-indent:-9999px !important;
	text-align:left;
	overflow:hidden;
	bottom:106px;
	right:74px;
}
#lewa h2.sub_title{
		font-size:26px;
		line-height:28px;
		margin-bottom:15px;
}
div.date{
		color:#47484F;
		font-size:12px;
}
/*** 
* ../boxes/menuTop.css 
**/ 
/* CSS Document */
#menu_top_wrap {
	position:absolute;
	bottom:5px;
	left:0;
	height:105px;
}
#menu_top{
		float:left;
		margin:43px 0 0 3px;
}
#menu_t_l, #menu_t_r{
		float:left;
}
#menu_t_r{
		/*position:relative;
		top:16px;*/
        margin-top: 16px;
}
#menu_top li {
	float:left;
}
#menu_top li a {
	background-position:top left;
	font-size:16px;
	display:block;
	height:100%;
	padding:5px 15px;
	height:20px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	/*text-indent:-9990px;*/
	white-space:nowrap;
}
#menu_top li a:hover, #menu_top li a.visited{
	background-position:bottom left;
}

/* dropdown menu
*/
#menu_top ul{
		width:200px;
}
#menu_top ul li a{
	display:block;
	white-space:nowrap;
	text-transform:none;
	font-size:13px;
	font-weight:normal;

}
 #subMenusContainer  a, #subMenusContainer a:link,  #subMenusContainer a:visited{
		color:#fff;
		padding:0 15px 3px 15px;
		line-height:14px;
        white-space: nowrap;
 }
#subMenusContainer ul a:hover{
		text-decoration:underline;
}
#menu_top li:hover{
		background:#B10068;
}
#menu_top li:hover a,  a.mainMenuParentBtnFocused{
		color:#fff;
        opacity: 0.95;
}
#menu_top li.color1 a.mainMenuParentBtnFocused{
		background:#936ca5;
}


#menu_top li.color2  a.mainMenuParentBtnFocused{
		background:#e8800d;
}

#menu_top li.color3 a.mainMenuParentBtnFocused{
		background:#B10068;
}
#menu_top li.color4 a.mainMenuParentBtnFocused{
		background:#d30021;
}

#menu_top li.color5 a.mainMenuParentBtnFocused{
		background:#86b318;
}

#menu_top li.color6 a.mainMenuParentBtnFocused{
		background:#936ca5;
}
 #subMenusContainer ul{
	 background: #B10068 ;
	 padding:13px 0;
 }
  #subMenusContainer ul.color1{
	 background: #936ca5 !important;
	 padding:13px 0;
 }

 #subMenusContainer ul.color2{
	 background: #e8800d !important;
	 padding:13px 0;
 }

 #subMenusContainer ul.color3{
	 background: #B10068 !important;
	 padding:13px 0;
 }
 #subMenusContainer ul.color4{
	 background: #d30021 !important;
	 padding:13px 0;
 }
 #subMenusContainer ul.color5{
	 background: #86b318 !important;
	 padding:13px 0;
 }
 #subMenusContainer ul.color6{
	 background: #936ca5 !important;
	 padding:13px 0;
 }



/*** 
* ../boxes/menu.css 
**/ 
/* CSS Document */
/* menu blogcategory*/
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
}
#menu li{
	}
#menu ul li{
	padding:0px 0 0px 20px;
	}	
#menu ul li ul li{
	}	

/*** 
* ../boxes/topLinks.css 
**/ 
/* CSS Document */
#topLinks {
position:absolute;
left:424px;
bottom:111px;
}
#topLinks li{
margin-right:17px;
}
#lang{
		position:absolute;
		right:0px;
		bottom:111px;
}
#lang li{
		margin-left:8px;
}
#print{
		position:absolute;
		right:185px;
		bottom:114px;
		background:url(../images/print.gif) no-repeat;
		width:15px;
		height:11px;
		display:block;
		overflow:hidden;
		text-indent:-9999px;
}
		
/*** 
* ../boxes/search.css 
**/ 
/*wyszukiwarka*/
#search {
	width:200px;
	background:url(../images/search_bg.gif) repeat-x;
	height:39px;
	
}
#search label{
	float:left;
	line-height:30px;
	}
#search input.inpat {
	background:none;
	border:none;
	color:#aaa;
	float:left;
	font-size:16px;
	font-style:italic;
	width:180px;
	height:37px;
}
#search input.button {
	cursor:pointer;
	float:right;
	height:12px;
	width:10px;
	margin-top:13px;
    background: url(../images/p_next.gif) no-repeat scroll 0 0 transparent;
}

/*** 
* ../boxes/breadCrumbs.css 
**/ 
/* CSS Document */
#breadCrumbs {
padding:0 0 20px 0;
}

#breadCrumbs li a{
	margin:0px 3px 0 0;
	}

/*** 
* ../boxes/fontScale.css 
**/ 
/* CSS Document */
#fontScale{
	position:absolute;
	bottom:111px;
	right:108px;
	}
/*** 
* ../boxes/slideshow.css 
**/ 
@charset "utf-8";
/* CSS Document */
#newsbox ul, #newsbox li{
	list-style:none;
	padding:0px; 
	margin:0px;
	}
#newsbox{
	position:relative;
	width:587px;
	height:270px;
	float:right;
	}	
.hide, .hide2 {
	visibility:hidden;
}
#my {
	padding-top: 5px;
}
#topnews {
	overflow:hidden;
	position:relative;
	width:100%;
	height:100%;
	
}
#topnews p{
		margin-bottom:10px;
		line-height:17px;
		}
.topnews_one {
	margin:0;
	list-style:none;
    
	
}


.topnews_one dd, .topnews_one dt {
	padding:0;
	margin:0;
}

#topnews .one {
	position:absolute;
    cursor: pointer;
}	
.topnews_one .title, .topnews_one .title a, .topnews_one .title a:link, .topnews_one .title a:visited,
.category a, .category a:link, .category a:visited {
	font-weight:bold;
}

.topnews_one .title {
	margin-bottom:0.3em;
	font-size:12px;
}

.topnews_one .art {
	margin-bottom:0.3em;
	line-height:120%;
	font-size:11px;
}

.category, .date, .category a{
	display:inline;
	font-size:10px;
	font-weight:bold;
}

#newsPager {
	margin:0;

}
.cw_scroll, .cw_scroll:link, .cw_scroll:visited{
	background:url(../images/slideshow_cw.png) no-repeat;
	width:11px;
	height:12px;
	display:inline-block;
	position:absolute;
	right:9px;
	bottom:9px;
	text-indent:-9999px;
	overflow:hidden;
}
/*implement*/
#topnews{
	float:none;
	margin:auto;
	}
#newsPager{
	position:absolute;
	z-index:100;
	top:20px;
	left:50px;
	width:16px;
	padding:0;
	display:none;
	}	
#newsPager li {
	height:16px;
	display:block;
	border-bottom:solid #DDD2BC 1px;

}

#newsPager a, #newsPager a:link, #newsPager a:visited {
	font-size:10px;
	color:#DDD4BB;
	text-decoration:none;
	display:block;
	height:16px;
	background:#3B3F4B;
}

#newsPager li.activ, #newsPager li:hover {
	background:	#CE0927;
	font-weight:bold;
}
#newsPager .activ a, #newsPager a:hover{
	background:#CE0927;
	}
#topnews .one{
	position:absolute;
	width:587px;
	height:271px;
	left:0;
	top:0;
	
	}
.topnews_one{
	width:162px;
	height:221px;
	padding:25px 20px;
	position:absolute;
	top:0px;
	right:30px;
	background:url(../images/pix.png) 0 0 ;
	text-align:left;
	zoom:1;
	}
#newsbox dt.title {
	font-size:20px;
	font-weight:bold;
	float:left;
	color:#fff;
	margin-bottom:20px;
	line-height:21px;
}
#newsbox .art{
	float:right;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	
	}
#newsbox dt.title, #newsbox dt.title a, #newsbox dt.title a:link, #newsbox dt.title a:visited {
	color:#fff;
}


#box_prev, #box_next{
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	text-indent:-9999px;
	
	}
#box_prev{
	background:url(../images/p_prev.gif) no-repeat;
	bottom:-25px;
	left:0;
	}	
#box_next{
	background:url(../images/p_next.gif) no-repeat;
	bottom:-25px;
	left:20px;
	}	
.hideText{
	background:#ccc;
	width:20px;
	height:20px;
	display:block;
	z-index:100;
	position:absolute;
	}		
/*** 
* ../boxes/callendar.css 
**/ 
#basic_container{
		margin-top:20px;
		width:200px;
        min-height: 210px;
}
#miesiac{
		float:left;
		font-size:18px;
		color:#E7810C;
		font-weight:bold;
		margin-bottom:6px;
}
#nextPrev{
		float:right;
}
#call_prev, #call_next{
		width:10px;
		height:12px;
		overflow:hidden;
		text-indent:-9999px;
		float:left;
}
#call_prev{
		background:url(../images/p_prev.gif) no-repeat;
}
#call_next{
		background:url(../images/p_next.gif) no-repeat;
		margin-left:9px;
}

table.calendar {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11em;
  color:#636363;
  width:200px;
  font-weight:bold;
  border-collapse: collapse;
  background-color: white;
  border:none;
  cursor: default;
 /* width: 200px;*/
  text-align: center;
  /*prevent user from selecting text in Mozilla & Safari - check calendar constructor for IE code)*/
  -moz-user-select: none;
    /*-khtml-user-select: none;*/
}
table.calendar input, table.calendar select {
  font-size: 10px;
  font-weight:bold;
}
table.calendar td {
  border: 0;
  font-size: 13px;
  text-align: center;
  font-weight:bold;
}
table.calendar tr{
	}
table.calendar table tr{
	border-width:0;
	}
	
div.mainheading {
  background:#FBFAF5;
  padding:4px;
  overflow:hidden;
}
table.caldayheading {
  border-collapse: collapse;
  /*cursor: pointer;*/
  empty-cells: show;
  border:none;
}
table.caldayheading td {
  text-align: right;
  font-weight: bold;
  width: 27px; /*should match calendar cell's width*/
}
table.caldayheading td.wkhead {
  border-right: double #CCCCCC 3px;
  display:none;
}
table.calcells {

}
table.calcells td {
  vertical-align: middle;
  text-align: right;
  font-weight: bold;
  width: 15px;
		padding:5px 6px;
  
  /*IE doesn't like ems*/
}
table.calcells td a, table.calcells td a:link, table.calcells td a:visited{
		color:#E7810C;
}
table.calcells td:hover{
		background:#737477 !important;
		color:#fff;
}
table.calcells td div {
  padding: 1px;
  margin: 0;
}
table.calcells td.wkhead {
  background-color: white;
  text-align: center;
  border-right: double #CCCCCC 3px;
  color: #0054E3;
  display:none;
}
table.calcells td.wkday {
  background-color: #fff;
}
table.calcells td.wkend {
  background-color: #fff;
}
table.calcells td.curdate {

}
table.calcells td.cell_selected {
  color:#E7810C;
  cursor:pointer;
}
table.calcells td.notmnth {
  background-color: #FFFFFF;
  color: #CCCCCC;
}
table.calcells td.notallowed {
  background-color: white;
  color: #EEEEEE;
  font-style: italic;
}
table.calcells td.hover {
 /* background-color: #fefefe;*/
}
#epoch_basic_sel_month{
	float:left;
	}
#epoch_basic_sel_year{
	float:right;
	}		
#epoch_basic_calendar{
	margin-top:12px;
	margin-left:-7px;
	}
#nextPrev td{
}	
#selekty td{
	border-collapse:separate;
}
/*** 
* ../../../scripts/jquery.routeplanner.css 
**/ 
/* applied to the map component */
.routeplanner-map {
	
}

/* the text input field */
.routeplanner-to {
	width: 100%;
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 4px;
	padding: 5px;
	text-shadow: #CCC 1px 1px 5px;	
}

/* the directions form */
.routeplanner-direction-form {
	font-size: 11px;
}

/* the geolocation label */
.routeplanner-geolocation {
	color: #CCC;
	margin-top: 0px;
}

/* the submit button */
.routeplanner-button, .routeplanner-print {
	border: 1px solid #CCC;
	background-color: white;
	border-radius: 2px;
	text-shadow: #CCC 1px 1px 5px;	
}

.routeplanner-print {
	display: none;
}
/*** 
* ../../../scripts/mootools/smoothbox/smoothbox.css 
**/ 
/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
    
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aaaaaa')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aaaaaa');
        
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
/*	background-color:#000;*/
}

#TB_window {
	position: absolute;
	background: #D5D5D7;
	z-index: 102;
	color:#000000;
	border: 1px solid #67776D;
    padding:19px;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:27px;
    position: absolute;
    right: 0;
    top: 0;
}
#TB_closeWindowButton{
	height:9px;
    width:9px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: url('../../../scripts/mootools/smoothbox/close.gif') no-repeat 0 0;
    cursor: pointer;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
/*** 
* ../../../scripts/mootools/textmask/textMask.css 
**/ 
/* przykładowy box z ucinanym tekstem*/
.trunc{
	width:200px;
	border:solid#999;
	height:100px;
	/*margin-left:200px;*/
	white-space:nowrap;
	height:1.2em;
	overflow:hidden;
	float:left;
	}
/* //przykładowy box z ucinanym tekstem*/
.TextMask{
	position:absolute;
	top:0px;
	left:0px;
	background:#ccc;
	display:none;
	z-index:100
	}
/*** 
* ../../../scripts/mootools/messageBox/message.css 
**/ 
@charset "utf-8";
/* CSS Document */

/* Message Boxes */
.msgBox{
	font-family:Arial, Helvetica, sans-serif;
	opacity: 0;
	position:absolute;
	top:-1000px;
	left:0px;
	max-width: 250px;
	min-width: 150px;
	color:#aaa;
	background: rgb(0, 0, 0); /* compatibility fallback */
	background: rgba(0, 0, 0, 0.8);
	padding: 10px;
	border-radius: 15px;
	box-shadow: 2px 2px 6px #666;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-box-shadow: 2px 2px 6px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	z-index:-1;
}

.msgBoxImage{
	width: 40px;
	height: 40px;
}

.msgBoxIcon{
	float:left;
	width: 40px;
	height: 40px;
	padding-right: 7px;
}

.msgBoxTitle{
	float:left;
	color: #FFFFFF;
}

.msgBoxContent{ 
	float:left;
	max-width: 80%;
	font-size:12px;
}

.msgBoxMessage{		float:left;}
a.msgBoxLink, a.msgBoxLink:visited{		color:#6699CC;}
.msgBoxLink:hover{	color:#FF9900;}

.msgEditable{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:250px;
	background: rgb(0, 0, 0); /* compatibility fallback */
	background: rgba(255, 255, 255, 0.1);
	border:#000;
	color:#FFF;
}
/*** 
* ../../../scripts/mootools/smoothbox/smoothbox.css 
**/ 
/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
    
    -moz-box-shadow: 0px 0px 10px #aaaaaa;
    -webkit-box-shadow: 0px 0px 10px #aaaaaa;
    box-shadow: 0px 0px 10px #aaaaaa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aaaaaa')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#aaaaaa');
        
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
/*	background-color:#000;*/
}

#TB_window {
	position: absolute;
	background: #D5D5D7;
	z-index: 102;
	color:#000000;
	border: 1px solid #67776D;
    padding:19px;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	height:27px;
    position: absolute;
    right: 0;
    top: 0;
}
#TB_closeWindowButton{
	height:9px;
    width:9px;
    position: absolute;
    right: 6px;
    top: 6px;
    background: url('../../../scripts/mootools/smoothbox/close.gif') no-repeat 0 0;
    cursor: pointer;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}
/*** 
* ../../../scripts/mootools/slimbox/slimbox.css 
**/ 
/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../../../scripts/mootools/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../../../scripts/mootools/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../../../scripts/mootools/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../../../scripts/mootools/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

