#article {
    float:left;
    width:65%;
    background:transparent;
}
#news {
    float:right;
    width:25%;
    background:transparent;
    padding-right:15px;
}
.news_head {
    width:100%;
    height:25px;
    background:#ffffff url(../images/aktuellt_nyheter.gif) no-repeat top left;
    margin: 10px 0px 0px 0px; 
    padding: 0px;
}
.news_head_eng {
    width:100%;
    height:25px;
    background:#ffffff url(../images/news_update.gif) no-repeat top left;
    margin: 10px 0px 0px 0px; 
    padding: 0px;
}
.date {
    font-size:10px;
    font-weight:normal;
    text-decoration:underline;
}
.description_text {
    font-size:11px;
    font-family: Arial, Georgia, Times New Roman, Georgia, Times, serif;
}
.rubrik {
    font-size:11px;
    font-weight:bold;
    color: #000000;
}
.news_link a {
    color: #000066;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
}
.news_link a:hover {
    color: #0066CC;
    text-decoration:underline;
}
