<?php
$hersteller[1] = array( 'firma' => 'Carl Müller GmbH und Co. KG', 'firmenzusatz' => '', 'strasse' => 'Industriestraße', 'hausnummer' => '5', 'plz' => '26160', 'ort' => 'Bad Zwischenahn', 'website' => 'https://www.ruegenwalder.de/impressum', 'telefon' => '+49(0)4403/66-0', 'telefax' => '+49(0)4403/66-300', 'mail' => 'moin@ruegenwalder.de', 'notiz' => '' );
?>