/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.03.2015, 13:58:22
    Author     : liebsche
*/

.aktuelles_daten h4 {
   width: 100%;
   /*font-size: 0.8rem;*/
   line-height: 1rem;
    background-color: #f4f4f4;
    margin: 0 0 0.1rem 0;
    padding: 0;
}
.aktuelles_daten h4 a {
    background-color: inherit;
    border: none;
}
.aktuelles_daten h4 a:hover {
   border-bottom: 1px dotted #7a003f;
}

.aktuelles_mehr {
    margin: 0.25rem 0 0 0;
}
.aktuelles_mehr a {
    border: none;
}
hr.box_aktuelles {
   width: 100%;
    margin: 0.25rem 0px 0.25rem 0px;
    border: 0px solid;
    border-top: 1px #cfd3d6 solid;
    float: left;
}
/*hr.box_aktuelles:last-of-type {
    display: none;
}*/

