.ks_v1_SmartBaner
{
    margin-top: 5px;
    margin-bottom: 5px;
}
body
{
    color: #333333;
    background-image: url('/static/v1/gfx/background/tlo.gif');
}
.clear
{
    clear: both;
}

/*INFO PAGES*/
#ks_v1_info_pages_content
{
    padding: 0px 10px 35px 10px;
}
#ks_v1_info_pages_content h1
{
    color: #d4151a;
    font-size: 16pt;
    margin-top: 25px;
    margin-bottom: 15px;
}
#ks_v1_info_pages_content h2
{
    font-size: 14pt;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #d4151a;
}
#ks_v1_info_pages_content .ks_v1_header_tab_kontakt
{
    font-size: 14pt;
    border-bottom: solid 1px #a8a8a8;
    color: #a8a8a8;
    margin-bottom: 10px;
    margin-top: 25px;
    padding-bottom: 2px;
    width: 550px;
    text-transform: lowercase;
}
#ks_v1_info_pages_content table
{
}
#ks_v1_info_pages_content td.first_col
{
    width: 230px;
}
#ks_v1_info_pages_content .first_col span
{
    font-weight: normal;
}
#ks_v1_info_pages_content td
{
    font-weight: bold;
    color: #666666;
    padding-bottom: 5px;
    vertical-align: top;
}
#ks_v1_info_pages_content ul
{
    padding-left: 35px;
}
#ks_v1_info_pages_content ul li
{
    list-style-type: disc;
}
#ks_v1_info_pages_content strong
{
    font-weight: bold;
}
#ks_v1_info_pages_content p
{
    margin-top: 5px;
    margin-bottom: 1em;
}

/*AUTHOR PAGE*/
#ks_v1_author_head
{
    background-color: #EFEFEF;
    background-image: url('/static/v1/gfx/background/author_background.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 45px;
    width: 646px;
}
#ks_v1_author_head img
{
    margin-bottom: 5px;
    width: 254px;
    height: 208px;
    float: left;
}
#ks_v1_author_head h1
{
    color: #c6115a;
    font-size: 16pt;
    padding-top: 15px;
    padding-left: 10px;
}
#ks_v1_author_head p
{
    color: #323232;
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 10px;
}

/*INDEX PAGES*/
.ks_v1_index_box_item
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.ks_v1_index_box_item .button_separator
{
    width: 30px;
}
.ks_v1_index_box_item .left_col
{
    float: left;
    width: 245px;
    margin-top: 5px;
}
.ks_v1_index_box_item .right_col
{
    float: right;
    width: 390px;
}
.ks_v1_index_box_item .right_col .top_elements
{
}
.ks_v1_index_box_item .right_col .bottom_elements
{
    margin-top: 20px;
    text-align: right;
}
.ks_v1_index_box_item .image_link
{
    text-decoration: none;
}
.ks_v1_index_box_item .image_link:hover
{
    text-decoration: none;
}
.ks_v1_index_box_item .image_link img
{
    width: 234px;
    border: solid 5px #333;
}
.ks_v1_index_box_item h3
{
    font-size: 15pt;
}
.ks_v1_index_box_item .head_link
{
    color: #333333;
    font-family: georgia;
    text-decoration: none;
}
.ks_v1_index_box_item .head_link:hover
{
    color: #999;
    text-decoration: none;
}
.ks_v1_index_box_item p
{
    margin-top: 15px;
}
.ks_v1_index_box_item .date
{
    color: #9c9c9c;
    display: block;
    float: left;
    padding-top: 3px;
}
.ks_v1_paging_nav
{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 20px;
}
.ks_v1_paging_nav span
{
    color: #9f9f9f;
    font-size: 12pt;
    font-weight: bold;
    margin-left: 2px;
    margin-right: 2px;
    vertical-align: middle;
}
.ks_v1_paging_nav a
{
    margin-left: 2px;
    margin-right: 2px;
    color: #d3141b;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}
.ks_v1_paging_nav a:hover
{
    text-decoration: none;
}

/*GALLERY PAGE*/
#ks_v1_gallery_content .gallery_pagination
{
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}
#ks_v1_gallery_content .gallery_pagination img
{
    vertical-align: middle;
    padding-left: 5px;
    padding-right: 5px;
}
#ks_v1_gallery_content .current_image_number
{
    color: #666666;
}
#ks_v1_gallery_content .separator
{
    padding-left: 2px;
    padding-right: 2px;
}
#ks_v1_gallery_content .gallery_image
{
    margin: 0px auto;
    padding: 5px;
    border: solid 1px #b7b7b7;
}
#ks_v1_gallery_content .hide_overflow
{
    overflow: hidden;
}
#ks_v1_gallery_content .gallery_image img
{
    display: block;
    margin: 5px auto 5px auto;
}
#ks_v1_gallery_content .description
{
    padding: 5px 15px 5px 15px;
    background-color: #e7e7e7;
    font-style: italic;
}
#ks_v1_gallery_content .copyrights
{
    padding-right: 10px;
    padding-bottom: 5px;
    background-color: #e7e7e7;
    font-style: italic;
    text-align: right;
    font-size: 10px;
}
#ks_v1_gallery_content h2
{
    color: #333333;
    font-size: 13pt;
    margin: 5px 0;
}
#ks_v1_gallery_content h3
{
    font-size: 12pt;
    color: #555;
}
#ks_v1_gallery_content .miniature_paggination
{
    width: 610px;
    margin: 15px auto;
}
#ks_v1_gallery_content .miniature_paggination a
{
    border: 1px solid #B7B7B7;
    display: block;
    float: left;
    height: 100px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    width: 100px;
}
#ks_v1_gallery_content .miniature_paggination a:hover
{
    border-color: #C6115A;
}
#ks_v1_gallery_content .miniature_paggination .current_image_link
{
    border-color: #C6115A;
    border-width: 5px;
    height: 92px;
    width: 92px;
}
#ks_v1_gallery_content .miniature_paggination img
{
    vertical-align: middle;
}

/*ARTICLE PAGE*/
#ks_v1_article
{
    color: #333333;
}
#ks_v1_article h1
{
    color: #333333;
    font-family: georgia;
    font-size: 20pt;
    margin-bottom: 5px;
    margin-top: 5px;
}
#ks_v1_article_content em
{
    font-style: italic;
}
#ks_v1_article_content h2
{
    font-size: 13pt;
    color: #d4151a;
}
#ks_v1_article_content h3
{
    font-size: 12pt;
    color: #555;
}
#ks_v1_article_content h4
{
    font-size: 10pt;
    color: #666;
}
#ks_v1_article .ks_v1_art_date
{
    text-align: right;
    color: #666666;
}
#ks_v1_article h2.head
{
    color: #333333;
    font-size: 17pt;
}
#ks_v1_article h3.ks_v1_art_lead
{
    font-weight: bold;
    color: #666666;
    font-size: 10pt;
}
#ks_v1_article_content .ks_v1_doc_number
{
    font-weight: bold;
    font-size: 2em;
    color: #006B98;
}
#ks_v1_article_content .ks_v1_article_point_notice
{
    color: #006B98;
}
#ks_v1_article_content .ks_v1_doc_elem_click
{
    font-weight: bold;
}
#ks_v1_article_content ul
{
    padding-left: 30px;
}
#ks_v1_article_content ul li
{
    list-style-type: disc;
    padding-bottom: 2px;
    padding-top: 2px;
}
#ks_v1_article_content ol
{
    padding-left: 30px;
}
#ks_v1_article_content ol li
{
    list-style-type: decimal;
    padding-bottom: 2px;
    padding-top: 2px;
}
#ks_v1_article_content strong
{
    font-weight: bold;
}
#ks_v1_article_content p
{
    line-height: 140%;
    margin-bottom: 1em;
    margin-top: 5px;
}
#ks_v1_article_content img
{
    display: block;
    margin: 15px auto;
}
#ks_v1_article_content .ks_v1_CodeSignature
{
    margin-bottom: 10px;
    text-align: right;
    margin-top: -15px;
    font-style: italic;
    margin-right: 5px;
    padding: 5px;
    background-color: #e7e7e7;
}
#ks_v1_article_content .ks_v1_CodeSignature_head
{
    font-weight: bold;
}
#ks_v1_article_content .ks_v1_image_with_desctiption
{
    margin: 0 auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    border: solid 1px #b7b7b7;
}
#ks_v1_article_content .ks_v1_image_description
{
    padding: 10px;
    background-color: #e7e7e7;
    font-style: italic;
}
#ks_v1_article_content .ks_v1_article_box
{
    background-color: #f6f6f6;
    width: 550px;
    padding: 10px;
    border: solid 1px #b7b7b7;
    margin: 0 auto;
}
#ks_v1_article_content .ks_v1_article_box_head
{
    font-size: 14pt;
    color: #d4151b;
}
#ks_v1_article_content .article_color_1
{
    color: #C6115A !important;
}
#ks_v1_article_content .article_color_2
{
    color: #555555 !important;
}
#ks_v1_article_content .article_color_3
{
    color: #5B1632 !important;
}

#relatedlinks
{
    margin-bottom: 20px;
}
.related_link
{
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 35px;
}
.related_link img
{
    margin-right: 5px;
    border: solid 1px #B5B5B5;
    vertical-align: -1px;
}
.ks_v1_article_items
{
    height: 70px;
}
.ks_v1_article_left_items
{
    height: 30px;
    float: left;
}
.ks_v1_article_right_items
{
    height: 30px;
    float: right;
    width: 263px;
}

.ks_v1_Article_Contents_Top_Navi
{
    height: 30px;
    margin-top: 5px;
    text-align: right;
}
.ks_v1_Article_Contents_List
{
    color: #666666;
    font-weight: bold;
    margin-left: 20px;
}
.ks_v1_Article_Contents_List_Item
{
    padding-left: 20px;
}
.ks_v1_Article_Contents_List_Item a
{
    text-decoration: none;
}
.ks_v1_article_content_number
{
    color: #666666;
    margin-right: 3px;
}

/*Special links*/
.ks_v1_LinkWithIcon
{
    color: #006B98;
    font-size: 10pt;
    text-decoration: none;
    text-decoration: none;
}
.ks_v1_LinkWithIcon:hover
{
    text-decoration: none;
}
.ks_v1_LinkWithIcon img
{
    border-width: 0;
    vertical-align: middle;
    margin-right: 5px;
}
.ks_v1_LinkWithIcon_right
{
    font-size: 10pt;
    text-decoration: none;
}
.ks_v1_LinkWithIcon_right:hover
{
    text-decoration: none;
}
.ks_v1_LinkWithIcon_right img
{
    border-width: 0;
    vertical-align: middle;
    margin-left: 5px;
}
.ks_v1_link_button
{
    height: 23px;
    display: inline-block;
    text-decoration: none;
    font-size: 10pt;
}
.ks_v1_link_button:hover
{
    text-decoration: none;
}
.ks_v1_link_button span
{
    display: inline-block;
    height: 19px;
    padding: 2px 15px 0px 15px;
    background-repeat: repeat-x;
    margin: 1px;
    cursor: pointer;
}
.ks_v1_link_button.gray
{
    border: solid 1px #d8d8d8;
    color: #666666;
}
.ks_v1_link_button.gray span
{
    background-image: url('/static/v1/gfx/button/gray_link_button.gif');
}
.ks_v1_link_button.red
{
    border: solid 1px #c6115a;
    color: White;
}
.ks_v1_link_button.red span
{
    background-image: url('/static/v1/gfx/button/red_link_button.gif');
}

/* Link */
a:hover
{
    color: #51a3c6;
    text-decoration: underline;
}
a
{
    text-decoration: none;
    color: #006B98;
}
strong
{
    font-weight: bold;
}

/*pasek*/
.pasek_all
{
    background-image: url(/static/v1/gfx/background/tlo_pasek.png);
    background-repeat: repeat-x;
    height: 35px;
    width: 100%;
}
.pasek
{
    width: 974px;
    margin: auto;
}
.pasek a
{
    color: #c8c8c8;
    text-decoration: non;
    font-size: 12px;
    font-weight: 400;
}
.pasek a:hover
{
    text-decoration: none;
    color: #FFF;
}
.sz
{
    background-image: url(/static/v1/gfx/background/sz_pasek.png);
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    float: left;
}
.pasek ul
{
    list-style: none;
    margin-top: 0;
}
.pasek ul li
{
    border-right: solid 1px #4d4d4d;
    float: left;
    background-image: url(/static/v1/gfx/background/link_pasek.gif);
    padding: 5px;
}


/* */
#ks_v1_ft_holder
{
    width: 974px;
    margin: auto;
}

/* SPOTLIGHT */
#ks_v1_mt
{
    height: 282px;
    margin-bottom: 5px;
    width: 974px;
    background-image: url(/static/v1/gfx/mt/ks_v1_mt_back.jpg);
    background-repeat: no-repeat;
}
.boxgrid
{
    width: 780px;
    height: 250px;
    float: left;
    position: relative;
    margin-left: 20px;
}
.boxgrid a
{
    text-decoration: none;
}

.boxgrid img
{
    display: block;
    float: left;
    width: 400px;
    height: 250px;
}
.boxgrid p
{
    padding: 0 10px 5px;
}
.boxgrid h2
{
    padding: 0 10px;
}
.boxgrid h2 a
{
    color: White;
    font-family: georgia;
    font-size: 23px;
    text-decoration: none;
}
.boxgrid p
{
    margin-top: 25px;
    color: White;
    font-size: 12px;
}
.boxcaption
{
    float: right;
    height: 215px;
    width: 360px;
    margin-top: 35px;
}
#nav_box_1
{
    overflow: visible;
}
#spotlight_items
{
    display: block;
    height: 240px;
    margin-top: 8px;
    float: right;
}
.spotlight_item
{
    margin-top: 0px;
    padding-top: 0px;
    color: #1a77a7;
    height: 81px;
    width: 158px;
    text-align: right;
    visibility: hidden;
}
.spotlight_item_link img
{
    width: 112px;
    height: 73px;
    margin-top: 4px;
    margin-right: 15px;
    padding: 0px;
}
.spotlight_item:hover, .spotlight_active_elem
{
    height: 81px;
    width: 158px;
    background-image: url('/static/v1/gfx/spotlight/item_active.png');
    color: White;
}
.spotlight_active_elem a
{
    color: white;
}
.spotlight_item_link
{
    text-decoration: none;
}
.featured_content
{
    height: 0px;
    width: 0px;
    visibility: hidden;
}
.spotlight_feature
{
}

/* Box simple */
.ks_v1_box_simple1_head1
{
    background-image: url(/static/v1/gfx/boxes/ks_v1_box_forum_head.gif);
    height: 31px;
    font-size: 18px;
    color: White;
    padding-top: 3px;
    padding-left: 11px;
}
.ks_v1_box_simple1_head2
{
    background-image: url(/static/v1/gfx/boxes/ks_v1_box_polecamy_head.gif);
    height: 31px;
    font-size: 18px;
    color: White;
    padding-top: 3px;
    padding-left: 11px;
}
.ks_v1_box_simple1_head3
{
    background-image: url(/static/v1/gfx/boxes/ks_v1_box_tagi_head.gif);
    height: 31px;
    font-size: 18px;
    color: White;
    padding-top: 3px;
    padding-left: 11px;
}
.ks_v1_box_simple1_head4
{
    background-image: url(/static/v1/gfx/boxes/ks_v1_box_new_magazin_head.gif);
    height: 31px;
    font-size: 18px;
    color: White;
    padding-top: 3px;
    padding-left: 11px;
}
.ks_v1_box_simple1
{
    margin-bottom: 10px;
}
.ks_v1_box_simple1_head1 a
{
    color: White;
}
.ks_v1_box_simple1_main1
{
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    width: 288px;
}
.ks_v1_box_simple1_main1 li
{
}
.ks_v1_box_simple1_main1 ul
{
    padding-top: 5px;
}
.ks_v1_box_simple1_main1 a
{
}
.ks_v1_box_simple1_main1 img
{
    margin-left: 5px;
    margin-top: 7px;
}
.ks_v1_box_simple1_foot1
{
    background-image: url(/static/v1/gfx/boxes/ks_v1_box_bottom.gif);
    background-color: White;
    height: 14px;
    background-repeat: no-repeat;
}

/*CurrentEditionsTabs*/
#currentEditionsTabs
{
    background-repeat: no-repeat;
    padding-top: 48px;
    width: 646px;
    height: 215px;
}
#currentEditionsTabs.selectedTab1
{
    background-image: url('/static/v1/gfx/currentEditionsTabs/najnowszy1.png');
}
#currentEditionsTabs.selectedTab2
{
    background-image: url('/static/v1/gfx/currentEditionsTabs/najnowszy2.png');
}
#currentEditionsTabs.selectedTab3
{
    background-image: url('/static/v1/gfx/currentEditionsTabs/najnowszy3.png');
}
#currentEditionsTabs.selectedTab4
{
    background-image: url('/static/v1/gfx/currentEditionsTabs/najnowszy4.png');
}
#currentEditionsTabs img
{
    border: 0px;
    width: 118px;
    height: 163px;
}
#currentEditionsTabs .tab
{
    float: left;
    width: 118px;
    margin: 0px 18px 0px 18px;
}
#currentEditionsTabs .separator
{
    float: left;
    width: 9px;
    height: 160px;
}
#ks_v1_current_edition_bottom_content
{
    margin-top: 20px;
}
#ks_v1_current_edition_bottom_content h1
{
    display: inline;
    font-size: 16pt;
    color: #d0161b;
}
#ks_v1_current_edition_bottom_content h2
{
    font-size: 12pt;
    font-weight: bold;
    color: #d0161b;
}
#ks_v1_current_edition_bottom_content .alignCoverRight
{
    margin-top: -20px;
    margin-left: 10px;
}
#ks_v1_current_edition_bottom_content img
{
}

/*Promote Current Editions*/
#promoteCurrentEdition
{
}
#promoteCurrentEdition .editionNumberLink
{
    text-decoration: none;
}
#promoteCurrentEdition .currentEditionElements .ks_v1_link_button
{
    margin-left: 170px;
    margin-top: 25px;
}
#promoteCurrentEdition .bottomElements
{
    margin-top: 25px;
    text-align: center;
}
#promoteCurrentEdition img
{
    width: 129px;
    height: 179px;
    display: block;
    float: left;
    margin-right: 10px;
}
#promoteCurrentEdition h1
{
    color: #d0161b;
    font-size: 14pt;
}
#promoteCurrentEdition p
{
    color: #676767;
    margin-top: 4px;
}

/*FORUM POSTS*/
.ks_v1_forum_posts li
{
    padding: 5px;
    overflow: hidden;
}
.ks_v1_forum_posts div
{
    text-align: right;
    font-size: 8pt;
}
.ks_v1_forum_posts .alternateItem
{
    background-color: #ebebeb;
}

/*LOGO*/
#ks_v1_logo_holder
{
    float: left;
}
#ks_v1_logo_btn
{
    height: 115px;
    width: 460px;
    display: block;
}

/* INPUT*/
#ks_v1_search_holder
{
    float: left;
    width: 510px;
}
#szukaj
{
    border: 0 none;
    float: left;
    height: 23px;
    left: 134px;
    padding-left: 5px;
    padding-top: 7px;
    position: relative;
    top: 51px;
    width: 333px;
}
#ks_v1_search_info
{
    color: White;
    height: 20px;
    left: 169px;
    position: relative;
    top: 46px;
    width: 338px;
}
#ks_v1_search_info_search
{
    float: left;
    font-size: 16px;
    font-weight: bold;
}
#ks_v1_search_info_time
{
    float: right;
    font-size: 11px;
    margin-top: 3px;
}
#ks_v1_search_btn
{
    float: left;
    height: 34px;
    left: 185px;
    position: relative;
    top: 47px;
    width: 35px;
}

/*MENU HOLDER*/
#ks_v1_menu_holder
{
    float: left;
    position: relative;
    top: 8px;
    width: 810px;
    z-index: 15;
}

/*Rss holder*/
#ks_v1_rss_holder
{
    float: left;
    height: 40px;
    position: relative;
    top: 10px;
    z-index: 15;
}

/* Search Result Page center  */
#ks_v1_search_center
{
    margin-left: 88px;
    width: 646px;
}
#ks_v1_search_center .ks_v1_search_box
{
    width: 646px;
    height: 129px;
    background-image: url(/static/v1/gfx/background/search_page.png);
    background-repeat: no-repeat;
}
#ks_v1_search_center .input
{
    border: 0 none;
    font-size: 12pt;
    height: 28px;
    margin-left: 156px;
    margin-top: 30px;
    width: 364px;
    padding: 8px 5px 0 5px;
}
#ks_v1_search_center .submit
{
    background: none;
    border: none;
    margin-left: 2px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#ks_v1_google_search_result
{
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
}
#ks_v1_google_search_result .ks_v1_empty_text_search_info
{
    color: #BD0F00;
    margin-left: 110px;
    margin-top: 10px;
    text-align: left;
}


#ks_v1_search_center #xsltsearch_summary
{
    margin-top: 15px;
    font-size: 18px;
    color: #656565;
    border-bottom: 1px solid #656565;
}
#ks_v1_search_center #xsltsearch_results
{
    margin-top: 15px;
    color: #666666;
}
#ks_v1_search_center #xsltsearch_results a
{
    margin-top: 15px;
    font-size: 14px;
    color: #1a77a7;
    text-decoration: none;
}
#ks_v1_search_center #xsltsearch_results .xsltsearch_result
{
    margin-bottom: 5px;
}
#ks_v1_search_center #xsltsearch_navigation .disabled
{
    display: none;
}
#ks_v1_search_center #xsltsearch_navigation a
{
    text-decoration: none;
    font-size: 14px;
    color: #1a77a7;
}
#ks_v1_search_center #xsltsearch_navigation .ks_search_active
{
    background-color: #1a77a7;
    color: white;
    display: inline;
    padding: 3px;
}
#ks_v1_search_center #xsltsearch_results .xsltsearch_result_description
{
    margin-left: 23px;
}

/*FOOTER STYLES*/
#ft
{
    color: #a1a1a1;
}
#ft a
{
    color: #a1a1a1;
    font-size: 10pt;
}
.ks_v1_foot_info1
{
    float: left;
    margin-top: 10px;
}
.ks_v1_foot_info2
{
    margin-top: 20px;
}
.ks_v1_foot_ax
{
    float: right;
    margin-top: 10px;
}





















































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
