/****************************************************************************
******************************  Zawsze   ************************************
******************************************************************************/
body,html {
    background: #ffd586 ;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    color: #7b4521;
    margin: 0px;
    padding: 0px;
}

a img {
    border: none;
    text-decoration: none;
}

a {
    color: #e58e28;
}

a:hover {
    color: #d27202;
}

h1,h2,h3,h4,h5{
    color:#e58e28;
}

.blad{
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    border: 1px solid #cd0a0a;
    margin-bottom: 10px;
    background-color: #fef1ec;
    background-image: url("../../../admin/img/wykrzyknik.png");
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #cd0a0a;
    padding: 10px 10px 10px 45px;
    text-align: left;
}

.komunikat{
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
    border: 1px solid #AFCC55;
    margin-bottom: 10px;
    background-color: #f1f5e5;
    color: #000;
    padding: 10px 10px 10px 10px;
    font-weight: bold;
    text-align: left;
}
/****************************************************************************
******************************  Style strony*********************************
******************************************************************************/
#gora_tlo{
    background: url("../img/gora_tlo.jpg") repeat-x;
}

#gora {
    width: 1000px;
    margin: auto; 
}

#header1 {
    height: 28px;
    background: url("../img/header_1.jpg") repeat-y;
}

#baner {
    height: 233px;
    background: url("../img/header_2.jpg") repeat-y;
    text-align: center;
    position: relative;
}

#baner_napis {
    position: absolute;
    color: #fff;
    font-family: Verdana;
    font-size: 18px;
    letter-spacing: 1px;
    top: 195px;
    left: 310px;  
    text-shadow:3px 1px 3px #333333
}

#header1 .flagi {
    height: 28px;
    line-height: 28px;
    margin-left: 30px;
    width: 100px;
    float: left;
}

#header1 .facebook {
    float: right;
    width: 400px;
    text-align: right;
    padding-right: 30px;
    padding-top: 5px;
    font-size: 10px;
}

#header1 .facebook a {
    text-decoration: none;
}

#header1 a img {
    vertical-align: middle;
}

#menu-calosc {
    background: #f49d00 url(../img/menu_tlo.jpg)  repeat-y;
    height: 29px;
    font-family: Verdana;
    font-size: 14px;
    padding-left: 20px;
}

#srodek_tlo {
    background: #f8ead2;
}

#srodek {
    width: 1000px;
    margin: auto;
    background: #f8ead2;
}
#content {
    background: url(../img/tresc_tlo.jpg)  repeat-y;
    overflow: hidden;
}

#tresc {
    width: 900px;
    padding-top: 20px;
    margin: auto;
    position: relative;
}

#loga {
    background: url(../img/linia_p.jpg)  center top no-repeat;
    height: 60px;
    text-align: center;
    margin-top: 30px;
    padding-top: 5px;
}

#loga table {
    vertical-align: middle;
}

#stopka_tlo {
    background:  url("../img/dol_tlo.jpg") repeat-x;
}

#stopka{
    background: url("../img/stopka_tlo.jpg") repeat-x;
    width: 1000px;
    height: 72px;
    margin: auto;
    text-align: center;
}

#stopka,#stopka a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

.menuPrzygas:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/****************************************************************************
******************************  WSPOLNE  ************************************
******************************************************************************/
.poleZTlem {
    background: url("../img/narzedzia-przycisk-tlo.gif") no-repeat scroll left top #F7F7F7;
    border: 1px solid #CCCCCC;
    border-radius: 6px 6px 6px 6px;
    padding: 10px;
    margin-bottom: 20px;
}
.wrap {
    word-wrap: break-word;
}

.ukryj {
    display: none;
}

.pokazB {
    display: block;
}

.pokazI {
    display: inline;
}

.center {
    text-align: center;
}


.left {
    text-align: left;
}

.right {
    text-align: right;
}

.mAuto{
    margin-left: auto;
    margin-right: auto;
}

.hidden {
    overflow: hidden;
}

.ikona, .raczka, .cursor-pointer{
    cursor: pointer !important;
}

.cursor-auto {
    cursor: auto !important;
}

.cien-box {
    -moz-box-shadow: 5px 5px 5px black;
    -webkit-box-shadow: 5px 5px 5px black;
    box-shadow: 5px 5px 5px black;
}

.bezRamki {
    border: none;
}

.va-middle{
    vertical-align: middle;
}

.tytul{
    margin: 0px 0px 20px 0px;
    padding-bottom: 3px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

a img{
    border: none;
    text-decoration: none;
}
.bold {
    font-weight: bold;
}
/**
 * **********************************************************
 * Wysokość elementu
 * **********************************************************
 */
 
.h20 {
    height: 20px;
}

.h50 {
    height: 50px;
}

.h100 {
    height: 100px;
}

.h150 {
    height: 150px;
}

.h180 {
    height: 180px;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}
/**
 * **********************************************************
 * Szerokość elementu
 * **********************************************************
 */
 
.w10 {
    width: 10px;
}

.w20 {
    width: 20px;
}

.w30 {
    width: 30px;
}

.w40 {
    width: 40px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w70 {
    width: 70px;
}

.w80 {
    width: 80px;
}

.w90 {
    width: 90px;
}

.w100 {
    width: 100px;
}

.w130 {
    width: 130px;
}

.w150 {
    width: 150px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w300 {
    width: 300px;
}
/**
 * **********************************************************
 * jQuery UI
 * **********************************************************
 */

.ui-state-default {
    font-size: 12px;
    text-decoration: none;
}

.ui-state-default:hover {
    color: #000;
}
