/* bild links */
img.left {
    float: left; margin: 0 10px 10px 0;
}
/* bild rechts */
img.right {
    float: right; margin: 0 0 10px 10px;
}