/* -----------------------
| Frontendformatierungen |
------------------------ */


/* Article News */

div.div_aktuelle_news {
background-color: #eee;
border: 1px solid #ddd;
padding: 10px 5% 20px 5%;
margin: 15px 0;
position: relative;
float: left;
width: 93%;
z-index:9000000;
}

a.a_article_news_mehr {
bottom: 0;
right: 0;
position:relative;
font-weight:bold !important;
}

div.div_aktuelle_news_img {
float: left;
position: relative;
margin-right: 15px;
}

img.img_article_news_enlarge_pic {
position: absolute;
bottom: 0;
right: 0;
}

img.img_article_news_pic {
margin-top: 0;
border: 1px solid rgba(0,119,184,0.75);	
width: 200px;
}

div.div_aktuelle_news h2 {
margin:0;
padding:0;
text-align:left !important;
font-size:26px !important;
}