/* 
    Document   : style.css
    Created on : 2010-02-05, 11:09:06
    Author     : TK
*/

html, body
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}
body
{
    font : normal normal 11px  tahoma, helvetica, sans-serif, myriad-pro;
    background: #EEEBE2 url('../images/body_bg.jpg') repeat-x;
    z-index  :1;
    color: #637786;
}

img
{
    border : none;
}
a
{
    text-decoration: none;
    color: black;
}
a:focus
{
    outline-style:none;
}

#all
{
    min-height: 100%;
    position: relative;
}

#page
{
    width : 980px;
    margin : 0px auto;
    position : relative;
    padding-bottom: 20px;
}

a.arrow1 {
    background: transparent url('../images/arrow1.jpg') no-repeat 0px 3px;
    padding-left: 10px;
    color: #005492;
}
a.white {
    color: white;
}
.lh18 {
    line-height: 18px;
}

input.txt, textarea.txt {
    border: 1px solid #DADADA;
    background-color: #FBFBFB;
    padding: 4px;
}
input.button2 {
    background: transparent url('../images/button2.jpg') no-repeat;
    color: black;
    border: none;
    width: 96px;
    height: 25px;
    font-size: 10px;
}

/* ------------------------ GÓRNE MENU -------------------------------------- */
div#top{
    height: 196px;
}
div#top_foto {
    /*background: transparent url('../images/top_foto.jpg') no-repeat;*/
    width: 350px;
    height: 240px;
    position: absolute;
    top: 35px;
    right: 5px;
}
/* -------------------------------------------------------------------------- */
div#menu ul#primary-nav {
    margin: 0px;
    padding: 0px;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position: relative;
}
li.menuparent {
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    position: relative;
}
li.menuparent a.top_main {
    background: transparent url('../images/topmenu_a.jpg') no-repeat bottom right;
    display: block;
    width: 70px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    padding: 15px 20px 0px 20px;
}
li.menuparent a.top_main:hover, li.over a.top_main {
    background: transparent url('../images/topmenu_a_hover.jpg') repeat-x;
}
li.menuparent ul {
    margin: 0px;
    padding: 0px;
    float:left;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    background: #FD8408;
    border-right: 1px solid #BB9130;
    border-bottom: 1px solid #BB9130;
    position: absolute;
    display: none;
}
li.menuparent ul li {
    padding: 0px;
    margin: 0px;
}
li.menuparent ul li a.top_sub {
    background: #FD8408;
    color: white;
    border-bottom: 1px solid #FD981D;
    padding: 8px 25px;
    display: block;
    /*width: 100%;*/
}
li.menuparent:hover ul, li.over ul {
    display: block;
    margin-top:0px;
    width:140px;
    background-color:#EAEAEA;
}

/* --------------------------------------------------------------------------
#menu {
    width: 100%;
    background: #fff;
    float: left;
}
#menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}
#menu ul.submenu {
    border-right: 1px solid #BB9130;
    border-bottom: 1px solid #BB9130;
    position: absolute;
}
#menu a.top_main {
    background: transparent url('../images/topmenu_a.jpg') no-repeat bottom right;
    display: block;
    width: 70px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    padding: 15px 20px 0px 20px;
}

#menu a.top_main:hover {
    background: transparent url('../images/topmenu_a_hover.jpg') repeat-x;
}
#menu a.top_sub {
    background: #FD8408;
    color: white;
    border-bottom: 1px solid #FD981D;
    padding: 8px 25px;
    display: block;
}
#menu a.top_sub:hover {
    /*background: #D16D00; //
}
#menu li {
    position: relative;
}

#menu ul ul {
    position: absolute;
    z-index: 500;
}

#menu ul ul ul {
    top: 0;
    left: 100%;
}
div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
    display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
    display: block;
}
/* -------------------------------------------------------------------------- */

/* ------------------------- LEWE MENU -------------------------------------- */
div#left {
    width: 256px;
    float: left;
}
div#left_h1 {
    background: transparent url('../images/leftmenu_h1.jpg') no-repeat;
    width: 256px;
    height: 35px;
}
div#left_h2 {
    background: transparent url('../images/leftmenu_h2.jpg') no-repeat;
    width: 256px;
    height: 33px;
}
div#left_h3 {
    background: transparent url('../images/leftmenu_h3.jpg') no-repeat;
    width: 256px;
    height: 35px;
}
div.left_bottom {
    background: transparent url('../images/leftmenu_bottom.jpg') no-repeat;
    width: 256px;
    height: 11px;
}
a.left_menu {
    background: #E5DECF url('../images/arrow1.jpg') no-repeat 15px 15px;
    border-bottom: 1px solid #D3C8B0;
    color: #766648;
    padding: 12px 0px 10px 30px;
    display: block;
}
a.left_menu_sub {
    background-color: #F1EBDF;
    border-bottom: 1px solid #D3C8B0;
    color: #766648;
    padding: 12px 0px 10px 30px;
    display: block;
}
a.left_menu_sub_sel {
    background-color: #FFFAF0;
    font-weight: bold;
}
div#left_advert {
    text-align: center;
    margin: 10px 0px;
    height: 110px;
}
div.pit {
    background: #E5DECF;
    padding: 10px;
    color: #5B523F;
}
/* -------------------------------------------------------------------------- */

/* ------------------------- ZAWARTOŚĆ STRONY ------------------------------- */
div#right {
    width: 723px;
    float: left;
    font-size: 11px;
}
div#content {
    background: #FFFAF0 url('../images/right_bg.jpg') no-repeat bottom right;
    width: 683px;
    padding: 20px 20px 35px;
}
div#content_baner {
    margin: 25px;
    text-align: center;
}
div#content_baner a img {
    border: 1px solid #EAE5DC;
    padding: 1px;
}
div.arrow_line {
    background: transparent url('../images/arrow_line.jpg') no-repeat;
    height: 7px;
}
div#right_bottom {
    background: transparent url('../images/right_bottom.jpg') no-repeat;
    width: 723px;
    height: 11px;
}
div#right_footer {
    font-size: 11px;
    padding: 15px 0px;
}
div#page_head {
    background: transparent url('../images/page_head.jpg') repeat-x;
    padding: 13px 13px 0px 13px;
    width: 650px;
    font-weight: bold;
    font-size: 12px;
    color: #211A0B;
    height: 22px;
}
div.page_head2 {
    color: black;
    font-size: 11px;
    padding: 5px;
    font-weight: bold;
}
div.tekst {
    padding: 20px;
}
/* -------------------------------------------------------------------------- */

/* ----------------------- AKTUALNOŚCI -------------------------------------- */
div.news {
    padding: 15px 0px;
}
div.news a.read_more {
    float: left;
}
div.news a img {
    padding: 2px;
    margin: 0px 10px 10px 0px;
    border: 1px solid #CFCBC3;
}
a.button1 {
    background: #FFDD93 url('../images/button1.jpg') repeat-x center bottom;
    color: #5D584D;
    padding: 5px 12px 5px 12px;
    display: block;
    float: left;
    font-size: 11px;
}
a.file {
    background: transparent url('../images/file.jpg') no-repeat 0px 4px;
    font-weight: bold;
    padding: 2px 35px 2px 30px;
}
/* -------------------------------------------------------------------------- */

/* ---------------------- GALERIE ------------------------------------------- */
div#galleries {
    width: 570px;
    margin: 0px auto;
}
div.gallery {
    background: transparent url('../images/gallery_bg.jpg') repeat-x center bottom;
    border: 1px solid #CFCBC3;
    padding: 3px;
    width: 245px;
    margin: 15px;
}
div.gallery_name {
    font-weight: bold;
    color: black;
    padding: 5px 10px 0px;
}
div.gallery_date {
    color: #CDA144;
    padding: 0px 10px 5px;
}
div.gallery_slider {
    width: 610px;
    margin: 15px auto;
    text-align: center;
}
div.gallery_prev {
    float: left;
    margin: 20px 0px;
}
div.gallery_next {
    float: right;
    margin: 20px 0px;
}
div.gallery_slider a.gallery_min img {
    padding: 0px 5px;
}
div#gallery_big {
    text-align: center;
}
div#gallery_big img{
    padding: 2px;
    border: 1px solid #CFCBC3;
}
div#gallery_name {
    background: white url('../images/gallery_name_bg.jpg') repeat-x left bottom;
    border-right: 1px solid #DBD7CE;
    border-bottom: 1px solid #DBD7CE;
    padding: 13px;
}
/* -------------------------------------------------------------------------- */

/* ------------------------- STRONICOWANIE ---------------------------------- */
div.pager {

}
div.pager a {
    color: black;
    padding: 3px 6px;
}
div.pager a.selected {
    background: transparent url('../images/pager_sel_bg.jpg') repeat-x;
    border: 1px solid #D39935;
    font-weight: bold;
}
/* -------------------------------------------------------------------------- */

/* --------------------- STRONA GŁÓWNA -------------------------------------- */
div#main_box_links {
    font-size: 11px;
    background: transparent url('../images/main_box_links_bg.jpg') repeat-x left bottom;
    width: 100%;
}
div#main_box_links a.tab {
    background: transparent url('../images/main_box_a_bg.jpg') repeat-x;
    border: 1px solid #CCC3B1;
    border-bottom: 1px solid #E2B63E;
    border-bottom: none;
    width: 140px;
    display: block;
    float: left;
    text-align: center;
    padding-top: 9px;
    margin-right: 3px;
    height: 21px;
}
div#main_box_links a.sel {
    height: 22px;
    background: #FFD266;
    border: 1px solid #E2B63E;
    border-bottom: none;
}
div#main_box {
    background: #FFD266;
    border: 1px solid #E2B63E;
    border-top: none;
    padding: 3px;
}
div.main_box_content {
    background: #FFFAF0;
    color: #5D584D;
    border: 1px solid #CAC5BB;
}
div.main_box_content_lista {
    border-bottom: 1px solid #CAC5BB;
    height: 209px;
}
div.main_box_content_tekst {
    padding: 14px;
}
a.lista_a, a.glista_a, a.slista_a {
    font-size: 11px;
    background: #F9F4EB url('../images/lista_a_bg.jpg') repeat-x left bottom;
    padding: 14px;
    font-weight: bold;
    color: #5D584D;
    display: block;
    width: 291px;
    border-left: 1px solid #D0C8B8;
    border-bottom: 1px solid #D0C8B8;
}
a.lista_a_sel, a.glista_a_sel, a.slista_a_sel {
    font-size: 11px;
    background: white;
    padding: 14px;
    font-weight: bold;
    color: #E17600;
    display: block;
    width: 291px;
    border-left: 1px solid white;
    border-bottom: 1px solid #D0C8B8;
}
/* -------------------------------------------------------------------------- */
