#news {
    margin: 0;
    width: 100%;
}
#news h2 {
    color: #da251c;
    font-size: 109%;
    margin: 30px 0 10px 0;
}
#news div.item {
    background: transparent url('/media/page/categories-shadow.gif') no-repeat bottom left;
    margin-bottom: 5px;
    padding-bottom: 30px;
}
div.wiki-box p {
    margin: 5px 0;
}
span.datum {
    color: #a9a9a9;
    font-size: 90%;
}
#news a.ico {
    float: left;
}
#news a.gal {
    margin: 0 20px 20px 0;
}

#news .image_container,
#news .text_container {
    float: left;
}
#news .image_container {
    margin: 0 20px 10px 0;
    width: 122px;
}
#news .text_container {
    float: left;
}
#news .image_container img {
    border: 1px solid #d7dfe9;
    padding: 5px;
}
