/*
 * Glowny plik ze stylami.
 * 
 * W pierwszej kolejnosci umieszczamy atrybuty rozmiaru, zeby
 * latwiej bylo zarzadzac wygladem.
*/


/* BODY > page_content > page_content_bgr > page_container */
body
{
    font-family: Arial,Tahoma,Helvetica,Verdana, sans-serif;
    font-size: 9pt;
    color: #000000;
    background: url("../../images/portal/body.png") repeat-y scroll center center #FCF4C2;
}

a
{
    cursor: pointer;
    text-decoration: none;
    color: #137b03;
}
a:hover
{
    cursor: pointer;
    text-decoration: none;
    color: #ae4d08;
}


#page_content
{
    clear: both;
}

/* body > page_content > PAGE_CONTENT_BGR > page_container */
#page_content_bgr
{
    background: url("../../images/portal/brut.png") repeat-x scroll 0 0 transparent;
    clear: both;
    padding: 0px 0px 0px 0px;
}

/* body > page_content > page_content_bgr > PAGE_CONTAINER */
#page_container
{
    clear: both;
    margin: auto;
    position: relative;
    width: 990px;
    padding: 0px 0px 0px 0px;
    background-color: #fbfaf5;
}

#page_header
{
    width: 998px;
    margin: auto;
    clear: both;
    height: 189px;
}

#page_content_left
{
    width: 230px;
    float: left;
    margin: 0px 20px 0px 20px;
}

#page_content_center
{
    float: left;
    width: 470px;
}

.page_content {
   
    width: 100%;
/*    padding: 10px 14px;*/
    width: auto;
    
}



.page_content_big {
    padding: 10px 14px;
    width: auto;
    background: transparent url('../../images/portal/page_content_center_big.jpg') repeat-y;
}

.page_content_top_big
{
    width: 100%;
    height: 4px;
    background: transparent url('../../images/portal/page_content_center_big_top.jpg') no-repeat;
}

.page_content_bottom_big
{
    width: 100%;
    height: 4px;
    background: transparent url('../../images/portal/page_content_center_big_bottom.jpg') no-repeat;
}
.links_bottom {
    clear: both;
    margin: auto;
    position: relative;
    width: 998px;
    padding: 0px 4px 0px 4px;
}
.page_content_links div {
    float:left;
}


.page_content_links {
    padding: 10px 14px;
    height:60px;
    width: auto;
    background: transparent url('../../images/portal/page_content_links_big.jpg') repeat-y;
}

.page_content_links_top
{
    width: 100%;
    height: 4px;
    background: transparent url('../../images/portal/page_content_links_top.jpg') no-repeat;
}

.page_content_links_bottom
{
    width: 100%;
    height: 4px;
    background: transparent url('../../images/portal/page_content_links_bottom.jpg') no-repeat;
}

span.bip_header{
    width: 36px;
    height: 42px;
    background: transparent url('../../images/portal/bip.png') no-repeat scroll center;
    display:block;
    padding: 0px 0px 0px 0px;
    position: absolute;
    right: 0;
    top: -57px;
}

span.bip_header a:hover{


 
    background-color: transparent;
    background: transparent;
    
}

a.bip_footer {
    width: 24px;
    height: 28px;
    background: transparent url('../../images/portal/bip.png') no-repeat scroll center;
}

#page_content_bottom
{
    width: 708px;
    margin: 0px 0px 0px 0px;
    float: left;
    clear: left;
}

#page_content_right
{
    width: 210px;
    float: right;
    margin: 0px 20px 0px 20px;
}

.nawigacja
{
    width: 990px;
    height: auto;
    clear: both;
}

#page_footer
{
    background: url("../../images/portal/stopka.png") no-repeat scroll center top transparent;
    margin: auto;
    clear: both;
    height:220px;
}

#tresc_box {
    padding: 0px 0px 0px 0px;
	  font-size: 14px;
}

/* STOPKA *********************************************************************/
.page_footer
{
    height: 100px;
    width: 990px;
    margin: auto;
    padding-top: 105px;
    position: relative;
    font-family: 'Trebuchet MS', Arial,Tahoma;
}

.page_footer_menu
{
    text-align: center;
    color: #000000;
    font-weight: normal;
    line-height: 160%;
    width: 590px;
    display: inline-block;
    padding: 16px 0px 0px 19px;
}

.page_footer_menu a
{
    color: #fff;
    padding: 5px 5px 5px 10px;
    float: left;
    font-family: Candara;
    font-size: 14px;
  

}

/* stopka dodatkowa */
.news_footer
{
    width: 100%;
    text-align: center;
}

.news_footer_menu
{
    text-align: center;
    color: #000000;
    margin-top: 15px;
    font-weight: normal;
    line-height: 160%;
    text-transform: lowercase;
}

.news_footer_menu a
{
    color: #ae4d08;
    font-weight: bold;
    padding: 0px 4px;
    text-transform: lowercase;
}

.footer_right
{
    color: #ECB68B;
    display: inline-block;
    float: left;
    font-family: tahoma;
    font-size: 10px;
    margin-top: 5px;
    padding-left: 28px;
}

.footer_right a
{ color: #fff }

.footer_right span
{ color: #000 }

.footer_left
{
    color: #982a41;
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    float:right;
    text-align: right;
    margin-top: 0;
    right: 33px;
    top: 126px;
}

.footer_left p
{
    color: #330000;
    font-family: Candara;
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0;

}

/* znaki validacji xhtml i css */
div.validator
{

      clear: none;
    color: #ecb68b;
    cursor: pointer;
    font-size: 10px;
    font-family: tahoma;
    right: 15px;
    margin-left: 28px;
    margin-top: 23px;
	  float: left;

}

div.validator a
{   
    color: #ecb68b;
    font-size: 10px;
    font-family: tahoma;

}

/* koniec stopki */

/* BELKI **********************************************************************/
.belka
{
    border-bottom: 2px solid #137b03;
    clear: both;
    font-weight: normal;
    letter-spacing: 0px;
    position: relative;
    text-align: left;
}

.belka .roll
{
    background: transparent url('../../images/portal/belka_roll.gif') no-repeat scroll right -29px;
    height: 20px;
    padding: 2px 16px 0px 0px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    color: #b65500;
    text-transform: lowercase;
}

.belka .roll_sel
{
    background: transparent url('../../images/portal/belka_roll.gif') no-repeat scroll right 0px;
    height: 20px;
    padding: 2px 16px 0px 0px;
    position: absolute;
    top: 0px;
    right: 5px;
    cursor: pointer;
    color: #b65500;
    text-transform: lowercase;
}

.belka .roll:hover
{
    background: transparent url('../../images/portal/belka_roll.gif') no-repeat scroll right -87px;
    color: #2a6598;
}

.belka .roll_sel:hover
{
    background: transparent url('../../images/portal/belka_roll.gif') no-repeat scroll right -58px;
    color: #2a6598;
}

.belka .title span,
.belka .title a,
.belka_clear .title span,
.belka_clear .title a
{
    color: #323230;
    display: block;   
    font-family: Candara;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px 0px 5px 9px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
/* nadpisanie niektorych belek - wielkosc czcionek */
.belka .small a {
    text-transform: none;
}

.belka_clear
{
    clear:both;
    padding:6px 0px 6px 0px;
    text-align:center;
    letter-spacing: 0px;
    margin: 0px 0px 10px 0px;
}
/* koniec belki */

/* ustawienia dla boksow w lewym panelu */
#page_content_left .panel_box {
   
}

#page_content_left .panel_box_top {
  
}

#page_content_left .panel_box_bottom {
  
}

/* ustawienia dla boksow w prawym panelu */
#page_content_right .panel_box {
  
}

.panel_box .grafika {
    text-align:center;
}

#page_content_right .panel_box_top {
    background: transparent url('../../images/portal/panel_box_right_top.jpg') no-repeat;
    width: 100%;
    height: 4px;
}

#page_content_right .panel_box_bottom {
    background: transparent url('../../images/portal/panel_box_right_bottom.jpg') no-repeat;
    width: 100%;
    height: 4px;
}

#page_content_bottom .panel_box {
    background: transparent url('../../images/portal/panel_bottom_content.jpg') repeat-y;
    width: 680px;
    padding: 10px 14px 10px 14px;
}

#page_content_bottom .panel_box_top {
    background: transparent url('../../images/portal/panel_bottom_top.jpg') no-repeat;
    width: 100%;
    height: 4px;
}

#page_content_bottom .panel_box_bottom {
    background: transparent url('../../images/portal/panel_bottom_bottom.jpg') no-repeat;
    width: 100%;
    height: 4px;
}

.tresc_box
{
    padding: 12px 0px 0px 0px;
    width: 100%;
    position: relative;
}

.tresc_box .roll
{
    
    color: #b65500;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 15px 0 0;
    position: absolute;
    font-family: Tahoma;
    left: 237px;
    top: 4px;
}

.tresc_box .roll:hover, .tresc_box .roll_sel .tresc_box .roll_sel:hover
{
    color: #137b03;
    
}

.tresc_box .roll_sel
{
   
    color: #b65500;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0 15px 0 0;
    position: absolute;
    font-family: Tahoma;
    left: 237px;
    top: 4px;
}

.tresc_box .roll_sel:hover
{
    color: #137b03;
   
}



/* styl aktualnosci itd */
#page_content_center .zajawki, .tresc p
{ 
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#page_content_center .content_tresc .zajawki
{ /* background: url('../../images/portal/tlo-zajawka.png') repeat-x top left; */ }

#page_content_center .content_tresc .even_zaj,
#page_content_center .content_tresc .odd_zaj
{ width: 49%; }

#page_content_center .content_tresc .even_zaj
{ float: left; }

#page_content_center .content_tresc .odd_zaj
{ float: right; }

#page_content_center .content_tresc .filler
{
    width: 49%;
    float:right;
    text-align: left;
    min-height: 225px;
    background: url('../../images/portal/filler.jpg') no-repeat top center;
}

#powitalna {
    padding: 5px;
    border: 1px solid #0079a6;
}

#powitalna .zajawki
{
    padding: 7px 14px 7px 14px;
    background: url('../../images/portal/tlo_zajawka.png') no-repeat top left;
}

#powitalna .zajawki .title a {
    color: #015f8a;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 0px 0px;
}

.title_border {
    border-left-style: solid;
    border-left-width: 7px;
    padding:0px 0px 0px 9px;
    margin: 0px 0px 8px 0px;
}

.title .subdesc {
    padding: 0px 9px 0px 0px;
    float:left;
}


/* ZAJAWKI ********************************************************************/
.zajawki
{
    padding: 0px 0px 0px 0px;
    position: relative;
}

.zajawki .title,
.galerie .title
{
    color: #000000;
    font-weight: bold;
    font-size: 11pt;
    font-family: "Trebuchet MS", Verdana, Sans-serif;
}
.zajawki .title1
{
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    font-family: "Trebuchet MS", Verdana, Sans-serif;
}

.zajawki .title1 a
{
    background: url("../../images/portal/link_a.gif") no-repeat scroll 0px 3px transparent;
    color: #000000;
    padding: 0px 0px 0px 15px;
    display: block;
}

.zajawki .title2
{
    color: #000000;
    font-weight: bold;
    font-size: 9pt;
    font-family: "Trebuchet MS", Verdana, Sans-serif;
}

.zajawki .title2 a
{
    color: #000000;
    padding: 0px 0px 0px 0px;
    display: block;
}

.tresc_box .title
{
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    padding: 0 0 5px 0px;
    margin: 0px 0px 0px 0px;
    text-align: left;
}

.zajawki .title a,
.galerie .title a,
.tresc_box .title a
{
    color: #000000;
    padding: 0px 0px 0px 0px;
    display: block;
    font-family: Candara;
    font-size: 14px;
}

.tresc,
.zajawki .tresc,
.tresc a,
.tresc_box .tresc a
{
    color: #000;
    display: block;
    font-family: tahoma;
    font-size: 12px;
   /* line-height: 140%; */
    padding: 0;
    text-align: justify;
}

.tresc p a {
	color: #015F8A;
}

.left {
   padding: 0px 15px 0px 0px;
}

.left .galerie {
    float: left;
    text-align: left;
    width:100%;
}

.left .grafika, .left .grafika a
{
    margin: 0px 0px 0px 0px;
/*    text-align: center;*/
}

.left .grafika img
{
    /* border: 1px solid #0079a6; */
    padding: 0px;
    text-align: center;
}

.left .galerie .title1 {
    color: #137b03;
    font-family: Candara;
    font-size: 16px;
    font-weight:normal;
    margin:0;
    padding:0px 0 10px 0px;
}

.info
{
    margin: 2px 0px 10px 0px;
    text-align: left;
    color: #6a6a6a;
    cursor: default;
    font-family: Candara;
    font-size: 14px;
}

.info b, .info strong
{
    font-weight: normal;
    color: #b65500;
    text-transform: none;
        font-family: Candara;
    font-size: 14px;
}

.info .data
{
    margin: 0px 0px 10px 0px;
    text-align: left;
    color: #982a41;
    clear: right;
    font-family: Candara;
    font-size: 14px;
}

.info .data span,
.info span
{
    margin: 0px 3px 0px 3px;
    color: #898989;
}

.info .data span:first-child,
.info span:first-child
{ margin:0px 0px 0px 0px; }

.info div.subdesc a {
    padding: 0px 0px 0px 0px;
    float:left;
    color: #982a41;
    font-weight: bold;
}

.info div.subdesc a:hover {
    color: #126A92;
}

.link
{
    font-family: Tahoma,Arial,Helvetica;
    text-align: right;
    font-weight: normal;
    clear: right;
    cursor: pointer;
    position: relative;
    bottom: 0px;
    right: 0px;
    font-size: 8pt;
}

.link a 
{
    color: #137b03;
    font-weight: bold;
    padding: 0px 0px 1px 15px;
    text-decoration: none;
    text-transform: lowercase;
   
    font-family: Candara;
    font-size: 14px;
}

.link a:hover
{
 
    color: #ae4d08;
}
/*  klasy uzupelniajace do rozroznienia obrazkow przy liknach w boksach

.link a.act {
    background: transparent url('../../images/portal/links_img.png') no-repeat scroll 0px 2px;
}

.link a.event {
    background: transparent url('../../images/portal/links_img.png') no-repeat scroll 0px -21px;
}

.link a.gal {
    background: transparent url('../../images/portal/links_img.png') no-repeat scroll 0px -45px;
}
.link a.act_big
 {
    background: transparent url('../../images/portal/links_img.png') no-repeat scroll 0px 3px;
    padding: 2px 0px 2px 25px;
}

.link a:hover.act {
    background: transparent url('../../images/portal/links_img_sel.png') no-repeat scroll 0px 2px;
}

.link a:hover.event {
    background: transparent url('../../images/portal/links_img_sel.png') no-repeat scroll 0px -21px;
}

.link a:hover.gal {
    background: transparent url('../../images/portal/links_img_sel.png') no-repeat scroll 0px -45px;
}

.link a:hover.arch {
    background: transparent url('../../images/portal/links_img_sel.png') no-repeat scroll 0px -70px;
    padding: 2px 0px 2px 25px;
    margin: 0px 78px 0px 0px;
}
.link a:hover.act_big {
    background: transparent url('../../images/portal/links_img_sel.png') no-repeat scroll 0px 3px;
    padding: 2px 0px 2px 25px;
}
*/
.link a.arch {
   text-transform:uppercase;
   margin: 0px 24px 0px 0px;
    color: #F67300;
}

.link a.act_big {
   text-transform:uppercase;
    color: #F67300;
}

.link a.arch:hover, .link a.act_big:hover{

    color:#137b03;

}
/* PAGER **********************************************************************/
.page_bar
{
    clear: both;
    margin: 0px 0px 0px 0px;
}

.page_bar table
{ margin: auto }

.page_bar td.num_pages
{
    font-size: 12px;
    font-weight: bold;
    color: #ae4d08;
    text-align: center;
    cursor: default;
}

.page_bar td.prev, .page_bar td.next
{
    min-width: 36px;
    width: 36px;
}

.num_pages a
{
    font-weight: normal;
    color: gray;
    text-decoration: none;
}

.num_pages a:hover
{
    font-weight: bold;
    color: #3d7711;
}

.page_bar div.full_prev
{
    float: left;
    width: 16px;
    height: 11px;
    background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px 0px;
    margin: 0px 6px 0px 0px;
    cursor: pointer;
}

.page_bar div.full_prev:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -30px }

.page_bar div.full_next
{
    float: left;
    width: 16px;
    height: 11px;
    background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -15px;
    margin: 0px 0px 0px 6px;
    cursor: pointer;
}

.page_bar div.full_next:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -45px }

.page_bar div.prev
{
    float: left;
    width: 13px;
    height: 11px;
    background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -60px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.page_bar div.prev:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -90px }

.page_bar div.next
{
    float: left;
    width: 13px;
    height: 11px;
    background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -75px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
}

.page_bar div.next:hover
{ background: transparent url('../../images/portal/portalIcons.png') no-repeat scroll 0px -105px }

.page_bar .full_prev a, .page_bar .full_prev a:hover, .page_bar .full_next a, .page_bar .full_next a:hover,
.page_bar .prev a, .page_bar .prev a:hover, .page_bar .next a, .page_bar .next a:hover
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 0px;
}

/* WYSZUKIWARKA ***************************************************************/
#search_box {
    min-height: 45px;
}

.search_menu
{
    text-align: center;
    padding: 8px 0px 8px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    clear: both;
    text-transform:lowercase;
    color: #cdd9e3;
}

.search_menu span.item {
    color: #898989;
}

.search_menu span.item_sel {
    font-weight: bold;
    color: #137b03;
}

.search_menu span.item:hover, .search_menu span.item_sel:hover {
    color: #137b03;
}

.srch_inp {
    clear: both;
}

.srch_btn, .button
{
    background: url("../../images/portal/button.png") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    color: #ffffff;
    padding: 2px 7px;
    font-weight: bold;
    cursor: pointer;
    font-family: avantgarde;
    font-size: 16px;
}

.srch_btn:hover, .button:hover
{
    background-color: #c7d2db;
    color: #ffffff;
}

#search_query, #sz_query
{
    background: url("../../images/portal/search_bgr.gif") no-repeat scroll 0 0 transparent;
    border: medium none !important;
    float: left;
    height: 22px;
    padding: 3px 0px 0px 5px;
    width: 155px;
}

#adv_form #search_data_od, #adv_form #search_data_do,
#adv_form #search_data_rozpoczecia, #adv_form #search_data_zakonczenia,
#adv_form #search_od, #adv_form #search_do,
#adv_form input[type="text"]#search_www,
#adv_form #search_miasto,
#adv_form #search_ulica,
#adv_form #search_telefon,
#adv_form #search_powierzchnia_od,
#adv_form #search_powierzchnia_do,
#adv_form #search_cena_od,
#adv_form #search_cena_do,
#adv_form #search_typ
{
    border: 1px solid silver;
    float: right;
    width: 140px;
}

#adv_form #search_wiek,
#adv_form #search_stopien,
#adv_form #search_przyczyna,
#adv_form #search_kategoria, #adv_form #search_przeznaczenie
{
    border: 1px solid silver;
    width: 196px;
    max-width: 196px;
    margin: 0px 0px 10px 0px;
}

#adv_form
{
    float: left;
    width: 100%;
    margin-top: 18px;
    margin-top: 18px;
    overflow: visible;
    padding: 8px;
    width: 270px;
    background-color: #F7EFBE;
    border: 1px solid silver;
}

#adv_form .info
{
    text-align: center;
    font-size: 12px;
    margin: 5px 0px 0px 0px;
}

#adv_form .center
{ padding-bottom: 6px }

#adv_form .left
{
    float: left;
    margin: 0px 0px 0px 30px;
    padding: 10px 0px 0px 0px;
    border-top: 1px solid #137b03;
    max-width: 100%;
}

#adv_form table {
    width: 100%;
}

#adv_form label
{
    cursor:pointer;
    float:left;
    padding:2px 5px 7px 0;
    max-width: 88%;
}

#adv_form input[type="radio"], input[type="checkbox"]
{
    float: left;
    margin: 3px 5px 0 0;
}

.searchall
{
    color: #333333;
    font-weight: bold;
    padding: 0px 1px 5px 1px;
    width: 100%;
}

.searchall a
{
    cursor: pointer;
    color: #333333;
    font-weight: bold;
    padding: 0px 1px 10px 1px;
    float: left;
    width: 100%;
}

.searchall a:hover
{ color: #cd0216 }

.searchall p
{
    color: #333333;
    font-weight: normal;
    padding: 0px 1px 10px 1px;
    clear: left;
}

.searchall_short, .searchall_short a
{
    clear: left;
    font-weight: normal;
    color: #333;
}

/* promowane strony - galerie itd. przyciski do przełaczania w boksie */
#buttons,
#buttonsf,
#buttonsn,
#buttonsp,
#buttons_walk
{
    text-align: center;
    margin: 0px 0px 7px 0px;
    float:left;
}
#buttons div.numbers div,
#buttonsf div.numbers div,
#buttonsn div.numbers div,
#buttonsp div.numbers div,
#buttons_walk div.numbers div
{
    background: url("../../images/portal/numbers_li.jpg") no-repeat scroll 0 0 transparent;
    color: #fff;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin: 0px 9px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 30px;
}
#buttons div.numbers div:hover, #buttons div.numbers div.sel,
#buttonsf div.numbers div:hover, #buttonsf div.numbers div.sel,
#buttonsn div.numbers div:hover, #buttonsn div.numbers div.sel,
#buttonsp div.numbers div:hover, #buttonsp div.numbers div.sel,
#buttons_walk div.numbers div:hover, #buttons_walk div.numbers div.sel
{
   background: url("../../images/portal/numbers_li.jpg") no-repeat scroll 0 -26px transparent;
    color: #f67300;
    cursor: pointer;
    display: block;
    float: left;
    height: 25px;
    margin: 0px 9px 0px 0px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    width: 30px;
}


/* promowane strony - galerie itd. przyciski do przełaczania w boksie */
#buttonsg_img, #buttonsm_img
{
    margin: 0px 0px 5px 0px;
}
#buttonsg_img div.icons div, #buttonsm_img div.icons div
{
    border: 5px solid #ffffff;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0px 0px 0px 5px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 155px;
    height: 106px;
    overflow:hidden;
}

#buttonsg_img div.icons div#GallPanel0, #buttonsm_img div.icons div#GallPanel0 {
    margin: 0px 0px 0px 0px;
}

#buttonsg_img div.icons div#GallPanel3, #buttonsm_img div.icons div#GallPanel3 {
    margin: 0px 0px 0px 0px;
    float: right;
}

#buttonsg_img div.icons div.sel, #buttonsg_img div.icons div:hover,
#buttonsm_img div.icons div.sel, #buttonsm_img div.icons div:hover
{
    border: 5px solid #982a41;
}

/* ZAKLADKI, TABSY ************************************************************/
.first_news /* div zawierajacy flashbox'a */{
    padding: 2px 0px 18px 0px;
}


#news_tabs,.map_toolbox, #lang_tabs {
    height: 40px;
}

#lang_tabs {
    border-top: 2px solid #cdd9e3;
}

ul.tabs 
{
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    height: 21px;
    margin: 4px 0px 15px 0px;
    padding: 0px 0px 2px 0px;
    border-bottom: 2px solid #cdd9e3;
    text-transform: lowercase;
}

ul.tabs li
{
    color: #898989;
    cursor: pointer;
    float: left;
    text-align: center;
    white-space: nowrap;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    padding: 4px 10px 4px 0px;
}

ul.tabs li a
{
    cursor: pointer;
    color: #898989;
    font-weight: bold;
    white-space: nowrap;
    display: block;
}

ul.tabs li span {
    display:block;
    border-left: 1px solid #cdd9e3;
    padding: 0px 0px 0px 10px;
}

ul.tabs li:first-child span {
    border-left: 0px none;
    padding: 0px 0px 0px 0px;
}

ul.tabs li.sel, ul.tabs li.select  {
    color: #982a41;
    border-bottom: 4px solid #982a41;
    font-weight: bold;

}

ul.tabs li:hover  {
    color: #982a41;
    border-bottom: 4px solid #982a41;
}

ul#form_tab-nav li.sel, ul#form_tab-nav li:hover{
    color: #982a41;
}

ul#form_tab-nav li  a.sel, ul#form_tab-nav li:hover a  {
    color: #982a41;
}

#error404
{
    background: url("../../images/404.jpg") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 404px;
    margin: 80px auto auto;
    width: 950px;
}

/*ostrzezenie przed ie6*/
#ie6sux
{
    display: block !important;
    border: 1px solid #FFD700;
    padding: 2em;
    background-color: #FFFFDD;
}
#ie6sux h2
{
    margin: 0.5em 0 1em 0;
    line-height: 1.4;
    color: #f00;
    border-bottom: 1px #f00 solid;
    font-size: 1.2em;
    font-family: "Trebuchet MS", Verdana, Sans-serif;
}

#ie6sux p
{
    margin: 0 0 1em 0;
    font-family: Verdana, Sans-serif;
    font-size: 12px;
    line-height: 1.4;
}

#ie6sux a
{
    display: block;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    color: blue;
    text-decoration: none;
}
#ie6sux a:hover
{ color: #015f8a }

#ie6sux strong  
{ font-weight: bold }

#ie6sux table
{
    border: 1px solid #FFD700;
    background-color: white;
}

#ie6sux table td, #ie6sux table th
{ border: none }

/*dostepnosc*/
div.usability_content
{ line-height: 1.5em }

.list_box ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.content_tresc .title1
{
    color: #137b03;
    font-family: Candara;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 0;
}

.content_tresc .title1 a
{
    color:#015f8a;
    margin:0;
    padding:10px 0 0px 0px;
}

.content
{
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.wydarzenie
{
    height: 100%;
    display: block;
}

.wydarzenie .text_right, .ishort_tresc .tresc_right
{
    float: left;
    text-align: left;
    display: block;
    width: 90px;
}

.wydarzenie .tresc, .wydarzenie .tresc a
{
    float: left;
    text-align: left;
    display: block;
    width: auto;
}

#lista_kategorii
{
    color:#000000;
    text-align: center;
    height:27px;
    width:450px;
    margin:0px 0px 0px 0px;
}

select.lista_kategorii
{
    display:block;
    float:left;
    height:20px;
    margin:3px 10px 3px 3px;
    width:310px;
    text-align: left;
    color:#000000;
}

/* termin zamowienia biletow */
.termin
{ color:#cd0216; }

.termin span
{ color:#015f8a; }

.galerie .gal_icon, .galerie .file_icon { 
    float: left;
    margin: 0px 5px 0px 0px;
}

.zal_items {
    margin: 4px 0px 4px 0px;
}
.galerie .file_title {
    
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
}

.galerie .gal_title a {

    color: #137b03;
    display: block;
    font-family: Candara;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 0;
    text-align: left;
}
.galerie .file_title a {
    
    color: #F67300;
    font-family: candara;
    display:block;
    font-size: 13px;
    font-weight:lighter;
    line-height:130%;
    margin:0px 0px 0px 0px;
    padding:0 0 0 20px;
    text-align: left;
}

/* forbox mapy */
.mapa_box img
{
    width: 196px;
    height: 196px;
    margin: 0px 0px 3px 0px;
}

.dane .tresc_right
{
    color: #898989;
    margin: 0px 0px 0px 0px;
    width: 45px;
    line-height: 130%;
}

.dane .ishort_dana
{
    color: #000000;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    line-height: 130%;
    display:block;
    padding: 0px 0px 0px 45px;
}
/* .zajawki ul {
    text-align: center;
}
*/

#ankiety .zajawki
{
    padding: 7px 5px 7px 5px;
    background: url('../../images/portal/tlo_zajawka.png') no-repeat top left;
}

#last_pageNG, #last_medN,#last_medP, #ankiety {
    padding: 0px 0px 0px 0px;
}

#last_pageNG .grafika, #last_medN .grafika,
#last_medP .grafika
{
    width: 100%;
    margin: 0px 0px 0px 0px;
    width: 250px;
    height:175px;
    float: left;
    text-align: center;
}

#last_pageNG .grafika img, #last_medN .grafika img,
#last_medP .grafika img
{
    padding: 0px;
    max-width: 250px;
    max-height:175px;
    text-align: center;
}

#ankiety .zajawki .title {
    color:#126a92;
    padding:0px 0px 0px 0px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    text-align: left;
}
/* koniec forbox mapy */


.napis_pogrubiony {
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-weight: bold;
    text-align: right;
}

.search_result_pogrubiony {
    padding: 10px 0px 10px 0px;
    color: #000000;
    font-weight: bold;
    text-align: left;
}

.tresc ol
{ list-style-position: inside }

div#czk_content_2
{ font-size: 8pt }

/* NEWSLETTER *****************************************************************/
ul.checkbox_list
{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.checkbox_list li
{
    height:18px;
    clear:both;
}

/* hovery linków w tresci i znacznika a */
.zajawki .title a:hover,
.zajawki .tresc a:hover,
.zajawki .title2 a:hover,
div.validator a:hover,
.content_tresc .title1 a:hover,
.galerie .title a:hover,
.tresc_box .title a:hover,
.ishort_kategoria a:hover,
.ishort_title .title a:hover,
.tresc_box .title1 a:hover,
.page_footer_menu a:hover,
.impreza a:hover,
.calenar_tresc_box .impreza_lst .tresc a:hover,
.galerie .file_title a:hover,
.wydarzenie .tresc a:hover,
.obiekt_opis a:hover,
.tresc p a:hover
{ 
    color: #137b03;
}

.galerie .gal_title a:hover{

    color:#b65500;

}



.belka .title a:hover
{
    color: #b65500;
}

select.kategoria_select
{
    margin: 7px 0 0 8px;
    border: 1px solid #015f8a;
    color: #015f8a;
}

.tresc textarea {
    height:50px;
    width:100%;
}

#search_query_auto_complete {
    background-color: white;
}

.rss_ul {
    background: url("../../images/portal/rss_ul.gif") no-repeat scroll 0 0 transparent;
    float: right;
    height: 22px;
    position: relative;
    top: -23px;
    width: 21px;
    cursor: pointer;
}

.tekst_bottom {
    bottom: 0px;
    padding: 0px 0px 10px;
    position: absolute;
    text-align: center;
}
/*box galerie/media - wazne by nie zmieniac id */
#tab-container-3 {
    padding: 0px;
    text-align: center;
}

ul#tab-container-3-nav {
    list-style: none;
    list-style-position: inside;
    margin:0px;
    padding: 0px;
    height:28px;
}

ul#tab-container-3-nav li, ul#tab-container-3-nav span {
    text-align: center;
    display: inline;
    color: #cdd9e3;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Trebuchet MS', Arial,Tahoma;
    text-transform: uppercase;

}
ul#tab-container-3-nav li a{
    color: #cdd9e3;
}

ul#tab-container-3-nav li.sel a {
    color: #982a41;
}

.button_up{
    height: 45px;
    width: 45px;
    background: transparent url(../../images/up.gif) no-repeat scroll 0 0;
    float: left;
    border: 0px;
    margin: 0px 0px 15px 45px;
}

.button_down{
    height: 45px;
    width: 45px;
    background: transparent url(../../images/down.gif) no-repeat scroll 0 0;
    float: right;
    border: 0px;
    margin: 0px 45px 15px 0px;
}

.button_up:hover{
    background: transparent url(../../images/up_h.gif) no-repeat scroll 0 0;
}

.button_down:hover{
    background: transparent url(../../images/down_h.gif) no-repeat scroll 0 0;
}

.audioMiniPlayer {
    float: right;
    margin: 5px 0px 0px 5px;
}

.help { font-size: 12px; color: gray; }

.tree_small
{
    margin: 5px 0 10px;
    text-align: left !important;
}

.tree_small .subtree
{
    padding: 3px 0 0px 25px;
    margin: 5px 0 0px 0px;
    background: url('../../images/tree_menu/minusbottom.gif') no-repeat top left;
    text-align: left !important;
}

optgroup {
    font-style: normal;
}


.szpital_baner{


    background: url("../../images/portal/szpital.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    top: 0px;
    height: 322px;
    width: 251px;
    margin-left: -2px;
}


.wyszukiwarka_box{

    left: 270px;
    position: absolute;
    top: 227px;

}

.wyszukiwarka_tekst{

 /*font-family: avantgarde; */
    color: #605E50;
    font-family: Verdana;
    font-style: italic;
    font-weight: bold;

}


.wyszukiwarka_box .tresc_box{

    padding-top: 0;
}


.content_menu{

    float: right;
    margin-right: 20px;
    width: 700px;

}


.menusep{

    background: url("../../images/portal/menusep2.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 37px;
    width: 2px;

}


/*
a.sel + .menusep, a:hover + .menusep {

	 background: url("/images/portal/menu2.png") repeat scroll 0 0 transparent;

}

*/


.mapka{

    background: url("../../images/portal/mapka.png") no-repeat scroll 0 0 transparent;
    height: 229px;
    width: 229px;
    margin-top: 15px;

}

.mapkabox{

    margin-top: 3px;
}

.stopkasep{

    background: url("../../images/portal/stopkasep.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 12px;
    width: 2px;
    margin-top: 10px;
    margin-left: 11px;
    margin-right: 11px;

}

.page_footer_menu a:hover{


    color: #605e50;
}

.galeriamenu span:hover{


     background: url("../../images/portal/menustronasep.png") no-repeat scroll 10px 8px transparent !important;
}

.butszuk{

    font-family: candara;
    font-size: 19px;
    font-style: italic;
    padding-top: 0;
    padding-left: 6px;
	padding-right:3px;
	padding-bottom:0px;

}


.grafikaakt img{

    max-height: 120px;
    max-width: 161px;
}



.banero1{

    background: url("../../images/portal/banero1.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
    float:left;
    margin-top: 18px;
}

.banero2{

    background: url("../../images/portal/banero2.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
    float:left;
    margin-left: 9px;
    margin-top: 10px;
}

.banero3{

    background: url("../../images/portal/banero3.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
    float:left;
    margin-left: 8px;
    margin-top: 5px;
}

.banero4{

    background: url("../../images/portal/banero4.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
    float:left;
    margin-left: 11px;
}

.baneryikonki{
	left: 21px;
	position: absolute;
	top: 252px;
	width:180px;
	height:100px;
	display: none;
}
.baner_polozenie1 {

width:21px;
height:40px;
float:left;
}
.baner_polozenie2 {

width:28px;
height:40px;
float:left;

}

.baner_polozenie2 .banero4{
	display:none;
}


.banero1:hover{

     background: url("../../images/portal/banero1h.png") no-repeat scroll 0 0 transparent;
     width:31px;
     height:32px;
     margin-top: 11px;
     margin-right:-11px;
     z-index:10000000;
     position:relative;
}

.banero2:hover{

     background: url("../../images/portal/banero2h.png") no-repeat scroll 0 0 transparent;
     width:33px;
     height:34px;
     margin-right: -13px;
     margin-top: 2px;
     z-index:10000000;
     position:relative;

}

.banero3:hover{

     background: url("../../images/portal/banero3h.png") no-repeat scroll 0 0 transparent;
     width:33px;
     height:34px;
     margin-left: 4px;
     margin-right: -9px;
     margin-top: -6px;
     z-index:10000000;
     position:relative;
}


.banero4:hover{

     background: url("../../images/portal/banero4h.png") no-repeat scroll 0 0 transparent;
     width:26px;
     height:26px;
     margin-top: -3px;
     z-index:10000000;
     position:relative;
}


#topMenu_pos_5{
	width: 90px;
}

.baneryikonki a{
	font-size:0px; 
}

.accesskey a{
	display:none;
}

#cookies-message {
  padding: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid rgb(249, 217, 118);
  text-align: center;
  position: fixed;
  bottom: 0px;
  background-color: #f9d976;
  width: 100%;
  z-index: 999;
}

#accept-cookies-checkbox {
  background-color: #615F5A;
  padding: 1px 10px;
  color: #FFF;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  cursor: pointer;
}

#accept-cookies-checkbox:hover {
  background-color: #EC393F;
}


/* new 2015 style */

.topMenu_infobar div.accesible div {
  float: left;
  cursor: pointer;
}

.topMenu_infobar {
  padding: 5px 10px;
  color: #000000;
  min-height: 20px;
  font-size: 12px;
  position: relative;
}

.dostep{
  margin-right: 15px;
  margin-top: 0px;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/portal/icon-disabled.png) no-repeat scroll 5px 5px;
  cursor: pointer;
  font-size:0px;
 }
 
 .dostep:hover {
  background: url("../../images/portal/icon-disabledh.png") no-repeat scroll 5px 5px !important;
  text-decoration: none;
}

.topMenu_infobar div.contrast a {
  background: url("../../images/portal/accessible.gif") no-repeat scroll 0 2px;
  margin: 0px 3px 0px 0px;
  padding: 0px 0px 0px 32px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: Arial;
  color: #000;
  width: 64px;
  display: block;
  line-height: 100%;
}

.topMenu_infobar div.contrast a:hover {
  color: #c10000;
  text-decoration: none;
  background: url("../../images/portal/accessible_sel.gif") no-repeat scroll 0 2px;
}


.topMenu_infobar div.contrast a:hover{
    color:#c10000;
    text-decoration:none;
    background: url("../../images/portal/accessible_sel.gif") no-repeat scroll 0 2px;
}

.topMenu_infobar div.bigfont a {
  background: transparent url('../../images/portal/accessible.gif') no-repeat scroll 0px -21px;
  margin: 0px 0px 0px 0px;
  width: 30px;
  height: 16px;
  display: block;
}


.topMenu_infobar div.bigfont a:hover {
    background: url('../../images/portal/accessible_sel.gif') no-repeat scroll 0px -21px;
}

.topMenu_infobar div.deffont a {
  background: transparent url('../../images/portal/accessible.gif') no-repeat scroll -2px -43px;
  margin: 0px 0px 0px 0px;
  width: 16px;
  height: 16px;
  display: block;
}

.topMenu_infobar div.deffont a:hover {
    background: url('../../images/portal/accessible_sel.gif') no-repeat scroll -2px -43px;
}


.topMenu_infobar div.smallfont a {
  background: url("../../images/portal/accessible.gif") no-repeat scroll -1px -63px transparent;
  margin: 0px 0px 0px 0px;
  width: 16px;
  height: 16px;
  display: block;
}

.topMenu_infobar div.smallfont a:hover {
    background: url("../../images/portal/accessible_sel.gif") no-repeat scroll -1px -63px;
}

.dostep {
  margin-right: 15px;
  margin-top: 0px;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../images/portal/icon-disabled.png) no-repeat scroll 5px 5px;
  cursor: pointer;
  font-size: 0px;
}


.page_footer_menu {
  text-align: center;
  color: #000000;
  font-weight: normal;
  line-height: 160%;
  width: 100%;
  display: inline-block;
  padding: 16px 0px 20px 19px;
}

#page_footer .banero{
	float:left;
}

.footer_left{
  position: relative;
  top: 0px;
}

.footer_left {
  position: relative;
  margin-top: -47px;
  right: 20px;
}

/*resize*/

.topMenu_main a,
.zajawki .title,
.link,
.page_footer_menu,
.zajawki,
.showPortalMenu_menu .level_2_item,
.showPortalMenu_menu .level_2_item_select{
	font-size:14px;
}

.level_1_item,
.showPortalMenu_menu .level_1_item_select a,
.level_1_item_select
{
	font-size:16px;
}

.navigator,
.tresc {
  font-size: 12px !important;
}

.page_footer{
	font-size:10px;
}


.belka .title{
	font-size:20px;
}

.tit{
	font-size:20px;
}



/** OKNO POPUP **/

#popup-bg{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    float: left;
    background: #000;
    opacity: 0.8;
    z-index: 26;
}

.popup_closer {
    position: absolute;
    top: 0px;
    right: 0px;
}

.popup {
    margin: 0px !important;
    transform: translateX(-50%);
    top: 15% !important;
    position: fixed !important;
    background: white;
    padding: 25px;
    font-size: 25px;
    left: 50% !important;
	color: #63302c;
	border: 3px solid silver;
	z-index: 22;
}

.popup{
	width: 80%;
}

.popup > div:first-child{
	float: none !important;
	max-width: 90%;  
	display: inline-block;
	position: relative;
}

.popup .popup_closer{
    position: absolute;
    float: none !important;
    display: inline-block;
    vertical-align: top;
    top: 0px;
    right: 0px;
}

.popup img{
	max-width:100%;	
}
