.title {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    /*background-color: #90CC99; old-version*/
    /*background-color: #DDF;*/
    color: #005;
    background-image: url("../img/tla/tit1.png");
    background-color: #D3E4FB;
    background-position: top right;
    background-repeat: no-repeat;

    /*border: 1px solid #38AD55; old-version*/
    border: none;
    border-bottom: 2px solid #005;
    height: 80px;
    border-collapse: collapse; 
}
.title tr {
    border: none;
}
.title tr td{
    border: none;
    margin: 0px;
    padding: 0px;
}

.title h1#title-glowny {
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 10px;
    padding:0px;
    font-size: 15pt;
    font-variant: small-caps;
}
.title h3#title-nazwiska {
    background-color: transparent;
    font-weight: bold;
    text-align: left;
    margin: 0px 0px 0px 10px;
    padding:0px;
    font-size: 13pt;
}

.title tr td.skowronek {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}
.title img.skowronek {
    margin: auto;
    /*width: 50px;
    height: 50px;*/
}
/*.title img.test {
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}*/
