.standard_list
{
    float:left;
    margin:10px 0px 15px;
    }
    
.standard_list .Trenner_Oben
{
    margin-top:10px;
    border-bottom:2px dotted gray;
    margin-bottom:10px;
    }

.standard_list .Trenner
{
    margin-top:10px;
    border-bottom:0px dotted gray;
    margin-bottom:10px;
    }
.standard_list .Trenner_Unten
{
    margin-top:10px;
    border-bottom:2px dotted gray;
    margin-bottom:10px;
    }
.standard_list h2
{
    border:0;
    background-image: none;
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 3px 0px;
    color:#007814;
    }
.standard_list h2:hover
{
    text-decoration:underline;
}
   
.standard_list .ListRow
{
    display:block;
    overflow:hidden;
    -margin-bottom:15px;
    -padding-bottom:20px;
    position:relative;
}

.standard_list .MoreRow
{
   display:none;
   float:left;
   
    
}
.standard_list .MoreRow div.more
{
   float:left;
    
}
.standard_list .MoreRow div.more a
{
    background-image: url("/images/zusatz/ecke_button_mehr.png");
    background-position: right top;
    background-repeat: no-repeat;
    position:relative;
    display: block;
    font-size: 95%;
    font-weight: bold;
    line-height: 20px;
    padding: 21px 42px 15px 0;
    }

.standard_list .ListItem
{
    float:left;
    overflow:hidden;
    padding:0 0px;
    }
.standard_list .ListItem div.image
{ 
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    border:0;    
}
.standard_list .ListItem div.image img
{
    border:4px solid white;
}

.standard_list .ListItem .txt
{
  
}

.standard_list .ListItem a.headline
{
    font-weight:bold;
    
    display:block;
    
    }
.standard_list .last
{
    margin-right:0 !important; 
           
        }