#pageContent h1 {
    color: #ef6a16;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

#pageContent h4 {
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

span.news_more{
    text-align: right;
}

div.news_separator {
    height: 14px;
    font-size: 1pt;
    clear: both;
}

div#news_details {
    margin-bottom: 10px;
}

div#news_details img.news_image, div#news_archive img.news_image {
    float: right;
    padding: 1px;
    margin: 7px;               
}

div#news_archive div.with_photo
{
    float: left;
    width: 600px;
}

div#news_archive div.break5 {
    height: 5px;

}

div#news_archive div.news_photo {
    float: right;
    margin: 5px;
    width: 100px;
}


span.date {
    font-weight: bold;
}

.prev {
    color: #ff7401;
    font-weight: bold;
    background-image: url(/module/Aktualnosci/img/arrow.prev.gif);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    padding-left: 13px;
}

.next {
    color: #ff7401;
    font-weight: bold;
    background-image: url(/module/Aktualnosci/img/arrow.more.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    padding-right: 13px;
}

a.more {
    color: #2b54a2;;
    font-weight: bold;
    background-image: url(/static/images/arrow.more.gif);
    background-position: 0px right;
    background-repeat: no-repeat;
    padding-left: 13px;
}


