* {
    font-family: Tahoma;
}

/* SEKCJA WYDARZENIA DNIA */
.imprezy {
    position: relative;
    width: 95%;
    margin: 20px 0 0 0;
    padding: 0 10px;
    line-height: normal;
    text-align: justify;
    font-size: 11px;
    color: #666;
}

.impreza {
    margin: 0 0 10px 0;
}

.godzina_imp {
    float: left;
    width: 70px;
    margin: 0 0 5px 0;
    color: #7e7548;
    font-size: 14px;
    font-weight: bold;
}

.nazwa_imp {
    color: #7e7548;
    font-size: 14px;
    font-weight: bold;
}

.tresc_imp {
    margin: 0 0 0 70px;
    font-size: 13px;
    line-height: 150%;
    text-align: justify;
}
/* KONIEC SEKCJA WYDARZENIA DNIA */


/* SEKCJA KALENDARZ */
#kalendarz table {
    width: 227px;
    margin: 0 auto 20px auto;
}

.kalendarz_dzien {
    width: 28px;
    height: 20px;
    border: 1px solid #e38181;
    background: #c60202;
    color: #fff;
    font-weight: bold;
    cursor: default;
    font-size: 11px;
    text-align: center;
}

.kalendarz_spacja {
    width: 28px;
    height: 28px;
    border: 1px solid transparent;
}

.kalendarz_komorka {
    width: 28px;
    height: 28px;
    font-size: 11px;
    background: #eee1d5;
    border: 1px solid #f1e7dd;
    color: #666;
    cursor: default;
    text-align: center;
}

.komorka_dzis {
    background: #c60202;
    border: 1px solid #c60202;
    color: #fff;
}

.komorka_link {
    background: #3cc9f2;
    font-weight: bold;
    cursor: pointer;
}

.kalendarz_link {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.kalendarz_link:hover {
    color: #fff;
    text-decoration: none;
}

.kalendarz_prev, .kalendarz_next {
    width: 19px;
    height: 19px;
    margin: -4px 0 0 0;
    cursor: pointer;
}

.kalendarz_prev:hover, .kalendarz_next:hover {
    opacity: 0.8;
}

.kalendarz_prev {
    float: left;
    background: url(../img/poprzedni.png);
}

.kalendarz_next {
    float: right;
    background: url(../img/nastepny.png);
}
/* KONIEC SEKCJA KALENDARZ */


/* SEKCJA NAJBLIZSZE WYDARZENIA */
.pokaz_trzy_box {
    position: relative;
    width: 180px;
    margin: 5px auto 0 auto;
    text-align: left;
    font-size: 11px;
    color: #666;
}

.imp_link {
    position: relative;
    display: block;
    float: left;
    width: 160px;
    margin: 0 0 5px 0;
    text-align: left;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    color: #77682a;
}

.imp_link:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #77682a;
}

.imp_data {
    position: relative;
    width: 180px;
    margin: 0 0 0 15px;
    color:#77682a;
    font-size: 11px;
    text-align: left;
    clear: both;
}

.kalendarz_odstep {
    width: 199px;
    height: 2px;
    margin: 15px auto;
    background: url(../img/odstep.png);
}
/* KONIEC SEKCJA NAJBLIZSZE WYDARZENIA */
