#news_head
{
    padding: 21px;
    font-size: 36px;
    text-align: center;
}

#news_translations
{
    width: 90%;
    margin: 0 auto;
}
#news_translations ul
{
    margin: 0;
    padding: 0;
}
#news_translations ul li { display: inline-block; zoom:1; *display:inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
#news_translations ul li a { font-size: 32px; line-height: 2em; display: block; padding: 0 10px; outline: none; color: black; text-decoration: none; }
#news_translations ul li.active { background: #fff; position: relative; top: 1px; border-color: #666; }
#news_translations ul li a.active { font-weight: bold; }

.news_background
{
    background-image: url("/design/checker_14_small.gif");
    border: solid #666 1px; padding: 32px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px;
}

.news_subject
{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}

.news_background article
{
    font-size: 28px;
}