#bodybox {
    background: url(/img/background_nyheder_billeder.jpg) top left no-repeat;
}

#bodybox .maincontent {
    position: absolute;
    top: 72px;
    left: 88px;
    height: 261px;
    width: 626px;
    overflow: auto;
}

#bodybox #news {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#news li {
    margin-top: 6px;
    margin-bottom: 18px;
}

#news h4 {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 5px;
    color: #fff;
    text-align: left;
    font-size: 16px;
    border-left: solid 5px #e44e1c;
}

#news p {
    color: #fff;
    margin-left: 35px;
}

#bodybox #allnews {
    display: block;
    height: 30px;
    margin: 0px 30px;
    text-align: right;
}

#allnews a {
    text-decoration: none;
}

#news ul {
    list-style: square;
    color: #fff;
    background-color: transparent;
    margin-left: 60px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0px;    
}

#news ul ul {
    list-style: square;
    color: #fff;
    background-color: transparent;
    margin-left: 30px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0px;    
}

#news ol {
    color: #fff;
    background-color: transparent;
    margin-left: 65px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0px;    
}

#news ol ol {
    color: #fff;
    background-color: transparent;
    margin-left: 35px;
    margin-top: 14px;
    margin-bottom: 14px;
    padding-left: 0px;    
}

#bodybox #news li ul li,
#bodybox #news li ol li {
    text-decoration: none;
    margin-bottom: 0px;
}

#news a {
    text-decoration: underline;
    color: #fff; 
    background-color: transparent;
}

#news a:active,
#news a:hover {
    color: #e44e1c; /*Orange*/
    background-color: transparent; 
}

#news strong {
    font-weight: bold;
}

#news em {
    font-style: italic;
}
