body {
    /* background: #0290b8 url(tlo.gif) repeat-x top center; */
    background: #f0f0f0 repeat-x top center;
    font-family: Arial;
    margin: 0;
    font-size: 10pt;
}

img {
    border: 0;
}

*:focus {
    outline: none;
}

.kontener {
    overflow: hidden;
    margin-bottom: 15px;
    
}

    .kontener .tytul {
        background: #f9b000;
        padding: 10px;
        color: #252525;
        font-weight: bold;
        font-size: 11pt;
        overflow: hidden;
        text-shadow: 1px 1px 1px transparent;
        margin-bottom: 5px;
        -webkit-border-radius: 5px;
        -mozilla-border-radius: 5px;
    }

        .kontener .ciemny {
            
        }

.malyTekst {
    font-size:9pt;
}

#strona {
    width: 960px;
    margin: 0 auto 0 auto;;
}

/* TOP STRONY */
#stronaTop {
    background: #f0f0f0;
    width: 940px;
    margin: 0 auto 0 auto;
    padding: 10px;
    overflow: hidden;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
}

    #wpisLogo {
        float: left;
        width: 150px;
        margin-right: 20px;
        overflow: hidden;
    }

    #wpisNazwa {
        width: 700px;
        float: left;
        padding: 20px 0;
        margin-left: 25px;
        color: #fff;
    }

        #wpisNazwa h1 {
            color: #222;
            font-size: 25pt;
            border: 0;
            margin: 0 0 5px 0;
            text-shadow: 1px 1px 1px transparent;
            font-weight: bold;
        }

        #wpisNazwa h2 {
            color: #535251;
            font-size: 16pt;
            line-height: 22pt;
            margin: 0;
            text-shadow: 1px 1px 1px transparent;
            font-weight: normal;
        }


/* MENU */
#stronaMenu {
    background: #000 url(tlo-belka-menu.gif) no-repeat top center;
    width: 945px;
    height: 47px;
    padding-left: 15px;
    position: relative;
    
    overflow: hidden;
}

    #stronaMenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    #stronaMenu li {
        float:left;
        padding: 14px 15px;
        height: 17px;
        font-size: 13pt;
        font-weight: bold;
        text-shadow: 0px 0px 2px #515151;
        text-shadow: 0px 0px 2px #515151;
        border-right: 1px solid #444;
        border-left: 1px solid #222;
    }

    #stronaMenu li a {
        text-decoration: none;
        color: #fff;
    }

        #stronaMenu li:hover {
            background: #161616;
            cursor: pointer;
        }
        
    #przyciskPokazReklamy {
        position: absolute;
        bottom: 0;
        right: 35px;
        color: #696969;
        font-size:8pt;
        background: #d5d5d7;
        -webkit-border-top-right-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        padding: 5px 8px;
        display: none;
        cursor: pointer;
    }

    #przyciskPokazReklamy:hover {
        background: #222;
        color: #696969;
    }



/* STRONA GRAFIKA */
#stronaGrafika {
    background: #f0f0f0;
    width: 160px;
    height: 160px;
    overflow: hidden;
}

    #stronaGrafika ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }


/* TRESC STRONY */
#stronaTresc {
    background: #fff;
    border: 15px solid #222;
    border-top: 0;
    overflow: hidden;
    padding: 0;
    width: 930px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

    #stronaTrescInformacje {
        width: 445px;
        padding: 15px 14px;
        float: right;
        overflow: hidden;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    #stronaTrescInformacjeSzersze {
        width: 633px;
        padding: 15px;
        float: right;
        overflow: hidden;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }

    #stronaTrescDodatki {
        padding: 15px;
        width: 235px;
        float: left;
        overflow: hidden;
        background: #fff;
    }

        #podmenu {
            
            background: #fff;
        }

            #podmenu .tytul, #podmenu .tytul:hover {
                background: #f9b000;
                font-weight: bold;
                cursor: default;
                font-size: 11pt;
            }

            #podmenu ul {
                list-style-type: none;
                margin:0;
                padding:0;
            }

            #podmenu li {
                float: left;
                width: 215px;
                padding: 10px;
                margin-bottom: 5px;
                height: 17px;
                font-size: 11pt;
                background: #e5e5e5;
                -webkit-border-radius: 3px;
                -mozilla-border-radius: 3px;
            }

            #podmenu li a {
                text-decoration: none;
                color: #222;
                text-shadow: 1px 1px 1px transparent;
            }

            #podmenu li:hover {
                background: #a0a0a0;
                cursor: pointer;
            }
        
    #stronaTrescDodatkiDrugie {
        width: 160px;
        padding: 15px;
        float: right;
        overflow: hidden;
        background: #fff;
    }

/* STOPKA */
#stopka {
    width: 950px;
    margin: 10px auto;
    height: 42px;
    padding: 10px 0px 5px 10px;
    color: #c0c0c0;
    background: #ddd;
    line-height: 15pt;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius-: 5px;
}
    
    #stopkaKontener {
        width: 950px;
        margin: 0 auto;
    }

    #stopka, #stopka a {
        color: #222;
        text-decoration: none;
    }


/* INNE KONTENERY OPISANE */

#wpisKontaktZobaczMape {
    width: 180px;
    float: right;
    padding: 0;
    cursor: pointer;
}

#wpisKontaktMapa {
    width: 635px;
}

#wpisMapaDuza {
    overflow: hidden;
    float:right;
    width: 635px;
}

    #wpisMapaDuza #mapa {
        overflow:hidden;
        height: 300px;
    }

#mapaMala {
    overflow:hidden;
}

    #mapaMala #mapa {
        height:199px;
        overflow:hidden;
        border: 1px solid #c3c3c3;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

#wpisKontaktMapaTrasa {
    padding: 6px 10px 10px 10px;
    background: #c0c0c0;
    line-height: 19pt;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
}

    #wpisKontaktMapaTrasa input {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    #wpisKontaktMapaTrasa .tekst {
        border: 1px solid #c8c8c8;
        padding: 3px;
        width: 456px;
        color: #606060;
        border: 1px solid #8c8c8c;
    }

    #wpisKontaktMapaTrasa .przycisk {
        background: #242424;
        border: 1px solid #000;
        color: #fff;
        font-weight: bold;
        padding: 3px 6px;
        cursor: pointer;
    }

#galeriaMala img {
    width: 160px;
    -webkit-border-radius: 5px;
    -moz-border-radius-: 5px;
}

#wpisAdres {
    width: 445px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
    float:left;
}

#wpisTresc {
    float:left;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
}

#wpisReklamyKwadrat {
    
}

#wpisReklamyTop {
    height: 120px;
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
    background: #222;
}

.baneryReklamowe {
    width: 210px;
    height: 76px;
    padding: 8px;
    margin-right: 8px;
    float: left;
    background: #555;
    overflow:hidden;
}

#reklamaSrodekPozioma {
    width: 940px;
    height: 90px;
    clear:left;
    margin: 0px auto 0 auto;
    overflow: hidden;
    padding: 15px;
}

#firmyZBranzy {
    width: 445px;
    background: #fff;
    float:left;
}

    #firmyZBranzy ul {
        margin: 10px 0 0 0;
        padding: 0;
        list-style-type: none;
        float:left;
        width: 100%;
    }

    #firmyZBranzy li {
        border-bottom:1px solid #ddd;
        padding:10px 0;
    }
        
        #firmyZBranzy li a {
            text-decoration: none;
        }

    #firmyZBranzy li:hover {
        background: #eee;
    }

    
#przyciskFacebookLike {
    margin: 0;
    color: #3b5998;
    font-weight: bold;
    /* background: #3b5998; */
}

#przyciskFacebookLike .like {
    float: left; 
    width: 110px; 
    overflow: hidden;
    margin: 5px 10px;
}


#facebookLikers 
{
    float:left;
    width:940px;
    background:#3b5998;
    padding:10px;
    overflow: hidden;
    margin:10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius-: 5px;
}

    .fb-like-box
    {
        background:#fff;
    }