Index: /views/produkttemplates/standard.phtml
===================================================================
--- /views/produkttemplates/standard.phtml	(revision 6759)
+++ /views/produkttemplates/standard.phtml	(revision 6760)
@@ -304,4 +304,20 @@
 		</div>
 		<?php /* Produktlangbeschreibung ENDE */ ?>
+		
+		<?php /* zusÃ€tzliche Informationen START */ ?>
+		<div class="wpsg_product_informationarea">
+
+			<?php if (strlen(trim($this->view['data']['moreinfos'])) > 0) { ?>
+			<div class="wpsg_product_information_large">
+				<div class="wpsg_produkt_additional_information">
+					<div itemprop="description" class="wpsg_produkt_moreinfos">
+						<span><?php echo $this->view['data']['moreinfos']; ?></span>
+					</div>
+				</div>
+			</div>
+			<?php } ?>
+
+		</div>
+		<?php /* zusÃ€tzliche Informationen ENDE */ ?>
 
 		<div class="wpsg_clear"></div>
