#news_box {
width:590px;
}

#news_box > h3 {
height:60px; 
background:#efefef;
color:#85181B;
font-weight:bold;
font-size:16px;
margin-bottom:5px;
border-top:1px solid #cccccc;
border-bottom:1px solid #cccccc;
}

#news_box > h3 > div.titel {
padding:10px;
}

#news_box > h3 > div.imagecontainer {
float:left; height:60px; width:172px; overflow:hidden; margin-right:10px;
}


#news_box > h3 > div.titel > p{
color:black;
font-size:10px;
}



#news_box > div.contentcontainer {
height:110px; background:#efefef;
margin-bottom:5px;
border-bottom:1px solid #cccccc;
border-top:1px solid #cccccc;
font-size:9px;
color:black;
}

#news_box > div.contentcontainer > div.imagecontainercontent{
float:left; height:110px; width:172px; overflow:hidden; margin-right:10px;
}

#news_box > h3 > div.imagecontainer {
float:left; height:60px; width:172px; overflow:hidden; margin-right:10px;
}


#news_box > div.contentcontainer > div.titel {
color:#85181B;
font-weight:bold;
font-size:16px;
padding:10px;
}

#news_box > div.contentcontainer > div.titel > p{
color:black;
font-size:10px;
}
