@import url("reset.css");

body
{
    background: #bceefe url(/images/page_bg.jpg) top left repeat-x;
    text-align: center;
    padding: 30px 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 72%;
    color: #d2dcec;
}

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

/* ===================================================================================================== */
/* ---------------------------------------- GĂłrne menu ------------------------------------------------- */
/* ===================================================================================================== */

#top_menu ul
{
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    list-style: none;
    float: right;
}

* html #top_menu ul
{
    padding-bottom: 5px;
}

#top_menu li
{
    margin: 0;
    padding: 0;
    float: left;
    background: url(/images/icon_white_separator.gif) top right no-repeat;
    padding: 0 10px;
    line-height: 1em;
}

#top_menu a.home, #top_menu a.mail, #top_menu a.sitemap
{
    width: 11px;
    height: 9px;
    display: block;
}

#top_menu a.home
{
    background: url(/images/icon_home.gif) top left no-repeat;
}

#top_menu a.mail
{
    background: url(/images/icon_mail.gif) top left no-repeat;
}

#top_menu a.sitemap
{
    background: url(/images/icon_sitemap.gif) top left no-repeat;
}

/* ===================================================================================================== */
/* ---------------------------------------- Headerimg -------------------------------------------------- */
/* ===================================================================================================== */

#headerimg
{
    width: 900px;
    height: 100px;
    background: url(/images/headerimg.jpg) top left no-repeat;
}

#headerimg ul
{
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style: none;
    float: right;
}

#headerimg li
{
    margin: 0;
    padding: 0;
    font-size: 11px;
    background: url(/images/lang_separator.gif) top right no-repeat;
    padding: 0 5px;
    float: left;
}

#headerimg a
{
    text-decoration: none;
    padding: 2px 5px;
    color: #03275f;
}

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

#headerimg a.active
{
    font-weight: bold;
    color: #ff7800;
}

/* ===================================================================================================== */
/* ---------------------------------------- Menu gĹ‚Ăłwne ------------------------------------------------ */
/* ===================================================================================================== */

#menu
{
    width: 900px;
    height: 32px;
    background: url(/images/menu_bg.jpg) top left no-repeat;
}

#menu ul
{
    margin: 0;
    padding: 0;
    padding: 5px 50px 0 50px;
    list-style: none;
    text-align: right;
}

#menu li
{
    display: inline;
    margin: 0;
    padding: 0 15px;
}

#menu li.home
{
    float: left;
}

#menu a
{
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

#menu a:hover
{
    color: #9aacda;
}

/* ===================================================================================================== */
/* ------------------------------------------- Flash --------------------------------------------------- */
/* ===================================================================================================== */

#flash
{
    width: 900px;
    height: 208px;
    /*background: #fff;*/
}

#container
{
    width: 900px;
    background: url(/images/container_bg.jpg) top left repeat-y;
}

/* ===================================================================================================== */
/* ------------------------------------------ Sidebar -------------------------------------------------- */
/* ===================================================================================================== */

#sidebar
{
    width: 250px;
    float: left;
    padding-top: 40px;
    background: url(/images/sidebar_bg.jpg) top left no-repeat;
}

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

#sidebar ul ul
{
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 10px;
}

#sidebar li
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

#sidebar a
{
    color: #fff;
    text-decoration: none;
    line-height: 1.8em;
    display: block;
    padding: 5px 0;
    padding-left: 40px;
    background: url(/images/sidebar_li_decor.gif) top left no-repeat;
}

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

#sidebar a.active
{
    display: block;
    color: #01235b;
    background: url(/images/sidebar_li_active.gif) top left repeat-y;
}

#sidebar li li a
{
    background: url(/images/triangle_white.gif) top left no-repeat;
    line-height: 1.4em;
    display: inline;
    font-weight: normal;
    font-size: 11px;
    padding: 0 0 4px 10px;
}

#sidebar li li a.active
{
    display: inline;
    color: #ff9c00;
    background: url(/images/triangle_orange.gif) top left no-repeat;
}

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

/* ===================================================================================================== */
/* ------------------------------------------ Content -------------------------------------------------- */
/* ===================================================================================================== */

#content
{
    width: 610px;
    padding: 20px;
    float: left;
    background: url(/images/content_bg.jpg) top left no-repeat;
}

#content a
{
    color: #ff9c00;
}

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

#content h1
{
    font-size: 18px;
    color: #9aacda;
}

#content h1 b
{
    color: #fff;
}

#content h1 strong
{
    color: #fff;
}

.darker
{
    position: relative;
    margin-left: -19px;
    padding: 20px 0 20px 15px;
    margin-right: -20px;
    background: #0e3472;
    border-top: 1px solid #2277ae;
    border-bottom: 1px solid #2277ae;
}

.pdfDownload
{
    position: absolute;
    text-align: center;
    top: 0px;
    right: 20px;
    width: 230px;
}

.pdfDownload p
{
	text-align: left;
	padding-left: 50px;	
}

.pdfDownload a.pdf
{
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 10px;
    margin: 0 15px 30px 15px;
    text-align: center;
    padding-top: 50px;
    color: #fff !important;
    background: url(../images/filetype_pdf.gif) top left no-repeat;
}

.pdfDownload a.doc
{
    display: block;
    position: relative;
    float: left;
    width: 60px;
    height: 10px;
    margin: 0 15px 30px 15px;
    text-align: center;
    padding-top: 50px;
    color: #fff !important;
    background: url(../images/filetype_doc.gif) top left no-repeat;
}

.silver_box
{
    width: 285px;
    height: 109px;
    position: relative;
    float: left;
    padding: 10px 5px 0 10px;
    margin-right: 10px;
    display: block;
    text-decoration: none;
    background: url(/images/silver_box_bg.gif) top left no-repeat;
}

#content .silver_box p.href
{
    position: absolute;
    bottom: 1px;
    right: 10px;
}

#content .silver_box a.decored
{
    background: url(/images/arrows_white.gif) center right no-repeat;
    color: #fff;
    padding-right: 15px;
    font-weight: bold;
    text-decoration: none;
}

#content .silver_box a.decored:hover, #content .silver_box a.decored:active
{
    text-decoration: underline;
}

.silver_box p, .silver_box h2
{
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

.silver_box h2
{
    font-size: 12px;
    padding: 0;
    padding-bottom: 5px;
    margin: 0;
    text-decoration: none;
}

#content .silver_box h2 a
{
    color: #ff7200;
    text-decoration: none;
}

#content .silver_box h2 a:active, #content .silver_box h2 a:hover
{
    text-decoration: underline;
}

.silver_box p
{
    font-size: 11px;
    color: #012257;
}

.silver_box img
{
    width: 100px;
    height: 100px;
    margin-right: 10px;
    float: left;
}

/* ===================================================================================================== */
/* ------------------------------------------ Footer --------------------------------------------------- */
/* ===================================================================================================== */

#footer
{
    width: 900px;
    padding-top: 55px;
    height: 89px;
    color: #1c4589;
    background: url(/images/footer_bg.jpg) top left no-repeat;
}

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

#footer li
{
    display: inline;
}

#footer li a
{
    text-decoration: none;
    color: #1c4589;
}

#footer li a:hover
{
    text-decoration: underline;
}

#footer p
{
    margin: 0;
    padding: 0;
    padding-right: 20px;
    font-size: 11px;
    float: right;
}

#footer p a
{
    text-decoration: none;
    font-weight: bold;
    color: #ff8a00;
}

#footer p a:hover
{
    text-decoration: underline;
}

/* ===================================================================================================== */
/* ------------------------------------------ OgĂłlne --------------------------------------------------- */
/* ===================================================================================================== */

#page li.last
{
    background: none;
}

.spacer
{
    clear: both;
}
