/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a img,:link img,:visited img {
    border: none;
}

/**********************************************/
/* HEADINGS */
h1, h2, h3 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
    font-weight: normal;
}

h4, h5, h6 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
}

h1 {
    font-size: 18px;
    color: #15689a;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #CA001E;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #B26419;
    font-weight: normal;
}

h4 {
    font: normal 16px Tahoma;
    color: #B26419;
}

h5 {
    font-weight: normal;
    font-size: 1em;
}

td {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 15px;
    color: #000;
}

.panel-td {
    padding: 10px;
    color: #000;
}

.panel-td-right {
    font-size: 11px;
    padding: 7px;
    color: #000;
}

div {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
}

/**********************************************/
/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */
/******************************************************
 CONTENT BOXES
 ******************************************************/
html {
    height: 100%;
}

body {
    background-color: #939393;
    background-repeat: repeat-x;
    background-image: url(../../../graphics/pattern-main.jpg);
}

#content-all {
    margin: auto;
    width: 766px;
    min-height: 100%;
    background-repeat: repeat-y;
}

#content-all-main {
    width: 750px;
    min-height: 574px;
    margin: auto;
    padding-left: 8px;
    background-color: #fff;
    background-position: bottom;
    background-repeat: repeat-x;
    background-image: url(../../../graphics/pattern-content-main.gif);
}

#content-top {
    width: 758px;
    height: 177px;
    margin: auto;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/background-top2.jpg);
    /*background-top.jpg*/
}

#content-menu {
    width: 758px;
    height: 30px;
    margin: auto;
    background-repeat: no-repeat;
}

#content-panels {
    width: 526px;
    height: 390px;
    padding-right: 8px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/panels-bg3.jpg);
}

#content-right {
    float: left;
    width: 506px;
    min-height: 573px;
    margin-right: 8px;
    background-color: #fff;
    padding: 30px 10px 0 10px;
}

.panels {
    float: left;
    width: 216px;
    height: 573px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/panele-prawa2.jpg);
}

#content-info {
    float: left;
    width: 216px;
    min-height: 569px;
    background-color: #fff;
    background-position: right;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/news-bg.gif);
}

#footer {
    width: 720px;
    height: 40px;
    margin: auto;
    font-size: 10px;
    text-align: right;
    padding: 13px 47px 0 0;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/footer-bg.gif);
}

#contact {
    padding: 0;
    border: 0;
}

/******************************************************
 NEWS STYLE
 ******************************************************/
.news {
    padding-top: 43px;
}
.news-title{
	padding-left:19px;
	background-position:5px 4px;
    background-repeat: no-repeat;
    background-image: url(../../../graphics/news-pointer.gif);
}
.news-content {
    padding-bottom: 10px;
}

.news-title a {
    color: #d37d1f;
    text-decoration: none;
}

.news-title-image {
    padding-bottom: 1px;
    padding-right: 6px;
    padding-left: 4px;
}

.news-title-br {
    padding-bottom: 4px;
    padding-top: 4px;
    padding-left: 16px
}

.news-date {
    color: #7492ba;
    padding-left: 16px;
}

.news-element {
    padding-top: 15px;
}

.news-title-big-br {
    padding-bottom: 6px;
    padding-top: 8px;
    padding-left: 36px
}

.main-news-title {
    padding-bottom: 10px;
    font-size: 12px;
    color: #d37d1f;
    text-decoration: none;
}

.main-news-title-image {
    padding-bottom: 2px;
    padding-right: 6px;
    padding-left: 20px;
    
}

.main-news-content {
    font-size: 12px;
    color: #7492BA;
    padding: 10px 20px 0 20px;
    text-decoration: none;
}

.main-news-content-date {
    font-size: 12px;
    color: #d37d1f;
    padding: 20px 20px 5px 20px;
    text-align: right;
    text-decoration: none;
}

.news-back {
    text-align: right;
    font-size: 12px;
    color: #7492BA;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

/******************************************************
 news list style
 ******************************************************/
.newslist-element {
    padding-bottom: 15px;
}

.newslist-title {
    font-size: 12px;
    color: #d37d1f;
    text-decoration: none;
}

.newslist-content {
    font-size: 12px;
    color: #7492BA;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.newslist-content a {
    font-size: 12px;
    color: #7492BA;
    text-decoration: none;
}

/*******************************************************koniec stylu newsow*/
#content-ad {
    width: 526px;
    height: 171px;
    margin-left: 4px;
    margin-top: 8px;
    background-color: #fff;
}

/******************************************************
 SLIDE MENU
 ******************************************************/
.jqueryslidemenu {
    font: normal 12px Tahoma;
    background: #3263a5;
    width: 748px;
    padding-left: 10px;
}

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

.jqueryslidemenu ul li {
    float: left;
    width: 121px;
    position: relative;
    display: list-item;
    text-align: left;
}

.jqueryslidemenu ul li a {
    display: block;
    padding: 8px 10px;
    background: #3263a5;
    border-right: 1px solid #fff;
    text-decoration: none;
}
* html .jqueryslidemenu ul li a {
    display: inline-block;
    width: 100px;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited {
    color: white;
}

.jqueryslidemenu ul li a:hover {
    background: #d37d1f;
    border-right: solid 1px white;
}

.jqueryslidemenu ul li ul {
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
}

.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
}

.jqueryslidemenu ul li ul li ul {
    top: 0;
}

.jqueryslidemenu ul li ul li ul li {
    left: 80px; /*tutaj zmienic wielkosc odstepu submenu1 od subsubmenu*/
}
* html .jqueryslidemenu ul li ul li ul li {
    left: 0; /*tutaj zmienic wielkosc odstepu submenu1 od subsubmenu*/
}

.jqueryslidemenu ul li ul li a {
    font: normal 12px Tahoma;
    width: 190px; /*tutaj zmienic dlugosc sub menu*/
    padding: 5px;
    margin: 0;
    border-top-width: 110px;
    border-top: 1px solid #fff;
}

.jqueryslidemenuz ul li ul li a:hover {
    background: #d37d1f;
}

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

/******************************************************
 FORM
 ******************************************************/
fieldset.contact {
    border: 0 !important;
    width: 250px !important;
    padding: 0;
    text-align: left;
    width: 526px;
}

div.form {
    overflow: hidden;
    margin-bottom: 0.5em;
    clear: both;
}

.label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
}

label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
}

input.text, textarea {
    border: 1px solid #000;
    background-color: #FFF;
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
}

.form10 {
    border: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.noInput {
    border: 0;
    background: none;
}

.inputSearch {
    background: url( ../../../../site/graphics/bgSearch.gif ) no-repeat;
    width: 526px;
    height: 17px;
    padding: 3px 20px 0 10px;
}

.searchInput {
    border: 1px solid #c9c9c9;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
    background: none;
    color: #c9c9c9;
    width: 526px;
    padding: 4px 10px 4px 10px;
}

.searchSubmit {
    border: 0;
    background: none;
    width: 80px;
    cursor: pointer;
    margin: 2px 0 0 0;
}

input.contact {
    background-image: url(../../../graphics/input-bg.jpg);
    background-repeat: no-repeat;
    border: 0;
    width: 509px;
    height: 22px;
}

input.contact2 {
    background-image: url(../../../graphics/input-login.gif);
    background-repeat: no-repeat;
    border: 0;
    width: 200px;
    height: 22px;
}

textarea.contact {
    background-image: url(../../../graphics/textarea-bg.jpg);
    background-repeat: no-repeat;
    border: 0;
    width: 509px;
    height: 171px;
}

select.contact {
    border: solid 1px #3263a5;
    width: 509px;
    height: 22px;
}

form {
    margin: 0;
}

#form-cont {
    padding: 14px 0px 0 25px;
}

#form-cont2 {
    padding-left: 24px;
}

/******************************************************
 LINK
 ******************************************************/
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}
