* { margin: 0; padding: 0; border: 0; }

a { text-decoration: none; }

.cena { color: #df5454; font-size: 14px; }
.smallFont { font-size: 10px; }
.medFont { font-size: 12px; }
.largeFont { font-size: 15px; }

.grey { color: #2f2f2f; }
.lightGrey { color: #9f9f9f; }
.orange { color: #eb6224; }
.blue  { color: #2890cf;}
.green { color: #009f64; }
.red { color: #900; }


.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
}

.clear {
	clear:both;
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    _zoom: 1;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::                                                      MENU GÓRNE                                                              :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.menuTop {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

    .menuTop ul {
        display: block;
        margin-left: 32px;
        list-style: none;
    }
        
    .menuTop li {
        float: left;
        height: 70px;        
        background: transparent url('../images/menuBreak.gif') no-repeat scroll right 0px; 
        list-style: none;                
    }
    
    .menuTop a {
        display: block;
        line-height: 66px;
        margin: 0 1px 0 0;
        padding: 0 20px;                
        color: #b1b1b1;        
        font-weight: bold;
        font-size: 12px;
    }
    
        .menuTop a:hover {
            background-color: #ebebeb;
            color: #4c4c4c;            
        }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::                                                      NAGŁÓWEK                                                                  :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#header {
    z-index: 9999;
    position: relative;
    width: 960px;
    height: 343px;
    margin: 0 auto;
    background: transparent url('../images/header.png') no-repeat scroll right bottom; 
}

#header .logo {
    position: absolute;
    right: 28px;
    top: 140px;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::                                                              TRESC                                                                    :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#container { /* glowny kontener ustalajacy pozycje tresci i menu */ 
    position: relative;
    top: -49px;
    width: 960px;
    margin: 0 auto;
}

#tekst { padding-left: 15px; padding-right: 15px; }

.subContainer { /* ustalenie pozycji kontenerow */
    float: left;
}

.center { /* kontener srodkowy */    
    display: block;
    width: 474px;    
    margin: 0 9px;
}

.wide { /* kontener srodkowy dla wynikow wyszukiwania */
    width: 681px;
    margin: 0 0 0 9px;
}

.wider { /* boczny kontener szeroki */
    width: 270px;
}

.thinner { /* boczny kontener waski */
    width: 196px;
}

.topMargin { padding-top: 50px; }

.banner {
    margin-top: 10px;
}

.homeBanner {
    float: left;
    width: 152px;
    margin-right: 9px;
}

.centerBanner {
    margin: 6px 0;
}

.last {
    margin: 0;
}

/* ------------------------ wyszukiwarka ------------------------ */
.wyszukiwarka {
    background: transparent url('../images/wyszukiwarka.png') no-repeat scroll bottom right; /* dolne zakonczenie boxa */
}

    .wyszukiwarka .line {
        width: 244px;
        line-height: 30px;    
    }
    
    .wyszukiwarka .line label.radio1 { width: 30px; }
    .wyszukiwarka .line label.radio2 { width: 70px; margin-left: 15px; }
    .wyszukiwarka .line label.radio3 { width: 60px; margin-left: 10px; }
    
        .wyszukiwarka .line div {
            float: left;
        }
        
        .wyszukiwarka .line label {
            float: left;
            width: auto;
            font-size: 10px;
            text-align: left;
        }
    
        .wyszukiwarka .line  input {
            position: relative;
            top: 2px;
            float: left;
            width: auto;
            height: auto;
        }
        
        .wyszukiwarka .line input.radio { width: auto; }

        .wyszukiwarka .line select {
            float: left;
            width: 159px;
            height: 20px;
            margin: 6px 0 6px 5px;
        }
        
        .wyszukiwarka .line select.selectChild { width: 48px; }

        .wyszukiwarka .line input {
            float: left;
            width: 155px;
            height: 15px;
            margin: 6px 0 6px 5px;
        }

        .wyszukiwarka .line label {
            float: left;
            width: 80px;
            font-size: 10px;
            text-align: right;
        }

        .wyszukiwarka .line img {
            float: left;
            margin: 5px 0;
        }

.wyszukiwarka .lineSubmit {
    width: 244px;
}    

    .wyszukiwarka .lineSubmit img {
        float: right;
        margin: 7px 0 10px 0;
    }

.wyszukiwarka_bg {
    padding-top: 45px;
    background: transparent url('../images/wyszukiwarka.png') no-repeat scroll top left; /* gorne boxa */
}

/* ------------------------ newsletter ------------------------ */
.newsletter {
    width: 196px;
    margin-top: 15px;
    padding-bottom: 1px;
    background: transparent url('../images/newsletter.png') no-repeat scroll bottom left;
}

    .newsletter h2 {
        height: 54px;
        background: transparent url('../images/newsletter.png') no-repeat scroll top left;
    }
    
    .newsletter .content {
        padding: 10px;
        background: transparent url('../images/newsletter.png') no-repeat scroll top right;
    }
    
    .newsletter form input.text {
        width: 169px;
        height: 22px;
        margin: 5px 0 10px 0;
        padding: 3px;
        background-color: #ffd69d;
        border: 1px solid #ffbf6d;
        color: #757575;               
    }
    
    .newsletter form input.submit {
        float: right;
        width: 54px;
        height: 17px;
        background: transparent url('../images/newsletter_submit.gif') no-repeat scroll top left;
        border: 0;
    }

/* ------------------------ listy ze srodka ------------------------ */
.lista {
    float: left;
    width: 152px;
    margin-right: 9px;
}

    .lista .inner {
        width: 146px;
        margin-top: 2px;
        padding: 3px;
        color: #fff;
    }
    
        .lista .inner h3 {
            font-size: 15px;
        }
        
        .lista .inner p {
            margin: 3px 0;
        }
        
        .lista .inner p.stars {
            display: block;
            height: 14px;
        }    
        
            .lista .inner p .price {
                margin: 0 2px;
                font-size: 13px;
                font-weight: bold;
            }
            
    .lista .zdjecie {
        width: 152px;
        height: 114px;
    }
    
    .lista .background_1 {
        background: #ff9c00 url('../images/list_1.gif') no-repeat scroll top left;
    }
    
    .lista .background_2 {
        background: #ff9c00 url('../images/list_2.gif') no-repeat scroll top left;
    }
    
    .lista .background_3 {
        background: #ff9c00 url('../images/list_3.gif') no-repeat scroll top left;
    }

.last {
    margin: 0;
}


/* ------------------------ listy boczne ------------------------ */
.thinner .listy {
    margin-top: 8px;
    border: #ffc277 solid 1px;
    background-color: #fffbf0;
}

    .thinner .listy .inner {
        margin-bottom: 16px;
    }
        
        .thinner .listy .inner img {
            width: 194px;
            height: 68px;
        }
        
        .thinner .listy .inner h3 {
            padding: 8px;
            color: #ff8a00;
            font-size: 17px;            
            font-weight: bold;
        }
        
        .thinner .listy .inner p {        
            color: #34383b;
            padding: 2px 8px;
        }
        
            .thinner .listy .inner p .price {
                color: #ff8a00;
                font-size: 14px;
                font-weight: bold;
            }

        .thinner .listy .inner .stars {
            margin: 0 0 -6px 0;
            padding: 0 8px;
            color: #ff8a00;
            font-size: 30px;
            line-height: 16px;
        }
        
        
/* ------------------------ listy male ze srodka ------------------------ */
.listy_trzy {
    margin: -1px 0 1px 0;
}

    .listy_trzy  .lista {
        float: left;
        width: 152px;
        margin: 0 9px 0 0;
    }
    
    .listy_trzy  .last {
        margin: 0;
    }
    
        .listy_trzy .lista a {
            display: block;
            width: 146px;
            height: 24px;
            margin-bottom: 2px;
            padding: 3px;
            background-color: #ffefe0;
            line-height: 24px;
            white-space: no-wrap;            
        }
        
        .listy_trzy .lista a:hover { background-color: #f1e7dd; }
        
            .listy_trzy .lista a span {
                color: #34383b;
            }
            
            .listy_trzy .lista a .panstwo { width: 94px; float: left; }
            
            .listy_trzy .lista a .cena { width: 52px; float: left; font-size: 11px;}
            
            .listy_trzy .lista a .stars {
                color: #ec8b00;
                font-size: 15px;
            }
            
/* ------------------------ strona tekstowa ------------------------ */
.text #tekst h2 {
    margin: 0 0 25px 0;
    padding: 0 0 5px 25px;
    border-bottom: 1px dotted #eb6224;
    font-size: 18px;    
}

.text #tekst p {
    margin: 20px 0;
    font-size: 12px;
    line-height: 15px;
}

    .text #tekst a { color: #eb6224; }

.text #tekst ul { margin: 10px 25px; font-size: 12px; }
.text #tekst li { margin: 5px 15px; }

/* kontakt */
#kontakt th {
    padding: 0 5px 0 0;
    color: #eb6224;
    text-align: right;    
}

#kontakt input.submit {
    float: right;
    width: 75px;
    height: 25px;
    margin: 10px 10px 0 0;
    background-color: #eb6224;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
}

/* ------------------------ rozne teksty z cms ------------------------ */

.kite a {
    display: block;
    float: left;
    width: 50%;
    margin: 15px 0;
    text-align: center;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::                                              WYNIKI WYSZUKIWANIA                                              :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.text { background: transparent url('../images/page_bg.png') repeat-x top left; }

img.temp { position: relative; top: 4px; margin: 0 5px 0 0; }

/* ------------ kroki ------------- */

.kroki {
    width: 661px;
    height: 100px;    
    margin: 0 auto;
}

    .kroki .krok {
        float: left;
        width: 129px;
        height: 100px;
        margin-right: 4px
    }
    
        .kroki .krok .step {
            display: block;
            float: left;
            color: #ffb400;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
        }
    
        .kroki .krok .inner {
            position: relative;
            top: 55px;
            display: block;            
            width: 25px;
            margin: 0 auto;
            padding: 5px;
            font-size: 17px;
            font-weight: bold;
            text-align: center;
        }
        
        .kroki .dark .inner { border: 2px #f60 solid; color: #f60; }
        .kroki .light  .inner { border: 2px #aaa solid; color: #aaa; }
    
    .kroki .dark { background: #dccfa5 url('../images/step_dark.jpg') top left no-repeat; }
    
    .kroki .light { background: #dccfa5 url('../images/step_light.jpg') top left no-repeat; }
    
    .kroki .last { margin-right: 0; }
    
/* ------------ stronicowanie dla step 3 ------------- */
    
.stronicowanie { 
    width: 661px; 
    text-align: center;
}

.strTop { margin: 25px auto 10px auto; }
.strDown { margin: 10px auto 25px auto; }

    .stronicowanie a.strony {
        margin-right: 5px;
        padding: 2px 5px;
        background-color: #ffdbb0;
        color: #2f2f2f;
    }
    
    .stronicowanie a.strony:hover, .stronicowanie a.selected {
        background-color: #ff8a00;
        color: #fff;
    }
    
    .stronicowanie .firstLast {
        margin-right: 5px;
        color: #2f2f2f;
        font-weight: bold;        
    }
    
/* ------------ tablica dla stepow ------------- */
    
.step_table {
    width: 661px;
    margin: 15px auto;
    border: 1px solid #dad7cb;
    border-collapse: collapse;
    font-size: 11px;
}

    .step_table tr { border: 1px solid #dad7cb; }

    .step_table td { 
        padding: 5px 10px;
        border: 1px solid #dad7cb; 
    }
    
    .step_table th { padding: 5px 10px; }
    
        .step_table form { float: right; }
    
        .step_table th select { 
            float: left;
            width: 170px;
            margin-left: 15px;
        }
        
        .step_table th .filtr { 
            float: left;
            margin-top: 3px;
        }

    .step_table .dark { background-color: #fffbf0; }
    .step_table .light { background-color: #fff; }
    .step_table .over { background-color: #f5f0e3 }
    .step_table .kraj { font-size: 12px; font-weight: bold; }
    
/* ------------ step 2 ------------- */
    
.step2 .col1 { width: 40%; padding-left: 25px; line-height: 45px;}
.step2 .col2 { width: 35%; }
.step2 .col3 { width: 25%; }

/* ------------ step 3 ------------- */

.step3 .col1 { width: 75px; border-right: 0 none; }

    .step3 .col1 img { 
        width: 100px; 
        height: 67px; 
        margin-top: 3px;
    }
    
.step3 .col2 { width: 150px; border-left: 0 none; }
.step3 .col4 { width: 100px; }

/* ------------ step 4 ------------- */

.step4 .col1 { width: 70px; height: 35px; }
.step4 .col2 { width: 100px; }
.step4 .col3 { width: 35px; }
.step4 .col5 { width: 95px; }
.step4 .col6  {
    width: 75px;
    font-weight: bold;
    text-align: center;
}

h2.step4 {
    color: #ff8a00;
    margin: 15px 0 15px 10px;
}

.mainS4 {
    width: 661px;
    margin: 0 auto;
}

    .mainS4 .zdjecie {
        float: left;
        width: 250px;
    }
    
        .mainS4 .zdjecie img {
            width: 250px;
            height: 168px;
            border: 2px solid #dad7cb;
        }
    
    .mainS4 .dane {
        float: left;
        padding-left: 25px;
        font-size: 12px;
    }
    
        .mainS4 h3 { margin: 5px 0 15px 0; }
    
        .mainS4 .dane p { line-height: 20px; }        
        .mainS4 .dane p.temp, .mainS4 .dane p.infoLink { line-height: 38px; }
        
            .mainS4 .dane p label {
                float: left;
                display: block; 
                width: 100px;
                text-align: left;
            }
        
            .mainS4 .dane p.temp  img{
                position: relative;
                top: 3px;
                margin-left: 10px; 
            }
            
            .mainS4 .dane p.infoLink a { 
                padding: 0 12px 0 10px;
                border-right: 1px solid #2890cf;
            }
            
            .mainS4 .dane p.infoLink a.last { border: 0 }
            
/*---------- formularz rezerwacji ----------*/
.formResv {
    width: 661px;
    margin: 0 auto;
}

    .formResv p {
        line-height: 25px;
    }
    
    .formResv .informacjaResv {
        margin: 15px;
        font-weight: bold;
        line-height: 13px;        
    }
    
    .formResv .step6Ramka {
        border: 1px solid #f5f0e3;
    }
    
    .formResv .step6head {
        padding: 5px 10px;   
        background-color: #f5f0e3; 
        line-height: 13px;
    }
    
    .formResv .step6warunki {
        padding: 15px 10px;   
        background-color: #f5f0e3; 
        line-height: 13px;
    }
    
        .formResv .step6warunki input {
            padding: 5px;               
        }
    
    .formResv .step6step {
        padding: 8px 15px;
        border-bottom: 1px solid #f5f0e3;
    }
    
        .formResv .step6step label {
            display: block;
            float: left;
            width: 150px;
            font-weight: bold;
        }
        
        .formResv .step6step input { width: 246px; }
        .formResv .step6step select { width: 250px; }
        .formResv .date select { width: 78px; margin-right: 5px; }
        .formResv .kodMiasto input { width: 109px; margin-right: 5px; }
    
    .formResv .dark { background-color: #fffbf0; }
    .formResv .light { background-color: #fff; }
    
.step6 td { text-align: center; }

    .step6 .col1 select { width: 70px; }
    .step6 .col2 input, .step6 .col3 input { width: 150px; }
    .step6 .col4 select { width: 50px; }
    
        
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::                                                               STOPKA                                                                :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#loga {
    position: relative;
    top: -49px;
    width: 635px;
    height: 45px;
    margin: 9px auto;    
}

#footer {
    display: block;
    width: 960px;
    height: 69px;
    margin: -49px auto -49px auto;
    background-color: #e6e9eb;
    color: #bbb;
}

    #footer hr {
        position: relative;
        top: 3px;
        background: transparent none;
        border: 0 none;
        border-top: 2px #bbb solid;
        color: transparent;
    }
    
    #footer .prawa {
        float: left;
        margin: 5px 10px;
    }
    
    #footer .created {
        float: right;
        margin: 5px 10px;        
    }
        
        #footer .created img {
            position: relative;
            top: 3px;
        }

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/*::::         POPRAWKI STYLOW MERLINOWSKICH - nie kasowac, bo sie rozjedzie       :::: */
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#main #calInput1, #main #calInput2 {
    width: 128px;
    margin-right: 5px;
}

.wyszukiwarka #main { width: 244px; padding: 0 16px 0 10px; }