.related-posts ul {
    background-color: #F0F0F0;
    border-color: #005CA1;
    border-style: dotted;
    border-width: 0 1px 1px;
    clear: both;
    float: left;
    list-style-image: url("arrow.png");
    margin: 0 0 2em;
    padding: 0.5em 0 0.8em 32px;
    width: 95%;
}

.related-posts li {
    clear: left;
    /*display: block;*/
    margin: 0;
    /*padding-left: 10px;*/
}

.related-posts img {
    margin: 0 0.5em 0.5em 0;
    float: left;
}

.related-posts h3 {
    background-color: #F0F0F0;
    border-color: #005CA1;
    border-style: dotted;
    border-width: 1px 1px 0;
    color: #005CA1;
    margin-bottom: 0;
    margin-right: -2px;
    padding-left: 10px;
}

.related-posts a {
    border-bottom: 1px dotted;
}

.related-posts a:hover {
    border-bottom: 1px solid;
    color: #005ca1;
}


#related_posts-2 ul {
    list-style-image: url("http://www.befestigungsfuchs.de/blog/wp-content/plugins/microkids-related-posts/arrow.png");
    padding: 0 0 0 15px;
}

#related_posts-2 a {
    border-bottom: 1px dotted;
}

#related_posts-2 a:hover {
    border-bottom: 1px solid;
    color: #005ca1;
}