.start_teaserbox.news-container {
    float: right;
    width: 233px;
    margin-right: 23px;
    margin-left: -1px;
}

.news-container h2 {
    margin: 8px 0;
    text-transform: uppercase;
}

#news {
    height: 576px;
    margin-bottom: 16px;
}

.news-entry {
    margin: 14px 10px 14px 0;
}

.news-header {
    text-transform: uppercase;
    font-weight: bold;
    color: #003377;
    margin-bottom: 10px;
    font-size: 11px;
}

/*
.news-entry {
   margin: 18px 15px 18px 0;
}
*/

.news-entry-date {
    color: #8A8A8A;
}

.news-entry-header {
    font-weight: bold;
}

.news-entry-download a {
    color: #053576;
    text-decoration: none;
    font-weight: bold;
}

.news-entry-download a:hover:before,
.news-entry-download a:before {
    content: url('images/download-icon.gif');
    margin-right: 3px;
}

.news-entry-download a:hover {
    text-decoration: underline;
}

.news-entry-content {
    margin: 5px 0;
}