.footer {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    background-color: #DDF;
    color: #005;
    
    background-image: url("../img/tla/fot1.png");
    background-color: #FFF;
    background-position: bottom left ;
    background-repeat: repeat-y;
    
    border: none;
    border-top: 2px solid #005;
    height: 80px;
    border-collapse: collapse; 
}
.footer tr {
    border: none;
}
.footer tr td{
    border: none;
    margin: 0px;
    padding: 0px;
    color: #227;
}

.footer tr td#sponsor {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.footer img#sponsor-klinika {
    margin: auto;
}

.adres {
    text-align: center;
    font-size: medium;
    font-weight: 600;
    /*color: #47755C;*/
}
.serwer {
    text-align: center;
    /*color: #47755C;*/
    font-size: small;
    font-weight: 600;
}
.serwer a{
    /*color: #002960;*/
    color: #040;
}
