a{
    text-decoration: none;
}

img{
    border: none;
}

.error{
    font-size: 11px;
    font-family: arial;
    color: #FF0000;
}

input.error{
    border: 1px solid #ff0000 !important;
    font-size: 11px;
    width: 240px !important;
}

textarea.error{
    border: 1px solid #ff0000 !important;
    width: 240px;
}

.clear{
    clear: both;
}

.img-thumb{
    border: 3px solid #f4f4f4;
    width: 130px;
    height: 98px;
    margin: 0 auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
    float: left;
    overflow: hidden;
    margin: 5px;
}

.img-thumb img{
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.img-thumb:hover{
    border: 3px solid #ded5ac;
}

body{
    padding: 0;
    margin: 0;
    background: #f3f1ef url('../img/bg.jpg') no-repeat center top;
}

#site{
    clear: both;
    overflow: hidden;
    width: 985px;
    min-height: 300px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
}

#site #top{
    clear: both;
    overflow: hidden;
    width: 985px;
    height: 385px;
}

#site #top #up{
    clear: both;
    overflow: hidden;
    width: 985px;
}

#site #top #up #logo{
    float: left;
    overflow: hidden;
    margin-top: 30px;
    width: 300px;
}

#site #top #up #menu{
    float: left;
    overflow: hidden;
}

#site #top #up #menu ul{
    clear: both;
    overflow: hidden;
    height: 60px;
    background: url('../img/bg-menu.png') repeat-x;
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 5px;
    -webkit-border-bottom-right-radius: 21px;
    -webkit-border-bottom-left-radius: 21px;
    -moz-border-radius-bottomright: 21px;
    -moz-border-radius-bottomleft: 21px;
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
}

#site #top #up #menu ul li{
    float: left;
/*    padding: 2px 8px 3px 8px;*/
    margin: 20px 0px 5px 3px;
    text-align: center;
/*    height: 55px;*/
/*    padding-top: 5px;
    margin-bottom: 5px;*/
/*    border: 1px solid #000;*/

}

#site #top #up #menu ul li a{
    color: #454545;
}

#site #top #up #menu ul li:hover{
/*    background: url('../img/menu-activ.jpg') repeat-x;*/
/*    background: url('../img/ie-left.png') no-repeat;*/
/*    background: #12905e;*/
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
/*    padding-left: 8px;
    padding-right: 8px;*/
}

#site #top #up #menu ul li .ie-left{
    float: left;
    overflow: hidden;
    width: 12px;
    height: 25px;
}
#site #top #up #menu ul li .ie{
    float: left;
    overflow: hidden;
    padding-top: 5px;
    height: 25px;
}
#site #top #up #menu ul li .ie-right{
    float: left;
    overflow: hidden;
    width: 11px;
    height: 25px;
}

#site #top #up #menu ul li:hover .ie-left{
    background: url('../img/ie-left.png') no-repeat;
    width: 12px;
    height: 25px;
}

#site #top #up #menu ul li:hover .ie{
    background: url('../img/ie.png') repeat-x;
    height: 25px;
}

#site #top #up #menu ul li:hover .ie-right{
    background: url('../img/ie-right.png') no-repeat;
    width: 11px;
    height: 25px;
}

#site #top #up #menu ul li.home:hover{
    background: none !important;
}

#site #top #up #menu ul li:hover a{
    color: #fff;
/*    background: url('../img/ie-right.png') no-repeat;*/
/*    padding: 10px;*/
}

#site #top #up #menu ul li.selected{
/*    background: url('../img/menu-activ.jpg') repeat-x;*/
/*    background: #12905e;*/
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
/*    padding-left: 8px;
    padding-right: 8px;*/
}

#site #top #up #menu ul li.selected .ie-left{
    background: url('../img/ie-left.png') no-repeat;
    width: 12px;
    height: 25px;
}

#site #top #up #menu ul li.selected .ie{
    background: url('../img/ie.png') repeat-x;
    height: 25px;
}

#site #top #up #menu ul li.selected .ie-right{
    background: url('../img/ie-right.png') no-repeat;
    width: 12px;
    height: 25px;
}

#site #top #up #menu ul li.selected a{
    color: #fff;
}

#site #top #down{
    clear: both;
    overflow: hidden;
    width: 985px;
    bottom: 0;
    position: relative;
/*    border: 1px solid #000;*/
    margin-top: 30px;
}

#site #top #down #slider-box{
    clear: both;
    overflow: hidden;
    width: 670px;
/*    border: 1px solid #000;*/
}

#site #top #down #slider-box #prev{
    background: url('../img/prev.png') no-repeat;
    width: 48px;
    height: 51px;
    cursor: pointer;
    float: left;
    margin-top: 80px;
}

#site #top #down #slider-box #next{
    background: url('../img/next.png') no-repeat;
    width: 48px;
    height: 51px;
    cursor: pointer;
    float: left;
    margin-top: 80px;
}

#site #top #down #slider-box #slider{
    overflow: hidden;
    width: 565px;
    height: 200px;
    float: left;
}

#site #top #down #slider-box #slider li{
    width: 560px;
    height: 195px;
    margin-top: 5px;
}

#site #top #down #slider-box #slider li .promo-box{
    clear: both;
    overflow: hidden;
}

#site #top #down #slider-box #slider li .promo-box .promo-img{
    float: left;
    overflow: hidden;
    width: 260px;
    height: 193px;
    text-align: center;
    background: url('../img/promocja.png') no-repeat;
    margin-left: 10px;
}

#site #top #down #slider-box #slider li .promo-box .promo-text{
    float: left;
    overflow: hidden;
    width: 260px;
    height: 193px;
    text-align: center;
    margin-left: 20px;
    margin-top: 40px;
    line-height: 150%;
}

#site #top #down #slider-box #slider li .promo-box .promo-text h1{
    color: #f97100;
    font-size: 20px;
    text-align: left;
    line-height: 150%;
}

#site #top #down #slider-box #slider li .promo-box .promo-text .cena{
    clear: both;
    overflow: hidden;
}

#site #top #down #slider-box #slider li .promo-box .promo-text .cena .cena-prev{
    float: left;
    overflow: hidden;
    width: 13px;
    height: 36px;
    background: url('../img/cena-prev.png') no-repeat;
}

#site #top #down #slider-box #slider li .promo-box .promo-text .cena .cena-next{
    float: left;
    overflow: hidden;
    width: 13px;
    height: 36px;
    background: url('../img/cena-next.png') no-repeat;
}

#site #top #down #slider-box #slider li .promo-box .promo-text .cena .cena-middle{
    float: left;
    overflow: hidden;
/*    width: 13px;*/
    height: 36px;
    background: url('../img/cena-middle.png') repeat-x;
}

#site #top #down #slider-box #slider li .promo-box .promo-text .cena .cena-middle p{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
    color: #1a5c7a;
    font-size: 20px;
}

#site #top #down .tabs{
    clear: both;
    overflow: hidden;
    width: 675px;
    height: 67px;
    background: url('../img/pills.png') no-repeat;
    position: relative;
    z-index: 100;
    margin-top: -17px;
}

#site #include{
    clear: both;
    overflow: hidden;
    width: 990px;
/*    border: 1px solid #000;*/
}

#site #include #three-box{
    clear: both;
    overflow: hidden;
    width: 985px;
    height: 180px;
}

#site #include #three-box #kontakt-box{
    float: left;
    overflow: hidden;
    width: 330px;
    height: 175px;
    background: url('../img/kontakt.png') no-repeat;
}

#site #include #three-box #kontakt-box h1{
    font-size: 24px;
    color: #55b08f;
    padding-left: 90px;
    padding-top: 10px;
}

#site #include #three-box #kontakt-box p{
    padding-left: 90px;
    font-size: 11px;
    font-family: arial;
    color: #666666;
    line-height: 150%;
}

#site #include #three-box #kontakt-box .a{
    background: url('../img/btn-green-multi.png') no-repeat;
    height: 15px;
    width: 84px;
    background-position: 0px 0px;
    font-size: 11px;
    font-family: arial;
    color: #fff;
    padding: 2px 5px 3px 3px;
    margin-bottom: -4px;
/*    margin-top: 23px;*/
    margin-left: 87px;
    float: left;
}

#site #include #three-box #kontakt-box .a:hover{
    background-position: 0 -21px;
}

#site #include #three-box #kontakt-box .a1{
    background: url('../img/btn-violet-multi.png') no-repeat;
    height: 15px;
    width: 84px;
    background-position: 0px 0px;
    font-size: 11px;
    font-family: arial;
    color: #fff;
    padding: 2px 5px 3px 3px;
    margin-bottom: -4px;
/*    margin-top: 23px;*/
/*    margin-left: 35px;*/
    float: left;
}

#site #include #three-box #kontakt-box .a1:hover{
    background-position: 0 -21px;
}

#site #include #three-box #godziny-box{
    float: left;
    overflow: hidden;
    width: 330px;
    height: 172px;
    background: url('../img/godziny.png') no-repeat;
}

#site #include #three-box #godziny-box p{
    padding-left: 87px;
    padding-top: 60px;
    font-family: arial;
    font-size: 13px;
    line-height: 160%;
}

#site #include #three-box #godziny-box p .data{
    color: #7665ba;
    font-weight: bold;
}

#site #include #three-box #godziny-box table{
    margin-left: 75px;
    margin-top: -20px;
    border: none !important;
    font-family: arial;
    font-size: 13px;
    color: #666666;
}

#site #include #three-box #godziny-box table .data{
    color: #7665ba;
    font-weight: bold;
}

#site #include #three-box #godziny-box table td{
    border: none !important;
}

#site #include #three-box #newsletter-box{
    float: left;
    overflow: hidden;
    width: 325px;
    height: 172px;
    background: url('../img/newsletter.png') no-repeat;
}

#site #include #three-box #newsletter-box #newslet{
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ie-border-radius: 15px;
    border: 1px inset #adadad;
    margin-top: 70px;
    width: 180px;
    padding: 5px;
    margin-left: 87px;
    background:  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebe9e9));
    background: -moz-linear-gradient(top,  #fff,  #ebe9e9);
    behavior: url(border-radius.htc);
}

#site #include #three-box #newsletter-box #newslet::-webkit-input-placeholder {
    color:    #666666;
}
#site #include #three-box #newsletter-box #newslet:-moz-placeholder {
    color:    #666666;
}

#site #include #three-box #newsletter-box .radio-grup{
    float: left;
    overflow: hidden;
    font-family: arial;
    font-size: 12px;
    margin-left: 85px;
    margin-top: 10px;
}

#site #include #three-box #newsletter-box .radio-grup input{
    font-family: arial;
    font-size: 11px;
    margin-right: 5px;
}

#site #include #three-box #newsletter-box .a button{
    background: url('../img/btn-blue-multi.png') no-repeat;
    height: 19px;
    width: 84px;
    background-position: 0px 0px;
    font-size: 11px;
    font-family: arial;
    color: #fff;
    padding: 2px 5px 3px 3px;
    margin-bottom: -4px;
    margin-top: 23px;
    margin-left: 35px;
    border: none;
    cursor: pointer;
}

#site #include #three-box #newsletter-box .a button:hover{
    background-position: 0 -19px;
}

#site #include #main-box{
    clear: both;
    overflow: hidden;
    width: 985px;
}

#site #include #main-box #oferta{
    float: left;
    overflow: hidden;
    width: 655px;
}

#site #include #main-box #oferta #oferta-up{
    clear: both;
    overflow: hidden;
    width: 652px;
    height: 48px;
    background: url('../img/oferta-up.png') no-repeat;
}

#site #include #main-box #oferta #oferta-up h1{
    font-size: 20px;
    color: #227ea9;
    padding-left: 20px;
    padding-top: 2px;
}

#site #include #main-box #oferta #oferta-down{
    clear: both;
    overflow: hidden;
    width: 652px;
    height: 48px;
    background: url('../img/oferta-down.png') no-repeat;
    position: relative;
    z-index: 2;
    margin-top: -30px;
}

#site #include #main-box #oferta #oferta-middle{
    clear: both;
    overflow: hidden;
    width: 652px;
    background: url('../img/oferta-middle.png') repeat-y;
    position: relative;
    z-index: 4;
}

#site #include #main-box #oferta #oferta-middle ul{
    list-style: none;
}

#site #include #main-box #oferta #oferta-middle ul li{
    border-bottom: 1px dotted #cccccc;
    width: 90%;
    padding: 5px 5px 0px 5px;
    color: #666666;
    font-family: arial;
    font-size: 12px;
    text-align: left;
}

#site #include #main-box #oferta #oferta-middle ul li img{
    vertical-align: middle;
    position: relative;
    margin-top: 5px;
}

#site #include #main-box #oferta #oferta-middle ul li p{
    position: relative;
    margin-top: -17px;
    margin-left: 40px;
}

#site #include #main-box #right-panel{
    float: left;
    overflow: hidden;
    margin-left: 10px;
}

#site #include #main-box #right-panel #aktualnosci{
    clear: both;
    overflow: hidden;
    width: 320px;
    height: 170px;
    background: url('../img/aktualnosci.png') no-repeat;
}

#site #include #main-box #right-panel #aktualnosci h1{
    font-size: 20px;
    color: #045c85;
    padding-left: 20px;
}

#site #include #main-box #right-panel #aktualnosci .a-text,#site #include #main-box #right-panel #wydarzenia .a-text{
    clear: both;
    overflow: hidden;
    width: 300px;
    margin-left: 10px;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left,#site #include #main-box #right-panel #wydarzenia .a-text .a-left{
    float: left;
    width: 143px;
    overflow: hidden;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left p,#site #include #main-box #right-panel #wydarzenia .a-text .a-left p{
    font-size: 16px;
    color: #147f49;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left .data,#site #include #main-box #right-panel #wydarzenia .a-text .a-left .data{
    color: #88bf9f;
    font-size: 11px;
    font-family: arial;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left .a,#site #include #main-box #right-panel #wydarzenia .a-text .a-left .a{
    background: url('../img/btn-green-multi.png') no-repeat;
    height: 19px;
/*    width: 84px;*/
    background-position: 0px 0px;
    font-size: 11px;
    font-family: arial;
    color: #fff;
    padding: 2px 5px 3px 3px;
    margin-bottom: -4px;
    margin-top: 10px;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left .a a,#site #include #main-box #right-panel #wydarzenia .a-text .a-left .a a{
    color: #fff;
}

#site #include #main-box #right-panel #aktualnosci .a-text .a-left .a:hover,#site #include #main-box #right-panel #wydarzenia .a-text .a-left .a:hover{
    background-position: 0 -19px;
}

#site #include #main-box #right-panel #aktualnosci .a-img,#site #include #main-box #right-panel #wydarzenia .a-img{
    float: left;
    overflow: hidden;
    margin: 10px;
    width: 137px;
    height: 103px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#site #include #main-box #right-panel #wydarzenia{
    clear: both;
    overflow: hidden;
    width: 320px;
    height: 174px;
    margin-top: 10px;
    background: url('../img/wydarzenia.png') no-repeat;
}

#site #include #main-box #right-panel #wydarzenia h1{
    font-size: 20px;
    color: #045c85;
    padding-left: 20px;
}

#site #include #text-main{
    clear: both;
    overflow: hidden;
    width: 985px;
}

#site #include #text-main #text-up{
    clear: both;
    overflow: hidden;
    width: 982px;
    height: 50px;
    background: url('../img/belka-up-big.png') no-repeat;
}

#site #include #text-main #text-up h1{
    color: #227ea9;
    font-size: 20px;
    padding-left: 20px;
}

#site #include #text-main #text-middle{
    clear: both;
    overflow: hidden;
    width: 982px;
    background: url('../img/belka-middle-big.png') repeat-y;
}

#site #include #text-main #text-middle #text-text{
    float: left;
    overflow: hidden;
    width: 570px;
    margin-left: 20px;
    margin-top: 20px;
    color: #666666;
    font-size: 12px;
    font-family: arial;
}

#site #include #text-main #text-middle #text-images{
    float: left;
    overflow: hidden;
    width: 380px;
}

#site #include #text-main #text-middle #text-images #img-big{
    width: 280px;
    height: 210px;
    border: 3px solid #f4f4f4;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0 auto;
    margin-top: 20px;
}

#site #include #text-main #text-middle #text-images #img-big:hover{
    border: 3px solid #ded5ac;
}

#site #include #text-main #text-middle #text-images #img-small{
    margin-left: 45px;
}

#site #include #text-main #text-middle #text-images #img-small .s-img{
    float: left;
    overflow: hidden;
    width: 130px;
    height: 98px;
    border: 3px solid #f4f4f4;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 5px;
}

#site #include #text-main #text-middle #text-images #img-small .s-img:hover{
    border: 3px solid #ded5ac;
}

#site #include #text-main #text-middle #text-images #img-big img{
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#site #include #text-main #text-down{
    clear: both;
    overflow: hidden;
    width: 982px;
    height: 48px;
    background: url('../img/bekla-down-big.png') no-repeat;
    margin-bottom: 20px;
}

#site #include #three-box #mapka{
    border: 1px solid #aaaaaa;
    width: 620px;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    margin-top: 20px;
}

#site #include #form{
    float: right;
    overflow: hidden;
    width: 330px;
}

#site #include #form #form-box{
    clear: both;
    overflow: hidden;
    background: url('../img/formularz.png') no-repeat;
    width: 323px;
    height: 422px;
}

#site #include #form #form-box #form-main{
    clear: both;
    overflow: hidden;
    margin-top: 80px;
    margin-left: 43px;
}

#site #include #form #form-box #form-main .form-input{
    clear: both;
    overflow: hidden;
    width: 250px;
    margin-bottom: 10px;
}

#site #include #form #form-box #form-main .form-input input{
    width: 220px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 5px;
    border: 1px inset #ababab;
    background:  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebe9e9));
    background: -moz-linear-gradient(top,  #fff,  #ebe9e9);
}

#site #include #form #form-box #form-main .form-input input::-webkit-input-placeholder {
    color:    #666666;
}
#site #include #form #form-box #form-main .form-input input:-moz-placeholder {
    color:    #666666;
}

#site #include #form #form-box #form-main .form-input textarea{
/*    width: 230px;*/
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    padding: 5px;
    border: 1px inset #ababab;
    background:  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebe9e9));
    background: -moz-linear-gradient(top,  #fff,  #ebe9e9);
    font-size: 12px;
    font-family: arial;
    (-bracket-:hack;
        width: 220px;
    );
}

#site #include #form #form-box #form-main .form-input textarea::-webkit-input-placeholder {
    color:    #666666;
}
#site #include #form #form-box #form-main .form-input textarea:-moz-placeholder {
    color:    #666666;
}

#site #include #form #form-box #form-main .form-input .btn-send{
    width: 84px;
    height: 19px;
    background: url('../img/btn-blue-multi.png') no-repeat;
    border: none;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
}

#site #include #form #form-box #form-main .form-input .btn-send:hover{
    background-position: 0 -19px;
}

#site #include #form #form-box #form-main .form-input .req{
    font-size: 10px;
    font-family: arial;
    color: #666666;
    float: right;
    margin-right: 17px;
}

#site #include #text-main #text-middle .promocje-main{
    width: 980px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border: 1px solid #ebe7e3;
}

#site #include #text-main #text-middle .promocje-main .promocje-left{
    float: left;
    overflow: hidden;
    width: 310px;
    margin-top: 15px;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocje-img{
    border: 3px solid #f4f4f4;
    width: 280px;
    height: 210px;
    margin: 0 auto;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    text-align: center;
}
#site #include #text-main #text-middle .promocje-main .promocje-left .promocje-img:hover{
    border: 3px solid #ded5ac;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocje-img img{
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin-bottom: 10px;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena{
    width: 130px;
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena .cena{
    margin: 0 auto;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena .cena .cena-prev{
    background: url('../img/cena-prev.png') no-repeat;
    width: 13px;
    height: 36px;
    float: left;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena .cena .cena-middle{
    background: url('../img/cena-middle.png') repeat-x;
    height: 36px;
    max-width: 150px;
    float: left;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena .cena .cena-middle p{
    font-size: 20px;
    color: #1a5c7a;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

#site #include #text-main #text-middle .promocje-main .promocje-left .promocja-cena .cena .cena-next{
    background: url('../img/cena-next.png') no-repeat;
    width: 13px;
    height: 36px;
    float: left;
}

#site #include #text-main #text-middle .promocje-main .promocje-right{
    float: right;
    overflow: hidden;
    width: 660px;
    margin-top: 5px;
}

#site #include #text-main #text-middle .promocje-main .promocje-right h1{
    color: #f97100;
    font-size: 20px;
}

#site #include #text-main #text-middle .promocje-main .promocje-right .data{
    font-family: arial;
}

#site #include #text-main #text-middle .promocje-main .promocje-right .textarea{
    font-size: 12px;
    font-family: arial;
    color: #666666;
    padding-right: 80px;
    line-height: 150%;
}

#site #include #text-main #text-middle .promocje-down{
    clear: both;
    overflow: hidden;
    width: 980px;
    height: 39px;
    background: url('../img/promocje-down.jpg') no-repeat;
}

#loga{
    clear: both;
    overflow: hidden;
    margin: 0 auto;
    width: 970px;
    height: 95px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    behavior: url('border-radius.htc');
    position: relative;
/*    margin-bottom: -48px;*/
/*    margin-top: 50px;*/
    z-index: 10;
}

#footer{
    clear: both;
    overflow: hidden;
    width: 100%;
    min-height: 227px;
    background: url('../img/footer.png') no-repeat center top;
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

#footer #foot{
    clear: both;
    overflow: hidden;
    width: 985px;
    margin: 0 auto;
}

#footer #foot #left{
    float: left;
    overflow: hidden;
    margin-top: 80px;
    margin-left: 40px;
    width: 655px;
}

#footer #foot #left p{
    font-size: 11px;
    font-family: arial;
    color: #666666;
    float: left;
    width: 300px;
}

.znaczek{
	display: block;
	width: 185px;
	height: 41px;
	background: url('../img/studio21.png') no-repeat;
	float: right;
	margin: 4px 100px 0 0;
}





/*******************************************************************************/
/* Container DIV - automatically generated */
.simply-scroll-container {
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}

.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
        text-align: center;
}

.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
	width: 950px;
	height: 85px;
/*        border: 1px solid #000;*/
        margin: 5px 0px 5px 10px;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
/*	width: 576px;
	height: 200px;*/
        width: 950px;
	height: 85px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
/*	width: 290px;*/
/*	height: 200px;*/
    min-width: 90px;
    max-width: 210px;
    height: 85px;
    margin: 15px;
    text-align: center;
}




#cookies-message-container{
	width: 980px;
	height: 80px;
	margin: 0 auto;
	overflow: hidden;
}
#cookies-message-container > div{
	width: 980px !important;
	background: #F3F1EF !important;
	color: #808285 !important;
	height: 85px;
	/*position: relative !important;*/
}





.fb_reset {
background: none;
border: 0;
border-spacing: 0;
color: #000;
cursor: auto;
direction: ltr;
font-family: "lucida grande", tahoma, verdana, arial, 

sans-serif;
font-size: 11px;
font-style: normal;
font-variant: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1;
margin: 0;
overflow: visible;
padding: 0;
text-align: left;
text-decoration: none;
text-indent: 0;
text-shadow: none;
text-transform: none;
visibility: visible;
white-space: normal;
word-spacing: normal; /*display:none;*/
}

#fb-roll {
	cursor: pointer; 
	position: fixed;
	right: -300px;
	top: 20px;
	z-index: 99;
	background: #ffffff; /*display:none;*/
}
#fb-roll > img {
	position: absolute;
	left: -46px;
	bottom: 0px;
}














