@import url("reset.css");
/* ----- TYPY PLIKÓW ------ */
@import url("../shared/filetypes.css");

/* ----- INNE ------ */
@import url("../shared/other.css");
a img
{
    border: none;
}

body
{
    background: #4a4c53 url(../../images/styles/jc/page_bg.gif) top left repeat-x;
    text-align: center;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 75%;
    color: #36373b;
}

#page
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
}

#top_panel
{
    height: 98px;
    background: url(../../images/styles/jc/top_panel_bg.gif) top right no-repeat;
}

#top_panel ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#top_panel li
{
    display: inline;
}

#top_panel ul.icons
{
    margin-top: 20px;
}

#top_panel ul.icons li
{
    background: url(../../images/styles/jc/icons_separator.gif) center right no-repeat;
    padding: 0 15px 0 0;
}

#top_panel ul.lang_menu
{
    margin-top: 30px;
}

#top_panel ul.lang_menu li
{
    background: url(../../images/styles/jc/lang_separator.gif) center right no-repeat;
    margin: 0;
    padding: 0 10px;
}

#top_panel ul li.last
{
    background: none;
}

#top_panel ul.lang_menu a
{
    color: #b0b1b4;
    text-decoration: none;
    font-weight: bold;
}

#top_panel ul.lang_menu a:hover, #top_panel ul.lang_menu a:active
{
    text-decoration: underline;
}

#top_panel ul.lang_menu a.active
{
    color: #131417;
}

#baner
{
    height: 253px;
    background: url(../../images/styles/jc/baner_bg.jpg) top left no-repeat;
}

#container
{
    background: url(../../images/styles/jc/content_bg.gif) top left repeat-y;
}

#sidebar
{
    padding: 20px 0;
    width: 300px;
    float: left;
}

#sidebar ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #818388;
}

#sidebar ul li
{
    margin: 0;
    padding: 0;
}

#sidebar li a
{
    color: #fff;
    font-weight: bold;
    display: block;
    padding: 10px;
    text-decoration: none;
}

* html #sidebar li a
{
    height: 1px;
}

#sidebar ul ul
{
    background: url(../../images/styles/jc/content_bg.gif) top left repeat-y;
    padding-left: 10px;
}

#sidebar li li
{
    background: url(../../images/styles/jc/grey_arrow.gif) top left no-repeat;
    padding: 5px 10px;
}

#sidebar li li a
{
    color: #4a4c53;
    font-weight: normal;
    padding: 0;
    display: inline;
}

#sidebar li a:hover, #sidebar li a:active
{
    text-decoration: underline;
}

#content
{
    width: 560px;
    padding: 20px;
    float: left;
}

#content h1, #content h2
{
    color: #858181;
    font-size: 18px;
}

#content a
{
    color: #fd7700;
}

#content a:hover, #content a:active
{
    text-decoration: none;
}

#content ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#content li
{
    background: url(../../images/styles/jc/orange_circle.gif) top left no-repeat;
    padding: 5px 0;
    padding-left: 15px;
    margin: 0;
}

#footer
{
    padding: 20px 0;
    color: #fff;
}

#footer a
{
    color: #d2d2d4;
    text-decoration: none;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
    color: #fff;
}

#footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer li
{
    background: url(../../images/styles/jc/white_arrow.gif) top left no-repeat;
    margin: 3px 0;
    padding: 0 20px 0 10px;
    float: left;
}

.spacer
{
    clear: both;
}

.column_50_r, .column_50_l
{
    width: 50%;
    float: left;
}

.column_50_r
{
    text-align: right;
}
/* -------------------------------------------- ZakÅ‚adki ------------------------------------------------- */
#content .tab ul.labels
{
    margin: 0;
    padding: 0;
    list-style: none;
}

#content .tab ul.labels li
{
    display: block;
    float: left;
    background: none;
    line-height: 1.4em;
    padding: 3px 0;
    margin: 0 5px 0 0;
}

#content .tab ul.labels a
{
    text-decoration: none;
    padding: 3px 10px;
}

#content .tab ul.labels a:hover, #content .tab ul.labels a:active
{
    color: #818288;
}

#content .tab ul.labels li.active
{
    background: #818288;
}

#content .tab ul.labels li.active a
{
    color: #fff;
    font-weight: bold;
}

.tab .body
{
    background: #f4f4f4;
    padding: 10px;
    border-top: 3px solid #818288;
    margin-bottom: 20px;
}

.box
{
    float: left;
    width: 180px;
    text-align: center;
}

.imgbox
{
    width: 180px;
    height: 120px;
    position: relative;
}


/* ============================================================================================================ */
/*                                                                                                              */
/*                                                     Galeria                                                  */
/*                                                                                                              */
/* ============================================================================================================ */
.gallery
{
    background: #fafafa;
    border-bottom: 1px solid #212b47;
    border-top: 3px solid #212b47;
}

.gallery .header
{
    font-size: 12px;
    padding: 0;
    margin: 0;
    color: #fff;
    display: block;
    position: relative;
    width: auto;
    top: -18px;
    left: 0;
}

.gallery .header b
{
    background: #212b47;
    padding: 3px 5px;
}

.gallery a img
{
    border: 1px solid #fafafa;
}

.gallery a:hover img
{
    border: 1px solid #212b47;
}

.gallery .box
{
    padding-left: 20px;
}

.gallery .imgbox
{
    text-align: left;
    height: 105px;
}

.gallery .txtbox
{
    text-align: left;
}

.gallery .txtbox p
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    display: block;
    height: 40px;
}

/* =================================================== STOPKA ============================================== */

#footer_info_certification
{
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
    border-top: 2px solid #888;
}

#footer_info_certification .info
{
    text-align: left;
    width: 980px;
    margin: 0px auto;
}

#footer_info_certification img
{
    float: left;
    width: 413px;
}

#footer_info_certification p
{
    float: left;
    display: block;
    width: 300px;
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    font-size: 12px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}
