<div class="testbericht" style="width: 390px; letter-spacing: -0.1em; margin-left: 30px; float: left; padding: 0;">
<h2><a href="<?php the_permalink(); ?>" rel="bookmark" title="Link zu <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="clear"></div>
<div class="post_content">
<p>
<?php if ( function_exists("has_post_thumbnail") && has_post_thumbnail() ) {
echo "<div class='artikelbild'>";
the_post_thumbnail(array(125,125), array("class" => "alignleft"));
echo "</div>";
} else { ?> <? } ?>
<?php the_excerpt(); ?>
<span style="color: #808080;"> Bewertung: </span><span style="font-size: xx-large; font-family: Oswald, times new roman,times; color: #ff6600;"><strong><?php echo get_post_meta($post->ID, 'punkte', true); ?></strong></span> <span style="color: #808080;"> von 10 </span>
<hr>
</p>
<div class="clear"></div>
</div>