#kalendarz {
    float: right;
    width: 280px;
}

.kalendarz-tytul {
    margin-top: 10px;
    background-color: #b50a37;
    line-height: 27px;
    height: 27px;
    letter-spacing: 1px;
    color: white;
    font-size: 22px;
    font-family: Arial, sans-serif;
    width: 270px;
}

#kalendarz table {
    background-color: white;
    border: 1px solid #a89982;
    border-top: none;
    width: 270px;
}

#kalendarz td {
    width: 36px;
    line-height: 21px;
    height: 21px;
    text-align: center;
    color: #a89982;
    font-family: Arial, sans-serif;
}

#kalendarz th {
    padding-top: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

#kalendarz td#kalendarz-miesiac {
    border: 1px solid #a89982;
    color: #b50a37;
    font-weight: bold;
    width: 260px;
}

.kalendarz-opis {
    font-weight: bold;
    color: #a29785; 
}

#kalendarz td.dzisiaj {
    color: white;
    font-weight: bold;
    background: url('img/kalendarz-dzisiaj.png') center center no-repeat;
    border: 1px dashed white;
}

#kalendarz td.wydarzenie {
    color: white;
    font-weight: bold;
    background: url('img/kalendarz-wydarzenie.png') no-repeat;
    border: 1px dashed white;
}

#kalendarz td.wydarzenie {
    color: white;
    font-weight: bold;
    background: url('img/kalendarz-wydarzenie.png') no-repeat;
}

#kalendarz td.wydarzenie a, #kalendarz td.dzisiaj a {
    text-decoration: none;
    color: white;
}

#wydarzenia div {
    padding-bottom: 20px;
}

#wydarzenia div + div {
    border-top: 1px solid black;
    padding-top: 15px;
}

.right {
    float: right;
}

#kalendarz td.red {
    color: #b50a37;
}

#kalendarz td.strong {
    font-weight: bold;
}
