
/* Preistabelle */
.preis { margin-left:4px; float:left; background:#efefef; }
.preis table { position:relative; top:-4px; left:-4px; background:#fff; padding:4px; border:1px solid #ccc; }
.preis table td { text-align:left; padding:0; }
.preis table td img { border:0; margin:0; padding:0; }

/* Bilder */
.bild { margin-left:4px; float:left; background:#efefef; }
.bild img { position:relative; top:-4px; left:-4px; background:#fff; padding:4px; border:1px solid #ccc; }

/* Ausrichtung */
.imgalignright { float:right; margin-left: 10px; }
.imgalignleft  { float:left; margin-right: 10px; }