

/* galerypic */
div.galerypic {
    float:     left;
    width:     89px;
    height:    89px;
    margin:    10px 10px 0 0;
}
div.galerypic span {
    background: white; 
}
div.galerypic span img {
    border:     0;
}
div.galerypic div {
    background-image: url(/img/icons/50prozent.png);
    color:      white;
    width:      60px;
    height:     15px;
    padding-top:2px;
    position:   relative;
    top:        -17px;
    text-align: center;
    font-weight:bold;
}

#beratungsnetz div.galerypic span {
    background: none; 
}