From f2107b024eed02d1890af6be9d333f6f52a1815d Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 27 Jun 2022 10:50:23 +0200 Subject: [PATCH 01/13] add Basic Shopware API --- .env | 7 +- .idea/php.xml | 6 + composer.json | 3 + composer.lock | 501 ++++++++++++++++++++++++++- config/bundles.php | 1 + config/packages/framework.yaml | 3 + config/services.yaml | 9 + migrations/Version20220622115500.php | 2 +- src/Command/SwGetOrdersCommand.php | 144 ++++++++ src/Entity/Orders.php | 11 +- src/Repository/OrdersRepository.php | 51 +-- symfony.lock | 12 + 12 files changed, 723 insertions(+), 27 deletions(-) create mode 100644 src/Command/SwGetOrdersCommand.php diff --git a/.env b/.env index 95595c9..77cfaae 100644 --- a/.env +++ b/.env @@ -23,10 +23,15 @@ APP_SECRET=e5a2fe31ff8ce325266d52632a0ba5df # IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml # # DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" -DATABASE_URL="mysql://root:root@127.0.0.1:3306/cds_connector?serverVersion=5.7&charset=utf8mb4" +DATABASE_URL="mysql://root:root@mysql:3306/cds_connector?serverVersion=5.7&charset=utf8mb4" #DATABASE_URL="postgresql://symfony:ChangeMe@127.0.0.1:5432/app?serverVersion=13&charset=utf8" ###< doctrine/doctrine-bundle ### ###> nelmio/cors-bundle ### CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' ###< nelmio/cors-bundle ### + +SHOPWARE_API_URL="http://development.dev.localhost" +SHOPWARE_API_KEY="dkVsVndWV2M4dVJLZEhMbkdMNWlLSXJsTXVjMW5jdVNrNzlBOFE" +SHOPWARE_API_ID="SWIAVTJ1ZDLLY2TJT1D0ZEDBAQ" + diff --git a/.idea/php.xml b/.idea/php.xml index a16e981..6e98374 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -87,6 +87,12 @@ + + + + + + diff --git a/composer.json b/composer.json index 8c25e16..0384313 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,15 @@ "nelmio/cors-bundle": "^2.2", "phpdocumentor/reflection-docblock": "^5.3", "phpstan/phpdoc-parser": "^1.6", + "sensio/framework-extra-bundle": "^6.2", "symfony/asset": "6.1.*", "symfony/console": "6.1.*", "symfony/dotenv": "6.1.*", "symfony/expression-language": "6.1.*", "symfony/flex": "^2", + "symfony/form": "6.1.*", "symfony/framework-bundle": "6.1.*", + "symfony/http-client": "6.1.*", "symfony/property-access": "6.1.*", "symfony/property-info": "6.1.*", "symfony/proxy-manager-bridge": "6.1.*", diff --git a/composer.lock b/composer.lock index 25a5320..9e7b15c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "cafee5535c7c76eacf8537d04d85db76", + "content-hash": "c4650435b5c2bd25df4752ab2fd36270", "packages": [ { "name": "api-platform/core", @@ -2269,6 +2269,84 @@ }, "time": "2021-07-14T16:46:02+00:00" }, + { + "name": "sensio/framework-extra-bundle", + "version": "v6.2.6", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git", + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/6bd976c99ef3f78e31c9490a10ba6dd8901076eb", + "reference": "6bd976c99ef3f78e31c9490a10ba6dd8901076eb", + "shasum": "" + }, + "require": { + "doctrine/annotations": "^1.0", + "php": ">=7.2.5", + "symfony/config": "^4.4|^5.0|^6.0", + "symfony/dependency-injection": "^4.4|^5.0|^6.0", + "symfony/framework-bundle": "^4.4|^5.0|^6.0", + "symfony/http-kernel": "^4.4|^5.0|^6.0" + }, + "conflict": { + "doctrine/doctrine-cache-bundle": "<1.3.1", + "doctrine/persistence": "<1.3" + }, + "require-dev": { + "doctrine/dbal": "^2.10|^3.0", + "doctrine/doctrine-bundle": "^1.11|^2.0", + "doctrine/orm": "^2.5", + "symfony/browser-kit": "^4.4|^5.0|^6.0", + "symfony/doctrine-bridge": "^4.4|^5.0|^6.0", + "symfony/dom-crawler": "^4.4|^5.0|^6.0", + "symfony/expression-language": "^4.4|^5.0|^6.0", + "symfony/finder": "^4.4|^5.0|^6.0", + "symfony/monolog-bridge": "^4.0|^5.0|^6.0", + "symfony/monolog-bundle": "^3.2", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0", + "symfony/security-bundle": "^4.4|^5.0|^6.0", + "symfony/twig-bundle": "^4.4|^5.0|^6.0", + "symfony/yaml": "^4.4|^5.0|^6.0", + "twig/twig": "^1.34|^2.4|^3.0" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "6.1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Sensio\\Bundle\\FrameworkExtraBundle\\": "src/" + }, + "exclude-from-classmap": [ + "/tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "This bundle provides a way to configure your controllers with annotations", + "keywords": [ + "annotations", + "controllers" + ], + "support": { + "issues": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/issues", + "source": "https://github.com/sensiolabs/SensioFrameworkExtraBundle/tree/v6.2.6" + }, + "time": "2022-01-14T11:51:13+00:00" + }, { "name": "symfony/asset", "version": "v6.1.0", @@ -3519,6 +3597,108 @@ ], "time": "2022-06-15T06:51:57+00:00" }, + { + "name": "symfony/form", + "version": "v6.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/form.git", + "reference": "630eed7b1282f18a8399a0a2b3fb71c44266b73a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/form/zipball/630eed7b1282f18a8399a0a2b3fb71c44266b73a", + "reference": "630eed7b1282f18a8399a0a2b3fb71c44266b73a", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/event-dispatcher": "^5.4|^6.0", + "symfony/options-resolver": "^5.4|^6.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-icu": "^1.21", + "symfony/polyfill-mbstring": "~1.0", + "symfony/property-access": "^5.4|^6.0", + "symfony/service-contracts": "^1.1|^2|^3" + }, + "conflict": { + "phpunit/phpunit": "<5.4.3", + "symfony/console": "<5.4", + "symfony/dependency-injection": "<5.4", + "symfony/doctrine-bridge": "<5.4", + "symfony/error-handler": "<5.4", + "symfony/framework-bundle": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/translation": "<5.4", + "symfony/translation-contracts": "<1.1.7", + "symfony/twig-bridge": "<5.4" + }, + "require-dev": { + "doctrine/collections": "~1.0", + "symfony/config": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/expression-language": "^5.4|^6.0", + "symfony/html-sanitizer": "^6.1", + "symfony/http-foundation": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/intl": "^5.4|^6.0", + "symfony/security-csrf": "^5.4|^6.0", + "symfony/translation": "^5.4|^6.0", + "symfony/uid": "^5.4|^6.0", + "symfony/validator": "^5.4|^6.0", + "symfony/var-dumper": "^5.4|^6.0" + }, + "suggest": { + "symfony/security-csrf": "For protecting forms against CSRF attacks.", + "symfony/twig-bridge": "For templating with Twig.", + "symfony/validator": "For form validation." + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Form\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows to easily create, process and reuse HTML forms", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/form/tree/v6.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-09T12:51:38+00:00" + }, { "name": "symfony/framework-bundle", "version": "v6.1.1", @@ -3670,6 +3850,171 @@ ], "time": "2022-06-09T10:53:06+00:00" }, + { + "name": "symfony/http-client", + "version": "v6.1.1", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client.git", + "reference": "c5473d69640980367a6bdb0cdb449225dcaa991b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client/zipball/c5473d69640980367a6bdb0cdb449225dcaa991b", + "reference": "c5473d69640980367a6bdb0cdb449225dcaa991b", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/http-client-contracts": "^3", + "symfony/service-contracts": "^1.0|^2|^3" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "3.0" + }, + "require-dev": { + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^5.4|^6.0", + "symfony/http-kernel": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0", + "symfony/stopwatch": "^5.4|^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/http-client/tree/v6.1.1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-09T13:06:55+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "v3.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/fd038f08c623ab5d22b26e9ba35afe8c79071800", + "reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "suggest": { + "symfony/http-client-implementation": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.1-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Test/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/v3.1.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-04-22T07:30:54+00:00" + }, { "name": "symfony/http-foundation", "version": "v6.1.1", @@ -3852,6 +4197,73 @@ ], "time": "2022-06-09T17:31:33+00:00" }, + { + "name": "symfony/options-resolver", + "version": "v6.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/a3016f5442e28386ded73c43a32a5b68586dd1c4", + "reference": "a3016f5442e28386ded73c43a32a5b68586dd1c4", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.1|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an improved replacement for the array_replace PHP function", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "support": { + "source": "https://github.com/symfony/options-resolver/tree/v6.1.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, { "name": "symfony/password-hasher", "version": "v6.1.0", @@ -4005,6 +4417,93 @@ ], "time": "2022-05-24T11:49:31+00:00" }, + { + "name": "symfony/polyfill-intl-icu", + "version": "v1.26.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-icu.git", + "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/e407643d610e5f2c8a4b14189150f68934bf5e48", + "reference": "e407643d610e5f2c8a4b14189150f68934bf5e48", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "suggest": { + "ext-intl": "For best performance and support of other locales than \"en\"" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.26-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Icu\\": "" + }, + "classmap": [ + "Resources/stubs" + ], + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's ICU-related data and classes", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "icu", + "intl", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.26.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-24T11:49:31+00:00" + }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.26.0", diff --git a/config/bundles.php b/config/bundles.php index 87181f4..8b5b3e2 100644 --- a/config/bundles.php +++ b/config/bundles.php @@ -12,4 +12,5 @@ return [ Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true], Nelmio\CorsBundle\NelmioCorsBundle::class => ['all' => true], ApiPlatform\Core\Bridge\Symfony\Bundle\ApiPlatformBundle::class => ['all' => true], + Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle::class => ['all' => true], ]; diff --git a/config/packages/framework.yaml b/config/packages/framework.yaml index 7853e9e..8a7223e 100644 --- a/config/packages/framework.yaml +++ b/config/packages/framework.yaml @@ -1,6 +1,9 @@ # see https://symfony.com/doc/current/reference/configuration/framework.html framework: secret: '%env(APP_SECRET)%' +# SHOPWARE_API_URL: '%env(string:SHOPWARE_API_URL)%' +# SHOPWARE_API_KEY: '%env(string:SHOPWARE_API_KEY)%' +# SHOPWARE_API_ID: '%env(string:SHOPWARE_API_ID)%' #csrf_protection: true http_method_override: false diff --git a/config/services.yaml b/config/services.yaml index 2d6a76f..f912e77 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -4,6 +4,15 @@ # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices.html#use-parameters-for-application-configuration parameters: + # the secret key used to generate tokens + # you should change it to a secret key that is not public + # see https://symfony.com/doc/current/security/token_storage.html#secrets-in-symfony-secrets-v3 + # the url of the shopware api + SHOPWARE_API_URL: '%env(SHOPWARE_API_URL)%' + # the api key of the shopware api + SHOPWARE_API_KEY: '%env(SHOPWARE_API_KEY)%' + # the api id of the shopware api + SHOPWARE_API_ID: '%env(SHOPWARE_API_ID)%' services: # default configuration for services in *this* file diff --git a/migrations/Version20220622115500.php b/migrations/Version20220622115500.php index bc75d18..5a512c5 100644 --- a/migrations/Version20220622115500.php +++ b/migrations/Version20220622115500.php @@ -20,7 +20,7 @@ final class Version20220622115500 extends AbstractMigration public function up(Schema $schema): void { // this up() migration is auto-generated, please modify it to your needs - $this->addSql('CREATE TABLE orders (id INT AUTO_INCREMENT NOT NULL, order_id VARCHAR(255) NOT NULL, status INT NOT NULL, data JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB'); + $this->addSql('CREATE TABLE orders (id INT AUTO_INCREMENT NOT NULL, order_id VARCHAR(255) NOT NULL, status INT NULL, data JSON NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB'); } public function down(Schema $schema): void diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php new file mode 100644 index 0000000..d15b73a --- /dev/null +++ b/src/Command/SwGetOrdersCommand.php @@ -0,0 +1,144 @@ +ordersRepository = $ordersRepository; + $this->client = $client; + $this->logger = $logger; + parent::__construct(); + } + + protected function configure(): void + { + $this + ->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') + ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') + ; + } + + protected function execute(InputInterface $input, OutputInterface $output): int + { + $io = new SymfonyStyle($input, $output); + $arg1 = $input->getArgument('arg1'); + + if ($arg1) { + $io->note(sprintf('You passed an argument: %s', $arg1)); + } + + if ($input->getOption('option1')) { + // ... + } + + //offene Bestellungen aus Datenbank holen + $orders = $this->getOrders(); + + if(!$orders) { + $io->error('Keine Bestellungen gefunden'); + return Command::FAILURE; + } + + //Bestelldetails aus SW holen + $this->getOrdersFromSW($orders); + + + $io->success('Done!'); + return Command::SUCCESS; + } + + private function getOrders():array + { + return $this->ordersRepository->findAll(); + } + + private function shopwareAuth(){ + + $this->client->withOptions([ + 'headers' => [ + 'Content-Type' => 'application/json', + 'sw-access-key' => 'SWSCY1NPSKHPSFNHWGDLTMM5NQ' + ], + ]); + $response = $this->client->request('GET','http://localhost/store-api/context'); + + + $body = $response->getContent(); + + var_dump($body); + } + + /** + * @throws TransportExceptionInterface + * @throws ServerExceptionInterface + * @throws RedirectionExceptionInterface + * @throws DecodingExceptionInterface + * @throws ClientExceptionInterface + * @throws \Exception + */ + private function getOrdersFromSW(array $orders):void + { + + + try { + $response = $this->client->request('POST', $_ENV['SHOPWARE_API_URL'].'/store-api/search', [ + 'headers' => [ + 'Accept' => 'application/json', + 'Content-Type' => 'application/json', + 'sw-access-key' => $_ENV['SHOPWARE_API_KEY'] + ], + 'body' => json_encode([ + 'limit' => 100, + 'page' => 1, + 'query' => [ + 'filter' => [ + 'type' => 'equals', + 'field' => 'order.number', + 'value' => '12345' + ] + ] + ]) + ]); + $body = $response->toArray(); + + } catch (\Exception $e) { + $this->logger->error($e->getMessage()); + throw new \Exception($e->getMessage()); + } + + + + var_dump($body); + } + +} diff --git a/src/Entity/Orders.php b/src/Entity/Orders.php index 0d5c4d7..b364be1 100644 --- a/src/Entity/Orders.php +++ b/src/Entity/Orders.php @@ -2,13 +2,18 @@ namespace App\Entity; +use ApiPlatform\Core\Annotation\ApiProperty; use App\Repository\OrdersRepository; use Doctrine\ORM\Mapping as ORM; use ApiPlatform\Core\Annotation\ApiResource; #[ORM\Entity(repositoryClass: OrdersRepository::class)] -#[ApiResource(itemOperations: ["GET"])] +#[ApiResource( + itemOperations: ["GET"], + description: "Manage orders", + normalizationContext: ["groups" => "read"] +)] class Orders { #[ORM\Id] @@ -19,12 +24,16 @@ class Orders /** Shopware Order ID */ #[ORM\Column(type: 'string', length: 255)] #[Assert\NotBlank] + #[ApiProperty(example: "467e9804347c4071942c99b55b108142")] + #[Group("read")] private $order_id; #[ORM\Column(type: 'integer')] + #[ApiProperty(example: "1")] private $status; #[ORM\Column(type: 'json')] + #[ApiProperty(writable: false)] private $data = []; public function getId(): ?int diff --git a/src/Repository/OrdersRepository.php b/src/Repository/OrdersRepository.php index 90002e3..310929d 100644 --- a/src/Repository/OrdersRepository.php +++ b/src/Repository/OrdersRepository.php @@ -39,28 +39,33 @@ class OrdersRepository extends ServiceEntityRepository } } -// /** -// * @return Orders[] Returns an array of Orders objects -// */ -// public function findByExampleField($value): array -// { -// return $this->createQueryBuilder('o') -// ->andWhere('o.exampleField = :val') -// ->setParameter('val', $value) -// ->orderBy('o.id', 'ASC') -// ->setMaxResults(10) -// ->getQuery() -// ->getResult() -// ; -// } + /** + * @return Orders[] Returns an array of Orders objects + */ + public function findByStatus($status): array + { + return $this->createQueryBuilder('o') + ->andWhere('o.status = :val') + ->setParameter('val', $status) + ->orderBy('o.id', 'ASC') + ->setMaxResults(100) + ->getQuery() + ->getResult() + ; + } -// public function findOneBySomeField($value): ?Orders -// { -// return $this->createQueryBuilder('o') -// ->andWhere('o.exampleField = :val') -// ->setParameter('val', $value) -// ->getQuery() -// ->getOneOrNullResult() -// ; -// } + /** + * @param $orderId + * @return Orders|null + * @throws \Doctrine\ORM\NonUniqueResultException + */ + public function findOneByOrderId($orderId): ?Orders + { + return $this->createQueryBuilder('o') + ->andWhere('o.order_id = :val') + ->setParameter('val', $orderId) + ->getQuery() + ->getOneOrNullResult() + ; + } } diff --git a/symfony.lock b/symfony.lock index 37d3123..d527b65 100644 --- a/symfony.lock +++ b/symfony.lock @@ -61,6 +61,18 @@ "config/packages/nelmio_cors.yaml" ] }, + "sensio/framework-extra-bundle": { + "version": "6.2", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "5.2", + "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b" + }, + "files": [ + "config/packages/sensio_framework_extra.yaml" + ] + }, "symfony/console": { "version": "6.1", "recipe": { From b5085fc848a165ce6516b57cae4cf23cb28e369c Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 28 Jun 2022 09:17:30 +0200 Subject: [PATCH 02/13] add Basic Shopware API --- .env | 6 +- .idea/php.xml | 8 + composer.json | 3 +- composer.lock | 822 ++++++++++++++++++++++++----- src/Command/SwGetOrdersCommand.php | 67 ++- 5 files changed, 744 insertions(+), 162 deletions(-) diff --git a/.env b/.env index 77cfaae..3e9f9b5 100644 --- a/.env +++ b/.env @@ -31,7 +31,7 @@ DATABASE_URL="mysql://root:root@mysql:3306/cds_connector?serverVersion=5.7&chars CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$' ###< nelmio/cors-bundle ### -SHOPWARE_API_URL="http://development.dev.localhost" -SHOPWARE_API_KEY="dkVsVndWV2M4dVJLZEhMbkdMNWlLSXJsTXVjMW5jdVNrNzlBOFE" -SHOPWARE_API_ID="SWIAVTJ1ZDLLY2TJT1D0ZEDBAQ" +SHOPWARE_API_URL="development.dev.localhost" +SHOPWARE_API_KEY="S2hySDNyZ214dGRVQmFBSURQbkRvajIyZldxOHB4RktZakxaYmo" +SHOPWARE_API_ID="SWUAB1JGAFHTMME5DUGWDWN1EQ" diff --git a/.idea/php.xml b/.idea/php.xml index 6e98374..8f8cf31 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -93,6 +93,14 @@ + + + + + + + + diff --git a/composer.json b/composer.json index 0384313..3768e10 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "symfony/serializer": "6.1.*", "symfony/twig-bundle": "6.1.*", "symfony/validator": "6.1.*", - "symfony/yaml": "6.1.*" + "symfony/yaml": "6.1.*", + "vin-sw/shopware-sdk": "^1.4" }, "require-dev": { "symfony/debug-bundle": "6.1.*", diff --git a/composer.lock b/composer.lock index 9e7b15c..cbc43b3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c4650435b5c2bd25df4752ab2fd36270", + "content-hash": "beccb164b9fdf99d0fbdc76e959c8315", "packages": [ { "name": "api-platform/core", @@ -1679,6 +1679,329 @@ ], "time": "2022-05-05T09:31:05+00:00" }, + { + "name": "guzzlehttp/guzzle", + "version": "7.4.5", + "source": { + "type": "git", + "url": "https://github.com/guzzle/guzzle.git", + "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1dd98b0564cb3f6bd16ce683cb755f94c10fbd82", + "reference": "1dd98b0564cb3f6bd16ce683cb755f94c10fbd82", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/promises": "^1.5", + "guzzlehttp/psr7": "^1.9 || ^2.4", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "ext-curl": "*", + "php-http/client-integration-tests": "^3.0", + "phpunit/phpunit": "^8.5.5 || ^9.3.5", + "psr/log": "^1.1 || ^2.0 || ^3.0" + }, + "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", + "psr/log": "Required for using the Log middleware" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "7.4-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle is a PHP HTTP client library", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "psr-18", + "psr-7", + "rest", + "web service" + ], + "support": { + "issues": "https://github.com/guzzle/guzzle/issues", + "source": "https://github.com/guzzle/guzzle/tree/7.4.5" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:13+00:00" + }, + { + "name": "guzzlehttp/promises", + "version": "1.5.1", + "source": { + "type": "git", + "url": "https://github.com/guzzle/promises.git", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "symfony/phpunit-bridge": "^4.4 || ^5.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.5-dev" + } + }, + "autoload": { + "files": [ + "src/functions_include.php" + ], + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + } + ], + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/1.5.1" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", + "type": "tidelift" + } + ], + "time": "2021-10-22T20:56:57+00:00" + }, + { + "name": "guzzlehttp/psr7", + "version": "2.4.0", + "source": { + "type": "git", + "url": "https://github.com/guzzle/psr7.git", + "reference": "13388f00956b1503577598873fffb5ae994b5737" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/13388f00956b1503577598873fffb5ae994b5737", + "reference": "13388f00956b1503577598873fffb5ae994b5737", + "shasum": "" + }, + "require": { + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.0", + "ralouphie/getallheaders": "^3.0" + }, + "provide": { + "psr/http-factory-implementation": "1.0", + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "http-interop/http-factory-tests": "^0.9", + "phpunit/phpunit": "^8.5.8 || ^9.3.10" + }, + "suggest": { + "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.4-dev" + } + }, + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, + { + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" + } + ], + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.4.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", + "type": "tidelift" + } + ], + "time": "2022-06-20T21:43:11+00:00" + }, { "name": "laminas/laminas-code", "version": "4.5.2", @@ -1968,16 +2291,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.6.3", + "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "4a07085f74cb1f3fc7103efa537d9f00ebb74ec7" + "reference": "135607f9ccc297d6923d49c2bcf309f509413215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/4a07085f74cb1f3fc7103efa537d9f00ebb74ec7", - "reference": "4a07085f74cb1f3fc7103efa537d9f00ebb74ec7", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/135607f9ccc297d6923d49c2bcf309f509413215", + "reference": "135607f9ccc297d6923d49c2bcf309f509413215", "shasum": "" }, "require": { @@ -2007,9 +2330,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.3" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.4" }, - "time": "2022-06-14T11:40:08+00:00" + "time": "2022-06-26T13:09:08+00:00" }, { "name": "psr/cache", @@ -2163,6 +2486,166 @@ }, "time": "2019-01-08T18:20:26+00:00" }, + { + "name": "psr/http-client", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-client.git", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", + "keywords": [ + "http", + "http-client", + "psr", + "psr-18" + ], + "support": { + "source": "https://github.com/php-fig/http-client/tree/master" + }, + "time": "2020-06-29T06:28:15+00:00" + }, + { + "name": "psr/http-factory", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-factory.git", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "shasum": "" + }, + "require": { + "php": ">=7.0.0", + "psr/http-message": "^1.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interfaces for PSR-7 HTTP message factories", + "keywords": [ + "factory", + "http", + "message", + "psr", + "psr-17", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-factory/tree/master" + }, + "time": "2019-04-30T12:38:16+00:00" + }, + { + "name": "psr/http-message", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", + "keywords": [ + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" + ], + "support": { + "source": "https://github.com/php-fig/http-message/tree/master" + }, + "time": "2016-08-06T14:39:51+00:00" + }, { "name": "psr/link", "version": "2.0.1", @@ -2269,6 +2752,50 @@ }, "time": "2021-07-14T16:46:02+00:00" }, + { + "name": "ralouphie/getallheaders", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", + "shasum": "" + }, + "require": { + "php": ">=5.6" + }, + "require-dev": { + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" + }, + "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" + } + ], + "description": "A polyfill for getallheaders.", + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" + }, + "time": "2019-03-08T08:55:37+00:00" + }, { "name": "sensio/framework-extra-bundle", "version": "v6.2.6", @@ -2421,16 +2948,16 @@ }, { "name": "symfony/cache", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "364fc90734230d936ac2db8e897cc03ec8497bbb" + "reference": "7d8415956df68c8dcbc9468e119945e39bacead1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/364fc90734230d936ac2db8e897cc03ec8497bbb", - "reference": "364fc90734230d936ac2db8e897cc03ec8497bbb", + "url": "https://api.github.com/repos/symfony/cache/zipball/7d8415956df68c8dcbc9468e119945e39bacead1", + "reference": "7d8415956df68c8dcbc9468e119945e39bacead1", "shasum": "" }, "require": { @@ -2497,7 +3024,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.1.1" + "source": "https://github.com/symfony/cache/tree/v6.1.2" }, "funding": [ { @@ -2513,7 +3040,7 @@ "type": "tidelift" } ], - "time": "2022-06-06T19:15:01+00:00" + "time": "2022-06-19T13:21:48+00:00" }, { "name": "symfony/cache-contracts", @@ -2673,16 +3200,16 @@ }, { "name": "symfony/console", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "6187424023fbffcd757789aeb517c9161b1eabee" + "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/6187424023fbffcd757789aeb517c9161b1eabee", - "reference": "6187424023fbffcd757789aeb517c9161b1eabee", + "url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7", + "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7", "shasum": "" }, "require": { @@ -2749,7 +3276,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.1" + "source": "https://github.com/symfony/console/tree/v6.1.2" }, "funding": [ { @@ -2765,20 +3292,20 @@ "type": "tidelift" } ], - "time": "2022-06-08T14:02:09+00:00" + "time": "2022-06-26T13:01:30+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "fc1fcd2b153f585934e80055bb3254913def2a6e" + "reference": "5635ff016a814d7984b1c4644ad28e7df546077b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/fc1fcd2b153f585934e80055bb3254913def2a6e", - "reference": "fc1fcd2b153f585934e80055bb3254913def2a6e", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5635ff016a814d7984b1c4644ad28e7df546077b", + "reference": "5635ff016a814d7984b1c4644ad28e7df546077b", "shasum": "" }, "require": { @@ -2836,7 +3363,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.0" + "source": "https://github.com/symfony/dependency-injection/tree/v6.1.2" }, "funding": [ { @@ -2852,7 +3379,7 @@ "type": "tidelift" } ], - "time": "2022-05-27T06:40:20+00:00" + "time": "2022-06-26T13:01:30+00:00" }, { "name": "symfony/deprecation-contracts", @@ -2923,16 +3450,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "8f0543dce92eb527af3cddf7134607cffcebfa42" + "reference": "3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8f0543dce92eb527af3cddf7134607cffcebfa42", - "reference": "8f0543dce92eb527af3cddf7134607cffcebfa42", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4", + "reference": "3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4", "shasum": "" }, "require": { @@ -3018,7 +3545,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v6.1.0" + "source": "https://github.com/symfony/doctrine-bridge/tree/v6.1.2" }, "funding": [ { @@ -3034,7 +3561,7 @@ "type": "tidelift" } ], - "time": "2022-05-27T06:30:26+00:00" + "time": "2022-06-21T07:16:29+00:00" }, { "name": "symfony/dotenv", @@ -3344,16 +3871,16 @@ }, { "name": "symfony/expression-language", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "be8d1306b69651b63a80319b2b0972cadc30f2ec" + "reference": "909368a5c6a4a22d35174ec7811002f8d66435ba" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/be8d1306b69651b63a80319b2b0972cadc30f2ec", - "reference": "be8d1306b69651b63a80319b2b0972cadc30f2ec", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/909368a5c6a4a22d35174ec7811002f8d66435ba", + "reference": "909368a5c6a4a22d35174ec7811002f8d66435ba", "shasum": "" }, "require": { @@ -3387,7 +3914,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.1.0" + "source": "https://github.com/symfony/expression-language/tree/v6.1.2" }, "funding": [ { @@ -3403,7 +3930,7 @@ "type": "tidelift" } ], - "time": "2022-05-27T06:38:45+00:00" + "time": "2022-06-19T13:21:48+00:00" }, { "name": "symfony/filesystem", @@ -3599,16 +4126,16 @@ }, { "name": "symfony/form", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "630eed7b1282f18a8399a0a2b3fb71c44266b73a" + "reference": "e7d5c8967096267d1b55e4278733aaf2bbe92528" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/630eed7b1282f18a8399a0a2b3fb71c44266b73a", - "reference": "630eed7b1282f18a8399a0a2b3fb71c44266b73a", + "url": "https://api.github.com/repos/symfony/form/zipball/e7d5c8967096267d1b55e4278733aaf2bbe92528", + "reference": "e7d5c8967096267d1b55e4278733aaf2bbe92528", "shasum": "" }, "require": { @@ -3681,7 +4208,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v6.1.1" + "source": "https://github.com/symfony/form/tree/v6.1.2" }, "funding": [ { @@ -3697,20 +4224,20 @@ "type": "tidelift" } ], - "time": "2022-06-09T12:51:38+00:00" + "time": "2022-06-19T13:21:48+00:00" }, { "name": "symfony/framework-bundle", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "260d97823252318eb3b525dd8c0bee2cc5dbfd7f" + "reference": "2a5c75abda7887b030fdcc7ce441d9b4a5bf1744" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/260d97823252318eb3b525dd8c0bee2cc5dbfd7f", - "reference": "260d97823252318eb3b525dd8c0bee2cc5dbfd7f", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/2a5c75abda7887b030fdcc7ce441d9b4a5bf1744", + "reference": "2a5c75abda7887b030fdcc7ce441d9b4a5bf1744", "shasum": "" }, "require": { @@ -3832,7 +4359,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.1.1" + "source": "https://github.com/symfony/framework-bundle/tree/v6.1.2" }, "funding": [ { @@ -3848,20 +4375,20 @@ "type": "tidelift" } ], - "time": "2022-06-09T10:53:06+00:00" + "time": "2022-06-26T10:01:04+00:00" }, { "name": "symfony/http-client", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "c5473d69640980367a6bdb0cdb449225dcaa991b" + "reference": "ea1af6c8cc479147d67a3fead457dd7b06261041" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/c5473d69640980367a6bdb0cdb449225dcaa991b", - "reference": "c5473d69640980367a6bdb0cdb449225dcaa991b", + "url": "https://api.github.com/repos/symfony/http-client/zipball/ea1af6c8cc479147d67a3fead457dd7b06261041", + "reference": "ea1af6c8cc479147d67a3fead457dd7b06261041", "shasum": "" }, "require": { @@ -3916,7 +4443,7 @@ "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-client/tree/v6.1.1" + "source": "https://github.com/symfony/http-client/tree/v6.1.2" }, "funding": [ { @@ -3932,7 +4459,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T13:06:55+00:00" + "time": "2022-06-19T13:02:30+00:00" }, { "name": "symfony/http-client-contracts", @@ -4017,16 +4544,16 @@ }, { "name": "symfony/http-foundation", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "a58dc88d56e04e57993d96c1407a17407610e1df" + "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a58dc88d56e04e57993d96c1407a17407610e1df", - "reference": "a58dc88d56e04e57993d96c1407a17407610e1df", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/86119d294e51afe4d8e07da96b63332bd1f3f52c", + "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c", "shasum": "" }, "require": { @@ -4069,7 +4596,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.1.1" + "source": "https://github.com/symfony/http-foundation/tree/v6.1.2" }, "funding": [ { @@ -4085,20 +4612,20 @@ "type": "tidelift" } ], - "time": "2022-05-31T14:28:03+00:00" + "time": "2022-06-19T13:21:48+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "86c4d6f6c5b6cd012df41e3b950c924b3ffdc019" + "reference": "8aaede489900dda61aee208557f63bfa1bca0877" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/86c4d6f6c5b6cd012df41e3b950c924b3ffdc019", - "reference": "86c4d6f6c5b6cd012df41e3b950c924b3ffdc019", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8aaede489900dda61aee208557f63bfa1bca0877", + "reference": "8aaede489900dda61aee208557f63bfa1bca0877", "shasum": "" }, "require": { @@ -4179,7 +4706,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.1.1" + "source": "https://github.com/symfony/http-kernel/tree/v6.1.2" }, "funding": [ { @@ -4195,7 +4722,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T17:31:33+00:00" + "time": "2022-06-26T17:06:14+00:00" }, { "name": "symfony/options-resolver", @@ -4752,16 +5279,16 @@ }, { "name": "symfony/property-info", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "3d328abe4aac447360cafa6ba6f019db0c12f378" + "reference": "4989684b39c929fcf3ba432afdd932879fbc1334" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/3d328abe4aac447360cafa6ba6f019db0c12f378", - "reference": "3d328abe4aac447360cafa6ba6f019db0c12f378", + "url": "https://api.github.com/repos/symfony/property-info/zipball/4989684b39c929fcf3ba432afdd932879fbc1334", + "reference": "4989684b39c929fcf3ba432afdd932879fbc1334", "shasum": "" }, "require": { @@ -4821,7 +5348,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.1.1" + "source": "https://github.com/symfony/property-info/tree/v6.1.2" }, "funding": [ { @@ -4837,7 +5364,7 @@ "type": "tidelift" } ], - "time": "2022-05-31T17:22:23+00:00" + "time": "2022-06-10T06:48:13+00:00" }, { "name": "symfony/proxy-manager-bridge", @@ -5171,16 +5698,16 @@ }, { "name": "symfony/security-core", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "5dc2a87f4522c6ff4b034e5ac495f2c3fbb6e867" + "reference": "56e0bcb3ba556785e651fe1cb07603bd0f13039d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/5dc2a87f4522c6ff4b034e5ac495f2c3fbb6e867", - "reference": "5dc2a87f4522c6ff4b034e5ac495f2c3fbb6e867", + "url": "https://api.github.com/repos/symfony/security-core/zipball/56e0bcb3ba556785e651fe1cb07603bd0f13039d", + "reference": "56e0bcb3ba556785e651fe1cb07603bd0f13039d", "shasum": "" }, "require": { @@ -5242,7 +5769,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v6.1.0" + "source": "https://github.com/symfony/security-core/tree/v6.1.2" }, "funding": [ { @@ -5258,7 +5785,7 @@ "type": "tidelift" } ], - "time": "2022-05-11T12:12:29+00:00" + "time": "2022-06-25T06:59:01+00:00" }, { "name": "symfony/security-csrf", @@ -5333,16 +5860,16 @@ }, { "name": "symfony/security-http", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "a7dca916185cffb0a1e4510d113b25a61dbd8f16" + "reference": "698de9a50514187dcd4c5112e1a5d126a2c36434" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/a7dca916185cffb0a1e4510d113b25a61dbd8f16", - "reference": "a7dca916185cffb0a1e4510d113b25a61dbd8f16", + "url": "https://api.github.com/repos/symfony/security-http/zipball/698de9a50514187dcd4c5112e1a5d126a2c36434", + "reference": "698de9a50514187dcd4c5112e1a5d126a2c36434", "shasum": "" }, "require": { @@ -5396,7 +5923,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v6.1.1" + "source": "https://github.com/symfony/security-http/tree/v6.1.2" }, "funding": [ { @@ -5412,20 +5939,20 @@ "type": "tidelift" } ], - "time": "2022-06-07T22:11:10+00:00" + "time": "2022-06-26T13:01:30+00:00" }, { "name": "symfony/serializer", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "96a4db91d2655a85d631af451ab906ccdc711a15" + "reference": "1634ac09337990f1a4489263be090a40b0acd985" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/96a4db91d2655a85d631af451ab906ccdc711a15", - "reference": "96a4db91d2655a85d631af451ab906ccdc711a15", + "url": "https://api.github.com/repos/symfony/serializer/zipball/1634ac09337990f1a4489263be090a40b0acd985", + "reference": "1634ac09337990f1a4489263be090a40b0acd985", "shasum": "" }, "require": { @@ -5497,7 +6024,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.1.1" + "source": "https://github.com/symfony/serializer/tree/v6.1.2" }, "funding": [ { @@ -5513,7 +6040,7 @@ "type": "tidelift" } ], - "time": "2022-06-06T19:15:01+00:00" + "time": "2022-06-26T16:35:04+00:00" }, { "name": "symfony/service-contracts", @@ -5664,16 +6191,16 @@ }, { "name": "symfony/string", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529" + "reference": "1903f2879875280c5af944625e8246d81c2f0604" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/d3edc75baf9f1d4f94879764dda2e1ac33499529", - "reference": "d3edc75baf9f1d4f94879764dda2e1ac33499529", + "url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604", + "reference": "1903f2879875280c5af944625e8246d81c2f0604", "shasum": "" }, "require": { @@ -5729,7 +6256,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.0" + "source": "https://github.com/symfony/string/tree/v6.1.2" }, "funding": [ { @@ -5745,7 +6272,7 @@ "type": "tidelift" } ], - "time": "2022-04-22T08:18:23+00:00" + "time": "2022-06-26T16:35:04+00:00" }, { "name": "symfony/translation-contracts", @@ -5830,16 +6357,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "53ce2d7811500c0f0f94af700307ff5b1e305d3c" + "reference": "320b9ec7db38b78ce2ea8173b925be55e697f8e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/53ce2d7811500c0f0f94af700307ff5b1e305d3c", - "reference": "53ce2d7811500c0f0f94af700307ff5b1e305d3c", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/320b9ec7db38b78ce2ea8173b925be55e697f8e5", + "reference": "320b9ec7db38b78ce2ea8173b925be55e697f8e5", "shasum": "" }, "require": { @@ -5932,7 +6459,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v6.1.0" + "source": "https://github.com/symfony/twig-bridge/tree/v6.1.2" }, "funding": [ { @@ -5948,7 +6475,7 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-06-19T13:21:48+00:00" }, { "name": "symfony/twig-bundle", @@ -6392,16 +6919,16 @@ }, { "name": "symfony/yaml", - "version": "v6.1.0", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "84ce4f9d2d68f306f971a39d949d8f4b5550dba2" + "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/84ce4f9d2d68f306f971a39d949d8f4b5550dba2", - "reference": "84ce4f9d2d68f306f971a39d949d8f4b5550dba2", + "url": "https://api.github.com/repos/symfony/yaml/zipball/b01c4e7dc6a51cbf114567af04a19789fd1011fe", + "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe", "shasum": "" }, "require": { @@ -6446,7 +6973,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.0" + "source": "https://github.com/symfony/yaml/tree/v6.1.2" }, "funding": [ { @@ -6462,7 +6989,7 @@ "type": "tidelift" } ], - "time": "2022-04-15T14:25:02+00:00" + "time": "2022-06-20T12:01:07+00:00" }, { "name": "twig/twig", @@ -6540,6 +7067,57 @@ ], "time": "2022-05-17T05:48:52+00:00" }, + { + "name": "vin-sw/shopware-sdk", + "version": "1.4.0", + "source": { + "type": "git", + "url": "https://github.com/vienthuong/shopware-php-sdk.git", + "reference": "30686d831b657b95b797853dfcd4acc3144fab4a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/vienthuong/shopware-php-sdk/zipball/30686d831b657b95b797853dfcd4acc3144fab4a", + "reference": "30686d831b657b95b797853dfcd4acc3144fab4a", + "shasum": "" + }, + "require": { + "ext-json": "*", + "guzzlehttp/guzzle": "^7.0", + "php": "^7.4 || ^8.0", + "psr/http-client": "^1.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.89", + "phpunit/phpunit": "*", + "squizlabs/php_codesniffer": "3.*", + "symfony/var-dumper": "^5.3", + "symplify/config-transformer": "^9.3", + "symplify/easy-coding-standard": "9.3.20" + }, + "type": "library", + "autoload": { + "psr-4": { + "Vin\\ShopwareSdk\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "vin", + "email": "levienthuong@gmail.com" + } + ], + "description": "A PHP SDK for Shopware 6 Platform", + "support": { + "issues": "https://github.com/vienthuong/shopware-php-sdk/issues", + "source": "https://github.com/vienthuong/shopware-php-sdk/tree/1.4.0" + }, + "time": "2022-03-04T17:00:16+00:00" + }, { "name": "webmozart/assert", "version": "1.11.0", @@ -6986,16 +7564,16 @@ }, { "name": "symfony/monolog-bridge", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", - "reference": "3681f92d3870c00d789f4bfa426ad0273093aa92" + "reference": "1efd6a42b1dc80e03bd74d4a2fdc85e728dc2627" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/3681f92d3870c00d789f4bfa426ad0273093aa92", - "reference": "3681f92d3870c00d789f4bfa426ad0273093aa92", + "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/1efd6a42b1dc80e03bd74d4a2fdc85e728dc2627", + "reference": "1efd6a42b1dc80e03bd74d4a2fdc85e728dc2627", "shasum": "" }, "require": { @@ -7049,7 +7627,7 @@ "description": "Provides integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/monolog-bridge/tree/v6.1.1" + "source": "https://github.com/symfony/monolog-bridge/tree/v6.1.2" }, "funding": [ { @@ -7065,7 +7643,7 @@ "type": "tidelift" } ], - "time": "2022-05-27T12:29:00+00:00" + "time": "2022-06-21T08:28:57+00:00" }, { "name": "symfony/monolog-bundle", @@ -7150,23 +7728,23 @@ }, { "name": "symfony/web-profiler-bundle", - "version": "v6.1.1", + "version": "v6.1.2", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "2a5bdd2d82dda75475c428c0fd1d59b6d7aad117" + "reference": "6589c2ee4b94d7df2f8ca160ec41265fee3f33eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/2a5bdd2d82dda75475c428c0fd1d59b6d7aad117", - "reference": "2a5bdd2d82dda75475c428c0fd1d59b6d7aad117", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/6589c2ee4b94d7df2f8ca160ec41265fee3f33eb", + "reference": "6589c2ee4b94d7df2f8ca160ec41265fee3f33eb", "shasum": "" }, "require": { "php": ">=8.1", "symfony/config": "^5.4|^6.0", "symfony/framework-bundle": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", + "symfony/http-kernel": "^6.1", "symfony/routing": "^5.4|^6.0", "symfony/twig-bundle": "^5.4|^6.0", "twig/twig": "^2.13|^3.0.4" @@ -7208,7 +7786,7 @@ "description": "Provides a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.1.1" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.1.2" }, "funding": [ { @@ -7224,7 +7802,7 @@ "type": "tidelift" } ], - "time": "2022-06-06T19:15:01+00:00" + "time": "2022-06-12T09:53:37+00:00" } ], "aliases": [], diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php index d15b73a..d8aa649 100644 --- a/src/Command/SwGetOrdersCommand.php +++ b/src/Command/SwGetOrdersCommand.php @@ -19,6 +19,14 @@ use Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface; use Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface; use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface; use Symfony\Contracts\HttpClient\HttpClientInterface; +use Vin\ShopwareSdk\Client\AdminAuthenticator; +use Vin\ShopwareSdk\Client\GrantType\ClientCredentialsGrantType; +use Vin\ShopwareSdk\Data\Context; +use Vin\ShopwareSdk\Data\Criteria; +use Vin\ShopwareSdk\Data\Entity\Order\OrderDefinition; +use Vin\ShopwareSdk\Data\Entity\Product\ProductDefinition; +use Vin\ShopwareSdk\Data\Filter\EqualsFilter; +use Vin\ShopwareSdk\Factory\RepositoryFactory; #[AsCommand( @@ -84,18 +92,15 @@ class SwGetOrdersCommand extends Command private function shopwareAuth(){ - $this->client->withOptions([ - 'headers' => [ - 'Content-Type' => 'application/json', - 'sw-access-key' => 'SWSCY1NPSKHPSFNHWGDLTMM5NQ' - ], - ]); - $response = $this->client->request('GET','http://localhost/store-api/context'); + try{ + $grantType = new ClientCredentialsGrantType($_ENV['SHOPWARE_API_ID'], $_ENV['SHOPWARE_API_KEY']); + $adminClient = new AdminAuthenticator($grantType, $_ENV['SHOPWARE_API_URL']); + return $adminClient->fetchAccessToken(); + }catch (\Exception $e){ + $this->logger->error($e->getMessage()); + } - $body = $response->getContent(); - - var_dump($body); } /** @@ -106,39 +111,29 @@ class SwGetOrdersCommand extends Command * @throws ClientExceptionInterface * @throws \Exception */ - private function getOrdersFromSW(array $orders):void + private function getOrdersFromSW(array $ordersArr):void { + $context = new Context($_ENV['SHOPWARE_API_URL'], $this->shopwareAuth()); - try { - $response = $this->client->request('POST', $_ENV['SHOPWARE_API_URL'].'/store-api/search', [ - 'headers' => [ - 'Accept' => 'application/json', - 'Content-Type' => 'application/json', - 'sw-access-key' => $_ENV['SHOPWARE_API_KEY'] - ], - 'body' => json_encode([ - 'limit' => 100, - 'page' => 1, - 'query' => [ - 'filter' => [ - 'type' => 'equals', - 'field' => 'order.number', - 'value' => '12345' - ] - ] - ]) - ]); - $body = $response->toArray(); + // Create the repository for the entity + $orderRepository = RepositoryFactory::create(OrderDefinition::ENTITY_NAME); - } catch (\Exception $e) { - $this->logger->error($e->getMessage()); - throw new \Exception($e->getMessage()); - } + // Create the criteria + $criteria = new Criteria(); + $criteria->addFilter(new EqualsFilter('orderNumber', '9f002cc7de704a6ab31e1b410547cb97')); + + $criteria->addAssociation('order.orderDetails.product'); + + // Using this criteria and the context object that you create from authentication step, you can retrieving the result + $orders = $orderRepository->search($criteria, $context); + + + + var_dump($orders); - var_dump($body); } } From 460411ab431147816436268c51ecc0a82ab8a33f Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 28 Jun 2022 17:20:37 +0200 Subject: [PATCH 03/13] add Basic Shopware API add Tests --- .env.test | 6 + .gitignore | 10 + .idea/php.xml | 45 +- .idea/phpunit.xml | 10 + composer.json | 5 +- composer.lock | 2232 ++++++++++++++++++++++++--- phpunit.xml.dist | 42 + src/Command/SwGetOrdersCommand.php | 130 +- src/Repository/OrdersRepository.php | 26 +- symfony.lock | 29 + tests/OrdersTest.php | 16 + tests/Shopware/OrdersTest.php | 13 + tests/bootstrap.php | 11 + 13 files changed, 2328 insertions(+), 247 deletions(-) create mode 100644 .env.test create mode 100644 .idea/phpunit.xml create mode 100644 phpunit.xml.dist create mode 100644 tests/OrdersTest.php create mode 100644 tests/Shopware/OrdersTest.php create mode 100644 tests/bootstrap.php diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..9e7162f --- /dev/null +++ b/.env.test @@ -0,0 +1,6 @@ +# define your env variables for the test env here +KERNEL_CLASS='App\Kernel' +APP_SECRET='$ecretf0rt3st' +SYMFONY_DEPRECATIONS_HELPER=999999 +PANTHER_APP_ENV=panther +PANTHER_ERROR_SCREENSHOT_DIR=./var/error-screenshots diff --git a/.gitignore b/.gitignore index 13ff59d..a58b27f 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,13 @@ # Embedded web-server pid file /.web-server-pid + +###> symfony/phpunit-bridge ### +.phpunit.result.cache +/phpunit.xml +###< symfony/phpunit-bridge ### + +###> phpunit/phpunit ### +/phpunit.xml +.phpunit.result.cache +###< phpunit/phpunit ### diff --git a/.idea/php.xml b/.idea/php.xml index 8f8cf31..3f43210 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -87,12 +87,7 @@ - - - - - @@ -101,7 +96,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml new file mode 100644 index 0000000..4f8104c --- /dev/null +++ b/.idea/phpunit.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/composer.json b/composer.json index 3768e10..6dde25e 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,6 @@ "symfony/flex": "^2", "symfony/form": "6.1.*", "symfony/framework-bundle": "6.1.*", - "symfony/http-client": "6.1.*", "symfony/property-access": "6.1.*", "symfony/property-info": "6.1.*", "symfony/proxy-manager-bridge": "6.1.*", @@ -36,9 +35,13 @@ "vin-sw/shopware-sdk": "^1.4" }, "require-dev": { + "phpunit/phpunit": "^9.5", + "symfony/browser-kit": "6.1.*", + "symfony/css-selector": "6.1.*", "symfony/debug-bundle": "6.1.*", "symfony/maker-bundle": "^1.43", "symfony/monolog-bundle": "^3.0", + "symfony/phpunit-bridge": "^6.1", "symfony/stopwatch": "6.1.*", "symfony/web-profiler-bundle": "6.1.*" }, diff --git a/composer.lock b/composer.lock index cbc43b3..67d82e3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "beccb164b9fdf99d0fbdc76e959c8315", + "content-hash": "1ac3433401cac81856a3b208fbdb3901", "packages": [ { "name": "api-platform/core", @@ -3044,7 +3044,7 @@ }, { "name": "symfony/cache-contracts", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", @@ -3103,7 +3103,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/cache-contracts/tree/v3.1.0" + "source": "https://github.com/symfony/cache-contracts/tree/v3.1.1" }, "funding": [ { @@ -3383,7 +3383,7 @@ }, { "name": "symfony/deprecation-contracts", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", @@ -3430,7 +3430,7 @@ "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.1.1" }, "funding": [ { @@ -3792,7 +3792,7 @@ }, { "name": "symfony/event-dispatcher-contracts", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", @@ -3851,7 +3851,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.0" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.1.1" }, "funding": [ { @@ -4377,171 +4377,6 @@ ], "time": "2022-06-26T10:01:04+00:00" }, - { - "name": "symfony/http-client", - "version": "v6.1.2", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client.git", - "reference": "ea1af6c8cc479147d67a3fead457dd7b06261041" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/ea1af6c8cc479147d67a3fead457dd7b06261041", - "reference": "ea1af6c8cc479147d67a3fead457dd7b06261041", - "shasum": "" - }, - "require": { - "php": ">=8.1", - "psr/log": "^1|^2|^3", - "symfony/http-client-contracts": "^3", - "symfony/service-contracts": "^1.0|^2|^3" - }, - "provide": { - "php-http/async-client-implementation": "*", - "php-http/client-implementation": "*", - "psr/http-client-implementation": "1.0", - "symfony/http-client-implementation": "3.0" - }, - "require-dev": { - "amphp/amp": "^2.5", - "amphp/http-client": "^4.2.1", - "amphp/http-tunnel": "^1.0", - "amphp/socket": "^1.1", - "guzzlehttp/promises": "^1.4", - "nyholm/psr7": "^1.0", - "php-http/httplug": "^1.0|^2.0", - "psr/http-client": "^1.0", - "symfony/dependency-injection": "^5.4|^6.0", - "symfony/http-kernel": "^5.4|^6.0", - "symfony/process": "^5.4|^6.0", - "symfony/stopwatch": "^5.4|^6.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/http-client/tree/v6.1.2" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-06-19T13:02:30+00:00" - }, - { - "name": "symfony/http-client-contracts", - "version": "v3.1.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/fd038f08c623ab5d22b26e9ba35afe8c79071800", - "reference": "fd038f08c623ab5d22b26e9ba35afe8c79071800", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "suggest": { - "symfony/http-client-implementation": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "3.1-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - }, - "exclude-from-classmap": [ - "/Test/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Generic abstractions related to HTTP clients", - "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], - "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v3.1.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2022-04-22T07:30:54+00:00" - }, { "name": "symfony/http-foundation", "version": "v6.1.2", @@ -6044,16 +5879,16 @@ }, { "name": "symfony/service-contracts", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "d66cd8ab656780f62c4215b903a420eb86358957" + "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d66cd8ab656780f62c4215b903a420eb86358957", - "reference": "d66cd8ab656780f62c4215b903a420eb86358957", + "url": "https://api.github.com/repos/symfony/service-contracts/zipball/925e713fe8fcacf6bc05e936edd8dd5441a21239", + "reference": "925e713fe8fcacf6bc05e936edd8dd5441a21239", "shasum": "" }, "require": { @@ -6109,7 +5944,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v3.1.0" + "source": "https://github.com/symfony/service-contracts/tree/v3.1.1" }, "funding": [ { @@ -6125,7 +5960,7 @@ "type": "tidelift" } ], - "time": "2022-05-07T08:07:09+00:00" + "time": "2022-05-30T19:18:58+00:00" }, { "name": "symfony/stopwatch", @@ -6276,16 +6111,16 @@ }, { "name": "symfony/translation-contracts", - "version": "v3.1.0", + "version": "v3.1.1", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "bfddd2a1faa271b782b791c361cc16e2dd49dfaa" + "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/bfddd2a1faa271b782b791c361cc16e2dd49dfaa", - "reference": "bfddd2a1faa271b782b791c361cc16e2dd49dfaa", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/606be0f48e05116baef052f7f3abdb345c8e02cc", + "reference": "606be0f48e05116baef052f7f3abdb345c8e02cc", "shasum": "" }, "require": { @@ -6337,7 +6172,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v3.1.0" + "source": "https://github.com/symfony/translation-contracts/tree/v3.1.1" }, "funding": [ { @@ -6353,7 +6188,7 @@ "type": "tidelift" } ], - "time": "2022-04-22T07:30:54+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/twig-bridge", @@ -7234,6 +7069,75 @@ } ], "packages-dev": [ + { + "name": "masterminds/html5", + "version": "2.7.5", + "source": { + "type": "git", + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", + "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.7-dev" + } + }, + "autoload": { + "psr-4": { + "Masterminds\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Matt Butcher", + "email": "technosophos@gmail.com" + }, + { + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" + } + ], + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", + "keywords": [ + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" + ], + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" + }, + "time": "2021-07-01T14:25:37+00:00" + }, { "name": "monolog/monolog", "version": "3.1.0", @@ -7337,6 +7241,65 @@ ], "time": "2022-06-09T09:09:00+00:00" }, + { + "name": "myclabs/deep-copy", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://github.com/myclabs/DeepCopy.git", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", + "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", + "shasum": "" + }, + "require": { + "php": "^7.1 || ^8.0" + }, + "conflict": { + "doctrine/collections": "<1.6.8", + "doctrine/common": "<2.13.3 || >=3,<3.2.2" + }, + "require-dev": { + "doctrine/collections": "^1.6.8", + "doctrine/common": "^2.13.3 || ^3.2.2", + "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" + }, + "type": "library", + "autoload": { + "files": [ + "src/DeepCopy/deep_copy.php" + ], + "psr-4": { + "DeepCopy\\": "src/DeepCopy/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Create deep copies (clones) of your objects", + "keywords": [ + "clone", + "copy", + "duplicate", + "object", + "object graph" + ], + "support": { + "issues": "https://github.com/myclabs/DeepCopy/issues", + "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", + "type": "tidelift" + } + ], + "time": "2022-03-03T13:19:32+00:00" + }, { "name": "nikic/php-parser", "version": "v4.14.0", @@ -7393,6 +7356,1704 @@ }, "time": "2022-05-31T20:59:12+00:00" }, + { + "name": "phar-io/manifest", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/phar-io/manifest.git", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", + "reference": "97803eca37d319dfa7826cc2437fc020857acb53", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-phar": "*", + "ext-xmlwriter": "*", + "phar-io/version": "^3.0.1", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", + "support": { + "issues": "https://github.com/phar-io/manifest/issues", + "source": "https://github.com/phar-io/manifest/tree/2.0.3" + }, + "time": "2021-07-20T11:28:43+00:00" + }, + { + "name": "phar-io/version", + "version": "3.2.1", + "source": { + "type": "git", + "url": "https://github.com/phar-io/version.git", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + }, + { + "name": "Sebastian Heuer", + "email": "sebastian@phpeople.de", + "role": "Developer" + }, + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "Developer" + } + ], + "description": "Library for handling version information and constraints", + "support": { + "issues": "https://github.com/phar-io/version/issues", + "source": "https://github.com/phar-io/version/tree/3.2.1" + }, + "time": "2022-02-21T01:04:05+00:00" + }, + { + "name": "phpspec/prophecy", + "version": "v1.15.0", + "source": { + "type": "git", + "url": "https://github.com/phpspec/prophecy.git", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.2", + "php": "^7.2 || ~8.0, <8.2", + "phpdocumentor/reflection-docblock": "^5.2", + "sebastian/comparator": "^3.0 || ^4.0", + "sebastian/recursion-context": "^3.0 || ^4.0" + }, + "require-dev": { + "phpspec/phpspec": "^6.0 || ^7.0", + "phpunit/phpunit": "^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "Prophecy\\": "src/Prophecy" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Konstantin Kudryashov", + "email": "ever.zet@gmail.com", + "homepage": "http://everzet.com" + }, + { + "name": "Marcello Duarte", + "email": "marcello.duarte@gmail.com" + } + ], + "description": "Highly opinionated mocking framework for PHP 5.3+", + "homepage": "https://github.com/phpspec/prophecy", + "keywords": [ + "Double", + "Dummy", + "fake", + "mock", + "spy", + "stub" + ], + "support": { + "issues": "https://github.com/phpspec/prophecy/issues", + "source": "https://github.com/phpspec/prophecy/tree/v1.15.0" + }, + "time": "2021-12-08T12:19:24+00:00" + }, + { + "name": "phpunit/php-code-coverage", + "version": "9.2.15", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-code-coverage.git", + "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f", + "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-libxml": "*", + "ext-xmlwriter": "*", + "nikic/php-parser": "^4.13.0", + "php": ">=7.3", + "phpunit/php-file-iterator": "^3.0.3", + "phpunit/php-text-template": "^2.0.2", + "sebastian/code-unit-reverse-lookup": "^2.0.2", + "sebastian/complexity": "^2.0", + "sebastian/environment": "^5.1.2", + "sebastian/lines-of-code": "^1.0.3", + "sebastian/version": "^3.0.1", + "theseer/tokenizer": "^1.2.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcov": "*", + "ext-xdebug": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.2-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", + "homepage": "https://github.com/sebastianbergmann/php-code-coverage", + "keywords": [ + "coverage", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-03-07T09:28:20+00:00" + }, + { + "name": "phpunit/php-file-iterator", + "version": "3.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-file-iterator.git", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "FilterIterator implementation that filters files based on a list of suffixes.", + "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", + "keywords": [ + "filesystem", + "iterator" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-12-02T12:48:52+00:00" + }, + { + "name": "phpunit/php-invoker", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-invoker.git", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "ext-pcntl": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-pcntl": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Invoke callables with a timeout", + "homepage": "https://github.com/sebastianbergmann/php-invoker/", + "keywords": [ + "process" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-invoker/issues", + "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:58:55+00:00" + }, + { + "name": "phpunit/php-text-template", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-text-template.git", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Simple template engine.", + "homepage": "https://github.com/sebastianbergmann/php-text-template/", + "keywords": [ + "template" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-text-template/issues", + "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T05:33:50+00:00" + }, + { + "name": "phpunit/php-timer", + "version": "5.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/php-timer.git", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Utility class for timing", + "homepage": "https://github.com/sebastianbergmann/php-timer/", + "keywords": [ + "timer" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/php-timer/issues", + "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:16:10+00:00" + }, + { + "name": "phpunit/phpunit", + "version": "9.5.21", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/phpunit.git", + "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1", + "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1", + "shasum": "" + }, + "require": { + "doctrine/instantiator": "^1.3.1", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "ext-mbstring": "*", + "ext-xml": "*", + "ext-xmlwriter": "*", + "myclabs/deep-copy": "^1.10.1", + "phar-io/manifest": "^2.0.3", + "phar-io/version": "^3.0.2", + "php": ">=7.3", + "phpspec/prophecy": "^1.12.1", + "phpunit/php-code-coverage": "^9.2.13", + "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-invoker": "^3.1.1", + "phpunit/php-text-template": "^2.0.3", + "phpunit/php-timer": "^5.0.2", + "sebastian/cli-parser": "^1.0.1", + "sebastian/code-unit": "^1.0.6", + "sebastian/comparator": "^4.0.5", + "sebastian/diff": "^4.0.3", + "sebastian/environment": "^5.1.3", + "sebastian/exporter": "^4.0.3", + "sebastian/global-state": "^5.0.1", + "sebastian/object-enumerator": "^4.0.3", + "sebastian/resource-operations": "^3.0.3", + "sebastian/type": "^3.0", + "sebastian/version": "^3.0.2" + }, + "require-dev": { + "phpspec/prophecy-phpunit": "^2.0.1" + }, + "suggest": { + "ext-soap": "*", + "ext-xdebug": "*" + }, + "bin": [ + "phpunit" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "9.5-dev" + } + }, + "autoload": { + "files": [ + "src/Framework/Assert/Functions.php" + ], + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "The PHP Unit Testing framework.", + "homepage": "https://phpunit.de/", + "keywords": [ + "phpunit", + "testing", + "xunit" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/phpunit/issues", + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21" + }, + "funding": [ + { + "url": "https://phpunit.de/sponsors.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-06-19T12:14:25+00:00" + }, + { + "name": "sebastian/cli-parser", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/cli-parser.git", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for parsing CLI options", + "homepage": "https://github.com/sebastianbergmann/cli-parser", + "support": { + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:08:49+00:00" + }, + { + "name": "sebastian/code-unit", + "version": "1.0.8", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit.git", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", + "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the PHP code units", + "homepage": "https://github.com/sebastianbergmann/code-unit", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit/issues", + "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:08:54+00:00" + }, + { + "name": "sebastian/code-unit-reverse-lookup", + "version": "2.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Looks up which function or method a line of code belongs to", + "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", + "support": { + "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", + "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T05:30:19+00:00" + }, + { + "name": "sebastian/comparator", + "version": "4.0.6", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/comparator.git", + "reference": "55f4261989e546dc112258c7a75935a81a7ce382" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382", + "reference": "55f4261989e546dc112258c7a75935a81a7ce382", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/diff": "^4.0", + "sebastian/exporter": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@2bepublished.at" + } + ], + "description": "Provides the functionality to compare PHP values for equality", + "homepage": "https://github.com/sebastianbergmann/comparator", + "keywords": [ + "comparator", + "compare", + "equality" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/comparator/issues", + "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:49:45+00:00" + }, + { + "name": "sebastian/complexity", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/complexity.git", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", + "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.7", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for calculating the complexity of PHP code units", + "homepage": "https://github.com/sebastianbergmann/complexity", + "support": { + "issues": "https://github.com/sebastianbergmann/complexity/issues", + "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T15:52:27+00:00" + }, + { + "name": "sebastian/diff", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3", + "symfony/process": "^4.2 || ^5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" + } + ], + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/diff/issues", + "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:10:38+00:00" + }, + { + "name": "sebastian/environment", + "version": "5.1.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/environment.git", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-posix": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.1-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides functionality to handle HHVM/PHP environments", + "homepage": "http://www.github.com/sebastianbergmann/environment", + "keywords": [ + "Xdebug", + "environment", + "hhvm" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/environment/issues", + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-04-03T09:37:03+00:00" + }, + { + "name": "sebastian/exporter", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/exporter.git", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-mbstring": "*", + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Volker Dusch", + "email": "github@wallbash.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + }, + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Provides the functionality to export PHP variables for visualization", + "homepage": "https://www.github.com/sebastianbergmann/exporter", + "keywords": [ + "export", + "exporter" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/exporter/issues", + "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2021-11-11T14:18:36+00:00" + }, + { + "name": "sebastian/global-state", + "version": "5.0.5", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/global-state.git", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "ext-dom": "*", + "phpunit/phpunit": "^9.3" + }, + "suggest": { + "ext-uopz": "*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Snapshotting of global state", + "homepage": "http://www.github.com/sebastianbergmann/global-state", + "keywords": [ + "global state" + ], + "support": { + "issues": "https://github.com/sebastianbergmann/global-state/issues", + "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-02-14T08:28:10+00:00" + }, + { + "name": "sebastian/lines-of-code", + "version": "1.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/lines-of-code.git", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.6", + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library for counting the lines of code in PHP source code", + "homepage": "https://github.com/sebastianbergmann/lines-of-code", + "support": { + "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", + "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-11-28T06:42:11+00:00" + }, + { + "name": "sebastian/object-enumerator", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-enumerator.git", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", + "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", + "shasum": "" + }, + "require": { + "php": ">=7.3", + "sebastian/object-reflector": "^2.0", + "sebastian/recursion-context": "^4.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Traverses array structures and object graphs to enumerate all referenced objects", + "homepage": "https://github.com/sebastianbergmann/object-enumerator/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", + "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:12:34+00:00" + }, + { + "name": "sebastian/object-reflector", + "version": "2.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/object-reflector.git", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Allows reflection of object attributes, including inherited and non-public ones", + "homepage": "https://github.com/sebastianbergmann/object-reflector/", + "support": { + "issues": "https://github.com/sebastianbergmann/object-reflector/issues", + "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:14:26+00:00" + }, + { + "name": "sebastian/recursion-context", + "version": "4.0.4", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/recursion-context.git", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172", + "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + }, + { + "name": "Jeff Welch", + "email": "whatthejeff@gmail.com" + }, + { + "name": "Adam Harvey", + "email": "aharvey@php.net" + } + ], + "description": "Provides functionality to recursively process PHP variables", + "homepage": "http://www.github.com/sebastianbergmann/recursion-context", + "support": { + "issues": "https://github.com/sebastianbergmann/recursion-context/issues", + "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-10-26T13:17:30+00:00" + }, + { + "name": "sebastian/resource-operations", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/resource-operations.git", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" + } + ], + "description": "Provides a list of PHP built-in functions that operate on resources", + "homepage": "https://www.github.com/sebastianbergmann/resource-operations", + "support": { + "issues": "https://github.com/sebastianbergmann/resource-operations/issues", + "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:45:17+00:00" + }, + { + "name": "sebastian/type", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/type.git", + "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "require-dev": { + "phpunit/phpunit": "^9.5" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Collection of value objects that represent the types of the PHP type system", + "homepage": "https://github.com/sebastianbergmann/type", + "support": { + "issues": "https://github.com/sebastianbergmann/type/issues", + "source": "https://github.com/sebastianbergmann/type/tree/3.0.0" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2022-03-15T09:54:48+00:00" + }, + { + "name": "sebastian/version", + "version": "3.0.2", + "source": { + "type": "git", + "url": "https://github.com/sebastianbergmann/version.git", + "reference": "c6c1022351a901512170118436c764e473f6de8c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", + "reference": "c6c1022351a901512170118436c764e473f6de8c", + "shasum": "" + }, + "require": { + "php": ">=7.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de", + "role": "lead" + } + ], + "description": "Library that helps with managing the version number of Git-hosted PHP projects", + "homepage": "https://github.com/sebastianbergmann/version", + "support": { + "issues": "https://github.com/sebastianbergmann/version/issues", + "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" + }, + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], + "time": "2020-09-28T06:39:44+00:00" + }, + { + "name": "symfony/browser-kit", + "version": "v6.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/browser-kit.git", + "reference": "b839cef6e6526bd2090efe92c218d8c7479a51e0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b839cef6e6526bd2090efe92c218d8c7479a51e0", + "reference": "b839cef6e6526bd2090efe92c218d8c7479a51e0", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/dom-crawler": "^5.4|^6.0" + }, + "require-dev": { + "symfony/css-selector": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/mime": "^5.4|^6.0", + "symfony/process": "^5.4|^6.0" + }, + "suggest": { + "symfony/process": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\BrowserKit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/browser-kit/tree/v6.1.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-06T20:04:05+00:00" + }, + { + "name": "symfony/css-selector", + "version": "v6.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/css-selector.git", + "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf", + "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\CssSelector\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Jean-François Simon", + "email": "jeanfrancois.simon@sensiolabs.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Converts CSS selectors to XPath expressions", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/css-selector/tree/v6.1.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-02-25T11:15:52+00:00" + }, { "name": "symfony/debug-bundle", "version": "v6.1.0", @@ -7471,6 +9132,76 @@ ], "time": "2022-04-15T14:25:02+00:00" }, + { + "name": "symfony/dom-crawler", + "version": "v6.1.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/dom-crawler.git", + "reference": "baacc99edd169bd8e06723f4c38150ef97feca0f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/baacc99edd169bd8e06723f4c38150ef97feca0f", + "reference": "baacc99edd169bd8e06723f4c38150ef97feca0f", + "shasum": "" + }, + "require": { + "masterminds/html5": "^2.6", + "php": ">=8.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "require-dev": { + "symfony/css-selector": "^5.4|^6.0" + }, + "suggest": { + "symfony/css-selector": "" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\DomCrawler\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Eases DOM navigation for HTML and XML documents", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/dom-crawler/tree/v6.1.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-05-04T14:48:14+00:00" + }, { "name": "symfony/maker-bundle", "version": "v1.43.0", @@ -7726,6 +9457,89 @@ ], "time": "2022-05-10T14:24:36+00:00" }, + { + "name": "symfony/phpunit-bridge", + "version": "v6.1.2", + "source": { + "type": "git", + "url": "https://github.com/symfony/phpunit-bridge.git", + "reference": "899fdec151add3dc339cf394a15100a1acc177ad" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/899fdec151add3dc339cf394a15100a1acc177ad", + "reference": "899fdec151add3dc339cf394a15100a1acc177ad", + "shasum": "" + }, + "require": { + "php": ">=7.1.3" + }, + "conflict": { + "phpunit/phpunit": "<7.5|9.1.2" + }, + "require-dev": { + "symfony/deprecation-contracts": "^2.1|^3.0", + "symfony/error-handler": "^5.4|^6.0" + }, + "suggest": { + "symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader" + }, + "bin": [ + "bin/simple-phpunit" + ], + "type": "symfony-bridge", + "extra": { + "thanks": { + "name": "phpunit/phpunit", + "url": "https://github.com/sebastianbergmann/phpunit" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Bridge\\PhpUnit\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides utilities for PHPUnit, especially user deprecation notices management", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2022-06-20T12:01:07+00:00" + }, { "name": "symfony/web-profiler-bundle", "version": "v6.1.2", @@ -7803,6 +9617,56 @@ } ], "time": "2022-06-12T09:53:37+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": "^7.2 || ^8.0" + }, + "type": "library", + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Arne Blankerts", + "email": "arne@blankerts.de", + "role": "Developer" + } + ], + "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", + "support": { + "issues": "https://github.com/theseer/tokenizer/issues", + "source": "https://github.com/theseer/tokenizer/tree/1.2.1" + }, + "funding": [ + { + "url": "https://github.com/theseer", + "type": "github" + } + ], + "time": "2021-07-28T10:34:58+00:00" } ], "aliases": [], diff --git a/phpunit.xml.dist b/phpunit.xml.dist new file mode 100644 index 0000000..af3f147 --- /dev/null +++ b/phpunit.xml.dist @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + tests + + + + + + src + + + + + + + + + + diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php index d8aa649..698e432 100644 --- a/src/Command/SwGetOrdersCommand.php +++ b/src/Command/SwGetOrdersCommand.php @@ -3,28 +3,25 @@ namespace App\Command; use App\Controller\ShopwareController; +use App\Entity\Orders; use App\Repository\OrdersRepository; -use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; + +use Doctrine\ORM\Mapping as ORM; use Psr\Log\LoggerInterface; use Symfony\Component\Console\Attribute\AsCommand; use Symfony\Component\Console\Command\Command; -use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; -use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Output\OutputInterface; use Symfony\Component\Console\Style\SymfonyStyle; -use Symfony\Contracts\HttpClient\Exception\ClientExceptionInterface; -use Symfony\Contracts\HttpClient\Exception\DecodingExceptionInterface; -use Symfony\Contracts\HttpClient\Exception\RedirectionExceptionInterface; -use Symfony\Contracts\HttpClient\Exception\ServerExceptionInterface; -use Symfony\Contracts\HttpClient\Exception\TransportExceptionInterface; -use Symfony\Contracts\HttpClient\HttpClientInterface; + use Vin\ShopwareSdk\Client\AdminAuthenticator; use Vin\ShopwareSdk\Client\GrantType\ClientCredentialsGrantType; use Vin\ShopwareSdk\Data\Context; use Vin\ShopwareSdk\Data\Criteria; +use Vin\ShopwareSdk\Data\Entity\EntityCollection; use Vin\ShopwareSdk\Data\Entity\Order\OrderDefinition; -use Vin\ShopwareSdk\Data\Entity\Product\ProductDefinition; +use Vin\ShopwareSdk\Data\Filter\EqualsAnyFilter; + use Vin\ShopwareSdk\Data\Filter\EqualsFilter; use Vin\ShopwareSdk\Factory\RepositoryFactory; @@ -36,60 +33,74 @@ use Vin\ShopwareSdk\Factory\RepositoryFactory; class SwGetOrdersCommand extends Command { private $ordersRepository; - private $client; private $logger; + private $orderData; - public function __construct(OrdersRepository $ordersRepository, HttpClientInterface $client, LoggerInterface $logger ) + public function __construct(OrdersRepository $ordersRepository, LoggerInterface $logger ) { $this->ordersRepository = $ordersRepository; - $this->client = $client; $this->logger = $logger; + parent::__construct(); } protected function configure(): void { - $this - ->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') - ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') - ; +// $this +// ->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') +// ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') +// ; } protected function execute(InputInterface $input, OutputInterface $output): int { $io = new SymfonyStyle($input, $output); - $arg1 = $input->getArgument('arg1'); - - if ($arg1) { - $io->note(sprintf('You passed an argument: %s', $arg1)); - } - - if ($input->getOption('option1')) { - // ... - } +// $arg1 = $input->getArgument('arg1'); +// +// if ($arg1) { +// $io->note(sprintf('You passed an argument: %s', $arg1)); +// } +// +// if ($input->getOption('option1')) { +// // ... +// } //offene Bestellungen aus Datenbank holen - $orders = $this->getOrders(); + $this->orderData = $this->getOrders(); - if(!$orders) { - $io->error('Keine Bestellungen gefunden'); - return Command::FAILURE; - } //Bestelldetails aus SW holen - $this->getOrdersFromSW($orders); + $this->getOrdersDataFromSW(); + + foreach ($this->orderData as $order) { + $io->info('Bestellung ID: '.$order->getId()); + $io->info('Bestellung Order-ID: '.$order->getOrderId()); + $io->info('Bestellung Data: '.var_export($order->getData(),1)); + + + $this->saveOrdersData($order); + } + + + $io->success('Done!'); return Command::SUCCESS; } + /** + * @return array + */ private function getOrders():array { return $this->ordersRepository->findAll(); } + /** + * @return \Vin\ShopwareSdk\Data\AccessToken|void + */ private function shopwareAuth(){ try{ @@ -99,41 +110,50 @@ class SwGetOrdersCommand extends Command }catch (\Exception $e){ $this->logger->error($e->getMessage()); } - - } /** - * @throws TransportExceptionInterface - * @throws ServerExceptionInterface - * @throws RedirectionExceptionInterface - * @throws DecodingExceptionInterface - * @throws ClientExceptionInterface - * @throws \Exception + * holt alle fehlende Bestelldetails aus SW */ - private function getOrdersFromSW(array $ordersArr):void - { + private function getOrdersDataFromSW(): void + { + foreach ($this->orderData as $value) { - $context = new Context($_ENV['SHOPWARE_API_URL'], $this->shopwareAuth()); + // Bei Shopware API anmelden + $context = new Context($_ENV['SHOPWARE_API_URL'], $this->shopwareAuth()); - // Create the repository for the entity - $orderRepository = RepositoryFactory::create(OrderDefinition::ENTITY_NAME); + // Create the repository for the entity + $orderRepository = RepositoryFactory::create(OrderDefinition::ENTITY_NAME); - // Create the criteria - $criteria = new Criteria(); - $criteria->addFilter(new EqualsFilter('orderNumber', '9f002cc7de704a6ab31e1b410547cb97')); + // Create the criteria + $criteria = new Criteria(); + $criteria->addFilter(new EqualsFilter('id', $value->getOrderId())); - $criteria->addAssociation('order.orderDetails.product'); + //Beziehungen zu Produkten holen + $criteria->addAssociation('lineItems'); - // Using this criteria and the context object that you create from authentication step, you can retrieving the result - $orders = $orderRepository->search($criteria, $context); - - - - var_dump($orders); + try { + $orders = $orderRepository->search($criteria, $context); + $value->setData((array)$orders->getEntities()); + } catch (\Exception $e) { + $this->logger->error($e->getMessage()); + } + } } + /** + * @param $orderData + * @return void + */ + private function saveOrdersData($orderData): void + { + $orderData->setStatus = 1; + $this->ordersRepository->add($orderData,true); + } + + + } diff --git a/src/Repository/OrdersRepository.php b/src/Repository/OrdersRepository.php index 310929d..a919f0f 100644 --- a/src/Repository/OrdersRepository.php +++ b/src/Repository/OrdersRepository.php @@ -5,6 +5,8 @@ namespace App\Repository; use App\Entity\Orders; use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; use Doctrine\Persistence\ManagerRegistry; +use Symfony\Component\Validator\Validator\ValidatorInterface; + /** * @extends ServiceEntityRepository @@ -16,13 +18,21 @@ use Doctrine\Persistence\ManagerRegistry; */ class OrdersRepository extends ServiceEntityRepository { - public function __construct(ManagerRegistry $registry) + private ValidatorInterface $validator; + + public function __construct(ManagerRegistry $registry,ValidatorInterface $validator) { parent::__construct($registry, Orders::class); + $this->validator = $validator; } - public function add(Orders $entity, bool $flush = false): void { + + $errors = $this->validator->validate($entity); + if (count($errors) > 0) { + var_dump($errors); + } + $this->getEntityManager()->persist($entity); if ($flush) { @@ -30,6 +40,18 @@ class OrdersRepository extends ServiceEntityRepository } } + public function update(Orders $entity, bool $flush = false): void + { + $order = $this->getEntityManager()->find(Orders::class, $entity->getId()); + + if(!$order) { + throw $this->createNotFoundException('Order not found: '.$entity->getId()); + } + + + + } + public function remove(Orders $entity, bool $flush = false): void { $this->getEntityManager()->remove($entity); diff --git a/symfony.lock b/symfony.lock index d527b65..c87a9b6 100644 --- a/symfony.lock +++ b/symfony.lock @@ -61,6 +61,20 @@ "config/packages/nelmio_cors.yaml" ] }, + "phpunit/phpunit": { + "version": "9.5", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "9.3", + "ref": "a6249a6c4392e9169b87abf93225f7f9f59025e6" + }, + "files": [ + ".env.test", + "phpunit.xml.dist", + "tests/bootstrap.php" + ] + }, "sensio/framework-extra-bundle": { "version": "6.2", "recipe": { @@ -149,6 +163,21 @@ "config/packages/monolog.yaml" ] }, + "symfony/phpunit-bridge": { + "version": "6.1", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "5.3", + "ref": "97cb3dc7b0f39c7cfc4b7553504c9d7b7795de96" + }, + "files": [ + ".env.test", + "bin/phpunit", + "phpunit.xml.dist", + "tests/bootstrap.php" + ] + }, "symfony/routing": { "version": "6.1", "recipe": { diff --git a/tests/OrdersTest.php b/tests/OrdersTest.php new file mode 100644 index 0000000..680ba60 --- /dev/null +++ b/tests/OrdersTest.php @@ -0,0 +1,16 @@ +request('GET', '/'); + + $this->assertResponseIsSuccessful(); + $this->assertJsonContains(['@id' => '/']); + } +} diff --git a/tests/Shopware/OrdersTest.php b/tests/Shopware/OrdersTest.php new file mode 100644 index 0000000..ec086c6 --- /dev/null +++ b/tests/Shopware/OrdersTest.php @@ -0,0 +1,13 @@ +assertTrue(true); + } +} diff --git a/tests/bootstrap.php b/tests/bootstrap.php new file mode 100644 index 0000000..469dcce --- /dev/null +++ b/tests/bootstrap.php @@ -0,0 +1,11 @@ +bootEnv(dirname(__DIR__).'/.env'); +} From a2ef85c18820da7a4fef5e12bdd3a5f2877b9fd2 Mon Sep 17 00:00:00 2001 From: Marko Date: Fri, 1 Jul 2022 15:31:34 +0200 Subject: [PATCH 04/13] Add Stock & Warehouse --- .idea/dbnavigator.xml | 103 ++++++++++++++++++++++-- migrations/Version20220630134334.php | 37 +++++++++ src/Command/SwGetOrdersCommand.php | 30 ++++--- src/Entity/Stock.php | 80 ++++++++++++++++++ src/Entity/Warehouse.php | 75 +++++++++++++++++ src/EventSubscriber/OrderSubscriber.php | 50 ++++++++++++ src/Repository/OrdersRepository.php | 2 - src/Repository/StockRepository.php | 66 +++++++++++++++ src/Repository/WarehouseRepository.php | 66 +++++++++++++++ 9 files changed, 486 insertions(+), 23 deletions(-) create mode 100644 migrations/Version20220630134334.php create mode 100644 src/Entity/Stock.php create mode 100644 src/Entity/Warehouse.php create mode 100644 src/EventSubscriber/OrderSubscriber.php create mode 100644 src/Repository/StockRepository.php create mode 100644 src/Repository/WarehouseRepository.php diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml index 1d1c7ed..bb3d535 100644 --- a/.idea/dbnavigator.xml +++ b/.idea/dbnavigator.xml @@ -2,7 +2,7 @@ - + @@ -27,9 +27,17 @@ + + + + + + + + @@ -58,7 +66,92 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
@@ -145,11 +238,11 @@ - - + + - + diff --git a/migrations/Version20220630134334.php b/migrations/Version20220630134334.php new file mode 100644 index 0000000..e93b24a --- /dev/null +++ b/migrations/Version20220630134334.php @@ -0,0 +1,37 @@ +addSql('CREATE TABLE stock (id INT AUTO_INCREMENT NOT NULL, warehouse_id_id INT DEFAULT NULL, product_id VARCHAR(255) NOT NULL, stock INT NOT NULL, update_time DATETIME DEFAULT NULL, INDEX IDX_4B365660FE25E29A (warehouse_id_id), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB'); + $this->addSql('CREATE TABLE warehouse (id INT AUTO_INCREMENT NOT NULL, priority INT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB'); + $this->addSql('ALTER TABLE stock ADD CONSTRAINT FK_4B365660FE25E29A FOREIGN KEY (warehouse_id_id) REFERENCES warehouse (id)'); + $this->addSql('ALTER TABLE orders CHANGE status status INT NOT NULL'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('ALTER TABLE stock DROP FOREIGN KEY FK_4B365660FE25E29A'); + $this->addSql('DROP TABLE stock'); + $this->addSql('DROP TABLE warehouse'); + $this->addSql('ALTER TABLE orders CHANGE status status INT DEFAULT NULL'); + } +} diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php index 698e432..995080f 100644 --- a/src/Command/SwGetOrdersCommand.php +++ b/src/Command/SwGetOrdersCommand.php @@ -69,22 +69,7 @@ class SwGetOrdersCommand extends Command //offene Bestellungen aus Datenbank holen $this->orderData = $this->getOrders(); - - //Bestelldetails aus SW holen - $this->getOrdersDataFromSW(); - - foreach ($this->orderData as $order) { - $io->info('Bestellung ID: '.$order->getId()); - $io->info('Bestellung Order-ID: '.$order->getOrderId()); - $io->info('Bestellung Data: '.var_export($order->getData(),1)); - - - $this->saveOrdersData($order); - } - - - - + $this->getOrderDetails(); $io->success('Done!'); return Command::SUCCESS; @@ -98,6 +83,19 @@ class SwGetOrdersCommand extends Command return $this->ordersRepository->findAll(); } + /** + * @return void + */ + public function getOrderDetails(): void + { + //Bestelldetails aus SW holen + $this->getOrdersDataFromSW(); + + foreach ($this->orderData as $order) { + $this->saveOrdersData($order); + } + } + /** * @return \Vin\ShopwareSdk\Data\AccessToken|void */ diff --git a/src/Entity/Stock.php b/src/Entity/Stock.php new file mode 100644 index 0000000..94f1aa7 --- /dev/null +++ b/src/Entity/Stock.php @@ -0,0 +1,80 @@ +id; + } + + public function getProductId(): ?string + { + return $this->product_id; + } + + public function setProductId(string $product_id): self + { + $this->product_id = $product_id; + + return $this; + } + + public function getStock(): ?int + { + return $this->stock; + } + + public function setStock(int $stock): self + { + $this->stock = $stock; + + return $this; + } + + public function getUpdateTime(): ?\DateTimeInterface + { + return $this->update_time; + } + + public function setUpdateTime(?\DateTimeInterface $update_time): self + { + $this->update_time = $update_time; + + return $this; + } + + public function getWarehouseId(): ?Warehouse + { + return $this->warehouse_id; + } + + public function setWarehouseId(?Warehouse $warehouse_id): self + { + $this->warehouse_id = $warehouse_id; + + return $this; + } +} diff --git a/src/Entity/Warehouse.php b/src/Entity/Warehouse.php new file mode 100644 index 0000000..c4730c2 --- /dev/null +++ b/src/Entity/Warehouse.php @@ -0,0 +1,75 @@ +warehouse_id = new ArrayCollection(); + } + + public function getId(): ?int + { + return $this->id; + } + + /** + * @return Collection + */ + public function getWarehouseId(): Collection + { + return $this->warehouse_id; + } + + public function addWarehouseId(Stock $warehouseId): self + { + if (!$this->warehouse_id->contains($warehouseId)) { + $this->warehouse_id[] = $warehouseId; + $warehouseId->setWarehouseId($this); + } + + return $this; + } + + public function removeWarehouseId(Stock $warehouseId): self + { + if ($this->warehouse_id->removeElement($warehouseId)) { + // set the owning side to null (unless already changed) + if ($warehouseId->getWarehouseId() === $this) { + $warehouseId->setWarehouseId(null); + } + } + + return $this; + } + + public function getPriority(): ?int + { + return $this->priority; + } + + public function setPriority(int $priority): self + { + $this->priority = $priority; + + return $this; + } +} diff --git a/src/EventSubscriber/OrderSubscriber.php b/src/EventSubscriber/OrderSubscriber.php new file mode 100644 index 0000000..162bb53 --- /dev/null +++ b/src/EventSubscriber/OrderSubscriber.php @@ -0,0 +1,50 @@ +logger = $logger; + } + + /** + * @return array[] + */ + public static function getSubscribedEvents() + { + return [ + KernelEvents::VIEW => ['getShopwareOrder', EventPriorities::POST_WRITE], + ]; + } + + /** + * @param ViewEvent $event + * @return void + */ + public function getShopwareOrder(ViewEvent $event): void + { + $data = $event->getControllerResult(); + $method = $event->getRequest()->getMethod(); + + + + + $this->logger->info('hier'); + + + } +} diff --git a/src/Repository/OrdersRepository.php b/src/Repository/OrdersRepository.php index a919f0f..a3e1578 100644 --- a/src/Repository/OrdersRepository.php +++ b/src/Repository/OrdersRepository.php @@ -48,8 +48,6 @@ class OrdersRepository extends ServiceEntityRepository throw $this->createNotFoundException('Order not found: '.$entity->getId()); } - - } public function remove(Orders $entity, bool $flush = false): void diff --git a/src/Repository/StockRepository.php b/src/Repository/StockRepository.php new file mode 100644 index 0000000..b1bd48c --- /dev/null +++ b/src/Repository/StockRepository.php @@ -0,0 +1,66 @@ + + * + * @method Stock|null find($id, $lockMode = null, $lockVersion = null) + * @method Stock|null findOneBy(array $criteria, array $orderBy = null) + * @method Stock[] findAll() + * @method Stock[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) + */ +class StockRepository extends ServiceEntityRepository +{ + public function __construct(ManagerRegistry $registry) + { + parent::__construct($registry, Stock::class); + } + + public function add(Stock $entity, bool $flush = false): void + { + $this->getEntityManager()->persist($entity); + + if ($flush) { + $this->getEntityManager()->flush(); + } + } + + public function remove(Stock $entity, bool $flush = false): void + { + $this->getEntityManager()->remove($entity); + + if ($flush) { + $this->getEntityManager()->flush(); + } + } + +// /** +// * @return Stock[] Returns an array of Stock objects +// */ +// public function findByExampleField($value): array +// { +// return $this->createQueryBuilder('s') +// ->andWhere('s.exampleField = :val') +// ->setParameter('val', $value) +// ->orderBy('s.id', 'ASC') +// ->setMaxResults(10) +// ->getQuery() +// ->getResult() +// ; +// } + +// public function findOneBySomeField($value): ?Stock +// { +// return $this->createQueryBuilder('s') +// ->andWhere('s.exampleField = :val') +// ->setParameter('val', $value) +// ->getQuery() +// ->getOneOrNullResult() +// ; +// } +} diff --git a/src/Repository/WarehouseRepository.php b/src/Repository/WarehouseRepository.php new file mode 100644 index 0000000..17925f3 --- /dev/null +++ b/src/Repository/WarehouseRepository.php @@ -0,0 +1,66 @@ + + * + * @method Warehouse|null find($id, $lockMode = null, $lockVersion = null) + * @method Warehouse|null findOneBy(array $criteria, array $orderBy = null) + * @method Warehouse[] findAll() + * @method Warehouse[] findBy(array $criteria, array $orderBy = null, $limit = null, $offset = null) + */ +class WarehouseRepository extends ServiceEntityRepository +{ + public function __construct(ManagerRegistry $registry) + { + parent::__construct($registry, Warehouse::class); + } + + public function add(Warehouse $entity, bool $flush = false): void + { + $this->getEntityManager()->persist($entity); + + if ($flush) { + $this->getEntityManager()->flush(); + } + } + + public function remove(Warehouse $entity, bool $flush = false): void + { + $this->getEntityManager()->remove($entity); + + if ($flush) { + $this->getEntityManager()->flush(); + } + } + +// /** +// * @return Warehouse[] Returns an array of Warehouse objects +// */ +// public function findByExampleField($value): array +// { +// return $this->createQueryBuilder('w') +// ->andWhere('w.exampleField = :val') +// ->setParameter('val', $value) +// ->orderBy('w.id', 'ASC') +// ->setMaxResults(10) +// ->getQuery() +// ->getResult() +// ; +// } + +// public function findOneBySomeField($value): ?Warehouse +// { +// return $this->createQueryBuilder('w') +// ->andWhere('w.exampleField = :val') +// ->setParameter('val', $value) +// ->getQuery() +// ->getOneOrNullResult() +// ; +// } +} From 3d8cca58dda001388888ad395cf677dfccd917b5 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 18 Jul 2022 16:21:54 +0200 Subject: [PATCH 05/13] composer update --- composer.lock | 49 ++++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 23 deletions(-) diff --git a/composer.lock b/composer.lock index 67d82e3..2276e5b 100644 --- a/composer.lock +++ b/composer.lock @@ -169,16 +169,16 @@ }, { "name": "doctrine/annotations", - "version": "1.13.2", + "version": "1.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08" + "reference": "648b0343343565c4a056bfc8392201385e8d89f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", + "reference": "648b0343343565c4a056bfc8392201385e8d89f0", "shasum": "" }, "require": { @@ -190,9 +190,10 @@ "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^0.12.20", + "phpstan/phpstan": "^1.4.10 || ^1.8.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2" + "symfony/cache": "^4.4 || ^5.2", + "vimeo/psalm": "^4.10" }, "type": "library", "autoload": { @@ -235,9 +236,9 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.2" + "source": "https://github.com/doctrine/annotations/tree/1.13.3" }, - "time": "2021-08-05T19:00:23+00:00" + "time": "2022-07-02T10:48:51+00:00" }, { "name": "doctrine/cache", @@ -6904,21 +6905,21 @@ }, { "name": "vin-sw/shopware-sdk", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/vienthuong/shopware-php-sdk.git", - "reference": "30686d831b657b95b797853dfcd4acc3144fab4a" + "reference": "6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vienthuong/shopware-php-sdk/zipball/30686d831b657b95b797853dfcd4acc3144fab4a", - "reference": "30686d831b657b95b797853dfcd4acc3144fab4a", + "url": "https://api.github.com/repos/vienthuong/shopware-php-sdk/zipball/6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55", + "reference": "6ec708801e4d0e4ce34bd9d9d5dafd8bee693a55", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/guzzle": "^7.0", + "guzzlehttp/guzzle": "~7.4.5", "php": "^7.4 || ^8.0", "psr/http-client": "^1.0" }, @@ -6949,9 +6950,9 @@ "description": "A PHP SDK for Shopware 6 Platform", "support": { "issues": "https://github.com/vienthuong/shopware-php-sdk/issues", - "source": "https://github.com/vienthuong/shopware-php-sdk/tree/1.4.0" + "source": "https://github.com/vienthuong/shopware-php-sdk/tree/1.5.0" }, - "time": "2022-03-04T17:00:16+00:00" + "time": "2022-07-05T07:12:18+00:00" }, { "name": "webmozart/assert", @@ -9204,22 +9205,22 @@ }, { "name": "symfony/maker-bundle", - "version": "v1.43.0", + "version": "v1.44.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59" + "reference": "fa535d792e9261ae7a78481f643c00991e1d1588" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/e3f9a1d9e0f4968f68454403e820dffc7db38a59", - "reference": "e3f9a1d9e0f4968f68454403e820dffc7db38a59", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/fa535d792e9261ae7a78481f643c00991e1d1588", + "reference": "fa535d792e9261ae7a78481f643c00991e1d1588", "shasum": "" }, "require": { "doctrine/inflector": "^2.0", "nikic/php-parser": "^4.11", - "php": ">=7.2.5", + "php": ">=8.0", "symfony/config": "^5.4.7|^6.0", "symfony/console": "^5.4.7|^6.0", "symfony/dependency-injection": "^5.4.7|^6.0", @@ -9230,7 +9231,9 @@ "symfony/http-kernel": "^5.4.7|^6.0" }, "conflict": { - "doctrine/orm": "<2.10" + "doctrine/doctrine-bundle": "<2.4", + "doctrine/orm": "<2.10", + "symfony/doctrine-bridge": "<5.4" }, "require-dev": { "composer/semver": "^3.0", @@ -9275,7 +9278,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.43.0" + "source": "https://github.com/symfony/maker-bundle/tree/v1.44.0" }, "funding": [ { @@ -9291,7 +9294,7 @@ "type": "tidelift" } ], - "time": "2022-05-17T15:46:50+00:00" + "time": "2022-07-13T17:37:04+00:00" }, { "name": "symfony/monolog-bridge", From 975fa964780e3a34ce9c7ab8aa450b2f3ebf2afe Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 18 Jul 2022 16:22:50 +0200 Subject: [PATCH 06/13] composer update --- .idea/dataSources.xml | 12 +++++++ .idea/sqldialects.xml | 6 ++++ config/packages/sensio_framework_extra.yaml | 3 ++ src/Controller/OrdersController.php | 40 +++++++++++++++++++++ src/Form/OrdersType.php | 27 ++++++++++++++ 5 files changed, 88 insertions(+) create mode 100644 .idea/dataSources.xml create mode 100644 .idea/sqldialects.xml create mode 100644 config/packages/sensio_framework_extra.yaml create mode 100644 src/Controller/OrdersController.php create mode 100644 src/Form/OrdersType.php diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..4f29a6f --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://127.0.0.1:3306 + $ProjectFileDir$ + + + \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml new file mode 100644 index 0000000..56782ca --- /dev/null +++ b/.idea/sqldialects.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/config/packages/sensio_framework_extra.yaml b/config/packages/sensio_framework_extra.yaml new file mode 100644 index 0000000..1821ccc --- /dev/null +++ b/config/packages/sensio_framework_extra.yaml @@ -0,0 +1,3 @@ +sensio_framework_extra: + router: + annotations: false diff --git a/src/Controller/OrdersController.php b/src/Controller/OrdersController.php new file mode 100644 index 0000000..c884166 --- /dev/null +++ b/src/Controller/OrdersController.php @@ -0,0 +1,40 @@ +logger = $logger; + $this->ordersRepository = $ordersRepository; + } + + + public function getOrders(): Orders + { + $this->logger->info('I just got the logger'); + + $orders = $this->ordersRepository->findAll(); + + + return $orders->getData(); + } + +} diff --git a/src/Form/OrdersType.php b/src/Form/OrdersType.php new file mode 100644 index 0000000..b62a37e --- /dev/null +++ b/src/Form/OrdersType.php @@ -0,0 +1,27 @@ +add('order_id') + ->add('status') + ->add('data') + ; + } + + public function configureOptions(OptionsResolver $resolver): void + { + $resolver->setDefaults([ + 'data_class' => Orders::class, + ]); + } +} From d0bf89b8358680667f64d8f6d641326d49f1ced4 Mon Sep 17 00:00:00 2001 From: mmoeller Date: Mon, 18 Jul 2022 16:24:13 +0200 Subject: [PATCH 07/13] update --- .idea/CdsConnector.iml | 106 ++-- .idea/dataSources.xml | 22 +- .idea/dbnavigator.xml | 1104 ++++++++++++++++++------------------- .idea/deployment.xml | 82 +-- .idea/git_toolbox_prj.xml | 28 +- .idea/modules.xml | 14 +- .idea/php.xml | 282 +++++----- .idea/phpunit.xml | 18 +- .idea/sqldialects.xml | 10 +- .idea/symfony2.xml | 10 +- .idea/vcs.xml | 10 +- bin/console | 0 12 files changed, 843 insertions(+), 843 deletions(-) mode change 100644 => 100755 bin/console diff --git a/.idea/CdsConnector.iml b/.idea/CdsConnector.iml index 21e3638..c890bdd 100644 --- a/.idea/CdsConnector.iml +++ b/.idea/CdsConnector.iml @@ -1,54 +1,54 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml index 4f29a6f..98a42f8 100644 --- a/.idea/dataSources.xml +++ b/.idea/dataSources.xml @@ -1,12 +1,12 @@ - - - - - mysql.8 - true - com.mysql.cj.jdbc.Driver - jdbc:mysql://127.0.0.1:3306 - $ProjectFileDir$ - - + + + + + mysql.8 + true + com.mysql.cj.jdbc.Driver + jdbc:mysql://127.0.0.1:3306 + $ProjectFileDir$ + + \ No newline at end of file diff --git a/.idea/dbnavigator.xml b/.idea/dbnavigator.xml index bb3d535..145b0f4 100644 --- a/.idea/dbnavigator.xml +++ b/.idea/dbnavigator.xml @@ -1,553 +1,553 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
\ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 0684c6c..e5e0187 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,42 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/git_toolbox_prj.xml b/.idea/git_toolbox_prj.xml index 02b915b..38839fe 100644 --- a/.idea/git_toolbox_prj.xml +++ b/.idea/git_toolbox_prj.xml @@ -1,15 +1,15 @@ - - - - - - + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index dcdd163..556ba3a 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 3f43210..198ebe4 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -1,142 +1,142 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/phpunit.xml b/.idea/phpunit.xml index 4f8104c..83eacae 100644 --- a/.idea/phpunit.xml +++ b/.idea/phpunit.xml @@ -1,10 +1,10 @@ - - - - - + + + + + \ No newline at end of file diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml index 56782ca..bdcd84f 100644 --- a/.idea/sqldialects.xml +++ b/.idea/sqldialects.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/.idea/symfony2.xml b/.idea/symfony2.xml index bd98e40..2dfac5e 100644 --- a/.idea/symfony2.xml +++ b/.idea/symfony2.xml @@ -1,6 +1,6 @@ - - - - + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml index 94a25f7..9661ac7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -1,6 +1,6 @@ - - - - - + + + + + \ No newline at end of file diff --git a/bin/console b/bin/console old mode 100644 new mode 100755 From 34bd112261c4f09d743f9474b50f4df1f0af3025 Mon Sep 17 00:00:00 2001 From: mmoeller Date: Mon, 18 Jul 2022 16:25:00 +0200 Subject: [PATCH 08/13] update flex --- .env | 1 + symfony.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index 3e9f9b5..b3c454f 100644 --- a/.env +++ b/.env @@ -9,6 +9,7 @@ # Real environment variables win over .env files. # # DO NOT DEFINE PRODUCTION SECRETS IN THIS FILE NOR IN ANY OTHER COMMITTED FILES. +# https://symfony.com/doc/current/configuration/secrets.html # # Run "composer dump-env prod" to compile .env files for production use (requires symfony/flex >=1.2). # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration diff --git a/symfony.lock b/symfony.lock index c87a9b6..736ee80 100644 --- a/symfony.lock +++ b/symfony.lock @@ -117,7 +117,7 @@ "repo": "github.com/symfony/recipes", "branch": "main", "version": "1.0", - "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e" + "ref": "146251ae39e06a95be0fe3d13c807bcf3938b172" }, "files": [ ".env" From 52fae1a695b61b12032e63c9e07a96b0cad2f350 Mon Sep 17 00:00:00 2001 From: buddy Date: Tue, 19 Jul 2022 09:45:45 +0000 Subject: [PATCH 09/13] 2 --- public/bundles/apiplatform/fetch/fetch.js | 22 +++--- public/bundles/apiplatform/init-graphiql.js | 17 +++-- .../apiplatform/init-graphql-playground.js | 2 +- public/bundles/apiplatform/init-swagger-ui.js | 25 +++++-- src/Command/SwGetOrdersCommand.php | 74 +++++++++---------- src/Entity/Orders.php | 7 +- src/EventSubscriber/OrderSubscriber.php | 36 +++++---- src/Repository/OrdersRepository.php | 8 +- 8 files changed, 99 insertions(+), 92 deletions(-) diff --git a/public/bundles/apiplatform/fetch/fetch.js b/public/bundles/apiplatform/fetch/fetch.js index b60e7e1..d48020e 100644 --- a/public/bundles/apiplatform/fetch/fetch.js +++ b/public/bundles/apiplatform/fetch/fetch.js @@ -17,7 +17,8 @@ exports.FetchStream = FetchStream; exports.CookieJar = CookieJar; exports.fetchUrl = fetchUrl; -function FetchStream(url, options) { +function FetchStream(url, options) +{ Stream.call(this); options = options || {}; @@ -172,7 +173,7 @@ FetchStream.prototype.parseUrl = function (url) { path: urlparts.pathname + (urlparts.search || '') || '/', method: this.options.method, rejectUnauthorized: this.options.rejectUnauthorized - }; + }; switch (urlparts.protocol) { case 'https:': @@ -185,17 +186,17 @@ FetchStream.prototype.parseUrl = function (url) { } if (transport === https) { - if('agentHttps' in this.options){ + if ('agentHttps' in this.options) { urloptions.agent = this.options.agentHttps; } - if('agent' in this.options){ + if ('agent' in this.options) { urloptions.agent = this.options.agent; } } else { - if('agentHttp' in this.options){ + if ('agentHttp' in this.options) { urloptions.agent = this.options.agentHttp; } - if('agent' in this.options){ + if ('agent' in this.options) { urloptions.agent = this.options.agent; } } @@ -382,7 +383,8 @@ FetchStream.prototype._runStream = function (url_data, url) { } }; -function fetchUrl(url, options, callback) { +function fetchUrl(url, options, callback) +{ if (!callback && typeof options === 'function') { callback = options; options = undefined; @@ -453,7 +455,8 @@ function fetchUrl(url, options, callback) { }); } -function _parseContentType(str) { +function _parseContentType(str) +{ if (!str) { return {}; } @@ -476,7 +479,8 @@ function _parseContentType(str) { }; } -function _findHTMLCharset(htmlbuffer) { +function _findHTMLCharset(htmlbuffer) +{ var body = htmlbuffer.toString('ascii'), input, meta, charset; diff --git a/public/bundles/apiplatform/init-graphiql.js b/public/bundles/apiplatform/init-graphiql.js index f1447c2..dce292e 100644 --- a/public/bundles/apiplatform/init-graphiql.js +++ b/public/bundles/apiplatform/init-graphiql.js @@ -1,22 +1,26 @@ var initParameters = {}; var entrypoint = null; -function onEditQuery(newQuery) { +function onEditQuery(newQuery) +{ initParameters.query = newQuery; updateURL(); } -function onEditVariables(newVariables) { +function onEditVariables(newVariables) +{ initParameters.variables = newVariables; updateURL(); } -function onEditOperationName(newOperationName) { +function onEditOperationName(newOperationName) +{ initParameters.operationName = newOperationName; updateURL(); } -function updateURL() { +function updateURL() +{ var newSearch = '?' + Object.keys(initParameters).filter(function (key) { return Boolean(initParameters[key]); }).map(function (key) { @@ -25,7 +29,8 @@ function updateURL() { history.replaceState(null, null, newSearch); } -function graphQLFetcher(graphQLParams) { +function graphQLFetcher(graphQLParams) +{ return fetch(entrypoint, { method: 'post', headers: { @@ -45,7 +50,7 @@ function graphQLFetcher(graphQLParams) { }); } -window.onload = function() { +window.onload = function () { var data = JSON.parse(document.getElementById('graphiql-data').innerText); entrypoint = data.entrypoint; diff --git a/public/bundles/apiplatform/init-graphql-playground.js b/public/bundles/apiplatform/init-graphql-playground.js index a69a243..f4999dc 100644 --- a/public/bundles/apiplatform/init-graphql-playground.js +++ b/public/bundles/apiplatform/init-graphql-playground.js @@ -1,4 +1,4 @@ -window.addEventListener('load', function(event) { +window.addEventListener('load', function (event) { var loadingWrapper = document.getElementById('loading-wrapper'); loadingWrapper.classList.add('fadeOut'); diff --git a/public/bundles/apiplatform/init-swagger-ui.js b/public/bundles/apiplatform/init-swagger-ui.js index 95f2b63..2c823b0 100644 --- a/public/bundles/apiplatform/init-swagger-ui.js +++ b/public/bundles/apiplatform/init-swagger-ui.js @@ -1,18 +1,22 @@ 'use strict'; -window.onload = function() { +window.onload = function () { manageWebbyDisplay(); new MutationObserver(function (mutations, self) { const op = document.getElementById(`operations-${data.shortName}-${data.operationId}`); - if (!op) return; + if (!op) { + return; + } self.disconnect(); op.querySelector('.opblock-summary').click(); const tryOutObserver = new MutationObserver(function (mutations, self) { const tryOut = op.querySelector('.try-out__btn'); - if (!tryOut) return; + if (!tryOut) { + return; + } self.disconnect(); @@ -31,7 +35,7 @@ window.onload = function() { } // Wait input values to be populated before executing the query - setTimeout(function(){ + setTimeout(function () { op.querySelector('.execute').click(); op.scrollIntoView(); }, 500); @@ -71,10 +75,12 @@ window.onload = function() { // Adapted from https://github.com/vitalyq/react-trigger-change/blob/master/lib/change.js // Copyright (c) 2017 Vitaly Kuznetsov // MIT License - function reactTriggerChange(node) { + function reactTriggerChange(node) + { // Do not try to delete non-configurable properties. // Value and checked properties on DOM elements are non-configurable in PhantomJS. - function deletePropertySafe(elem, prop) { + function deletePropertySafe(elem, prop) + { const desc = Object.getOwnPropertyDescriptor(elem, prop); if (desc && desc.configurable) { delete elem[prop]; @@ -129,9 +135,12 @@ window.onload = function() { } } - function manageWebbyDisplay() { + function manageWebbyDisplay() + { const webby = document.getElementsByClassName('webby')[0]; - if (!webby) return; + if (!webby) { + return; + } const web = document.getElementsByClassName('web')[0]; webby.classList.add('calm'); diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php index 995080f..844247f 100644 --- a/src/Command/SwGetOrdersCommand.php +++ b/src/Command/SwGetOrdersCommand.php @@ -25,7 +25,6 @@ use Vin\ShopwareSdk\Data\Filter\EqualsAnyFilter; use Vin\ShopwareSdk\Data\Filter\EqualsFilter; use Vin\ShopwareSdk\Factory\RepositoryFactory; - #[AsCommand( name: 'sw:get-orders', description: 'Holt alle offenen Bestellungen von SW ab', @@ -37,7 +36,7 @@ class SwGetOrdersCommand extends Command private $orderData; - public function __construct(OrdersRepository $ordersRepository, LoggerInterface $logger ) + public function __construct(OrdersRepository $ordersRepository, LoggerInterface $logger) { $this->ordersRepository = $ordersRepository; $this->logger = $logger; @@ -80,7 +79,7 @@ class SwGetOrdersCommand extends Command */ private function getOrders():array { - return $this->ordersRepository->findAll(); + return $this->ordersRepository->findAll(); } /** @@ -89,57 +88,55 @@ class SwGetOrdersCommand extends Command public function getOrderDetails(): void { //Bestelldetails aus SW holen - $this->getOrdersDataFromSW(); + $this->getOrdersDataFromSW(); - foreach ($this->orderData as $order) { - $this->saveOrdersData($order); - } + foreach ($this->orderData as $order) { + $this->saveOrdersData($order); + } } /** * @return \Vin\ShopwareSdk\Data\AccessToken|void */ - private function shopwareAuth(){ + private function shopwareAuth() + { - try{ - $grantType = new ClientCredentialsGrantType($_ENV['SHOPWARE_API_ID'], $_ENV['SHOPWARE_API_KEY']); - $adminClient = new AdminAuthenticator($grantType, $_ENV['SHOPWARE_API_URL']); - return $adminClient->fetchAccessToken(); - }catch (\Exception $e){ - $this->logger->error($e->getMessage()); - } + try { + $grantType = new ClientCredentialsGrantType($_ENV['SHOPWARE_API_ID'], $_ENV['SHOPWARE_API_KEY']); + $adminClient = new AdminAuthenticator($grantType, $_ENV['SHOPWARE_API_URL']); + return $adminClient->fetchAccessToken(); + } catch (\Exception $e) { + $this->logger->error($e->getMessage()); + } } /** * holt alle fehlende Bestelldetails aus SW */ - private function getOrdersDataFromSW(): void - { - foreach ($this->orderData as $value) { + private function getOrdersDataFromSW(): void + { + foreach ($this->orderData as $value) { + // Bei Shopware API anmelden + $context = new Context($_ENV['SHOPWARE_API_URL'], $this->shopwareAuth()); - // Bei Shopware API anmelden - $context = new Context($_ENV['SHOPWARE_API_URL'], $this->shopwareAuth()); + // Create the repository for the entity + $orderRepository = RepositoryFactory::create(OrderDefinition::ENTITY_NAME); - // Create the repository for the entity - $orderRepository = RepositoryFactory::create(OrderDefinition::ENTITY_NAME); + // Create the criteria + $criteria = new Criteria(); + $criteria->addFilter(new EqualsFilter('id', $value->getOrderId())); - // Create the criteria - $criteria = new Criteria(); - $criteria->addFilter(new EqualsFilter('id', $value->getOrderId())); + //Beziehungen zu Produkten holen + $criteria->addAssociation('lineItems'); - //Beziehungen zu Produkten holen - $criteria->addAssociation('lineItems'); + try { + $orders = $orderRepository->search($criteria, $context); - try { - $orders = $orderRepository->search($criteria, $context); - - $value->setData((array)$orders->getEntities()); - - } catch (\Exception $e) { - $this->logger->error($e->getMessage()); + $value->setData((array)$orders->getEntities()); + } catch (\Exception $e) { + $this->logger->error($e->getMessage()); + } } - } - } /** @@ -149,9 +146,6 @@ class SwGetOrdersCommand extends Command private function saveOrdersData($orderData): void { $orderData->setStatus = 1; - $this->ordersRepository->add($orderData,true); + $this->ordersRepository->add($orderData, true); } - - - } diff --git a/src/Entity/Orders.php b/src/Entity/Orders.php index b364be1..ee97bfc 100644 --- a/src/Entity/Orders.php +++ b/src/Entity/Orders.php @@ -7,12 +7,11 @@ use App\Repository\OrdersRepository; use Doctrine\ORM\Mapping as ORM; use ApiPlatform\Core\Annotation\ApiResource; - #[ORM\Entity(repositoryClass: OrdersRepository::class)] #[ApiResource( - itemOperations: ["GET"], - description: "Manage orders", - normalizationContext: ["groups" => "read"] + itemOperations: ["GET"], + description: "Manage orders", + normalizationContext: ["groups" => "read"] )] class Orders { diff --git a/src/EventSubscriber/OrderSubscriber.php b/src/EventSubscriber/OrderSubscriber.php index 162bb53..4efe8cf 100644 --- a/src/EventSubscriber/OrderSubscriber.php +++ b/src/EventSubscriber/OrderSubscriber.php @@ -14,37 +14,35 @@ use Symfony\Component\HttpKernel\KernelEvents; final class OrdersSubscriber implements EventSubscriberInterface { - private LoggerInterface $logger; + private LoggerInterface $logger; - public function __construct( LoggerInterface $logger ) - { - $this->logger = $logger; - } + public function __construct(LoggerInterface $logger) + { + $this->logger = $logger; + } /** * @return array[] */ - public static function getSubscribedEvents() - { - return [ - KernelEvents::VIEW => ['getShopwareOrder', EventPriorities::POST_WRITE], - ]; - } + public static function getSubscribedEvents() + { + return [ + KernelEvents::VIEW => ['getShopwareOrder', EventPriorities::POST_WRITE], + ]; + } /** * @param ViewEvent $event * @return void */ - public function getShopwareOrder(ViewEvent $event): void - { - $data = $event->getControllerResult(); - $method = $event->getRequest()->getMethod(); + public function getShopwareOrder(ViewEvent $event): void + { + $data = $event->getControllerResult(); + $method = $event->getRequest()->getMethod(); - $this->logger->info('hier'); - - - } + $this->logger->info('hier'); + } } diff --git a/src/Repository/OrdersRepository.php b/src/Repository/OrdersRepository.php index a3e1578..0c32f41 100644 --- a/src/Repository/OrdersRepository.php +++ b/src/Repository/OrdersRepository.php @@ -7,7 +7,6 @@ use Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepository; use Doctrine\Persistence\ManagerRegistry; use Symfony\Component\Validator\Validator\ValidatorInterface; - /** * @extends ServiceEntityRepository * @@ -20,7 +19,7 @@ class OrdersRepository extends ServiceEntityRepository { private ValidatorInterface $validator; - public function __construct(ManagerRegistry $registry,ValidatorInterface $validator) + public function __construct(ManagerRegistry $registry, ValidatorInterface $validator) { parent::__construct($registry, Orders::class); $this->validator = $validator; @@ -30,7 +29,7 @@ class OrdersRepository extends ServiceEntityRepository $errors = $this->validator->validate($entity); if (count($errors) > 0) { - var_dump($errors); + var_dump($errors); } $this->getEntityManager()->persist($entity); @@ -44,10 +43,9 @@ class OrdersRepository extends ServiceEntityRepository { $order = $this->getEntityManager()->find(Orders::class, $entity->getId()); - if(!$order) { + if (!$order) { throw $this->createNotFoundException('Order not found: '.$entity->getId()); } - } public function remove(Orders $entity, bool $flush = false): void From 2b7c17075ed69f256c84b572fb7ae8a2823e7d7d Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 19 Jul 2022 11:47:59 +0200 Subject: [PATCH 10/13] add deploy.yaml --- bin/console | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 bin/console diff --git a/bin/console b/bin/console old mode 100755 new mode 100644 From 5302e6ca99f48882c882731638a0dfb604d0c75c Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 19 Jul 2022 14:00:09 +0200 Subject: [PATCH 11/13] add deploy.yaml --- .drone.yml | 13 +++++++++++++ README.md | 2 ++ deploy.yaml | 21 +++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 .drone.yml create mode 100644 deploy.yaml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..8c9ec5c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,13 @@ +kind: pipeline +name: default + +steps: + - name: install + image: composer + commands: + - composer install + + - name: test + image: php:8.1 + commands: + - vendor/bin/phpunit --configuration config.xml diff --git a/README.md b/README.md index 466d34a..3694383 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://ci.basehosts.de/api/badges/OrangeJungle/CdsConnector/status.svg)](https://ci.basehosts.de/OrangeJungle/CdsConnector) + # CdsConnector ================ diff --git a/deploy.yaml b/deploy.yaml new file mode 100644 index 0000000..3af840a --- /dev/null +++ b/deploy.yaml @@ -0,0 +1,21 @@ +import: + - recipe/symfony.php + +config: + repository: 'https://mmoeller:Linchen90@gitbase.de/OrangeJungle/CdsConnector.git' + + + +hosts: + 192.168.178.95: + alias: 'staging' + remote_user: pi + deploy_path: '~/CdsConnector' + +tasks: + build: + - cd: '{{release_path}}' + - run: 'composer install' + +after: + deploy:failed: deploy:unlock From b0f7f04ba6c5412d54e0a720cf4d583baa781bf6 Mon Sep 17 00:00:00 2001 From: Marko Date: Tue, 19 Jul 2022 15:39:38 +0200 Subject: [PATCH 12/13] add deploy.yaml --- .drone.yml | 14 ++++++++++- README.md | 2 +- public/bundles/apiplatform/fetch/fetch.js | 22 +++++++--------- public/bundles/apiplatform/init-graphiql.js | 17 +++++-------- .../apiplatform/init-graphql-playground.js | 2 +- public/bundles/apiplatform/init-swagger-ui.js | 25 ++++++------------- 6 files changed, 38 insertions(+), 44 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c9ec5c..808e018 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,8 +6,20 @@ steps: image: composer commands: - composer install + - name: cleanup + image: php:8.1 + commands: + - apt-get update && apt-get install -y git zip + - curl -L https://phar.phpunit.de/phpunit.phar -o /usr/local/bin/phpunit + - curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar -o /usr/local/bin/phpcs + - curl -L https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar -o /usr/local/bin/phpcbf + - chmod +x /usr/local/bin/phpunit + - chmod +x /usr/local/bin/phpcs + - chmod +x /usr/local/bin/phpcbf + - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer + - phpcs -n --standard=PSR2 . - name: test image: php:8.1 commands: - - vendor/bin/phpunit --configuration config.xml + - vendor/bin/phpunit diff --git a/README.md b/README.md index 3694383..d634bc0 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,5 @@ Installiere Abhängigkeiten > make install Starte MySQL-Server: -> docker compose up +> docker compose up diff --git a/public/bundles/apiplatform/fetch/fetch.js b/public/bundles/apiplatform/fetch/fetch.js index d48020e..b60e7e1 100644 --- a/public/bundles/apiplatform/fetch/fetch.js +++ b/public/bundles/apiplatform/fetch/fetch.js @@ -17,8 +17,7 @@ exports.FetchStream = FetchStream; exports.CookieJar = CookieJar; exports.fetchUrl = fetchUrl; -function FetchStream(url, options) -{ +function FetchStream(url, options) { Stream.call(this); options = options || {}; @@ -173,7 +172,7 @@ FetchStream.prototype.parseUrl = function (url) { path: urlparts.pathname + (urlparts.search || '') || '/', method: this.options.method, rejectUnauthorized: this.options.rejectUnauthorized - }; + }; switch (urlparts.protocol) { case 'https:': @@ -186,17 +185,17 @@ FetchStream.prototype.parseUrl = function (url) { } if (transport === https) { - if ('agentHttps' in this.options) { + if('agentHttps' in this.options){ urloptions.agent = this.options.agentHttps; } - if ('agent' in this.options) { + if('agent' in this.options){ urloptions.agent = this.options.agent; } } else { - if ('agentHttp' in this.options) { + if('agentHttp' in this.options){ urloptions.agent = this.options.agentHttp; } - if ('agent' in this.options) { + if('agent' in this.options){ urloptions.agent = this.options.agent; } } @@ -383,8 +382,7 @@ FetchStream.prototype._runStream = function (url_data, url) { } }; -function fetchUrl(url, options, callback) -{ +function fetchUrl(url, options, callback) { if (!callback && typeof options === 'function') { callback = options; options = undefined; @@ -455,8 +453,7 @@ function fetchUrl(url, options, callback) }); } -function _parseContentType(str) -{ +function _parseContentType(str) { if (!str) { return {}; } @@ -479,8 +476,7 @@ function _parseContentType(str) }; } -function _findHTMLCharset(htmlbuffer) -{ +function _findHTMLCharset(htmlbuffer) { var body = htmlbuffer.toString('ascii'), input, meta, charset; diff --git a/public/bundles/apiplatform/init-graphiql.js b/public/bundles/apiplatform/init-graphiql.js index dce292e..f1447c2 100644 --- a/public/bundles/apiplatform/init-graphiql.js +++ b/public/bundles/apiplatform/init-graphiql.js @@ -1,26 +1,22 @@ var initParameters = {}; var entrypoint = null; -function onEditQuery(newQuery) -{ +function onEditQuery(newQuery) { initParameters.query = newQuery; updateURL(); } -function onEditVariables(newVariables) -{ +function onEditVariables(newVariables) { initParameters.variables = newVariables; updateURL(); } -function onEditOperationName(newOperationName) -{ +function onEditOperationName(newOperationName) { initParameters.operationName = newOperationName; updateURL(); } -function updateURL() -{ +function updateURL() { var newSearch = '?' + Object.keys(initParameters).filter(function (key) { return Boolean(initParameters[key]); }).map(function (key) { @@ -29,8 +25,7 @@ function updateURL() history.replaceState(null, null, newSearch); } -function graphQLFetcher(graphQLParams) -{ +function graphQLFetcher(graphQLParams) { return fetch(entrypoint, { method: 'post', headers: { @@ -50,7 +45,7 @@ function graphQLFetcher(graphQLParams) }); } -window.onload = function () { +window.onload = function() { var data = JSON.parse(document.getElementById('graphiql-data').innerText); entrypoint = data.entrypoint; diff --git a/public/bundles/apiplatform/init-graphql-playground.js b/public/bundles/apiplatform/init-graphql-playground.js index f4999dc..a69a243 100644 --- a/public/bundles/apiplatform/init-graphql-playground.js +++ b/public/bundles/apiplatform/init-graphql-playground.js @@ -1,4 +1,4 @@ -window.addEventListener('load', function (event) { +window.addEventListener('load', function(event) { var loadingWrapper = document.getElementById('loading-wrapper'); loadingWrapper.classList.add('fadeOut'); diff --git a/public/bundles/apiplatform/init-swagger-ui.js b/public/bundles/apiplatform/init-swagger-ui.js index 2c823b0..95f2b63 100644 --- a/public/bundles/apiplatform/init-swagger-ui.js +++ b/public/bundles/apiplatform/init-swagger-ui.js @@ -1,22 +1,18 @@ 'use strict'; -window.onload = function () { +window.onload = function() { manageWebbyDisplay(); new MutationObserver(function (mutations, self) { const op = document.getElementById(`operations-${data.shortName}-${data.operationId}`); - if (!op) { - return; - } + if (!op) return; self.disconnect(); op.querySelector('.opblock-summary').click(); const tryOutObserver = new MutationObserver(function (mutations, self) { const tryOut = op.querySelector('.try-out__btn'); - if (!tryOut) { - return; - } + if (!tryOut) return; self.disconnect(); @@ -35,7 +31,7 @@ window.onload = function () { } // Wait input values to be populated before executing the query - setTimeout(function () { + setTimeout(function(){ op.querySelector('.execute').click(); op.scrollIntoView(); }, 500); @@ -75,12 +71,10 @@ window.onload = function () { // Adapted from https://github.com/vitalyq/react-trigger-change/blob/master/lib/change.js // Copyright (c) 2017 Vitaly Kuznetsov // MIT License - function reactTriggerChange(node) - { + function reactTriggerChange(node) { // Do not try to delete non-configurable properties. // Value and checked properties on DOM elements are non-configurable in PhantomJS. - function deletePropertySafe(elem, prop) - { + function deletePropertySafe(elem, prop) { const desc = Object.getOwnPropertyDescriptor(elem, prop); if (desc && desc.configurable) { delete elem[prop]; @@ -135,12 +129,9 @@ window.onload = function () { } } - function manageWebbyDisplay() - { + function manageWebbyDisplay() { const webby = document.getElementsByClassName('webby')[0]; - if (!webby) { - return; - } + if (!webby) return; const web = document.getElementsByClassName('web')[0]; webby.classList.add('calm'); From b992fd42ba41dd843b549232cd29e3c0d6418576 Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 10 Aug 2022 16:59:07 +0200 Subject: [PATCH 13/13] add Hiltes --- .drone.yml | 2 +- composer.json | 1 + composer.lock | 461 +- hiltes/c2h/WU040801.0001 | 1 + hiltes/h2c/WS000001.0000 | 20661 ++++++++++++++++++++++++++ src/Command/HiltesExportCommand.php | 52 + src/Command/HiltesImportCommand.php | 44 + src/Command/SwGetOrdersCommand.php | 2 +- src/Entity/Orders.php | 10 +- src/Entity/Warehouse.php | 1 - src/Helper/Hiltes.php | 62 + src/Repository/OrdersRepository.php | 26 +- 12 files changed, 21077 insertions(+), 246 deletions(-) create mode 100644 hiltes/c2h/WU040801.0001 create mode 100644 hiltes/h2c/WS000001.0000 create mode 100644 src/Command/HiltesExportCommand.php create mode 100644 src/Command/HiltesImportCommand.php create mode 100644 src/Helper/Hiltes.php diff --git a/.drone.yml b/.drone.yml index 808e018..3cb2872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - chmod +x /usr/local/bin/phpcs - chmod +x /usr/local/bin/phpcbf - curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - - phpcs -n --standard=PSR2 . + - phpcs -d memory_limit=512M --extensions=php --standard=PSR2 ./src/ - name: test image: php:8.1 diff --git a/composer.json b/composer.json index 6dde25e..f0fe3d3 100644 --- a/composer.json +++ b/composer.json @@ -20,6 +20,7 @@ "symfony/console": "6.1.*", "symfony/dotenv": "6.1.*", "symfony/expression-language": "6.1.*", + "symfony/filesystem": "6.1.*", "symfony/flex": "^2", "symfony/form": "6.1.*", "symfony/framework-bundle": "6.1.*", diff --git a/composer.lock b/composer.lock index 2276e5b..be64a2d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "1ac3433401cac81856a3b208fbdb3901", + "content-hash": "88f37d3a458f905870f524b0fb2e8842", "packages": [ { "name": "api-platform/core", @@ -847,34 +847,31 @@ }, { "name": "doctrine/event-manager", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" + "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", - "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", + "reference": "eb2ecf80e3093e8f3c2769ac838e27d8ede8e683", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { - "doctrine/common": "<2.9@dev" + "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpunit/phpunit": "^7.0" + "doctrine/coding-standard": "^9", + "phpstan/phpstan": "~1.4.10 || ^1.5.4", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.22" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" @@ -921,7 +918,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/1.1.x" + "source": "https://github.com/doctrine/event-manager/tree/1.1.2" }, "funding": [ { @@ -937,7 +934,7 @@ "type": "tidelift" } ], - "time": "2020-05-29T18:28:51+00:00" + "time": "2022-07-27T22:18:11+00:00" }, { "name": "doctrine/inflector", @@ -2005,16 +2002,16 @@ }, { "name": "laminas/laminas-code", - "version": "4.5.2", + "version": "4.6.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", - "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad" + "reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-code/zipball/da01fb74c08f37e20e7ae49f1e3ee09aa401ebad", - "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad", + "url": "https://api.github.com/repos/laminas/laminas-code/zipball/16ec7577ff315d53ac2e1b1f03a344d8fe680a6e", + "reference": "16ec7577ff315d53ac2e1b1f03a344d8fe680a6e", "shasum": "" }, "require": { @@ -2026,7 +2023,7 @@ "laminas/laminas-coding-standard": "^2.3.0", "laminas/laminas-stdlib": "^3.6.1", "phpunit/phpunit": "^9.5.10", - "psalm/plugin-phpunit": "^0.16.1", + "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.13.1" }, "suggest": { @@ -2067,7 +2064,7 @@ "type": "community_bridge" } ], - "time": "2022-06-06T11:26:02+00:00" + "time": "2022-07-28T22:46:52+00:00" }, { "name": "nelmio/cors-bundle", @@ -2949,16 +2946,16 @@ }, { "name": "symfony/cache", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "7d8415956df68c8dcbc9468e119945e39bacead1" + "reference": "5cf8e75f02932818889e0609380b8d5427a6c86c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/7d8415956df68c8dcbc9468e119945e39bacead1", - "reference": "7d8415956df68c8dcbc9468e119945e39bacead1", + "url": "https://api.github.com/repos/symfony/cache/zipball/5cf8e75f02932818889e0609380b8d5427a6c86c", + "reference": "5cf8e75f02932818889e0609380b8d5427a6c86c", "shasum": "" }, "require": { @@ -3025,7 +3022,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.1.2" + "source": "https://github.com/symfony/cache/tree/v6.1.3" }, "funding": [ { @@ -3041,7 +3038,7 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/cache-contracts", @@ -3124,16 +3121,16 @@ }, { "name": "symfony/config", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613" + "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/ed8d12417bcacd2d969750feb1fe1aab1c11e613", - "reference": "ed8d12417bcacd2d969750feb1fe1aab1c11e613", + "url": "https://api.github.com/repos/symfony/config/zipball/a0645dc585d378b73c01115dd7ab9348f7d40c85", + "reference": "a0645dc585d378b73c01115dd7ab9348f7d40c85", "shasum": "" }, "require": { @@ -3181,7 +3178,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.1.0" + "source": "https://github.com/symfony/config/tree/v6.1.3" }, "funding": [ { @@ -3197,20 +3194,20 @@ "type": "tidelift" } ], - "time": "2022-05-17T12:56:32+00:00" + "time": "2022-07-20T15:00:40+00:00" }, { "name": "symfony/console", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7" + "reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7a86c1c42fbcb69b59768504c7bca1d3767760b7", - "reference": "7a86c1c42fbcb69b59768504c7bca1d3767760b7", + "url": "https://api.github.com/repos/symfony/console/zipball/43fcb5c5966b43c56bcfa481368d90d748936ab8", + "reference": "43fcb5c5966b43c56bcfa481368d90d748936ab8", "shasum": "" }, "require": { @@ -3277,7 +3274,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.1.2" + "source": "https://github.com/symfony/console/tree/v6.1.3" }, "funding": [ { @@ -3293,20 +3290,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:30+00:00" + "time": "2022-07-22T14:17:57+00:00" }, { "name": "symfony/dependency-injection", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5635ff016a814d7984b1c4644ad28e7df546077b" + "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5635ff016a814d7984b1c4644ad28e7df546077b", - "reference": "5635ff016a814d7984b1c4644ad28e7df546077b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/079e336a1880f457b219aecc3d41bef2f1093b0b", + "reference": "079e336a1880f457b219aecc3d41bef2f1093b0b", "shasum": "" }, "require": { @@ -3364,7 +3361,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.1.2" + "source": "https://github.com/symfony/dependency-injection/tree/v6.1.3" }, "funding": [ { @@ -3380,7 +3377,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:30+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3451,16 +3448,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4" + "reference": "68b53b14f337dbc6f92cf6f1656a0adad42482e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4", - "reference": "3f5e41d66dc82b92f31a1c6cc6bb3443cb8844f4", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/68b53b14f337dbc6f92cf6f1656a0adad42482e0", + "reference": "68b53b14f337dbc6f92cf6f1656a0adad42482e0", "shasum": "" }, "require": { @@ -3546,7 +3543,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v6.1.2" + "source": "https://github.com/symfony/doctrine-bridge/tree/v6.1.3" }, "funding": [ { @@ -3562,7 +3559,7 @@ "type": "tidelift" } ], - "time": "2022-06-21T07:16:29+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/dotenv", @@ -3639,16 +3636,16 @@ }, { "name": "symfony/error-handler", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "d02c662651e5de760bb7d5e94437113309e8f8a0" + "reference": "736e42db3fd586d91820355988698e434e1d8419" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/d02c662651e5de760bb7d5e94437113309e8f8a0", - "reference": "d02c662651e5de760bb7d5e94437113309e8f8a0", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/736e42db3fd586d91820355988698e434e1d8419", + "reference": "736e42db3fd586d91820355988698e434e1d8419", "shasum": "" }, "require": { @@ -3690,7 +3687,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v6.1.0" + "source": "https://github.com/symfony/error-handler/tree/v6.1.3" }, "funding": [ { @@ -3706,7 +3703,7 @@ "type": "tidelift" } ], - "time": "2022-05-23T10:32:57+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/event-dispatcher", @@ -3872,16 +3869,16 @@ }, { "name": "symfony/expression-language", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", - "reference": "909368a5c6a4a22d35174ec7811002f8d66435ba" + "reference": "ccd57a54d24dcf6e6c6a0d4eda7042f0861c5b13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/expression-language/zipball/909368a5c6a4a22d35174ec7811002f8d66435ba", - "reference": "909368a5c6a4a22d35174ec7811002f8d66435ba", + "url": "https://api.github.com/repos/symfony/expression-language/zipball/ccd57a54d24dcf6e6c6a0d4eda7042f0861c5b13", + "reference": "ccd57a54d24dcf6e6c6a0d4eda7042f0861c5b13", "shasum": "" }, "require": { @@ -3915,7 +3912,7 @@ "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/expression-language/tree/v6.1.2" + "source": "https://github.com/symfony/expression-language/tree/v6.1.3" }, "funding": [ { @@ -3931,20 +3928,20 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/filesystem", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d" + "reference": "c780e677cddda78417fa5187a7c6cd2f21110db9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/3132d2f43ca799c2aa099f9738d98228c56baa5d", - "reference": "3132d2f43ca799c2aa099f9738d98228c56baa5d", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/c780e677cddda78417fa5187a7c6cd2f21110db9", + "reference": "c780e677cddda78417fa5187a7c6cd2f21110db9", "shasum": "" }, "require": { @@ -3978,7 +3975,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.1.0" + "source": "https://github.com/symfony/filesystem/tree/v6.1.3" }, "funding": [ { @@ -3994,20 +3991,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-07-20T14:45:06+00:00" }, { "name": "symfony/finder", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f" + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/45b8beb69d6eb3b05a65689ebfd4222326773f8f", - "reference": "45b8beb69d6eb3b05a65689ebfd4222326773f8f", + "url": "https://api.github.com/repos/symfony/finder/zipball/39696bff2c2970b3779a5cac7bf9f0b88fc2b709", + "reference": "39696bff2c2970b3779a5cac7bf9f0b88fc2b709", "shasum": "" }, "require": { @@ -4042,7 +4039,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.1.0" + "source": "https://github.com/symfony/finder/tree/v6.1.3" }, "funding": [ { @@ -4058,7 +4055,7 @@ "type": "tidelift" } ], - "time": "2022-04-15T08:08:08+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/flex", @@ -4127,16 +4124,16 @@ }, { "name": "symfony/form", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "e7d5c8967096267d1b55e4278733aaf2bbe92528" + "reference": "b435d0eebfcd6985e8bdc984e67888278a6e6d6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/e7d5c8967096267d1b55e4278733aaf2bbe92528", - "reference": "e7d5c8967096267d1b55e4278733aaf2bbe92528", + "url": "https://api.github.com/repos/symfony/form/zipball/b435d0eebfcd6985e8bdc984e67888278a6e6d6d", + "reference": "b435d0eebfcd6985e8bdc984e67888278a6e6d6d", "shasum": "" }, "require": { @@ -4209,7 +4206,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v6.1.2" + "source": "https://github.com/symfony/form/tree/v6.1.3" }, "funding": [ { @@ -4225,20 +4222,20 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-07-20T15:00:40+00:00" }, { "name": "symfony/framework-bundle", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "2a5c75abda7887b030fdcc7ce441d9b4a5bf1744" + "reference": "7973a1c66b8b58613d1bf3ed0a0a671d58d0991f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/2a5c75abda7887b030fdcc7ce441d9b4a5bf1744", - "reference": "2a5c75abda7887b030fdcc7ce441d9b4a5bf1744", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/7973a1c66b8b58613d1bf3ed0a0a671d58d0991f", + "reference": "7973a1c66b8b58613d1bf3ed0a0a671d58d0991f", "shasum": "" }, "require": { @@ -4360,7 +4357,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v6.1.2" + "source": "https://github.com/symfony/framework-bundle/tree/v6.1.3" }, "funding": [ { @@ -4376,20 +4373,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T10:01:04+00:00" + "time": "2022-07-29T06:42:38+00:00" }, { "name": "symfony/http-foundation", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c" + "reference": "b03712c93759a81fc243ecc18ec4637958afebdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/86119d294e51afe4d8e07da96b63332bd1f3f52c", - "reference": "86119d294e51afe4d8e07da96b63332bd1f3f52c", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b03712c93759a81fc243ecc18ec4637958afebdb", + "reference": "b03712c93759a81fc243ecc18ec4637958afebdb", "shasum": "" }, "require": { @@ -4432,7 +4429,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v6.1.2" + "source": "https://github.com/symfony/http-foundation/tree/v6.1.3" }, "funding": [ { @@ -4448,20 +4445,20 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-07-27T15:50:51+00:00" }, { "name": "symfony/http-kernel", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "8aaede489900dda61aee208557f63bfa1bca0877" + "reference": "0692bc185a1dbb54864686a1fc6785667279da70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/8aaede489900dda61aee208557f63bfa1bca0877", - "reference": "8aaede489900dda61aee208557f63bfa1bca0877", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/0692bc185a1dbb54864686a1fc6785667279da70", + "reference": "0692bc185a1dbb54864686a1fc6785667279da70", "shasum": "" }, "require": { @@ -4542,7 +4539,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v6.1.2" + "source": "https://github.com/symfony/http-kernel/tree/v6.1.3" }, "funding": [ { @@ -4558,7 +4555,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T17:06:14+00:00" + "time": "2022-07-29T12:59:10+00:00" }, { "name": "symfony/options-resolver", @@ -4629,16 +4626,16 @@ }, { "name": "symfony/password-hasher", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/password-hasher.git", - "reference": "655b2b92281977edc880fffbaa3a9ceb176834db" + "reference": "264894821636b77bb8282db6ec33b8b07b7a0678" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/password-hasher/zipball/655b2b92281977edc880fffbaa3a9ceb176834db", - "reference": "655b2b92281977edc880fffbaa3a9ceb176834db", + "url": "https://api.github.com/repos/symfony/password-hasher/zipball/264894821636b77bb8282db6ec33b8b07b7a0678", + "reference": "264894821636b77bb8282db6ec33b8b07b7a0678", "shasum": "" }, "require": { @@ -4681,7 +4678,7 @@ "password" ], "support": { - "source": "https://github.com/symfony/password-hasher/tree/v6.1.0" + "source": "https://github.com/symfony/password-hasher/tree/v6.1.3" }, "funding": [ { @@ -4697,7 +4694,7 @@ "type": "tidelift" } ], - "time": "2022-04-15T14:25:02+00:00" + "time": "2022-07-20T14:45:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", @@ -5036,16 +5033,16 @@ }, { "name": "symfony/property-access", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", - "reference": "71a4cab59753349d25dfb1e34a342a6bd6a818cc" + "reference": "25108ee9b62d6ef0815007d9c7cf6a7ba40bb7c5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-access/zipball/71a4cab59753349d25dfb1e34a342a6bd6a818cc", - "reference": "71a4cab59753349d25dfb1e34a342a6bd6a818cc", + "url": "https://api.github.com/repos/symfony/property-access/zipball/25108ee9b62d6ef0815007d9c7cf6a7ba40bb7c5", + "reference": "25108ee9b62d6ef0815007d9c7cf6a7ba40bb7c5", "shasum": "" }, "require": { @@ -5095,7 +5092,7 @@ "reflection" ], "support": { - "source": "https://github.com/symfony/property-access/tree/v6.1.0" + "source": "https://github.com/symfony/property-access/tree/v6.1.3" }, "funding": [ { @@ -5111,20 +5108,20 @@ "type": "tidelift" } ], - "time": "2022-04-12T16:22:53+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/property-info", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "4989684b39c929fcf3ba432afdd932879fbc1334" + "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/4989684b39c929fcf3ba432afdd932879fbc1334", - "reference": "4989684b39c929fcf3ba432afdd932879fbc1334", + "url": "https://api.github.com/repos/symfony/property-info/zipball/2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8", + "reference": "2fc363ed2f2b5d3b231ed0824e066d140d3fd1d8", "shasum": "" }, "require": { @@ -5184,7 +5181,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v6.1.2" + "source": "https://github.com/symfony/property-info/tree/v6.1.3" }, "funding": [ { @@ -5200,7 +5197,7 @@ "type": "tidelift" } ], - "time": "2022-06-10T06:48:13+00:00" + "time": "2022-07-19T08:34:05+00:00" }, { "name": "symfony/proxy-manager-bridge", @@ -5270,16 +5267,16 @@ }, { "name": "symfony/routing", - "version": "v6.1.1", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5" + "reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/8f068b792e515b25e26855ac8dc7fe800399f3e5", - "reference": "8f068b792e515b25e26855ac8dc7fe800399f3e5", + "url": "https://api.github.com/repos/symfony/routing/zipball/ef9108b3a88045b7546e808fb404ddb073dd35ea", + "reference": "ef9108b3a88045b7546e808fb404ddb073dd35ea", "shasum": "" }, "require": { @@ -5338,7 +5335,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v6.1.1" + "source": "https://github.com/symfony/routing/tree/v6.1.3" }, "funding": [ { @@ -5354,20 +5351,20 @@ "type": "tidelift" } ], - "time": "2022-06-08T12:21:15+00:00" + "time": "2022-07-20T15:00:40+00:00" }, { "name": "symfony/runtime", - "version": "v6.1.1", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/runtime.git", - "reference": "7be7f6e7546b2a680fd4a604ea27985eef3b0ef9" + "reference": "e5d4d848656cbb1812d5f911b1bdec205c6e2fac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/runtime/zipball/7be7f6e7546b2a680fd4a604ea27985eef3b0ef9", - "reference": "7be7f6e7546b2a680fd4a604ea27985eef3b0ef9", + "url": "https://api.github.com/repos/symfony/runtime/zipball/e5d4d848656cbb1812d5f911b1bdec205c6e2fac", + "reference": "e5d4d848656cbb1812d5f911b1bdec205c6e2fac", "shasum": "" }, "require": { @@ -5414,7 +5411,7 @@ "description": "Enables decoupling PHP applications from global state", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/runtime/tree/v6.1.1" + "source": "https://github.com/symfony/runtime/tree/v6.1.3" }, "funding": [ { @@ -5430,20 +5427,20 @@ "type": "tidelift" } ], - "time": "2022-06-02T11:43:19+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/security-bundle", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", - "reference": "8c4e4b13973d9d246ef38a455f70006e5897ff92" + "reference": "1410129e36e5d0cf4bde73f4ed5d9e18acff06b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-bundle/zipball/8c4e4b13973d9d246ef38a455f70006e5897ff92", - "reference": "8c4e4b13973d9d246ef38a455f70006e5897ff92", + "url": "https://api.github.com/repos/symfony/security-bundle/zipball/1410129e36e5d0cf4bde73f4ed5d9e18acff06b3", + "reference": "1410129e36e5d0cf4bde73f4ed5d9e18acff06b3", "shasum": "" }, "require": { @@ -5514,7 +5511,7 @@ "description": "Provides a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-bundle/tree/v6.1.0" + "source": "https://github.com/symfony/security-bundle/tree/v6.1.3" }, "funding": [ { @@ -5530,20 +5527,20 @@ "type": "tidelift" } ], - "time": "2022-05-23T10:32:57+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/security-core", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", - "reference": "56e0bcb3ba556785e651fe1cb07603bd0f13039d" + "reference": "6c3b79685d7546adf72898b3dc4fa6eb6b488c42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-core/zipball/56e0bcb3ba556785e651fe1cb07603bd0f13039d", - "reference": "56e0bcb3ba556785e651fe1cb07603bd0f13039d", + "url": "https://api.github.com/repos/symfony/security-core/zipball/6c3b79685d7546adf72898b3dc4fa6eb6b488c42", + "reference": "6c3b79685d7546adf72898b3dc4fa6eb6b488c42", "shasum": "" }, "require": { @@ -5605,7 +5602,7 @@ "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-core/tree/v6.1.2" + "source": "https://github.com/symfony/security-core/tree/v6.1.3" }, "funding": [ { @@ -5621,7 +5618,7 @@ "type": "tidelift" } ], - "time": "2022-06-25T06:59:01+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/security-csrf", @@ -5696,16 +5693,16 @@ }, { "name": "symfony/security-http", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", - "reference": "698de9a50514187dcd4c5112e1a5d126a2c36434" + "reference": "941b4e6628214711874606d5f80510b556a21622" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-http/zipball/698de9a50514187dcd4c5112e1a5d126a2c36434", - "reference": "698de9a50514187dcd4c5112e1a5d126a2c36434", + "url": "https://api.github.com/repos/symfony/security-http/zipball/941b4e6628214711874606d5f80510b556a21622", + "reference": "941b4e6628214711874606d5f80510b556a21622", "shasum": "" }, "require": { @@ -5759,7 +5756,7 @@ "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security-http/tree/v6.1.2" + "source": "https://github.com/symfony/security-http/tree/v6.1.3" }, "funding": [ { @@ -5775,20 +5772,20 @@ "type": "tidelift" } ], - "time": "2022-06-26T13:01:30+00:00" + "time": "2022-07-29T07:42:06+00:00" }, { "name": "symfony/serializer", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "1634ac09337990f1a4489263be090a40b0acd985" + "reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/1634ac09337990f1a4489263be090a40b0acd985", - "reference": "1634ac09337990f1a4489263be090a40b0acd985", + "url": "https://api.github.com/repos/symfony/serializer/zipball/2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", + "reference": "2c59be38d343e2ed4d4ea3c05965c2ae41c7109f", "shasum": "" }, "require": { @@ -5860,7 +5857,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.1.2" + "source": "https://github.com/symfony/serializer/tree/v6.1.3" }, "funding": [ { @@ -5876,7 +5873,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:35:04+00:00" + "time": "2022-07-28T22:08:12+00:00" }, { "name": "symfony/service-contracts", @@ -6027,16 +6024,16 @@ }, { "name": "symfony/string", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "1903f2879875280c5af944625e8246d81c2f0604" + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/1903f2879875280c5af944625e8246d81c2f0604", - "reference": "1903f2879875280c5af944625e8246d81c2f0604", + "url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b", + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b", "shasum": "" }, "require": { @@ -6092,7 +6089,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.1.2" + "source": "https://github.com/symfony/string/tree/v6.1.3" }, "funding": [ { @@ -6108,7 +6105,7 @@ "type": "tidelift" } ], - "time": "2022-06-26T16:35:04+00:00" + "time": "2022-07-27T15:50:51+00:00" }, { "name": "symfony/translation-contracts", @@ -6193,16 +6190,16 @@ }, { "name": "symfony/twig-bridge", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", - "reference": "320b9ec7db38b78ce2ea8173b925be55e697f8e5" + "reference": "e16ffa5cf4de7b4fe753e5f2cd8b62067819a342" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/320b9ec7db38b78ce2ea8173b925be55e697f8e5", - "reference": "320b9ec7db38b78ce2ea8173b925be55e697f8e5", + "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/e16ffa5cf4de7b4fe753e5f2cd8b62067819a342", + "reference": "e16ffa5cf4de7b4fe753e5f2cd8b62067819a342", "shasum": "" }, "require": { @@ -6295,7 +6292,7 @@ "description": "Provides integration for Twig with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/twig-bridge/tree/v6.1.2" + "source": "https://github.com/symfony/twig-bridge/tree/v6.1.3" }, "funding": [ { @@ -6311,7 +6308,7 @@ "type": "tidelift" } ], - "time": "2022-06-19T13:21:48+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/twig-bundle", @@ -6401,16 +6398,16 @@ }, { "name": "symfony/validator", - "version": "v6.1.1", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "b2ae30b952165080e810c3a118b230184cb97db0" + "reference": "14a14730609ad6c4f82153ddebf263800833b1cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/b2ae30b952165080e810c3a118b230184cb97db0", - "reference": "b2ae30b952165080e810c3a118b230184cb97db0", + "url": "https://api.github.com/repos/symfony/validator/zipball/14a14730609ad6c4f82153ddebf263800833b1cc", + "reference": "14a14730609ad6c4f82153ddebf263800833b1cc", "shasum": "" }, "require": { @@ -6489,7 +6486,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v6.1.1" + "source": "https://github.com/symfony/validator/tree/v6.1.3" }, "funding": [ { @@ -6505,20 +6502,20 @@ "type": "tidelift" } ], - "time": "2022-06-09T12:51:38+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/var-dumper", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "98587d939cb783aa04e828e8fa857edaca24c212" + "reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/98587d939cb783aa04e828e8fa857edaca24c212", - "reference": "98587d939cb783aa04e828e8fa857edaca24c212", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427", + "reference": "d5a5e44a2260c5eb5e746bf4f1fbd12ee6ceb427", "shasum": "" }, "require": { @@ -6577,7 +6574,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v6.1.0" + "source": "https://github.com/symfony/var-dumper/tree/v6.1.3" }, "funding": [ { @@ -6593,20 +6590,20 @@ "type": "tidelift" } ], - "time": "2022-05-21T13:34:40+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/var-exporter", - "version": "v6.1.1", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "ce1452317b1210ddfe18d143fa8a09c18f034b89" + "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/ce1452317b1210ddfe18d143fa8a09c18f034b89", - "reference": "ce1452317b1210ddfe18d143fa8a09c18f034b89", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b49350f45cebbba6e5286485264b912f2bcfc9ef", + "reference": "b49350f45cebbba6e5286485264b912f2bcfc9ef", "shasum": "" }, "require": { @@ -6649,7 +6646,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.1.1" + "source": "https://github.com/symfony/var-exporter/tree/v6.1.3" }, "funding": [ { @@ -6665,7 +6662,7 @@ "type": "tidelift" } ], - "time": "2022-05-27T12:58:07+00:00" + "time": "2022-07-04T16:01:56+00:00" }, { "name": "symfony/web-link", @@ -6755,16 +6752,16 @@ }, { "name": "symfony/yaml", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe" + "reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/b01c4e7dc6a51cbf114567af04a19789fd1011fe", - "reference": "b01c4e7dc6a51cbf114567af04a19789fd1011fe", + "url": "https://api.github.com/repos/symfony/yaml/zipball/cc48dd42ae1201abced04ae38284e23ce2d2d8f3", + "reference": "cc48dd42ae1201abced04ae38284e23ce2d2d8f3", "shasum": "" }, "require": { @@ -6809,7 +6806,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.1.2" + "source": "https://github.com/symfony/yaml/tree/v6.1.3" }, "funding": [ { @@ -6825,7 +6822,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T12:01:07+00:00" + "time": "2022-07-20T14:45:06+00:00" }, { "name": "twig/twig", @@ -7141,16 +7138,16 @@ }, { "name": "monolog/monolog", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "0c375495d40df0207e5833dca333f963b171ff43" + "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0c375495d40df0207e5833dca333f963b171ff43", - "reference": "0c375495d40df0207e5833dca333f963b171ff43", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/305444bc6fb6c89e490f4b34fa6e979584d7fa81", + "reference": "305444bc6fb6c89e490f4b34fa6e979584d7fa81", "shasum": "" }, "require": { @@ -7170,7 +7167,6 @@ "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", - "php-console/php-console": "^3.1.3", "phpstan/phpstan": "^1.4", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", @@ -7193,7 +7189,6 @@ "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", - "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, @@ -7228,7 +7223,7 @@ ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", - "source": "https://github.com/Seldaek/monolog/tree/3.1.0" + "source": "https://github.com/Seldaek/monolog/tree/3.2.0" }, "funding": [ { @@ -7240,7 +7235,7 @@ "type": "tidelift" } ], - "time": "2022-06-09T09:09:00+00:00" + "time": "2022-07-24T12:00:55+00:00" }, { "name": "myclabs/deep-copy", @@ -8921,16 +8916,16 @@ }, { "name": "symfony/browser-kit", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "b839cef6e6526bd2090efe92c218d8c7479a51e0" + "reference": "2e3b6a4406c2af963c634d7bd0457402b67dcc56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/b839cef6e6526bd2090efe92c218d8c7479a51e0", - "reference": "b839cef6e6526bd2090efe92c218d8c7479a51e0", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2e3b6a4406c2af963c634d7bd0457402b67dcc56", + "reference": "2e3b6a4406c2af963c634d7bd0457402b67dcc56", "shasum": "" }, "require": { @@ -8972,7 +8967,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v6.1.0" + "source": "https://github.com/symfony/browser-kit/tree/v6.1.3" }, "funding": [ { @@ -8988,20 +8983,20 @@ "type": "tidelift" } ], - "time": "2022-05-06T20:04:05+00:00" + "time": "2022-07-27T15:50:51+00:00" }, { "name": "symfony/css-selector", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf" + "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/05c40f02f621609404b8820ff8bc39acb46e19cf", - "reference": "05c40f02f621609404b8820ff8bc39acb46e19cf", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/0dd5e36b80e1de97f8f74ed7023ac2b837a36443", + "reference": "0dd5e36b80e1de97f8f74ed7023ac2b837a36443", "shasum": "" }, "require": { @@ -9037,7 +9032,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v6.1.0" + "source": "https://github.com/symfony/css-selector/tree/v6.1.3" }, "funding": [ { @@ -9053,20 +9048,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T11:15:52+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/debug-bundle", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", - "reference": "46c6fea401634b4bcdf9bd46a29065e7ea83a62c" + "reference": "4084f86639bf0270d6dd2225fc8d7c317780dd6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/46c6fea401634b4bcdf9bd46a29065e7ea83a62c", - "reference": "46c6fea401634b4bcdf9bd46a29065e7ea83a62c", + "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/4084f86639bf0270d6dd2225fc8d7c317780dd6b", + "reference": "4084f86639bf0270d6dd2225fc8d7c317780dd6b", "shasum": "" }, "require": { @@ -9115,7 +9110,7 @@ "description": "Provides a tight integration of the Symfony VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug-bundle/tree/v6.1.0" + "source": "https://github.com/symfony/debug-bundle/tree/v6.1.3" }, "funding": [ { @@ -9131,20 +9126,20 @@ "type": "tidelift" } ], - "time": "2022-04-15T14:25:02+00:00" + "time": "2022-07-20T13:46:29+00:00" }, { "name": "symfony/dom-crawler", - "version": "v6.1.0", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "baacc99edd169bd8e06723f4c38150ef97feca0f" + "reference": "58eb9858d8752ac3586fffb37421441fc18f793c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/baacc99edd169bd8e06723f4c38150ef97feca0f", - "reference": "baacc99edd169bd8e06723f4c38150ef97feca0f", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/58eb9858d8752ac3586fffb37421441fc18f793c", + "reference": "58eb9858d8752ac3586fffb37421441fc18f793c", "shasum": "" }, "require": { @@ -9185,7 +9180,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v6.1.0" + "source": "https://github.com/symfony/dom-crawler/tree/v6.1.3" }, "funding": [ { @@ -9201,20 +9196,20 @@ "type": "tidelift" } ], - "time": "2022-05-04T14:48:14+00:00" + "time": "2022-06-27T17:24:16+00:00" }, { "name": "symfony/maker-bundle", - "version": "v1.44.0", + "version": "v1.45.0", "source": { "type": "git", "url": "https://github.com/symfony/maker-bundle.git", - "reference": "fa535d792e9261ae7a78481f643c00991e1d1588" + "reference": "7ae4ff28ac1b6d6d55591999026040d58b8a3967" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/fa535d792e9261ae7a78481f643c00991e1d1588", - "reference": "fa535d792e9261ae7a78481f643c00991e1d1588", + "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/7ae4ff28ac1b6d6d55591999026040d58b8a3967", + "reference": "7ae4ff28ac1b6d6d55591999026040d58b8a3967", "shasum": "" }, "require": { @@ -9278,7 +9273,7 @@ ], "support": { "issues": "https://github.com/symfony/maker-bundle/issues", - "source": "https://github.com/symfony/maker-bundle/tree/v1.44.0" + "source": "https://github.com/symfony/maker-bundle/tree/v1.45.0" }, "funding": [ { @@ -9294,7 +9289,7 @@ "type": "tidelift" } ], - "time": "2022-07-13T17:37:04+00:00" + "time": "2022-07-26T12:31:45+00:00" }, { "name": "symfony/monolog-bridge", @@ -9462,16 +9457,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v6.1.2", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "899fdec151add3dc339cf394a15100a1acc177ad" + "reference": "75c2fa71d049c1f48e39d208c0cefba97e66335a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/899fdec151add3dc339cf394a15100a1acc177ad", - "reference": "899fdec151add3dc339cf394a15100a1acc177ad", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/75c2fa71d049c1f48e39d208c0cefba97e66335a", + "reference": "75c2fa71d049c1f48e39d208c0cefba97e66335a", "shasum": "" }, "require": { @@ -9525,7 +9520,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.2" + "source": "https://github.com/symfony/phpunit-bridge/tree/v6.1.3" }, "funding": [ { @@ -9541,7 +9536,7 @@ "type": "tidelift" } ], - "time": "2022-06-20T12:01:07+00:00" + "time": "2022-07-28T13:40:41+00:00" }, { "name": "symfony/web-profiler-bundle", diff --git a/hiltes/c2h/WU040801.0001 b/hiltes/c2h/WU040801.0001 new file mode 100644 index 0000000..8318c86 --- /dev/null +++ b/hiltes/c2h/WU040801.0001 @@ -0,0 +1 @@ +Test \ No newline at end of file diff --git a/hiltes/h2c/WS000001.0000 b/hiltes/h2c/WS000001.0000 new file mode 100644 index 0000000..ed6103c --- /dev/null +++ b/hiltes/h2c/WS000001.0000 @@ -0,0 +1,20661 @@ +Datei;0000000000;2021;12;20;13;27;11;1;1;1;"EUR";"EUR";001000000 +Filiale ;000000000;"HILTES Fil. 0 " +land ;"D ";"DE ";"Deutschland " +land ;"PL ";"PL ";"Polen " +land ;"NL ";"NL ";"Niederlande " +land ;"DK ";"DK ";"Dnemark " +land ;"CH ";"CH ";"Schweiz " +land ;"FR ";"FR ";"Frankreich " +land ;"A ";"AT ";"sterreich " +hwg ;00001100;"H-Anzge " +hwg ;00001101;"H-Mntel " +hwg ;00001102;"H-Sakkos " +hwg ;00001103;"H-Jacken " +hwg ;00001104;"H-Leder " +hwg ;00001105;"H-Hosen " +hwg ;00001110;"H-Strickwaren " +hwg ;00001111;"H-Wirkwaren " +hwg ;00001112;"H-Hemden " +hwg ;00001113;"H-Krawatten " +hwg ;00001140;"H-Hte/Mtzen " +hwg ;00001141;"H-Schals/Tcher " +hwg ;00001142;"H-Handschuhe " +hwg ;00001143;"H-Grtel " +hwg ;00001144;"H-Nadel/Spangen/Hosentrger " +hwg ;00001145;"H-Schuhe " +hwg ;00001146;"H-Taschen " +hwg ;00001147;"H-Regenschirme " +hwg ;00001148;"H-Geschenkartikel " +hwg ;00001150;"H-Berufsbekleidung " +hwg ;00001200;"D-Kleider " +hwg ;00001201;"D-Kostme " +hwg ;00001202;"D-Hosenanzge " +hwg ;00001203;"D-Mntel " +hwg ;00001204;"D-Blazer " +hwg ;00001205;"D-Jacken " +hwg ;00001206;"D-Leder " +hwg ;00001207;"D-Pelze " +hwg ;00001208;"D-Brautmoden " +hwg ;00001210;"D-Strickwaren " +hwg ;00001211;"D-Wirkwaren " +hwg ;00001212;"D-Blusen " +hwg ;00001213;"D-Rcke " +hwg ;00001214;"D-Hosen " +hwg ;00001240;"D-Hte/Mtzen " +hwg ;00001241;"D-Schals/Tcher " +hwg ;00001242;"D-Handschuhe " +hwg ;00001243;"D-Grtel " +hwg ;00001244;"D-Modeschmuck " +hwg ;00001245;"D-Schuhe " +hwg ;00001246;"D-Taschen " +hwg ;00001247;"D-Regenschirme " +hwg ;00001248;"D-Geschenkartikel " +hwg ;00001250;"D-Berufsbekleidung " +hwg ;00001300;"K-Anzge/Kleider " +hwg ;00001301;"K-Mntel/Jacken " +hwg ;00001302;"K-Rcke/Hosen " +hwg ;00001303;"K-Strick-/Wirkwaren " +hwg ;00001304;"K-Hemden/Blusen " +hwg ;00001305;"K-Wsche " +hwg ;00001306;"K-Schulsport " +hwg ;00001307;"K-Bademoden " +hwg ;00001308;"K-Socken/Strmpfe " +hwg ;00001309;"K-Accessoires " +hwg ;00001310;"M-Anzge/Kleider " +hwg ;00001311;"M-Mntel/Jacken " +hwg ;00001312;"M-Rcke/Hosen " +hwg ;00001313;"M-Strick-/Wirkwaren " +hwg ;00001314;"M-Hemden/Blusen " +hwg ;00001315;"M-Wsche " +hwg ;00001316;"M-Schulsport " +hwg ;00001317;"M-Bademoden " +hwg ;00001318;"M-Socken/Strmpfe " +hwg ;00001319;"M-Accessoires " +hwg ;00001320;"B-Kleider " +hwg ;00001321;"B-Mntel / Jacken " +hwg ;00001322;"B-Hosen " +hwg ;00001323;"B-Strick- / Wirkwaren " +hwg ;00001324;"B-Hemden / Blusen " +hwg ;00001325;"B-Wsche " +hwg ;00001327;"B-Bademoden " +hwg ;00001328;"B-Socken/Strmpfe " +hwg ;00001329;"B-Accessoires " +hwg ;00001400;"H-Tageswsche " +hwg ;00001401;"H-Nachtwsche " +hwg ;00001402;"H-Bademoden " +hwg ;00001410;"D-Tageswsche " +hwg ;00001411;"D-Nachtwsche " +hwg ;00001412;"D-Miederwaren Dessous " +hwg ;00001413;"D-Bademoden " +hwg ;00001500;"H-Socken/Strmpfe " +hwg ;00001510;"D-Strumpfhosen " +hwg ;00001511;"D-Strmpfe/Socken " +hwg ;00001800;"Herren-nderungen " +hwg ;00001801;"Damen-nderungen " +hwg ;00001802;"Kinder-nderungen " +hwg ;00001810;"Sonstige Dienstleistungen " +hwg ;00001820;"Diverses " +hwg ;00001999;"Bonus " +hwg ;00003111;"S-Anzge " +hwg ;00003112;"S-Jacken " +hwg ;00003113;"S-Hosen " +hwg ;00003121;"S-Strick " +hwg ;00003122;"S-Wirk " +hwg ;00003123;"S-Hemden/ Blusen " +hwg ;00003131;"S-Wsche " +hwg ;00003132;"S-Bade " +hwg ;00003133;"S-Strmpfe " +hwg ;00003134;"Sport " +hwg ;00003211;"Ski " +hwg ;00003212;"Langlauf " +hwg ;00003213;"Snowboard " +hwg ;00003214;"Eissport " +hwg ;00003215;"S-Zubehr " +hwg ;00003221;"Tennis " +hwg ;00003222;"Badminton " +hwg ;00003223;"Squash " +hwg ;00003224;"Tischtennis " +hwg ;00003225;"Golf " +hwg ;00003226;"S-Zubehr " +hwg ;00003231;"S-Kleingerte " +hwg ;00003232;"S-Grogerte " +hwg ;00003241;"Blle " +hwg ;00003242;"S-Taschen " +hwg ;00003243;"Schoner " +hwg ;00003244;"S-Handschuhe " +hwg ;00003245;"S-Brillen " +hwg ;00003246;"S-Zubehr " +hwg ;00003251;"Skateboard " +hwg ;00003252;"Kickboard " +hwg ;00003253;"Schoner " +hwg ;00003254;"S-Zubehr " +hwg ;00003261;"Ruckscke " +hwg ;00003262;"Zelte " +hwg ;00003263;"Schlafscke " +hwg ;00003264;"Outdoor Zubehr " +hwg ;00003265;"Fahrrad " +hwg ;00003271;"Tauchsport " +hwg ;00003272;"Wassersport " +hwg ;00003311;"S-Indoor " +hwg ;00003312;"S-Outdoor " +hwg ;00003313;"Wanderschuhe " +hwg ;00003314;"S-Freizeit " +hwg ;00003321;"Inliner/Squads " +hwg ;00003331;"S-Freizeit " +hwg ;00003332;"Sport " +hwg ;00003811;"S-Mietservice " +hwg ;00003821;"S-Werkstatt " +hwg ;00003831;"S-Werbeaktivitten " +hwg ;00003841;"S-Dienstleistungen " +hwg ;00003911;"S-Bonus " +hwg ;00005100;"Bettwsche " +hwg ;00005101;"Tischwsche " +hwg ;00005102;"Haushaltswsche " +hwg ;00005110;"Steppartikel- Kissen " +hwg ;00005111;"Betten-Mbel " +hwg ;00005112;"Heimdecken/Plaids " +hwg ;00005120;"Gardinen " +hwg ;00005121;"Dekos " +hwg ;00005122;"Gardinen - Zubehr " +hwg ;00005123;"Sonnenschutz " +hwg ;00005124;"Tischbelag " +hwg ;00005130;"Heimschmuck konfektioniert " +hwg ;00005131;"Wohnaccessoires Hartwaren " +hwg ;00005140;"Teppiche " +hwg ;00005141;"Orient " +hwg ;00005142;"Auslegeware " +hwg ;00005150;"Dienstleistungen " +hwg ;00005200;"Stoffe " +hwg ;00005210;"Kurzwaren " +hwg ;00005220;"Handarbeiten " +hwg ;00005999;"Bonus " +hwg ;00006100;"Kochgeschirr-Serien " +hwg ;00006101;"Koch- und Bratgeschirre " +hwg ;00006102;"Stahlwaren " +hwg ;00006103;"Alles zum Backen " +hwg ;00006104;"Einkochartikel " +hwg ;00006110;"Kleinplastik " +hwg ;00006111;"Isoliergefe " +hwg ;00006112;"Personenwaagen, Kchenhelfer " +hwg ;00006113;"Haushaltshelfer " +hwg ;00006114;"Korbwaren " +hwg ;00006115;"Blechwaren, Groplastik " +hwg ;00006116;"Stahlrohr, Kleiderbgel " +hwg ;00006117;"Saisonartikel-Winter " +hwg ;00006120;"Wasch- und Strkemittel " +hwg ;00006121;"Spl- und Reinigungsmittel " +hwg ;00006122;"Metall- und Bodenpflegemittel, " +hwg ;00006123;"Haushaltreinigung und Pflege " +hwg ;00006124;"Lederpflege " +hwg ;00006125;"Brstenwaren " +hwg ;00006126;"Saison-Artikel " +hwg ;00006130;"Weihnachtsbaum- und Strauchsch " +hwg ;00006131;"Weihnachtsdekorationsartikel " +hwg ;00006132;"Weihnachtskunstpflanzen " +hwg ;00006133;"Weihnachtskarten und Geschenkv " +hwg ;00006134;"Osterbaum und -Strauchschmuck " +hwg ;00006135;"Osterdekorationsartikel " +hwg ;00006136;"Osterkunstpflanzen " +hwg ;00006137;"Osterkarten und Geschenkverpac " +hwg ;00006140;"Porzellan " +hwg ;00006141;"Porzellan-Serien " +hwg ;00006142;"Steingut " +hwg ;00006143;"Steingutservice und Serien " +hwg ;00006144;"Keramik " +hwg ;00006145;"Kristall " +hwg ;00006146;"Hohl-Buntglas " +hwg ;00006147;"Trinkglasgarnituren " +hwg ;00006148;"Pressglas " +hwg ;00006150;"Bestecke und Stahlwaren " +hwg ;00006151;"Elektrokleingerte " +hwg ;00006152;"Grogerte, Kchen " +hwg ;00006153;"Koch- und Backgeschirre " +hwg ;00006154;"Kchengerte aller Art (Nicht " +hwg ;00006155;"Kchenausstattung " +hwg ;00006156;"Isoliergerte, Trinkflaschen, " +hwg ;00006157;"Wschpfl., Reinigungsar., Stap " +hwg ;00006158;"Verbrauchsart. A. Papier, Foli " +hwg ;00006160;"Zinn " +hwg ;00006161;"Versilberte Artikel, Silberart " +hwg ;00006162;"Kupfer, Messing, Pflanzzubehr " +hwg ;00006163;"Blumen und Pflanzen " +hwg ;00006164;"Lukull u. Kche " +hwg ;00006165;"Partybedarf " +hwg ;00006166;"Accessoires " +hwg ;00006167;"Bilder " +hwg ;00006168;"Out Door " +hwg ;00006170;"***Handtaschen luft aus " +hwg ;00006171;"***Berufs- luft aus " +hwg ;00006172;"***Herrentaschen luft aus " +hwg ;00006173;"***Kindertaschen, luft aus " +hwg ;00006174;"***Reisetaschen, luft aus " +hwg ;00006175;"***Kleinlederwaren luft aus " +hwg ;00006176;"***Schirme luft aus " +hwg ;00006200;"Computer-Peripherie " +hwg ;00006201;"Computerzubehr " +hwg ;00006202;"Software " +hwg ;00006203;"Computerliteratur " +hwg ;00006204;"Elektronenrechenr " +hwg ;00006205;"Schreibmaschinen " +hwg ;00006206;"Diktieren " +hwg ;00006207;"Kopieren " +hwg ;00006208;"Telefone " +hwg ;00006209;"Bromaschinen " +hwg ;00006210;"Film-Material " +hwg ;00006211;"Foto- und Filmgerte " +hwg ;00006212;"Aufnahme- und Wiedergabezubeh " +hwg ;00006213;"Optik " +hwg ;00006214;"Fotoalben " +hwg ;00006220;"Kinder- u. Jugendbcher " +hwg ;00006221;"Sach- u. Unterhaltungsliterat " +hwg ;00006222;"Ratgeber " +hwg ;00006223;"Modernes Antiquariat " +hwg ;00006224;"Plne/Karten/Reise-Sortiment " +hwg ;00006225;"Fhrer/Atlanten/Globen/Reise-S " +hwg ;00006226;"Taschenbcher " +hwg ;00006230;"CD-ROM " +hwg ;00006231;"Laborarbeiten " +hwg ;00006232;"DVD " +hwg ;00006233;"MD-Minidisc " +hwg ;00006234;"CD-Compact Disc " +hwg ;00006235;"Maxi CD " +hwg ;00006236;"MC-Musikkassetten " +hwg ;00006237;"Video " +hwg ;00006238;"MC-CD Zubehr " +hwg ;00006239;"Fotorahmen " +hwg ;00006240;"Laborarbeiten " +hwg ;00006300;"Garten- und Gartenausstattungs " +hwg ;00006301;"Biochemische Produkte, Leb.Gr " +hwg ;00006302;"Gartenmbel, Spiel-Sportart. Z " +hwg ;00006303;"Werkzeuge, Maschinen, Baugert " +hwg ;00006304;"Arbeitssch., Industrie-Handwer " +hwg ;00006305;"Sanitr, Heizung, Abzugs- u. L " +hwg ;00006306;"Klebstoffe, Farben, Holz, Wand " +hwg ;00006307;"Bauelemente, Schlsser, Tr-Fe " +hwg ;00006308;"Kleineisenwaren, Schrauben, Dr " +hwg ;00006310;"Handwerkzeuge und Elektrowerkz " +hwg ;00006311;"Kleineisenwaren " +hwg ;00006312;"Zubehr zu Kleineisenwaren " +hwg ;00006313;"Materialien und Malerwerkzeuge " +hwg ;00006314;"Autopflegemittel " +hwg ;00006315;"Autozubehr " +hwg ;00006320;"Elektro-Hausgerte I " +hwg ;00006321;"Elektro-Hausgerte II " +hwg ;00006322;"Krperpflegeartikel " +hwg ;00006323;"Staubsauger, Heizgerte und Sa " +hwg ;00006324;"Khl- und Gefriergerte " +hwg ;00006325;"Wschepflege und Geschirrsple " +hwg ;00006326;"Elektroherde und Dunstabzugsha " +hwg ;00006327;"Einbaugerte " +hwg ;00006330;"Beleuchtung " +hwg ;00006331;"Wand- und Deckenleuchten, Orts " +hwg ;00006332;"Installationsmaterial " +hwg ;00006333;"Elektrozubehr " +hwg ;00006340;"Transistorgerte " +hwg ;00006341;"Cassettenrecorder Miniplayer " +hwg ;00006342;"Radiorecorder " +hwg ;00006343;"Hifi-Gerte " +hwg ;00006344;"TV / Videogerte " +hwg ;00006345;"A/V Zubehr " +hwg ;00006346;"A/V Cassetten " +hwg ;00006350;"Sanitrartikel " +hwg ;00006351;"Bad-Ausstattung " +hwg ;00006352;"Bad-Zubehr " +hwg ;00006353;"WC-Sitze und WC -Brsten " +hwg ;00006354;"Bad-Einrichtung " +hwg ;00006355;"Garnituren und Auslegeware " +hwg ;00006356;"Bad-Mbel " +hwg ;00006360;"Gartenmbel " +hwg ;00006361;"Textile Gartenartikel " +hwg ;00006362;"Campingartikel " +hwg ;00006363;"Grill und Zubehr " +hwg ;00006364;"Gartenbedarf " +hwg ;00006365;"Smereien und Blumen " +hwg ;00006370;"Garderoben - Ausstattung " +hwg ;00006371;"Kleinmbel, Interieur " +hwg ;00006372;"Kleinmbel " +hwg ;00006373;"Stahlrohrmbel " +hwg ;00006374;"Kchenmbel " +hwg ;00006375;"Speisezimmer " +hwg ;00006376;"Wohnzimmer " +hwg ;00006377;"Polstermbel " +hwg ;00006378;"Kleinkorbwaren " +hwg ;00006379;"Korbwaren " +hwg ;00006380;"Jugendzimmer " +hwg ;00006381;"Schlafzimmer " +hwg ;00006382;"Matratzen " +hwg ;00006400;"LCD-Spiele " +hwg ;00006401;"Audio-Video-Spiele " +hwg ;00006402;"Spiel- und Lerncomputer " +hwg ;00006403;"Elektronische Musikartikel " +hwg ;00006410;"Puppen und Zubehr " +hwg ;00006411;"Plsch-Spielwaren " +hwg ;00006412;"Spielwaren " +hwg ;00006413;"Mechanische Spielwaren " +hwg ;00006414;"Diverse Spielwaren " +hwg ;00006415;"Spiele " +hwg ;00006416;"Saison-Artikel " +hwg ;00006417;"Gro-Spielwaren " +hwg ;00006418;"Kostm-Artikel " +hwg ;00006419;"Saison-Artikel " +hwg ;00006420;"Lern- und Zeichenmittel " +hwg ;00006421;"Mal- und Zeichenbedarf, Schrei " +hwg ;00006422;"Briefpapier und Briefpapieraus " +hwg ;00006423;"Broartikel " +hwg ;00006424;"Haushaltartikel " +hwg ;00006425;"Spielkarten, Briefmarken, Brie " +hwg ;00006426;"Weihnachtsartikel " +hwg ;00006427;"Osterartikel " +hwg ;00006428;"Computer und Zubehr " +hwg ;00006429;"Broelektronik " +hwg ;00006430;"Material " +hwg ;00006431;"Zubehr " +hwg ;00006500;"Krperpflege " +hwg ;00006501;"Kosmetik-Depots " +hwg ;00006502;"Haarpflege " +hwg ;00006503;"Kmme und Haarschmuck " +hwg ;00006504;"Hygiene-Artikel " +hwg ;00006505;"Drogerie-Artikel " +hwg ;00006506;"Saisonartikel und Reiseartikel " +hwg ;00006507;"Kerzen " +hwg ;00006510;"Ohrschmuck " +hwg ;00006511;"Ringe " +hwg ;00006512;"Ketten / Colliers " +hwg ;00006513;"Armbnder " +hwg ;00006514;"Broschen und Nadeln " +hwg ;00006515;"Anhnger " +hwg ;00006516;"Manschettenknpfe / Krawattens " +hwg ;00006520;"Uhren, Wecker " +hwg ;00006521;"Zubehr " +hwg ;00006522;"Dienstleistungen " +hwg ;00006600;"Raucherbedarf " +hwg ;00006601;"Pfeifen " +hwg ;00006602;"Tabakwaren " +hwg ;00006603;"Lotto/Toto " +hwg ;00006604;"Zeitungen/Zeitschriften " +hwg ;00006605;"Reisebro " +hwg ;00006700;"Restaurant " +hwg ;00006710;"Dienstleistungen " +hwg ;00006900;"Aktionsware HW " +hwg ;00006999;"Bonus " +hwg ;00007010;"H-ortho Schuhe " +hwg ;00007013;"H-Schnrhalbschuhe " +hwg ;00007014;"H-Slipper " +hwg ;00007015;"H-Stiefel mit Kaltfutter " +hwg ;00007016;"H-Stiefel mit Warmfutter " +hwg ;00007017;"H-Pantoletten " +hwg ;00007018;"H-Sandaletten " +hwg ;00007019;"H-Sling/ Flats " +hwg ;00007020;"D-Schuhe " +hwg ;00007021;"D-ortho Schuhe " +hwg ;00007022;"D-Pumps/ Ballerinen " +hwg ;00007023;"D-Schnrhalbschuhe " +hwg ;00007024;"D-Slipper " +hwg ;00007025;"D-Stiefel mit Kaltfutter " +hwg ;00007026;"D-Stiefel mit Warmfutter " +hwg ;00007027;"D-Pantoletten " +hwg ;00007028;"D-Sandaletten " +hwg ;00007029;"D-Sling/ Flamenco " +hwg ;00007030;"KI-Schuhe " +hwg ;00007031;"orth. Kl Schuhe " +hwg ;00007032;"Kl-Ballerinen/ Spangenschuhe " +hwg ;00007033;"Kl-Schnrhalbschuhe " +hwg ;00007034;"Kl-Slipper Klettverschlu " +hwg ;00007035;"Kl-Stiefel m. Kaltfutter " +hwg ;00007036;"Kl-Stiefel m. Warmfutter " +hwg ;00007037;"Kl-Pantoletten " +hwg ;00007038;"Kl-Sandaletten " +hwg ;00007039;"Kl-Sling/ Flamenco " +hwg ;00007040;"KI-Schuhe " +hwg ;00007041;"orth. Gr. Schuhe " +hwg ;00007042;"Gr-Ballerinen/ Spangenschuhe " +hwg ;00007043;"Gr-Schnrhalbschuhe " +hwg ;00007044;"Slipper/ Klettverschlu " +hwg ;00007045;"Stiefel mit Kaltfutter " +hwg ;00007046;"Gr-Stiefel m. Warmfutter " +hwg ;00007047;"Pantoletten " +hwg ;00007048;"Gr-Sandaletten " +hwg ;00007049;"Gr-Sling/ Flamenco " +hwg ;00007051;"H-Hausschuh " +hwg ;00007052;"D-Hausschuh " +hwg ;00007054;"K-Hausschuh " +hwg ;00007100;"Freizeit " +hwg ;00007101;"Handtaschen " +hwg ;00007104;"Business " +hwg ;00007112;"Reisetaschen " +hwg ;00007113;"Koffer " +hwg ;00007125;"Kinder/ Schule " +hwg ;00007136;"Etuis / Zubehr " +hwg ;00007137;"Kleinlederwaren " +hwg ;00007149;"Services " +hwg ;00007501;"Gesicht " +hwg ;00007502;"Krper " +hwg ;00007511;"Kosmetik " +hwg ;00007521;"D-Dfte " +hwg ;00007531;"H-Kosmetikartikel " +hwg ;00007541;"Drogerie " +hwg ;00007910;"***H-Burschen luft aus " +hwg ;00007911;"***H-Pantoletten luft aus " +hwg ;00007912;"***H-Sandaletten luft aus " +hwg ;00007915;"***H-Slipper luft aus " +hwg ;00007916;"***H-Schnrhalbschuhe luft aus " +hwg ;00007917;"***H-Bequemschuhe luft aus " +hwg ;00007918;"***H-Stiefel luft aus " +hwg ;00007919;"***H-Winterschuhe luft aus " +hwg ;00007920;"***D-Mdchen luft aus " +hwg ;00007921;"***D-Pantolette luft aus " +hwg ;00007922;"***D-Sandalette luft aus " +hwg ;00007923;"***D-Sling luft aus " +hwg ;00007924;"***D-Ballerina/Pumps luft aus " +hwg ;00007925;"***D-Slipper luft aus " +hwg ;00007926;"***D-Schmrhalbschuhe luft aus " +hwg ;00007927;"*** luft aus " +hwg ;00007928;"***D-Stiefel luft aus " +hwg ;00007929;"***D-Winterstiefel luft aus " +hwg ;00007930;"***K-Pantoletten luft aus " +hwg ;00007931;"***K-Sandaletten luft aus " +hwg ;00007932;"***K-Ballerina luft aus " +hwg ;00007933;"***K-Slipper luft aus " +hwg ;00007934;"***K-Schnrhalbschuhe luft aus " +hwg ;00007935;"***K-Bequemschuhe luft aus " +hwg ;00007936;"***K-Stiefel luft aus " +hwg ;00007937;"***K-W-Schuhe luft aus " +hwg ;00007940;"***Pflege - luft aus " +hwg ;00007941;"***Sohlen. Ersatzartikel - luft aus " +hwg ;00008126;"Speisele " +hwg ;00008128;"Mayonnaisen, Salate " +hwg ;00008203;"Teigwaren " +hwg ;00008211;"Speisesalz " +hwg ;00008212;"Gewrze " +hwg ;00008213;"Konfitre " +hwg ;00008214;"Anderer Brotaufstrich " +hwg ;00008240;"Zwieback, Keks, Waffeln " +hwg ;00008241;"Andere Dauerbackwaren " +hwg ;00008242;"Schokoladen " +hwg ;00008243;"Pralinen " +hwg ;00008244;"Bonbons " +hwg ;00008245;"Andere Zuckerwaren " +hwg ;00008246;"Andere Swaren " +hwg ;00008247;"Knabberartikel " +hwg ;00008248;"Saisonartikel " +hwg ;00008300;"Traubenweine, wei " +hwg ;00008301;"Traubenweine, rot " +hwg ;00008302;"Wermut, Dessertweine " +hwg ;00008303;"Traubenschaumweine " +hwg ;00008304;"Kornbranntweine " +hwg ;00008305;"Klare Trinkbranntweine " +hwg ;00008306;"Branntwein aus Wein " +hwg ;00008307;"Andere Trinkbranntweine " +hwg ;00008308;"Frucht-, Bitter-, Kruterlikr " +hwg ;00008309;"Andere Likre " +hwg ;00008310;"Exportbiere " +hwg ;00008311;"Pilsbiere " +hwg ;00008312;"Obergrige Biere " +hwg ;00008313;"Andere untergrige Biere " +hwg ;00008314;"Obst-, Gemsesfte " +hwg ;00008315;"Tafelwasser " +hwg ;00008316;"Fruchtsaftgetrnke, Limonaden " +hwg ;00008317;"Andere alkoholfreie Erfrischun " +hwg ;00008330;"Brot, ganz " +hwg ;00008331;"Brot, geschnitten " +hwg ;00008800;"Dienstleistungen " +hwg ;00008900;"Aktionsware LH " +hwg ;00007060;"Pflege " +hwg ;00007061;"Ersatzartikel, Sohlen " +hwg ;00008899;"Versand " +wg ;000001;"Porto ";000000000;00008899;0 +wg ;000077;"freie WGR ";000000182;00001820;0 +wg ;000078;"kindersack1 ";000000000;00001802;0 +wg ;000100;"Meterware ";000000520;00005200;0 +wg ;000178;"Kindersack2 ";000000000;00001802;0 +wg ;110000;"H-Anzge EDI ";000000110;00001100;0 +wg ;110010;"H-Anzge 2-teilig ";000000110;00001100;0 +wg ;110020;"H-Anzge mehrteilig ";000000110;00001100;0 +wg ;110021;"H-Baukasten-Sakko ";000000110;00001100;0 +wg ;110022;"H-Baukasten-Weste ";000000110;00001100;0 +wg ;110023;"H-Baukasten-Hose ";000000110;00001100;0 +wg ;110030;"H-Smoking ";000000110;00001100;0 +wg ;110099;"***H-Anzge ";000000110;00001100;0 +wg ;110100;"H-Mntel EDI ";000000110;00001101;0 +wg ;110110;"H-Mntel Pop ";000000110;00001101;0 +wg ;110115;"H-Mntel Wolle ";000000110;00001101;0 +wg ;110199;"***H-Mntel ";000000110;00001101;0 +wg ;110200;"H-Sakkos EDI ";000000110;00001102;0 +wg ;110210;"H-Sakkos ";000000110;00001102;0 +wg ;110215;"H-Sakkos Compos ";000000110;00001102;0 +wg ;110220;"H-Blazer ";000000110;00001102;0 +wg ;110225;"H-Westen ";000000110;00001102;0 +wg ;110299;"***H-Sakkos ";000000110;00001102;0 +wg ;110300;"H-Jacken EDI ";000000110;00001103;0 +wg ;110310;"H-Jacken ";000000110;00001103;0 +wg ;110320;"H-Blousons ";000000110;00001103;0 +wg ;110325;"H-Sportswear-Westen ";000000110;00001103;0 +wg ;110399;"***H-Jacken ";000000110;00001103;0 +wg ;110400;"H-Leder EDI ";000000110;00001104;0 +wg ;110410;"H-Le-Mntel ";000000110;00001104;0 +wg ;110415;"H-Le-Jacken ";000000110;00001104;0 +wg ;110425;"H-Le-Blousons ";000000110;00001104;0 +wg ;110430;"H-Le-Blazer ";000000110;00001104;0 +wg ;110435;"H-Le-Hosen ";000000110;00001104;0 +wg ;110440;"H-Le-Westen ";000000110;00001104;0 +wg ;110445;"H-Le-Hemden ";000000110;00001104;0 +wg ;110499;"***H-Leder ";000000110;00001104;0 +wg ;110500;"H-Hosen EDI ";000000110;00001105;0 +wg ;110510;"H-Kombihosen ";000000110;00001105;0 +wg ;110515;"H-Freizeithosen ";000000110;00001105;0 +wg ;110520;"H-Jeans ";000000110;00001105;0 +wg ;110525;"H-Bermuda/Shorts ";000000110;00001105;0 +wg ;110599;"***H-Hosen ";000000110;00001105;0 +wg ;111000;"H-Strickwaren EDI ";000000111;00001110;0 +wg ;111010;"H-Pullover 1/1 Arm ";000000111;00001110;0 +wg ;111020;"H-Pullunder ";000000111;00001110;0 +wg ;111025;"H-Strickjacken ";000000111;00001110;0 +wg ;111030;"H-Westen o. Arm ";000000111;00001110;0 +wg ;111099;"***H-Strickwaren ";000000111;00001110;0 +wg ;111100;"H-Wirkwaren EDI ";000000111;00001111;0 +wg ;111110;"H-Sweatshirts ";000000111;00001111;0 +wg ;111115;"H-Polos 1/1 Arm ";000000111;00001111;0 +wg ;111120;"H-Polos 1/2 Arm ";000000111;00001111;0 +wg ;111125;"H-T-Shirt 1/1 Arm ";000000111;00001111;0 +wg ;111130;"H-T-Shirt 1/2 Arm ";000000111;00001111;0 +wg ;111135;"H-Trger-Shirt ";000000111;00001111;0 +wg ;111140;"H-Jacken Wirk ";000000111;00001111;0 +wg ;111145;"H-Westen Wirk ";000000111;00001111;0 +wg ;111155;"H-Rolli ";000000111;00001111;0 +wg ;111199;"***H-Wirkwaren ";000000111;00001111;0 +wg ;111200;"H-Hemden EDI ";000000111;00001112;0 +wg ;111210;"H-Cityhemden 1/1 Arm ";000000111;00001112;0 +wg ;111215;"H-Cityhemden 1/2 Arm ";000000111;00001112;0 +wg ;111230;"H-Freizeithemden 1/1 Arm ";000000111;00001112;0 +wg ;111235;"H-Freizeithemden 1/2 Arm ";000000111;00001112;0 +wg ;111240;"H-Festliche Hemden ";000000111;00001112;0 +wg ;111299;"***H-Hemden ";000000111;00001112;0 +wg ;111300;"H-Krawatten EDI ";000000111;00001113;0 +wg ;111310;"H-Krawatten ";000000111;00001113;0 +wg ;111315;"H-Fliege/Schleifen/K-Schals ";000000111;00001113;0 +wg ;111399;"***H-Krawatten ";000000111;00001113;0 +wg ;114000;"H-Hte/Mtzen EDI ";000000114;00001140;0 +wg ;114010;"H-Hte ";000000114;00001140;0 +wg ;114015;"H-Mtzen ";000000114;00001140;0 +wg ;114020;"H-Stirnbnder ";000000114;00001140;0 +wg ;114025;"H-Kappen ";000000114;00001140;0 +wg ;114099;"***H-Hte/Mtzen ";000000114;00001140;0 +wg ;114100;"H-Schals/Tcher EDI ";000000114;00001141;0 +wg ;114110;"H-Schals ";000000114;00001141;0 +wg ;114115;"H-Taschentcher ";000000114;00001141;0 +wg ;114199;"***H-Schals/Tcher ";000000114;00001141;0 +wg ;114200;"H-Handschuhe EDI ";000000114;00001142;0 +wg ;114210;"H-Handschuhe ";000000114;00001142;0 +wg ;114299;"***H-Handschuhe ";000000114;00001142;0 +wg ;114300;"H-Grtel EDI ";000000114;00001143;0 +wg ;114310;"H-Grtel ";000000114;00001143;0 +wg ;114399;"***H-Grtel ";000000114;00001143;0 +wg ;114400;"H-Nadel/Spangen/Hosentrger ED ";000000114;00001144;0 +wg ;114410;"H-Nadel/Spangen/M-Knpfe ";000000114;00001144;0 +wg ;114415;"H-Hosentrger ";000000114;00001144;0 +wg ;114499;"***H-Nadel/Spangen/Hosentrge ";000000114;00001144;0 +wg ;114500;"***H-Schuhe EDI ";000000114;00001145;0 +wg ;114510;"***H-Schuhe ";000000114;00001145;0 +wg ;114599;"***H-Schuhe ";000000114;00001145;0 +wg ;114600;"***H-Taschen EDI ";000000114;00001146;0 +wg ;114610;"***H-Taschen ";000000114;00001146;0 +wg ;114615;"***H-Koffer ";000000114;00001146;0 +wg ;114620;"***H-Portemonnaie ";000000114;00001146;0 +wg ;114625;"***H-Ruckscke ";000000114;00001146;0 +wg ;114630;"***H-Pflegemittel ";000000114;00001146;0 +wg ;114699;"***H-Taschen ";000000114;00001146;0 +wg ;114700;"H-Regenschirme EDI ";000000114;00001147;0 +wg ;114710;"H-Regenschirme ";000000114;00001147;0 +wg ;114715;"H-Stcke ";000000114;00001147;0 +wg ;114799;"***H-Regenschirme ";000000114;00001147;0 +wg ;114800;"H-Geschenkartikel EDI ";000000114;00001148;0 +wg ;114810;"H-Geschenkartikel ";000000114;00001148;0 +wg ;114899;"***H-Geschenkartikel ";000000114;00001148;0 +wg ;115000;"H-Berufsbekleidung EDI ";000000115;00001150;0 +wg ;115010;"H-Arbeitsjacken ";000000115;00001150;0 +wg ;115015;"H-Arbeitshosen ";000000115;00001150;0 +wg ;115020;"H-Kombinationen/Overall ";000000115;00001150;0 +wg ;115025;"H-Berufsmntel ";000000115;00001150;0 +wg ;115030;"H-Klte-/Schutzkleidung ";000000115;00001150;0 +wg ;115035;"H-Fahrermntel ";000000115;00001150;0 +wg ;115040;"H-Fahrerhosen ";000000115;00001150;0 +wg ;115045;"H-Fahrermtzen ";000000115;00001150;0 +wg ;115050;"H-Berufskleidung, sonstige ";000000115;00001150;0 +wg ;115099;"***H-Berufsbekleidung ";000000115;00001150;0 +wg ;120000;"D-Kleider EDI ";000000120;00001200;0 +wg ;120010;"D-Kleider 1-tlg.lang ";000000120;00001200;0 +wg ;120015;"D-Kleider 1-tlg. kurz ";000000120;00001200;0 +wg ;120020;"D-Kleider mehrtlg. lang ";000000120;00001200;0 +wg ;120025;"D-Kleider mehrtlg. kurz ";000000120;00001200;0 +wg ;120030;"D-Kleiderjacken ";000000120;00001200;0 +wg ;120099;"***D-Kleider ";000000120;00001200;0 +wg ;120100;"D-Kostme EDI ";000000120;00001201;0 +wg ;120110;"D-Kostme ";000000120;00001201;0 +wg ;120199;"***D-Kostme ";000000120;00001201;0 +wg ;120200;"D-Hosenanzge EDI ";000000120;00001202;0 +wg ;120210;"D-Hosenanzge ";000000120;00001202;0 +wg ;120299;"***D-Hosenanzge ";000000120;00001202;0 +wg ;120300;"D-Mntel EDI ";000000120;00001203;0 +wg ;120310;"D-Mntel Pop ";000000120;00001203;0 +wg ;120315;"D-Mntel Wolle ";000000120;00001203;0 +wg ;120399;"***D-Mntel ";000000120;00001203;0 +wg ;120400;"D-Blazer EDI ";000000120;00001204;0 +wg ;120410;"D-Blazer ";000000120;00001204;0 +wg ;120415;"D-Westen/ J ";000000120;00001204;0 +wg ;120499;"***D-Blazer ";000000120;00001204;0 +wg ;120500;"D-Jacken EDI ";000000120;00001205;0 +wg ;120510;"D-Jacken Pop ";000000120;00001205;0 +wg ;120515;"D-Jacken Wolle ";000000120;00001205;0 +wg ;120520;"D-Blouson ";000000120;00001205;0 +wg ;120525;"D-Sportswear-Westen ";000000120;00001205;0 +wg ;120599;"***D-Jacken ";000000120;00001205;0 +wg ;120600;"D-Leder EDI ";000000120;00001206;0 +wg ;120610;"D-Le-Mntel ";000000120;00001206;0 +wg ;120615;"D-Le-Jacken ";000000120;00001206;0 +wg ;120625;"D-Le-Blousons ";000000120;00001206;0 +wg ;120630;"D-Le-Rcke ";000000120;00001206;0 +wg ;120635;"D-Le-Hosen/Shorts ";000000120;00001206;0 +wg ;120640;"D-Le-Kostme/Kleider/Anzge ";000000120;00001206;0 +wg ;120645;"D-Le-Westen ";000000120;00001206;0 +wg ;120650;"D-Le-Blazer ";000000120;00001206;0 +wg ;120655;"D-Le-Hemden ";000000120;00001206;0 +wg ;120699;"***D-Leder ";000000120;00001206;0 +wg ;120700;"D-Pelze EDI ";000000120;00001207;0 +wg ;120710;"D-Pelzmntel ";000000120;00001207;0 +wg ;120715;"D-Pelzjacken ";000000120;00001207;0 +wg ;120720;"D-Pelzwesten ";000000120;00001207;0 +wg ;120725;"D-Pelz-Accessoires ";000000120;00001207;0 +wg ;120799;"***D-Pelze ";000000120;00001207;0 +wg ;120800;"D-Brautmoden EDI ";000000120;00001208;0 +wg ;120810;"D-Brautmoden ";000000120;00001208;0 +wg ;120815;"D-Braut-Accessoires ";000000120;00001208;0 +wg ;120899;"***D-Brautmoden ";000000120;00001208;0 +wg ;121000;"D-Strickwaren EDI ";000000121;00001210;0 +wg ;121010;"D-Pullover lang Arm ";000000121;00001210;0 +wg ;121015;"D-Pullover kurz Arm ";000000121;00001210;0 +wg ;121020;"D-Pullunder ";000000121;00001210;0 +wg ;121025;"D-Strickjacken ";000000121;00001210;0 +wg ;121027;"D-Poncho Strick ";000000121;00001210;0 +wg ;121030;"D-Westen o. Arm ";000000121;00001210;0 +wg ;121035;"D-Rcke (Strick) ";000000121;00001210;0 +wg ;121040;"D-Hosen/Leggings ";000000121;00001210;0 +wg ;121045;"***D-Unterzieh-Pullis ";000000121;00001210;0 +wg ;121050;"D-Kleider Strick ";000000121;00001210;0 +wg ;121055;"D-Twinset Strick ";000000121;00001210;0 +wg ;121099;"***D-Strickwaren ";000000121;00001210;0 +wg ;121100;"D-Wirkwaren EDI ";000000121;00001211;0 +wg ;121110;"D-Sweatshirt ";000000121;00001211;0 +wg ;121115;"D-Polos 1/1 Arm ";000000121;00001211;0 +wg ;121120;"D-Polos 1/2 Arm ";000000121;00001211;0 +wg ;121125;"D-T-Shirt 1/1 Arm ";000000121;00001211;0 +wg ;121130;"D-T-Shirt 1/2 Arm ";000000121;00001211;0 +wg ;121135;"D-Shirt o. Arm ";000000121;00001211;0 +wg ;121140;"D-Top ";000000121;00001211;0 +wg ;121150;"D-Rollis ";000000121;00001211;0 +wg ;121155;"D-Jacken Wirk ";000000121;00001211;0 +wg ;121160;"D-Westen Wirk ";000000121;00001211;0 +wg ;121165;"D-Hosen/Leggings ";000000121;00001211;0 +wg ;121170;"D-Kleider Wirk ";000000121;00001211;0 +wg ;121175;"D-Bodies Wirk ";000000121;00001211;0 +wg ;121180;"D-Rcke Wirk ";000000121;00001211;0 +wg ;121185;"D-Twinset Wirk ";000000121;00001211;0 +wg ;121199;"***D-Wirkwaren ";000000121;00001211;0 +wg ;121200;"D-Blusen EDI ";000000121;00001212;0 +wg ;121220;"D-Blusen 1/1 Arm ";000000121;00001212;0 +wg ;121225;"D-Blusen 1/2 Arm ";000000121;00001212;0 +wg ;121230;"D-Blusen o. Arm ";000000121;00001212;0 +wg ;121235;"D-Tops ";000000121;00001212;0 +wg ;121240;"D-Blusen-Blazer ";000000121;00001212;0 +wg ;121245;"D-Westen/ B ";000000121;00001212;0 +wg ;121299;"***D-Blusen ";000000121;00001212;0 +wg ;121300;"D-Rcke EDI ";000000121;00001213;0 +wg ;121310;"D-Rcke kurz ";000000121;00001213;0 +wg ;121320;"D-Rcke lang ";000000121;00001213;0 +wg ;121399;"***D-Rcke ";000000121;00001213;0 +wg ;121400;"D-Hosen EDI ";000000121;00001214;0 +wg ;121410;"D-Kombi-Hosen ";000000121;00001214;0 +wg ;121415;"D-Freizeithosen ";000000121;00001214;0 +wg ;121420;"D-Jeans ";000000121;00001214;0 +wg ;121425;"D-Bermudas/Shorts ";000000121;00001214;0 +wg ;121499;"***D-Hosen ";000000121;00001214;0 +wg ;124000;"D-Hte/Mtzen EDI ";000000124;00001240;0 +wg ;124010;"D-Hte ";000000124;00001240;0 +wg ;124015;"D-Mtzen ";000000124;00001240;0 +wg ;124020;"D-Stirnbnder ";000000124;00001240;0 +wg ;124025;"D-Kappen/Brillen ";000000124;00001240;0 +wg ;124030;"D-Set (Mtze+Schal+...) ";000000124;00001240;0 +wg ;124099;"***D-Hte/Mtzen ";000000124;00001240;0 +wg ;124100;"D-Schals/Tcher EDI ";000000124;00001241;0 +wg ;124110;"D-Schals ";000000124;00001241;0 +wg ;124115;"D-Tcher ";000000124;00001241;0 +wg ;124117;"D-Taschentcher ";000000124;00001241;0 +wg ;124120;"D-Sets (Schal+Handschuh) ";000000124;00001241;0 +wg ;124199;"***D-Schals/Tcher ";000000124;00001241;0 +wg ;124200;"D-Handschuhe EDI ";000000124;00001242;0 +wg ;124210;"D-Handschuhe ";000000124;00001242;0 +wg ;124299;"***D-Handschuhe ";000000124;00001242;0 +wg ;124300;"D-Grtel EDI ";000000124;00001243;0 +wg ;124310;"D-Grtel ";000000124;00001243;0 +wg ;124399;"***D-Grtel ";000000124;00001243;0 +wg ;124400;"D-Modeschmuck EDI ";000000124;00001244;0 +wg ;124410;"D-Modeschmuck ";000000124;00001244;0 +wg ;124415;"D-Uhren ";000000124;00001244;0 +wg ;124420;"D-Haarbnder ";000000124;00001244;0 +wg ;124425;"D-rmelhalter ";000000124;00001244;0 +wg ;124499;"***D-Modeschmuck ";000000124;00001244;0 +wg ;124500;"***D-Schuhe EDI ";000000124;00001245;0 +wg ;124510;"***D-Schuhe ";000000124;00001245;0 +wg ;124599;"***D-Schuhe ";000000124;00001245;0 +wg ;124600;"***D-Taschen EDI ";000000124;00001246;0 +wg ;124610;"***D-Taschen ";000000124;00001246;0 +wg ;124615;"***D-Koffer ";000000124;00001246;0 +wg ;124620;"***D-Portemonnaie ";000000124;00001246;0 +wg ;124625;"***D-Ruckscke ";000000124;00001246;0 +wg ;124630;"***D-Pflegemittel ";000000124;00001246;0 +wg ;124699;"***D-Taschen ";000000124;00001246;0 +wg ;124700;"D-Regenschirme EDI ";000000124;00001247;0 +wg ;124710;"D-Regenschirme ";000000124;00001247;0 +wg ;124799;"***D-Regenschirme ";000000124;00001247;0 +wg ;124800;"D-Geschenkartikel EDI ";000000124;00001248;0 +wg ;124810;"D-Geschenkartikel ";000000124;00001248;0 +wg ;124899;"***D-Geschenkartikel ";000000124;00001248;0 +wg ;125000;"D-Berufsbekleidung EDI ";000000125;00001250;0 +wg ;125010;"D-Arbeitsjacken ";000000125;00001250;0 +wg ;125015;"D-Arbeitshosen ";000000125;00001250;0 +wg ;125025;"D-Kittel ";000000125;00001250;0 +wg ;125099;"***D-Berufsbekleidung ";000000125;00001250;0 +wg ;130000;"K-Anzge/Kleider EDI ";000000130;00001300;0 +wg ;130010;"K-Kleider ";000000130;00001300;0 +wg ;130030;"K-Anzge ";000000130;00001300;0 +wg ;130099;"***K-Anzge/Kleider ";000000130;00001300;0 +wg ;130100;"K-Mntel/Jacken EDI ";000000130;00001301;0 +wg ;130110;"K-Mntel ";000000130;00001301;0 +wg ;130120;"K-Jacken ";000000130;00001301;0 +wg ;130125;"K-Westen ";000000130;00001301;0 +wg ;130130;"K-Sakkos ";000000130;00001301;0 +wg ;130145;"K-Skianzge/Overalls ";000000130;00001301;0 +wg ;130199;"***K-Mntel/Jacken ";000000130;00001301;0 +wg ;130200;"K-Rcke/Hosen EDI ";000000130;00001302;0 +wg ;130205;"K-Rcke ";000000130;00001302;0 +wg ;130210;"K-Jeans ";000000130;00001302;0 +wg ;130215;"K-Hosen ";000000130;00001302;0 +wg ;130225;"K-Bermudas / Shorts ";000000130;00001302;0 +wg ;130245;"K-Skihosen ";000000130;00001302;0 +wg ;130299;"***K-Rcke/Hosen ";000000130;00001302;0 +wg ;130300;"K-Strick-/Wirkwaren EDI ";000000130;00001303;0 +wg ;130310;"K-Pullover ";000000130;00001303;0 +wg ;130320;"K-Pullunder ";000000130;00001303;0 +wg ;130325;"K-Strickjacken ";000000130;00001303;0 +wg ;130327;"K-Poncho Strick ";000000130;00001303;0 +wg ;130328;"K-Leggings ";000000130;00001303;0 +wg ;130330;"K-Sweatshirt ";000000130;00001303;0 +wg ;130333;"K-Polos ";000000130;00001303;0 +wg ;130335;"K-T-Shirt 1/1 Arm ";000000130;00001303;0 +wg ;130337;"K-T-Shirt 1/2 Arm ";000000130;00001303;0 +wg ;130340;"***luft aus ";000000130;00001303;0 +wg ;130345;"K-Rollis ";000000130;00001303;0 +wg ;130350;"K-Jacken Wirk ";000000130;00001303;0 +wg ;130365;"K-Radler Wirk(Capri) ";000000130;00001303;0 +wg ;130399;"***K-Strick-/Wirkwaren ";000000130;00001303;0 +wg ;130400;"K-Hemden/Blusen EDI ";000000130;00001304;0 +wg ;130410;"K-Hemden 1/1 Arm ";000000130;00001304;0 +wg ;130415;"K-Hemden 1/2 Arm ";000000130;00001304;0 +wg ;130420;"K-Blusen 1/1 Arm ";000000130;00001304;0 +wg ;130425;"K-Blusen 1/2 Arm ";000000130;00001304;0 +wg ;130499;"***K-Hemden/Blusen ";000000130;00001304;0 +wg ;130500;"K-Wsche EDI ";000000130;00001305;0 +wg ;130510;"K-Unterhosen ";000000130;00001305;0 +wg ;130515;"K-Unterhemden ";000000130;00001305;0 +wg ;130517;"K-BH ";000000130;00001305;0 +wg ;130520;"K-Bodies,Untergarnituren ";000000130;00001305;0 +wg ;130525;"K-Bademntel ";000000130;00001305;0 +wg ;130550;"K-Schlafanzge ";000000130;00001305;0 +wg ;130555;"K-Nachthemden ";000000130;00001305;0 +wg ;130599;"***K-Wsche ";000000130;00001305;0 +wg ;130600;"K-Schulsport EDI ";000000130;00001306;0 +wg ;130610;"K-Sporthosen kurz ";000000130;00001306;0 +wg ;130615;"K-Gymnastikanzge ";000000130;00001306;0 +wg ;130620;"K-Jogginganzge ";000000130;00001306;0 +wg ;130625;"K-Trainings-/Jogginghosen ";000000130;00001306;0 +wg ;130635;"K-Sportschuhe ";000000130;00001306;0 +wg ;130640;"K-Accessoires ";000000130;00001306;0 +wg ;130699;"***K-Schulsport ";000000130;00001306;0 +wg ;130700;"K-Bademoden EDI ";000000130;00001307;0 +wg ;130710;"K-Bikinis ";000000130;00001307;0 +wg ;130715;"K-Badeanzge ";000000130;00001307;0 +wg ;130720;"K-Badehosen ";000000130;00001307;0 +wg ;130725;"K-Shorts ";000000130;00001307;0 +wg ;130799;"***K-Bademoden ";000000130;00001307;0 +wg ;130800;"K-Socken/Strmpfe EDI ";000000130;00001308;0 +wg ;130810;"K-Strumpfhosen ";000000130;00001308;0 +wg ;130815;"K-Socken ";000000130;00001308;0 +wg ;130820;"K-Noppensocken ";000000130;00001308;0 +wg ;130830;"K-Kniestrmpfe ";000000130;00001308;0 +wg ;130899;"***K-Socken/Strmpfe ";000000130;00001308;0 +wg ;130900;"K-Accessoires EDI ";000000130;00001309;0 +wg ;130910;"K-Mtzen/Kappen ";000000130;00001309;0 +wg ;130925;"K-Stirnbnder ";000000130;00001309;0 +wg ;130930;"K-Set ";000000130;00001309;0 +wg ;130931;"H-Hoodies ";000000000;00001800;0 +wg ;130935;"K-Schals ";000000130;00001309;0 +wg ;130940;"K-Tcher ";000000130;00001309;0 +wg ;130945;"K-Krawatten/Schleifen ";000000130;00001309;0 +wg ;130950;"K-Handschuhe ";000000130;00001309;0 +wg ;130955;"K-Grtel/Hosentrger ";000000130;00001309;0 +wg ;130960;"K-Modeschmuck ";000000130;00001309;0 +wg ;130965;"***K-Schuhe ";000000130;00001309;0 +wg ;130970;"***K-Ruckscke ";000000130;00001309;0 +wg ;130975;"***K-Portemonnaie ";000000130;00001309;0 +wg ;130980;"***K-Taschen ";000000130;00001309;0 +wg ;130985;"K-Geschenkartikel ";000000130;00001309;0 +wg ;130999;"***K-Accessoires ";000000130;00001309;0 +wg ;131000;"M-Anzge/Kleider EDI ";000000131;00001310;0 +wg ;131010;"M-Kleider ";000000131;00001310;0 +wg ;131030;"M-Anzge ";000000131;00001310;0 +wg ;131099;"***M-Anzge/Kleider ";000000131;00001310;0 +wg ;131100;"M-Mntel/Jacken EDI ";000000131;00001311;0 +wg ;131110;"M-Mntel ";000000131;00001311;0 +wg ;131120;"M-Jacken ";000000131;00001311;0 +wg ;131125;"M-Sportswear-Westen ";000000131;00001311;0 +wg ;131130;"M-Sakkos ";000000131;00001311;0 +wg ;131145;"M-Skianzge/Overalls ";000000131;00001311;0 +wg ;131199;"***M-Mntel/Jacken ";000000131;00001311;0 +wg ;131200;"M-Rcke/Hosen EDI ";000000131;00001312;0 +wg ;131205;"M-Rcke ";000000131;00001312;0 +wg ;131210;"M-Jeans ";000000131;00001312;0 +wg ;131215;"M-Hosen ";000000131;00001312;0 +wg ;131225;"M-Bermudas / Shorts ";000000131;00001312;0 +wg ;131245;"M-Skihosen ";000000131;00001312;0 +wg ;131299;"***M-Rcke/Hosen ";000000131;00001312;0 +wg ;131300;"M-Strick-/Wirkwaren EDI ";000000131;00001313;0 +wg ;131310;"M-Pullover ";000000131;00001313;0 +wg ;131320;"M-Pullunder ";000000131;00001313;0 +wg ;131325;"M-Strickjacken ";000000131;00001313;0 +wg ;131327;"M-Poncho ";000000131;00001313;0 +wg ;131328;"M-Leggings ";000000131;00001313;0 +wg ;131330;"M-Sweatshirt ";000000131;00001313;0 +wg ;131333;"M-Polos ";000000131;00001313;0 +wg ;131335;"M-T-Shirt 1/1 Arm ";000000131;00001313;0 +wg ;131337;"M-T-Shirt 1/2 Arm ";000000131;00001313;0 +wg ;131345;"M-Rollis ";000000131;00001313;0 +wg ;131350;"M-Jacken Wirk ";000000131;00001313;0 +wg ;131365;"M-Radler Wirk(Capri) ";000000131;00001313;0 +wg ;131370;"***M-Jogger luft aus ";000000131;00001313;0 +wg ;131375;"M-Jogger ";000000131;00001313;0 +wg ;131399;"***M-Strick-/Wirkwaren ";000000131;00001313;0 +wg ;131400;"M-Hemden/Blusen EDI ";000000131;00001314;0 +wg ;131410;"M-Hemden 1/1 Arm ";000000131;00001314;0 +wg ;131415;"M-Hemden 1/2 Arm ";000000131;00001314;0 +wg ;131420;"M-Blusen 1/1 Arm ";000000131;00001314;0 +wg ;131425;"M-Blusen 1/2 Arm ";000000131;00001314;0 +wg ;131499;"***M-Hemden/Blusen ";000000131;00001314;0 +wg ;131500;"M-Wsche EDI ";000000131;00001315;0 +wg ;131510;"M-Unterhosen ";000000131;00001315;0 +wg ;131515;"M-Unterhemden ";000000131;00001315;0 +wg ;131520;"M-Bodies,Untergarnituren ";000000131;00001315;0 +wg ;131525;"M-Bademntel ";000000131;00001315;0 +wg ;131550;"M-Schlafanzge ";000000131;00001315;0 +wg ;131555;"M-Nachthemden ";000000131;00001315;0 +wg ;131599;"***M-Wsche ";000000131;00001315;0 +wg ;131600;"M-Schulsport EDI ";000000131;00001316;0 +wg ;131610;"M-Sporthosen kurz ";000000131;00001316;0 +wg ;131615;"M-Gymnastikanzge ";000000131;00001316;0 +wg ;131620;"M-Jogginganzge ";000000131;00001316;0 +wg ;131625;"M-Trainings-/Jogginghosen ";000000131;00001316;0 +wg ;131635;"M-Sportschuhe ";000000131;00001316;0 +wg ;131640;"M-Accessoires ";000000131;00001316;0 +wg ;131699;"***M-Schulsport ";000000131;00001316;0 +wg ;131700;"M-Bademoden EDI ";000000131;00001317;0 +wg ;131710;"M-Bikinis ";000000131;00001317;0 +wg ;131715;"M-Badeanzge ";000000131;00001317;0 +wg ;131720;"M-Badehosen ";000000131;00001317;0 +wg ;131725;"M-Shorts ";000000131;00001317;0 +wg ;131799;"***M-Bademoden ";000000131;00001317;0 +wg ;131800;"M-Socken/Strmpfe EDI ";000000131;00001318;0 +wg ;131810;"M-Strumpfhosen ";000000131;00001318;0 +wg ;131815;"M-Socken ";000000131;00001318;0 +wg ;131820;"M-Noppensocken ";000000131;00001318;0 +wg ;131830;"M-Kniestrmpfe ";000000131;00001318;0 +wg ;131899;"***M-Socken/Strmpfe ";000000131;00001318;0 +wg ;131900;"M-Accessoires EDI ";000000131;00001319;0 +wg ;131910;"M-Mtzen/Kappen ";000000131;00001319;0 +wg ;131925;"M-Stirnbnder ";000000131;00001319;0 +wg ;131930;"M-Set ";000000131;00001319;0 +wg ;131935;"M-Schals ";000000131;00001319;0 +wg ;131940;"M-Tcher ";000000131;00001319;0 +wg ;131945;"M-Krawatten/Schleifen ";000000131;00001319;0 +wg ;131950;"M-Handschuhe ";000000131;00001319;0 +wg ;131955;"M-Grtel/Hosentrger ";000000131;00001319;0 +wg ;131960;"M-Modeschmuck ";000000131;00001319;0 +wg ;131965;"***M-Schuhe ";000000131;00001319;0 +wg ;131970;"***M-Ruckscke ";000000131;00001319;0 +wg ;131975;"***M-Portemonnaie ";000000131;00001319;0 +wg ;131980;"***M-Taschen ";000000131;00001319;0 +wg ;131985;"M-Geschenkartikel ";000000131;00001319;0 +wg ;131999;"***M-Accessoires ";000000131;00001319;0 +wg ;132000;"B-Kleider EDI ";000000132;00001320;0 +wg ;132010;"B-Kleider ";000000132;00001320;0 +wg ;132099;"***B-Kleider ";000000132;00001320;0 +wg ;132100;"B-Mntel / Jacken EDI ";000000132;00001321;0 +wg ;132120;"B-Jacken ";000000132;00001321;0 +wg ;132140;"B-Ausfahrgarnituren ";000000132;00001321;0 +wg ;132145;"B-Skianzge/Overalls ";000000132;00001321;0 +wg ;132199;"***B-Mntel / Jacken ";000000132;00001321;0 +wg ;132200;"B-Hosen EDI ";000000132;00001322;0 +wg ;132210;"B-Jeans ";000000132;00001322;0 +wg ;132215;"B-Hosen ";000000132;00001322;0 +wg ;132225;"B-Bermudas / Shorts ";000000132;00001322;0 +wg ;132230;"B-Latzhosen ";000000132;00001322;0 +wg ;132299;"***B-Hosen ";000000132;00001322;0 +wg ;132300;"B-Strick- / Wirkwaren EDI ";000000132;00001323;0 +wg ;132310;"B-Pullover ";000000132;00001323;0 +wg ;132325;"B-Strickjacken ";000000132;00001323;0 +wg ;132330;"B-Sweatshirt/ Jacken ";000000132;00001323;0 +wg ;132333;"B-Polos ";000000132;00001323;0 +wg ;132335;"B-T-Shirt 1/1 Arm ";000000132;00001323;0 +wg ;132337;"B-T-Shirt 1/2 Arm ";000000132;00001323;0 +wg ;132345;"B-Rollis ";000000132;00001323;0 +wg ;132355;"B-Anzge Wirk ";000000132;00001323;0 +wg ;132360;"B-Leggings ";000000132;00001323;0 +wg ;132365;"B-Radler Wirk(Capri) ";000000132;00001323;0 +wg ;132370;"B-Strampler ";000000132;00001323;0 +wg ;132375;"B-Laufhosen ";000000132;00001323;0 +wg ;132390;"B-Set ";000000132;00001323;0 +wg ;132399;"***B-Strick- / Wirkwaren ";000000132;00001323;0 +wg ;132400;"B-Hemden / Blusen EDI ";000000132;00001324;0 +wg ;132410;"B-Hemden/Blusen ";000000132;00001324;0 +wg ;132499;"***B-Hemden / Blusen ";000000132;00001324;0 +wg ;132500;"B-Wsche EDI ";000000132;00001325;0 +wg ;132510;"B-Unterhosen ";000000132;00001325;0 +wg ;132515;"B-Unterhemden ";000000132;00001325;0 +wg ;132520;"B-Bodies,Untergarnituren ";000000132;00001325;0 +wg ;132525;"B-Bademntel ";000000132;00001325;0 +wg ;132550;"B-Schlafanzge ";000000132;00001325;0 +wg ;132599;"***B-Wsche ";000000132;00001325;0 +wg ;132700;"B-Bademoden EDI ";000000132;00001327;0 +wg ;132715;"B-Badeanzge ";000000132;00001327;0 +wg ;132720;"B-Badehosen ";000000132;00001327;0 +wg ;132799;"***B-Bademoden ";000000132;00001327;0 +wg ;132800;"B-Socken/Strmpfe EDI ";000000132;00001328;0 +wg ;132810;"B-Strumpfhosen ";000000132;00001328;0 +wg ;132815;"B-Socken ";000000132;00001328;0 +wg ;132899;"***B-Socken/Strmpfe ";000000132;00001328;0 +wg ;132900;"B-Accessoires EDI ";000000132;00001329;0 +wg ;132910;"B-Mtzen/Kappen ";000000132;00001329;0 +wg ;132935;"B-Schals ";000000132;00001329;0 +wg ;132940;"B-Tcher ";000000132;00001329;0 +wg ;132950;"B-Handschuhe ";000000132;00001329;0 +wg ;132985;"B-Geschenkartikel ";000000132;00001329;0 +wg ;132988;"B-Schlafscke/Decken ";000000132;00001329;0 +wg ;132990;"B-Windeln ";000000132;00001329;0 +wg ;132993;"B-Betteinlagen ";000000132;00001329;0 +wg ;132995;"B-Frotteewaren ";000000132;00001329;0 +wg ;132999;"***B-Accessoires ";000000132;00001329;0 +wg ;140000;"H-Tageswsche EDI ";000000140;00001400;0 +wg ;140010;"H-Slips/Schlpfer ";000000140;00001400;0 +wg ;140015;"H-lange H-Unterhosen incl. 3/4 ";000000140;00001400;0 +wg ;140020;"H-Boxer weite Form ";000000140;00001400;0 +wg ;140025;"H-Pants enge Form ";000000140;00001400;0 +wg ;140030;"H-Bodies ";000000140;00001400;0 +wg ;140035;"H-Unterhemden ";000000140;00001400;0 +wg ;140040;"H-T-Shirt Wsche ";000000140;00001400;0 +wg ;140099;"***H-Tageswsche ";000000140;00001400;0 +wg ;140100;"H-Nachtwsche EDI ";000000140;00001401;0 +wg ;140110;"H-Schlafanzge lang ";000000140;00001401;0 +wg ;140115;"H-Shorty ";000000140;00001401;0 +wg ;140120;"H-Nachthemden ";000000140;00001401;0 +wg ;140125;"H-Bademntel ";000000140;00001401;0 +wg ;140130;"H-Morgenmntel/Wellness ";000000140;00001401;0 +wg ;140140;"***H-Mix+Match luft aus ";000000140;00001401;0 +wg ;140150;"H-NW-Oberteile ";000000140;00001401;0 +wg ;140155;"H-NW-Unterteile ";000000140;00001401;0 +wg ;140199;"***H-Nachtwsche ";000000140;00001401;0 +wg ;140200;"H-Bademoden EDI ";000000140;00001402;0 +wg ;140210;"H-Badehose ";000000140;00001402;0 +wg ;140215;"H-Badeshorts ";000000140;00001402;0 +wg ;140220;"H-Bade-Mtzen/Kappen ";000000140;00001402;0 +wg ;140225;"H-Bade-Schuhe ";000000140;00001402;0 +wg ;140299;"***H-Bademoden ";000000140;00001402;0 +wg ;141000;"D-Tageswsche EDI ";000000141;00001410;0 +wg ;141010;"D-Sets ";000000141;00001410;0 +wg ;141015;"D-Bodies Wsche ";000000141;00001410;0 +wg ;141020;"D-Bustiers ";000000141;00001410;0 +wg ;141025;"D-Hemden Wsche ";000000141;00001410;0 +wg ;141030;"D-Slips ";000000141;00001410;0 +wg ;141035;"D-Schlpfer ";000000141;00001410;0 +wg ;141040;"D-Unterkleider/Halbrcke ";000000141;00001410;0 +wg ;141045;"D-Unterhosen lang ";000000141;00001410;0 +wg ;141099;"***D-Tageswsche ";000000141;00001410;0 +wg ;141100;"D-Nachtwsche EDI ";000000141;00001411;0 +wg ;141110;"D-Nachthemden 1/1 Arm ";000000141;00001411;0 +wg ;141115;"D-Nachthemden 1/2 Arm ";000000141;00001411;0 +wg ;141120;"D-Schlafanzge ";000000141;00001411;0 +wg ;141125;"D-Shorties ";000000141;00001411;0 +wg ;141130;"D-Morgenmntel/Wellness ";000000141;00001411;0 +wg ;141135;"D-Bademntel ";000000141;00001411;0 +wg ;141140;"***D-Mix+Match luft aus ";000000141;00001411;0 +wg ;141145;"D-Bettjacken/Schals/Schuhe ";000000141;00001411;0 +wg ;141150;"D-NW-Oberteile ";000000141;00001411;0 +wg ;141155;"D-NW-Unterteile ";000000141;00001411;0 +wg ;141199;"***D-Nachtwsche ";000000141;00001411;0 +wg ;141200;"D-Miederwaren Dessous EDI ";000000141;00001412;0 +wg ;141210;"D-BH's ";000000141;00001412;0 +wg ;141212;"D-BH-Hemd/ Bustier ";000000141;00001412;0 +wg ;141215;"D-Miederhosen ";000000141;00001412;0 +wg ;141220;"D-Mieder-Bodies ";000000141;00001412;0 +wg ;141225;"D-Corseletts ";000000141;00001412;0 +wg ;141230;"D-Miedersets ";000000141;00001412;0 +wg ;141235;"D-Miederslip ";000000141;00001412;0 +wg ;141280;"D-Dessous/ Kleinteile ";000000141;00001412;0 +wg ;141290;"Prothesen/Prothesen-Zubehr ";000000141;00001412;0 +wg ;141299;"***D-Miederwaren Dessous ";000000141;00001412;0 +wg ;141300;"D-Bademoden EDI ";000000141;00001413;0 +wg ;141310;"D-Bikinis ";000000141;00001413;0 +wg ;141315;"D-Badeanzge ";000000141;00001413;0 +wg ;141320;"D-Strandbekleidung ";000000141;00001413;0 +wg ;141325;"D-Bade-Mtzen/Kappen ";000000141;00001413;0 +wg ;141330;"D-Bade-Schuhe ";000000141;00001413;0 +wg ;141335;"***D-Mix+Match luft aus ";000000141;00001413;0 +wg ;141350;"D-BM-Oberteile ";000000141;00001413;0 +wg ;141355;"D-BM-Unterteile ";000000141;00001413;0 +wg ;141399;"***D-Bademoden ";000000141;00001413;0 +wg ;150000;"H-Socken/Strmpfe EDI ";000000150;00001500;0 +wg ;150010;"H-Socken kurz ";000000150;00001500;0 +wg ;150015;"H-Socken lang ";000000150;00001500;0 +wg ;150020;"H-Noppensocken/Walkies ";000000150;00001500;0 +wg ;150025;"H-Kniestrmpfe ";000000150;00001500;0 +wg ;150030;"H-Strumpfhosen ";000000150;00001500;0 +wg ;150035;"H-Flinge/Sneaker ";000000150;00001500;0 +wg ;150099;"***H-Socken/Strmpfe ";000000150;00001500;0 +wg ;151000;"D-Strumpfhosen EDI ";000000151;00001510;0 +wg ;151010;"D-Feinstrumpfhosen ";000000151;00001510;0 +wg ;151015;"D-Sttzstrumpfhosen ";000000151;00001510;0 +wg ;151020;"D-Wollstrumpfhosen ";000000151;00001510;0 +wg ;151099;"***D-Strumpfhosen ";000000151;00001510;0 +wg ;151100;"D-Strmpfe/Socken EDI ";000000151;00001511;0 +wg ;151110;"D-Strmpfe ";000000151;00001511;0 +wg ;151115;"D-Kniestrmpfe fein ";000000151;00001511;0 +wg ;151120;"D-Kniestrmpfe Strick ";000000151;00001511;0 +wg ;151125;"D-Socken fein ";000000151;00001511;0 +wg ;151130;"D-Socken Strick ";000000151;00001511;0 +wg ;151135;"D-Noppensocken/Walkies ";000000151;00001511;0 +wg ;151140;"D-Flinge ";000000151;00001511;0 +wg ;151145;"D-Div.Strumpfartikel ";000000151;00001511;0 +wg ;151199;"***D-Strmpfe/Socken ";000000151;00001511;0 +wg ;180000;"Herren-nderungen ";000000180;00001800;0 +wg ;180099;"***Herren-nderungen ";000000180;00001800;0 +wg ;180100;"Damen-nderungen ";000000180;00001801;0 +wg ;180199;"***Damen-nderungen ";000000180;00001801;0 +wg ;180200;"Kinder-nderungen ";000000180;00001802;0 +wg ;180299;"***Kinder-nderungen ";000000180;00001802;0 +wg ;181000;"Sonstige Dienstleistungen ";000000181;00001810;0 +wg ;181099;"***Sonstige Dienstleistungen ";000000181;00001810;0 +wg ;311100;"S-Anzge EDI ";000000311;00003111;0 +wg ;311110;"S-Jogging ";000000311;00003111;0 +wg ;311115;"S-Training ";000000311;00003111;0 +wg ;311120;"S-Overall ";000000311;00003111;0 +wg ;311125;"S-Regenanzug ";000000311;00003111;0 +wg ;311170;"S-Kleid ";000000311;00003111;0 +wg ;311199;"***S-Anzge ";000000311;00003111;0 +wg ;311200;"S-Jacken EDI ";000000311;00003112;0 +wg ;311210;"S-Windbreaker ";000000311;00003112;0 +wg ;311215;"S-Weste ";000000311;00003112;0 +wg ;311220;"S-Jacke ";000000311;00003112;0 +wg ;311225;"S-Regenjacke ";000000311;00003112;0 +wg ;311230;"S-Jeansjacke ";000000311;00003112;0 +wg ;311235;"S-Trainingsjacke ";000000311;00003112;0 +wg ;311240;"S-Doppeljacke ";000000311;00003112;0 +wg ;311245;"S-Sakko/Blazer ";000000311;00003112;0 +wg ;311250;"S-Wanderjacke ";000000311;00003112;0 +wg ;311255;"S-Winterjacke ";000000311;00003112;0 +wg ;311270;"S-Mantel ";000000311;00003112;0 +wg ;311299;"***S-Jacken ";000000311;00003112;0 +wg ;311300;"S-Hosen EDI ";000000311;00003113;0 +wg ;311310;"S-Hose lang ";000000311;00003113;0 +wg ;311315;"S-Hose mittellang ";000000311;00003113;0 +wg ;311320;"S-Bermuda ";000000311;00003113;0 +wg ;311325;"S-Short ";000000311;00003113;0 +wg ;311330;"S-Regenhose ";000000311;00003113;0 +wg ;311335;"S-Trainingshose ";000000311;00003113;0 +wg ;311340;"S-Legging ";000000311;00003113;0 +wg ;311345;"S-Jeans ";000000311;00003113;0 +wg ;311350;"S-Wanderhose ";000000311;00003113;0 +wg ;311355;"S-Winterhose ";000000311;00003113;0 +wg ;311370;"S-Rock ";000000311;00003113;0 +wg ;311399;"***S-Hosen ";000000311;00003113;0 +wg ;312100;"S-Strick EDI ";000000312;00003121;0 +wg ;312110;"S-Pullover ";000000312;00003121;0 +wg ;312115;"S-Strickweste ";000000312;00003121;0 +wg ;312120;"S-Pullunder ";000000312;00003121;0 +wg ;312125;"S-Strickjacke ";000000312;00003121;0 +wg ;312199;"***S-Strick ";000000312;00003121;0 +wg ;312200;"S-Wirk EDI ";000000312;00003122;0 +wg ;312210;"S-Sweat ";000000312;00003122;0 +wg ;312215;"S-T-Shirt 1/1 Arm ";000000312;00003122;0 +wg ;312220;"S-T-Shirt 1/2 Arm ";000000312;00003122;0 +wg ;312225;"S-Tops/Tanks ";000000312;00003122;0 +wg ;312230;"S-Trikots ";000000312;00003122;0 +wg ;312235;"S-Fleece ";000000312;00003122;0 +wg ;312240;"S-Wirkweste ";000000312;00003122;0 +wg ;312245;"S-Wirkjacke ";000000312;00003122;0 +wg ;312250;"S-Polo ";000000312;00003122;0 +wg ;312255;"S-Rolli ";000000312;00003122;0 +wg ;312299;"***S-Wirk ";000000312;00003122;0 +wg ;312300;"S-Hemden/ Blusen EDI ";000000312;00003123;0 +wg ;312310;"S-Hemd langarm ";000000312;00003123;0 +wg ;312315;"S-Hemd halbarm ";000000312;00003123;0 +wg ;312399;"***S-Hemden/ Blusen ";000000312;00003123;0 +wg ;313100;"S-Wsche EDI ";000000313;00003131;0 +wg ;313110;"S-Unterhose lang ";000000313;00003131;0 +wg ;313115;"S-Unterhose kurz ";000000313;00003131;0 +wg ;313120;"S-Slip/Radler ";000000313;00003131;0 +wg ;313125;"S-Unterhemd 1/1 Arm ";000000313;00003131;0 +wg ;313130;"S-Unterhemd 1/2 Arm ";000000313;00003131;0 +wg ;313135;"S-Unterhemd o. Arm ";000000313;00003131;0 +wg ;313140;"S-Bustier/BH ";000000313;00003131;0 +wg ;313199;"***S-Wsche ";000000313;00003131;0 +wg ;313200;"S-Bade EDI ";000000313;00003132;0 +wg ;313210;"S-Badehose ";000000313;00003132;0 +wg ;313215;"S-Badeshort ";000000313;00003132;0 +wg ;313220;"S-Bikini ";000000313;00003132;0 +wg ;313225;"S-Tankini ";000000313;00003132;0 +wg ;313230;"S-Badeanzug ";000000313;00003132;0 +wg ;313235;"S-Mix & Match Unterteil ";000000313;00003132;0 +wg ;313240;"S-Mix & Match Oberteil ";000000313;00003132;0 +wg ;313245;"S-Bademantel ";000000313;00003132;0 +wg ;313250;"S-Badeaccessoires ";000000313;00003132;0 +wg ;313299;"***S-Bade ";000000313;00003132;0 +wg ;313300;"S-Strmpfe EDI ";000000313;00003133;0 +wg ;313310;"S-Mode-Strmpfe ";000000313;00003133;0 +wg ;313315;"S-Mode-Socke ";000000313;00003133;0 +wg ;313320;"S-Funktion-Strmpfe ";000000313;00003133;0 +wg ;313325;"S-Funktion-Socke ";000000313;00003133;0 +wg ;313330;"S-Strumpfhose ";000000313;00003133;0 +wg ;313335;"S-Fsslinge ";000000313;00003133;0 +wg ;313399;"***S-Strmpfe ";000000313;00003133;0 +wg ;313400;"S-Sport EDI ";000000313;00003134;0 +wg ;313410;"S-Cap ";000000313;00003134;0 +wg ;313415;"S-Mtze ";000000313;00003134;0 +wg ;313420;"S-Stirnband ";000000313;00003134;0 +wg ;313425;"S-Mode-Handschuhe ";000000313;00003134;0 +wg ;313430;"S-Funktion-Handschuhe ";000000313;00003134;0 +wg ;313435;"S-Schal ";000000313;00003134;0 +wg ;313440;"S-Handtuch ";000000313;00003134;0 +wg ;313445;"S-Accessoires ";000000313;00003134;0 +wg ;313499;"***S-Sport ";000000313;00003134;0 +wg ;321100;"Ski EDI ";000000321;00003211;0 +wg ;321110;"Skisets ";000000321;00003211;0 +wg ;321115;"Ski ";000000321;00003211;0 +wg ;321120;"Bindungen ";000000321;00003211;0 +wg ;321125;"Stcke Ski ";000000321;00003211;0 +wg ;321130;"Spezialski ";000000321;00003211;0 +wg ;321135;"Skiscke/Schuhtaschen ";000000321;00003211;0 +wg ;321199;"***Ski ";000000321;00003211;0 +wg ;321200;"Langlauf EDI ";000000321;00003212;0 +wg ;321210;"Skisets LL ";000000321;00003212;0 +wg ;321215;"Ski LL ";000000321;00003212;0 +wg ;321220;"Bindungen LL ";000000321;00003212;0 +wg ;321225;"Stcke Langlauf ";000000321;00003212;0 +wg ;321299;"***Langlauf ";000000321;00003212;0 +wg ;321300;"Snowboard EDI ";000000321;00003213;0 +wg ;321310;"Snowboardsets ";000000321;00003213;0 +wg ;321315;"Snowboard ";000000321;00003213;0 +wg ;321320;"Bindungen Snowboard ";000000321;00003213;0 +wg ;321325;"Snowboardsack/-rucksack ";000000321;00003213;0 +wg ;321330;"Schuhtasche ";000000321;00003213;0 +wg ;321399;"***Snowboard ";000000321;00003213;0 +wg ;321400;"Eissport EDI ";000000321;00003214;0 +wg ;321410;"Eishockeyschlger ";000000321;00003214;0 +wg ;321415;"Rodeln ";000000321;00003214;0 +wg ;321420;"Eissport Sonst. ";000000321;00003214;0 +wg ;321499;"***Eissport ";000000321;00003214;0 +wg ;321500;"S-Zubehr EDI Wintersport ";000000321;00003215;0 +wg ;321510;"Skibrille ";000000321;00003215;0 +wg ;321515;"Helme ";000000321;00003215;0 +wg ;321520;"Schoner Ski-Zubehr ";000000321;00003215;0 +wg ;321525;"S-Pflegemittel ";000000321;00003215;0 +wg ;321530;"S-Sonst. Zubehr ";000000321;00003215;0 +wg ;321599;"***Zubehr ";000000321;00003215;0 +wg ;322100;"Tennis EDI ";000000322;00003221;0 +wg ;322110;"Schlger Tennis ";000000322;00003221;0 +wg ;322115;"Blle Tennis ";000000322;00003221;0 +wg ;322199;"***Tennis ";000000322;00003221;0 +wg ;322200;"Badminton EDI ";000000322;00003222;0 +wg ;322210;"Schlger Badminton ";000000322;00003222;0 +wg ;322215;"Blle Badminton ";000000322;00003222;0 +wg ;322299;"***Badminton ";000000322;00003222;0 +wg ;322300;"Squash EDI ";000000322;00003223;0 +wg ;322310;"Schlger Squash ";000000322;00003223;0 +wg ;322315;"Blle Squash ";000000322;00003223;0 +wg ;322399;"***Squash ";000000322;00003223;0 +wg ;322400;"Tischtennis EDI ";000000322;00003224;0 +wg ;322410;"Schlger ";000000322;00003224;0 +wg ;322415;"Belge ";000000322;00003224;0 +wg ;322420;"Hlzer ";000000322;00003224;0 +wg ;322425;"Blle Tischtennisch ";000000322;00003224;0 +wg ;322499;"***Tischtennis ";000000322;00003224;0 +wg ;322500;"Golf EDI ";000000322;00003225;0 +wg ;322510;"Schlger Golf ";000000322;00003225;0 +wg ;322515;"Blle Golf ";000000322;00003225;0 +wg ;322520;"Caddy/Bags ";000000322;00003225;0 +wg ;322599;"***Golf ";000000322;00003225;0 +wg ;322600;"Zubehr EDI ";000000322;00003226;0 +wg ;322610;"Saiten ";000000322;00003226;0 +wg ;322615;"S-Taschen ";000000322;00003226;0 +wg ;322620;"Netze ";000000322;00003226;0 +wg ;322625;"Sonst. Racketsport-Zubehr ";000000322;00003226;0 +wg ;322699;"***Zubehr ";000000322;00003226;0 +wg ;323100;"S-Kleingerte EDI ";000000323;00003231;0 +wg ;323110;"Hanteln/Gewichte ";000000323;00003231;0 +wg ;323115;"Gymnastikgerte ";000000323;00003231;0 +wg ;323120;"Kampfsportgerte ";000000323;00003231;0 +wg ;323125;"S-Sonst. Kleingerte ";000000323;00003231;0 +wg ;323199;"***Kleingerte ";000000323;00003231;0 +wg ;323200;"S-Grogerte EDI ";000000323;00003232;0 +wg ;323210;"Heimtrainer ";000000323;00003232;0 +wg ;323215;"Crosstrainer ";000000323;00003232;0 +wg ;323220;"Stationen ";000000323;00003232;0 +wg ;323225;"Sonst. Grogerte ";000000323;00003232;0 +wg ;323230;"Tischtennisplatte ";000000323;00003232;0 +wg ;323299;"***Grogerte ";000000323;00003232;0 +wg ;324100;"Blle EDI Teamsport ";000000324;00003241;0 +wg ;324110;"Blle Teamsport ";000000324;00003241;0 +wg ;324115;"Miniblle Teamsport ";000000324;00003241;0 +wg ;324120;"Ball-Zubehr ";000000324;00003241;0 +wg ;324199;"***Blle ";000000324;00003241;0 +wg ;324200;"S-Taschen EDI ";000000324;00003242;0 +wg ;324210;"S-Freizeittaschen ";000000324;00003242;0 +wg ;324215;"Sporttaschen ";000000324;00003242;0 +wg ;324220;"S-Daybags ";000000324;00003242;0 +wg ;324225;"S-Kulturtaschen ";000000324;00003242;0 +wg ;324230;"S-Accessoires/Kleintaschen ";000000324;00003242;0 +wg ;324299;"***Taschen ";000000324;00003242;0 +wg ;324300;"Schoner EDI Teamsport ";000000324;00003243;0 +wg ;324310;"Teamsport-Schoner ";000000324;00003243;0 +wg ;324315;"Stutzen ";000000324;00003243;0 +wg ;324399;"***Schoner ";000000324;00003243;0 +wg ;324400;"S-Handschuhe EDI ";000000324;00003244;0 +wg ;324410;"Torwarthandschuhe ";000000324;00003244;0 +wg ;324415;"Feldspielerhandschuhe ";000000324;00003244;0 +wg ;324499;"***Handschuhe ";000000324;00003244;0 +wg ;324500;"S-Brillen EDI ";000000324;00003245;0 +wg ;324510;"S-Modebrillen ";000000324;00003245;0 +wg ;324515;"S-Funktionsbrillen ";000000324;00003245;0 +wg ;324599;"***Brillen ";000000324;00003245;0 +wg ;324610;"S-Zubehr Teamsport ";000000324;00003246;0 +wg ;325100;"Skateboard EDI ";000000325;00003251;0 +wg ;325110;"Skateboard ";000000325;00003251;0 +wg ;325115;"Bretter ";000000325;00003251;0 +wg ;325199;"***Skateboard ";000000325;00003251;0 +wg ;325200;"Kickboard EDI ";000000325;00003252;0 +wg ;325210;"Kickboard/Scooter ";000000325;00003252;0 +wg ;325299;"***Kickboard ";000000325;00003252;0 +wg ;325300;"Schoner EDI Funwheel ";000000325;00003253;0 +wg ;325310;"Funwheel-Schoner ";000000325;00003253;0 +wg ;325315;"Funwheel-Helme ";000000325;00003253;0 +wg ;325399;"***Schoner ";000000325;00003253;0 +wg ;325400;"S-Zubehr EDI Funwheel ";000000325;00003254;0 +wg ;325410;"Funwheel Zubehr ";000000325;00003254;0 +wg ;325499;"***Zubehr ";000000325;00003254;0 +wg ;326100;"Ruckscke EDI ";000000326;00003261;0 +wg ;326110;"Tagesruckscke ";000000326;00003261;0 +wg ;326115;"Tourenruckscke ";000000326;00003261;0 +wg ;326199;"***Ruckscke ";000000326;00003261;0 +wg ;326200;"Zelte EDI ";000000326;00003262;0 +wg ;326210;"Zelte ";000000326;00003262;0 +wg ;326215;"Zelt-Zubehr ";000000326;00003262;0 +wg ;326299;"***Zelte ";000000326;00003262;0 +wg ;326300;"Schlafscke EDI ";000000326;00003263;0 +wg ;326310;"Schlafscke ";000000326;00003263;0 +wg ;326399;"***Schlafscke ";000000326;00003263;0 +wg ;326400;"Outdoor Zubehr EDI ";000000326;00003264;0 +wg ;326410;"Bergsport-Zubehr ";000000326;00003264;0 +wg ;326415;"Camping-Zubehr ";000000326;00003264;0 +wg ;326420;"Iso-Matten ";000000326;00003264;0 +wg ;326425;"Trinkflaschen ";000000326;00003264;0 +wg ;326499;"***Outdoor Zubehr ";000000326;00003264;0 +wg ;326500;"Fahrrad EDI ";000000326;00003265;0 +wg ;326510;"Fahrrad ";000000326;00003265;0 +wg ;326515;"Fahrrad Zubehr ";000000326;00003265;0 +wg ;326599;"***Fahrrad ";000000326;00003265;0 +wg ;327100;"Tauchsport EDI ";000000327;00003271;0 +wg ;327110;"Taucherbrillen/Schnorchel ";000000327;00003271;0 +wg ;327115;"Schwimmbrillen ";000000327;00003271;0 +wg ;327120;"Flossen ";000000327;00003271;0 +wg ;327199;"***Tauchsport ";000000327;00003271;0 +wg ;327200;"Wassersport EDI ";000000327;00003272;0 +wg ;327210;"Wassersporthartwaren ";000000327;00003272;0 +wg ;327215;"Luftmatratzen ";000000327;00003272;0 +wg ;327299;"***Wassersport ";000000327;00003272;0 +wg ;331100;"S-Indoor EDI ";000000331;00003311;0 +wg ;331110;"Tennisschuhe Indoor ";000000331;00003311;0 +wg ;331115;"Fuballschuhe ";000000331;00003311;0 +wg ;331120;"Basketballschuhe ";000000331;00003311;0 +wg ;331125;"Handballschuhe ";000000331;00003311;0 +wg ;331130;"Trainingsschuhe Indoor ";000000331;00003311;0 +wg ;331135;"Fitness Schuhe ";000000331;00003311;0 +wg ;331199;"***Indoor ";000000331;00003311;0 +wg ;331200;"S-Outdoor EDI ";000000331;00003312;0 +wg ;331210;"Tennisschuhe Outdoor ";000000331;00003312;0 +wg ;331215;"Fuball-Nocke ";000000331;00003312;0 +wg ;331220;"Fuball-Stolle ";000000331;00003312;0 +wg ;331225;"Running ";000000331;00003312;0 +wg ;331230;"Walking ";000000331;00003312;0 +wg ;331235;"Spezialschuhe ";000000331;00003312;0 +wg ;331240;"Trainingsschuhe Outdoor ";000000331;00003312;0 +wg ;331299;"***Outdoor ";000000331;00003312;0 +wg ;331300;"Wanderschuhe EDI ";000000331;00003313;0 +wg ;331310;"Multifunktionsschuhe ";000000331;00003313;0 +wg ;331315;"Trekkingschuhe ";000000331;00003313;0 +wg ;331320;"Bergstiefel ";000000331;00003313;0 +wg ;331325;"S-Sandalen ";000000331;00003313;0 +wg ;331399;"***Wanderschuhe ";000000331;00003313;0 +wg ;331400;"S-Freizeit EDI ";000000331;00003314;0 +wg ;331410;"Sportslook ";000000331;00003314;0 +wg ;331415;"S-Strassenschuhe ";000000331;00003314;0 +wg ;331420;"Schwimm/Badeschuhe ";000000331;00003314;0 +wg ;331499;"***Freizeit ";000000331;00003314;0 +wg ;332100;"Inliner/Squads EDI ";000000332;00003321;0 +wg ;332110;"Inliner ";000000332;00003321;0 +wg ;332115;"Rollschuhe ";000000332;00003321;0 +wg ;332199;"***Inliner/Squads ";000000332;00003321;0 +wg ;333100;"Freizeit EDI ";000000333;00003331;0 +wg ;333110;"Apreskischuhe ";000000333;00003331;0 +wg ;333199;"***Freizeit ";000000333;00003331;0 +wg ;333200;"Sport EDI ";000000333;00003332;0 +wg ;333210;"Skischuhe ";000000333;00003332;0 +wg ;333215;"Langlaufschuhe ";000000333;00003332;0 +wg ;333220;"Snowboardschuhe ";000000333;00003332;0 +wg ;333225;"Schlittschuhe ";000000333;00003332;0 +wg ;333299;"***Sport ";000000333;00003332;0 +wg ;381100;"S-Mietservice EDI ";000000381;00003811;0 +wg ;381110;"S-Mietservice 1 ";000000381;00003811;0 +wg ;381115;"S-Mietservice 2 ";000000381;00003811;0 +wg ;381120;"S-Mietservice 3 ";000000381;00003811;0 +wg ;381125;"S-Mietservice 4 ";000000381;00003811;0 +wg ;381130;"S-Mietservice 5 ";000000381;00003811;0 +wg ;381135;"S-Mietservice 6 ";000000381;00003811;0 +wg ;381199;"***Mietservice ";000000381;00003811;0 +wg ;382100;"Werkstatt EDI ";000000382;00003821;0 +wg ;382110;"Werkstatt 1 ";000000382;00003821;0 +wg ;382115;"Werkstatt 2 ";000000382;00003821;0 +wg ;382120;"Werkstatt 3 ";000000382;00003821;0 +wg ;382125;"Werkstatt 4 ";000000382;00003821;0 +wg ;382130;"Werkstatt 5 ";000000382;00003821;0 +wg ;382135;"Werkstatt 6 ";000000382;00003821;0 +wg ;382199;"***Werkstatt ";000000382;00003821;0 +wg ;383100;"S-Werbeaktivitten EDI ";000000383;00003831;0 +wg ;383110;"S-Werbeaktivitten ";000000383;00003831;0 +wg ;383199;"***Werbeaktivitten ";000000383;00003831;0 +wg ;384110;"S-Dienstleistungen 1 ";000000384;00003841;0 +wg ;384115;"S-Dienstleistungen 2 ";000000384;00003841;0 +wg ;384120;"S-Dienstleistungen 3 ";000000384;00003841;0 +wg ;391100;"Bonus EDI ";000000391;00003911;0 +wg ;391110;"Bonus ";000000391;00003911;0 +wg ;391199;"***Bonus ";000000391;00003911;0 +wg ;510000;"Bettwsche EDI ";000000510;00005100;0 +wg ;510015;"Bettlaken ";000000510;00005100;0 +wg ;510020;"Spannbettcher ";000000510;00005100;0 +wg ;510025;"Kopfkissenbezge ";000000510;00005100;0 +wg ;510030;"Nackenkissenbezge ";000000510;00005100;0 +wg ;510035;"Bettwsche-Garnituren ";000000510;00005100;0 +wg ;510040;"Bettbezge ";000000510;00005100;0 +wg ;510099;"***Bettwsche ";000000510;00005100;0 +wg ;510100;"Tischwsche EDI ";000000510;00005101;0 +wg ;510110;"Tischdecken ";000000510;00005101;0 +wg ;510115;"Unterdecken / Molton ";000000510;00005101;0 +wg ;510120;"Serviette / Set ";000000510;00005101;0 +wg ;510125;"Tischschmuck ";000000510;00005101;0 +wg ;510130;"Lufer ";000000510;00005101;0 +wg ;510199;"***Tischwsche ";000000510;00005101;0 +wg ;510200;"Haushaltswsche EDI ";000000510;00005102;0 +wg ;510210;"Geschirrtcher ";000000510;00005102;0 +wg ;510213;"Kchenfrottiertcher ";000000510;00005102;0 +wg ;510216;"Glsertuch ";000000510;00005102;0 +wg ;510219;"Arb. und Wischtuch ";000000510;00005102;0 +wg ;510222;"Handtuch ";000000510;00005102;0 +wg ;510225;"Kchenwsche ";000000510;00005102;0 +wg ;510226;"Topflappen/-handschuh ";000000510;00005102;0 +wg ;510228;"Schrzen ";000000510;00005102;0 +wg ;510231;"Frottierwsche ";000000510;00005102;0 +wg ;510234;"Strand- und Freizeittcher ";000000510;00005102;0 +wg ;510235;"Bade- und Duschtcher ";000000510;00005102;0 +wg ;510237;"Saunatcher ";000000510;00005102;0 +wg ;510240;"Taschentcher ";000000510;00005102;0 +wg ;510243;"Badezimmermatte ";000000510;00005102;0 +wg ;510246;"Duschvorhang ";000000510;00005102;0 +wg ;510249;"Bad-Zusatzartikel ";000000510;00005102;0 +wg ;510252;"Tapetenbordren ";000000510;00005102;0 +wg ;510258;"Gstetcher ";000000510;00005102;0 +wg ;510261;"Waschlappen ";000000510;00005102;0 +wg ;510264;"Waschhandschuh ";000000510;00005102;0 +wg ;510299;"***Haushaltswsche ";000000510;00005102;0 +wg ;511000;"Steppartikel- Kissen EDI ";000000511;00005110;0 +wg ;511010;"Federn - Daunen (lose Ware) ";000000511;00005110;0 +wg ;511013;"Flachbett ";000000511;00005110;0 +wg ;511016;"Kassettenbett ";000000511;00005110;0 +wg ;511019;"Oberbett ";000000511;00005110;0 +wg ;511022;"Nackenkissen/-rolle ";000000511;00005110;0 +wg ;511025;"Nachfllung ";000000511;00005110;0 +wg ;511028;"Hlle/Inlett ";000000511;00005110;0 +wg ;511034;"Steppbett ";000000511;00005110;0 +wg ;511037;"Kissen ";000000511;00005110;0 +wg ;511043;"Sofakissen ";000000511;00005110;0 +wg ;511046;"Zusatzartikel ";000000511;00005110;0 +wg ;511052;"Schlafsack ";000000511;00005110;0 +wg ;511055;"Schonerdecke/Bettberwurf ";000000511;00005110;0 +wg ;511058;"Schonbezug ";000000511;00005110;0 +wg ;511061;"Reinigung/Wsche/Softclean ";000000511;00005110;0 +wg ;511064;"Nharbeiten Bett ";000000511;00005110;0 +wg ;511099;"***Decken - Kissen ";000000511;00005110;0 +wg ;511100;"Betten-Mbel EDI ";000000511;00005111;0 +wg ;511110;"Einlegerahmen ";000000511;00005111;0 +wg ;511115;"Einlegerahmen Kleinteile ";000000511;00005111;0 +wg ;511120;"Unterbettauflage ";000000511;00005111;0 +wg ;511125;"Bettgestelle ";000000511;00005111;0 +wg ;511130;"Komplett-/Polsterbett ";000000511;00005111;0 +wg ;511135;"Betten Kleinteile ";000000511;00005111;0 +wg ;511140;"Matratzen ";000000511;00005111;0 +wg ;511148;"Betten-Ergnzungsteile ";000000511;00005111;0 +wg ;511150;"Dienstleistungen ";000000511;00005111;0 +wg ;511199;"***Betten-Mbel ";000000511;00005111;0 +wg ;511200;"Heimdecken/Plaids EDI ";000000511;00005112;0 +wg ;511210;"Tagesdecken ";000000511;00005112;0 +wg ;511215;"Heimdecken ";000000511;00005112;0 +wg ;511220;"Plaids ";000000511;00005112;0 +wg ;511299;"***Heimdecken/Plaids ";000000511;00005112;0 +wg ;512000;"Gardinen EDI ";000000512;00005120;0 +wg ;512010;"Stores ";000000512;00005120;0 +wg ;512011;"Fertigstores ";000000512;00005120;0 +wg ;512015;"Kurzstores ";000000512;00005120;0 +wg ;512020;"Stick + Florentiner ";000000512;00005120;0 +wg ;512025;"Coupons + Fertigstores ";000000512;00005120;0 +wg ;512030;"Ausbrenner hoch ";000000512;00005120;0 +wg ;512099;"***Gardinen ";000000512;00005120;0 +wg ;512100;"Dekos EDI ";000000512;00005121;0 +wg ;512110;"Dekostoffe ";000000512;00005121;0 +wg ;512111;"Fertigdekostoffe ";000000512;00005121;0 +wg ;512120;"Mbelstoffe ";000000512;00005121;0 +wg ;512145;"Ausbrenner breit ";000000512;00005121;0 +wg ;512150;"Coupons+Makonfektion ";000000512;00005121;0 +wg ;512199;"***Dekos ";000000512;00005121;0 +wg ;512200;"Gardinen - Zubehr EDI ";000000512;00005122;0 +wg ;512210;"SB-Sortiment klein ";000000512;00005122;0 +wg ;512215;"SB-Sortiment Schiene ";000000512;00005122;0 +wg ;512220;"Maprogramm Schiene ";000000512;00005122;0 +wg ;512225;"Bnder / Borten ";000000512;00005122;0 +wg ;512230;"Posamenten ";000000512;00005122;0 +wg ;512235;"Spitzen ";000000512;00005122;0 +wg ;512299;"***Gardinen - Zubehr ";000000512;00005122;0 +wg ;512300;"Sonnenschutz EDI ";000000512;00005123;0 +wg ;512310;"Jalousetten ";000000512;00005123;0 +wg ;512315;"Plissee ";000000512;00005123;0 +wg ;512320;"Lamelle ";000000512;00005123;0 +wg ;512325;"Rollo ";000000512;00005123;0 +wg ;512330;"Falt-Rollo ";000000512;00005123;0 +wg ;512335;"Insektenschutz ";000000512;00005123;0 +wg ;512399;"***Sonnenschutz ";000000512;00005123;0 +wg ;512400;"Tischbelag EDI ";000000512;00005124;0 +wg ;512410;"Lacktuch ";000000512;00005124;0 +wg ;512415;"Wachstuch ";000000512;00005124;0 +wg ;512420;"Folien ";000000512;00005124;0 +wg ;512425;"Textil beschichtet ";000000512;00005124;0 +wg ;512499;"***Tischbelag ";000000512;00005124;0 +wg ;513000;"Heimschmuck konfektioniert EDI ";000000513;00005130;0 +wg ;513010;"Kissenhllen ";000000513;00005130;0 +wg ;513013;"Fertigkissen ";000000513;00005130;0 +wg ;513016;"Sitzkissen ";000000513;00005130;0 +wg ;513019;"Schlaufenvorhnge ";000000513;00005130;0 +wg ;513022;"senvorhnge ";000000513;00005130;0 +wg ;513025;"Accessoires textile ";000000513;00005130;0 +wg ;513028;"Accessoires nicht-textile ";000000513;00005130;0 +wg ;513031;"Decken und Lufer ";000000513;00005130;0 +wg ;513034;"Hussen ";000000513;00005130;0 +wg ;513099;"***Heimschmuck konfektioniert ";000000513;00005130;0 +wg ;513100;"HH-Deko-Geschenkartikel ";000000513;00005131;0 +wg ;513110;"Textil ";000000513;00005131;0 +wg ;513112;"Glasartikel ";000000513;00005131;0 +wg ;513114;"Metall ";000000513;00005131;0 +wg ;513116;"Porzellan ";000000513;00005131;0 +wg ;513118;"Kunststoff ";000000513;00005131;0 +wg ;513120;"Holz ";000000513;00005131;0 +wg ;513122;"Gagartikel ";000000513;00005131;0 +wg ;513124;"Lampen ";000000513;00005131;0 +wg ;513126;"Kerzen ";000000513;00005131;0 +wg ;513128;"Dfte ";000000513;00005131;0 +wg ;513130;"Seifen ";000000513;00005131;0 +wg ;513132;"le ";000000513;00005131;0 +wg ;513134;"Weine/Sekt ";000000513;00005131;0 +wg ;513136;"Pasta ";000000513;00005131;1 +wg ;513138;"Naschereien ";000000513;00005131;1 +wg ;513140;"Christbaumkugeln ";000000513;00005131;0 +wg ;513142;"Weihnachten ";000000513;00005131;0 +wg ;513144;"Ostern ";000000513;00005131;0 +wg ;513199;"***Wohnaccessoires Hartwaren ";000000513;00005131;0 +wg ;514000;"Teppiche EDI ";000000514;00005140;0 +wg ;514010;"masch. Gewebte Teppiche ";000000514;00005140;0 +wg ;514015;"Moderne Teppiche ";000000514;00005140;0 +wg ;514020;"Handweb Teppiche ";000000514;00005140;0 +wg ;514025;"Bettumrandungen ";000000514;00005140;0 +wg ;514030;"Badezimmer-Garnituren ";000000514;00005140;0 +wg ;514099;"***Teppiche ";000000514;00005140;0 +wg ;514100;"Orient EDI ";000000514;00005141;0 +wg ;514110;"Rote Ware Persien ";000000514;00005141;0 +wg ;514115;"Gabeh Persien ";000000514;00005141;0 +wg ;514116;"Rote Ware Indien ";000000514;00005141;0 +wg ;514117;"Gabeh Indien ";000000514;00005141;0 +wg ;514118;"div. Provinzen ";000000514;00005141;0 +wg ;514120;"Berber ";000000514;00005141;0 +wg ;514125;"Nepal ";000000514;00005141;0 +wg ;514199;"***Orient ";000000514;00005141;0 +wg ;514200;"Auslegeware EDI ";000000514;00005142;0 +wg ;514210;"Auslegeware ";000000514;00005142;0 +wg ;514215;"Teppich-Zubehr ";000000514;00005142;0 +wg ;514299;"***Auslegeware ";000000514;00005142;0 +wg ;515000;"Dienstleistungen EDI ";000000515;00005150;0 +wg ;515010;"Bettwsche ";000000515;00005150;0 +wg ;515015;"Reinigung/Softclean ";000000515;00005150;0 +wg ;515020;"Nharbeiten Bett ";000000515;00005150;0 +wg ;515025;"Dienstleistungen Betten ";000000515;00005150;0 +wg ;515030;"Gardinen-Dekoration ";000000515;00005150;0 +wg ;515035;"Gardinen-Atelier ";000000515;00005150;0 +wg ;515040;"Teppichverlegung ";000000515;00005150;0 +wg ;515099;"***Dienstleistungen ";000000515;00005150;0 +wg ;520000;"Stoffe EDI ";000000520;00005200;0 +wg ;520010;"Futterstoffe ";000000520;00005200;0 +wg ;520015;"Modestoffe ";000000520;00005200;0 +wg ;520020;"Schnittmuster ";000000520;00005200;0 +wg ;520025;"Karneval -Stoffe ";000000520;00005200;0 +wg ;520030;"Karneval - Artikel ";000000520;00005200;0 +wg ;520099;"***Stoffe ";000000520;00005200;0 +wg ;521000;"Kurzwaren EDI ";000000521;00005210;0 +wg ;521010;"Reissverschlsse ";000000521;00005210;0 +wg ;521011;"Haken u. Druckknpfe ";000000521;00005210;0 +wg ;521015;"Knpfe ";000000521;00005210;0 +wg ;521020;"Schnallen ";000000521;00005210;0 +wg ;521021;"Steck-u. Sicherheitsnadeln ";000000521;00005210;0 +wg ;521022;"Nh,- Stick,- Stopf.- und Spezialnadeln ";000000521;00005210;0 +wg ;521023;"Nhmaschinennadeln und Zubehr ";000000521;00005210;0 +wg ;521024;"Mess-. u. Markierwerkzeug ";000000521;00005210;0 +wg ;521025;"Applikationen, gestickt ";000000521;00005210;0 +wg ;521026;"Nh-, Stick- u. Patchworkzubehr ";000000521;00005210;0 +wg ;521027;"Scheren / Schneidewerkzeug ";000000521;00005210;0 +wg ;521028;"Praktische Helfer / Pflege u. Schutz ";000000521;00005210;0 +wg ;521029;"Nhkrbe, Sets u. Aufbewahrung ";000000521;00005210;0 +wg ;521030;"Webetiketten ";000000521;00005210;0 +wg ;521031;"Elsatische Bnder u. Zubehr ";000000521;00005210;0 +wg ;521032;"Bnder u. Borten (exl. Schnrsenkel) ";000000521;00005210;0 +wg ;521033;"Schulterpolster ";000000521;00005210;0 +wg ;521034;"Kleber, Haftverschlsse, Vliese ";000000521;00005210;0 +wg ;521099;"***Kurzwaren ";000000521;00005210;0 +wg ;522000;"Handarbeiten EDI ";000000522;00005220;0 +wg ;522010;"Strickwolle ";000000522;00005220;0 +wg ;522011;"Knupfwolle ";000000522;00005220;0 +wg ;522012;"Strickgarne ";000000522;00005220;0 +wg ;522013;"Spitzen ";000000522;00005220;0 +wg ;522015;"Tapisserie ";000000522;00005220;0 +wg ;522020;"Strick-, Hkelnadeln und Zubehr ";000000522;00005220;0 +wg ;522099;"***Handarbeiten ";000000522;00005220;0 +wg ;599900;"Bonus EDI ";000000599;00005999;0 +wg ;599901;"Bonus ";000000599;00005999;0 +wg ;599902;"Bonus ";000000599;00005999;0 +wg ;599999;"***Bonus ";000000599;00005999;0 +wg ;610000;"Kochgeschirr-Serien EDI ";000000610;00006100;0 +wg ;610010;"Elektrogeschirr, Emaillierte S ";000000610;00006100;0 +wg ;610015;"Elektrogeschirr, Rostfreie Ser ";000000610;00006100;0 +wg ;610099;"***Kochgeschirr-Serien ";000000610;00006100;0 +wg ;610100;"Koch- und Bratgeschirre EDI ";000000610;00006101;0 +wg ;610110;"Gu- und Alu-Geschirr ";000000610;00006101;0 +wg ;610115;"Spezial-Geschirr ";000000610;00006101;0 +wg ;610120;"Schnellkochtpfe, Brter ";000000610;00006101;0 +wg ;610125;"Flten- und Wasserkessel ";000000610;00006101;0 +wg ;610130;"Pfannen ";000000610;00006101;0 +wg ;610135;"Microwellen-Geschirr ";000000610;00006101;0 +wg ;610199;"***Koch- und Bratgeschirre ";000000610;00006101;0 +wg ;610200;"Stahlwaren EDI ";000000610;00006102;0 +wg ;610210;"Hohlware Edelstahl ";000000610;00006102;0 +wg ;610215;"Bestecke, lose ";000000610;00006102;0 +wg ;610220;"Besteckgarnituren ";000000610;00006102;0 +wg ;610225;"Tafelhilfsgerte ";000000610;00006102;0 +wg ;610230;"Vorlegeteile ";000000610;00006102;0 +wg ;610235;"Schneidwaren ";000000610;00006102;0 +wg ;610299;"***Stahlwaren ";000000610;00006102;0 +wg ;610300;"Alles zum Backen EDI ";000000610;00006103;0 +wg ;610310;"Backformen, Blech ";000000610;00006103;0 +wg ;610315;"Backformen, beschichtet ";000000610;00006103;0 +wg ;610320;"Backformen, andere ";000000610;00006103;0 +wg ;610325;"Back- und Haushaltswaagen ";000000610;00006103;0 +wg ;610330;"Backhilfsgerte ";000000610;00006103;0 +wg ;610335;"Lffelsortiment (Holz, Kunstst ";000000610;00006103;0 +wg ;610399;"***Alles zum Backen ";000000610;00006103;0 +wg ;610400;"Einkochartikel EDI ";000000610;00006104;0 +wg ;610410;"Einkochartikel ";000000610;00006104;0 +wg ;610415;"Einkochglser+Zubehr ";000000610;00006104;0 +wg ;610420;"Einkochgerte ";000000610;00006104;0 +wg ;610499;"***Einkochartikel ";000000610;00006104;0 +wg ;611000;"Kleinplastik EDI ";000000611;00006110;0 +wg ;611010;"Tischaccessoires ";000000611;00006110;0 +wg ;611015;"Brettchen, Tabletts ";000000611;00006110;0 +wg ;611020;"Tischserien ";000000611;00006110;0 +wg ;611025;"Hchenserien ";000000611;00006110;0 +wg ;611030;"Kchenausstattung ";000000611;00006110;0 +wg ;611035;"Vorratsbehlter ";000000611;00006110;0 +wg ;611040;"Khlen und Frieren ";000000611;00006110;0 +wg ;611045;"Kinderartikel ";000000611;00006110;0 +wg ;611099;"***Kleinplastik ";000000611;00006110;0 +wg ;611100;"Isoliergefe EDI ";000000611;00006111;0 +wg ;611110;"Essentrger ";000000611;00006111;0 +wg ;611115;"Getrnkeflaschen ";000000611;00006111;0 +wg ;611120;"Isolierflaschen ";000000611;00006111;0 +wg ;611125;"Isolierkannen ";000000611;00006111;0 +wg ;611199;"***Isoliergefe ";000000611;00006111;0 +wg ;611200;"Personenwaagen, Kchenhelfer E ";000000611;00006112;0 +wg ;611210;"Personenwaagen mechanisch ";000000611;00006112;0 +wg ;611215;"Personenwaagen digital ";000000611;00006112;0 +wg ;611220;"Maschinen, Pressen, Reiben ";000000611;00006112;0 +wg ;611225;"Pfeffermhlen ";000000611;00006112;0 +wg ;611230;"Drahtwaren ";000000611;00006112;0 +wg ;611235;"Westmarkartikel ";000000611;00006112;0 +wg ;611299;"***Personenwaagen, Kchenhelf ";000000611;00006112;0 +wg ;611300;"Haushaltshelfer EDI ";000000611;00006113;0 +wg ;611310;"ffnen und Schlieen ";000000611;00006113;0 +wg ;611315;"Untersetzer und Haken ";000000611;00006113;0 +wg ;611320;"Reiben und Hobel ";000000611;00006113;0 +wg ;611325;"Thermometer ";000000611;00006113;0 +wg ;611399;"***Haushaltshelfer ";000000611;00006113;0 +wg ;611400;"Korbwaren EDI ";000000611;00006114;0 +wg ;611410;"Brot-, Obstkrbe, etc. ";000000611;00006114;0 +wg ;611415;"Untersetzer, Platzdecken, Tabl ";000000611;00006114;0 +wg ;611420;"Frhstcksserien ";000000611;00006114;0 +wg ;611425;"Einkaufs-, Auto-, Kinderkrbe ";000000611;00006114;0 +wg ;611430;"Picknickkrbe ";000000611;00006114;0 +wg ;611435;"Blumenartikel ";000000611;00006114;0 +wg ;611499;"***Korbwaren ";000000611;00006114;0 +wg ;611500;"Blechwaren, Groplastik EDI ";000000611;00006115;0 +wg ;611510;"Geldkassetten, Brotksten, Tre ";000000611;00006115;0 +wg ;611515;"ko-Entsorgung ";000000611;00006115;0 +wg ;611520;"Groplastik ";000000611;00006115;0 +wg ;611599;"***Blechwaren, Groplastik ";000000611;00006115;0 +wg ;611600;"Stahlrohr, Kleiderbgel EDI ";000000611;00006116;0 +wg ;611610;"Wschetrockner ";000000611;00006116;0 +wg ;611615;"Bgeltische ";000000611;00006116;0 +wg ;611620;"Wschepflege ";000000611;00006116;0 +wg ;611625;"Leitern ";000000611;00006116;0 +wg ;611630;"Marktroller ";000000611;00006116;0 +wg ;611635;"Kleiderbgel ";000000611;00006116;0 +wg ;611699;"***Stahlrohr, Kleiderbgel ";000000611;00006116;0 +wg ;611700;"Saisonartikel-Winter EDI ";000000611;00006117;0 +wg ;611710;"Kohle ";000000611;00006117;0 +wg ;611715;"Verdunster ";000000611;00006117;0 +wg ;611720;"Schnee ";000000611;00006117;0 +wg ;611799;"***Saisonartikel-Winter ";000000611;00006117;0 +wg ;612000;"Wasch- und Strkemittel EDI ";000000612;00006120;0 +wg ;612010;"Weich-Vorwaschmittel ";000000612;00006120;0 +wg ;612015;"Gardinenpflegemittel ";000000612;00006120;0 +wg ;612020;"Handwaschpasten, Seifen ";000000612;00006120;0 +wg ;612099;"***Wasch- und Strkemittel ";000000612;00006120;0 +wg ;612100;"Spl- und Reinigungsmittel EDI ";000000612;00006121;0 +wg ;612110;"Geschirrsplmittel ";000000612;00006121;0 +wg ;612115;"Reinigungsmittel fr Splautom ";000000612;00006121;0 +wg ;612120;"Allzweckreiniger, Fensterreini ";000000612;00006121;0 +wg ;612125;"Scheuermittel, Abflureiniger, ";000000612;00006121;0 +wg ;612130;"Pflege- u. Reinigungsmittel Gr ";000000612;00006121;0 +wg ;612199;"***Spl- und Reinigungsmittel ";000000612;00006121;0 +wg ;612200;"Metall- und Bodenpflegemittel, ";000000612;00006122;0 +wg ;612210;"Metallpflegemittel, Topfreinig ";000000612;00006122;0 +wg ;612215;"Bodenpflegemittel ";000000612;00006122;0 +wg ;612220;"Fumatten ";000000612;00006122;0 +wg ;612299;"***Metall- und Bodenpflegemit ";000000612;00006122;0 +wg ;612300;"Haushaltreinigung und Pflege E ";000000612;00006123;0 +wg ;612310;"Wscheleinen, Wscheklammern ";000000612;00006123;0 +wg ;612315;"Mbelpflegemittel ";000000612;00006123;0 +wg ;612320;"Spezialtcher u. Imprgniermit ";000000612;00006123;0 +wg ;612325;"Gummihandschuhe u. Fensterlede ";000000612;00006123;0 +wg ;612330;"Staub-, Spl- u. Schertcher ";000000612;00006123;0 +wg ;612335;"Kleiderschutzbeutel, Luftverbe ";000000612;00006123;0 +wg ;612399;"***Haushaltreinigung und Pfle ";000000612;00006123;0 +wg ;612400;"***Lederpflege luft aus ";000000612;00006124;0 +wg ;612410;"***Schuhpflegemittel luft aus ";000000612;00006124;0 +wg ;612415;"***Lederimprg luft aus ";000000612;00006124;0 +wg ;612420;"***Frber u. Entfrber luft aus ";000000612;00006124;0 +wg ;612499;"***Lederpflege Altdaten ";000000612;00006124;0 +wg ;612500;"Brstenwaren EDI ";000000612;00006125;0 +wg ;612510;"Besen u. Handfeger ";000000612;00006125;0 +wg ;612515;"Besen-Zubehr ";000000612;00006125;0 +wg ;612520;"Grobbrsten ";000000612;00006125;0 +wg ;612525;"Splbrsten ";000000612;00006125;0 +wg ;612530;"Kleider- u. Schuhputzbrsten ";000000612;00006125;0 +wg ;612535;"Reinigungsbrsten u. Kehrer ";000000612;00006125;0 +wg ;612540;"WC-Brsten u. WC-Brstengarnit ";000000612;00006125;0 +wg ;612599;"***Brstenwaren ";000000612;00006125;0 +wg ;612600;"Saison-Artikel EDI ";000000612;00006126;0 +wg ;612610;"Kohleanznder Etc. ";000000612;00006126;0 +wg ;612615;"Insektenvertilgung ";000000612;00006126;0 +wg ;612699;"***Saison-Artikel ";000000612;00006126;0 +wg ;613000;"Weihnachtsbaum- und Strauchsch ";000000613;00006130;0 +wg ;613010;"Weihnachtsbaumstnder ";000000613;00006130;0 +wg ;613015;"Weihnachtsbaum- und Strauchsch ";000000613;00006130;0 +wg ;613020;"Weihnachtsbaum- und Strauch-Ke ";000000613;00006130;0 +wg ;613025;"Weihnachtsbaum- und Strauch-Gi ";000000613;00006130;0 +wg ;613099;"***Weihnachtsbaum- und Strauc ";000000613;00006130;0 +wg ;613100;"Weihnachtsdekorationsartikel E ";000000613;00006131;0 +wg ;613110;"Weihnachtskrippen und Zubehr ";000000613;00006131;0 +wg ;613115;"Weihnachtskalender ";000000613;00006131;0 +wg ;613120;"Weihnachtsfllartikel ";000000613;00006131;0 +wg ;613125;"Weihnachtsdekorationsfiguren u ";000000613;00006131;0 +wg ;613130;"Weihnachtsgebckdosen ";000000613;00006131;0 +wg ;613135;"Weihnachtsplschartikel ";000000613;00006131;0 +wg ;613140;"Weihnachtswand- und Fensterdek ";000000613;00006131;0 +wg ;613145;"Weihnachtsbastelartikel ";000000613;00006131;0 +wg ;613150;"Weihnachtskostme und Zubehr ";000000613;00006131;0 +wg ;613199;"***Weihnachtsdekorationsartik ";000000613;00006131;0 +wg ;613200;"Weihnachtskunstpflanzen EDI ";000000613;00006132;0 +wg ;613210;"Weihnachtskunsttannenbume ";000000613;00006132;0 +wg ;613215;"Weihnachtskunstkrnze und Zwei ";000000613;00006132;0 +wg ;613220;"Weihnachtskunststrusse ";000000613;00006132;0 +wg ;613299;"***Weihnachtskunstpflanzen ";000000613;00006132;0 +wg ;613300;"Weihnachtskarten und Geschenkv ";000000613;00006133;0 +wg ;613310;"Weihnachtskarten ";000000613;00006133;0 +wg ;613315;"Weihnachtsgeschenkverpackung ";000000613;00006133;0 +wg ;613399;"***Weihnachtskarten und Gesch ";000000613;00006133;0 +wg ;613400;"Osterbaum und -Strauchschmuck ";000000613;00006134;0 +wg ;613410;"Osterbaum und -Strauchschmuck ";000000613;00006134;0 +wg ;613499;"***Osterbaum und -Strauchschm ";000000613;00006134;0 +wg ;613500;"Osterdekorationsartikel EDI ";000000613;00006135;0 +wg ;613510;"Osterfllartikel ";000000613;00006135;0 +wg ;613515;"Osterdekorationsfiguren und Sp ";000000613;00006135;0 +wg ;613520;"Ostergebckdosen ";000000613;00006135;0 +wg ;613525;"Osterplsch- und Chenilleartik ";000000613;00006135;0 +wg ;613530;"Osterwand- und Fensterdekorati ";000000613;00006135;0 +wg ;613535;"Ostereierfarben und Zubehr ";000000613;00006135;0 +wg ;613599;"***Osterdekorationsartikel ";000000613;00006135;0 +wg ;613600;"Osterkunstpflanzen EDI ";000000613;00006136;0 +wg ;613610;"Osterkunstkrnze und Zweige ";000000613;00006136;0 +wg ;613615;"Osterkunststrusse ";000000613;00006136;0 +wg ;613699;"***Osterkunstpflanzen ";000000613;00006136;0 +wg ;613700;"Osterkarten und Geschenkverpac ";000000613;00006137;0 +wg ;613710;"Osterkarten ";000000613;00006137;0 +wg ;613715;"Ostergeschenkverpackung ";000000613;00006137;0 +wg ;613799;"***Osterkarten und Geschenkve ";000000613;00006137;0 +wg ;614000;"Porzellan EDI ";000000614;00006140;0 +wg ;614010;"Kaffee- u. Tafelservice ";000000614;00006140;0 +wg ;614015;"Dejeuners u. Teeservice ";000000614;00006140;0 +wg ;614020;"Mocca- u. Kaffeegarnituren ";000000614;00006140;0 +wg ;614025;"Gedecke ";000000614;00006140;0 +wg ;614030;"Zierporzellan ";000000614;00006140;0 +wg ;614035;"Figuren ";000000614;00006140;0 +wg ;614099;"***Porzellan ";000000614;00006140;0 +wg ;614100;"Porzellan-Serien EDI ";000000614;00006141;0 +wg ;614110;"Kaffee- u. Tafelserien ";000000614;00006141;0 +wg ;614115;"Festongeschirr ";000000614;00006141;0 +wg ;614120;"Stapelgeschirr ";000000614;00006141;0 +wg ;614125;"Feuerfestes Geschirr ";000000614;00006141;0 +wg ;614199;"***Porzellan-Serien ";000000614;00006141;0 +wg ;614200;"Steingut EDI ";000000614;00006142;0 +wg ;614210;"Salzglasiertes Steingut ";000000614;00006142;0 +wg ;614215;"Becher Schsselstze Tortenpla ";000000614;00006142;0 +wg ;614220;"Zierartikel u. Figuren ";000000614;00006142;0 +wg ;614225;"Fondueartikel ";000000614;00006142;0 +wg ;614230;"Rumtpfe ";000000614;00006142;0 +wg ;614235;"Bowlen, Saftservice ";000000614;00006142;0 +wg ;614240;"Rmertpfe, Kochgeschirr, Back ";000000614;00006142;0 +wg ;614299;"***Steingut ";000000614;00006142;0 +wg ;614300;"Steingutservice und Serien EDI ";000000614;00006143;0 +wg ;614310;"Kaffee-u. Tafelservice ";000000614;00006143;0 +wg ;614315;"Dejeuners u. Teeservice ";000000614;00006143;0 +wg ;614320;"Kaffee-u. Tafelserien ";000000614;00006143;0 +wg ;614325;"Geschenkserien ";000000614;00006143;0 +wg ;614330;"Stapelserien ";000000614;00006143;0 +wg ;614399;"***Steingutservice und Serien ";000000614;00006143;0 +wg ;614400;"Keramik EDI ";000000614;00006144;0 +wg ;614410;"Vasen u. Krugserien ";000000614;00006144;0 +wg ;614415;"Delfter Keramik ";000000614;00006144;0 +wg ;614420;"bertpfe ";000000614;00006144;0 +wg ;614425;"Schalen, Wandteller, Wandplatt ";000000614;00006144;0 +wg ;614430;"Verdunster ";000000614;00006144;0 +wg ;614499;"***Keramik ";000000614;00006144;0 +wg ;614500;"Kristall EDI ";000000614;00006145;0 +wg ;614510;"Schliff-berfangvasen ";000000614;00006145;0 +wg ;614515;"Schliff-Schalen, Bowlen, -Whis ";000000614;00006145;0 +wg ;614520;"Schliff-Ascher, -Untersetzer, ";000000614;00006145;0 +wg ;614525;"Presskristall-Vasen ";000000614;00006145;0 +wg ;614530;"Presskristall-Schalen,-Bowlen- ";000000614;00006145;0 +wg ;614535;"Ascher, Untersetzer, Etageren, ";000000614;00006145;0 +wg ;614599;"***Kristall ";000000614;00006145;0 +wg ;614600;"Hohl-Buntglas EDI ";000000614;00006146;0 +wg ;614610;"Vasen, Krge klar ";000000614;00006146;0 +wg ;614615;"Vasen, Krge bunt, berfang ";000000614;00006146;0 +wg ;614620;"Leuchten, Windlichter, Ascher, ";000000614;00006146;0 +wg ;614625;"Limo-, Bowlen-, Whiskyservice ";000000614;00006146;0 +wg ;614630;"Filigranglas ";000000614;00006146;0 +wg ;614635;"Leonardo Direktsortiment ";000000614;00006146;0 +wg ;614640;"Glas-Geschenkart. ";000000614;00006146;0 +wg ;614699;"***Hohl-Buntglas ";000000614;00006146;0 +wg ;614700;"Trinkglasgarnituren EDI ";000000614;00006147;0 +wg ;614710;"Vollautom. Geblas. Trinkglasga ";000000614;00006147;0 +wg ;614715;"Mundgeblas. Trinkglasgarniture ";000000614;00006147;0 +wg ;614720;"Vollautom. Geblas. Trinkglasga ";000000614;00006147;0 +wg ;614725;"Mundgeblas. Trinkglasgarniture ";000000614;00006147;0 +wg ;614730;"Becher-Serien ";000000614;00006147;0 +wg ;614735;"Wirtebedarf, Spezialglser ";000000614;00006147;0 +wg ;614799;"***Trinkglasgarnituren ";000000614;00006147;0 +wg ;614800;"Pressglas EDI ";000000614;00006148;0 +wg ;614810;"Torten-, Stollenplatten ";000000614;00006148;0 +wg ;614815;"Schsselserien ";000000614;00006148;0 +wg ;614820;"Hartglas ";000000614;00006148;0 +wg ;614825;"Vasen, Ascher, Dosen, Teewrme ";000000614;00006148;0 +wg ;614830;"Stamper, Becher. Limoservice, ";000000614;00006148;0 +wg ;614835;"Feuerfestes Klarglas ";000000614;00006148;0 +wg ;614840;"Feuerfestes Opalglas ";000000614;00006148;0 +wg ;614899;"***Pressglas ";000000614;00006148;0 +wg ;615000;"Bestecke und Stahlwaren EDI ";000000615;00006150;0 +wg ;615010;"Bestecke (Echtsil8er Echtgold) ";000000615;00006150;0 +wg ;615015;"Bestecke (Vergoldet, Versilber ";000000615;00006150;0 +wg ;615020;"Bestecke (Rostfreier Stahl) ";000000615;00006150;0 +wg ;615025;"Bestecke (Rostfreier Stahl M. ";000000615;00006150;0 +wg ;615030;"Bestecke (Andere, Restliche Ma ";000000615;00006150;0 +wg ;615035;"Besteck-Einbauteile ";000000615;00006150;0 +wg ;615040;"Schneidwaren ";000000615;00006150;0 +wg ;615045;"Taschenmesser ";000000615;00006150;0 +wg ;615050;"Scheren ";000000615;00006150;0 +wg ;615099;"***Bestecke und Stahlwaren ";000000615;00006150;0 +wg ;615100;"Elektrokleingerte EDI ";000000615;00006151;0 +wg ;615110;"Elektrokleingerte mit Motor ";000000615;00006151;0 +wg ;615115;"Elektro-Wrme-Gerte ";000000615;00006151;0 +wg ;615120;"Elektrogerte fr die Krperpf ";000000615;00006151;0 +wg ;615125;"Elektrogerte fr Raumpflege u ";000000615;00006151;0 +wg ;615130;"Uhren, Wecker, Rechner ";000000615;00006151;0 +wg ;615135;"Taschenlampen, Energiezellen, ";000000615;00006151;0 +wg ;615199;"***Elektrokleingerte ";000000615;00006151;0 +wg ;615200;"Grogerte, Kchen EDI ";000000615;00006152;0 +wg ;615210;"Herde, Kochgerte, Dunstabzugs ";000000615;00006152;0 +wg ;615215;"fen, Heizgerte ";000000615;00006152;0 +wg ;615220;"Khl- und Gefriergerte ";000000615;00006152;0 +wg ;615225;"Wschepflegemaschinen, Geschir ";000000615;00006152;0 +wg ;615230;"Herde, Kochgerte ";000000615;00006152;0 +wg ;615235;"Khl- und Gefriergerte ";000000615;00006152;0 +wg ;615240;"Wschepflegemaschinen, Geschir ";000000615;00006152;0 +wg ;615245;"Einbaugerte Fr Einbaukchen ";000000615;00006152;0 +wg ;615250;"Einbaukchen ";000000615;00006152;0 +wg ;615299;"***Grogerte, Kchen ";000000615;00006152;0 +wg ;615300;"Koch- und Backgeschirre EDI ";000000615;00006153;0 +wg ;615310;"Koch- und Bratgeschirr I ";000000615;00006153;0 +wg ;615315;"Koch- und Bratgeschirr II ";000000615;00006153;0 +wg ;615320;"Schnellkochtpfe, Schnellbratp ";000000615;00006153;0 +wg ;615325;"Backformen, Backbleche, Backzu ";000000615;00006153;0 +wg ;615330;"Weihnachtsbckerei ";000000615;00006153;0 +wg ;615335;"Osterbckerei ";000000615;00006153;0 +wg ;615399;"***Koch- und Backgeschirre ";000000615;00006153;0 +wg ;615400;"Kchengerte aller Art ";000000615;00006154;0 +wg ;615410;"Mechanische Kchengerte Fr D ";000000615;00006154;0 +wg ;615415;"Reiben und Gemsehobel ";000000615;00006154;0 +wg ;615420;"Schsseln, Siebe, Seiher, Meb ";000000615;00006154;0 +wg ;615425;"Kchengarnituren Einzelteile ";000000615;00006154;0 +wg ;615430;"Schneid, Tranchier-, Frhstck ";000000615;00006154;0 +wg ;615435;"Gerte zum ffnen und Schliess ";000000615;00006154;0 +wg ;615440;"Gerte zur Kaffee- und Teezube ";000000615;00006154;0 +wg ;615445;"Verschiedene Kchenhilfsgerte ";000000615;00006154;0 +wg ;615499;"***Kchengerte aller Art (Ni ";000000615;00006154;0 +wg ;615500;"Kchenausstattung EDI ";000000615;00006155;0 +wg ;615510;"Kchenwaagen ";000000615;00006155;0 +wg ;615515;"Kchenausstattungsserien ";000000615;00006155;0 +wg ;615520;"Tisch- und Servierteile ";000000615;00006155;0 +wg ;615525;"Vorratsbehlter ";000000615;00006155;0 +wg ;615530;"Ordnungshilfen ";000000615;00006155;0 +wg ;615535;"Splen und Trocknen ";000000615;00006155;0 +wg ;615540;"Abfallbehlter ";000000615;00006155;0 +wg ;615545;"Sonstige Kchenausstattung ";000000615;00006155;0 +wg ;615550;"Wassersprudler ";000000615;00006155;0 +wg ;615599;"***Kchenausstattung ";000000615;00006155;0 +wg ;615600;"Isoliergerte, Trinkflaschen, ";000000615;00006156;0 +wg ;615610;"Isoliergerte ";000000615;00006156;0 +wg ;615615;"Trinkflaschen ";000000615;00006156;0 +wg ;615620;"Essentrger/Proviantdosen ";000000615;00006156;0 +wg ;615625;"Kinderausstattung ";000000615;00006156;0 +wg ;615699;"***Isoliergerte, Trinkflasch ";000000615;00006156;0 +wg ;615700;"Wschpfl., Reinigungsar., Stap ";000000615;00006157;0 +wg ;615710;"Wschepflegeartikel ";000000615;00006157;0 +wg ;615711;"Wschestnder ";000000615;00006157;0 +wg ;615715;"Reinigungsartikel ";000000615;00006157;0 +wg ;615720;"Stapelware, Eimer, Wannen, Sch ";000000615;00006157;0 +wg ;615725;"Haushaltsleitern, Hocker ";000000615;00006157;0 +wg ;615730;"Einkaufsroller ";000000615;00006157;0 +wg ;615735;"Personenwaagen ";000000615;00006157;0 +wg ;615740;"Bgel Krawattenhalter ";000000615;00006157;0 +wg ;615799;"***Wschpfl., Reinigungsar., ";000000615;00006157;0 +wg ;615800;"Verbrauchsart. A. Papier, Foli ";000000615;00006158;0 +wg ;615810;"Einweggeschirr ";000000615;00006158;0 +wg ;615815;"Folien, Folienschluche, Folie ";000000615;00006158;0 +wg ;615820;"Staubsaugerbeutel ";000000615;00006158;0 +wg ;615825;"Eigenbedarf ";000000615;00006158;0 +wg ;615830;"Einkochartikel ";000000615;00006158;0 +wg ;615835;"Saisonartikel ";000000615;00006158;0 +wg ;615840;"Wasserkanister, Khltaschen ";000000615;00006158;0 +wg ;615845;"Devotionalien ";000000615;00006158;0 +wg ;615850;"Tee + Kaffee ";000000615;00006158;1 +wg ;615855;"Bcher ";000000615;00006158;1 +wg ;615860;"Sevietten ";000000615;00006158;0 +wg ;615861;"Mllbeutel ";000000615;00006158;0 +wg ;615862;"Putztcher ";000000615;00006158;0 +wg ;615865;"Geschenkkarten ";000000615;00006158;0 +wg ;615899;"***Verbrauchsart. A. Papier, ";000000615;00006158;0 +wg ;616000;"Zinn EDI ";000000616;00006160;0 +wg ;616010;"Serien ";000000616;00006160;0 +wg ;616015;"Leuchter, Windlichter ";000000616;00006160;0 +wg ;616020;"Krge, Vasen ";000000616;00006160;0 +wg ;616025;"Wandschmuck ";000000616;00006160;0 +wg ;616030;"Ziergegenstnde ";000000616;00006160;0 +wg ;616099;"***Zinn ";000000616;00006160;0 +wg ;616100;"Versilberte Artikel, Silberart ";000000616;00006161;0 +wg ;616110;"Serien ";000000616;00006161;0 +wg ;616115;"Tischgerte ";000000616;00006161;0 +wg ;616120;"Leuchter ";000000616;00006161;0 +wg ;616125;"Ziergegenstnde ";000000616;00006161;0 +wg ;616130;"Echt-Silberartikel ";000000616;00006161;0 +wg ;616135;"Vergoldete Artikel ";000000616;00006161;0 +wg ;616199;"***Versilberte Artikel, Silbe ";000000616;00006161;0 +wg ;616200;"Kupfer, Messing, Pflanzzubehr ";000000616;00006162;0 +wg ;616210;"Kupfer ";000000616;00006162;0 +wg ;616215;"Messing ";000000616;00006162;0 +wg ;616220;"Wandschmuck ";000000616;00006162;0 +wg ;616225;"Pflanzzubehr ";000000616;00006162;0 +wg ;616299;"***Kupfer, Messing, Pflanzzub ";000000616;00006162;0 +wg ;616300;"Blumen und Pflanzen EDI ";000000616;00006163;0 +wg ;616310;"Blumen und Pflanzen ";000000616;00006163;0 +wg ;616315;"Kerzenringe, Hngepflanzen ";000000616;00006163;0 +wg ;616320;"Einzelblumen, Kunststoff ";000000616;00006163;0 +wg ;616325;"Einzelblumen, Textil ";000000616;00006163;0 +wg ;616330;"Textilblumen, Farbthemen ";000000616;00006163;0 +wg ;616335;"Kunstgewerbe ";000000616;00006163;0 +wg ;616340;"Topfpflanzen, Kunststoff ";000000616;00006163;0 +wg ;616345;"Topfpflanzen, Textil ";000000616;00006163;0 +wg ;616350;"Saisonblumen und -Pflanzen ";000000616;00006163;0 +wg ;616355;"Blumen / Aktionen ";000000616;00006163;0 +wg ;616399;"***Blumen und Pflanzen ";000000616;00006163;0 +wg ;616400;"Lukull u. Kche EDI ";000000616;00006164;0 +wg ;616410;"Serien ";000000616;00006164;0 +wg ;616415;"Fondue ";000000616;00006164;0 +wg ;616420;"Kchenzubehr ";000000616;00006164;0 +wg ;616499;"***Lukull u. Kche ";000000616;00006164;0 +wg ;616500;"Partybedarf EDI ";000000616;00006165;0 +wg ;616510;"Bar-Artikel ";000000616;00006165;0 +wg ;616515;"Gag-Artikel ";000000616;00006165;0 +wg ;616520;"Spar-Artikel ";000000616;00006165;0 +wg ;616599;"***Partybedarf ";000000616;00006165;0 +wg ;616600;"Accessoires EDI ";000000616;00006166;0 +wg ;616610;"Puppen ";000000616;00006166;0 +wg ;616615;"Serien ";000000616;00006166;0 +wg ;616620;"Figuren ";000000616;00006166;0 +wg ;616625;"Miniaturen/Setzksten ";000000616;00006166;0 +wg ;616630;"Knstliche Blumen ";000000616;00006166;0 +wg ;616699;"***Accessoires ";000000616;00006166;0 +wg ;616700;"Bilder EDI ";000000616;00006167;0 +wg ;616710;"Rahmenlose Bilder ";000000616;00006167;0 +wg ;616715;"Holzgerahmte Bilder ";000000616;00006167;0 +wg ;616720;"Fenster-Spiegelbilder ";000000616;00006167;0 +wg ;616725;"Poster ";000000616;00006167;0 +wg ;616730;"lbilder ";000000616;00006167;0 +wg ;616799;"***Bilder ";000000616;00006167;0 +wg ;616800;"Out Door EDI ";000000616;00006168;0 +wg ;616810;"Gartentiere und -Figuren ";000000616;00006168;0 +wg ;616815;"Pflanzgefe ";000000616;00006168;0 +wg ;616820;"Holzblumen ";000000616;00006168;0 +wg ;616825;"Blumenstecker und Windmhlen ";000000616;00006168;0 +wg ;616830;"Windlichter, Fackeln, Kerzen ";000000616;00006168;0 +wg ;616899;"***Out Door ";000000616;00006168;0 +wg ;617000;"***Handtaschen, Schultertaschen u ";000000617;00006170;0 +wg ;617010;"***Handtaschen ";000000617;00006170;0 +wg ;617015;"***Umhngetaschen ";000000617;00006170;0 +wg ;617020;"***Abendtaschen ";000000617;00006170;0 +wg ;617099;"***Handtaschen, Schultertasch ";000000617;00006170;0 +wg ;617100;"***Berufs-, Einkaufs- und Stadtta ";000000617;00006171;0 +wg ;617110;"***Einkaufstaschen ";000000617;00006171;0 +wg ;617115;"***Berufstaschen ";000000617;00006171;0 +wg ;617120;"***Bgel-Stadttaschen ";000000617;00006171;0 +wg ;617125;"***berschlag-Stadttaschen ";000000617;00006171;0 +wg ;617130;"***Stadttaschen ";000000617;00006171;0 +wg ;617135;"***Ruckscke ";000000617;00006171;0 +wg ;617140;"***Grteltaschen ";000000617;00006171;0 +wg ;617199;"***Berufs-, Einkaufs- und Sta ";000000617;00006171;0 +wg ;617200;"***Herrentaschen, Collegmappen Ra ";000000617;00006172;0 +wg ;617210;"***Herrentaschen ";000000617;00006172;0 +wg ;617215;"***Collegmappen ";000000617;00006172;0 +wg ;617220;"***Bgelmappen ";000000617;00006172;0 +wg ;617225;"***Aktenkoffer ";000000617;00006172;0 +wg ;617230;"***Aktenmappen ";000000617;00006172;0 +wg ;617235;"***Ranzen, Ranzenmappen ";000000617;00006172;0 +wg ;617240;"***Moderne Schultaschen ";000000617;00006172;0 +wg ;617245;"***Pilotenkoffer ";000000617;00006172;0 +wg ;617299;"***Herrentaschen, Collegmappe ";000000617;00006172;0 +wg ;617300;"***Kindertaschen, Beutel, Falttas ";000000617;00006173;0 +wg ;617310;"***Kindertaschen ";000000617;00006173;0 +wg ;617315;"***Teenagertaschen ";000000617;00006173;0 +wg ;617320;"***Kinderstrohtaschen ";000000617;00006173;0 +wg ;617325;"***Frhstckstschchen ";000000617;00006173;0 +wg ;617330;"***Kinderkoffer ";000000617;00006173;0 +wg ;617335;"***Strohtaschen ";000000617;00006173;0 +wg ;617340;"***Netze ";000000617;00006173;0 +wg ;617345;"***Falttaschen ";000000617;00006173;0 +wg ;617350;"***Badetaschen ";000000617;00006173;0 +wg ;617399;"***Kindertaschen, Beutel, Fal ";000000617;00006173;0 +wg ;617400;"***Reisetaschen, Bordcase und Kof ";000000617;00006174;0 +wg ;617410;"***Reisetaschen ";000000617;00006174;0 +wg ;617415;"***Bordcase ";000000617;00006174;0 +wg ;617420;"***Allzwecktaschen ";000000617;00006174;0 +wg ;617425;"***Flugtaschen ";000000617;00006174;0 +wg ;617430;"***Kleiderscke ";000000617;00006174;0 +wg ;617435;"***RV- u. Schlokoffer ";000000617;00006174;0 +wg ;617440;"***Hartplattenkoffer ";000000617;00006174;0 +wg ;617445;"***Trolley ";000000617;00006174;0 +wg ;617499;"***Reisetaschen, Bordcase und ";000000617;00006174;0 +wg ;617500;"***Kleinlederwaren EDI ";000000617;00006175;0 +wg ;617510;"***Brieftaschen, Fhrerscheinhll ";000000617;00006175;0 +wg ;617515;"***Brsen ";000000617;00006175;0 +wg ;617520;"***Prge-Artikel u. Marokkanische ";000000617;00006175;0 +wg ;617525;"***Manikre-Etuis, Nh-Etuis u. R ";000000617;00006175;0 +wg ;617530;"***Reise-Necessaire ";000000617;00006175;0 +wg ;617535;"***Schmuckksten, Spardosen, Mnz ";000000617;00006175;0 +wg ;617540;"***Geschenk-Garnituren ";000000617;00006175;0 +wg ;617545;"***Sonstige Kleinlederwaren ";000000617;00006175;0 +wg ;617550;"***Schlsseletui ";000000617;00006175;0 +wg ;617599;"***Kleinlederwaren ";000000617;00006175;0 +wg ;617600;"***Schirme EDI ";000000617;00006176;0 +wg ;617610;"***Stcke ";000000617;00006176;0 +wg ;617615;"***Kd.-Schirme ";000000617;00006176;0 +wg ;617620;"***Da.-Modeschirme ";000000617;00006176;0 +wg ;617625;"***Da.-Taschenschirme ";000000617;00006176;0 +wg ;617630;"***He.-Stockschirme ";000000617;00006176;0 +wg ;617635;"***He.-Taschenschirme ";000000617;00006176;0 +wg ;617640;"***Schirmhllen ";000000617;00006176;0 +wg ;617645;"***Regenhauben ";000000617;00006176;0 +wg ;617699;"***Schirme ";000000617;00006176;0 +wg ;620000;"Computer-Peripherie EDI ";000000620;00006200;0 +wg ;620010;"Homecomputer ";000000620;00006200;0 +wg ;620015;"Personalcomputer ";000000620;00006200;0 +wg ;620020;"Laptop/Notebook ";000000620;00006200;0 +wg ;620025;"Laufwerk ";000000620;00006200;0 +wg ;620030;"Monitore ";000000620;00006200;0 +wg ;620035;"Speichererweiterungen ";000000620;00006200;0 +wg ;620040;"Festplatten ";000000620;00006200;0 +wg ;620045;"Scanner ";000000620;00006200;0 +wg ;620050;"CD-ROM/Brenner ";000000620;00006200;0 +wg ;620099;"***Computer-Peripherie ";000000620;00006200;0 +wg ;620100;"Computerzubehr EDI ";000000620;00006201;0 +wg ;620110;"Joystick/Maus ";000000620;00006201;0 +wg ;620115;"Disketten ";000000620;00006201;0 +wg ;620120;"Diskettenboxen ";000000620;00006201;0 +wg ;620125;"Drucker-/Monitorstnder ";000000620;00006201;0 +wg ;620130;"Druckerzubehr ";000000620;00006201;0 +wg ;620135;"Abdeckhauben ";000000620;00006201;0 +wg ;620140;"Computerkabel ";000000620;00006201;0 +wg ;620145;"Computerpapier/Etiketten ";000000620;00006201;0 +wg ;620150;"Leer CD-ROM ";000000620;00006201;0 +wg ;620199;"***Computerzubehr ";000000620;00006201;0 +wg ;620200;"Software EDI ";000000620;00006202;0 +wg ;620210;"Spielesoftware ";000000620;00006202;0 +wg ;620215;"Anwendersoftware ";000000620;00006202;0 +wg ;620299;"***Software ";000000620;00006202;0 +wg ;620300;"Computerliteratur EDI ";000000620;00006203;0 +wg ;620310;"Computerbcher ";000000620;00006203;0 +wg ;620315;"Computerzeitschriften ";000000620;00006203;0 +wg ;620399;"***Computerliteratur ";000000620;00006203;0 +wg ;620400;"Elektronenrechenr EDI ";000000620;00006204;0 +wg ;620410;"Elektronenrechner ";000000620;00006204;0 +wg ;620415;"Kfm. Rechner ";000000620;00006204;0 +wg ;620420;"Datenbankrechner ";000000620;00006204;0 +wg ;620425;"Technisch-/Wissenschaftliche R ";000000620;00006204;0 +wg ;620430;"Druckende Rechner ";000000620;00006204;0 +wg ;620435;"bersetzer ";000000620;00006204;0 +wg ;620440;"Tischrechner ";000000620;00006204;0 +wg ;620499;"***Elektronenrechenr ";000000620;00006204;0 +wg ;620500;"Schreibmaschinen EDI ";000000620;00006205;0 +wg ;620510;"Mechanische Schreibmaschinen ";000000620;00006205;0 +wg ;620515;"Elektronische Schreibmaschinen ";000000620;00006205;0 +wg ;620520;"Textverarbeitungssysteme ";000000620;00006205;0 +wg ;620599;"***Schreibmaschinen ";000000620;00006205;0 +wg ;620600;"Diktieren EDI ";000000620;00006206;0 +wg ;620610;"Diktiergerte ";000000620;00006206;0 +wg ;620615;"Diktiersysteme ";000000620;00006206;0 +wg ;620620;"Diktierzubehr ";000000620;00006206;0 +wg ;620699;"***Diktieren ";000000620;00006206;0 +wg ;620700;"Kopieren EDI ";000000620;00006207;0 +wg ;620710;"Schwarz/Wei-Kopierer ";000000620;00006207;0 +wg ;620715;"Farbkopierer ";000000620;00006207;0 +wg ;620720;"Kopierpapier/Farbpatronen ";000000620;00006207;0 +wg ;620799;"***Kopieren ";000000620;00006207;0 +wg ;620800;"Telefone EDI ";000000620;00006208;0 +wg ;620810;"Pager ";000000620;00006208;0 +wg ;620815;"Telefone ";000000620;00006208;0 +wg ;620820;"Schnurlose Telefone ";000000620;00006208;0 +wg ;620825;"Mobiltelefone ";000000620;00006208;0 +wg ;620830;"Telefon mit Anrufbeantworter ";000000620;00006208;0 +wg ;620835;"Nebenstellenanlagen ";000000620;00006208;0 +wg ;620840;"Anrufbeantworter ";000000620;00006208;0 +wg ;620845;"Haustelefone / Sprechanlagen ";000000620;00006208;0 +wg ;620850;"Faxgerte ";000000620;00006208;0 +wg ;620855;"Telefonkabel/Zubehr ";000000620;00006208;0 +wg ;620856;"Prepaid-Tel-Karten ";000000620;00006208;0 +wg ;620899;"***Telefone ";000000620;00006208;0 +wg ;620900;"Bromaschinen EDI ";000000620;00006209;0 +wg ;620910;"Aktenvernichter ";000000620;00006209;0 +wg ;620915;"Laminatore ";000000620;00006209;0 +wg ;620999;"***Bromaschinen ";000000620;00006209;0 +wg ;621000;"Film-Material EDI ";000000621;00006210;0 +wg ;621010;"Negativfilme ";000000621;00006210;0 +wg ;621015;"Umkehrfilme ";000000621;00006210;0 +wg ;621020;"Schmalfilme ";000000621;00006210;0 +wg ;621025;"Sofortbildfilme ";000000621;00006210;0 +wg ;621099;"***Film-Material ";000000621;00006210;0 +wg ;621100;"Foto- und Filmgerte EDI ";000000621;00006211;0 +wg ;621110;"Disc- und Pocket-Kameras ";000000621;00006211;0 +wg ;621115;"Kompakt-Kameras, Sofortbildkam ";000000621;00006211;0 +wg ;621120;"Spiegelreflex-Kameras ";000000621;00006211;0 +wg ;621125;"Spiegelreflex-Originalzubehr ";000000621;00006211;0 +wg ;621126;"Digital-Kamera ";000000621;00006211;0 +wg ;621130;"Blitzgerte ";000000621;00006211;0 +wg ;621135;"Diaprojektoren ";000000621;00006211;0 +wg ;621140;"Filmaufnahmekameras ";000000621;00006211;0 +wg ;621145;"Filmaufnahme-Originalzubehr ";000000621;00006211;0 +wg ;621150;"Filmwiedergabegerte ";000000621;00006211;0 +wg ;621155;"Filmwiedergabe-Originalzubehr ";000000621;00006211;0 +wg ;621199;"***Foto- und Filmgerte ";000000621;00006211;0 +wg ;621200;"Aufnahme- und Wiedergabezubeh ";000000621;00006212;0 +wg ;621210;"Blitzlampen ";000000621;00006212;0 +wg ;621215;"Batterien ";000000621;00006212;0 +wg ;621220;"SB-Zubehr ";000000621;00006212;0 +wg ;621225;"Stative, Taschen, Koffer ";000000621;00006212;0 +wg ;621230;"Diabetrachter, Diamagazine, Di ";000000621;00006212;0 +wg ;621235;"Leinwnde, Projektionstische ";000000621;00006212;0 +wg ;621240;"Projektionslampen ";000000621;00006212;0 +wg ;621245;"Filmespulen ";000000621;00006212;0 +wg ;621299;"***Aufnahme- und Wiedergabezu ";000000621;00006212;0 +wg ;621300;"Optik EDI ";000000621;00006213;0 +wg ;621310;"Fernglser ";000000621;00006213;0 +wg ;621315;"Leuchten, Lampen, Wetterstatio ";000000621;00006213;0 +wg ;621320;"Mikroskope ";000000621;00006213;0 +wg ;621325;"Thermometer ";000000621;00006213;0 +wg ;621330;"Barometer ";000000621;00006213;0 +wg ;621399;"***Optik ";000000621;00006213;0 +wg ;621400;"Fotoalben EDI ";000000621;00006214;0 +wg ;621410;"Buchalben ";000000621;00006214;0 +wg ;621415;"Haftklebealben ";000000621;00006214;0 +wg ;621420;"Fotoringordner und Zubehr ";000000621;00006214;0 +wg ;621425;"Einsteckalben ";000000621;00006214;0 +wg ;621430;"Taschenalben ";000000621;00006214;0 +wg ;621435;"Kinderalben ";000000621;00006214;0 +wg ;621440;"Hochzeits- und Postkartenalben ";000000621;00006214;0 +wg ;621445;"Fotoecken ";000000621;00006214;0 +wg ;621499;"***Fotoalben ";000000621;00006214;0 +wg ;622000;"Kinder- u. Jugendbcher EDI ";000000622;00006220;1 +wg ;622010;"Bilderbcher (1. Lesealter) ";000000622;00006220;1 +wg ;622015;"Mrchen u. Sagen ";000000622;00006220;1 +wg ;622020;"Jungen- u. Mdchenbcher ";000000622;00006220;1 +wg ;622025;"Jugendbcher ";000000622;00006220;1 +wg ;622030;"Exklusiv-Ausgaben ";000000622;00006220;1 +wg ;622035;"Jugend-Taschenbcher ";000000622;00006220;1 +wg ;622099;"***Kinder- u. Jugendbcher ";000000622;00006220;1 +wg ;622100;"Sach- u. Unterhaltungsliterat ";000000622;00006221;1 +wg ;622110;"Lexika u. Nachschlagewerke ";000000622;00006221;1 +wg ;622115;"Sachbcher ";000000622;00006221;1 +wg ;622120;"Belletristik ";000000622;00006221;1 +wg ;622199;"***Sach- u. Unterhaltungslit ";000000622;00006221;1 +wg ;622200;"Ratgeber EDI ";000000622;00006222;1 +wg ;622210;"Kochbcher ";000000622;00006222;1 +wg ;622215;"Haus und Garten/ Buch ";000000622;00006222;1 +wg ;622220;"Hobby und Spiel/ Buch ";000000622;00006222;1 +wg ;622225;"Verschiedene Ratgeber/Buch ";000000622;00006222;1 +wg ;622230;"Ratgeber-Reihen/ Buch ";000000622;00006222;1 +wg ;622299;"***Ratgeber/ Buch ";000000622;00006222;1 +wg ;622300;"Modernes Antiquariat EDI ";000000622;00006223;1 +wg ;622310;"Romane ";000000622;00006223;1 +wg ;622315;"Lexika u. Sachbcher ";000000622;00006223;1 +wg ;622320;"Romanhefte ";000000622;00006223;1 +wg ;622325;"Taschenbuch-Remittenden ";000000622;00006223;1 +wg ;622399;"***Modernes Antiquariat ";000000622;00006223;1 +wg ;622400;"Plne/Karten/Reise-Sortiment E ";000000622;00006224;1 +wg ;622410;"Stadtplne ";000000622;00006224;1 +wg ;622415;"Generalkarten ";000000622;00006224;1 +wg ;622420;"Straen- u. Reisekarten ";000000622;00006224;1 +wg ;622425;"Wandkarten ";000000622;00006224;1 +wg ;622430;"Freizeitkarten ";000000622;00006224;1 +wg ;622435;"Umgebungs-/Wanderkarten ";000000622;00006224;1 +wg ;622499;"***Plne/Karten/Reise-Sortime ";000000622;00006224;1 +wg ;622500;"Fhrer/Atlanten/Globen/Reise-S ";000000622;00006225;1 +wg ;622510;"Reisefhrer ";000000622;00006225;1 +wg ;622515;"Wanderfhrer ";000000622;00006225;1 +wg ;622520;"Merian ";000000622;00006225;1 +wg ;622525;"HB/Atlanten ";000000622;00006225;1 +wg ;622530;"Camping/Hotelfhrer ";000000622;00006225;1 +wg ;622535;"Auto- u. Freizeitatlanten ";000000622;00006225;1 +wg ;622540;"Welt-Atlanten ";000000622;00006225;1 +wg ;622545;"Globen ";000000622;00006225;0 +wg ;622599;"***Fhrer/Atlanten/Globen/Rei ";000000622;00006225;1 +wg ;622600;"Taschenbcher EDI ";000000622;00006226;1 +wg ;622610;"Bastei-Verlag ";000000622;00006226;1 +wg ;622615;"Diogenes ";000000622;00006226;1 +wg ;622620;"Drmer-Knaur ";000000622;00006226;1 +wg ;622625;"DTV ";000000622;00006226;1 +wg ;622630;"S. Fischer-Verlag ";000000622;00006226;1 +wg ;622635;"Goldmann-Verlag ";000000622;00006226;1 +wg ;622640;"Heyne-Verlag ";000000622;00006226;1 +wg ;622645;"Humboldt Langenscheidt ";000000622;00006226;1 +wg ;622650;"Maier Ravensburg ";000000622;00006226;1 +wg ;622655;"Mwig-Verlag ";000000622;00006226;1 +wg ;622660;"Rowohlt-Verlag ";000000622;00006226;1 +wg ;622665;"Scherz-Verlag ";000000622;00006226;1 +wg ;622670;"Suhrkamp ";000000622;00006226;1 +wg ;622675;"Ullstein ";000000622;00006226;1 +wg ;622680;"Verschiedene Verlage ";000000622;00006226;1 +wg ;622699;"***Taschenbcher ";000000622;00006226;1 +wg ;623000;"CD-ROM EDI ";000000623;00006230;0 +wg ;623010;"Spiele/ CD ";000000623;00006230;0 +wg ;623015;"Anwendungen ";000000623;00006230;0 +wg ;623099;"***CD-ROM ";000000623;00006230;0 +wg ;623100;"Laborarbeiten EDI ";000000623;00006231;0 +wg ;623110;"Filmentwicklung ";000000623;00006231;0 +wg ;623115;"Schwarz/Wei-Arbeiten ";000000623;00006231;0 +wg ;623120;"Colorarbeiten ";000000623;00006231;0 +wg ;623125;"Handabzge ";000000623;00006231;0 +wg ;623199;"***Laborarbeiten ";000000623;00006231;0 +wg ;623200;"DVD EDI ";000000623;00006232;0 +wg ;623210;"Spielfilme ";000000623;00006232;0 +wg ;623215;"Musik ";000000623;00006232;0 +wg ;623220;"Spiele/ DVD ";000000623;00006232;0 +wg ;623225;"Anwendungen ";000000623;00006232;0 +wg ;623230;"unbespielte DVD ";000000623;00006232;0 +wg ;623299;"***DVD ";000000623;00006232;0 +wg ;623300;"MD-Minidisc EDI ";000000623;00006233;0 +wg ;623310;"MD-Minidisc ";000000623;00006233;0 +wg ;623399;"***MD-Minidisc ";000000623;00006233;0 +wg ;623400;"CD-Compact Disc EDI ";000000623;00006234;0 +wg ;623410;"CD-Compact Disc ";000000623;00006234;0 +wg ;623499;"***CD-Compact Disc ";000000623;00006234;0 +wg ;623500;"Maxi CD EDI ";000000623;00006235;0 +wg ;623510;"Maxi CD ";000000623;00006235;0 +wg ;623599;"***Maxi CD ";000000623;00006235;0 +wg ;623600;"MC-Musikkassetten EDI ";000000623;00006236;0 +wg ;623610;"MC-Musikkassetten ";000000623;00006236;0 +wg ;623615;"unbespielte MC ";000000623;00006236;0 +wg ;623699;"***MC-Musikkassetten ";000000623;00006236;0 +wg ;623700;"Video EDI ";000000623;00006237;0 +wg ;623710;"Bespielete Filme ";000000623;00006237;0 +wg ;623715;"unbespielte Videokassette ";000000623;00006237;0 +wg ;623799;"***Video ";000000623;00006237;0 +wg ;623800;"MC-CD Zubehr EDI ";000000623;00006238;0 +wg ;623810;"Videoaufbewahrung ";000000623;00006238;0 +wg ;623815;"Kassettenaufbewahrung ";000000623;00006238;0 +wg ;623820;"CD-Aufbewahrung ";000000623;00006238;0 +wg ;623825;"Kinderkassettenkoffer ";000000623;00006238;0 +wg ;623830;"MC-CD Pflegemittel ";000000623;00006238;0 +wg ;623899;"***MC-CD Zubehr ";000000623;00006238;0 +wg ;623900;"Fotorahmen EDI ";000000623;00006239;0 +wg ;623910;"Holzrahmen ";000000623;00006239;0 +wg ;623915;"Kunststoffrahmen ";000000623;00006239;0 +wg ;623920;"Metallrahmen ";000000623;00006239;0 +wg ;623925;"Bildhalter ";000000623;00006239;0 +wg ;623930;"Kunstleder- und Lederrahmen ";000000623;00006239;0 +wg ;623935;"Fotostnder und Bildaufhenger ";000000623;00006239;0 +wg ;623999;"***Fotorahmen ";000000623;00006239;0 +wg ;624000;"Laborarbeiten EDI ";000000624;00006240;0 +wg ;624099;"***Laborarbeiten ";000000624;00006240;0 +wg ;630000;"Garten- und Gartenausstattungs ";000000630;00006300;0 +wg ;630010;"Garten-und Rasengerte Hand ";000000630;00006300;0 +wg ;630015;"Garten-und Rasengerte Motor ";000000630;00006300;0 +wg ;630020;"Gartenbewsserungsartikel ";000000630;00006300;0 +wg ;630025;"Pflanzenzucht- u. Pflanzenschu ";000000630;00006300;0 +wg ;630030;"Landwirtschaftliche- und Tierh ";000000630;00006300;0 +wg ;630035;"Gartenholz ";000000630;00006300;0 +wg ;630040;"Gartenbedarf ";000000630;00006300;0 +wg ;630045;"Gartengestaltung, Gartenaussta ";000000630;00006300;0 +wg ;630050;"Eigenbedarf Eisenwaren, Do It ";000000630;00006300;0 +wg ;630099;"***Garten- und Gartenausstatt ";000000630;00006300;0 +wg ;630100;"Biochemische Produkte, Leb.Gr ";000000630;00006301;0 +wg ;630110;"Insektenvertilgungsmittel, Saa ";000000630;00006301;0 +wg ;630115;"Pflanzenpflege Chemisch ";000000630;00006301;0 +wg ;630120;"Dnger, Bodenverbesserer, Erde ";000000630;00006301;0 +wg ;630125;"Smereien, Blumenzwiebeln ";000000630;00006301;0 +wg ;630130;"Gehlze ";000000630;00006301;0 +wg ;630135;"Topf- u. Beetpflanzen, Wasserp ";000000630;00006301;0 +wg ;630140;"Heim- und Kleintierfutter ";000000630;00006301;0 +wg ;630145;"Zoologische Gebrauchsartikel ";000000630;00006301;0 +wg ;630150;"Reinig. Pflegeartikel, Arzneim ";000000630;00006301;0 +wg ;630199;"***Biochemische Produkte, Leb ";000000630;00006301;0 +wg ;630200;"Gartenmbel, Spiel-Sportart. Z ";000000630;00006302;0 +wg ;630210;"Gartenmbel und Zubehr ";000000630;00006302;0 +wg ;630215;"Gartenmbeltextilien ";000000630;00006302;0 +wg ;630220;"Wetterschutz ";000000630;00006302;0 +wg ;630225;"Grillgerte und Zubehr ";000000630;00006302;0 +wg ;630230;"Spiel-Camping-Aufblasartikel, ";000000630;00006302;0 +wg ;630235;"Sportartikel ";000000630;00006302;0 +wg ;630240;"Zweirder und Zubehr ";000000630;00006302;0 +wg ;630245;"Autozubehr ";000000630;00006302;0 +wg ;630250;"Modellbau, Basteln ";000000630;00006302;0 +wg ;630299;"***Gartenmbel, Spiel-Sportar ";000000630;00006302;0 +wg ;630300;"Werkzeuge, Maschinen, Baugert ";000000630;00006303;0 +wg ;630310;"Handwerkzeuge I ";000000630;00006303;0 +wg ;630315;"Handwerkzeuge II ";000000630;00006303;0 +wg ;630320;"Handwerkzeuge III ";000000630;00006303;0 +wg ;630325;"Elektro- u. Druckluftwerkzeuge ";000000630;00006303;0 +wg ;630330;"Lt- u. Schweissgerte ";000000630;00006303;0 +wg ;630335;"Werkzeugmaschinen, Stromerzeug ";000000630;00006303;0 +wg ;630340;"Baumaschinen, Gerte ";000000630;00006303;0 +wg ;630345;"Baufahrzeuge, Baustelleneinric ";000000630;00006303;0 +wg ;630350;"Schalung, Folien ";000000630;00006303;0 +wg ;630399;"***Werkzeuge, Maschinen, Baug ";000000630;00006303;0 +wg ;630400;"Arbeitssch., Industrie-Handwer ";000000630;00006304;0 +wg ;630410;"Berufsbekleidung ";000000630;00006304;0 +wg ;630415;"Arbeitsschutz ";000000630;00006304;0 +wg ;630420;"Rder, Rollen ";000000630;00006304;0 +wg ;630425;"Technischer Bedarf ";000000630;00006304;0 +wg ;630430;"Betriebsstoffe, Verarbeitungsg ";000000630;00006304;0 +wg ;630435;"Leitern, Regale ";000000630;00006304;0 +wg ;630440;"Ordnungsmittel, Arbeitsplatzau ";000000630;00006304;0 +wg ;630445;"Hebezeuge, Transportgerte, St ";000000630;00006304;0 +wg ;630450;"Reinigungsgerte, Kommunalbeda ";000000630;00006304;0 +wg ;630499;"***Arbeitssch., Industrie-Han ";000000630;00006304;0 +wg ;630500;"Sanitr, Heizung, Abzugs- u. L ";000000630;00006305;0 +wg ;630510;"Stapelarmaturen, Wasseraufbere ";000000630;00006305;0 +wg ;630515;"Fittings, Rohre fr Sanitr/He ";000000630;00006305;0 +wg ;630520;"Sanitr-Keramik, Badewannen, D ";000000630;00006305;0 +wg ;630525;"Sanitr-Armaturen, Ablaufprogr ";000000630;00006305;0 +wg ;630530;"Sanitr-Ausstattung ";000000630;00006305;0 +wg ;630535;"Heizungs- und Klimagerte ";000000630;00006305;0 +wg ;630540;"Abzugsmaterial, Ofenzubehr, L ";000000630;00006305;0 +wg ;630545;"Elektroinstallationsmaterial u ";000000630;00006305;0 +wg ;630550;"Leuchten, Lampen ";000000630;00006305;0 +wg ;630599;"***Sanitr, Heizung, Abzugs- ";000000630;00006305;0 +wg ;630600;"Klebstoffe, Farben, Holz, Wand ";000000630;00006306;0 +wg ;630610;"Klebstoffe, Klebebnder, Klebe ";000000630;00006306;0 +wg ;630615;"Farben, Lacke, Holzschutz ";000000630;00006306;0 +wg ;630620;"Holz-Bretter, Platten, Latten, ";000000630;00006306;0 +wg ;630625;"Mbelbalemente, Selbstbaumbe ";000000630;00006306;0 +wg ;630630;"Wand- und Bodenbelge ";000000630;00006306;0 +wg ;630635;"Gardinen, Jalousien ";000000630;00006306;0 +wg ;630640;"Keramische Wand- und Bodenbel ";000000630;00006306;0 +wg ;630645;"Baustoffe ";000000630;00006306;0 +wg ;630650;"Chemische Baustoffe ";000000630;00006306;0 +wg ;630699;"***Klebstoffe, Farben, Holz, ";000000630;00006306;0 +wg ;630700;"Bauelemente, Schlsser, Tr-Fe ";000000630;00006307;0 +wg ;630710;"Bauelemente ";000000630;00006307;0 +wg ;630715;"Schlsser, Zylinder, Schlssel ";000000630;00006307;0 +wg ;630720;"Schliesser, Sicherheitssysteme ";000000630;00006307;0 +wg ;630725;"Tresore, Briefksten ";000000630;00006307;0 +wg ;630730;"Trbeschlge und Zubehr ";000000630;00006307;0 +wg ;630735;"Trbnder, Grober Baubeschlag ";000000630;00006307;0 +wg ;630740;"Fensterbeschlge Profile ";000000630;00006307;0 +wg ;630745;"Mbelbeschlge ";000000630;00006307;0 +wg ;630750;"Einrichtungs- und Innendekoart ";000000630;00006307;0 +wg ;630799;"***Bauelemente, Schlsser, T ";000000630;00006307;0 +wg ;630800;"Kleineisenwaren, Schrauben, Dr ";000000630;00006308;0 +wg ;630810;"Kleineisenwaren ";000000630;00006308;0 +wg ;630815;"Befestigungselemente ";000000630;00006308;0 +wg ;630820;"Schrauben ";000000630;00006308;0 +wg ;630825;"Schraubenzubehr ";000000630;00006308;0 +wg ;630830;"Geflechte, Gewebe ";000000630;00006308;0 +wg ;630835;"Drhte, Drahtstifte ";000000630;00006308;0 +wg ;630840;"Zaunpfhle, Zaunelehente ";000000630;00006308;0 +wg ;630845;"Drahtseile, Stahlketten, Gitte ";000000630;00006308;0 +wg ;630850;"Walzwerkzeugnisse ";000000630;00006308;0 +wg ;630899;"***Kleineisenwaren, Schrauben ";000000630;00006308;0 +wg ;631000;"Handwerkzeuge und Elektrowerkz ";000000631;00006310;0 +wg ;631010;"Handwerkzeug ";000000631;00006310;0 +wg ;631015;"Bohrer, Ring- u. Steckschlsse ";000000631;00006310;0 +wg ;631020;"Werkzeugksten, Werkzeugtasche ";000000631;00006310;0 +wg ;631025;"Ltgerte u. Ltmaterial ";000000631;00006310;0 +wg ;631030;"Maurer- u. Schreinerwerkzeug ";000000631;00006310;0 +wg ;631035;"Elektrowerkzeuge ";000000631;00006310;0 +wg ;631040;"Zubehr Zu Elektrowerkzeugen ";000000631;00006310;0 +wg ;631045;"Schweigerte u. Zubehr ";000000631;00006310;0 +wg ;631050;"Werkbnke, Werkzeugschrnke ";000000631;00006310;0 +wg ;631099;"***Handwerkzeuge und Elektrow ";000000631;00006310;0 +wg ;631100;"Kleineisenwaren EDI ";000000631;00006311;0 +wg ;631110;"Ngel, Stifte, Haken, sen ";000000631;00006311;0 +wg ;631115;"Schrauben ";000000631;00006311;0 +wg ;631120;"Dbel ";000000631;00006311;0 +wg ;631125;"Scharniere, Mbel-, Tr- u. Fe ";000000631;00006311;0 +wg ;631130;"Verschiedene Kleineisenwaren ";000000631;00006311;0 +wg ;631135;"Zierhaken ";000000631;00006311;0 +wg ;631199;"***Kleineisenwaren ";000000631;00006311;0 +wg ;631200;"Zubehr zu Kleineisenwaren EDI ";000000631;00006312;0 +wg ;631210;"Mbelfe, Holz u. Stahl ";000000631;00006312;0 +wg ;631215;"Regalzubehr, Konsolen ";000000631;00006312;0 +wg ;631220;"Vorratsregale, Sortimentskste ";000000631;00006312;0 +wg ;631225;"Kugellager, Rollen, Rder ";000000631;00006312;0 +wg ;631230;"Vorhangschlsser, berfallen, ";000000631;00006312;0 +wg ;631235;"Alarmanlagen ";000000631;00006312;0 +wg ;631240;"Hausnummern,Schilder,Buchstabe ";000000631;00006312;0 +wg ;631245;"Heizkrperverkleidungen ";000000631;00006312;0 +wg ;631250;"Schuhreparaturbedarf ";000000631;00006312;0 +wg ;631299;"***Zubehr zu Kleineisenwaren ";000000631;00006312;0 +wg ;631300;"Materialien und Malerwerkzeuge ";000000631;00006313;0 +wg ;631310;"Holzplatten, Leisten, Furniere ";000000631;00006313;0 +wg ;631315;"Wandverkleidungen, Styroporpla ";000000631;00006313;0 +wg ;631320;"Umleimer, Klebebnder ";000000631;00006313;0 +wg ;631325;"Tapeten, Rauhfaser ";000000631;00006313;0 +wg ;631330;"Klebestoffe, Kleister, Leime, ";000000631;00006313;0 +wg ;631335;"Gips ";000000631;00006313;0 +wg ;631340;"Farben, Lacke, Wandfarbe ";000000631;00006313;0 +wg ;631345;"Pinselreiniger, Kitte ";000000631;00006313;0 +wg ;631350;"Schleifpapiere ";000000631;00006313;0 +wg ;631355;"Pinsel ";000000631;00006313;0 +wg ;631360;"Tapezierzubehr, Abdeckplanen ";000000631;00006313;0 +wg ;631399;"***Materialien und Malerwerkz ";000000631;00006313;0 +wg ;631400;"Autopflegemittel EDI ";000000631;00006314;0 +wg ;631410;"Autoshampoo, Autopolituren, Ro ";000000631;00006314;0 +wg ;631415;"Unterbodenschutz ";000000631;00006314;0 +wg ;631420;"Spachtelmassen, Reparatur ";000000631;00006314;0 +wg ;631425;"Auto-le, Bremsflssigkeit ";000000631;00006314;0 +wg ;631430;"Frostschutz, Entfroster, Winte ";000000631;00006314;0 +wg ;631435;"Autoreinigungsgerte ";000000631;00006314;0 +wg ;631499;"***Autopflegemittel ";000000631;00006314;0 +wg ;631500;"Autozubehr EDI ";000000631;00006315;0 +wg ;631510;"Sicherheitszubehr ";000000631;00006315;0 +wg ;631515;"Autowerkzeuge, Trichter ";000000631;00006315;0 +wg ;631520;"Dachgepcktrger, Wischerbltt ";000000631;00006315;0 +wg ;631525;"Fahrzeuginnenausstattung, Sitz ";000000631;00006315;0 +wg ;631530;"Fumatten ";000000631;00006315;0 +wg ;631535;"Auto-Elektrik ";000000631;00006315;0 +wg ;631540;"Auto-Unterhaltungselektronik ";000000631;00006315;0 +wg ;631545;"Stostangen, Schalldmpfer, Br ";000000631;00006315;0 +wg ;631550;"Autoreifen u. Zubehr ";000000631;00006315;0 +wg ;631599;"***Autozubehr ";000000631;00006315;0 +wg ;632000;"Elektro-Hausgerte I EDI ";000000632;00006320;0 +wg ;632010;"Tauchsieder, Wasserkocher u. H ";000000632;00006320;0 +wg ;632011;"Heiwassergerte ";000000632;00006320;0 +wg ;632015;"Eierkocher u. Babykostwrmer ";000000632;00006320;0 +wg ;632020;"Koch- u. Warmhalteplatten ";000000632;00006320;0 +wg ;632025;"Toaster u. Zubehr ";000000632;00006320;0 +wg ;632026;"Kchen-Waagen ";000000632;00006320;0 +wg ;632030;"Waffelautomaten, Backhauben u. ";000000632;00006320;0 +wg ;632035;"Grillgerte u. Friteusen ";000000632;00006320;0 +wg ;632040;"Bgelautomaten u. Zubehr ";000000632;00006320;0 +wg ;632099;"***Elektro-Hausgerte I ";000000632;00006320;0 +wg ;632100;"Elektro-Hausgerte II EDI ";000000632;00006321;0 +wg ;632110;"Kaffeemhlen ";000000632;00006321;0 +wg ;632115;"Kaffeeautomaten ";000000632;00006321;0 +wg ;632120;"Handmixer u. Zubehr ";000000632;00006321;0 +wg ;632125;"Kchenmasch. u. Folienschweig ";000000632;00006321;0 +wg ;632130;"Elektromesser u. Allesschneide ";000000632;00006321;0 +wg ;632135;"Zitruspressen, Entsafter, Dose ";000000632;00006321;0 +wg ;632199;"***Elektro-Hausgerte II ";000000632;00006321;0 +wg ;632200;"Krperpflegeartikel EDI ";000000632;00006322;0 +wg ;632210;"Haarpflege ";000000632;00006322;0 +wg ;632215;"Rasierer u. Zubehr ";000000632;00006322;0 +wg ;632220;"Mundhygiene ";000000632;00006322;0 +wg ;632225;"Bestrahlungslampen ";000000632;00006322;0 +wg ;632230;"Textile Heizgerte ";000000632;00006322;0 +wg ;632299;"***Krperpflegeartikel ";000000632;00006322;0 +wg ;632300;"Staubsauger, Heizgerte und Sa ";000000632;00006323;0 +wg ;632310;"Bodenpflege ";000000632;00006323;0 +wg ;632315;"Heizgerte ";000000632;00006323;0 +wg ;632320;"Klimagerte u. Ventilatoren ";000000632;00006323;0 +wg ;632325;"Weie Ware ";000000632;00006323;0 +wg ;632330;"Staubsauger-Zubehr ";000000632;00006323;0 +wg ;632399;"***Staubsauger, Heizgerte un ";000000632;00006323;0 +wg ;632400;"Khl- und Gefriergerte EDI ";000000632;00006324;0 +wg ;632410;"Tisch-Khlschrnke ";000000632;00006324;0 +wg ;632415;"Khl-Gefrierkombinationen ";000000632;00006324;0 +wg ;632420;"Gefrierschrnke ";000000632;00006324;0 +wg ;632425;"Gefriertruhen ";000000632;00006324;0 +wg ;632430;"Gefrierkrbe u. Zubehr ";000000632;00006324;0 +wg ;632499;"***Khl- und Gefriergerte ";000000632;00006324;0 +wg ;632500;"Wschepflege und Geschirrsple ";000000632;00006325;0 +wg ;632510;"Waschautomaten-Frontlader ";000000632;00006325;0 +wg ;632515;"Waschautomaten-Toplader ";000000632;00006325;0 +wg ;632520;"Wasch- u. Trockenautomaten ";000000632;00006325;0 +wg ;632525;"Waschkombinationen ";000000632;00006325;0 +wg ;632530;"Wschetrockner ";000000632;00006325;0 +wg ;632535;"Wscheschleudern ";000000632;00006325;0 +wg ;632540;"Bgelautomaten ";000000632;00006325;0 +wg ;632545;"Geschirrspler ";000000632;00006325;0 +wg ;632550;"Geschirrsplzentrum ";000000632;00006325;0 +wg ;632599;"***Wschepflege und Geschirrs ";000000632;00006325;0 +wg ;632600;"Elektroherde und Dunstabzugsha ";000000632;00006326;0 +wg ;632610;"Elektro- u. Heiluftherde ";000000632;00006326;0 +wg ;632615;"Gas-, Kohle- u. lherde ";000000632;00006326;0 +wg ;632620;"Microwellen-Gerte ";000000632;00006326;0 +wg ;632625;"Dunstabzugshaube ";000000632;00006326;0 +wg ;632630;"Herd-Zubehr ";000000632;00006326;0 +wg ;632699;"***Elektroherde und Dunstabzu ";000000632;00006326;0 +wg ;632700;"Einbaugerte EDI ";000000632;00006327;0 +wg ;632710;"Khlgerte-Ein- u. Unterbau ";000000632;00006327;0 +wg ;632715;"Gefriergerte-Ein- u. Unterbau ";000000632;00006327;0 +wg ;632720;"Gefrierkombinationen-Einbau ";000000632;00006327;0 +wg ;632725;"Wasch- u. Trockenautomaten ";000000632;00006327;0 +wg ;632730;"Geschirrspler ";000000632;00006327;0 +wg ;632735;"Elektro-Heissluftherde Ein- u. ";000000632;00006327;0 +wg ;632740;"Microwellenherde ";000000632;00006327;0 +wg ;632745;"Einbaumulden ";000000632;00006327;0 +wg ;632750;"Einbaugerte-Gas ";000000632;00006327;0 +wg ;632755;"Einbauger.-Zubehr ";000000632;00006327;0 +wg ;632799;"***Einbaugerte ";000000632;00006327;0 +wg ;633000;"Beleuchtung EDI ";000000633;00006330;0 +wg ;633010;"Studio-Leuchten ";000000633;00006330;0 +wg ;633015;"Leuchten-Serien, Mit Stoff und ";000000633;00006330;0 +wg ;633020;"Rustikal-Serien ";000000633;00006330;0 +wg ;633025;"Pendelleuchten mit dazu Passen ";000000633;00006330;0 +wg ;633030;"Kronen und Gehnge ";000000633;00006330;0 +wg ;633035;"Dielenleuchten ";000000633;00006330;0 +wg ;633040;"Pendelleuchten ";000000633;00006330;0 +wg ;633045;"Beleuchtungsglas Pendelschnre ";000000633;00006330;0 +wg ;633050;"Beleuchtung ";000000633;00006330;0 +wg ;633051;"Einbauleuchten ";000000633;00006330;0 +wg ;633060;"Kinder-Leuchten ";000000633;00006330;0 +wg ;633070;"Techn. Leuchten ";000000633;00006330;0 +wg ;633099;"***Beleuchtung ";000000633;00006330;0 +wg ;633100;"Wand- und Deckenleuchten, Orts ";000000633;00006331;0 +wg ;633110;"Leuchten ";000000633;00006331;0 +wg ;633111;"Tischleuchten ";000000633;00006331;0 +wg ;633115;"Wandleuchten ";000000633;00006331;0 +wg ;633120;"Nurglasleuchten ";000000633;00006331;0 +wg ;633125;"Rhren, Spiegel- u. Tl-Leuchte ";000000633;00006331;0 +wg ;633130;"Wand- u. Deckenarmaturen, Schi ";000000633;00006331;0 +wg ;633135;"Auenleuchten ";000000633;00006331;0 +wg ;633140;"Nachtischleuchten ";000000633;00006331;0 +wg ;633145;"Schler- u. Arbeitsleuchten ";000000633;00006331;0 +wg ;633150;"Zier-, Tisch- u. Hockerleuchte ";000000633;00006331;0 +wg ;633155;"Standleuchten, Schirme ";000000633;00006331;0 +wg ;633199;"***Wand- und Deckenleuchten, ";000000633;00006331;0 +wg ;633200;"Installationsmaterial EDI ";000000633;00006332;0 +wg ;633210;"Schalter, Schalterserien ";000000633;00006332;0 +wg ;633215;"Stecker, Kupplungen u. Steckdo ";000000633;00006332;0 +wg ;633220;"Tischsteckdosen ";000000633;00006332;0 +wg ;633225;"Isolierte Leitungen, Verlnger ";000000633;00006332;0 +wg ;633230;"Allgebrauchs-u. Tl-Lampen ";000000633;00006332;0 +wg ;633235;"Sicherungsmaterial u. Fassunge ";000000633;00006332;0 +wg ;633240;"Befestigungsmaterial zur Insta ";000000633;00006332;0 +wg ;633250;"Leuchtmittel ";000000633;00006332;0 +wg ;633260;"Kabel ";000000633;00006332;0 +wg ;633299;"***Installationsmaterial ";000000633;00006332;0 +wg ;633300;"Elektrozubehr EDI ";000000633;00006333;0 +wg ;633310;"Batterien u. Stabhlsen ";000000633;00006333;0 +wg ;633315;"Schwachstrom-Material u. Schwa ";000000633;00006333;0 +wg ;633320;"Weihnachtsbeleuchtung.Partyket ";000000633;00006333;0 +wg ;633399;"***Elektrozubehr ";000000633;00006333;0 +wg ;634000;"Radiogerte ";000000634;00006340;0 +wg ;634010;"Kofferradios ";000000634;00006340;0 +wg ;634015;"Weltempfnger ";000000634;00006340;0 +wg ;634020;"Kchenradios ";000000634;00006340;0 +wg ;634025;"Heimradios ";000000634;00006340;0 +wg ;634030;"Uhrenradios ";000000634;00006340;0 +wg ;634099;"***Transistorgerte ";000000634;00006340;0 +wg ;634100;"Cassettenrecorder Miniplayer E ";000000634;00006341;0 +wg ;634110;"Cassettenrecorder ";000000634;00006341;0 +wg ;634115;"Cassettenplayer ";000000634;00006341;0 +wg ;634120;"Cassettenplayer Zubehr (Boxen ";000000634;00006341;0 +wg ;634125;"Portable Compact Disc ";000000634;00006341;0 +wg ;634130;"Minidisc Player ";000000634;00006341;0 +wg ;634135;"Portable Minidisc Recorder ";000000634;00006341;0 +wg ;634136;"Audio-Kleingerte ";000000634;00006341;0 +wg ;634199;"***Cassettenrecorder Miniplay ";000000634;00006341;0 +wg ;634200;"Radiorecorder EDI ";000000634;00006342;0 +wg ;634210;"Radiorecorder Mono ";000000634;00006342;0 +wg ;634215;"Radiorecorder Stereo-Singlecas ";000000634;00006342;0 +wg ;634220;"Radiorecorder Stereo-Doppelcas ";000000634;00006342;0 +wg ;634225;"Radiorecorder Stereo m. CD ";000000634;00006342;0 +wg ;634230;"Radiorecorder Stereo m. TV ";000000634;00006342;0 +wg ;634299;"***Radiorecorder ";000000634;00006342;0 +wg ;634300;"Hifi-Gerte EDI ";000000634;00006343;0 +wg ;634310;"Midi-Mini-Micro Anlagen ";000000634;00006343;0 +wg ;634315;"Hifi-Trme ";000000634;00006343;0 +wg ;634320;"Bausteinanlagen ";000000634;00006343;0 +wg ;634325;"Tuner ";000000634;00006343;0 +wg ;634330;"Verstrker ";000000634;00006343;0 +wg ;634335;"Tapedecks ";000000634;00006343;0 +wg ;634340;"CD-Recorder + MD-Recorder ";000000634;00006343;0 +wg ;634345;"Compact-Disc-Player ";000000634;00006343;0 +wg ;634350;"Lautsprecher-Boxen ";000000634;00006343;0 +wg ;634399;"***Hifi-Gerte ";000000634;00006343;0 +wg ;634400;"TV / Videogerte EDI ";000000634;00006344;0 +wg ;634410;"FS-Porta8le bis 31 cm Bildschi ";000000634;00006344;0 +wg ;634415;"FS-Gerte bis 50 cm Bildschirm ";000000634;00006344;0 +wg ;634420;"FS-Gerte bis 60 cm Bildschirm ";000000634;00006344;0 +wg ;634425;"FS-Gerte bis 100 cm Bildschir ";000000634;00006344;0 +wg ;634426;"Flatscreen ";000000634;00006344;0 +wg ;634430;"Video-Recorder ";000000634;00006344;0 +wg ;634435;"Video-Player ";000000634;00006344;0 +wg ;634440;"DVD-Player ";000000634;00006344;0 +wg ;634445;"DVD-Recorder ";000000634;00006344;0 +wg ;634450;"Pay-TV / Internet Tuner ";000000634;00006344;0 +wg ;634499;"***TV / Videogerte ";000000634;00006344;0 +wg ;634500;"A/V Zubehr EDI ";000000634;00006345;0 +wg ;634510;"Stereo-Kopfhrer ";000000634;00006345;0 +wg ;634515;"Mikrofone ";000000634;00006345;0 +wg ;634520;"Antennen ";000000634;00006345;0 +wg ;634525;"Netzgerte ";000000634;00006345;0 +wg ;634530;"Audio Anschlsse + Adapter ";000000634;00006345;0 +wg ;634535;"Video Anschlsse + Adapter ";000000634;00006345;0 +wg ;634599;"***A/V Zubehr ";000000634;00006345;0 +wg ;634600;"A/V Cassetten EDI ";000000634;00006346;0 +wg ;634610;"Compact Leercassetten ";000000634;00006346;0 +wg ;634615;"Minidisc Leer ";000000634;00006346;0 +wg ;634620;"Video-Leercassetten ";000000634;00006346;0 +wg ;634625;"Camcorder-Cassetten ";000000634;00006346;0 +wg ;634630;"CD-Rom bespielbar ";000000634;00006346;0 +wg ;634635;"DVD-Discs ";000000634;00006346;0 +wg ;634699;"***A/V Cassetten ";000000634;00006346;0 +wg ;635000;"Sanitrartikel EDI ";000000635;00006350;0 +wg ;635010;"Armaturen ";000000635;00006350;0 +wg ;635015;"Armaturenzubehr u. Ersatzteil ";000000635;00006350;0 +wg ;635099;"***Sanitrartikel ";000000635;00006350;0 +wg ;635100;"Bad-Ausstattung EDI ";000000635;00006351;0 +wg ;635110;"Haken, Leisten ";000000635;00006351;0 +wg ;635115;"Einzelteile ";000000635;00006351;0 +wg ;635120;"Serien ";000000635;00006351;0 +wg ;635125;"Wschetrockner ";000000635;00006351;0 +wg ;635199;"***Bad-Ausstattung ";000000635;00006351;0 +wg ;635200;"Bad-Zubehr EDI ";000000635;00006352;0 +wg ;635210;"Gstehandtuchkrbe, Kosmetikk ";000000635;00006352;0 +wg ;635215;"Wanneneinlagen ";000000635;00006352;0 +wg ;635220;"Duschvorhnge, Konfektionierte ";000000635;00006352;0 +wg ;635225;"Duschzubehr ";000000635;00006352;0 +wg ;635230;"Duschgestnge Zubehr ";000000635;00006352;0 +wg ;635235;"Duschkabinen,Trennwnde ";000000635;00006352;0 +wg ;635240;"Badezimmerspiegel ";000000635;00006352;0 +wg ;635299;"***Bad-Zubehr ";000000635;00006352;0 +wg ;635300;"WC-Sitze und WC -Brsten EDI ";000000635;00006353;0 +wg ;635310;"WC -Sitze ";000000635;00006353;0 +wg ;635315;"WC -Brsten u. WC -Brstengarn ";000000635;00006353;0 +wg ;635399;"***WC-Sitze und WC -Brsten ";000000635;00006353;0 +wg ;635400;"Bad-Einrichtung EDI ";000000635;00006354;0 +wg ;635410;"Badezimmerschrnke ";000000635;00006354;0 +wg ;635415;"Arzneischrnke ";000000635;00006354;0 +wg ;635420;"Spiegelschrnke ";000000635;00006354;0 +wg ;635425;"Personenwaagen ";000000635;00006354;0 +wg ;635430;"Abfall-Wschebehlter, Hocker ";000000635;00006354;0 +wg ;635435;"Badezimmermbel ";000000635;00006354;0 +wg ;635499;"***Bad-Einrichtung ";000000635;00006354;0 +wg ;635500;"Garnituren und Auslegeware EDI ";000000635;00006355;0 +wg ;635510;"Einzelteile ";000000635;00006355;0 +wg ;635515;"Garnituren und Teppiche ";000000635;00006355;0 +wg ;635520;"Auslegeware ";000000635;00006355;0 +wg ;635525;"Garnituren/Einzelteile ";000000635;00006355;0 +wg ;635599;"***Garnituren und Auslegeware ";000000635;00006355;0 +wg ;635600;"Bad-Mbel EDI ";000000635;00006356;0 +wg ;635610;"Waschbeckenunterschrnke ";000000635;00006356;0 +wg ;635615;"Bad-Einzelmbel ";000000635;00006356;0 +wg ;635620;"Bad-Anbauprogramme ";000000635;00006356;0 +wg ;635625;"Mehrzweckschrnke ";000000635;00006356;0 +wg ;635699;"***Bad-Mbel ";000000635;00006356;0 +wg ;636000;"Gartenmbel EDI ";000000636;00006360;0 +wg ;636010;"Gartensessel u. Bnke ";000000636;00006360;0 +wg ;636015;"Tische ";000000636;00006360;0 +wg ;636020;"Sitzgarnituren ";000000636;00006360;0 +wg ;636025;"Holzmbel, Korbmbel ";000000636;00006360;0 +wg ;636030;"Vollkunststoffmbel ";000000636;00006360;0 +wg ;636099;"***Gartenmbel ";000000636;00006360;0 +wg ;636100;"Textile Gartenartikel EDI ";000000636;00006361;0 +wg ;636110;"Sitzkissen ";000000636;00006361;0 +wg ;636115;"Kissengarnituren ";000000636;00006361;0 +wg ;636120;"Sonnenschirme ";000000636;00006361;0 +wg ;636125;"Schirmstnder u. Zubehr ";000000636;00006361;0 +wg ;636199;"***Textile Gartenartikel ";000000636;00006361;0 +wg ;636200;"Campingartikel EDI ";000000636;00006362;0 +wg ;636210;"Kinder Piccolo, Klappsessel Re ";000000636;00006362;0 +wg ;636215;"Khltaschen, Akkus, Khlboxen ";000000636;00006362;0 +wg ;636220;"Zelte, Zeltzubehr ";000000636;00006362;0 +wg ;636299;"***Campingartikel ";000000636;00006362;0 +wg ;636300;"Grill und Zubehr EDI ";000000636;00006363;0 +wg ;636310;"Grillgerte ";000000636;00006363;0 +wg ;636315;"Grillzubehr ";000000636;00006363;0 +wg ;636320;"Party Leuchten, Kerzen, Lichte ";000000636;00006363;0 +wg ;636399;"***Grill und Zubehr ";000000636;00006363;0 +wg ;636400;"Gartenbedarf EDI ";000000636;00006364;0 +wg ;636410;"Gartenfiguren, Blumenksten, G ";000000636;00006364;0 +wg ;636415;"Gartenkeramik ";000000636;00006364;0 +wg ;636420;"Bewsserungsartikel ";000000636;00006364;0 +wg ;636425;"Gartengerte, Wschespinnen ";000000636;00006364;0 +wg ;636430;"Rasenmher u. Zubehr ";000000636;00006364;0 +wg ;636499;"***Gartenbedarf ";000000636;00006364;0 +wg ;636500;"Smereien und Blumen EDI ";000000636;00006365;0 +wg ;636510;"Pflanztpfe, bertpfe, Grabva ";000000636;00006365;0 +wg ;636515;"Blumenerde, Dngemittel ";000000636;00006365;0 +wg ;636520;"Smereien, Blumenzwiebeln ";000000636;00006365;0 +wg ;636525;"Rosen, Strucher, Koniferen ";000000636;00006365;0 +wg ;636530;"Schnitt- u. Topfblumen, Kakte ";000000636;00006365;0 +wg ;636599;"***Smereien und Blumen ";000000636;00006365;0 +wg ;637000;"Garderoben - Ausstattung EDI ";000000637;00006370;0 +wg ;637010;"Garderobenhaken, Garderobenlei ";000000637;00006370;0 +wg ;637015;"Hutablagen, Garderobenwnde ";000000637;00006370;0 +wg ;637020;"Garderobensets ";000000637;00006370;0 +wg ;637025;"Telefonkonsolen ";000000637;00006370;0 +wg ;637030;"Garderobenstnder ";000000637;00006370;0 +wg ;637035;"Garderobenspiegel, Zierspiegel ";000000637;00006370;0 +wg ;637040;"Schirmstnder ";000000637;00006370;0 +wg ;637045;"Dielenschrnke, Schuhschrnke, ";000000637;00006370;0 +wg ;637099;"***Garderoben - Ausstattung ";000000637;00006370;0 +wg ;637100;"Kleinmbel, Interieur EDI ";000000637;00006371;0 +wg ;637110;"Blumenhocker, Blumenbnke, Blu ";000000637;00006371;0 +wg ;637115;"Servierwagen, Beistellwagen, M ";000000637;00006371;0 +wg ;637120;"Interieur ";000000637;00006371;0 +wg ;637125;"Phonombel, Fernsehmbel, Vide ";000000637;00006371;0 +wg ;637130;"Schreibtische ";000000637;00006371;0 +wg ;637135;"Standregale, Wandregale, Zinnr ";000000637;00006371;0 +wg ;637140;"Gehnge, Wandbretter, Garnitur ";000000637;00006371;0 +wg ;637145;"Sitz- u. Beistellmbel ";000000637;00006371;0 +wg ;637199;"***Kleinmbel, Interieur ";000000637;00006371;0 +wg ;637200;"Kleinmbel EDI ";000000637;00006372;0 +wg ;637210;"Barmbel ";000000637;00006372;0 +wg ;637215;"Rustikale Einzelmbel ";000000637;00006372;0 +wg ;637220;"Rustikale Bilder ";000000637;00006372;0 +wg ;637225;"Nubaum Einzelmbel ";000000637;00006372;0 +wg ;637299;"***Kleinmbel ";000000637;00006372;0 +wg ;637300;"Stahlrohrmbel EDI ";000000637;00006373;0 +wg ;637310;"Kchenhocker ";000000637;00006373;0 +wg ;637315;"Kchensthle, Mehrzwecksthle, ";000000637;00006373;0 +wg ;637320;"Kchentische ";000000637;00006373;0 +wg ;637325;"Essgruppen ";000000637;00006373;0 +wg ;637330;"Drehsthle ";000000637;00006373;0 +wg ;637335;"Stufenhocker ";000000637;00006373;0 +wg ;637340;"Plastikkleiderschrnke ";000000637;00006373;0 +wg ;637399;"***Stahlrohrmbel ";000000637;00006373;0 +wg ;637400;"Kchenmbel EDI ";000000637;00006374;0 +wg ;637410;"Putzschrnke, Mehrzweckschrnk ";000000637;00006374;0 +wg ;637415;"Kchenborde ";000000637;00006374;0 +wg ;637420;"Anbaukchen ";000000637;00006374;0 +wg ;637425;"Kchenbfetts ";000000637;00006374;0 +wg ;637430;"Einbaukchen, Kchenzeilen ";000000637;00006374;0 +wg ;637499;"***Kchenmbel ";000000637;00006374;0 +wg ;637500;"Speisezimmer EDI ";000000637;00006375;0 +wg ;637510;"Sthle ";000000637;00006375;0 +wg ;637515;"Eckbnke ";000000637;00006375;0 +wg ;637520;"Tische ";000000637;00006375;0 +wg ;637525;"Sitzgruppen ";000000637;00006375;0 +wg ;637530;"Sideboards ";000000637;00006375;0 +wg ;637535;"Vitrinen ";000000637;00006375;0 +wg ;637599;"***Speisezimmer ";000000637;00006375;0 +wg ;637600;"Wohnzimmer EDI ";000000637;00006376;0 +wg ;637610;"Wohnzimmerschrnke ";000000637;00006376;0 +wg ;637615;"Anbauwnde ";000000637;00006376;0 +wg ;637620;"Highboards ";000000637;00006376;0 +wg ;637625;"Couchtische ";000000637;00006376;0 +wg ;637699;"***Wohnzimmer ";000000637;00006376;0 +wg ;637700;"Polstermbel EDI ";000000637;00006377;0 +wg ;637710;"Einzelsessel ";000000637;00006377;0 +wg ;637715;"Fernsehsessel ";000000637;00006377;0 +wg ;637720;"Sessel ";000000637;00006377;0 +wg ;637725;"Couch ";000000637;00006377;0 +wg ;637730;"Polstergarnituren ";000000637;00006377;0 +wg ;637735;"Liegen, Schlafelemente ";000000637;00006377;0 +wg ;637740;"Franzsische Liegen u. -Betten ";000000637;00006377;0 +wg ;637799;"***Polstermbel ";000000637;00006377;0 +wg ;637800;"Kleinkorbwaren EDI ";000000637;00006378;0 +wg ;637810;"Brot-/Obstkrbe ";000000637;00006378;0 +wg ;637815;"Strohartikel ";000000637;00006378;0 +wg ;637820;"Tablett ";000000637;00006378;0 +wg ;637825;"Serien ";000000637;00006378;0 +wg ;637830;"Einkaufskrbe ";000000637;00006378;0 +wg ;637835;"Flora-/Erntekrbe ";000000637;00006378;0 +wg ;637899;"***Kleinkorbwaren ";000000637;00006378;0 +wg ;637900;"Korbwaren EDI ";000000637;00006379;0 +wg ;637910;"Korbwaren ";000000637;00006379;0 +wg ;637915;"Kinderkrbe ";000000637;00006379;0 +wg ;637920;"Nhprogramm ";000000637;00006379;0 +wg ;637925;"Papierkrbe, Regale ";000000637;00006379;0 +wg ;637930;"Wschekrbe ";000000637;00006379;0 +wg ;637935;"Wschetruhen ";000000637;00006379;0 +wg ;637940;"Rattan-Regale, Flechtregale ";000000637;00006379;0 +wg ;637945;"Sessel, Sitzmbel ";000000637;00006379;0 +wg ;637950;"Tierkrbe ";000000637;00006379;0 +wg ;637999;"***Korbwaren ";000000637;00006379;0 +wg ;638000;"Jugendzimmer EDI ";000000638;00006380;0 +wg ;638010;"Jugendzimmer ";000000638;00006380;0 +wg ;638099;"***Jugendzimmer ";000000638;00006380;0 +wg ;638100;"Schlafzimmer EDI ";000000638;00006381;0 +wg ;638110;"Schlafzimmer ";000000638;00006381;0 +wg ;638199;"***Schlafzimmer ";000000638;00006381;0 +wg ;638200;"Matratzen EDI ";000000638;00006382;0 +wg ;638210;"Matratzen ";000000638;00006382;0 +wg ;638299;"***Matratzen ";000000638;00006382;0 +wg ;640000;"LCD-Spiele EDI ";000000640;00006400;0 +wg ;640010;"Handhold ";000000640;00006400;0 +wg ;640015;"Table-Game ";000000640;00006400;0 +wg ;640020;"LCD mit Software ";000000640;00006400;0 +wg ;640025;"LCD - Software ";000000640;00006400;0 +wg ;640030;"LCD - Spiele Zubehr ";000000640;00006400;0 +wg ;640099;"***LCD-Spiele ";000000640;00006400;0 +wg ;640100;"Audio-Video-Spiele EDI ";000000640;00006401;0 +wg ;640110;"Video - Spiele Hardware ";000000640;00006401;0 +wg ;640115;"Video - Spiele Software ";000000640;00006401;0 +wg ;640120;"Video - Spiele Zubehr ";000000640;00006401;0 +wg ;640199;"***Video-Spiele ";000000640;00006401;0 +wg ;640200;"Spiel- und Lerncomputer EDI ";000000640;00006402;0 +wg ;640210;"Spielcomputer ";000000640;00006402;0 +wg ;640215;"Lerncomputer ";000000640;00006402;0 +wg ;640220;"Spiel-/ Lerncomputer Zubehr ";000000640;00006402;0 +wg ;640230;"Fernlenk- Funkfahrzeuge ";000000640;00006402;0 +wg ;640299;"***Spiel- und Lerncomputer ";000000640;00006402;0 +wg ;640300;"Elektronische Musikartikel EDI ";000000640;00006403;0 +wg ;640310;"Elektronische Musikinstrumente ";000000640;00006403;0 +wg ;640315;"Elektronische Musikgerte ";000000640;00006403;0 +wg ;640320;"Elektronische Musikartikel Zub ";000000640;00006403;0 +wg ;640399;"***Elektronische Musikartikel ";000000640;00006403;0 +wg ;641000;"Puppen und Zubehr EDI ";000000641;00006410;0 +wg ;641010;"Kleinpuppen, Babys Nackt, Gekl ";000000641;00006410;0 +wg ;641015;"Puppen Gekleidet ";000000641;00006410;0 +wg ;641020;"Funktionspuppen ";000000641;00006410;0 +wg ;641025;"Trachten-, Teenager-, Tanzpupp ";000000641;00006410;0 +wg ;641030;"Puppenkleider, Schuhe etc. ";000000641;00006410;0 +wg ;641035;"Toiletten-, Doktor- u. Schwes ";000000641;00006410;0 +wg ;641040;"Marken-Programm (Z.B.Mattel,Sc ";000000641;00006410;0 +wg ;641099;"***Puppen und Zubehr ";000000641;00006410;0 +wg ;641100;"Plsch-Spielwaren EDI ";000000641;00006411;0 +wg ;641110;"Plschtiere, Schlaf- und Kusch ";000000641;00006411;0 +wg ;641115;"Plschartikel m. Werk ";000000641;00006411;0 +wg ;641120;"Reit- ,Fahr- u. Schaukeltiere ";000000641;00006411;0 +wg ;641125;"Marken-Programm (z.B.Steiff,He ";000000641;00006411;0 +wg ;641199;"***Plsch-Spielwaren ";000000641;00006411;0 +wg ;641200;"Holz-Spielwaren EDI ";000000641;00006412;0 +wg ;641201;"Kunststoffspielwaren ";000000641;00006412;0 +wg ;641210;"Bauernhfe, Hof-, Haus- u. Wil ";000000641;00006412;0 +wg ;641215;"Markenprogramm ";000000641;00006412;0 +wg ;641220;"Zieh- u. Fahrartikel ";000000641;00006412;0 +wg ;641225;"Bauksten u. Pyramiden ";000000641;00006412;0 +wg ;641230;"Kindermbel, Kinderwagen etc. ";000000641;00006412;0 +wg ;641235;"Huser, Burgen, Forts u. Figur ";000000641;00006412;0 +wg ;641240;"Kasperle-Theater u. Figuren ";000000641;00006412;0 +wg ;641245;"Puppenhuser Puppenmbel Lampe ";000000641;00006412;0 +wg ;641250;"Kaufladen u. Kaufladenzubehr ";000000641;00006412;0 +wg ;641299;"***Holz-Spielwaren ";000000641;00006412;0 +wg ;641300;"Mechanische Spielwaren EDI ";000000641;00006413;0 +wg ;641310;"Tankstellen, Garagen Zubehr ";000000641;00006413;0 +wg ;641315;"Fahrzeuge Plastik, Holz, Sprit ";000000641;00006413;0 +wg ;641320;"Fahrzeuge m. Batterie, Funk u. ";000000641;00006413;0 +wg ;641325;"Motorrder, Flugzeuge, Militr ";000000641;00006413;0 +wg ;641330;"Bahnen, Uhrwerk, Gelnde- u. A ";000000641;00006413;0 +wg ;641335;"Aufziehartikel u. Zubehr ";000000641;00006413;0 +wg ;641340;"Playartikel ";000000641;00006413;0 +wg ;641345;"Marken-Programm (Z.8.Lego,Matc ";000000641;00006413;0 +wg ;641399;"***Mechanische Spielwaren ";000000641;00006413;0 +wg ;641400;"Diverse Spielwaren EDI ";000000641;00006414;0 +wg ;641410;"Indianer-, Cowboyartikel u. Zu ";000000641;00006414;0 +wg ;641415;"Filmgerte u. Zubehr ";000000641;00006414;0 +wg ;641420;"Putz-, Back- u. Kochgarnituren ";000000641;00006414;0 +wg ;641425;"Musikspielwaren, Telefon u. An ";000000641;00006414;0 +wg ;641430;"Geburtstags- u. Partyartikel, ";000000641;00006414;0 +wg ;641435;"Kleinspielwaren, Zugabeartikel ";000000641;00006414;0 +wg ;641440;"Werkzeug- u. Laubsgeartikel u ";000000641;00006414;0 +wg ;641445;"Markenprogramm (Z.B.Gaf) ";000000641;00006414;0 +wg ;641499;"***Diverse Spielwaren ";000000641;00006414;0 +wg ;641500;"Spiele EDI ";000000641;00006415;0 +wg ;641510;"Unterhaltungs-, Beschftigungs ";000000641;00006415;0 +wg ;641515;"Lern- u. Bastelspiele ";000000641;00006415;0 +wg ;641520;"Puzzlespiele, Fuball, Flipper ";000000641;00006415;0 +wg ;641525;"Modellbau ";000000641;00006415;0 +wg ;641530;"Quartette, Bilder- u. Malbche ";000000641;00006415;0 +wg ;641535;"Hobby-Artikel ";000000641;00006415;0 +wg ;641540;"Marken-Progr. (Ravensburger M. ";000000641;00006415;0 +wg ;641545;"FS-Spiele ";000000641;00006415;0 +wg ;641599;"***Spiele ";000000641;00006415;0 +wg ;641600;"Saison-Artikel EDI ";000000641;00006416;0 +wg ;641610;"Sommerspielwaren ";000000641;00006416;0 +wg ;641615;"Schwimmartikel ";000000641;00006416;0 +wg ;641699;"***Saison-Artikel ";000000641;00006416;0 +wg ;641700;"Gro-Spielwaren EDI ";000000641;00006417;0 +wg ;641710;"Traktoren ";000000641;00006417;0 +wg ;641715;"Drei- u. Zweirder ";000000641;00006417;0 +wg ;641720;"Autos, Kettcars ";000000641;00006417;0 +wg ;641725;"Kindermbel ";000000641;00006417;0 +wg ;641799;"***Gro-Spielwaren ";000000641;00006417;0 +wg ;641800;"Kostm-Artikel EDI ";000000641;00006418;0 +wg ;641810;"Masken ";000000641;00006418;0 +wg ;641815;"Percken ";000000641;00006418;0 +wg ;641820;"Hte ";000000641;00006418;0 +wg ;641825;"Pistolen ";000000641;00006418;0 +wg ;641830;"Kostm-Zubehr ";000000641;00006418;0 +wg ;641835;"Schminke/Schmuck ";000000641;00006418;0 +wg ;641840;"Dekoartikel/Scherzartikel ";000000641;00006418;0 +wg ;641845;"Kostme/Ringelware ";000000641;00006418;0 +wg ;641899;"***Kostm-Artikel ";000000641;00006418;0 +wg ;641900;"Saison-Artikel EDI ";000000641;00006419;0 +wg ;641910;"Weihnachtsdekoartikel ";000000641;00006419;0 +wg ;641915;"Osterspielwaren ";000000641;00006419;0 +wg ;641999;"***Saison-Artikel ";000000641;00006419;0 +wg ;642000;"Lern- und Zeichenmittel EDI ";000000642;00006420;0 +wg ;642010;"Hefte, Kladden u. Ringbucheinl ";000000642;00006420;0 +wg ;642015;"Mal- u. Zeichenblcke ";000000642;00006420;0 +wg ;642020;"Plastikartikel ";000000642;00006420;0 +wg ;642025;"Schulanfangsartikel ";000000642;00006420;0 +wg ;642030;"Schleretuis ";000000642;00006420;0 +wg ;642099;"***Lern- und Zeichenmittel ";000000642;00006420;0 +wg ;642100;"Mal- und Zeichenbedarf, Schrei ";000000642;00006421;0 +wg ;642110;"Bastelartikel ";000000642;00006421;0 +wg ;642115;"Bleistifte, Anspitzer, Radierg ";000000642;00006421;0 +wg ;642120;"Farb- u. Fasermalstifte, Wachs ";000000642;00006421;0 +wg ;642125;"Farben u. Pinsel ";000000642;00006421;0 +wg ;642130;"Zirkelgarnituren u. Schulzeic ";000000642;00006421;0 +wg ;642135;"Schreibgerte u. Zubehr ";000000642;00006421;0 +wg ;642140;"Mal- u. Zeichenbedarf ";000000642;00006421;0 +wg ;642145;"Technische Zeichengerte ";000000642;00006421;0 +wg ;642199;"***Mal- und Zeichenbedarf, Sc ";000000642;00006421;0 +wg ;642200;"Briefpapier und Briefpapieraus ";000000642;00006422;0 +wg ;642210;"Umschlge u. Blcke ";000000642;00006422;0 +wg ;642215;"Briefpapierpackungen ";000000642;00006422;0 +wg ;642220;"Glckwunschkarten ";000000642;00006422;0 +wg ;642225;"Geschenkpapier u. Bnder ";000000642;00006422;0 +wg ;642230;"Schreibmappen, Dokumentenmappe ";000000642;00006422;0 +wg ;642240;"Eisenbahn ";000000642;00006422;0 +wg ;642299;"***Briefpapier und Briefpapie ";000000642;00006422;0 +wg ;642300;"Broartikel EDI ";000000642;00006423;0 +wg ;642310;"Registraturartikel ";000000642;00006423;0 +wg ;642315;"Papierwaren ";000000642;00006423;0 +wg ;642320;"Telefonregister, Schreibtisch- ";000000642;00006423;0 +wg ;642325;"Sonstige Broartikel ";000000642;00006423;0 +wg ;642330;"Klebstoff u. Bnder ";000000642;00006423;0 +wg ;642399;"***Broartikel ";000000642;00006423;0 +wg ;642400;"Haushaltartikel EDI ";000000642;00006424;0 +wg ;642410;"Verpackungsmaterial ";000000642;00006424;0 +wg ;642415;"Haushaltpapier ";000000642;00006424;0 +wg ;642420;"Folien u. Beutel ";000000642;00006424;0 +wg ;642425;"Party-Artikel ";000000642;00006424;0 +wg ;642430;"Hygiene-Papiere u. Servietten ";000000642;00006424;0 +wg ;642499;"***Haushaltartikel ";000000642;00006424;0 +wg ;642500;"Spielkarten, Briefmarken, Brie ";000000642;00006425;0 +wg ;642510;"Spielkarten ";000000642;00006425;0 +wg ;642515;"Briefmarken, Mnzen u. Zubehr ";000000642;00006425;0 +wg ;642520;"Alben u. Tagebcher ";000000642;00006425;0 +wg ;642525;"Fancy Artikel ";000000642;00006425;0 +wg ;642530;"Trend Serien ";000000642;00006425;0 +wg ;642599;"***Spielkarten, Briefmarken, ";000000642;00006425;0 +wg ;642600;"Weihnachtsartikel EDI ";000000642;00006426;0 +wg ;642610;"Christbaumstnder ";000000642;00006426;0 +wg ;642615;"Holzfiguren ";000000642;00006426;0 +wg ;642620;"Christbaumschmuck ";000000642;00006426;0 +wg ;642625;"Weihnachts-Dekorations-Artikel ";000000642;00006426;0 +wg ;642630;"Nikolaus-/Adventzubehr ";000000642;00006426;0 +wg ;642635;"Gebckdosen ";000000642;00006426;0 +wg ;642640;"Krippen u. Zubehr ";000000642;00006426;0 +wg ;642645;"Krippenfiguren u. Zubehr ";000000642;00006426;0 +wg ;642650;"Knstliche Tannenbume ";000000642;00006426;0 +wg ;642699;"***Weihnachtsartikel ";000000642;00006426;0 +wg ;642700;"Osterartikel EDI ";000000642;00006427;0 +wg ;642710;"Vinyl-Figuren Deko-Figuren ";000000642;00006427;0 +wg ;642715;"Friktions- u. Aufziehartikel ";000000642;00006427;0 +wg ;642720;"Plschtiere ";000000642;00006427;0 +wg ;642725;"Ostergras, Nester, Krbchen ";000000642;00006427;0 +wg ;642730;"Dekorations-u. Behangartikel ";000000642;00006427;0 +wg ;642735;"Malbcher u. Osterbilder ";000000642;00006427;0 +wg ;642740;"Eierfarben u. Etiketten ";000000642;00006427;0 +wg ;642799;"***Osterartikel ";000000642;00006427;0 +wg ;642800;"Computer und Zubehr EDI ";000000642;00006428;0 +wg ;642810;"Computer ";000000642;00006428;0 +wg ;642815;"Peripherie-Gerte ";000000642;00006428;0 +wg ;642820;"Software ";000000642;00006428;0 +wg ;642825;"PC-Zubehr ";000000642;00006428;0 +wg ;642830;"Literatur ";000000642;00006428;0 +wg ;642835;"Elektronische Orgeln ";000000642;00006428;0 +wg ;642899;"***Computer und Zubehr ";000000642;00006428;0 +wg ;642900;"Broelektronik EDI ";000000642;00006429;0 +wg ;642910;"Elektronenrechner und Zubehr ";000000642;00006429;0 +wg ;642915;"Schreibmaschinen und Zubehr ";000000642;00006429;0 +wg ;642920;"Diktiergerte ";000000642;00006429;0 +wg ;642925;"Telefonapparate ";000000642;00006429;0 +wg ;642930;"Telefon-Computer ";000000642;00006429;0 +wg ;642935;"Anrufbeantworter, Telefonverst ";000000642;00006429;0 +wg ;642940;"Telekom, Fax ";000000642;00006429;0 +wg ;642999;"***Broelektronik ";000000642;00006429;0 +wg ;643000;"Material EDI ";000000643;00006430;0 +wg ;643010;"Bnder ";000000643;00006430;0 +wg ;643015;"Schmuck ";000000643;00006430;0 +wg ;643020;"Kunstblumen ";000000643;00006430;0 +wg ;643025;"Kleinteile ";000000643;00006430;0 +wg ;643030;"Farben ";000000643;00006430;0 +wg ;643099;"***Material ";000000643;00006430;0 +wg ;643100;"Bastel-Zubehr EDI ";000000643;00006431;0 +wg ;643110;"Klebstoff ";000000643;00006431;0 +wg ;643115;"Bastelbcher ";000000643;00006431;0 +wg ;643199;"***Zubehr ";000000643;00006431;0 +wg ;650000;"Krperpflege EDI ";000000650;00006500;0 +wg ;650010;"Seifen, Badeartikel ";000000650;00006500;0 +wg ;650015;"Mundpflege ";000000650;00006500;0 +wg ;650020;"Kinderpflege ";000000650;00006500;0 +wg ;650025;"Gesichts- und Krperpflege ";000000650;00006500;0 +wg ;650030;"Nagelkosmetik, Kosmetikpinsel ";000000650;00006500;0 +wg ;650035;"Deodorants ";000000650;00006500;0 +wg ;650040;"Rasierartikel, Herrenserien ";000000650;00006500;0 +wg ;650045;"Stahlwaren ";000000650;00006500;0 +wg ;650050;"Parfm Zerstuber, Dfte (Seri ";000000650;00006500;0 +wg ;650099;"***Krperpflege ";000000650;00006500;0 +wg ;650100;"Kosmetik-Depots EDI ";000000650;00006501;0 +wg ;650110;"4711 ";000000650;00006501;0 +wg ;650115;"Murer und Wirtz ";000000650;00006501;0 +wg ;650120;"Jade ";000000650;00006501;0 +wg ;650125;"Coty,Ipd,Chicogo ";000000650;00006501;0 +wg ;650130;"Scs Betrix,Oil of Olaz ";000000650;00006501;0 +wg ;650135;"Biodroga ";000000650;00006501;0 +wg ;650140;"Sans Soucis ";000000650;00006501;0 +wg ;650145;"Manhattan ";000000650;00006501;0 +wg ;650150;"LOreal Dfte ";000000650;00006501;0 +wg ;650155;"Nivea Dekorative Kosmetik ";000000650;00006501;0 +wg ;650160;"Kirchberger ";000000650;00006501;0 +wg ;650161;"Aramis ";000000650;00006501;0 +wg ;650162;"Este Lauder ";000000650;00006501;0 +wg ;650163;"Beaut Prestige International ";000000650;00006501;0 +wg ;650164;"Chanel ";000000650;00006501;0 +wg ;650165;"Monteil ";000000650;00006501;0 +wg ;650166;"Lancaster Fragrance ";000000650;00006501;0 +wg ;650167;"P&G Prestige Beaut ";000000650;00006501;0 +wg ;650168;"Parfumes et Beaut ";000000650;00006501;0 +wg ;650169;"Parfume Distribution Hamburg ";000000650;00006501;0 +wg ;650170;"Aldo Valdini ";000000650;00006501;0 +wg ;650171;"Unilever ";000000650;00006501;0 +wg ;650172;"Biotherm ";000000650;00006501;0 +wg ;650173;"Lancome ";000000650;00006501;0 +wg ;650174;"Lancaster Pflege-Division ";000000650;00006501;0 +wg ;650175;"Art Deco ";000000650;00006501;0 +wg ;650176;"Shiseido ";000000650;00006501;0 +wg ;650177;"Jeanne Piaubert ";000000650;00006501;0 +wg ;650180;"Cosmopolitan ";000000650;00006501;0 +wg ;650181;"Burberry ";000000650;00006501;0 +wg ;650182;"Lacroix ";000000650;00006501;0 +wg ;650183;"Bvlgari ";000000650;00006501;0 +wg ;650185;"Nobilis ";000000650;00006501;0 +wg ;650186;"I.P.D. ";000000650;00006501;0 +wg ;650187;"Dr. Hauschka ";000000650;00006501;0 +wg ;650188;"Tol ";000000650;00006501;0 +wg ;650189;"Avalon ";000000650;00006501;0 +wg ;650190;"Juvena ";000000650;00006501;0 +wg ;650191;"Weka ";000000650;00006501;0 +wg ;650192;"Crabtree ";000000650;00006501;0 +wg ;650193;"LOccitane ";000000650;00006501;0 +wg ;650195;"Versace ";000000650;00006501;0 +wg ;650196;"Fendis ";000000650;00006501;0 +wg ;650197;"Comodynes ";000000650;00006501;0 +wg ;650199;"***Kosmetik-Depots ";000000650;00006501;0 +wg ;650200;"Haarpflege EDI ";000000650;00006502;0 +wg ;650210;"Haarfarben-/Tnungen ";000000650;00006502;0 +wg ;650215;"Haarkosmetik ";000000650;00006502;0 +wg ;650220;"Haarsprey ";000000650;00006502;0 +wg ;650225;"Shampoo ";000000650;00006502;0 +wg ;650230;"Haarwasser ";000000650;00006502;0 +wg ;650235;"Festiger ";000000650;00006502;0 +wg ;650240;"Stylingprodukte, Dauerwellen ";000000650;00006502;0 +wg ;650299;"***Haarpflege ";000000650;00006502;0 +wg ;650300;"Kmme und Haarschmuck EDI ";000000650;00006503;0 +wg ;650310;"Kmme ";000000650;00006503;0 +wg ;650315;"Haarschmuck ";000000650;00006503;0 +wg ;650320;"Lockenwickler, Lockenwicklerzu ";000000650;00006503;0 +wg ;650325;"Haarnetze ";000000650;00006503;0 +wg ;650330;"Haarschmuck ";000000650;00006503;0 +wg ;650335;"Haarbrsten ";000000650;00006503;0 +wg ;650340;"Duschhauben + Frisierumhnge, ";000000650;00006503;0 +wg ;650345;"Frisurhauben ";000000650;00006503;0 +wg ;650399;"***Kmme und Haarschmuck ";000000650;00006503;0 +wg ;650400;"Hygiene-Artikel EDI ";000000650;00006504;0 +wg ;650410;"Damenbinden, Watte ";000000650;00006504;0 +wg ;650415;"Monatshschen ";000000650;00006504;0 +wg ;650420;"Intimpflege ";000000650;00006504;0 +wg ;650425;"Taschentcher, Kosmetiktcher ";000000650;00006504;0 +wg ;650430;"Pflaster + Mullbinden ";000000650;00006504;0 +wg ;650499;"***Hygiene-Artikel ";000000650;00006504;0 +wg ;650500;"Drogerie-Artikel EDI ";000000650;00006505;0 +wg ;650510;"Artikel fr Diabetiker ";000000650;00006505;0 +wg ;650515;"Gesundheitsartikel, Arzneimitt ";000000650;00006505;0 +wg ;650520;"Dit-, Schon- u. Schlankheits ";000000650;00006505;0 +wg ;650525;"Gesundheitsartikel, Arzneimitt ";000000650;00006505;0 +wg ;650530;"Tonikas, Elexiere ";000000650;00006505;0 +wg ;650535;"Baby-Artikel ";000000650;00006505;0 +wg ;650540;"Kinder- u. Suglingsnahrung ";000000650;00006505;0 +wg ;650545;"Med. Bder, Hautfunktions- u. ";000000650;00006505;0 +wg ;650550;"Vollwertkost ";000000650;00006505;0 +wg ;650599;"***Drogerie-Artikel ";000000650;00006505;0 +wg ;650600;"Saisonartikel und Reiseartikel ";000000650;00006506;0 +wg ;650610;"Bade-und Fitness-Sandalen ";000000650;00006506;0 +wg ;650615;"Sonnenschutzmittel ";000000650;00006506;0 +wg ;650620;"Sonnenbrillen ";000000650;00006506;0 +wg ;650625;"Kulturtaschen ";000000650;00006506;0 +wg ;650630;"Kosmetikkoffer ";000000650;00006506;0 +wg ;650635;"Toilettenartikel (Serien) Spie ";000000650;00006506;0 +wg ;650640;"Wrmflaschen ";000000650;00006506;0 +wg ;650699;"***Saisonartikel und Reiseart ";000000650;00006506;0 +wg ;650700;"Kerzen EDI ";000000650;00006507;0 +wg ;650710;"Spitzkerzen, Teelichte, Kerzen ";000000650;00006507;0 +wg ;650715;"Stumpenkerzen, glatt ";000000650;00006507;0 +wg ;650720;"Kerzen-Direktgeschft ";000000650;00006507;0 +wg ;650725;"Zierkerzen ";000000650;00006507;0 +wg ;650730;"Advents- u. Weihnachtskerzen ";000000650;00006507;0 +wg ;650735;"Grablichter u. Lampen ";000000650;00006507;0 +wg ;650740;"Kerzenhalter ";000000650;00006507;0 +wg ;650745;"Figrliche Kerzen, Ostereier, ";000000650;00006507;0 +wg ;650799;"***Kerzen ";000000650;00006507;0 +wg ;651000;"Ohrschmuck EDI ";000000651;00006510;0 +wg ;651010;"Ohrschmuck Gold 8 Karat ";000000651;00006510;0 +wg ;651015;"Ohrschmuck Gold 14 Karat ";000000651;00006510;0 +wg ;651020;"Ohrschmuck Gold 18 Karat ";000000651;00006510;0 +wg ;651025;"Ohrschmuck Platin ";000000651;00006510;0 +wg ;651030;"Ohrschmuck Silber ";000000651;00006510;0 +wg ;651035;"Ohrschmuck Modeschmuck ";000000651;00006510;0 +wg ;651040;"Ohrschmuck Stahl ";000000651;00006510;0 +wg ;651045;"Ohrschmuck Perle ";000000651;00006510;0 +wg ;651099;"***Ohrschmuck ";000000651;00006510;0 +wg ;651100;"Ringe EDI ";000000651;00006511;0 +wg ;651110;"Ringe Gold 8 Karat ";000000651;00006511;0 +wg ;651115;"Ringe Gold 14 Karat ";000000651;00006511;0 +wg ;651120;"Ringe Gold 18 Karat ";000000651;00006511;0 +wg ;651125;"Ringe Gold Platin ";000000651;00006511;0 +wg ;651130;"Ringe Gold Silber ";000000651;00006511;0 +wg ;651135;"Ringe Gold Modeschmuck ";000000651;00006511;0 +wg ;651140;"Ringe Stahl ";000000651;00006511;0 +wg ;651145;"Ringe Perle ";000000651;00006510;0 +wg ;651199;"***Ringe ";000000651;00006511;0 +wg ;651200;"Ketten / Colliers EDI ";000000651;00006512;0 +wg ;651210;"Ketten/Colliers Gold 8 Karat ";000000651;00006512;0 +wg ;651215;"Ketten/Colliers Gold 14 Karat ";000000651;00006512;0 +wg ;651220;"Ketten/Colliers Gold 18 Karat ";000000651;00006512;0 +wg ;651225;"Ketten/Colliers Platin ";000000651;00006512;0 +wg ;651230;"Ketten/Colliers Perle ";000000651;00006512;0 +wg ;651235;"Ketten/Colliers Silber ";000000651;00006512;0 +wg ;651240;"Ketten/Colliers Modeschmuck ";000000651;00006512;0 +wg ;651245;"Ketten / Colliers ";000000651;00006512;0 +wg ;651299;"***Ketten / Colliers ";000000651;00006512;0 +wg ;651300;"Armbnder EDI ";000000651;00006513;0 +wg ;651310;"Armbnder Gold 8 Karat ";000000651;00006513;0 +wg ;651315;"Armbnder Gold 14 Karat ";000000651;00006513;0 +wg ;651320;"Armbnder Gold 18 Karat ";000000651;00006513;0 +wg ;651325;"Armbnder Platin ";000000651;00006513;0 +wg ;651330;"Armbnder Perle ";000000651;00006513;0 +wg ;651335;"Armbnder Silber ";000000651;00006513;0 +wg ;651340;"Armbnder Modeschmuck ";000000651;00006513;0 +wg ;651345;"Armbnder Stahl ";000000651;00006513;0 +wg ;651399;"***Armbnder ";000000651;00006513;0 +wg ;651400;"Broschen und Nadeln EDI ";000000651;00006514;0 +wg ;651410;"Broschen und Nadeln Gold 8 Kar ";000000651;00006514;0 +wg ;651415;"Broschen und Nadeln Gold 14 Ka ";000000651;00006514;0 +wg ;651420;"Broschen und Nadeln Gold 18 Ka ";000000651;00006514;0 +wg ;651425;"Broschen und Nadeln Platin ";000000651;00006514;0 +wg ;651430;"Broschen und Nadeln Silber ";000000651;00006514;0 +wg ;651435;"Broschen und Nadeln Modeschmuc ";000000651;00006514;0 +wg ;651440;"Broschen / Nadeln Stahl ";000000651;00006514;0 +wg ;651499;"***Broschen und Nadeln ";000000651;00006514;0 +wg ;651500;"Anhnger EDI ";000000651;00006515;0 +wg ;651510;"Anhnger Gold 8 Karat ";000000651;00006515;0 +wg ;651515;"Anhnger Gold 14 Karat ";000000651;00006515;0 +wg ;651520;"Anhnger Gold 18 Karat ";000000651;00006515;0 +wg ;651525;"Anhnger Platin ";000000651;00006515;0 +wg ;651530;"Anhnger Perle ";000000651;00006515;0 +wg ;651535;"Anhnger Silber ";000000651;00006515;0 +wg ;651540;"Anhnger Modeschmuck ";000000651;00006515;0 +wg ;651545;"Anhnger Stahl ";000000651;00006515;0 +wg ;651551;"Charms Gold ";000000651;00006515;0 +wg ;651552;"Charms Platin ";000000651;00006515;0 +wg ;651553;"Charms Perle ";000000651;00006515;0 +wg ;651554;"Charms Silber ";000000651;00006515;0 +wg ;651555;"Charms Stahl ";000000651;00006515;0 +wg ;651556;"Charms Modeschmuck ";000000651;00006515;0 +wg ;651599;"***Anhnger ";000000651;00006515;0 +wg ;651600;"Manschettenknpfe / Krawattens ";000000651;00006516;0 +wg ;651610;"Mansch.Knpfe/Kraw. Schieber G ";000000651;00006516;0 +wg ;651615;"Mansch.Knpfe/Kraw.Schieber Go ";000000651;00006516;0 +wg ;651620;"Mansch.Knpfe/Kraw.Schieber Go ";000000651;00006516;0 +wg ;651625;"Mansch.Knpfe/Kraw.Schieber Pl ";000000651;00006516;0 +wg ;651630;"Mansch.Knpfe/Kraw.Schieber Si ";000000651;00006516;0 +wg ;651635;"Mansch.Knpfe/Kraw.Schieber Mo ";000000651;00006516;0 +wg ;651699;"***Manschettenknpfe / Krawat ";000000651;00006516;0 +wg ;652000;"Uhren, Wecker EDI ";000000652;00006520;0 +wg ;652010;"Armbanduhren ";000000652;00006520;0 +wg ;652011;"H-Armbanduhren ";000000652;00006520;0 +wg ;652012;"D-Armbanduhren ";000000652;00006520;0 +wg ;652013;"K-Armbanduhren ";000000652;00006520;0 +wg ;652014;"Unisex-Armbanduhren ";000000652;00006520;0 +wg ;652015;"Wecker ";000000652;00006520;0 +wg ;652020;"Uhrenradio ";000000652;00006520;0 +wg ;652025;"Wanduhren ";000000652;00006520;0 +wg ;652030;"Thermometer ";000000652;00006520;0 +wg ;652035;"Taschenuhren ";000000652;00006520;0 +wg ;652099;"***Uhren, Wecker ";000000652;00006520;0 +wg ;652100;"Uhren-Zubehr EDI ";000000652;00006521;0 +wg ;652110;"Uhrenarmbnder ";000000652;00006521;0 +wg ;652115;"Batterien ";000000652;00006521;0 +wg ;652120;"Ketten ";000000652;00006521;0 +wg ;652125;"Kleinteile ";000000652;00006521;0 +wg ;652199;"***Zubehr ";000000652;00006521;0 +wg ;652200;"Dienstleistungen EDI ";000000652;00006522;0 +wg ;652210;"Reparaturen ";000000652;00006522;0 +wg ;652299;"***Dienstleistungen ";000000652;00006522;0 +wg ;660000;"Raucherbedarf EDI ";000000660;00006600;0 +wg ;660010;"Feuerzeuge ";000000660;00006600;0 +wg ;660015;"Feuerzeugzubehr ";000000660;00006600;0 +wg ;660099;"***Raucherbedarf ";000000660;00006600;0 +wg ;660100;"Pfeifen EDI ";000000660;00006601;0 +wg ;660110;"Pfeifen ";000000660;00006601;0 +wg ;660115;"Pfeifenzubehr ";000000660;00006601;0 +wg ;660199;"***Pfeifen ";000000660;00006601;0 +wg ;660200;"Tabakwaren EDI ";000000660;00006602;0 +wg ;660210;"Zigaretten ";000000660;00006602;0 +wg ;660215;"Zigarillos ";000000660;00006602;0 +wg ;660220;"Zigarren ";000000660;00006602;0 +wg ;660299;"***Tabakwaren ";000000660;00006602;0 +wg ;660300;"Lotto/Toto EDI ";000000660;00006603;0 +wg ;660310;"Lotto ";000000660;00006603;0 +wg ;660315;"Spiel 77 ";000000660;00006603;0 +wg ;660320;"Toto ";000000660;00006603;0 +wg ;660399;"***Lotto/Toto ";000000660;00006603;0 +wg ;660400;"Zeitungen/Zeitschriften EDI ";000000660;00006604;1 +wg ;660410;"Zeitungen ";000000660;00006604;1 +wg ;660415;"Wirtschaft ";000000660;00006604;1 +wg ;660420;"Computer ";000000660;00006604;1 +wg ;660425;"Frauen ";000000660;00006604;1 +wg ;660430;"Auto/Motor ";000000660;00006604;1 +wg ;660435;"Kinder ";000000660;00006604;1 +wg ;660440;"Hobby ";000000660;00006604;1 +wg ;660499;"***Zeitungen/Zeitschriften ";000000660;00006604;1 +wg ;660500;"Reisebro EDI ";000000660;00006605;0 +wg ;660510;"Reisebro ";000000660;00006605;0 +wg ;660599;"***Reisebro ";000000660;00006605;0 +wg ;670000;"Restaurant EDI ";000000670;00006700;0 +wg ;670010;"Restaurant ";000000670;00006700;0 +wg ;670099;"***Restaurant ";000000670;00006700;0 +wg ;671000;"Dienstleistungen EDI ";000000671;00006710;0 +wg ;671010;"Dienstleistungen ";000000671;00006710;0 +wg ;671015;"Dienstleistungen-2 ";000000671;00006710;0 +wg ;671020;"Dienstleistungen-3 ";000000671;00006710;0 +wg ;671025;"Dienstleistungen-4 ";000000671;00006710;0 +wg ;671030;"Dienstleistungen-5 ";000000671;00006710;0 +wg ;671099;"***Dienstleistungen ";000000671;00006710;0 +wg ;690000;"Aktionsware HW EDI ";000000690;00006900;0 +wg ;690010;"Aktionsware HW1 ";000000690;00006900;0 +wg ;690015;"Aktionsware HW2 ";000000690;00006900;0 +wg ;690020;"Aktionsware HW3 ";000000690;00006900;0 +wg ;690099;"***Aktionsware HW ";000000690;00006900;0 +wg ;699900;"Bonus EDI ";000000699;00006999;0 +wg ;699901;"Bonus ";000000699;00006999;0 +wg ;699999;"***Bonus ";000000699;00006999;0 +wg ;701000;"H-Schuhe ";000000701;00007010;0 +wg ;701110;"orth. Schuh ";000000701;00007010;0 +wg ;701113;"orth. Schnrhalbschuh ";000000701;00007010;0 +wg ;701114;"orth. Slipper ";000000701;00007010;0 +wg ;701115;"orth. Stiefel Kaltfutter ";000000701;00007010;0 +wg ;701116;"orth. Stiefel-Warmfutter ";000000701;00007010;0 +wg ;701117;"orth. Pantoletten ";000000701;00007010;0 +wg ;701118;"orth. Sandaletten ";000000701;00007010;0 +wg ;701119;"orth. Sling ";000000701;00007010;0 +wg ;701130;"H-Schnrhalbschuh ";000000701;00007013;0 +wg ;701132;"H-Schnrhalbs.-gl. Boden ";000000701;00007013;0 +wg ;701135;"H-Schnr. geloch/geflocht ";000000701;00007013;0 +wg ;701136;"H-Schnrhalbs.-Sportboden ";000000701;00007013;0 +wg ;701138;"H-Schnrh.-Bequem-gl. Bo ";000000701;00007013;0 +wg ;701139;"H-Schnrh.- Bequem-Spobo ";000000701;00007013;0 +wg ;701140;"H-Slipper ";000000701;00007014;0 +wg ;701142;"H-Slipper-glatter Boden ";000000701;00007014;0 +wg ;701145;"H-Slip. gelocht/geflocht ";000000701;00007014;0 +wg ;701146;"H-Slipper-Sportboden ";000000701;00007014;0 +wg ;701148;"H-Slipper- Bequem-gl.Bo. ";000000701;00007014;0 +wg ;701149;"H-Slipper- Bequem-Spobo ";000000701;00007014;0 +wg ;701150;"H-Schnrstief. kalt Fut. ";000000701;00007015;0 +wg ;701151;"H-Schnrstief.-gl. Bo.Kaltf. ";000000701;00007015;0 +wg ;701152;"H-Schnrstiefel-Sportbo. Kaltf. ";000000701;00007015;0 +wg ;701153;"H-Schlupf-Reiv.sti.glBo Kaltf. ";000000701;00007015;0 +wg ;701154;"H-Schlupf-Reiv.sti.Spbo Kaltf. ";000000701;00007015;0 +wg ;701156;"H-Schaftstiefel Kaltf. ";000000701;00007015;0 +wg ;701157;"H-Westernstiefel ";000000701;00007015;0 +wg ;701158;"H-Bequemstiefel Kaltf ";000000701;00007015;0 +wg ;701160;"H-Schnrstief Warmf. ";000000701;00007016;0 +wg ;701161;"H-Schnrstief.-gl. Boden Warmf. ";000000701;00007016;0 +wg ;701162;"H-Schnrstief.-Sportbod. ";000000701;00007016;0 +wg ;701163;"H-Schlupf-Reiv.sti.glBo Warmf. ";000000701;00007016;0 +wg ;701164;"H-Schlupf-Reiv.sti.Spbo Warmf. ";000000701;00007016;0 +wg ;701166;"H-Schaftstiefel Warmf. ";000000701;00007016;0 +wg ;701167;"H-Allwetterstiefel Warmf. ";000000701;00007016;0 +wg ;701168;"H-Bequemstiefel Warmf. ";000000701;00007016;0 +wg ;701170;"H-Pantoletten ";000000701;00007017;0 +wg ;701171;"H-Pantoletten-gl. Boden ";000000701;00007017;0 +wg ;701172;"H-Pantoletten-Sportbod. ";000000701;00007017;0 +wg ;701173;"H-Clogs ";000000701;00007017;0 +wg ;701174;"H-Pantoletten Tieffubett ";000000701;00007017;0 +wg ;701176;"H-Clogs Tieffubett ";000000701;00007017;0 +wg ;701177;"H-Bequemclogs ";000000701;00007017;0 +wg ;701178;"H-Bequempantoletten ";000000701;00007017;0 +wg ;701180;"H-Sandaletten ";000000701;00007017;0 +wg ;701181;"H-Sandaletten glatter Boden ";000000701;00007018;0 +wg ;701182;"H-Sandaletten Sportboden ";000000701;00007018;0 +wg ;701183;"H-Sandaletten Ferse geschl ";000000701;00007018;0 +wg ;701184;"H-Sandaletten Tieffubett ";000000701;00007018;0 +wg ;701188;"H-Bequemsandaletten ";000000701;00007018;0 +wg ;701190;"H-Sling/ Flats ";000000701;00007019;0 +wg ;701191;"H-Flats ";000000701;00007019;0 +wg ;701194;"H-Sling ";000000701;00007019;0 +wg ;701198;"H-Bequemsling ";000000701;00007019;0 +wg ;702000;"D-Schuhe ";000000702;00007020;0 +wg ;702210;"oth.Schuhe ";000000702;00007021;0 +wg ;702212;"orth. Pumps Ballerinen ";000000702;00007021;0 +wg ;702213;"orth. Schnrhalbschuhe ";000000702;00007021;0 +wg ;702214;"orth. Slipper ";000000702;00007021;0 +wg ;702215;"orth. Stiefel Kaltfutter ";000000702;00007021;0 +wg ;702216;"orth. Stiefel Warmfutter ";000000702;00007021;0 +wg ;702217;"orth. Pantoletten ";000000702;00007021;0 +wg ;702218;"orth. Sandaletten ";000000702;00007021;0 +wg ;702219;"orth. Sling ";000000702;00007021;0 +wg ;702220;"D-Pumps ";000000702;00007022;0 +wg ;702221;"D-Ballerinen ";000000702;00007022;0 +wg ;702222;"D-Pumps bis 30mm-Ab/Keil ";000000702;00007022;0 +wg ;702223;"D-Pumps 30-50mm-Ab/Keil ";000000702;00007022;0 +wg ;702224;"D-Pumps ab 50mm-Ab/Keil ";000000702;00007022;0 +wg ;702225;"D-Pumps geloch./geflocht. ";000000702;00007022;0 +wg ;702228;"D-Bequem-Pumps bis 35mm-Ab/Keil ";000000702;00007022;0 +wg ;702229;"D-Bequem-Pumps ab 35mm-Ab/Keil ";000000702;00007022;0 +wg ;702230;"D-Schnrhalbschuh ";000000702;00007023;0 +wg ;702232;"D-Schnh.b.25mmglBo.Ab/K ";000000702;00007023;0 +wg ;702233;"D-Schnh.a.25mmglBo.Ab/K ";000000702;00007023;0 +wg ;702235;"D-Schnrh. geloch/gefloch ";000000702;00007023;0 +wg ;702236;"D-Schnh.b.25mm-Spbo-Ab/K ";000000702;00007023;0 +wg ;702237;"D-Schnh.a.25mm-Spbo-Ab/K ";000000702;00007023;0 +wg ;702238;"D-Bquem-Schnr bis 25mm-Ab/Keil ";000000702;00007023;0 +wg ;702239;"D-Bquem-Schnr ab 25mm-Ab/Keil ";000000702;00007023;0 +wg ;702240;"D-Slippper ";000000702;00007024;0 +wg ;702242;"D-Sl./Tr.<25mm-glBo. Ab/K ";000000702;00007024;0 +wg ;702243;"D-Sl/Tr.25-50mmglBo.Ab/K ";000000702;00007024;0 +wg ;702244;"D-Sl/Tr.ab50mmglBo.Ab/K ";000000702;00007024;0 +wg ;702245;"D-Slipper gelocht/geflochten ";000000702;00007024;0 +wg ;702246;"D-Sl/Tr.b.25mmSpbo.Ab/K ";000000702;00007024;0 +wg ;702247;"D-Sl/Tr.ab25mmSpbo. Ab/K ";000000702;00007024;0 +wg ;702248;"D-Sl/Tr.Beque-b.25mm-Ab/K ";000000702;00007024;0 +wg ;702249;"D-Sl/Tr.Beque-a.25mm-Ab/K ";000000702;00007024;0 +wg ;702250;"D-Stiefel mit Kaltfutter ";000000702;00007025;0 +wg ;702251;"D-Schnrstiefel- gl.Boden Kaltf. ";000000702;00007025;0 +wg ;702252;"D-Schnrstiefel-Sportbod. Kaltf. ";000000702;00007025;0 +wg ;702253;"D-Schlupf-Reiv.sti-glBo Kaltf. ";000000702;00007025;0 +wg ;702254;"D-Schlupf-Reiv.sti.Spbo Kaltf. ";000000702;00007025;0 +wg ;702255;"D-Schaftstiefel-gl. Boden Kaltf. ";000000702;00007025;0 +wg ;702256;"D-Schaftstief.-Sportboden Kaltf. ";000000702;00007025;0 +wg ;702257;"D-Western ";000000702;00007025;0 +wg ;702258;"D-Bequemst b. 30cmSchaft Kaltf ";000000702;00007025;0 +wg ;702259;"D-Bequemst a. 30cmSchaft Kaltf. ";000000702;00007025;0 +wg ;702260;"D-Stiefel Warmf. ";000000702;00007026;0 +wg ;702261;"D-Schrstiefel glatter Boden Warmf. ";000000702;00007026;0 +wg ;702262;"D-Schnrstief.-Sportboden Warmf. ";000000702;00007026;0 +wg ;702263;"D-Schlupf-Reiv.sti.glBo Warmf. ";000000702;00007026;0 +wg ;702264;"D-Schlupf-Reiv.sti.Spbo Warmf. ";000000702;00007026;0 +wg ;702265;"D-Schaftstiefel-gl.Boden Warmf. ";000000702;00007026;0 +wg ;702266;"D-Schaftstief.-Sportboden Warmf. ";000000702;00007026;0 +wg ;702267;"D-Allwetterstiefel-Textil Warmf. ";000000702;00007026;0 +wg ;702268;"D-Bequemst b. 30cmSchaft Warmf. ";000000702;00007026;0 +wg ;702269;"D-Bequemst a. 30cmSchaft Warmf. ";000000702;00007026;0 +wg ;702270;"D-Pantoletten ";000000702;00007027;0 +wg ;702271;"D-Pantolet.-b.30mm-Ab/Kei ";000000702;00007027;0 +wg ;702272;"D-Pantolet.-a.30mm-Ab/Ke ";000000702;00007027;0 +wg ;702273;"D-Pantolet.-Sa/Clogs-Ab/K ";000000702;00007027;0 +wg ;702274;"D-Pantolet Tieffubett b. 30mm ";000000702;00007027;0 +wg ;702275;"D-Pantolet Tieffubett a. 30mm ";000000702;00007027;0 +wg ;702276;"D-Pantolet.Clo.-Tieffube ";000000702;00007027;0 +wg ;702277;"D-Pantolet.Clo.-Tieffube ";000000702;00007027;0 +wg ;702278;"D-Bequempanto b. 30mm ";000000702;00007027;0 +wg ;702279;"D-Bequempanto a. 30mm ";000000702;00007027;0 +wg ;702280;"D-Sandaletten ";000000702;00007028;0 +wg ;702281;"D-Sandal.b.30mmglBo.Ab/K ";000000702;00007028;0 +wg ;702282;"D-Sandal.30-50mmglBo.Ab/K ";000000702;00007028;0 +wg ;702283;"D-Sandal..50mmglBo.Ab/K ";000000702;00007028;0 +wg ;702284;"D-Sandal Tieffb.30mm.Ab/K ";000000702;00007028;0 +wg ;702286;"D-Sandal-b.30mm-Spbo ";000000702;00007028;0 +wg ;702287;"D-Sanda.a.30mm-Spbo ";000000702;00007028;0 +wg ;702288;"D-Bequemsadal b. 30mm Abs/ Keil ";000000702;00007028;0 +wg ;702289;"D-Bequemsadal a. 30mm Abs/ Keil ";000000702;00007028;0 +wg ;702290;"Sling/ Flamenco ";000000702;00007029;0 +wg ;702291;"D-Flamenco-b.30mm-Ab/K ";000000702;00007029;0 +wg ;702292;"D-Flamenco-a.30-50mm-Ab/K ";000000702;00007029;0 +wg ;702293;"D-Flamenco-a.50mm-Ab/K ";000000702;00007029;0 +wg ;702294;"D-Sling-b.30mm-Absat/Keil ";000000702;00007029;0 +wg ;702295;"D-Sling-a.30-50mm-Ab/Keil ";000000702;00007029;0 +wg ;702296;"D-Sling-a.50mm-Absat/Keil ";000000702;00007029;0 +wg ;702298;"D-Bequem Flamenco ";000000702;00007029;0 +wg ;702299;"D-Bequem Sling ";000000702;00007029;0 +wg ;703000;"Ki-Schuhe ";000000703;00007030;0 +wg ;703310;"orth. Kl Schuhe ";000000703;00007031;0 +wg ;703312;"orth. Kl Ballerinen/ Spangensch ";000000703;00007031;0 +wg ;703313;"orth. Kl Schnrhalbsch ";000000703;00007031;0 +wg ;703314;"orth. Kl Slipper/ Klettversch ";000000703;00007031;0 +wg ;703315;"orth. Kl Stiefel Kaltf. ";000000703;00007031;0 +wg ;703316;"orth. Kl Stiefel Warmf. ";000000703;00007031;0 +wg ;703318;"orth. Kl Sandaletten ";000000703;00007031;0 +wg ;703320;"Kl-Ballerinen/ Spangenschuhe ";000000703;00007032;0 +wg ;703322;"Kl-Ballerinen Sportboden ";000000703;00007032;0 +wg ;703324;"Kl-Ballerinen glatter Boden ";000000703;00007032;0 +wg ;703326;"Kl-Spangenschuhe Sportboden ";000000703;00007032;0 +wg ;703328;"Kl-Spangenschuhe glatter Boden ";000000703;00007032;0 +wg ;703330;"Kl-Schnrhalbschuhe ";000000703;00007033;0 +wg ;703331;"Kl-Kn-Schnrhalbschuhe Sportboden ";000000703;00007033;0 +wg ;703332;"Kl-M-Schnrhalbschuhe Sportboden ";000000703;00007033;0 +wg ;703333;"Kl-Kn-Schnrhalbschuhe glatter Boden ";000000703;00007033;0 +wg ;703334;"Kl-M-Schnrhalbschuhe glatter Boden ";000000703;00007033;0 +wg ;703340;"Kl-Slipper Klettverschlu ";000000703;00007034;0 +wg ;703341;"Kl-Kn-Slipper Klettverschlu Sportboden ";000000703;00007034;0 +wg ;703342;"Kl-M-Slipper Klettverschlu Sportboden ";000000703;00007034;0 +wg ;703343;"Kl-Kn-Slipper Klettverschlu glatter Bod";000000703;00007034;0 +wg ;703344;"Kl-M-Slipper Klettverschlu glatter Bod";000000703;00007034;0 +wg ;703350;"Kl-Stiefel m. Kaltfutter ";000000703;00007035;0 +wg ;703351;"Kl-Kn-Schnrstiefel Kaltf. ";000000703;00007035;0 +wg ;703352;"Kl-M-Schnrstiefel Kaltf. ";000000703;00007035;0 +wg ;703353;"Kl-Kn-Schlupf-Klett-RV-Stiefel Kaltf. ";000000703;00007035;0 +wg ;703354;"Kl-Ma-Schlupf-Klett-RV-Stiefel Kaltf. ";000000703;00007035;0 +wg ;703355;"Kl-Kn-Schaftstiefel Kaltf. ";000000703;00007035;0 +wg ;703356;"Kl-M-Schaftstiefel Kaltf. ";000000703;00007035;0 +wg ;703357;"Kl-Westernstiefel ";000000703;00007035;0 +wg ;703358;"Babyschuhe ";000000703;00007035;0 +wg ;703359;"Lauflernstiefel Kaltf. ";000000703;00007035;0 +wg ;703360;"Kl-Stiefel m. Warmfutter ";000000703;00007036;0 +wg ;703361;"Kl-Kn-Schnrstiefel Warmf. ";000000703;00007036;0 +wg ;703362;"Kl-M-Schnrstiefel Warmf. ";000000703;00007036;0 +wg ;703363;"Kl-Kn-Schlupf-Klett-RV-Stiefel Warmf. ";000000703;00007036;0 +wg ;703364;"Kl-Ma-Schlupf-Klett-RV-Stiefel Warmf. ";000000703;00007036;0 +wg ;703365;"Kl-Kn-Schaftstiefel Warmf. ";000000703;00007036;0 +wg ;703366;"Kl-M-Schaftstiefel Warmf. ";000000703;00007036;0 +wg ;703367;"Kl-Kn-Allwetterstiefel ";000000703;00007036;0 +wg ;703368;"Kl-M-Allwetterstiefel ";000000703;00007036;0 +wg ;703369;"Lauflernstiefel Warmf. ";000000703;00007036;0 +wg ;703370;"Kl-Pantoletten ";000000703;00007037;0 +wg ;703373;"Kl-Clogs/ Sabot ";000000703;00007037;0 +wg ;703374;"Kl-Tieffubett ";000000703;00007037;0 +wg ;703376;"Kl-Clogs Tieffubett ";000000703;00007037;0 +wg ;703380;"Kl-Sandaletten ";000000703;00007038;0 +wg ;703381;"Kl-Kn-Sandaletten ";000000703;00007038;0 +wg ;703382;"Kl-M-Sandaletten ";000000703;00007038;0 +wg ;703384;"Kl-Kn-Tieffubett ";000000703;00007038;0 +wg ;703385;"Kl-M-Tieffubett ";000000703;00007038;0 +wg ;703389;"Kl-Minilette ";000000703;00007038;0 +wg ;703390;"Kl-Sling/ Flamenco ";000000703;00007039;0 +wg ;704000;"KI-Schuhe ";000000704;00007040;0 +wg ;704410;"orth. Gr. Schuhe ";000000704;00007041;0 +wg ;704412;"orth. Gr Ballerinen/ Spangensch ";000000704;00007041;0 +wg ;704413;"orth. Gr Schnrhalbsch ";000000704;00007041;0 +wg ;704414;"orth. Gr Slipper/ Klettversch ";000000704;00007041;0 +wg ;704415;"orth. Gr Stiefel Kaltf. ";000000704;00007041;0 +wg ;704416;"orth. Gr Stiefel Warmf. ";000000704;00007041;0 +wg ;704417;"orth. Gr Pantoletten ";000000704;00007041;0 +wg ;704418;"orth. Gr Sandaletten ";000000704;00007041;0 +wg ;704419;"orth. Gr Sling ";000000704;00007041;0 +wg ;704420;"Gr-Ballerinen/ Spangenschuhe ";000000704;00007042;0 +wg ;704422;"Gr-Ballerinen Sportboden ";000000704;00007042;0 +wg ;704424;"Gr-Ballerinen glatter Boden ";000000704;00007042;0 +wg ;704426;"Gr-Spangenschuhe Sportboden ";000000704;00007042;0 +wg ;704428;"Gr-Spangenschuhe glatter Boden ";000000704;00007042;0 +wg ;704430;"Gr-Schnrhalbschuhe ";000000704;00007043;0 +wg ;704431;"Gr-Kn-Schnrhalbschuhe Sportboden ";000000704;00007043;0 +wg ;704432;"Gr-M-Schnrhalbschuhe Sportboden ";000000704;00007043;0 +wg ;704433;"Gr-Kn-Schnrhalbschuhe glatter Boden ";000000704;00007043;0 +wg ;704434;"Gr-M-Schnrhalbschuhe glatter Boden ";000000704;00007043;0 +wg ;704440;"Gr-Slipper Klettverschlu ";000000704;00007044;0 +wg ;704441;"Gr-Kn-Slipper Klettverschlu Sportboden ";000000704;00007044;0 +wg ;704442;"Gr-M-Slipper Klettverschlu Sportboden ";000000704;00007044;0 +wg ;704443;"Gr-Kn-Slipper Klettverschlu glatter Bod";000000704;00007044;0 +wg ;704444;"Gr-M-Slipper Klettverschlu glatter Bod";000000704;00007044;0 +wg ;704450;"Gr-Stiefel m. Kaltfutter ";000000704;00007045;0 +wg ;704451;"Gr-Kn-Schnrstiefel Kaltf. ";000000704;00007045;0 +wg ;704452;"Gr-M-Schnrstiefel Kaltf. ";000000704;00007045;0 +wg ;704453;"Gr-Kn-Schlupf-Grett-RV-Stiefel Kaltf. ";000000704;00007045;0 +wg ;704454;"Gr-Ma-Schlupf-Grett-RV-Stiefel Kaltf. ";000000704;00007045;0 +wg ;704455;"Gr-Kn-Schaftstiefel Kaltf. ";000000704;00007045;0 +wg ;704456;"Gr-M-Schaftstiefel Kaltf. ";000000704;00007045;0 +wg ;704457;"Gr-Westernstiefel ";000000704;00007045;0 +wg ;704460;"Gr-Stiefel m. Warmfutter ";000000704;00007046;0 +wg ;704461;"Gr-Kn-Schnrstiefel Warmf. ";000000704;00007046;0 +wg ;704462;"Gr-M-Schnrstiefel Warmf. ";000000704;00007046;0 +wg ;704463;"Gr-Kn-Schlupf-Klett-RV-Stiefel Warmf. ";000000704;00007046;0 +wg ;704464;"Gr-Ma-Schlupf-Klett-RV-Stiefel Warmf. ";000000704;00007046;0 +wg ;704465;"Gr-Kn-Schaftstiefel Warmf. ";000000704;00007046;0 +wg ;704466;"Gr-M-Schaftstiefel Warmf. ";000000704;00007046;0 +wg ;704467;"Gr-Kn-Allwetterstiefel ";000000704;00007046;0 +wg ;704468;"Gr-M-Allwetterstiefel ";000000704;00007046;0 +wg ;704470;"Gr-Pantoletten ";000000704;00007047;0 +wg ;704471;"KI-Pantoletten ";000000704;00007047;0 +wg ;704473;"Gr-Clogs/ Sabot ";000000704;00007047;0 +wg ;704474;"Gr-Tieffubett ";000000704;00007047;0 +wg ;704476;"Gr-Clogs Tieffubett ";000000704;00007047;0 +wg ;704480;"Gr-Sandaletten ";000000704;00007048;0 +wg ;704481;"Gr-Kn-Sandaletten ";000000704;00007048;0 +wg ;704482;"Gr-M-Sandaletten ";000000704;00007048;0 +wg ;704484;"Gr-Kn-Tieffubett ";000000704;00007048;0 +wg ;704485;"Gr-M-Tieffubett ";000000704;00007048;0 +wg ;704490;"Gr-Sling/ Flamenco ";000000704;00007049;0 +wg ;705510;"H-Hausschuh ";000000705;00007051;0 +wg ;705511;"H-Haus-Pantolette Kaltf. ";000000705;00007051;0 +wg ;705512;"H-Haus-Pantolette Warmf. ";000000705;00007051;0 +wg ;705513;"H-Hausschuh Kaltf. ";000000705;00007051;0 +wg ;705514;"H-Hausschuh Warmf. ";000000705;00007051;0 +wg ;705515;"H-Hausschuh hoch Kaltf ";000000705;00007051;0 +wg ;705516;"H-Hausschuh hoch Warmf. ";000000705;00007051;0 +wg ;705517;"H-Httenschuh ";000000705;00007051;0 +wg ;705518;"H-Fun-Hausschuh ";000000705;00007051;0 +wg ;705520;"D-Hausschuh ";000000705;00007052;0 +wg ;705521;"D-Haus-Pantolette Kaltf. ";000000705;00007052;0 +wg ;705522;"D-Haus-Pantolette Warmf. ";000000705;00007052;0 +wg ;705523;"D-Hausschuh Kaltf. ";000000705;00007052;0 +wg ;705524;"D-Hausschuh Warmf. ";000000705;00007052;0 +wg ;705525;"D-Hausschuh hoch Kaltf ";000000705;00007052;0 +wg ;705526;"D-Hausschuh hoch Warmf. ";000000705;00007052;0 +wg ;705527;"D-Httenschuh ";000000705;00007052;0 +wg ;705528;"D-Fun-Hausschuh ";000000705;00007052;0 +wg ;705540;"K-Hausschuh ";000000705;00007054;0 +wg ;705541;"K-Haus-Pantolette Kaltf. ";000000705;00007054;0 +wg ;705542;"K-Haus-Pantolette Warmf. ";000000705;00007054;0 +wg ;705543;"K-Hausschuh Kaltf. ";000000705;00007054;0 +wg ;705544;"K-Hausschuh Warmf. ";000000705;00007054;0 +wg ;705545;"K-Hausschuh hoch Kaltf. ";000000705;00007054;0 +wg ;705546;"K-Hausschuh hoch Warmf. ";000000705;00007054;0 +wg ;705547;"K-Httenschuh ";000000705;00007054;0 +wg ;705548;"K-Fun-Hausschuh ";000000705;00007054;0 +wg ;706000;"Pflege - EDI ";000000706;00007060;0 +wg ;706010;"Schuhpflege/Brsten usw. ";000000706;00007060;0 +wg ;706015;"Lederpflege/Cremes, Sprays usw. ";000000706;00007060;0 +wg ;706020;"Frber, Entfrber ";000000706;00007060;0 +wg ;706099;"Pflege Altdaten ";000000706;00007060;0 +wg ;706100;"Sohlen - EDI ";000000706;00007061;0 +wg ;706110;"Einlegesohlen ";000000706;00007061;0 +wg ;706120;"Ersatzartikel ";000000706;00007061;0 +wg ;706130;"Schuhbnder ";000000706;00007061;0 +wg ;706140;"Schuhspanner ";000000706;00007061;0 +wg ;710000;"Freizeittasche ";000000710;00007100;0 +wg ;710020;"Grteltasche ";000000710;00007100;0 +wg ;710050;"Matchsack ";000000710;00007100;0 +wg ;710060;"Freizeitrucksack ";000000710;00007100;0 +wg ;710062;"Daypack ";000000710;00007100;0 +wg ;710067;"Bodybag ";000000710;00007100;0 +wg ;710080;"Shopper ";000000710;00007100;0 +wg ;710081;"Einkaufskorb ";000000710;00007100;0 +wg ;710082;"Einkaufstasche ";000000710;00007100;0 +wg ;710084;"Marktroller ";000000710;00007100;0 +wg ;710090;"Sonstiger Freizeitartikel ";000000710;00007100;0 +wg ;710100;"Handtasche ";000000710;00007101;0 +wg ;710101;"Handtasche mit Reiverschluss ";000000710;00007101;0 +wg ;710105;"Hobo ";000000710;00007101;0 +wg ;710106;"Bowling ";000000710;00007101;0 +wg ;710110;"Handtasche mit berschlag ";000000710;00007101;0 +wg ;710115;"Messengerbag ";000000710;00007101;0 +wg ;710120;"Bgeltasche ";000000710;00007101;0 +wg ;710130;"Cityrucksack ";000000710;00007101;0 +wg ;710140;"offene Tasche ";000000710;00007101;0 +wg ;710150;"Businesstasche ";000000710;00007101;0 +wg ;710160;"Cityshopper ";000000710;00007101;0 +wg ;710170;"Abendtasche ";000000710;00007101;0 +wg ;710175;"Clutch ";000000710;00007101;0 +wg ;710180;"Beutel ";000000710;00007101;0 +wg ;710185;"Crossbag ";000000710;00007101;0 +wg ;710190;"Sonstige Handtasche ";000000710;00007101;0 +wg ;710400;"Businesstasche ";000000710;00007104;0 +wg ;710401;"Collegmappe mit Reiverschlu ";000000710;00007104;0 +wg ;710405;"Collegmappe mit berschlag ";000000710;00007104;0 +wg ;710410;"Aktenmappe mit Reiverschlu ";000000710;00007104;0 +wg ;710415;"Aktenmappe mit berschlag ";000000710;00007104;0 +wg ;710420;"Bgelmappe ";000000710;00007104;0 +wg ;710425;"Traveller ";000000710;00007104;0 +wg ;710430;"Aktenkoffer ";000000710;00007104;0 +wg ;710440;"Computertasche ";000000710;00007104;0 +wg ;710441;"Computerrucksack ";000000710;00007104;0 +wg ;710443;"Laptophlle ";000000710;00007104;0 +wg ;710444;"Laptoptasche ";000000710;00007104;0 +wg ;710446;"Tablethlle ";000000710;00007104;0 +wg ;710447;"Tablettasche ";000000710;00007104;0 +wg ;710450;"Pilotenkoffer ";000000710;00007104;0 +wg ;710455;"Businesstrolley ";000000710;00007104;0 +wg ;710460;"Spezialmappe ";000000710;00007104;0 +wg ;710462;"Ringbuch, Konferenzmappe ";000000710;00007104;0 +wg ;710464;"Schreibmappe ";000000710;00007104;0 +wg ;710465;"Timer / Kalender ";000000710;00007104;0 +wg ;710470;"Handgelenktasche ";000000710;00007104;0 +wg ;710480;"Businessbag ";000000710;00007104;0 +wg ;710485;"Business-Crossover ";000000710;00007104;0 +wg ;710490;"Sonstiger Businessartikel ";000000710;00007104;0 +wg ;710495;"Businessrucksack ";000000710;00007104;0 +wg ;711200;"Reisegepck ";000000711;00007112;0 +wg ;711201;"Reisetasche ";000000711;00007112;0 +wg ;711220;"Bgelreisetasche ";000000711;00007112;0 +wg ;711230;"Weekender ";000000711;00007112;0 +wg ;711240;"Rollenreisetasche ";000000711;00007112;0 +wg ;711245;"4-Rollenreisetasche ";000000711;00007112;0 +wg ;711250;"Reisetasche mit Hemdenfach ";000000711;00007112;0 +wg ;711260;"Flugumhnger quer ";000000711;00007112;0 +wg ;711265;"Flugumhnger hoch ";000000711;00007112;0 +wg ;711270;"Reiserucksack ";000000711;00007112;0 +wg ;711290;"Sonstige Reisetasche ";000000711;00007112;0 +wg ;711298;"Reisezubehr ";000000711;00007112;0 +wg ;711300;"Koffer ";000000711;00007113;0 +wg ;711301;"Weichgepckkoffer ";000000711;00007113;0 +wg ;711310;"Schlosskoffer ";000000711;00007113;0 +wg ;711330;"Schalenkoffer ";000000711;00007113;0 +wg ;711340;"Gepckset ";000000711;00007113;0 +wg ;711345;"Kofferset ";000000711;00007113;0 +wg ;711350;"Trolley ";000000711;00007113;0 +wg ;711355;"Weichgepcktrolley ";000000711;00007113;0 +wg ;711356;"4R-Weichgepcktrolley ";000000711;00007113;0 +wg ;711358;"Schalentrolley ";000000711;00007113;0 +wg ;711359;"4R-Schalentrolley ";000000711;00007113;0 +wg ;711360;"Bordcase ";000000711;00007113;0 +wg ;711370;"Kosmetikkoffer ";000000711;00007113;0 +wg ;711380;"Kleidersack ";000000711;00007113;0 +wg ;711385;"Kleidersack mit Rollen ";000000711;00007113;0 +wg ;711390;"Sonstiger Koffer ";000000711;00007113;0 +wg ;711395;"Kofferkuli ";000000711;00007113;0 +wg ;712500;"Ki-Taschen Koffer Schule ";000000712;00007125;0 +wg ;712501;"Anfngerschulranzen ";000000712;00007125;0 +wg ;712505;"Ranzenset mehrteilig ";000000712;00007125;0 +wg ;712510;"Ranzenmappe ";000000712;00007125;0 +wg ;712520;"Schulumhnger ";000000712;00007125;0 +wg ;712530;"Schulrucksack ";000000712;00007125;0 +wg ;712540;"Kinderreisegepck ";000000712;00007125;0 +wg ;712541;"Kinderrucksack ";000000712;00007125;0 +wg ;712543;"Kinderreisetasche ";000000712;00007125;0 +wg ;712544;"Kindertrolley ";000000712;00007125;0 +wg ;712550;"Schleretui ungefllt ";000000712;00007125;0 +wg ;712552;"Schleretui gefllt ";000000712;00007125;0 +wg ;712555;"Schlampermppchen ";000000712;00007125;0 +wg ;712560;"Schulzubehr ";000000712;00007125;0 +wg ;712565;"Turnbeutel ";000000712;00007125;0 +wg ;712566;"Kettenbrse ";000000712;00007125;0 +wg ;712568;"Kinderbrse ";000000712;00007125;0 +wg ;712569;"Kinderbrustbeutel ";000000712;00007125;0 +wg ;712580;"Vorschulartikel ";000000712;00007125;0 +wg ;712585;"Vorschulrucksack ";000000712;00007125;0 +wg ;712588;"Vorschulranzen ";000000712;00007125;0 +wg ;712590;"Sonstiger Schulartikel ";000000712;00007125;0 +wg ;713600;"Etuis Zubehr ";000000713;00007136;0 +wg ;713601;"Kulturbeutel ";000000713;00007136;0 +wg ;713605;"Kulturrolle ";000000713;00007136;0 +wg ;713610;"Necessaire ";000000713;00007136;0 +wg ;713620;"Schulputzetui ";000000713;00007136;0 +wg ;713625;"Nhetui ";000000713;00007136;0 +wg ;713630;"Schmuckkasten ";000000713;00007136;0 +wg ;713635;"Schmuckdose ";000000713;00007136;0 +wg ;713637;"Schmuckrolle ";000000713;00007136;0 +wg ;713638;"Uhrenetui/-Kasten ";000000713;00007136;0 +wg ;713640;"Hemdenetui ";000000713;00007136;0 +wg ;713645;"Krawattenetui ";000000713;00007136;0 +wg ;713650;"Kosmetiketui ";000000713;00007136;0 +wg ;713660;"Taschenmanicure ";000000713;00007136;0 +wg ;713670;"Manicureetui ";000000713;00007136;0 +wg ;713690;"Sonstiges Etui ";000000713;00007136;0 +wg ;713700;"Kleinlederwaren ";000000713;00007137;0 +wg ;713701;"Damenbrse ";000000713;00007137;0 +wg ;713702;"Langbrse ";000000713;00007137;0 +wg ;713703;"Brse mit RV ";000000713;00007137;0 +wg ;713705;"Bgelbrsen ";000000713;00007137;0 +wg ;713710;"Herrenbrsen ";000000713;00007137;0 +wg ;713715;"Minibrse ";000000713;00007137;0 +wg ;713720;"Scheintasche quer ";000000713;00007137;0 +wg ;713730;"Kombibrse hochformat ";000000713;00007137;0 +wg ;713740;"Ausweisetui ";000000713;00007137;0 +wg ;713745;"Kreditkartenetui ";000000713;00007137;0 +wg ;713750;"Brieftasche ";000000713;00007137;0 +wg ;713760;"Taschenkalender ";000000713;00007137;0 +wg ;713770;"Schlsseletui ";000000713;00007137;0 +wg ;713775;"Schlsselanhnger ";000000713;00007137;0 +wg ;713780;"Brillenetui ";000000713;00007137;0 +wg ;713785;"Stiftetui ";000000713;00007137;0 +wg ;713790;"Sonstige Kleinlederware ";000000713;00007137;0 +wg ;713793;"Handyetui ";000000713;00007137;0 +wg ;713795;"Kellnerbrse ";000000713;00007137;0 +wg ;713797;"Dollarclip ";000000713;00007137;0 +wg ;713798;"Grtelbrse ";000000713;00007137;0 +wg ;713799;"Brse ";000000713;00007137;0 +wg ;714995;"Pflegemittel ";000000714;00007149;0 +wg ;714997;"Ersatzteil ";000000714;00007149;0 +wg ;714999;"Reparatur ";000000714;00007149;0 +wg ;750100;"Gesicht ";000000750;00007501;0 +wg ;750110;"Gesichtspflege ";000000750;00007501;0 +wg ;750120;"Augenpflege ";000000750;00007501;0 +wg ;750130;"Masken ";000000750;00007501;0 +wg ;750140;"Spezial/ Hals/ Lippen ";000000750;00007501;0 +wg ;750160;"Reinigungsprodukte ";000000750;00007501;0 +wg ;750170;"Gesichtscreme/24h-Creme ";000000750;00007501;0 +wg ;750190;"Geschenkverpackunge ";000000750;00007501;0 +wg ;750200;"Krper ";000000750;00007501;0 +wg ;750210;"Krperpflege ";000000750;00007501;0 +wg ;750220;"Sonnenpflege ";000000750;00007502;0 +wg ;750230;"Selbstbruner ";000000750;00007502;0 +wg ;750240;"Haarpflege ";000000750;00007502;0 +wg ;750310;"Masken ";000000750;00007501;0 +wg ;750360;"Spezial/Hals/Lippen ";000000750;00007501;0 +wg ;750410;"Geschenkpackungen ";000000750;00007501;0 +wg ;751110;"Dekorative Kosmetik ";000000751;00007511;0 +wg ;751120;"Make-Up ";000000751;00007511;0 +wg ;751130;"Abdeckstifte ";000000751;00007511;0 +wg ;751140;"Puder & Rouge ";000000751;00007511;0 +wg ;751150;"Augen Make-Up ";000000751;00007511;0 +wg ;751160;"Wimpern & Ngel ";000000751;00007511;0 +wg ;751170;"Lippenstift/Lippenpflege ";000000751;00007511;0 +wg ;751180;"Nagellack/Nagelpflege ";000000751;00007511;0 +wg ;751185;"Mascara ";000000751;00007511;0 +wg ;751190;"Geschenkverpackung ";000000751;00007511;0 +wg ;752110;"D-Dfte ";000000752;00007521;0 +wg ;752120;"D-Parfum ";000000752;00007521;0 +wg ;752130;"D-E.d.P./P.d.T./E.d.T. ";000000752;00007521;0 +wg ;752140;"D-E.d.C. ";000000752;00007521;0 +wg ;752150;"D-Creme Parfum ";000000752;00007521;0 +wg ;752185;"D-Duft-Krperpflege ";000000752;00007521;0 +wg ;752190;"D-D-Geschenkpackungen ";000000752;00007521;0 +wg ;753110;"H-Dfte ";000000753;00007531;0 +wg ;753120;"H-Parfum ";000000753;00007531;0 +wg ;753130;"H-E.d.P./P.d.T./E.d.T. ";000000753;00007531;0 +wg ;753140;"H-E.d.C. ";000000753;00007531;0 +wg ;753150;"H-Creme Parfum ";000000753;00007531;0 +wg ;753160;"H-After Shave ";000000753;00007531;0 +wg ;753165;"H-Pre Shave ";000000753;00007531;0 +wg ;753170;"H-Rasiercreme, -schaum, -seife ";000000753;00007531;0 +wg ;753175;"H-Pflegeprodukte ";000000753;00007531;0 +wg ;753180;"H-Spezialprodukte ";000000753;00007531;0 +wg ;753185;"H-Krperpflege ";000000753;00007531;0 +wg ;753190;"H-Geschenkpackungen ";000000753;00007531;0 +wg ;754110;"Drogerieartikel ";000000754;00007541;0 +wg ;754120;"Hygieneartikel ";000000754;00007541;0 +wg ;754130;"Zahnpflege ";000000754;00007541;0 +wg ;754140;"Pinsel, etc ";000000754;00007541;0 +wg ;754150;"Babypflege ";000000754;00007541;0 +wg ;754160;"Schnheitsinstrumente ";000000754;00007541;0 +wg ;754170;"Farben, Frbemittel ";000000754;00007541;0 +wg ;754180;"Tee, Nhrmittel ";000000754;00007541;0 +wg ;791000;"***H-Burschen EDI - luft aus ";000000791;00007910;0 +wg ;791010;"***H-Burschen Pantoletten - luft aus ";000000791;00007910;0 +wg ;791099;"***H-Burschen - luft aus ";000000791;00007910;0 +wg ;791100;"***H-Pantoletten EDI - luft aus ";000000791;00007911;0 +wg ;791110;"***H-Pantoletten - luft aus ";000000791;00007911;0 +wg ;791199;"***H-Pantoletten - luft aus ";000000791;00007911;0 +wg ;791200;"***H-Sandaletten EDI - luft aus ";000000791;00007912;0 +wg ;791210;"***H-Sandaletten fersenoffen - luft aus";000000791;00007912;0 +wg ;791215;"***H-Sandaletten fersengeschlosse - luf";000000791;00007912;0 +wg ;791299;"***H-Sandaletten - luft aus ";000000791;00007912;0 +wg ;791500;"***H-Slipper EDI - luft aus ";000000791;00007915;0 +wg ;791510;"***H-Slipper gelocht - luft aus ";000000791;00007915;0 +wg ;791515;"***H-Slipper elegant - luft aus ";000000791;00007915;0 +wg ;791520;"***H-Slipper salopp - luft aus ";000000791;00007915;0 +wg ;791525;"***H-Sportslipper - luft aus ";000000791;00007915;0 +wg ;791599;"***H-Slipper - luft aus ";000000791;00007915;0 +wg ;791600;"***H-Schnrhalbschuhe EDI - luft aus ";000000791;00007916;0 +wg ;791610;"***H-SchnrHS gelocht - luft aus ";000000791;00007916;0 +wg ;791615;"***H-SchnrHS elegant - luft aus ";000000791;00007916;0 +wg ;791620;"***H-SchnrHS salopp - luft aus ";000000791;00007916;0 +wg ;791625;"***H-Sport-HS - luft aus ";000000791;00007916;0 +wg ;791699;"***H-Schnrhalbschuhe - luft aus ";000000791;00007916;0 +wg ;791700;"***H-Bequemschuhe EDI - luft aus ";000000791;00007917;0 +wg ;791710;"***H-B-Slipper - luft aus ";000000791;00007917;0 +wg ;791715;"***H-B-Schnrhalbschuhe - luft aus ";000000791;00007917;0 +wg ;791799;"***H-Bequemschuhe - luft aus ";000000791;00007917;0 +wg ;791800;"***H-Stiefel EDI - luft aus ";000000791;00007918;0 +wg ;791810;"***H-Schnrstiefel modisch - luft aus ";000000791;00007918;0 +wg ;791815;"***H-Schlupf-/Schnallenstiefel - luft a";000000791;00007918;0 +wg ;791899;"***H-Stiefel - luft aus ";000000791;00007918;0 +wg ;791900;"***H-Winterschuhe EDI - luft aus ";000000791;00007919;0 +wg ;791910;"***H-W-Schnrstiefel - luft aus ";000000791;00007919;0 +wg ;791915;"***H-W-Schlupfstiefel - luft aus ";000000791;00007919;0 +wg ;791999;"***H-Winterschuhe - luft aus ";000000791;00007919;0 +wg ;792000;"***D-Mdchen EDI - luft aus ";000000792;00007920;0 +wg ;792010;"***D-M- Ballerina - luft aus ";000000792;00007920;0 +wg ;792015;"***D-M- Sportslipper - luft aus ";000000792;00007920;0 +wg ;792099;"***D-Mdchen - luft aus ";000000792;00007920;0 +wg ;792100;"***D-Pantolette EDI - luft aus ";000000792;00007921;0 +wg ;792110;"***D-Pant. Keil -25mm - luft aus ";000000792;00007921;0 +wg ;792115;"***D-Pant. Keil -45mm - luft aus ";000000792;00007921;0 +wg ;792120;"***D-Pant. Keil >45mm - luft aus ";000000792;00007921;0 +wg ;792125;"***D-Pant. Absatz -25mm - luft aus ";000000792;00007921;0 +wg ;792130;"***D-Pant. Absatz -45mm - luft aus ";000000792;00007921;0 +wg ;792135;"***D-Pant. Absatz >45mm - luft aus ";000000792;00007921;0 +wg ;792199;"***D-Pantolette - luft aus ";000000792;00007921;0 +wg ;792200;"***D-Sandalette EDI - luft aus ";000000792;00007922;0 +wg ;792210;"***D-Sand. Keil -25mm - luft aus ";000000792;00007922;0 +wg ;792215;"***D-Sand. Keil -45mm - luft aus ";000000792;00007922;0 +wg ;792220;"***D-Sand. Keil >45mm - luft aus ";000000792;00007922;0 +wg ;792225;"***D-Sand. Absatz -25mm - luft aus ";000000792;00007922;0 +wg ;792230;"***D-Sand. Absatz -45mm - luft aus ";000000792;00007922;0 +wg ;792235;"***D-Sand. Absatz >45mm - luft aus ";000000792;00007922;0 +wg ;792299;"***D-Sandalette - luft aus ";000000792;00007922;0 +wg ;792300;"***D-Sling EDI - luft aus ";000000792;00007923;0 +wg ;792310;"***D-Sling Keil -25mm - luft aus ";000000792;00007923;0 +wg ;792315;"***D-Sling Keil -45mm - luft aus ";000000792;00007923;0 +wg ;792320;"***D-Sling Keil -65mm - luft aus ";000000792;00007923;0 +wg ;792325;"***D-Sling Keil >65mm - luft aus ";000000792;00007923;0 +wg ;792330;"***D-Sl. Trotteur Keil -45mmng Ke - luf";000000792;00007923;0 +wg ;792335;"***D-Sl. Trotteur Keil >45mmng Ke - luf";000000792;00007923;0 +wg ;792399;"***D-Sling - luft aus ";000000792;00007923;0 +wg ;792400;"***D-Ballerina/Pumps EDI - luft aus ";000000792;00007924;0 +wg ;792410;"***D-Ball Keil -25mm - luft aus ";000000792;00007924;0 +wg ;792415;"***D-Ball Keil -45mm - luft aus ";000000792;00007924;0 +wg ;792420;"***D-Ball Keil -65mm - luft aus ";000000792;00007924;0 +wg ;792425;"***D-Ball Keil >65mm - luft aus ";000000792;00007924;0 +wg ;792430;"***D-Bl. Trotteur Keil -45mmng K - luft";000000792;00007924;0 +wg ;792435;"***D-Bl. Trotteur Keil >45mmng - luft a";000000792;00007924;0 +wg ;792499;"***D-Ballerina/Pumps - luft aus ";000000792;00007924;0 +wg ;792500;"***D-Slipper EDI - luft aus ";000000792;00007925;0 +wg ;792510;"***D-Slipper salopp - luft aus ";000000792;00007925;0 +wg ;792515;"***D-Sportslipper Abs. -25mm - luft aus";000000792;00007925;0 +wg ;792520;"***D-Sportslipper Abs. >25mm - luft aus";000000792;00007925;0 +wg ;792599;"***D-Slipper - luft aus ";000000792;00007925;0 +wg ;792600;"***D-Schmrhalbschuhe EDI - luft aus ";000000792;00007926;0 +wg ;792610;"***D-SchnrHS salopp - luft aus ";000000792;00007926;0 +wg ;792615;"***D-SchnrsportS Abs. -25mm - luft aus";000000792;00007926;0 +wg ;792620;"***D-SchnrsportS Abs. >25mm - luft aus";000000792;00007926;0 +wg ;792625;"***D-Schnrstrotteur Abs. -45mm - luft ";000000792;00007926;0 +wg ;792630;"***D-Schnrstrotteur Abs. >45mm - luft ";000000792;00007926;0 +wg ;792699;"***D-Schnrhalbschuhe - luft aus ";000000792;00007926;0 +wg ;792700;"***D-Bequemschuhe EDI - luft aus ";000000792;00007927;0 +wg ;792710;"***D-B-Sandaletten - luft aus ";000000792;00007927;0 +wg ;792715;"***D-B-Pumps Abs. -45mm - luft aus ";000000792;00007927;0 +wg ;792720;"***D-B-SchnrS Abs. -25mm - luft aus ";000000792;00007927;0 +wg ;792725;"***D-B-SchnrS Abs. >25mm - luft aus ";000000792;00007927;0 +wg ;792730;"***D-B-Stiefel ungef. - luft aus ";000000792;00007927;0 +wg ;792799;"***D-Bequemschuhe - luft aus ";000000792;00007927;0 +wg ;792800;"***D-Stiefel EDI - luft aus ";000000792;00007928;0 +wg ;792810;"***D-Schnrstiefel nied. Schaf - luft a";000000792;00007928;0 +wg ;792815;"***D-Stiefel A-25 S-15 - luft aus ";000000792;00007928;0 +wg ;792820;"***D-Stiefel A-25 S-30 - luft aus ";000000792;00007928;0 +wg ;792825;"***D-Stiefel A-25 S>30 - luft aus ";000000792;00007928;0 +wg ;792830;"***D-Stiefel A>25 S-15 - luft aus ";000000792;00007928;0 +wg ;792835;"***D-Stiefel A>25 S-30 - luft aus ";000000792;00007928;0 +wg ;792840;"***D-Stiefel A>25 S>30 - luft aus ";000000792;00007928;0 +wg ;792899;"***D-Stiefel - luft aus ";000000792;00007928;0 +wg ;792900;"***D-Winterstiefel EDI - luft aus ";000000792;00007929;0 +wg ;792910;"***D-W-Halbschuhe - luft aus ";000000792;00007929;0 +wg ;792915;"***D-W-SchnrstiefelHalbschuhe - luft a";000000792;00007929;0 +wg ;792920;"***D-W-Stiefel A-25 S-15 - luft aus ";000000792;00007929;0 +wg ;792925;"***D-W-Stiefel A-25 S-30 - luft aus ";000000792;00007929;0 +wg ;792930;"***D-W-Stiefel A-25 S>30 - luft aus ";000000792;00007929;0 +wg ;792935;"***D-W-Stiefel A>25 S-15 - luft aus ";000000792;00007929;0 +wg ;792940;"***D-W-Stiefel A>25 S-30 - luft aus ";000000792;00007929;0 +wg ;792945;"***D-W-Stiefel A>25 S>30 - luft aus ";000000792;00007929;0 +wg ;792999;"***D-Winterstiefel - luft aus ";000000792;00007929;0 +wg ;793000;"***K-Pantoletten EDI - luft aus ";000000793;00007930;0 +wg ;793010;"***K-Pantoletten - luft aus ";000000793;00007930;0 +wg ;793099;"***K-Pantoletten - luft aus ";000000793;00007930;0 +wg ;793100;"***K-Sandaletten EDI - luft aus ";000000793;00007931;0 +wg ;793110;"***K-Sandaletten - luft aus ";000000793;00007931;0 +wg ;793199;"***K-Sandaletten - luft aus ";000000793;00007931;0 +wg ;793200;"***K-Ballerina EDI - luft aus ";000000793;00007932;0 +wg ;793210;"***K-Ballerina - luft aus ";000000793;00007932;0 +wg ;793299;"***K-Ballerina - luft aus ";000000793;00007932;0 +wg ;793300;"***K-Slipper EDI - luft aus ";000000793;00007933;0 +wg ;793310;"***K-Slipper - luft aus ";000000793;00007933;0 +wg ;793399;"***K-Slipper - luft aus ";000000793;00007933;0 +wg ;793400;"***K-Schnrhalbschuhe EDI - luft aus ";000000793;00007934;0 +wg ;793410;"***K-Schnrhalbschuhe - luft aus ";000000793;00007934;0 +wg ;793499;"***K-Schnrhalbschuhe - luft aus ";000000793;00007934;0 +wg ;793500;"***K-Bequemschuhe EDI - luft aus ";000000793;00007935;0 +wg ;793510;"***K-Bequemschuhe - luft aus ";000000793;00007935;0 +wg ;793599;"***K-Bequemschuhe - luft aus ";000000793;00007935;0 +wg ;793600;"***K-Stiefel EDI - luft aus ";000000793;00007936;0 +wg ;793610;"***K-Stiefel - luft aus ";000000793;00007936;0 +wg ;793699;"***K-Stiefel - luft aus ";000000793;00007936;0 +wg ;793700;"***K-W-Schuhe EDI - luft aus ";000000793;00007937;0 +wg ;793710;"***K-W-Schuhe - luft aus ";000000793;00007937;0 +wg ;793799;"***K-W-Schuhe - luft aus ";000000793;00007937;0 +wg ;794000;"***Pflege EDI - luft aus ";000000794;00007940;0 +wg ;794010;"***Schuhpflege - luft aus ";000000794;00007940;0 +wg ;794015;"***Lederpflege - luft aus ";000000794;00007940;0 +wg ;794020;"***Frber Entfrber - luft aus ";000000794;00007940;0 +wg ;794099;"***Pflege Altdaten - luft aus ";000000794;00007940;0 +wg ;794100;"***Sohlen EDI - luft aus ";000000794;00007941;0 +wg ;794110;"***Einlegesohlen - luft aus ";000000794;00007941;0 +wg ;794120;"***Ersatzartikel - luft aus ";000000794;00007941;0 +wg ;794130;"***Schuhbnder - luft aus ";000000794;00007941;0 +wg ;794199;"***Sohlen Altdaten - luft aus ";000000794;00007941;0 +wg ;812600;"Speisele EDI ";000000812;00008126;1 +wg ;812610;"Speisele < 1 kg ";000000812;00008126;1 +wg ;812615;"Speisele > 1 kg ";000000812;00008126;1 +wg ;812699;"***Speisele ";000000812;00008126;1 +wg ;812800;"Mayonnaisen, Salate EDI ";000000812;00008128;1 +wg ;812810;"Mayonnaisen ";000000812;00008128;1 +wg ;812815;"Remouladen ";000000812;00008128;1 +wg ;812820;"Fleischsalate ";000000812;00008128;1 +wg ;812825;"Fischsalate ";000000812;00008128;1 +wg ;812830;"Gemsesalate ";000000812;00008128;1 +wg ;812835;"Kartoffelsalate ";000000812;00008128;1 +wg ;812840;"Obstsalate ";000000812;00008128;1 +wg ;812899;"***Mayonnaisen, Salate ";000000812;00008128;1 +wg ;820300;"Teigwaren EDI ";000000820;00008203;1 +wg ;820310;"Frischeiteigwaren ";000000820;00008203;1 +wg ;820315;"Eierteigwaren ";000000820;00008203;1 +wg ;820320;"Hartgrieteigwaren ";000000820;00008203;1 +wg ;820399;"***Teigwaren ";000000820;00008203;1 +wg ;821100;"Speisesalz EDI ";000000821;00008211;1 +wg ;821110;"Speisesalz, Natron ";000000821;00008211;1 +wg ;821115;"Essig, Essigessenz ";000000821;00008211;1 +wg ;821120;"Senf, Meerrettichzubereitung ";000000821;00008211;1 +wg ;821125;"Einmachmittel ";000000821;00008211;1 +wg ;821199;"***Speisesalz ";000000821;00008211;1 +wg ;821200;"Gewrze EDI ";000000821;00008212;1 +wg ;821210;"Gewrze flssig ";000000821;00008212;1 +wg ;821215;"Gewrze trocken ";000000821;00008212;1 +wg ;821220;"Schlachtgewrze ";000000821;00008212;1 +wg ;821299;"***Gewrze ";000000821;00008212;1 +wg ;821300;"Konfitre EDI ";000000821;00008213;1 +wg ;821310;"Konfitre ";000000821;00008213;1 +wg ;821315;"Marmelade ";000000821;00008213;1 +wg ;821320;"Gelees ";000000821;00008213;1 +wg ;821399;"***Konfitre ";000000821;00008213;1 +wg ;821400;"Anderer Brotaufstrich EDI ";000000821;00008214;1 +wg ;821410;"Pflaumenmus, Rben-, ";000000821;00008214;1 +wg ;821415;"Bienenhonig ";000000821;00008214;1 +wg ;821420;"Kunsthonig ";000000821;00008214;1 +wg ;821425;"Nuss-, Schokoladencremes ";000000821;00008214;1 +wg ;821499;"***Anderer Brotaufstrich ";000000821;00008214;1 +wg ;824000;"Zwieback, Keks, Waffeln EDI ";000000824;00008240;1 +wg ;824010;"Zwieback ";000000824;00008240;1 +wg ;824015;"Hart-, Weichkeks ";000000824;00008240;1 +wg ;824020;"Waffeln ";000000824;00008240;1 +wg ;824025;"Keks-, Waffelmischung ";000000824;00008240;1 +wg ;824099;"***Zwieback, Keks, Waffeln ";000000824;00008240;1 +wg ;824100;"Andere Dauerbackwaren EDI ";000000824;00008241;1 +wg ;824110;"Leb-, Honigkuchen ";000000824;00008241;1 +wg ;824115;"Salz-, Laugengebck ";000000824;00008241;1 +wg ;824120;"Ksegebck ";000000824;00008241;1 +wg ;824125;"Krcker ";000000824;00008241;1 +wg ;824199;"***Andere Dauerbackwaren ";000000824;00008241;1 +wg ;824200;"Schokoladen EDI ";000000824;00008242;1 +wg ;824210;"Tafelschokoladen massiv ";000000824;00008242;1 +wg ;824215;"Tafelschokoladen gefllt ";000000824;00008242;1 +wg ;824220;"Riegel ";000000824;00008242;1 +wg ;824299;"***Schokoladen ";000000824;00008242;1 +wg ;824300;"Pralinen EDI ";000000824;00008243;1 +wg ;824310;"Pralinen in Packung < 125g ";000000824;00008243;1 +wg ;824315;"Pralinen in Packung < 250g ";000000824;00008243;1 +wg ;824320;"Pralinen in Packung > 250g ";000000824;00008243;1 +wg ;824325;"Pralinen flssig gefllt ";000000824;00008243;1 +wg ;824330;"Pralinen lose ";000000824;00008243;1 +wg ;824399;"***Pralinen ";000000824;00008243;1 +wg ;824400;"Bonbons EDI ";000000824;00008244;1 +wg ;824410;"Bonbons in Packungen < 100g ";000000824;00008244;1 +wg ;824415;"Bonbons in Packungen < 200g ";000000824;00008244;1 +wg ;824420;"Bonbons in Packungen < 500g ";000000824;00008244;1 +wg ;824425;"Bonbons lose ";000000824;00008244;1 +wg ;824499;"***Bonbons ";000000824;00008244;1 +wg ;824500;"Andere Zuckerwaren EDI ";000000824;00008245;1 +wg ;824510;"Rollen, Stangen ";000000824;00008245;1 +wg ;824515;"Lutscher ";000000824;00008245;1 +wg ;824520;"Traubenzucker ";000000824;00008245;1 +wg ;824525;"Lakritzwaren ";000000824;00008245;1 +wg ;824530;"Kaugummi ";000000824;00008245;1 +wg ;824535;"Gummibonbons ";000000824;00008245;1 +wg ;824540;"Fruchtgeleewaren ";000000824;00008245;1 +wg ;824545;"Negerksse ";000000824;00008245;1 +wg ;824599;"***Andere Zuckerwaren ";000000824;00008245;1 +wg ;824600;"Andere Swaren EDI ";000000824;00008246;1 +wg ;824610;"Marzipan ";000000824;00008246;1 +wg ;824615;"Frchte ";000000824;00008246;1 +wg ;824620;"Dragees ";000000824;00008246;1 +wg ;824699;"***Andere Swaren ";000000824;00008246;1 +wg ;824700;"Knabberartikel EDI ";000000824;00008247;1 +wg ;824710;"Erdnsse ";000000824;00008247;1 +wg ;824715;"Nuss-Mandelkernmischungen ";000000824;00008247;1 +wg ;824720;"Nuss-Mandelkerne ";000000824;00008247;1 +wg ;824725;"Kartoffelchips ";000000824;00008247;1 +wg ;824730;"Puffreis ";000000824;00008247;1 +wg ;824735;"Studentenfutter ";000000824;00008247;1 +wg ;824799;"***Knabberartikel ";000000824;00008247;1 +wg ;824800;"Saisonartikel EDI ";000000824;00008248;1 +wg ;824810;"Weihnachtsartikel ";000000824;00008248;1 +wg ;824815;"Osterartikel ";000000824;00008248;1 +wg ;824899;"***Saisonartikel ";000000824;00008248;1 +wg ;830000;"Traubenweine, wei EDI ";000000830;00008300;0 +wg ;830010;"Deutschland ";000000830;00008300;0 +wg ;830015;"Italien ";000000830;00008300;0 +wg ;830020;"Frankreich ";000000830;00008300;0 +wg ;830025;"Spanien ";000000830;00008300;0 +wg ;830030;"Portugal ";000000830;00008300;0 +wg ;830035;"Restl. Europa ";000000830;00008300;0 +wg ;830040;"Nord-Amerika ";000000830;00008300;0 +wg ;830045;"Sd-Amerika ";000000830;00008300;0 +wg ;830050;"Afrika ";000000830;00008300;0 +wg ;830099;"***Traubenweine, wei ";000000830;00008300;0 +wg ;830100;"Traubenweine, rot EDI ";000000830;00008301;0 +wg ;830110;"Deutschland ";000000830;00008301;0 +wg ;830115;"Italien ";000000830;00008301;0 +wg ;830120;"Frankreich ";000000830;00008301;0 +wg ;830125;"Spanien ";000000830;00008301;0 +wg ;830130;"Portugal ";000000830;00008301;0 +wg ;830135;"Restl. Europa ";000000830;00008301;0 +wg ;830140;"Nord-Amerika ";000000830;00008301;0 +wg ;830145;"Sd-Amerika ";000000830;00008301;0 +wg ;830150;"Afrika ";000000830;00008301;0 +wg ;830199;"***Traubenweine, rot ";000000830;00008301;0 +wg ;830200;"Wermut, Dessertweine EDI ";000000830;00008302;0 +wg ;830210;"Wermutweine ";000000830;00008302;0 +wg ;830215;"Portweine ";000000830;00008302;0 +wg ;830250;"Sherryweine ";000000830;00008302;0 +wg ;830255;"Sonstige Dessertweine ";000000830;00008302;0 +wg ;830260;"Obstweine ";000000830;00008302;0 +wg ;830265;"Perlweine ";000000830;00008302;0 +wg ;830299;"***Wermut, Dessertweine ";000000830;00008302;0 +wg ;830300;"Traubenschaumweine EDI ";000000830;00008303;0 +wg ;830310;"Deut. Traubenschaumweine ";000000830;00008303;0 +wg ;830315;"Deut. Qualittsweine ";000000830;00008303;0 +wg ;830320;"Ausl. Traubenschaumweine ";000000830;00008303;0 +wg ;830325;"Ausl. Qualittsweine ";000000830;00008303;0 +wg ;830330;"Obstschaumweine ";000000830;00008303;0 +wg ;830399;"***Traubenschaumweine ";000000830;00008303;0 +wg ;830400;"Kornbranntweine EDI ";000000830;00008304;0 +wg ;830410;"Kornbranntwein < 38% ";000000830;00008304;0 +wg ;830415;"Kornbranntwein > 38% ";000000830;00008304;0 +wg ;830420;"Steinhger ";000000830;00008304;0 +wg ;830425;"Aquavit ";000000830;00008304;0 +wg ;830499;"***Kornbranntweine ";000000830;00008304;0 +wg ;830500;"Klare Trinkbranntweine EDI ";000000830;00008305;0 +wg ;830510;"Wacholderbranntwein ";000000830;00008305;0 +wg ;830515;"Gin, Genever ";000000830;00008305;0 +wg ;830520;"Wodka ";000000830;00008305;0 +wg ;830525;"Obstbranntweine ";000000830;00008305;0 +wg ;830599;"***Klare Trinkbranntweine ";000000830;00008305;0 +wg ;830600;"Branntwein aus Wein EDI ";000000830;00008306;0 +wg ;830610;"Deut. Qualittsbranntwein ";000000830;00008306;0 +wg ;830615;"Ausl. Qualittsbranntwein ";000000830;00008306;0 +wg ;830620;"Deut. Branntwein ";000000830;00008306;0 +wg ;830625;"Ausl. Branntwein ";000000830;00008306;0 +wg ;830699;"***Branntwein aus Wein ";000000830;00008306;0 +wg ;830700;"Andere Trinkbranntweine EDI ";000000830;00008307;0 +wg ;830710;"Whisky ";000000830;00008307;0 +wg ;830715;"Rum Arrak ";000000830;00008307;0 +wg ;830720;"Rum, Arrakverschnitt ";000000830;00008307;0 +wg ;830725;"Bittere Branntweine ";000000830;00008307;0 +wg ;830730;"Frchte in Alkohol ";000000830;00008307;0 +wg ;830799;"***Andere Trinkbranntweine ";000000830;00008307;0 +wg ;830800;"Frucht-, Bitter-, Kruterlikr ";000000830;00008308;0 +wg ;830810;"Fruchtlikre ";000000830;00008308;0 +wg ;830815;"Bitter-, Kruterlikre ";000000830;00008308;0 +wg ;830899;"***Frucht-, Bitter-, Kruterl ";000000830;00008308;0 +wg ;830900;"Andere Likre EDI ";000000830;00008309;0 +wg ;830910;"Kakao-, Kaffee-, Teelikre ";000000830;00008309;0 +wg ;830915;"Emulsionslikre ";000000830;00008309;0 +wg ;830920;"Cocktails ";000000830;00008309;0 +wg ;830999;"***Andere Likre ";000000830;00008309;0 +wg ;831000;"Exportbiere EDI ";000000831;00008310;0 +wg ;831010;"Exportbiere ";000000831;00008310;0 +wg ;831099;"***Exportbiere ";000000831;00008310;0 +wg ;831100;"Pilsbiere EDI ";000000831;00008311;0 +wg ;831110;"Pilsbiere ";000000831;00008311;0 +wg ;831199;"***Pilsbiere ";000000831;00008311;0 +wg ;831200;"Obergrige Biere EDI ";000000831;00008312;0 +wg ;831210;"Obergrige Biere ";000000831;00008312;0 +wg ;831215;"Malz-, Nhrbiere ";000000831;00008312;0 +wg ;831299;"***Obergrige Biere ";000000831;00008312;0 +wg ;831300;"Andere untergrige Biere EDI ";000000831;00008313;0 +wg ;831310;"Mrzenbiere ";000000831;00008313;0 +wg ;831315;"Lagerbiere ";000000831;00008313;0 +wg ;831320;"Spezialbiere ";000000831;00008313;0 +wg ;831325;"Starkbiere ";000000831;00008313;0 +wg ;831399;"***Andere untergrige Biere ";000000831;00008313;0 +wg ;831400;"Obst-, Gemsesfte EDI ";000000831;00008314;1 +wg ;831410;"Obstsfte ";000000831;00008314;1 +wg ;831415;"Nektare ";000000831;00008314;1 +wg ;831420;"Gemsesfte ";000000831;00008314;1 +wg ;831425;"Obstsaftkonzentrate ";000000831;00008314;1 +wg ;831430;"Gemsesaftkonzentrate ";000000831;00008314;1 +wg ;831499;"***Obst-, Gemsesfte ";000000831;00008314;1 +wg ;831500;"Tafelwasser EDI ";000000831;00008315;1 +wg ;831510;"Mineralwasser knstl. ";000000831;00008315;1 +wg ;831515;"Heilwasser ";000000831;00008315;1 +wg ;831520;"Mineralwasser natrlich ";000000831;00008315;1 +wg ;831599;"***Tafelwasser ";000000831;00008315;1 +wg ;831600;"Fruchtsaftgetrnke, Limonaden ";000000831;00008316;1 +wg ;831610;"Fruchtsaftgetrnke ";000000831;00008316;1 +wg ;831615;"Limonaden ";000000831;00008316;1 +wg ;831699;"***Fruchtsaftgetrnke, Limona ";000000831;00008316;1 +wg ;831700;"Andere alkoholfreie Erfrischun ";000000831;00008317;1 +wg ;831710;"koffeinhaltige Erfrischungsget ";000000831;00008317;1 +wg ;831715;"Brausen ";000000831;00008317;1 +wg ;831799;"***Andere alkoholfreie Erfris ";000000831;00008317;1 +wg ;833000;"Brot, ganz EDI ";000000833;00008330;1 +wg ;833010;"Weibrot ";000000833;00008330;1 +wg ;833015;"Weizenmischbrot ";000000833;00008330;1 +wg ;833020;"Roggenmischbrot ";000000833;00008330;1 +wg ;833025;"Roggenbrot ";000000833;00008330;1 +wg ;833030;"Vollkornbrot ";000000833;00008330;1 +wg ;833035;"Schrotbrot ";000000833;00008330;1 +wg ;833040;"Spezialbrot ";000000833;00008330;1 +wg ;833099;"***Brot, ganz ";000000833;00008330;1 +wg ;833100;"Brot, geschnitten EDI ";000000833;00008331;1 +wg ;833110;"Weibrot ";000000833;00008331;1 +wg ;833115;"Weizenmischbrot ";000000833;00008331;1 +wg ;833120;"Roggenmischbrot ";000000833;00008331;1 +wg ;833125;"Roggenbrot ";000000833;00008331;1 +wg ;833130;"Vollkornbrot ";000000833;00008331;1 +wg ;833135;"Schrotbrot ";000000833;00008331;1 +wg ;833140;"Spezialbrot ";000000833;00008331;1 +wg ;833199;"***Brot, geschnitten ";000000833;00008331;1 +wg ;880000;"Dienstleistungen EDI ";000000880;00008800;0 +wg ;880010;"Dienstleistungen ";000000880;00008800;0 +wg ;880099;"Dienstleistungen ";000000880;00008800;0 +wg ;890000;"Aktionsware LH EDI ";000000890;00008900;1 +wg ;890010;"Aktionsware LH ";000000890;00008900;0 +wg ;890099;"***Aktionsware LH ";000000890;00008900;1 +lieferant ;00000002;"Karl-Heinz Wolf ";" ";"Stresemannstr. 1-3 ";" ";"42275 ";"Wuppertal-Barmen ";" ";" ";" ";" " +lieferant ;00000011;"Elkont Mode GmbH ";" ";"Industriestr. 6 ";" ";"91710 ";"Gunzenhausen ";" ";" ";" ";" " +lieferant ;00000012;"H. Kullmann GmbH & Co. KG ";" ";". ";" ";"63762 ";"Grossostheim ";" ";" ";" ";" " +lieferant ;00000014;"P. Josef Zimmermann GmbH & Co. KG ";" ";"Augustastr. 78-80 ";" ";"52070 ";"Aachen ";"0241/51802-0 ";" ";"0241/51802-51 ";" " +lieferant ;00000028;"Sperando Fashion Prod. ";" ";"Walluferstr. 14 ";" ";"65343 ";"Eltville ";" ";" ";" ";" " +lieferant ;00000040;"Hutfabrik Rockel ";" ";"Fuldaer Tor 30 ";"320 ";"36304 ";"Alsfeld ";" ";" ";" ";" " +lieferant ;00000050;"Paul Conzelmann ";" ";"Neuweilerstr. 107 ";" ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00000061;"Hans Gotzens ";" ";"BADENSTR.21/23 ";" ";"41061 ";"MOENCHENGLADBACH ";" ";" ";" ";" " +lieferant ;00000072;"Fuzzi S.p.A. ";" ";"Via al Mare, 1015 ";" ";"47048 ";"S. Giovanni Marignano ";"+39-0541/965811 ";" ";"+39-0541/956400 ";" " +lieferant ;00000073;"W.P. Textilvertrieb GmbH ";" ";"Meppener Str. 104 ";" ";"49808 ";"Lingen ";" ";" ";" ";" " +lieferant ;00000074;"Soyaconcept Deutschland GmbH ";" ";"Modering 9, Haus M9, Raum 093-097 ";" ";"22457 ";"Hamburg ";"040/571 484 88 ";" ";"040/571 484 90 ";" " +lieferant ;00000075;"MAOR Handelsgesells.OHG ";" ";"Hildebrandtstr.24 C ";" ";"40215 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00000081;"DILEK DESSOUS LINGERIE ";" ";"HESSENSTR. 1 ";" ";"30855 ";"LANGENHAGEN ";" ";" ";" ";" " +lieferant ;00000090;"Ferdinand Brenner ";" ";"Ludwigstr. 15 ";"7 ";"63739 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00000097;"Ermenegildo Zegna ";" ";"Maximilianstrasse 11-15 ";" ";"80539 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00000100;"Citizen_alt ";" ";"Hans-Duncker-Str. 8 ";" ";"21035 ";"Hamburg ";"040/73462-0 ";" ";"040/73462-87 ";" " +lieferant ;00000101;"Citizen Watch Europe GmbH ";" ";"Hans-Duncker-Str. 8 ";" ";"21035 ";"Hamburg ";"040/73462-0 ";" ";"040/73462-87 ";" " +lieferant ;00000102;"Max Faber GmbH ";" ";"Brunnenstrae 19 ";"500407 ";"70372 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00000104;"shirtCut GmbH ";" ";"Apfelstr. 12b ";" ";"33613 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00000105;"Steinfeld17 - Design ";" ";"Isebekstr. 28 ";" ";"22769 ";"Hamburg ";"040 / 85396505 ";" ";" ";" " +lieferant ;00000127;"F 2 INTERNATIONAL ";" ";"KOLPINGRING 1 ";" ";"82041 ";"OBERHACHING ";" ";" ";" ";" " +lieferant ;00000130;"Leporello GmbH ";" ";"Buttendorfer Str 3 ";" ";"90431 ";"Nrnberg ";"0911 3230690 ";" ";"0911 32386985 ";" " +lieferant ;00000131;"Licefa Kunststoffverarbeitung GmbH & Co ";" ";"Lemgoer Strasse 11 ";" ";"32108 ";"Bad Salzuflen ";"05222 280420 ";" ";"05222280424 ";" " +lieferant ;00000132;"SPL Vertriebs GmbH ";" ";"Neckarstrasse 1 ";" ";"40219 ";"Dsseldorf ";"0211/1598890 ";" ";"0211/396184 ";" " +lieferant ;00000133;"ARCHIMEDE ";" ";"Av. de la Couronne 224 ";" ";"1050 ";"Brssel ";"+32 2 647 20 10 ";" ";"+32 2 647 20 40 ";" " +lieferant ;00000134;"OTO GmbH ";" ";"Weng 5 ";" ";"83556 ";"Griessttt ";"08038/9099248 ";" ";"08038/9099249 ";" " +lieferant ;00000135;"Karl Mill GmbH ";" ";"Hanauer Str. 76 ";"223 ";"63739 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00000138;"PFEIFFLE KG ";" ";"Woerthstr. 155 ";"2354 ";"7410 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00000144;"Schwab & Sthler GmbH ";" ";"Industriestr. Ost ";" ";"63808 ";"Haibach ";" ";" ";" ";" " +lieferant ;00000154;"J. Starz ";" ";"Kirchgasse 4 ";" ";"73575 ";"Leinzell ";" ";" ";" ";" " +lieferant ;00000159;"Hengella Moden Vertriebs GmbH ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";"02131/3679770 ";" ";"02131 3679771 ";" " +lieferant ;00000161;"Westtuch GmbH ";" ";"Ltzowstrasse 1 ";" ";"40476 ";"Dsseldorf ";"+49 211 4976840 ";" ";"+49 211 49768420 ";" " +lieferant ;00000162;"DETAIL GERMANY ";" ";"AM SEESTERN 3 ";" ";"40547 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00000164;"SUPERGA s.p.a. ";" ";"Via Verolengo, 28 ";" ";"10149 ";"Torino ";" ";" ";" ";" " +lieferant ;00000169;"Lembert GmbH ";" ";"Haunstetter Str. 49 ";"102049 ";"86161 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00000173;"AIDA BARNI ";" ";"MAX-LANG-STR. 56/2 ";" ";"70771 ";"ECHTERDINGEN-LEINFEL ";" ";" ";" ";" " +lieferant ;00000180;"KILLY ";" ";"WUHRKOPFWEG 1 ";" ";"6921 ";"KENNELBACH ";" ";" ";" ";" " +lieferant ;00000183;"Pepper Texilvertrieb GmbH ";" ";"Osterwaldstr. 10 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00000193;"Adolf Andraschko ";" ";"Bewartsteinstr. ";" ";"76767 ";"Hagenbach ";" ";" ";" ";" " +lieferant ;00000194;"Belair-Gardinen ";" ";"Katharinenstr. 30 ";"26 ";"36103 ";"Flieden ";" ";" ";" ";" " +lieferant ;00000195;"DROEGE BV ";" ";"DE STEIGER 63-135 ";" ";" ";"AD ALMERE-HAVEN ";" ";" ";" ";" " +lieferant ;00000200;"WALTER WERNER GMBH ";" ";"IRLACHSTR. 18 ";" ";"83043 ";"BAD AIBLING ";" ";" ";" ";" " +lieferant ;00000202;"Cordima Cordes GmbH & Co. ";" ";"Saerbecker Str. 141 ";"180 ";"48250 ";"Greven ";" ";" ";" ";" " +lieferant ;00000233;"Sara Lee Intimates ";" ";"Mainzer Strasse 5 ";" ";"55232 ";"Alzey ";" ";" ";" ";" " +lieferant ;00000240;"United Authentics GmbH ";" ";"Rdelheimer Bahnweg 29 ";" ";"60489 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00000250;"J.C.GERHARDS+SOHN ";" ";"GARTENSTR.5 ";"120 ";"26935 ";"STADLAND-RODENK. ";" ";" ";" ";" " +lieferant ;00000258;"Ahlemeyer GmbH & Co. KG ";" ";"Finkenstr. 74 ";"10 04 29 ";"33609 ";"Bielefeld ";"0521/30304-0 ";" ";"0521-30304-30 ";" " +lieferant ;00000260;"Max Tpfer ";" ";"Heimgartenstr. 14 ";" ";"84030 ";"Ergolding ";" ";" ";" ";" " +lieferant ;00000261;"FMN DEUTSCHLAND ";" ";"LOUISENSTR. 63 ";" ";"61348 ";"BAD HOMBURG ";" ";" ";" ";" " +lieferant ;00000263;"Eugen Pfeiffer ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00000268;"Assfalg & Schedel Hutmoden GmbH & Co. KG";"A&S Moden ";"Alte Salzstr. 103-105 ";" ";"88171 ";"Weiler-Simmerberg ";"08387/92287-0 ";" ";"08387/92287-40 ";" " +lieferant ;00000275;"Ulrich Rieck & Shne ";"Internationale Speditions GmbH ";"Duisburger Str. 10 ";" ";"41460 ";"ESSEN ";"02131/2686-0 ";" ";" ";" " +lieferant ;00000291;"Friedrich Ahlborn Krawatten ";" ";"Altenhofstr. 7 ";"100165 ";"30890 ";"Barsinghausen ";"05105 - 51 960 ";" ";" ";" " +lieferant ;00000292;"Best Blue Mode GmbH ";" ";"Fabrikationsstr. 40 ";"12 05 53 ";"68163 ";"Mannheim ";"0621/167-00 ";" ";" ";" " +lieferant ;00000293;"Rhn-Leinen-Industrie KG ";"Alfred Ndling vorm. J.J.Ndling Nachf. ";"Ensbachstrae 1 ";" ";"6414 ";"Hilders-Batten (Rhn) ";"06681/223 ";" ";" ";" " +lieferant ;00000294;"AB Oscar Wigens ";" ";"Box 1019 ";" ";"57328 ";"Tranas ";" ";" ";" ";" " +lieferant ;00000304;"PRATICA ";" ";"VIA LAHN 6 ";" ";"39040 ";"ORA ";" ";" ";" ";" " +lieferant ;00000313;"GOETTMANN CO+KG ";" ";"WORMSER STR. 55 ";"1362 ";"64625 ";"BENSHEIM ";" ";" ";" ";" " +lieferant ;00000342;"zz~Bardehle + Co. Erloschen ";" ";"Martin-Luther-Str. 3-7 ";" ";"10777 ";"Berlin ";"030/2135020 ";" ";"030/2135039 ";" " +lieferant ;00000356;"Hot Lips Trendfashion GmbH ";" ";"Gterstrasse 17/2 ";" ";"69168 ";"Wiesloch ";"0622250513 ";" ";"0622250582 ";" " +lieferant ;00000387;"Pelsnoer A/S ";" ";"76 Langagervej ";" ";"2600 ";"Glostrup ";" ";" ";" ";" " +lieferant ;00000413;"INDUSTRIAL AREA ";" ";" ";" ";" ";"NEW DEHLI ";" ";" ";" ";" " +lieferant ;00000429;"GOLDEN EAGLE ";" ";"BEERENSTR. 30 ";" ";"14163 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00000438;"Edel Fashion B.V. (la strada Shoes) ";" ";"Grootestraat 14 ";" ";"5141 HA ";"Waalwijk ";"+31-416/651045 ";" ";"+31-416/651054 ";" " +lieferant ;00000442;"Romika Shoes GmbH ";" ";"Gebrder-Seibel-Str. 7 ";" ";"76846 ";"Hauenstein ";"0651/204-0 ";" ";"0651/204-800 ";" " +lieferant ;00000451;"Berufsmode ";" ";"Gartenstr. 34 ";" ";"49401 ";"Damme ";"05491994050 ";" ";"05491994052 ";" " +lieferant ;00000454;"KC SELECTION GMBH ";" ";"ESSENER STR. 30 ";" ";"45529 ";"HATTINGEN ";" ";" ";" ";" " +lieferant ;00000460;"EMINENCE TEXTILIEN ";"Deutschland GmbH ";"Bahnhofstr. 30 - 32 ";" ";"65184 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00000461;"TAA Trade Agency Albanus GmbH ";" ";"Bremsen 13 ";"1141 ";"42799 ";"Leichlingen ";"02175/9720 ";" ";"02175/71844 ";" " +lieferant ;00000463;"Hensel und Mortensen GmbH ";" ";"Hauptstr. 14-16 ";" ";"14979 ";"Ludwigsfelde ";" ";" ";" ";" " +lieferant ;00000466;"Arnulf Heun GmbH & Co. ";" ";"Blumenstrasse 4 ";" ";"65834 ";"Sulzbach ";" ";" ";" ";" " +lieferant ;00000495;"Mario Frattini Fashion Group GmbH ";" ";"Prantlstrae 6 ";" ";"80997 ";"Mnchen ";"089/3590938 ";" ";"089/3590614 ";" " +lieferant ;00000507;"MAX KITTKE U. SOHN ";" ";"KURFUERSTENDAMM 26 A ";" ";"10719 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00000508;"CONSOLCO ";" ";" ";"10 ";"9050 ";"APPENZELL ";" ";" ";" ";" " +lieferant ;00000510;"Blacky Dress GmbH ";" ";"Anton-Kux-Str. 26 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00000514;"Handelsagentur Kollmann ";" ";"Schustergasse 3 ";" ";"83512 ";"Wasserburg / Inn ";"080718614 ";" ";"0807151865 ";" " +lieferant ;00000518;"W. Krause ";"Damenmntel ";"Ringbahnstr 105/ 107 ";" ";"12103 ";"Berlin ";" ";" ";" ";" " +lieferant ;00000520;"LINDT GMBH ";" ";" ";"1188 ";"41844 ";"WEGBERG ";" ";" ";" ";" " +lieferant ;00000540;"ellesse Deutschland GmbH ";" ";"Metzinger Str. 75 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00000547;"Sunwear Textilagentur GmbH ";" ";"Siegstr. 13 ";" ";"40219 ";"Dsseldorf ";"0211/13720-161 ";" ";" ";" " +lieferant ;00000582;"LEPELMEIER GMBH ";" ";"ROEDINGHAUSERSTR. 124 ";" ";"32257 ";"BUENDE ";" ";" ";" ";" " +lieferant ;00000584;"Deuter Sport GmbH ";" ";"Daimlerstrae 23 ";" ";"86368 ";"Gersthofen ";"+49 (0) 821 / 4987 - 327 ";" ";"+ 49 (0) 821 / 4987 - 339 ";" " +lieferant ;00000613;"Hamann Modelle KG ";" ";"Brambusch 10-14 ";" ";"29313 ";"Hambhren ";" ";" ";" ";" " +lieferant ;00000619;"van Cleef ";" ";"Benkenlaan ";" ";"6099 ";"BZ Beegden ";" ";" ";" ";" " +lieferant ;00000620;"Hanes Bodywear Germany GmbH ";"(ehem.DBA Bodywear Germany GmbH) ";"Birkenallee 110-134 ";"2165 ";"48432 ";"Rheine ";"05971/993-0 ";" ";"05971/993-293 ";" " +lieferant ;00000627;"Hudora Werk ";" ";"Jgerwald 13 ";" ";"42897 ";"Remscheid ";"+49 (0) 21 91 / 6 09 12-0 ";" ";" ";" " +lieferant ;00000633;"Gerald Jakoby GmbH ";" ";"Zum Wingertsgrund 7 ";" ";"63110 ";"Rodgau ";" ";" ";" ";" " +lieferant ;00000652;"Hannes Marker ";"Design + Entwicklung ";"Hauptstrae 51-53 ";" ";"82467 ";"Garmisch-Partenkirchen ";" ";" ";" ";" " +lieferant ;00000664;"Panalpina Welttransport (Deutschl.) GmbH";" ";"Karl-Benz-Str. 21 ";" ";"60347 ";"Frankfurt/Main ";" ";" ";" ";" " +lieferant ;00000666;"Hanna Heine ";"Designmode/ Unternehmensberatung ";"Elzbergstrasse 5 ";" ";"78834 ";"Elztal-Dallau ";"+49 6261 914745 ";" ";"+49 6261 2213 ";" " +lieferant ;00000688;"Jammers & Leufgen GmbH & Co. KG ";"bei v.Fraas GmbH ";"Orter Str. 6 ";" ";"95233 ";"Helmbrechts ";"+49 9252 7030 ";" ";"+49 9252 703300 ";" " +lieferant ;00000698;"Oberalp Deutschland GmbH ";" ";"Saturnstr. 63 ";" ";"85609 ";"Aschheim b. Mnchen ";"089/90993-0 ";" ";"089/90993-190 ";" " +lieferant ;00000706;"INDUSTRIA PRODUZIONE ";" ";"VIA FIGLIOLA TRAV.ARTI. ";" ";"80040 ";"SAN SEBASTIANO AL V. ";" ";" ";" ";" " +lieferant ;00000721;"KARL UHL ";" ";"GRUENEWALDSTR.1 ";" ";"72336 ";"BALINGEN ";" ";" ";" ";" " +lieferant ;00000729;"ULPA TEXTIL GMBH ";" ";"SCHENKENDORFSTR. 29 ";" ";"45472 ";"MUELHEIM A.D.RUHR ";" ";" ";" ";" " +lieferant ;00000732;"BIG BLUE Warenhandel GmbH ";" ";"Wolfenmhleweg 1 ";" ";"88348 ";"Bad Saulgau ";"07581/5094-0 ";" ";"07581/5094-20 ";" " +lieferant ;00000739;"KAYSER & CO KG ";" ";"SUDBACHSTR.14 ";" ";"33611 ";"BIELEFELD 1 ";" ";" ";" ";" " +lieferant ;00000752;"E.BARTL KG ";" ";"LESSINGSTR.6 ";" ";"63791 ";"DETTINGEN/MAIN ";" ";" ";" ";" " +lieferant ;00000766;"HUETIG - Manston Herrenkl.GmbH ";" ";"FINKENSTR. 74-76 ";"101507 ";"33609 ";"Bielefeld ";"05213238410 ";" ";"05213238420 ";" " +lieferant ;00000773;"CGL SPORTS-FASHION ";" ";"KONRAD-ADENAUER-STR. 34 ";" ";"72461 ";"ALBSTADT ";" ";" ";" ";" " +lieferant ;00000775;"Carrera Sport Division ";" ";"Otto-Hahn-Strae 7 ";" ";"50997 ";"Kln ";" ";" ";" ";" " +lieferant ;00000777;"Gebr. Goetz Fashion GmbH ";" ";". ";"11 40 ";"72574 ";"Bad Urach ";" ";" ";" ";" " +lieferant ;00000779;"Adolf Riedl GmbH & Co. KG ";" ";"Ottostr. 2 ";"160155 ";"95448 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00000780;"PLANTIER + CO ";" ";"AMMERWEG 18 ";" ";"65719 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00000802;"Duguy Creations, Absorba Textil GmbH ";" ";"St. Leonhardstr. 22 ";"1141 ";"72701 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00000815;"Rickie Freeman ";" ";"530 Seventh Ave ";" ";"10018 ";"New York ";" ";" ";" ";" " +lieferant ;00000821;"SIXTY Group Spa ";" ";"Via Erasmo Piaggio, 35 ";" ";"66013 ";"Chieti Scalo (CH) ";"+39-0871/5891 ";" ";"+39-0871/562496 ";" " +lieferant ;00000822;"MARC O'POLO ";" ";"WILHELM-SCHICKARD-STR. ";" ";"72124 ";"PLIEZHAUSEN ";" ";" ";" ";" " +lieferant ;00000824;"Insegna Modevertriebs- GmbH ";" ";"Heldenbergstr. 28 ";" ";"73529 ";"Schwbisch Gmnd (Stradorf) ";"07171/499010 ";" ";" ";" " +lieferant ;00000833;"Nuova Taela SpA ";" ";"Via delle Fisica, 6 ";" ";"36016 ";"Thiene ";" ";" ";" ";" " +lieferant ;00000836;"Dobotex B.V. Vertrieb Deutschland ";" ";"Bortenmachergasse 14 ";" ";"91781 ";"Weissenburg ";" ";" ";" ";" " +lieferant ;00000837;"~Daniel Hechter ";" ";"Frhlingsstrasse 17 ";" ";"63897 ";"Miltenberg ";" ";" ";" ";" " +lieferant ;00000839;"SIMA-GUERTEL ";" ";"BLAUHAUSGASSE 2 ";" ";"9800 ";"SPITTAL ";" ";" ";" ";" " +lieferant ;00000849;"H. Wiegand & Sohn ";" ";"Vierhausstr. 83 ";" ";"44807 ";"Bochum ";"0234/500519 ";" ";"0234/592955 ";" " +lieferant ;00000859;"E. Breuninger GmbH & Co. ";" ";"Marktstrae 1-3 ";" ";"70173 ";"Stuttgart ";"0711/211-0 ";" ";"0711/211-3053 ";" " +lieferant ;00000862;"UVEX Sports GmbH & Co. KG ";" ";"Wrzburger Strae 154 ";"2509 ";"90766 ";"Frth ";"0911/9774-0 ";" ";"0911/9774-4350 ";" " +lieferant ;00000863;"Fritz Pilz ";" ";". ";"1560 ";"59872 ";"Meschede ";" ";" ";" ";" " +lieferant ;00000865;"SUEDTRIKOT GMBH ";" ";"EBERHARD-FINCK-STR.51 ";" ";"89075 ";"ULM ";" ";" ";" ";" " +lieferant ;00000868;"Peter Fleck GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089/3591086 ";" ";" ";" " +lieferant ;00000870;"Khawaja Ledermoden GmbH ";" ";"Feincheswiese 13 ";" ";"56424 ";"Staudt bei Montabaur ";"02602/9328-0 ";" ";"02602/9328-26 ";" " +lieferant ;00000880;"stichd bv (ehemalig Dobotex Int. B.V.) ";" ";"De Waterman 2 ";"P.O. Box 332 ";"5215 MX ";"'s-Hertogenbosch ";"+31-73/6889393 ";" ";"+31-73/6889399 ";" " +lieferant ;00000881;"Codeba KG ";" ";"In der Krim 30-34 ";"210469 ";"42369 ";"Wuppertal Ronsdorf ";"0202/84655-0 ";" ";"0202/24655-98 ";" " +lieferant ;00000883;"KATHLEEN MADDEN ";" ";"SEEFELDSTR. 8 ";" ";"3600 ";"THUN ";" ";" ";" ";" " +lieferant ;00000885;"EFUSSION INTERNATIONAL ";" ";"AVDA RIO PALANCIA ";" ";"12412 ";"GELDO CASTELLON ";" ";" ";" ";" " +lieferant ;00000886;"SIXTY Deutschland GmbH ";" ";"Speditionstr. 5 ";" ";"40221 ";"Dsseldorf ";"0211/41550-100 ";" ";"0211/41550-301 ";" " +lieferant ;00000894;"Sommer Isfort Middelmann Mode GmbH ";" ";"Schulweg 1 ";" ";"97234 ";"Reichenberg ";"09366/90080-0 ";" ";"09366/90080-900 ";" " +lieferant ;00000897;"Salzenbrodt GmbH & Co. KG ";" ";"Hermsdorfer Str. 70 ";"260340 ";"13437 ";"Berlin ";"030/4140440 ";" ";"030/41404520 ";" " +lieferant ;00000903;"Voelkl Vertriebs GmbH ";" ";"Europaring 8 ";" ";"94315 ";"Straubing ";"09421/3200 ";" ";"09421/320186 ";" " +lieferant ;00000904;"zz~VOLKMAR PRELL ";" ";"DAIMLERSTR. 1 ";"1237 ";"66123 ";"SAARBRUECKEN-GUEDING ";" ";" ";" ";" " +lieferant ;00000906;"Kai Balke ";"Hat and Cap Design ";"Nikolaus-Otto-Str. 11 ";" ";"28816 ";"Stuhr ";"0421/8784154 ";" ";"0421/8784155 ";" " +lieferant ;00000910;"ADOROS GMBH ";" ";"NUERNBERGER STR. ";" ";"91257 ";"PEGNITZ ";" ";" ";" ";" " +lieferant ;00000927;"Heinz Kettler GmbH & Co. KG ";" ";"Hauptstrae 28 ";"1020 ";"59469 ";"Ense-Parsit ";"02938/810 ";" ";"02938/2022 ";" " +lieferant ;00000935;"Charme s.r.l. ";" ";"Via Torino, 9 ";" ";"41012 ";"Carpi (MO) ";"+39-059/651241 ";" ";"+39-059/689736 ";" " +lieferant ;00000945;"AMBROSIUS OTTO ";" ";"BRONNENMAYERST.9 ";" ";"73037 ";"GOEPPINGEN ";" ";" ";" ";" " +lieferant ;00000946;"Drexel GmbH ";" ";"Hauptstr.22 ";" ";"86505 ";"Mnsterhausen ";"08281/2038 ";" ";"08281/4667 ";" " +lieferant ;00000955;"Pro Feet GmbH ";" ";"Sophie-Scholl-Platz 2 ";" ";"63452 ";"Hanau ";" ";" ";" ";" " +lieferant ;00000956;"Pro Feet Functional Wear GmbH ";" ";"Industriestr. 15a ";" ";"63517 ";"Rodenbach ";" ";" ";" ";" " +lieferant ;00000968;"Rolf Schulte GmbH ";" ";"Dsseldorfer Str. 4-6 ";" ";"60329 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00000974;"Marina Rinaldi s.r.l. ";" ";"Via Marino Mazzacurati, 4 ";"Casella Postale 215 ";"42122 ";"Reggio Emilia (RE) ";"+39-0522/3591 ";" ";"+39-0522/557701 ";" " +lieferant ;00000977;"GERMAPORT EMPRESA ";" ";"RUA DO BARREIRO,333 ";" ";"4470 ";"MAIA ";" ";" ";" ";" " +lieferant ;00000981;"Boss Woman ";" ";"Dieselstr. 12 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00000996;"BOLES D'OLOR ";" ";"POL.IND.CAN MASCARO,N.2 ";" ";"08756 ";"BARCELONA ";" ";" ";" ";" " +lieferant ;00001004;"G.UHLE KG ";" ";"AUF DER WACHT 2 ";"59 ";"31600 ";"UCHTE ";" ";" ";" ";" " +lieferant ;00001007;"Chiba Gloves Germany GmbH & Co. KG ";" ";"Tragmoos 19 ";" ";"83317 ";"Telsendorf ";" ";" ";" ";" " +lieferant ;00001008;"Lindenmann GmbH & Co. KG ";" ";"Lochckerstr. 13 ";"91 01 36 ";"75177 ";"Pforzheim ";"07231/139969-0 ";" ";"07231/139969-99 ";" " +lieferant ;00001018;"Salty Dog Jr. CV ";" ";"Pieter Calandlaan 101 ";"9845 ";"1065 KK ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00001022;"delmod International ";"Bekleidungsindustrie GmbH & Co. ";"Brauenkamper Str. 97 ";" ";"27753 ";"Delmenhorst ";"04221/854-0 ";" ";"04221/854-319 ";" " +lieferant ;00001023;"delmod GmbH & Co. KG ";" ";"Sachsenstrae 32 ";" ";"75177 ";"Pforzheim ";"07231/901010 ";" ";"07231/901190 ";" " +lieferant ;00001031;"PLEY-KATEX ";" ";"GEWERBESTR. 13 ";" ";"85652 ";"PLIENING-LANDSHAM ";" ";" ";" ";" " +lieferant ;00001057;"Deutsche Modawag-AG ";" ";"Hohenadlstrae 1 ";" ";"85737 ";"Ismaning / Mnchen ";" ";" ";" ";" " +lieferant ;00001060;"LOUIS LEONHARDT ";" ";"- ";"160031 ";"72431 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00001081;"CERTEX S.P.A. IND. DI ";" ";"VIALA DEI MILLE 9 ";" ";"42015 ";"CORREGGIO (R.E) ";" ";" ";" ";" " +lieferant ;00001094;"C. Jul. Herbertz GmbH ";"Schneidwaren ";"Mangenberger Str. 334 ";"120 127 ";"42655 ";"Solingen a.d. Hhe ";" ";" ";" ";" " +lieferant ;00001117;"Hanwag Sportschuhfabrik Hans Wagner GmbH";" ";"Freisinger Str. 16-17 ";" ";"85256 ";"Vierkirchen ";" ";" ";" ";" " +lieferant ;00001118;"Schiesser Lifestyle GmbH ";" ";"Schtzenstr. 18 ";" ";"78315 ";"Radolfzell ";"077 32 - 90 - 0 ";" ";" ";" " +lieferant ;00001121;"STUNZ-PORSCHE ";" ";"WELDAERSTR. ";"1247 ";"36205 ";"SONTRA ";"05653-97720 ";" ";"05653-8142 ";" " +lieferant ;00001126;"Oskar Rapp ";"Krawattenfabrik ";"Andreas-Grieser Str. 79 ";" ";"97084 ";"Wrzburg ";"0931/611010 ";" ";"0931/611045 ";" " +lieferant ;00001131;"JANSEN Woman Textil GmbH ";" ";"Brockhger Strasse 276 ";" ";"33334 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00001140;"c.o.m. GmbH Modevertrieb (Femi) ";" ";"Felix-Wankel-Str. 17 ";"4208 ";"73760 ";"Ostfildern, Nellingen ";" ";" ";" ";" " +lieferant ;00001164;"Hartmut Schfer ";"IMS ";"Welserstr. 88 ";" ";"90489 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00001168;"Mitschke Sportartikel GmbH ";"Richard Mitschke ";"Christian-Blank-Str. 4-6 ";" ";"37112 ";"Duderstadt ";" ";" ";" ";" " +lieferant ;00001194;"Wabo Textil GmbH & Co. KG ";" ";"Hermannstr. 24 ";" ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00001210;"Joachim Bosse Internationale Moden ";"Style Cote d'Azur - GmbH & Co. KG ";"Modering 3 ";" ";"22457 ";"Hamburg ";"040 - 370 84 78 - 20 ";" ";"040 - 370 84 78 - 40 ";" " +lieferant ;00001218;"Holmenkol GmbH ";" ";"Wernher-von-Braun-Str. 3 ";" ";"71254 ";"Heimerdingen ";"07152/6101-100 ";" ";"07152/6101-129 ";" " +lieferant ;00001222;"Best Basic Jeans ";" ";"Postfach 10 72 22 ";"10 72 22 ";"28072 ";"Bremen ";" ";" ";" ";" " +lieferant ;00001236;"I K O GMBH ";" ";"KUFSTEINERSTR. 72 ";" ";"83064 ";"RAULBING ";" ";" ";" ";" " +lieferant ;00001237;"Porschen GmbH & Co. ";" ";"Bockmhle 40 ";"220304 ";"42289 ";"Wuppertal ";"0202/26283-0 ";" ";"0202/26283-26 ";" " +lieferant ;00001239;"TEXWA ";" ";" ";"5 ";"8750 ";"ASCHAFFENBURG ";" ";" ";" ";" " +lieferant ;00001240;"Essence GmbH ";" ";"Dr.-Adolf-Schneider-Str. 23 ";" ";"73479 ";"Ellwangen ";"07361/37000 ";" ";"07361/370020 ";" " +lieferant ;00001253;"TRADE FACT.ITALY ";" ";"VIA VERDIGLIANO ALFA 4 ";" ";"50025 ";"MONTESPERTI ";" ";" ";" ";" " +lieferant ;00001256;"Mey Herrenwsche GmbH & Co. KG ";" ";"Auf Steingen 6 ";"15 00 15 ";"72459 ";"Albstadt ";"07431/706-0 ";" ";"07431/706-100 ";" " +lieferant ;00001258;"TopTeam Collection GmbH ";" ";"Rmerstrae 10 ";" ";"85777 ";"Fahrenzhausen ";" ";" ";" ";" " +lieferant ;00001268;"Franz Ziener GmbH & Co. KG ";" ";"Schwedengasse 5 ";" ";"82487 ";"Oberammergau ";"08822/9206-0 ";" ";"08822/9206-20 ";" " +lieferant ;00001281;"CHERVO SPORTS ";" ";"REICHENHALLER STR. 15 ";" ";"83395 ";"Freilassing ";"08654/478680 ";" ";"08654/478682 ";" " +lieferant ;00001285;"DIETMAR FASHION ";" ";"Grotrian-Steinweg-Strae 4 b ";"58 18 ";"38112 ";"BRAUNSCHWEIG ";" ";" ";" ";" " +lieferant ;00001287;"Wilfried Stumpf Hosenspezialfabrik ";"Inh. Herbert Umscheid e.K. ";"Kolpingstrae 1-37 ";"20 ";"97903 ";"Collenberg ";"09376/18-0 ";" ";"09376/18-40 ";" " +lieferant ;00001290;"MELIS OERME TEKSTIL SAN ";" ";"MITHATPASA CAD.NR.47/2 ";" ";"34530 ";"YENIBOSING ";" ";" ";" ";" " +lieferant ;00001293;"A.FAULHABER ";" ";"BABELSBERGER STR.40/41 ";" ";"10715 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00001301;"Stone Planet Acc. GmbH ";" ";"Kreuzberger Ring 40 ";" ";"65205 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00001311;"Rambold GmbH ";" ";"Stadtplatz 6 ";"1452 ";"84347 ";"Pfarrkirchen ";"08561/985947 ";" ";" ";" " +lieferant ;00001312;"FLORET TEKSTIL SAN. ";" ";"GETIN SOK NR.6 ";" ";"81450 ";"YAKACIK ";" ";" ";" ";" " +lieferant ;00001338;"Derby Star GmbH ";" ";"Klever Strae 77 ";"10 02 41 ";"47574 ";"Goch ";" ";" ";" ";" " +lieferant ;00001342;"Huber Sportmoden GmbH ";" ";"Bahnhofstrae 15 ";"1206 ";"85567 ";"Grfing bei Mnchen ";" ";" ";" ";" " +lieferant ;00001351;"DIETER ZUNKLEI ";" ";"KARL-ARNHOLD-STR. 2 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00001355;"H.W.DEPPERMANN OHG ";" ";" ";"4 ";"32609 ";"BUENDE-SPRADOW ";" ";" ";" ";" " +lieferant ;00001378;"R&L Rosenberg & Lenhart ";"Deutsche Pelzhandelsgesellschaft mbH ";"R&L-Center, Ludwig-Landmann-Str. 349 ";"111552 ";"60487 ";"Frankfurt am Main ";"069/79205-01 ";" ";"069/79205-117 ";" " +lieferant ;00001379;"Ottmar Reich GmbH & Co ";" ";"Hauptstrasse 15 - 17 ";" ";"88161 ";"Lindenberg ";" ";" ";" ";" " +lieferant ;00001398;"CANAT ";" ";"Z.INDUSTRIELLE B.P. 143 ";" ";"12101 ";"MILLAU ";" ";" ";" ";" " +lieferant ;00001406;"Gabriele Stange ";" ";"Winfriedstr. 31 ";" ";"14169 ";"Berlin ";" ";" ";" ";" " +lieferant ;00001415;"LEMMI FASHION ";" ";"Gewerbering 1 ";" ";"34560 ";"Fritzlar ";"05622/9880 ";" ";"05622/988139 ";" " +lieferant ;00001425;"PHARMAKA ";" ";"GLADBECKER STR. 419 ";" ";"45329 ";"ESSEN ";" ";" ";" ";" " +lieferant ;00001433;"Valmeline GmbH ";" ";"delszeller Str. 51 ";" ";"36043 ";"Fulda ";" ";" ";" ";" " +lieferant ;00001435;"Tecnica Deutschland GmbH ";" ";"Frauenhofer Str. 11 ";" ";"82152 ";"Planegg ";"089/8577985-6 ";" ";" ";" " +lieferant ;00001445;"Il Nodo srl ";" ";"Via Palazzo, 5 ";" ";"25081 ";"Bedizzole (BS) ";" ";" ";" ";" " +lieferant ;00001449;"Ritter-Decken Friedrich Chr. Ritter e.K.";" ";"Goehtestr. 23 ";" ";"71263 ";"Weil der Stadt ";" ";" ";" ";" " +lieferant ;00001456;"Richard Mller ";" ";"Mnchener Ring 11 ";" ";"96050 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00001469;"KLASSIC-KEMPER ";" ";"SCHENKENDORFSTR. 29 ";"102064 ";"45472 ";"MUELHEIM/RUHR ";" ";" ";" ";" " +lieferant ;00001470;"Heinrich Sauer ";" ";"Hepptstr. 135 ";" ";"72770 ";"Reutlingen ";"07121/54086 ";" ";"07121/579327 ";" " +lieferant ;00001474;"AppleFree ";" ";"Postbus 4089 ";"4089 ";"4900 CB ";"Oosterhout ";" ";" ";" ";" " +lieferant ;00001479;"Profil Textil GmbH & Co. KG ";" ";"Wilhelmstr. 162 ";" ";"72805 ";"Lichtenstein ";"07129/9257-0 ";" ";"07129/9257-29 ";" " +lieferant ;00001483;"Nienhaus & Lotz GmbH ";" ";"Emscherstr. 20 ";" ";"45891 ";"Gelsenkirchen ";"0209/976701 ";" ";"0209/9767103 ";" " +lieferant ;00001490;"B.u.S. GmbH Jeans- und Textilvertrieb ";" ";"Emanuel-Merck-Strae 99 ";"1153 ";"64573 ";"Gernsheim ";" ";" ";" ";" " +lieferant ;00001495;"RUEDIGER BUCKSCH ";" ";"POLBOT ";" ";"80059 ";"TORRE DEL GRECO ";" ";" ";" ";" " +lieferant ;00001504;"ALAN RED & CO. ";" ";"HUISTER HEIDEWEG 48 ";" ";"3705 ";"LZ ZEIST NV ";" ";" ";" ";" " +lieferant ;00001507;"BAERWOLF ";" ";"ANZINGERSTR. 8 ";" ";"85560 ";"EBERSBERG ";" ";" ";" ";" " +lieferant ;00001533;"Herrenkleiderfabrik Kastell ";"Otto Hugo GmbH & Co. KG ";"Borngasse 12 ";"1247 ";"63773 ";"Goldbach ";" ";" ";" ";" " +lieferant ;00001539;"ITALEX ";" ";"VIA DI PONZANO 12 ";" ";"59100 ";"PRATO ";" ";" ";" ";" " +lieferant ;00001542;"Killer Loop ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00001551;"Mensing Holding GmbH ";" ";"Osterfelder Strae 8 ";"520 ";"46236 ";"Bottrop ";"02041/176-0 ";" ";"02041/176-111 ";" " +lieferant ;00001553;"Robert Bitzer GmbH & Co. ";" ";"Ebinger Str. 4 ";"15 ";"72479 ";"Straberg ";"07434/1028 ";" ";" ";" " +lieferant ;00001561;"Gebr. Weis GmbH ";"Herrenbekleidungswerke ";"Bhmesweg 6 ";"100618 ";"63839 ";"Kleinwallstadt ";"+49 6022 26309-0 ";" ";" ";" " +lieferant ;00001562;"Tempo Kids Collection ";" ";". ";" ";". ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00001570;"August Bickert GmbH & Co .KG ";" ";"Aschaffenburger Str. 38 ";"1120 ";"63762 ";"Groostheim ";"06026/9729-0 ";" ";"06026/9729-21 ";" " +lieferant ;00001571;"Wolfgang Kaiser GmbH & Co. KG (Colette) ";" ";"Emscher Str. 20 ";"127 ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00001577;"Jan Hansen Agentur ";" ";"Ryvangs Allee 50 ";" ";"2900 ";"Hellerup ";" ";" ";" ";" " +lieferant ;00001581;"Friedrich Otto Spahr TextilVertr. ";" ";"Frankfurter Str. 60-62 ";" ";"65760 ";"Eschborn ";"06196/482877 ";" ";" ";" " +lieferant ;00001585;"DEYK.CONNEMARA ";" ";"Im kleinen Felde 2 ";"13 52 ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00001589;"Josef Geis Herrenkleiderfabrik GmbH ";" ";"Groostheimer Strae 14 ";"80 ";"63868 ";"Growallstadt ";"06022/6604-0 ";" ";"06022/6604-45 ";" " +lieferant ;00001608;"Frottierwarenvertr. GmbH ";"Hans Mhler ";"Schloallee 7-9 ";" ";"33442 ";"Herzebrock-Clarholz ";"05245-87130 ";" ";"05245-871330 ";" " +lieferant ;00001619;"SALOMON GmbH ";" ";"Heisenbergbogen 1 ";" ";"85609 ";"Dornach/Mnchen ";" ";" ";" ";" " +lieferant ;00001629;"Wrner Sdfrottier e.K. ";" ";"Zum Strle 17-21 ";" ";"89542 ";"Herbrechtingen-Bolheim ";"07324/9867-0 ";" ";"07324/9867-30 ";" " +lieferant ;00001630;"~SIMOTEX MODEN GMBH ";" ";"MOLLENBACHSTR. 19 ";" ";"71229 ";"LEONBERG ";" ";" ";" ";" " +lieferant ;00001632;"Wortmann KG ";"Internationale Schuhproduktionen ";"Klingenbergstr. 1 - 3 ";" ";"32758 ";"Detmold ";"05231-60500 ";" ";"05231-605146 ";" " +lieferant ;00507907;"Germin Group S.R.L. ";" ";"Via Boscofangone, zona ASI ";" ";"80035 ";"Nola NA ";"+39 081 824 2294 ";" ";" ";" " +lieferant ;00001636;"Fend Fashion GmbH ";"inh. Christian Fend ";"Schwarzingergasse 2 ";" ";"1020 ";"Wien ";" ";" ";" ";" " +lieferant ;00001652;"Konrad Kern ";" ";"Postfach 1480 ";"1480 ";"72437 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00001672;"Th. Braun GmbH ";" ";"Kellerstr. 5 "Alte Schule" ";" ";"25474 ";"Ellerbek ";"04101/777835 ";" ";"04101/777833 ";" " +lieferant ;00001674;"Van de Velde NV ";" ";"Lageweg 4 ";" ";"9260 ";"Schellebelle ";"+32-9/36521-00 ";" ";"+32-9/36521-70 ";" " +lieferant ;00001696;"SPORTMAN GMBH & CO. ";" ";"INDUSTRIESTR.2 ";" ";"97358 ";"SCHWARZACH ";" ";" ";" ";" " +lieferant ;00001701;"Fleuresse GmbH ";" ";"Kirchbergstr. 23 ";"101453 ";"86157 ";"Augsburg ";"0821/52100 ";" ";"0821/5210379 ";" " +lieferant ;00001702;"Heinz Kpper ";" ";"Knigsstr. 8 ";" ";"42906 ";"Wermelskirchen ";" ";" ";" ";" " +lieferant ;00001709;"Poloco SA ";" ";"87 Avenue de la Grande Arme ";" ";"75116 ";"Paris ";" ";" ";" ";" " +lieferant ;00001716;"ODEON ";" ";"HALLER PLATZ 4 ";" ";"20146 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00001719;"Stone Fashion GmbH ";" ";"Flugplatz 21 ";" ";"44319 ";"Dortmund ";"0231 - 47747500 ";" ";"05731/26691 ";" " +lieferant ;00001720;"Murek International GmbH ";" ";"Wichmannstr. 4 , Geb. 10/2.OG ";" ";"22607 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00001724;"Modeagentur Markus Weber ";" ";"Lubentiusstrae 15 A ";" ";"65604 ";"Elz ";" ";" ";" ";" " +lieferant ;00001725;"Haans Lifestyle BV ";" ";"MINA KRUSEMANNWEG 1 ";" ";"5032 ";"Tilburg ";" ";" ";" ";" " +lieferant ;00001732;"HEINZ GUENTHER LUBERT ";" ";"BONNER STRASSE 276 ";" ";"50968 ";"KOELN ";" ";" ";" ";" " +lieferant ;00001773;"Wilhelm Boetticher ";" ";"Sichelstr. 15 ";"829 ";"30167 ";"Hannover ";" ";" ";" ";" " +lieferant ;00001790;"Vincent Mode & Styling GmbH ";" ";"Seeweg 4 ";" ";"79336 ";"Herbolzheim ";" ";" ";" ";" " +lieferant ;00001791;"TENDENZ MODEN ";" ";"SONNENSTR.42 ";" ";"40227 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00001805;"Franz Haushofer GmbH ";"Antonette ";"Severinstr. 3 ";" ";"81541 ";"Mnchen ";"089/69774-0 ";" ";"089/69774-44 ";" " +lieferant ;00001821;"Lange+Frmbling ";" ";"Frankenstrae 4 ";" ";"75210 ";"Ellmendingen ";" ";" ";" ";" " +lieferant ;00001828;"Annemarie Mrlein, Inh. Peter Mrlein ";" ";"Eichfeldstr. 36 ";" ";"94496 ";"Ortenburg ";" ";" ";" ";" " +lieferant ;00001865;"MORROWS GMBH ";" ";"UNTERE HESLIBACHSTR. 39 ";" ";"8700 ";"KUESNACHT ";"004119133500 ";" ";"004119133505 ";" " +lieferant ;00001873;"GEORG SCHMIDT ";" ";"MARIENKAMPERSTR.4 ";"50 ";"26427 ";"ESENS/OSTFRIESLD. ";" ";" ";" ";" " +lieferant ;00001877;"Leonhard Erhard ";" ";"Oberer Kaiserweg 8 ";"1163 ";"91541 ";"Rothenburg o.d.T. ";" ";" ";" ";" " +lieferant ;00001883;"Alexander Creation De Luxe GmbH ";" ";"Industriestrae 5 ";"110151 ";"94513 ";"Schnberg ";"08554/3089-0 ";" ";"08554/3089-40 ";" " +lieferant ;00001886;"Jaeger-Grote GmbH + Co ";" ";"Hoelkerfeld 20 ";" ";"42279 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00001891;"Berwin & Wolff AG ";" ";"Anzinger Str. 8 ";" ";"85560 ";"Ebersberg/Obb. ";"08092/82430 ";" ";"08092/824343 ";" " +lieferant ;00001900;"Ardison ";" ";"Postfach ";" ";"33750 ";"Schloss Holte-Stukenbr. ";" ";" ";" ";" " +lieferant ;00001906;"Gebr. Wolff ";" ";"Mittriedstr. 13 ";" ";"6971 ";"Hard ";"0043/5574/6781-0 ";" ";"0043/5574/71557-0 ";" " +lieferant ;00001922;"Janice Moden GmbH ";" ";"Schlostr. 8 ";"9 ";"72406 ";"Bisingen-Zimmern ";"07471/9391-0 ";" ";" ";" " +lieferant ;00001928;"OPOLKA+MUELLER ";" ";"NEUM-REICHARDTSTR.29-33 ";" ";"22041 ";"HAMBURG 70 ";" ";" ";" ";" " +lieferant ;00001941;"FORESTA GMBH & CO. KG ";" ";"ASEMISSER ALLEE 19 ";" ";"33818 ";"LEOPOLDSHOEHE ";" ";" ";" ";" " +lieferant ;00001943;"Freers & Comp. ";" ";"Rudolf-Diesel-Str. 34 ";" ";"28876 ";"Oyten ";" ";" ";" ";" " +lieferant ;00001949;"Karl Ultsch GmbH ";" ";"Hauptstr. 72 ";"17 ";"96272 ";"Hochstadt ";" ";" ";" ";" " +lieferant ;00001957;"Franz J. Adolf GmbH ADM ";" ";"Englwartinger Str. 9 ";"11 10 ";"85649 ";"Brunnthal (b. Mnchen) ";"08102/4975 ";" ";"08102/6661 ";" " +lieferant ;00001958;"EUROSPORT ";" ";"VIA MONTE CORNO 15 ";" ";"37057 ";"S.GIOVANNI LUPATOTO ";" ";" ";" ";" " +lieferant ;00001959;"OTTO KERN WOMAN ";" ";"HERFORDER STR. 182-194 ";" ";"33596 ";"Bielefeld ";"0521/306263 ";" ";"0521/306266 ";" " +lieferant ;00001975;"Ernst Beck GmbH ";" ";"Riedericher Str. 80 ";"1244 ";"72766 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00001987;"KNEISEL DACHSTEIN ";" ";"PAPPELWEG 6 ";" ";"83088 ";"KIEFERSFELDEN ";" ";" ";" ";" " +lieferant ;00001990;"Porky-Toys Handelsgesellschaft mbH ";" ";"Nettebergstr. 280 ";" ";"59379 ";"Selm-Bork ";" ";" ";" ";" " +lieferant ;00002004;"Walter Klemm GmbH ";" ";"Werderstr.32 ";" ";"78132 ";"Hornberg ";"07833/250 ";" ";"07833/7660 ";" " +lieferant ;00002016;"PUSZTA-MODEN ";" ";"HERSFELDER STR. 37 ";"1024 ";"36088 ";"HUENFELD ";" ";" ";" ";" " +lieferant ;00002034;"Mahn Maschen Modell GmbH ";" ";"Jahnstr. 12 ";" ";"21680 ";"Stade ";"04141/61211 ";" ";"04141/609742 ";" " +lieferant ;00002037;"NIC DUYSENS ";" ";"Weiershagener Str. 18 ";" ";"51674 ";"Wiehl-Weiershagen ";" ";" ";" ";" " +lieferant ;00002042;"Hans Bumler GmbH & Co. ";" ";"Friedrich-Ebert-Str. 86 ";"100251 ";"85055 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00002047;"Anita Dr. Helbig GmbH ";" ";"Grafenstrae 23 ";"1162 ";"83098 ";"Brannenburg ";"08034/301-0 ";" ";"08034/301-191 ";" " +lieferant ;00002055;"LANEROSI ";" ";"VIALE D.INDUSTRIA 126 ";" ";"36015 ";"SCHIO ";" ";" ";" ";" " +lieferant ;00002057;"COLVET S.R.L. ";" ";"VIA MARENO 11 ";" ";"31025 ";"S.LUCIA DI PIAVE ";" ";" ";" ";" " +lieferant ;00002072;"Epping GmbH & Co. KG ";" ";"Postfach 1360 ";"1360 ";"33756 ";"Schlo Holte-Stukenbrock ";"05207/999-0 ";" ";"05207/999-188 ";" " +lieferant ;00002079;"Picard Lederwaren GmbH & Co. KG ";" ";"Friedensstr. 22 ";" ";"63179 ";"Obertshausen ";"06104/704-0 ";" ";"06104/74861 ";" " +lieferant ;00002085;"Eika Kerzen GmbH ";" ";"An Vierzehnheiligen 19-25 ";" ";"36039 ";"Fulda ";"0661/8399-0 ";" ";"0661/8399-112 ";" " +lieferant ;00002094;"Laura Moretti Strickwaren Handels GmbH ";" ";"Meisengasse 8 ";" ";"60313 ";"Frankfurt am Main ";"069/9133690 ";" ";"069/91336914 ";" " +lieferant ;00002104;"Gino Ginero Ledermoden GmbH ";" ";"Hofckerstr. 6 ";"1265 ";"74564 ";"Crailsheim ";" ";" ";" ";" " +lieferant ;00002113;"~CAMBIO LAGER ";" ";"MODERING 11 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00002120;"Aurnhammer + Benedict GmbH & Co. KG ";" ";"Dettenheimer Str. 10 ";"120 ";"91781 ";"Weienburg in Bayern ";"09141/994-0 ";" ";" ";" " +lieferant ;00002128;"SPORTS + FASHION ";" ";"WEISSENBURGSTR. 2A ";" ";"30161 ";"Hannover ";" ";" ";" ";" " +lieferant ;00002130;"~ERNST RUMP GMBH+CO,KG ";" ";"MUENSTER-STR.30 ";" ";"46397 ";"BOCHOLT ";" ";" ";" ";" " +lieferant ;00002137;"Johann Schwarzfischer ";" ";"Weiherhausweg 4 ";" ";"93426 ";"Roding-Mitterkreith ";" ";" ";" ";" " +lieferant ;00002143;"Kerzenfarm ";" ";"Dorfstr. 21 ";" ";"25596 ";"Nienbttel ";"04827-495 ";" ";"04827-3119 ";" " +lieferant ;00002144;"Textilhaus Heckmann ";" ";"Rekumer Str. 24-28 ";" ";"45721 ";"Haltern ";" ";" ";" ";" " +lieferant ;00002146;"ST.EMILE GmbH ";"ehem. Josef Reis GmbH & Co. KG ";"Dammer Weg 51 ";"60 ";"63773 ";"Goldbach ";"+49602266240 ";" ";"+496022662435 ";" " +lieferant ;00002147;"Christian Bayer KG ";"GARANTA - Steppdecken-Fabrik ";"Alsenberger Strae 21 1/2 ";" ";"95028 ";"Hof ";"09281/819380 ";" ";"09281/8193879 ";" " +lieferant ;00002149;"ERBELLE GMBH ";" ";"Sander Strasse 3 ";" ";"97475 ";"Zeil am Main ";"09131/80720 ";" ";"09131/807242 ";" " +lieferant ;00002155;"Gardisette ";" ";"Mrkischerweg 39 ";"1461 ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00002160;"Bierbaum-Proenen GmbH & Co. KG ";" ";"Domstr. 55-73 ";"100442 ";"50668 ";"Kln ";"0221/1656-0 ";" ";"0221/1656-169 ";" " +lieferant ;00002175;"VIVARIS FASHION ";" ";"POMMERNSTR. 19 ";" ";"45889 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00002176;"MOEVE ";" ";"WALTERSDORFER STR. 54 ";" ";"02779 ";"GROSSCHOENAU ";" ";" ";" ";" " +lieferant ;00002179;"CARISMA ";" ";"Otto-Hahn-Str. 14 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00002182;"Magic Shoulder Textilvertriebs-GmbH ";" ";"Roghmannstr. 1 ";" ";"47559 ";"Kranenburg ";"02826/92110 ";" ";" ";" " +lieferant ;00002187;"Pfeiler Wsche Manufaktur GmbH ";" ";"Bahnhofstrae 3 ";" ";"09575 ";"Eppendorf ";"037293/7790-0 ";" ";"037293/7790-19 ";" " +lieferant ;00002190;"Wolverine Europe B.V. ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"0211/3846934 ";" ";"0211/3846925 ";" " +lieferant ;00002191;"Wolverine Europe B.V. ";" ";"Kings Place, 90 York Way ";" ";"N1 9AG ";"London ";"+44-207/860-0108 ";" ";"+44-207/860-0508 ";" " +lieferant ;00002195;"EUROPA Sportartikel ";" ";"Gewerbestr. 9 ";"1280 ";"82211 ";"Herrsching ";" ";" ";" ";" " +lieferant ;00002201;"Severin & Co ";" ";"Brsseler Strasse 89-93 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00002205;"L. STEINHILBER & CO ";" ";"WOLFSSTR. 1 A ";" ";"50667 ";"KOELN ";" ";" ";" ";" " +lieferant ;00002210;"E. Jaeckle GmbH & Co. KG ";" ";"Sonnhalde 1 ";" ";"77749 ";"Hohberg ";"07808/9475-0 ";" ";"07808/9475-75 ";" " +lieferant ;00002214;"No Limit Sportswear ";" ";"An der Kleinmannbrcke 50 ";" ";"48157 ";"Mnster ";" ";" ";" ";" " +lieferant ;00002234;"ERNST FEILER GMBH&CO.KG ";" ";"GREIMWEG 4 ";"28 ";"95691 ";"HOHENBERG-EGER ";"09233-1051 ";" ";"092335240 ";" " +lieferant ;00002238;"Kissinger Wschefabrik Schmidt & Sohn ";" ";"Rntgenstr. 12 ";"1660 ";"97688 ";"Bad Kissingen ";"0971/9290 ";" ";"0971/92929 ";" " +lieferant ;00002243;"ALPI Krawattenmode GmbH ";" ";"Weyerhofstrasse 71 ";" ";"47803 ";"Krefeld ";"02151/4930 ";" ";" ";" " +lieferant ;00002254;"Aqua Lung GmbH ";" ";"Josef-Schttler-Str. 12 ";" ";"78224 ";"Singen ";"07731/9345-0 ";" ";"07731/9345-40 ";" " +lieferant ;00002256;"VEGRO ";" ";"HAUPTSTR. 31 ";" ";"02685 ";"KIRSCHAU ";" ";" ";" ";" " +lieferant ;00002262;"Odenwlder Steppdecken ";"L. + H. Bangert GmbH & Co. KG ";"Muckentaler Strae 15 ";" ";"74838 ";"Limbach ";"06287/9202-0 ";" ";"06287/9202-90 ";" " +lieferant ;00002275;"LORD-KRAWATTE ";" ";"VEREINSSTR.10-12 ";" ";"47799 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00002284;"E.T.C. Modevertrieb ";"Dunny Jeans,Dunny Active ";"Schwere-Reiter-Str. 35 ";" ";"80797 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00002285;"The B.Fashion Agencie ";" ";"Hansaallee 1599 ";" ";"40549 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00002287;"W H G ";" ";"Batheyer Str. 115 - 117 ";" ";"58099 ";"Hagen ";"02331/6200 ";" ";"02331/620100 ";" " +lieferant ;00002290;"Karl Moese KG ";" ";"Dionysiusstr. 154 ";"2025 ";"47798 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00002293;"EMIL BRAUER+CO ";" ";"Zieglerstieg 12 ";" ";"52070 ";"Aachen ";" ";" ";" ";" " +lieferant ;00002294;"Pfau-Krawattenfabrik Jochum GmbH & Co.KG";" ";"Uerdinger Strae 106-114 ";"2305 ";"47799 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00002305;"Joseph Sieker KG ";"Krawattenfabrik ";"Alte Linner Str. 58 ";" ";"47799 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00002306;"Wunderlich Coating GmbH & Co.KG ";" ";"An der Bahn 84 ";"1767 ";"37520 ";"Osterode ";"05522/869-0 ";" ";"05522/869-21 ";" " +lieferant ;00002308;"G. Wurm GmbH + Co. KG ";" ";"Wikinger Str. 69 ";" ";"51107 ";"Kln ";" ";" ";" ";" " +lieferant ;00002312;"Christian Fischbacher GmbH ";" ";"Simeonshfchen 27 ";"110251 ";"42327 ";"Wuppertal ";"0202/739090 ";" ";" ";" " +lieferant ;00002339;"NIKE Deutschland GmbH ";" ";"Otto-Fleck- Schneise 7 ";"730240 ";"60528 ";"Frankfurt a. M. ";" ";" ";" ";" " +lieferant ;00002344;"Weber & Lederer GmbH & Co. KG ";"Herrenkleiderfabrik Lahr ";"Lotzbeckstrae 47 ";"2405 ";"77933 ";"Lahr/Schwarzwald ";"07821/93640 ";" ";" ";" " +lieferant ;00002349;"VA BENE ";"Inh. Robert Bienert ";"Vorholzstr. 16 ";" ";"88471 ";"Laupheim ";"07392/9774-0 ";" ";"07392/9774-26 ";" " +lieferant ;00002357;"Pythagoras Kiefer Vertr.GmbH ";" ";"Friedrichstr. 2 ";" ";"76456 ";"Kuppenheim ";" ";" ";" ";" " +lieferant ;00002359;"HOHENBERGER ";" ";"SCHUETZENSTR. 3 ";"1305 ";"95028 ";"HOF ";" ";" ";" ";" " +lieferant ;00002362;"ANE KENSSEN ";" ";"TURNSEESTR. 4 A ";" ";"79102 ";"FREIBURG ";" ";" ";" ";" " +lieferant ;00002369;"F. Balke GmbH & Co. ";" ";"Falkenstr. 31 ";"1140 ";"33758 ";"Schlo Holte-Stukenbrock ";"05207/89590 ";" ";"05207/6333 ";" " +lieferant ;00002371;"zz~KING'S ROAD ";" ";"LANGESTR. 119 ";" ";"27749 ";"DELMENHORST ";" ";" ";" ";" " +lieferant ;00002374;"Euromoda GmbH ";" ";"Goldbinnen 1 ";" ";"31840 ";"Hessisch Oldendorf ";"05152/601-240 ";" ";" ";" " +lieferant ;00002387;"Riloga-Werke ";" ";"Postfach 100751 ";"100751 ";"42807 ";"Remscheid ";" ";" ";" ";" " +lieferant ;00002389;"W. & L.T.FASHION ";" ";"AUSTR. 10 ";" ";"74653 ";"KUENZELSAU ";" ";" ";" ";" " +lieferant ;00002398;"VB FACTORING BANK AG ";" ";" ";" ";"5033 ";"SALZBURG ";" ";" ";" ";" " +lieferant ;00002399;"KITANO ";" ";"BENRATHER STR. 11 ";" ";"40213 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00002410;"R. & M. Wegener GmbH + Co. KG ";"Headwear ";"Vogelsbergstrae 157 ";" ";"36341 ";"Lauterbach ";"06641/9693-0 ";" ";"06641/9693-33 ";" " +lieferant ;00002411;"Apart-Heimtextilien, Heinz Stoll GmbH ";" ";"Bahnhofstr. 37 ";" ";"67377 ";"Gommersheim ";"06327/2038 ";" ";"06327/1327 ";" " +lieferant ;00002417;"MUENZNER U.WIRZCHOWSKI ";" ";"AM SCHWARZBACH 45 ";" ";"45725 ";"WALTROP ";" ";" ";" ";" " +lieferant ;00002418;"JOSEF KLUEBER GMBH ";" ";"HANAUER STR.99 ";" ";"63755 ";"ALZENAU ";" ";" ";" ";" " +lieferant ;00002421;"ERKA-Moden Vertriebs GmbH ";" ";"Empeler Str. 14-16 ";" ";"46459 ";"Rees/Rhein ";" ";" ";" ";" " +lieferant ;00002422;"B.+G.GERCZIKOW ";" ";"FRANKFURTER STR. 70-72 ";" ";"65760 ";"ESCHBORN ";" ";" ";" ";" " +lieferant ;00002428;"Lady Pirola Internattionl b.v. ";" ";"Reigersweg 81 ";" ";"7331 ";"AC APELDOOM ";" ";" ";" ";" " +lieferant ;00002440;"Schoeller Sssen GmbH ";"Austermann Wolle ";"Bhlstrae 14 ";"1367 ";"73079 ";"Sssen ";" ";" ";" ";" " +lieferant ;00002443;"BLECKMANN ";" ";"FORSTHAUSSTR. 35 ";" ";"63111 ";"DIETZENBACH ";" ";" ";" ";" " +lieferant ;00002447;"SPIESS ";" ";" ";" ";"6622 ";"WADGASSEN ";" ";" ";" ";" " +lieferant ;00002455;"***DELMOD BASIC ";" ";"BRAUENKAMPERSTR. 97 ";" ";"27747 ";"DELMENHORST ";" ";" ";" ";" " +lieferant ;00002459;"CARLETTA ACCESSOIRES ";"Euromoda 2.OG R.203-204 ";"ANTON-KUX-STR. 2 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00002472;"Christian Dierig GmbH ";" ";"Kirchbergstr. 23 ";" ";"86157 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00002473;"Ernst Fr. Dbele GmbH & Co. KG ";" ";"Kellerhof 8 ";"1040 ";"79730 ";"Murg ";" ";" ";" ";" " +lieferant ;00002475;"Salvatore Modevertrieb ";" ";"Theodor-Heuss-Str. 24 ";" ";"70806 ";"Kornwestheim ";" ";" ";" ";" " +lieferant ;00002478;"Velux Deutschland GmbH ";" ";"Postfach 54 02 60 ";" ";"22502 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00002482;"LINGENER WAESCHEFABRIK ";" ";"WALDSTR. 31 ";" ";"49808 ";"LINGEN ";" ";" ";" ";" " +lieferant ;00002485;"Club Creation CC Wohndecor Gmb ";" ";"Potsdamerstr. 160 ";" ";"33719 ";"Bielefeld ";"05219259900 ";" ";"052192599014 ";" " +lieferant ;00002500;"Leopold Schmidt GmbH Bademoden ";" ";"Industriestrasse 46 ";"1752 ";"96317 ";"Kronach ";"09261/6068-0 ";" ";"09261/6068-60 ";" " +lieferant ;00002502;"CALLAWAY GOLF TRADING ";" ";"CHAUSSEE 125 ";" ";"22761 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00002503;"REUTER & CO ";" ";" ";"7 ";"93149 ";"BRUCK/OBERPFALZ ";" ";" ";" ";" " +lieferant ;00002504;"Otto Hoffmann GmbH ";" ";"Carl-Still-Str 2a ";" ";"45659 ";"Recklinghausen ";" ";" ";" ";" " +lieferant ;00002505;"zz~Knigsmhle + Overmeyer ";" ";"Ravensberger Str. 41 ";" ";"32312 ";"Lbbecke ";"05741/3640 ";" ";"05741/364506 ";" " +lieferant ;00002510;"KARL DIETER DIEGRO ";" ";"FELDHOFSTR. 2 ";"100663 ";"45806 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00002511;"RIKSON-HERRENKLEIDERW. ";" ";"KRONSFORDER ALLEE 130 ";"1305 ";"23560 ";"LUEBECK ";" ";" ";" ";" " +lieferant ;00002514;"Joachim Marquard oHG ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00002520;"Thmmler & Bley GmbH & Co. KG ";" ";"Waldstrae 3 ";"146 ";"95131 ";"Schwarzenbach am Wald ";"09289/937-0 ";" ";"09289/937-93 ";" " +lieferant ;00002526;"Rooster ";" ";"Eschenbrnnle Str. 12-14 ";" ";"71065 ";"Sindelfingen ";"07031/463560 ";" ";"07031/463562 ";" " +lieferant ;00002527;"Nissel Textilien GmbH ";" ";"Mathias-Brggen-Str. 18 ";"320465 ";"50827 ";"Kln ";" ";" ";" ";" " +lieferant ;00002537;"Jolentex ";" ";"Maysweg 9 ";" ";"47908 ";"Tnisvorst ";" ";" ";" ";" " +lieferant ;00002539;"Eugen Goller Strickwarenfabrik GmbH ";" ";"Theodor-Heuss-Str. 9-11 ";"62 ";"72813 ";"St. Johann ";"07122/8292-0 ";" ";"07122/8292-13 ";" " +lieferant ;00002542;"Heinrich Filthaut GmbH & Co. KG ";" ";"Heidestr. 50 ";"289 ";"58708 ";"Menden - Bsperde ";"02373/965-3 ";" ";"02373/61041 ";" " +lieferant ;00002544;"THEO KELLER GMBH ";" ";"LOHACKERSTR. 30 ";"600405 ";"44844 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00002554;"Jac Tissot Fashion GmbH ";" ";"Harckesheyde 91-93 ";"2240 ";"22844 ";"Norderstedt ";"040/94364-127 ";" ";"040/94364-4127 ";" " +lieferant ;00002556;"Il Node srl ";" ";"Via Palazzo, 5 ";" ";"25085 ";"Gavardo (BS) ";" ";" ";" ";" " +lieferant ;00002563;"Honeymoon Textilimport u. Vertriebs GmbH";" ";"Eckardtstr. 15 ";" ";"58453 ";"Witten-Annen ";" ";" ";" ";" " +lieferant ;00002565;"Paul R. Walter GmbH ";" ";"Michaelstalweg 3 ";" ";"87616 ";"Marktoberdorf ";" ";" ";" ";" " +lieferant ;00002569;"HARO-TEPPICHE GMBH & CO ";" ";" ";"1161 ";"96329 ";"PRESSIG ";" ";" ";" ";" " +lieferant ;00002577;"Fashion Accesessoires & Bodywear GmbH ";" ";"Sonnenstr.100 ";"10 02 10 ";"72458 ";"Albstadt ";"07431/5780 ";" ";"07431/5784100 ";" " +lieferant ;00002579;"KURT JAECKEL VERLAG ";" ";"SOMMERDELLENSTR. 86 ";" ";"44866 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00002585;"Abels Handelsbro KG ";" ";"Wassergasse 35 ";" ";"88662 ";"berlingen ";"07773/920086-87 ";" ";"07773/920088 ";" " +lieferant ;00002588;"Aktuell ";"Hans Boesel GmbH ";"Schwarzenberger Weg 17 ";"1363 ";"34212 ";"Melsungen ";" ";" ";" ";" " +lieferant ;00002604;"TREND-FASHION ";" ";"FELDBERGSTR. 110 ";" ";"65779 ";"KELKHEIM ";" ";" ";" ";" " +lieferant ;00002616;"Emil Wurster GmbH & Co. KG ";" ";"Carl-Zeiss-Str. 5 ";"1153 ";"72555 ";"Metzingen ";"07123/927-0 ";" ";"07123/927-291 ";" " +lieferant ;00002621;"Schwenkel GmbH ";" ";"Wasserwiesen 2 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00002622;"Bleyer GmbH & Co. KG Sportschuhfabrik ";" ";"Ernstmeierstr. 14 ";"1234 ";"32052 ";"Herford ";"05221/9920-0 ";" ";"05221/9920-60 ";" " +lieferant ;00002624;"KURT ROSS ";" ";"AM KATTENBERGKAMP ";" ";"38686 ";"VIENENBURG ";" ";" ";" ";" " +lieferant ;00002627;"Sport-Thieme GmbH ";" ";"Heidwinkel 12 ";" ";"38368 ";"Grasleben ";"05357-18181 ";" ";"05357-18190 ";" " +lieferant ;00002632;"SIEGMAR SCHAEFER ";" ";"GEWERBESCHULSTR. 1 A ";" ";"42287 ";"WUPPERTAL-BARMEN ";" ";" ";" ";" " +lieferant ;00002634;"Rolf Schmitz ";" ";"Lemgoer Str. 18 ";" ";"51109 ";"Kln-Brck ";" ";" ";" ";" " +lieferant ;00002658;"Friederich Klotz GmbH ";" ";"Odenwaldstr. 24 ";" ";"63853 ";"Mmelingen ";"06022/68420 ";" ";"06022/38184 ";" " +lieferant ;00002675;"GG.LANGHEINRICH ";" ";" ";"240 ";"36110 ";"SCHLITZ-HESSEN ";" ";" ";" ";" " +lieferant ;00002678;"BEKA BEKLEIDUNG ";" ";" ";" ";"7000 ";"STUTTGART 1 ";" ";" ";" ";" " +lieferant ;00002685;"Stylefair International bv ";" ";"Dynamostraat 44 ";"P.O. Box 20598 ";"1014 BK ";"Amsterdam ";"+31-20/707-4750 ";" ";"+31-20/707-4770 ";" " +lieferant ;00002694;"ELENA MIRO ";" ";" ";" ";" ";"FEHLT ";" ";" ";" ";" " +lieferant ;00002697;"Michele Textil-Vertriebsgesellschaft mbH";" ";"Dohrweg 25 ";"100704 ";"41066 ";"Mnchengladbach ";"02161/964-01 ";" ";"02161/964181 ";" " +lieferant ;00002708;"EXXEL MODE GMBH ";" ";"MODERING 3 HAUS B,7.STO ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00002715;"Priess-Modelle ";" ";"Korschenbroicher Str. 81 ";"100444 ";"41061 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00002720;"Progressive Sports Sportartikel GmbH ";" ";"Schockenriedstr. 42 ";" ";"70565 ";"Stuttgart ";"0711/788791-0 ";" ";" ";" " +lieferant ;00002725;"Lindner Schals ";" ";"Lindner Strasse 14 ";" ";"27726 ";"Worpswede ";" ";" ";" ";" " +lieferant ;00002727;"MARC O'POLO BOKI Company GmbH ";" ";"SANETTASTR.1 ";" ";"72469 ";"Mestetten ";"07431/639300 ";" ";"07431/639301 ";" " +lieferant ;00002732;"British Knights Vertriebs GmbH ";" ";"Richtstrecke 15 ";" ";"45731 ";"Waltrop ";"02309-9166-0 ";" ";"02309-91166-10 ";" " +lieferant ;00002742;"ZINN TENNIS ";" ";"HARKORTSTR. 15 ";" ";"58135 ";"Hagen ";" ";" ";" ";" " +lieferant ;00002748;"LINGNER WERKE GMBH ";" ";"BERLINER ALLEE 57 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00002753;"Glser GmbH & Co. KG ";" ";"Bosenheimer Str. 280 ";"15 63 ";"55543 ";"Bad Kreuznach ";"0671/7010 ";" ";"0671/701222 ";" " +lieferant ;00002754;"Overland (Deutschland) GmbH ";" ";"Pionierstr. 65 ";" ";"40215 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00002755;"Troika Bll & Cie ";" ";"Zum Drahtzug 5 ";" ";"57645 ";"Nister ";" ";" ";" ";" " +lieferant ;00002765;"Hausbrandt Bekleidungswerk GmbH ";" ";"Bornhardtstr. 11 ";" ";"38644 ";"Goslar ";"05321/5510 ";" ";" ";" " +lieferant ;00002768;"RUKKA ";" ";"SUEDHORSWEG 5 ";" ";"33442 ";"HERZEBROCK-CLARNH. ";" ";" ";" ";" " +lieferant ;00002771;"HA PA ";" ";"SIEGSTR. 25 ";" ";"57539 ";"FUERTHEN ";" ";" ";" ";" " +lieferant ;00002776;"Eisenhut & Weitzel GmbH ";" ";"Schlsserstrae 10 ";"1324 ";"72622 ";"Nrtingen ";" ";" ";" ";" " +lieferant ;00002778;"HANS ERRAS ";" ";"KATHI-KOBUS-STR.11 ";" ";"80797 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00002781;"FORDAN-DOB-BETRIEBSGES. ";" ";"LOTTE-BRANZ-STR. 2 ";"460365 ";"80911 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00002783;"HEINZ-JUERGEN VOLPERT ";" ";"SIEMENSSTR. 7 ";" ";"65205 ";"Wiesbaden ";"06122/98480 ";" ";"06122/984810 ";" " +lieferant ;00002784;"Sarlini Modeaccessoires BV ";" ";"Archangelkade 31 ";" ";"1013 ";"BE Amsterdam ";" ";" ";" ";" " +lieferant ;00002787;"Herrmann Lohmann ";" ";"Lehmsahler Landstr. 56 ";" ";"22397 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00002789;"Spider Lugani GmbH & Co. KG ";" ";"Harkortstr. 27 ";" ";"40880 ";"Ratingen ";"02102-4293-22 ";" ";"02102-490349 ";" " +lieferant ;00002796;"SanMiro ";" ";"Bosenheimer Str. 286 ";" ";"55543 ";"Bad Kreuznach ";" ";" ";" ";" " +lieferant ;00002797;"PAUL LUEBKE ";" ";" ";" ";"58802 ";"BALVE ";" ";" ";" ";" " +lieferant ;00002799;"Markert Damenmoden GmbH ";" ";"Burgunder Str. 20 ";" ";"63868 ";"Growallstadt/Main ";"06022-22350 ";" ";"06022-22833 ";" " +lieferant ;00002802;"B & W Mode GmbH ";" ";"Kferstrasse 10 ";"4 08 ";"45731 ";"Waltrop ";"+49 2309 95190 ";" ";"+49 2309 9510 ";" " +lieferant ;00002804;"AVENDI GMBH ";" ";"BAECKERKAMP 21 ";" ";"33330 ";"GUETERSLOH ";" ";" ";" ";" " +lieferant ;00002806;"Rupp GmbH & Co. KG ";" ";"Sgestr. 1 ";"1042 ";"79843 ";"Lffingen ";" ";" ";" ";" " +lieferant ;00002808;"Konen Herrenfabrik KG ";" ";"Erzgebirgsstr. 6-8 ";" ";"84478 ";"Waldkraiburg ";"089-945750 ";" ";"089-94575333 ";" " +lieferant ;00002811;"Grete Jansen GmbH ";" ";"Weyerhofstrae 67 ";" ";"47803 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00002816;"GREIFF Mode GmbH & Co. KG ";" ";"Memmelsdorfer Strae 250 ";"100241 ";"96052 ";"Bamberg ";"0951/405-0 ";" ";"0951/405-217 ";" " +lieferant ;00002828;"HEINRICHSDORFF ";" ";"MARIENPLATZ 4 ";" ";"33098 ";"Paderborn ";"05251/23350 ";" ";"05251/281726 ";" " +lieferant ;00002830;"Isartaler Handschuhfabrik ";"Josef Lorenz GmbH ";"Richard-Wagner-Str. 96 ";" ";"82538 ";"Geretsried (OBB) ";" ";" ";" ";" " +lieferant ;00002836;"SONANINI KG ";" ";"Rheinstr.58/60 ";"171 ";"47623 ";"Kevelaer ";" ";" ";" ";" " +lieferant ;00002840;"Cascade Designs Ltd. ";" ";"Dwyer Road ";" ";"1 ";"Midleton ";" ";" ";" ";" " +lieferant ;00002841;"Amtoys ";" ";"Koeweidestraat 31 A ";" ";"1785 ";"Merchtem ";" ";" ";" ";" " +lieferant ;00002843;"Fritz Schubert ";" ";"Paul-Heyse-Str. 31 A ";"151924 ";"80336 ";"Mnchen ";"089/539481 ";" ";" ";" " +lieferant ;00002845;"Deuser GmbH & Co. KG ";"ehem. (J.G. Karl Schmidt GmbH & Co. KG) ";"Erfer Str. 15 ";" ";"42657 ";"Solingen ";"+49 (0) 212 222420 ";" ";"+49 (0) 212 208994 ";" " +lieferant ;00002854;"JOOLA Tischtennis GmbH & Co. KG ";" ";"Wiesenstrae 13 ";" ";"76833 ";"Siebeldingen ";"06345/9547-0 ";" ";"06345/9547-11 ";" " +lieferant ;00002855;"DIBARI ";" ";"SCHWERTSTR. 44 ";"426 ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00002858;"REVERT ";" ";"LOTZBECKSTR. 1 ";" ";"76185 ";"KARLSRUHE ";" ";" ";" ";" " +lieferant ;00002869;"NICE CONNECTION LTD. ";" ";"5 CANTON ROAD ";" ";"1 ";"HARBOUR CITY ";" ";" ";" ";" " +lieferant ;00002880;"DIGEL AG ";" ";"Carl-Friedrich-Gauss-Str. 5 ";"1144 ";"72202 ";"Nagold ";"07452/604-0 ";" ";"07452/604-185 ";" " +lieferant ;00002899;"Hch. Muermann GmbH & Co. ";" ";"Friedrich-Ebert-Str. 86 ";"100737 ";"85055 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00002901;"TITAN Hamburg GmbH ";" ";"Merkurring 70-72 ";" ";"22143 ";"Hamburg ";"040/642154-0 ";" ";"040/642154-215 ";" " +lieferant ;00002906;"STAMP ";" ";"RUE DU COR DE CHASSE 22 ";" ";"67400 ";"ILLKIRCH ";" ";" ";" ";" " +lieferant ;00002912;"Reusch GmbH ";" ";"In Laisen 31-35 ";" ";"72766 ";"Reutlingen ";"07121/16276-59 ";" ";"07121/16276-51 ";" " +lieferant ;00002913;"Reusch Deutschland GmbH & Co. KG ";" ";"In Laisen 31-35 ";" ";"72766 ";"Reutlingen ";"07121/16276-0 ";" ";"07121/16276-60 ";" " +lieferant ;00002918;"BAGAGE GMBH ";" ";"MARKTSTR. 60 ";" ";"26382 ";"WILHELMSHAVEN ";" ";" ";" ";" " +lieferant ;00002919;"HamLed GmbH ";" ";"Modering 5, Haus E - 5.OG Raum 572 ";" ";"22457 ";"Hamburg ";"040/60099661 ";" ";"040/60099662 ";" " +lieferant ;00002920;"Thorka GmbH Thorsten H. Krause ";" ";"Siemensstrae 28 ";"10 02 ";"63512 ";"Hainburg ";"06182/9571-0 ";" ";"06182/60529 ";" " +lieferant ;00002922;"Hanns E. Hansen ";" ";"Bramkamp 4 ";" ";"22949 ";"Ammersbek ";" ";" ";" ";" " +lieferant ;00002925;"Gebr. Voith ";" ";"Marktredwitzer Strae 18 ";"20 ";"95707 ";"Thiersheim ";"09233/77360 ";" ";"09233/773636 ";" " +lieferant ;00002937;"Kamper & Weber GmbH & Co. KG ";" ";"Hellersbergstr. 6 ";"100849 ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00002947;"Emsa-Modelle van Olfen GmbH & Co. ";"Bekleidungsfabriken ";"Am Hundesand 3 ";" ";"49809 ";"Lingen (Ems) ";" ";" ";" ";" " +lieferant ;00002953;"Moda Berri Vertriebs GmbH & Co. KG ";"Herrenstrick ";"Postfach 1455 ";"1455 ";"93069 ";"Neutraubling ";"09401/789-0 ";" ";"09401/789-189 ";" " +lieferant ;00002965;"Hanseatische Golf Consult GbR ";" ";"Albersstrasse 14 a ";" ";"28209 ";"Bremen ";"0421-342327 ";" ";"0421-342337 ";" " +lieferant ;00002966;"FIRENCE RICAMA ";" ";"VIA GIACOMINI 15 r ";" ";"50132 ";"Firence ";" ";" ";" ";" " +lieferant ;00002978;"Strenesse New GmbH ";" ";"Eichendorffplatz 3 ";"15 52 ";"86720 ";"Nrdlingen ";"09081/807-0 ";" ";"09081/807-6448 ";" " +lieferant ;00002991;"ZEEGERS LINGERIE GMBH ";" ";"PETER SCHREUMSWEG 24-26 ";" ";"60814 ";"NX-HAELEN ";" ";" ";" ";" " +lieferant ;00002999;"Anne Fontaine ";" ";"50, Rue Etienne Marcel ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00003003;"Mervin Marxx Europe BV ";" ";"Lireweg 94 ";" ";"2153 PH ";"Nieuw Vennep ";" ";" ";" ";" " +lieferant ;00003012;"SCHOENENBERGER AG ";" ";"NEUDIETFURT 1 ";" ";"9615 ";"DIETFURT ";" ";" ";" ";" " +lieferant ;00003015;"JAKOB AMMANN Trikotwaren ";" ";"LANDMANNSTR. 11 ";"32 ";"72461 ";"ALBSTADT ";"074325006 ";" ";"074325005 ";" " +lieferant ;00003023;"Revils GmbH ";" ";"Borgwardstr. 11 ";"610428 ";"28279 ";"Bremen ";" ";" ";" ";" " +lieferant ;00003036;"Brenstark Mode & Design GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00003037;"MTW Textilvertriebs GmbH ";" ";"Mittenkirchener Str. 78 ";" ";"83052 ";"Bruckmhl ";" ";" ";" ";" " +lieferant ;00003039;"Royal Elastics ";" ";"Kaiserswerther Str. 37 ";" ";"40477 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00508026;"ANCORA Moda GmbH ";" ";"Breslauer Str. 8 -- Imotex Center ";" ";"41460 ";"Neuss ";"+49 (0) 02131 531808 ";" ";"+49 (0) 02131 531807 ";" " +lieferant ;00050867;"Jakobs-DMV GmbH & Co. KG ";" ";"Max-Planck-Ring 25 ";" ";"46049 ";"Oberhausen ";"+49 (208) 82 46 3-0 ";" ";"+49 (208) 82 46 3-33 ";" " +lieferant ;00050876;"Cheeky Monkey London Ltd. ";" ";"21 Empire Centre, Imperial Way ";" ";"WD24 4TS ";"Watford ";"+44 1923 213172 ";" ";" ";" " +lieferant ;00003050;"Sandra Schumacher Textilvetrieb GmbH ";" ";"Alfons-Kafka-Str. 8 ";" ";"51143 ";"Kln ";"02203/86484 ";" ";" ";" " +lieferant ;00003056;"Carl Wieland GmbH & Co. KG ";" ";"Mindener Strae 306 ";" ";"49086 ";"Osnabrck ";"0541/37018 ";" ";"0541/385522 ";" " +lieferant ;00003060;"Gebr. Schulten GmbH&Co KG ";" ";"Jacobistr. 7 ";"1040 ";"46354 ";"Sdlohn ";" ";" ";" ";" " +lieferant ;00003063;"Friedrich W. Finkmann ";"Herrenkleiderfabrik ";"Zum Sundern 9 ";"3244 ";"59302 ";"Oelde ";" ";" ";" ";" " +lieferant ;00003070;"Dreyer ";" ";"Obermarkplatz 1 ";" ";"38640 ";"Goslar ";" ";" ";" ";" " +lieferant ;00003079;"Georg Maier Strickmanufaktur GmbH ";" ";"Gewerbegebiet 4 ";" ";"83569 ";"Vogtareuth ";"08038/90877-0 ";" ";"08038/90877-29 ";" " +lieferant ;00003085;"Jante Stoffe ";" ";"Auf der Heide 16C ";"700302 ";"44803 ";"Bochum ";"0234/9380173 ";" ";" ";" " +lieferant ;00003088;"Hemmers GmbH ";" ";"Gronauer Hof 6 ";" ";"48527 ";"Nordhorn ";" ";" ";" ";" " +lieferant ;00003091;"BADEN GMBH ";" ";"Westerveseder Landstr. 13 ";" ";"27383 ";"Scheessel ";"+49 (0)4263-98536 ";" ";"+49 (0)4263-3283 ";" " +lieferant ;00003092;"BTF-Textilwerke GmbH ";" ";"Fritz-Tecklenborg-Str. 3 ";"750265 ";"28759 ";"Bremen ";"0421/6261-0 ";" ";"0421/6261-212 ";" " +lieferant ;00003095;"YARELL MODE GMBH ";" ";"HILPERTSTR. 35 ";" ";"64295 ";"DARMSTADT ";" ";" ";" ";" " +lieferant ;00003098;"Stoeckel & Grimmler GmbH & Co. KG ";" ";"Gartenstrae 25 ";"420 ";"95213 ";"Mnchberg ";"09251/89-0 ";" ";"09251/89-110 ";" " +lieferant ;00003103;"Zama G.+C. s.n.c. ";" ";"Via degli olmi 4 ";" ";"48018 ";"Faenza (RA) ";"+39-0546/662332 ";" ";" ";" " +lieferant ;00003107;"Rudolf Popp GmbH ";" ";"Brunnenbachstrae 22 ";"102211 ";"86157 ";"Augsburg ";"0821/2281940 ";" ";"0821/22819420 ";" " +lieferant ;00003109;"Schleswig-Holsteinische Bettfederfabrik ";"Manteuffel ";"Am Knigsberg 1 ";"160161 ";"23568 ";"Lbeck ";" ";" ";" ";" " +lieferant ;00003120;"MARIELLA ROSATI ";" ";"VIA DELLA METALLURGIA ";" ";"37139 ";"VERONA ";" ";" ";" ";" " +lieferant ;00003128;"***OVERMEYER ";" ";"Koenigsmuehle 2 - 4 ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00003137;"Gttmann caps and hats GmbH & Co. KG ";" ";"Wormser Str. 55 ";" ";"64625 ";"Bensheim ";"06251/1094-0 ";" ";"06251/1094-33 ";" " +lieferant ;00003144;"Foster spa ";" ";"Via Provinciale Nazzano, 24 ";" ";"54031 ";"Carrara (MS) ";"+39-0585/52052 ";" ";"+39-0585/55046 ";" " +lieferant ;00003153;"L. Pttmann GmbH & Co. KG ";" ";"Greifswalder Strae 5 ";" ";"33106 ";"Paderborn ";"089/3597505 ";" ";"089/39651903 ";" " +lieferant ;00003161;"Bekleidungswerke Klein GmbH ";"Eugen Klein GmbH ";"Hunsbachstr. 14 ";"54 ";"35684 ";"Dillenburg ";"02771/305-0 ";" ";"02771/305-90 ";" " +lieferant ;00003175;"T.R.P. Jeans Cottonhouse BV ";" ";"Breslauer Str. 6 ";" ";"41464 ";"Neuss ";"02131/170900 ";" ";" ";" " +lieferant ;00003189;"Petra Meiren Moderner Schmuck ";" ";"Bollenbacher Weg 32 ";" ";"55626 ";"Bundenbach ";"06544/9308 ";" ";"06544/9219 ";" " +lieferant ;00003193;"Vocke Textil GmbH & Co. KG ";"World of Wool ";"Klarenstrecker Damm 22 ";"1805 ";"21684 ";"Stade ";"04141/5290-0 ";" ";"04141/5290-10 ";" " +lieferant ;00003194;"b.young A/S ";" ";"Kokbjerg 14 ";"Postboks 139 ";"6000 ";"Kolding ";" ";" ";" ";" " +lieferant ;00003195;"Brands of Scandinavia AS ";" ";"Birkemosevej 11B ";" ";"6000 ";"Kolding ";"+45-7070 1119 ";" ";"+45-7070 1519 ";" " +lieferant ;00003200;"Bloss Mode GmbH ";" ";"Industriestrae 17/19 ";" ";"51235 ";"Kln ";" ";" ";" ";" " +lieferant ;00003202;"Manfred Cyrulla GmbH + Co. KG ";" ";"Steigleweg 41 ";"1143 ";"72474 ";"Winterlingen ";"0743493650 ";" ";"07434936529 ";" " +lieferant ;00003206;"COMFORT S.R.L. ";" ";"VIA ROMA 68 ";" ";"30020 ";"NOVENTA DI PIAVE ";" ";" ";" ";" " +lieferant ;00003207;"TRIXI SCHOBER ";" ";"Gutenbergstrae 1 ";"51 ";"94036 ";"Passau ";"0851/966188-0 ";" ";"0851/966188-12 ";" " +lieferant ;00003228;"INDUSTRIEBEDARF ";" ";"ARENSKUHLE 9 ";" ";"21339 ";"LUENEBURG ";" ";" ";" ";" " +lieferant ;00003233;"Clement Design GmbH & Co. KG ";" ";"Lilienthalstr. 2 ";"10 03 15 ";"63741 ";"Aschaffenburg ";"06021/36044-0 ";" ";"06021/36044-9 ";" " +lieferant ;00003263;"Prima Vera GmbH (Ciccia Bella) ";" ";"Leimkugelstrae 3 ";" ";"45141 ";"Essen ";"0201/4389090 ";" ";"0201/4389099 ";" " +lieferant ;00003269;"***WILHELM BEERMANN ";" ";"BIELEFELDER STR.54 ";" ";"32107 ";"BADSALZUFLEN ";" ";" ";" ";" " +lieferant ;00003273;"Juri Piscitello GmbH ";" ";"Schorbachstrae 7 ";" ";"35510 ";"Butzbach ";"06033/748716-0 ";" ";"06033/748716-11 ";" " +lieferant ;00003274;"Petra Baron Kindermoden ";" ";"Forstweg 2 ";" ";"42781 ";"Haan ";"02129/51561 ";" ";"02129/51824 ";" " +lieferant ;00003284;"MR.SAM ";" ";"BROOKDAMM 7 ";" ";"49688 ";"HEMMELTE ";" ";" ";" ";" " +lieferant ;00003286;"Chris K.Shirts GmbH ";" ";"Weserstr. 175 ";" ";"12045 ";"Berlin ";" ";" ";" ";" " +lieferant ;00003302;"Hamming GmbH ";"Sportartikel-Vertrieb ";"Rennwiese 9-11 ";"1249 ";"77855 ";"Achern (Baden) ";" ";" ";" ";" " +lieferant ;00003316;"zz~Heinrich Katt GmbH + Co. ";" ";"Gutenbergstr. 7 ";" ";"26135 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00003328;"Schmitz-Werke ";" ";"Hansestr. 87 ";"1243 ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00003330;"Kriegsblinden-Werksttte ";"Elvira Bolius ";"Eckenerstrae 1 ";" ";"30179 ";"Hannover ";"0511/635179 ";" ";"0511/375829 ";" " +lieferant ;00003337;"Bonnier Media Deutschland GmbH ";" ";"Georgenstrae 4 ";"40 14 60 ";"80799 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00003345;"Joh. Zitzen GmbH & Co. ";" ";"Reststrauch 191 ";" ";"41199 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00003351;"Konert Wohnart GmbH ";" ";"Kopernikusstrae 3 ";" ";"50126 ";"Bergheim ";" ";" ";" ";" " +lieferant ;00003352;"Bruno Wamser GmbH ";" ";"Industriestr. 22 ";" ";"63920 ";"Groheubach ";" ";" ";" ";" " +lieferant ;00003374;"Klepper Beteiligungs GmbH & Co. GmbH ";"Bekleidungsfabrik ";"Klepperstrae 18 ";"033762 ";"83026 ";"Rosenheim ";"08031/187-0 ";" ";" ";" " +lieferant ;00003376;"GEBR.ENGLERT ";" ";"GOTTLIEB-BOEGNER-STR.2 ";"033829 ";"63849 ";"ROSSBACH ";" ";" ";" ";" " +lieferant ;00003382;"C. Brhl GmbH & Co. KG ";" ";"Brgerstrae 12 ";"11 60 ";"36199 ";"Rotenburg a.d.Fulda ";"06623/814-0 ";" ";"06623/814-510 ";" " +lieferant ;00003389;"van Laack GmbH ";" ";"Hennes-Weisweiler-Allee 25 ";"100648 ";"41179 ";"Mnchengladbach ";"02161/357-0 ";" ";"02161/357-389 ";" " +lieferant ;00003398;"Gtermann AG ";" ";"Landstr. 1 ";" ";"79261 ";"Gutach /Breisgau ";"07681-210 ";" ";"07681-21449 ";" " +lieferant ;00003400;"Gispa, Spadafora S.p.A. ";" ";"Via Lahn, 3 ";" ";"39040 ";"Ora (BZ) ";" ";" ";" ";" " +lieferant ;00003401;"SCHAFKOBEN ";" ";"AHLHORNER STR. 71 ";" ";"27779 ";"WILDESHAUSEN ";" ";" ";" ";" " +lieferant ;00003406;"Gerhard Winkler + Co. ";" ";"Haldesdorferstr. 86 ";" ";"22179 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00050854;"RGM-Sportgerte GmbH ";" ";"Tyrolsberger Str. 29 ";" ";"92318 ";"Neumarkt i.d.OPf. ";"0049 (0)9181-500 534 ";" ";"0049 (0)9181-502 8720 ";" " +lieferant ;00050855;"Marksljd GmbH ";" ";"Wiesenstrasse 91 ";" ";"53639 ";"Knigswinter ";"+49 (0)2244 90 23 89 ";" ";"+49 (0)2244 91 29 25 ";" " +lieferant ;00050856;"Hartke GmbH ";" ";"Bahnhofstrae 47 ";" ";"49439 ";"Steinfeld ";"+49 (0) 5492802-0 ";" ";"+49 (0) 5492802-66 ";" " +lieferant ;00003407;"Tailor Hoff ";"Herbert Hoff GmbH ";"Theodor-Heuss-Str. 7 ";"450240 ";"66130 ";"Saarbrcken-Gdingen ";"0681/9871-0 ";" ";"0681/9871-120 ";" " +lieferant ;00003413;"zz~MAVI JEANS ";" ";"PHILIPP-REIS-STR. 4 ";" ";"63128 ";"DIETZENBACH ";"06074/407800 ";" ";"06074/4078030 ";" " +lieferant ;00003420;"STA-TEXTIL ";" ";" ";"102250 ";"63303 ";"DREIEICH ";" ";" ";" ";" " +lieferant ;00003428;"Otto Walker GmbH ";" ";"Robert-Bosch-Str. 3 ";"1466 ";"69207 ";"Sandhausen ";" ";" ";" ";" " +lieferant ;00003432;"***E D C ";" ";"Halskestrae 42-46 ";"10 12 39 ";"40832 ";"Ratingen ";"0211-61060 ";" ";"0211-6106789 ";" " +lieferant ;00003448;"ERNST GUENTHER ";" ";" ";"24 ";"89341 ";"JETTINGEN-SCHEPPACH ";" ";" ";" ";" " +lieferant ;00003453;"sigikid ";"H. Scharrer & Koch GmbH & Co. KG ";"Am Wolfsgarten 8 ";" ";"95511 ";"Mistelbach ";"09201/70-0 ";" ";"09201/70-20 ";" " +lieferant ;00003469;"Joker Jrgen Bernlhr GmbH ";" ";"Industriestrae 32 ";" ";"74357 ";"Bnningheim ";"07143/8736-0 ";" ";"07143/8735-50 ";" " +lieferant ;00003481;"Collaert S.A. ";" ";"B.P. 31 - RN 7 ";" ";"77982 ";"St-Fargeau ";"01 60 65 62 36 ";" ";"01 60 65 74 94 ";" " +lieferant ;00003486;"Walter Moser GmbH ";" ";"Industriegebiet 2 ";" ";"4863 ";"Seewalchen am Attersee ";"+43-7662/3175-0 ";" ";"+43-7662/2797 ";" " +lieferant ;00003499;"Originell Quandt GmbH ";" ";"Herlingsburg 6-10 ";" ";"22529 ";"Hamburg ";"040-5603003 ";" ";"040-562923 ";" " +lieferant ;00003508;"Tricia Jones GmbH ";" ";"Isarwinkel 12 ";" ";"81379 ";"Mnchen ";"089/521180 ";" ";"089/527667 ";" " +lieferant ;00003509;"HERMANN RANZ GMBH ";" ";"BAYERNSTR. 7 ";"34 ";"89281 ";"ALTENSTADT-ILLER ";" ";" ";" ";" " +lieferant ;00003514;"SCHMIDT + CEMPA ";" ";"IM BRAUKHAUSSIEPEN 34 ";" ";"58802 ";"BALVE-GARBECK ";" ";" ";" ";" " +lieferant ;00003550;"FAIRBANK FASHION ";" ";" ";"1165 ";"87527 ";"SONTHOFEN/ALLGAEU ";" ";" ";" ";" " +lieferant ;00003590;"Krause + Sohn GmbH & Co KG ";" ";"Harburger Str 136 ";"1527 ";"21680 ";"Stade ";" ";" ";" ";" " +lieferant ;00003591;"Nice Connection Ltd. ";"Niederlassung Deutschland ";"Tilsiter Strae 6 ";" ";"71065 ";"Sindelfingen ";"07031/870614 ";" ";"07031/79379-29 ";" " +lieferant ;00003597;"Contract B.V. ";" ";"Dillenburgstraat 11 C ";" ";"5652 AX ";"Eindhoven ";" ";" ";" ";" " +lieferant ;00003604;"Coturel Marketingvertrieb GmbH ";" ";"Luethefeld 15 ";" ";"34401 ";"Warburg ";"05641/76340 ";" ";"05641/763419 ";" " +lieferant ;00003616;"Kantex GmbH ";" ";"Grnstr. 32 A ";" ";"40667 ";"Meerbusch ";"02132/80081/ ";" ";"02132/80084 ";" " +lieferant ;00003618;"EFROTEX ";" ";"WELSER STR. 10 C ";"920103 ";"51149 ";"KOELN ";" ";" ";" ";" " +lieferant ;00003620;"Heppiedi Sieraden ";" ";"Industrieweg 12G ";" ";"5091 BG ";"Middelbeers ";" ";" ";" ";" " +lieferant ;00003623;"GPM GRUPPO PRODUZIONE ";" ";"VIA NAZIONALE ADRIATICA ";" ";"64019 ";"TORTORETO ";" ";" ";" ";" " +lieferant ;00003632;"Comtesse ";" ";"Hammerschmiedgasse 6 ";" ";"79650 ";"Schopfheim ";" ";" ";" ";" " +lieferant ;00003640;"Richard Hanekamp GmbH ";" ";"Bahnhofstr. 73 ";" ";"49757 ";"Werlte ";" ";" ";" ";" " +lieferant ;00003643;"Edmund Feller GmbH ";"Krawattenfabrik ";"Mannheimer Str. ";"1280 ";"69198 ";"Schriesheim/Hdbg. ";" ";" ";" ";" " +lieferant ;00003655;"E. SAUTTER & CO KG ";" ";"OTTO-BAYER-STR. 19 ";" ";"73730 ";"ESSLINGEN ";" ";" ";" ";" " +lieferant ;00003666;"Intermeet Fashion ";" ";"Felsenrainweg 17 ";" ";"8052 ";"Zrich ";"+41-44/3021162 ";" ";"+41-44/3024153 ";" " +lieferant ;00003675;"LE-GO ";" ";"AM WIESENGRUND 20 ";" ";"95032 ";"HOF /SAALE ";" ";" ";" ";" " +lieferant ;00003676;"Columbia Sportswear Company ";" ";"Lilienthalallee 40, Studio C/D ";" ";"80939 ";"Mnchen ";"+49 89 89 98 98 10 ";" ";" ";" " +lieferant ;00003680;"HALDIPA PELZE GMBH ";" ";"NIDDASTR. 56 ";" ";"60329 ";"FRANKFURT/MAIN ";" ";" ";" ";" " +lieferant ;00003683;"Heun Fashion GmbH ";" ";"Ostring 78-80 ";"45 ";"63839 ";"Kleinwallstadt ";" ";" ";" ";" " +lieferant ;00003687;"Julius Lang GmbH ";" ";"Bahnhofstr. 68 ";"30 ";"63834 ";"Sulzbach ";" ";" ";" ";" " +lieferant ;00003701;"Hans Berthold GmbH ";"Berufsbekleidung ";"Mittlere Str. 3 ";" ";"37603 ";"Holzminden ";" ";" ";" ";" " +lieferant ;00003714;"Vaude Sport GmbH & Co. KG ";" ";"Vaude Strae 2 ";" ";"88069 ";"Tettnang ";"07542/5306-797 ";" ";"07542/5306-5797 ";" " +lieferant ;00003726;"Neal's Yard (Natural Remedies) Ltd ";" ";"Covent Garden ";" ";"WC2H 9DP ";"London ";" ";" ";" ";" " +lieferant ;00003731;"Karo Trend GmbH ";" ";"Kirchweg 137 ";" ";"24558 ";"Honstedt/Ulzburg ";" ";" ";" ";" " +lieferant ;00003732;"C. Frank Handel GmbH ";" ";"Hohenbergstr. 28 ";" ";"72818 ";"Trochtelfingen ";" ";" ";" ";" " +lieferant ;00003734;"BACKDOOR TEXTIL ";" ";"EDONBUTTELER STR. 1 A ";" ";"27809 ";"LEMWERDER ";" ";" ";" ";" " +lieferant ;00003738;"DURA TUFFING ";" ";"FRANKFURTER STR. 62 ";" ";"36043 ";"FULDA ";" ";" ";" ";" " +lieferant ;00003742;"PELO Men`s Fashion GmbH & Co.KG ";" ";"Ulmer- Strasse 80 ";"1580 ";"73431 ";"Aalen ";" ";" ";" ";" " +lieferant ;00003744;"DACAPO HOME FASHION ";" ";"WILFRIED STR. 20 ";" ";"33649 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00003755;"Kempel Bekleidung GmbH ";" ";"Im Unterwasser 5 ";"1220 ";"72574 ";"Bad Urach ";" ";" ";" ";" " +lieferant ;00003774;"BNS Bergal, Nico & Solitaire ";"Vertriebs GmbH ";"Rheinallee 96 ";" ";"55120 ";"Mainz ";"06131/964-04 ";" ";"06131/964-2515 ";" " +lieferant ;00003789;"MOEDINGER ";" ";"KEPLERSTR. 31 ";"965 ";"73035 ";"GOEPPINGEN ";" ";" ";" ";" " +lieferant ;00003792;"Fila Deutschland GmbH ";" ";"Borsigstr. 13 ";" ";"64291 ";"Darmstadt ";"06151/35030 ";" ";"06151/350336 ";" " +lieferant ;00003801;"Novatex GmbH ";" ";"Heisenberger Str. 13 ";" ";"50126 ";"Bergheim ";" ";" ";" ";" " +lieferant ;00003804;"Kennedy Park ";" ";"Grunerstr. 62 ";" ";"40239 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00003806;"M.L. Hansen GmbH ";" ";"Zur Hhe 43 ";"1237 ";"24955 ";"Harrislee ";" ";" ";" ";" " +lieferant ;00003815;"BREDL GMBH ";" ";"BACHSTR. 4-6 ";"1240 ";"88214 ";"RAVENSBURG ";" ";" ";" ";" " +lieferant ;00003822;"Hoal ";" ";"Bahnhofstrae 9 ";"40 ";"96257 ";"Redwitz ";"09574/338-0 ";" ";"09574/338-34 ";" " +lieferant ;00003858;"KILIAN WOEHRL ";" ";" ";" ";"8720 ";"SCHWEINFURT ";" ";" ";" ";" " +lieferant ;00003860;"Behrens & Wilken ";" ";"Auhust-Hanken-Str. 55 ";" ";"26125 ";"Oldenburg ";"044132044 ";" ";"044134344 ";" " +lieferant ;00003868;"HARALD LORENZ ";" ";"ROENKREI 35 ";" ";"22399 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00003869;"Regent Herren Modelle ";" ";"Augsburger Str. 58-60 ";"520 ";"91780 ";"Weissenburg ";" ";" ";" ";" " +lieferant ;00003891;"H.W. Meyer GmbH & Co., Werther ";" ";"Nordstr. 12 ";" ";"33824 ";"Werther ";" ";" ";" ";" " +lieferant ;00003916;"Krner Bekleidungswerke AG ";" ";"Industriestr. 43 ";"1109 ";"95676 ";"Wiesau/Oberpfalz ";"09634/300 ";" ";" ";" " +lieferant ;00003918;"Gasper GmbH ";" ";"Am Grott 4 ";" ";"51147 ";"Kln ";"+49 (0) 2203 9 666 9-0 ";" ";"+49 (0) 2203 9 666 9-41 ";" " +lieferant ;00003934;"Unland GmbH & Co. KG ";" ";"Gerhard-Unland-Strae 1 ";"28 ";"26683 ";"Saterland ";" ";" ";" ";" " +lieferant ;00003942;"zz~ST.EMILE Josef Reis (luft aus,2146)";" ";"Wallstr. 6 ";"36 ";"63839 ";"Kleinwallstadt ";" ";" ";" ";" " +lieferant ;00003947;"Httmann ";"Sport+Freizeit GmbH ";"Marktallee 26 ";" ";"48165 ";"Mnster-Hiltrup ";"02501-4772 ";" ";"02501-16706 ";" " +lieferant ;00003958;"***ECKERT + PARTNER ";" ";"Brgermeister-Spitta-Allee 60 ";" ";"28329 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00004016;"Inter Tropic GmbH ";" ";"Lenenweg 10 ";" ";"47918 ";"Tnisvorst ";"02151/82086-0 ";" ";"02151/82086-70 ";" " +lieferant ;00004024;"PETER KUEPPER ";" ";"IN DER KRIM 30-34 ";" ";"42369 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00004025;"REEBOK-CLASSIC ";" ";"KELTENRING 14 ";" ";"82039 ";"OBERHACHING ";"089613820 ";" ";"08961382100 ";" " +lieferant ;00004039;"Post GmbH & Co. Kleiderfabrik ";" ";"Elberfelder Str. 38 ";"130937 ";"42285 ";"Wuppertal ";"0202/28033-0 ";" ";"0202/28033-22 ";" " +lieferant ;00004045;"Hofmann + Co. AG ";"Auslieferungslager Singen ";"Pfaffenhule 56 ";" ";"78224 ";"Singen ";"+41-44/36237-54 ";" ";"+41-44/36237-19 ";" " +lieferant ;00004046;"ORODI B.V. ";" ";"POSTBUS 86 ";" ";"4900 ";"ABOOSTERHOUT ";" ";" ";" ";" " +lieferant ;00004057;"Zanner GmbH ";" ";"Knigsberger Str. 2 ";" ";"42277 ";"Wuppertal ";"0202-25247-0 ";" ";"0202-2524755 ";" " +lieferant ;00004063;"Vista-Sport Vertrieb u. Marketing GmbH ";" ";"Breite 5a ";" ";"78351 ";"Bodman-Ludwigshafen ";"07773/9396-0 ";" ";"07773/9396-11 ";" " +lieferant ;00004067;"Boussac Fadini GmbH ";" ";"Volmerswerther Str. 86 ";" ";"40221 ";"Dsseldorf ";"02119017979 ";" ";"02113982491 ";" " +lieferant ;00004070;"Schiffhauer Modevertriebs GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089/355768 ";" ";"089/3595410 ";" " +lieferant ;00004071;"Emotions by B u. B. ";" ";"Lempenseite 58 ";" ";"69168 ";"Wiesloch ";"06222-50513 ";" ";"06222-50582 ";" " +lieferant ;00004081;"Josef Bienhls ";" ";"Marktstr. 39 ";" ";"48249 ";"Duelmen ";" ";" ";" ";" " +lieferant ;00004082;"MADISON SQUARE Peter Monasso ";" ";"Kronstr. 6 ";" ";"75245 ";"Neulingen ";"072379683 ";" ";"072379682 ";" " +lieferant ;00004085;"GREENSTONE ";" ";"OVERSCHIESTR. 182 ";" ";"1662 ";"AMSTERDAM ";" ";" ";" ";" " +lieferant ;00004088;"FIUME, SIMA FASHION ";" ";"VIA MODENA CARPI 290 ";" ";"41019 ";"SOLIERA (MO) ";" ";" ";" ";" " +lieferant ;00004101;"Fuchs & Schmitt GmbH & Co. KG ";" ";"Lilienthalstrae 2 ";"10 03 15 ";"63741 ";"Aschaffenburg ";"06021/3603 ";" ";"06021/360460 ";" " +lieferant ;00004115;"Moese & Schwartz GmbH ";" ";"Hlser Strae 335 ";"1924 ";"47803 ";"Krefeld ";"02151/360909-0 ";" ";"02151/875947 ";" " +lieferant ;00004116;"CANADA CLOTHING S.N.C. ";" ";"VIA ROMA 41 ";" ";"36070 ";"TEZZE DI ARZIGNANO ";" ";" ";" ";" " +lieferant ;00004117;"HORSTKOETTER ";" ";"OSTSTR. 10 B ";" ";"33604 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00004121;"EDMUND MAHNEL ";" ";"OBERNBURGER STR. 167 ";"49 ";"63811 ";"STOCKSTADT ";" ";" ";" ";" " +lieferant ;00004123;"Gustav Maisch KG ";" ";"Luisenstr. 48 ";" ";"75172 ";"Pforzheim ";" ";" ";" ";" " +lieferant ;00004144;"Schildt Modell-Kleidung GmbH & Co. KG ";" ";"Dr.-Leo-Ritter-Str. 2 ";"110551 ";"93049 ";"Regensburg ";"094120810 ";" ";"094128646 ";" " +lieferant ;00004156;"Georg Wunderlich Strickmoden GmbH ";" ";"Eppenberger Str. 18 ";" ";"56761 ";"Masburg ";" ";" ";" ";" " +lieferant ;00004172;"Mode Monte Carlo von Ehr GmbH ";" ";"Mumpferfhrstr. 13 ";"1039 ";"79713 ";"Bad Sckingen ";"07761/5607-0 ";" ";"07761/4567 ";" " +lieferant ;00004195;"Lingegerie Louis Feraud Mode GmbH ";" ";"Schaffhauserstr 101 ";" ";"72072 ";"Tbingen ";"+49 7071 153300 ";" ";"+49 7071 153310 ";" " +lieferant ;00004198;"HAYLER KG ";" ";"LANDSHUTER STR. 11 ";"1348 ";"85716 ";"UNTERSCHLEISSHEIM ";" ";" ";" ";" " +lieferant ;00004209;"Kalb GmbH ";" ";"Magnolienweg 8 ";"544 ";"63741 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00004210;"Oelz GmbH & Co.KG ";" ";"A ";" ";"6830 ";"Rankwekk ";" ";" ";" ";" " +lieferant ;00004217;"York Textilwerk GmbH & Co. ";" ";"Zieglerstr. 7 ";"305 ";"72458 ";"Albstadt-Ebingen ";" ";" ";" ";" " +lieferant ;00004218;"Herbert Lange KG ";" ";"Waldemarstr. 13 ";"5409 ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00004219;"BUDDEBERG & WECK ";" ";" ";"132051 ";"42047 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00004221;"Bonapart Sportmoden ";" ";"Benediktenwandstr. 1 ";" ";"82377 ";"Penzberg ";" ";" ";" ";" " +lieferant ;00004222;"HEINRICH REUSSNER ";" ";"IM SCHUETZENGRUND 3 ";"210126 ";"56566 ";"NEUWIED ";" ";" ";" ";" " +lieferant ;00004224;"Seidenweber Krawatten GmbH ";" ";"Blumentalstrae 295 ";" ";"47803 ";"Krefeld ";"02151/875947 ";" ";" ";" " +lieferant ;00004227;"VOGUE ";" ";"PROSSETGASSE 3 ";" ";"2721 ";"BAD FISCHAU ";" ";" ";" ";" " +lieferant ;00004246;"UNITO ";" ";" ";" ";" ";"FEHLT ";" ";" ";" ";" " +lieferant ;00004249;"M.U.S. FASHION TRADING ";" ";"KARLSBADER STR. 105 ";" ";"09465 ";"SAHMA/ERZGEBIRGE ";" ";" ";" ";" " +lieferant ;00004251;"Mondi Textil GmbH (Aichach) ";" ";"Rudolf-Diesel-Str. 8 ";"830155 ";"86551 ";"Aichach ";"08251/903-0 ";" ";" ";" " +lieferant ;00004256;"Speedo International Ltd. ";" ";"Ascot Road ";" ";"NG8 5JA ";"Nottingham ";" ";" ";" ";" " +lieferant ;00004260;"MALLANI ";" ";"KULMBACHERSTR. 115 ";" ";"95407 ";"BAYREUTH ";" ";" ";" ";" " +lieferant ;00004267;"N.B.T. EUROPE LTD. ";" ";"SASELER CHAUSEE 166 ";" ";"22393 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00004272;"Goetz GmbH ";" ";"Euro Belts Fashion Line ";" ";"71739 ";"Oberriexingen ";" ";" ";" ";" " +lieferant ;00004280;"SAN PAOLO BANK ";" ";"LUDWIGSTR. 19 ";" ";"80539 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00004283;"Adolf Accessoires GmbH ";" ";"Englerstr. 5 ";"101249 ";"69126 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00004284;"Philipp van der Berg ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00004288;"VANS FEEL ";" ";"100-102 GARATT LANGE ";" ";"SW18 ";"4DJ WANDSWORTH/LONDO ";" ";" ";" ";" " +lieferant ;00004289;"***GEBR.MEY ";" ";"unbekannt ";" ";"7471 ";"LAUTLINGEN ";" ";" ";" ";" " +lieferant ;00004291;"MN-Maschenmode ";"Niederich GmbH & Co. KG ";"Industriestr. 5 ";" ";"48249 ";"Dlmen ";" ";" ";" ";" " +lieferant ;00004316;"Gaby Striedl ";" ";"Frottmanninger Str. 5 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00004318;"j.a.c. Jrgen Anders Collection ";" ";"Vor der Hardt 10 ";"1625 ";"57614 ";"Mundenbach ";"02688/988343 ";" ";"02688/988345 ";" " +lieferant ;00004319;"avantgarde fashion GmbH ";" ";"Walter Werning Str. 1 ";" ";"33699 ";"Bielefeld ";"0521/207511 ";" ";"0521/2081881 ";" " +lieferant ;00004325;"SCOOTER PLUS ";" ";"VIA ALTOBELLI 10 ";" ";"40026 ";"IMOLA ";" ";" ";" ";" " +lieferant ;00004342;"ANDERS ";" ";"BREDESTRAAT 87 ";" ";"2180 ";"EKEREN ";" ";" ";" ";" " +lieferant ;00004347;"Dieter Arlt GmbH ";" ";"Gaussstrae 10 ";" ";"40235 ";"Dsseldorf ";"0211/688727-0 ";" ";"0211/673163 ";" " +lieferant ;00508903;"Sylvaine Delacourte Sas ";" ";"12 rue Robert Planquette ";" ";"75018 ";"Paris ";" ";" ";" ";" " +lieferant ;00004367;"Cinamon ";" ";"Erftstr. 20 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00004371;"CUSTO BARCELONA ";" ";"BRESLAUERSTR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00004377;"CECEBA Bodywear GmbH ";" ";"Rosenfelder Strae 12 ";"10 09 52 ";"72336 ";"Balingen ";"07433/2603-0 ";" ";"07433/2603-80 ";" " +lieferant ;00004380;"tap GmbH & Co. KG ";" ";"Industriestr. ";"1426 ";"33034 ";"Brakel ";" ";" ";" ";" " +lieferant ;00004384;"Uredex Heimtextil GmbH ";" ";"Up de Hacke 15-17 ";" ";"48686 ";"Ureden ";" ";" ";" ";" " +lieferant ;00004386;"Hohmann GmbH & Co. KG ";" ";"Brenbrunn 4 ";"1269 ";"95233 ";"Helmbrechts ";"09252/7000 ";" ";"09252/3100 ";" " +lieferant ;00004388;"CHAPEAU KG ";" ";"CHARLOTTENSTR.82 ";" ";"13597 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00004394;"Best-Blue Body Dreams ";" ";"Pfalzstr. 5 ";" ";"76669 ";"Bad Schnborn ";" ";" ";" ";" " +lieferant ;00004396;"SUNFLAIR ";" ";"OTTOSTR.2 ";" ";"95448 ";"Bayreuth ";"0921/8840 ";" ";"0821/884444 ";" " +lieferant ;00004406;"Best-Blue Taubert ";" ";"Ismaninger Str. 1 ";" ";"85356 ";"Freising ";" ";" ";" ";" " +lieferant ;00004410;"INA MODE ";" ";"INA-STR. 38 ";"41 ";"95180 ";"BERG ";" ";" ";" ";" " +lieferant ;00004411;"Agentur Celine Klauser ";" ";"Spilhofstr. 16 ";" ";"81927 ";"Mnchen ";"06344/958355 ";" ";"03212/1068912 ";" " +lieferant ;00004412;"KARIN DIEDERICH GMBH ";" ";"Eifelstr. 25 ";" ";"93057 ";"Regensburg ";" ";" ";" ";" " +lieferant ;00004422;"PERALP S.P.A. ";" ";"VIA TRIESTE 111 ";" ";"1 ";"ST.VENDEMIANO ";" ";" ";" ";" " +lieferant ;00004436;"August Bnger Bob-Textilwerk ";"GmbH & Co. KG ";"Wichlinghauser Strae 38 ";"240180 ";"42277 ";"Wuppertal ";"0202/64797-117 ";" ";"0202/64797-8117 ";" " +lieferant ;00004442;"Diethelm Weiland e.K. ";" ";"Soldiner Strae 42 ";"650306 ";"13359 ";"Berlin ";" ";" ";" ";" " +lieferant ;00004443;"A.v. Dewitz (Vaude) ";" ";"Vaude Strae 2 ";" ";"88069 ";"Tettnang ";"07542/5306-0 ";" ";"07542/5306-60 ";" " +lieferant ;00004444;"LUISA CERANO GmbH ";" ";"Weberstrae 1 ";"1448 ";"72622 ";"Nrtingen ";"07022/705-140 ";" ";"07022/705-111 ";" " +lieferant ;00004449;"KARENA ";" ";"ATOMIUMSQUAE BP 550 ";" ";"1020 ";"BRUSSELLS ";" ";" ";" ";" " +lieferant ;00004456;"Breckle GmbH ";"Matratzenfabrik ";"lange Lage 6 - 8 ";" ";"37141 ";"Northeim ";" ";" ";" ";" " +lieferant ;00004479;"Rudolf F. Petersen ";" ";"Ottensener Str. 1-5 ";" ";"22525 ";"Hamburg ";"040/853316-0 ";" ";" ";" " +lieferant ;00004483;"Kalmar-Maiami Lederwaren OHG ";" ";"Rosenheimer Landstr. 131 ";" ";"85521 ";"Ottobrunn bei Mnchen ";" ";" ";" ";" " +lieferant ;00004485;"***Sommermann KG ";" ";"Alte Poststrasse 9 ";"1260 ";"95138 ";"Bad Streben ";" ";" ";" ";" " +lieferant ;00004489;"H W P ";" ";"NUERNBERGER STR. 22 ";" ";"91257 ";"PEGUITZ ";" ";" ";" ";" " +lieferant ;00004494;"INFORM CARPET ";" ";" ";"1809 ";"72008 ";"TUEBINGEN ";" ";" ";" ";" " +lieferant ;00004495;"Marc Cain GmbH ";" ";"Marc Cain Allee 4 ";" ";"72411 ";"Bodelshausen ";"07471/709-0 ";" ";"07471/709-5100 ";" " +lieferant ;00004496;"Bremshey Sport ";" ";"Olof-Palme-Str. 7 ";" ";"42657 ";"Solingen ";" ";" ";" ";" " +lieferant ;00004501;"GODEA-GALIADO ENTERPRIS ";" ";"MUENCHNERSTR. 10 ";" ";"85609 ";"ASCHHEIM ";" ";" ";" ";" " +lieferant ;00004505;"Krner Team Handels GmbH ";" ";"Industriestr. 4 ";" ";"83404 ";"Ainring ";"08654/4848-0 ";" ";"08654/4848-48 ";" " +lieferant ;00004507;"CALIN ";" ";"DANZIGER STR. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00004513;"JAN FLOTO GMBH ";" ";"PINNEBERGER CHAUSSEE 99 ";" ";"25436 ";"MOORREGE ";" ";" ";" ";" " +lieferant ;00004516;"KNOTHE TEXTIL U.DESIGN ";" ";"Neuer Weg 34 ";" ";"42111 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00004519;"Casablanca GmbH & Co. KG ";"modernes Design ";"Uphoff 5 ";"1247 ";"46395 ";"Bocholt ";"02871/1873 ";" ";"02871/187400 ";" " +lieferant ;00004531;"MCI Vertriebs GmbH ";" ";"Hauptstr. 14-16 ";" ";"14979 ";"Grobeeren ";" ";" ";" ";" " +lieferant ;00004532;"Moebelvertrieb Jan Kurtz GmbH ";" ";"Maybachstr. 13 ";" ";"71561 ";"Affalterbach ";"07144837799 ";" ";"07144880847 ";" " +lieferant ;00004553;"Jan Jacob Textilvertriebs GmbH ";" ";"Rtersbarg 48 ";" ";"22529 ";"Hamburg ";"040/89070313 ";" ";"040/89070315 ";" " +lieferant ;00004559;"Christoph Kirschbaum ";" ";"Borsigallee 45 ";" ";"60388 ";"Frankfurt/Main ";" ";" ";" ";" " +lieferant ;00004572;"A. Tnsmann ";" ";"Oststr. 10 B1 ";" ";"33604 ";"Bielefeld ";"0521-296185 ";" ";"0521-270962 ";" " +lieferant ;00004594;"Rita Reinhard Lederdesign, Golden Buckle";" ";"Landgrafenstr. 29 ";" ";"66953 ";"Pirmasens ";"06331/93400 ";" ";"06331/65808 ";" " +lieferant ;00004605;"Gattina (ehem. Btefr & Hensel GmbH) ";" ";"Friedenwalder Strasse 34 h ";"Postfach 1742 ";"36251 ";"Bad Hersfeld ";"06621/61027 ";" ";"06621/61020 ";" " +lieferant ;00004606;"Boris Btefr Fashion ";" ";"Alte Hersfelder Strae 43 ";" ";"36289 ";"Friedewald ";"06674/4689584 ";" ";"06674/4689583 ";" " +lieferant ;00004615;"JOE TAFT ";" ";"ROUTE DE ACACIAS 45 B ";" ";"1211 ";"GENEVE 26 ";" ";" ";" ";" " +lieferant ;00004622;"Drrstein + Drechsler ";" ";"Dsseldorfer Str. 12 ";" ";"60329 ";"Frankfurt/Main ";" ";" ";" ";" " +lieferant ;00004623;"EWALD PALFI ";" ";"ERTLINGER STR. 32 ";" ";"72768 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00004639;"ONLY JEANSWEAR ";" ";"MODERING 5 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00004640;"ISOTONER ";" ";"RHEINISCHE STR. 171 ";" ";"44147 ";"DORTMUND ";" ";" ";" ";" " +lieferant ;00004648;"Karl Teichmann Inh. Klaus Teichmann e.K.";"Laubaner Taschentuchfabrikation ";"Im Sandmorgen 13 ";" ";"31246 ";"Lahstedt ";"05172/8613 ";" ";"05172/8654 ";" " +lieferant ;00004649;"Opus GmbH ";" ";"Heinrich-Hertz-Strae 2 ";" ";"59302 ";"Oelde ";"02522/8330-0 ";" ";"02522/8330-1300 ";" " +lieferant ;00004651;"TONI GARD SHOES GMBH ";" ";"BLUMENSTR. 10 ";" ";"65046 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00004660;"REHFUSS+STOCKER ";" ";"RIEDSTR.411 ";"207 ";"72458 ";"ALBSTADT-EBING. ";" ";" ";" ";" " +lieferant ;00004671;"VON JORUNTOWSKI ";" ";"SCHLEISSHEIMER STR. 181 ";" ";"80797 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00004685;"***Hot Lips Trendfashion GmbH ";" ";"Gterstr. ";" ";"69168 ";"Wiesloch ";" ";" ";" ";" " +lieferant ;00004687;"Erwin Kuhn ";" ";"Jgerfeldweg 18 ";" ";"94152 ";"Neuhaus/Inn ";" ";" ";" ";" " +lieferant ;00004696;"TIROLER WEBKUNST ";" ";"TAUNUSSTR. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00004712;"Fratufa Sportgerte ";"Frankenthaler GmbH ";"Beindersheimerstr. 104 ";" ";"67204 ";"Frankenthal ";" ";" ";" ";" " +lieferant ;00004714;"Schulte Hillen ";" ";"Dieckstr. 57 ";" ";"48145 ";"Mnster ";" ";" ";" ";" " +lieferant ;00004715;"HEINZ WARNKEN ";" ";"HUXFELDERSTR. 47 ";" ";"28879 ";"GRASBERG ";" ";" ";" ";" " +lieferant ;00004723;"GRIFINI GMBH ";" ";"VON KAHR STR. 30 C ";" ";"80997 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00050717;"Akyol Leder GmbH ";" ";"Hanns-Martin-Schleyer-Str.34 - Haus 2A ";" ";"47877 ";"Willich ";"+49 2154 8238721 ";" ";"+49 2154 8238723 ";" " +lieferant ;00575960;"ORPHELIA (United Watch Trading) ";" ";"Juul Grietenstraat 9-11 ";" ";"2140 ";"Borgerhout ";" ";" ";" ";" " +lieferant ;00050288;"PKM GmbH & Co.KG ";" ";"Neuer Wall 2 ";" ";"47441 ";"Moers ";"+49 (0) 2841-178738 ";" ";"+49 (0) 2841-21950 ";" " +lieferant ;00004725;"FERD.HBNER GMBH&CO.KG ";" ";"WESTERMEYER STR. 10 ";"1261 ";"83620 ";"FELDKIRCHEN-WESTERH. ";" ";" ";" ";" " +lieferant ;00004726;"Dinomoda, Ekkehard Dreyer GmbH & Co. KG ";" ";"Bckerkamp 19 ";" ";"33330 ";"Gtersloh ";"05241/30080 ";" ";"05241/300811 ";" " +lieferant ;00004730;"H.W. Langenbach GmbH (KBa) ";" ";"Nrnberger Strae 108d ";" ";"96050 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00004738;"Genuine-Fashion Vertriebs GmbH (Pace) ";" ";"Gebrder-Hofmann-Ring 39 ";" ";"97246 ";"Eibelstadt ";" ";" ";" ";" " +lieferant ;00004745;"AGNA SPHERE ";" ";"ZOLLSTR. 5 ";" ";"78239 ";"RIELASINGEN ";" ";" ";" ";" " +lieferant ;00004747;"Pausa AG ";" ";"Postfach 1180 ";"1180 ";"72109 ";"Mssingen ";" ";" ";" ";" " +lieferant ;00004750;"K 2 SKI-VERTRIEB ";" ";"ALPENVEILCHENSTR.4 ";" ";"82031 ";"GRUENWALD ";" ";" ";" ";" " +lieferant ;00004752;"BRAVOUR-TEXTIL ";" ";"WILHELM SCHICKARD STR.3 ";" ";"72124 ";"Pliezhausen ";"07127/977425 ";" ";"07127/977429 ";" " +lieferant ;00004788;"Valport Textile Distributors GmbH ";" ";"Robert-Bosch-Strae 14 ";" ";"40789 ";"Monheim-Baumberg ";" ";" ";" ";" " +lieferant ;00004798;"SIGNUM STRICK ";" ";"Benzenbergstr. 45 ";" ";"40219 ";"Dsseldorf ";"0211/8620170 ";" ";"0211/86201777 ";" " +lieferant ;00004807;"CLASH MODEVERTRIEB ";" ";"WESELER STR. 57 ";" ";"40239 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00004808;"GALAXY IMPORT ";" ";"ALTER WANDRAHM 7 ";" ";"20457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00004819;"Krulich Mode GmbH ";" ";"Crailsheimer Str. 25 ";"62 ";"91625 ";"Schnelldorf ";" ";" ";" ";" " +lieferant ;00004833;"DIETER ROECKER GMBH Dirocco ";" ";"WEIHERSTR. 41 ";" ";"72663 ";"Grobettlingen ";"0702247455 ";" ";"0702247457 ";" " +lieferant ;00004844;"Pongs Textil GmbH ";" ";"Buschstr. 2 ";" ";"48703 ";"Stadtlohn ";" ";" ";" ";" " +lieferant ;00004846;"WERNER ZUMBANSEN+CO ";" ";"CARL BERTELSMANNSTR.129 ";"3340 ";"33332 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00004848;"Dresdner Herrenmode GmbH ";" ";"Belmsdorfer Str. 31 ";" ";"01877 ";"Bischofswerda ";"03594753203 ";" ";"03594753214 ";" " +lieferant ;00004849;"Tommy Hilfiger CH ";" ";"Sonnenwiesenstrasse 21 ";" ";"8280 ";"Kreuzlingen ";"+41-71686/3336 ";" ";" ";" " +lieferant ;00004854;"ORI MONO ";" ";"ALLERSBERGER STR. 185 L ";" ";"90461 ";"Nrnberg ";"0911/4744363 ";" ";"0911/4744394 ";" " +lieferant ;00004859;"Schneiders Bekleidung ";" ";"Mnchner Strasse 3 ";" ";"83395 ";"Freilassing ";" ";" ";" ";" " +lieferant ;00004865;"MARITEX International ";" ";"Dieselstr. 2 ";" ";"69221 ";"Dossenheim ";" ";" ";" ";" " +lieferant ;00004870;"Laco Textil GmbH ";" ";"Stahltwiete 22 ";" ";"22761 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00004871;"Sdahl Design ";" ";"Hansaring 82 ";" ";"48268 ";"Greven ";"0045/97180866 ";" ";"0045/97180472 ";" " +lieferant ;00004888;"DUNI GmbH & Co. KG ";" ";"Robert-Bosch-Str. 4 ";" ";"49565 ";"Bramsche ";"05461/82-0 ";" ";"05461/82-201 ";" " +lieferant ;00004903;"TONI GARD ";" ";"WIDDERSCHORTESTR. 27 ";" ";"50825 ";"KOELN ";" ";" ";" ";" " +lieferant ;00004911;"H.Th. Becker ";" ";"Holzheimer Weg 42 ";" ";"41464 ";"Neuss ";" ";" ";" ";" " +lieferant ;00004918;"O.N.L.Y. ";" ";"INDUSTRIVEJ 28 ";" ";"7330 ";"BRANDE ";" ";" ";" ";" " +lieferant ;00004922;"Ponte Vecchio ";" ";"Feldstrae 4 ";" ";"44867 ";"Bochum ";" ";" ";" ";" " +lieferant ;00004923;"Gerhard Wagner GmbH ";" ";"Bergstrae 104 ";" ";"7572 ";"Deutsch-Kaltenbrunn ";"+43-3382-/73-000 ";" ";"+43-3382/73-0003 ";" " +lieferant ;00004929;"Carlo Colucci Vertriebs GmbH ";" ";"Steinweg 3-5 ";"30 ";"91567 ";"Herrieden ";"09825/8200 ";" ";"09825/82149 ";" " +lieferant ;00004931;"OXBOW S.A. ";" ";"20, Avenue de Pythagore, BP 90307 ";" ";"33695 ";"Merignac Cedex ";"+33-556/184080 ";" ";"+33-556/184001 ";" " +lieferant ;00004937;"Maier Sports GmbH - Gonso Bike & Active ";"(ehem. GONSO) ";"Nrtinger Strae 27 ";" ";"73257 ";"Kongen ";"+49 70 2780 00 0 ";" ";"+49 70 2780 00 29 ";" " +lieferant ;00004942;"JILLY-WIEGE FASHION ";" ";"WALTER-GROPIUS-STR. 28 ";" ";"50126 ";"BERGHEIM ";"02271-497323 ";" ";"02271-497326 ";" " +lieferant ;00004943;"PAL ZILERI ";" ";"VIA F.FILZI 34 ";" ";"36050 ";"QUINTO VINCENTINO ";" ";" ";" ";" " +lieferant ;00004946;"PETER KETTERER ";" ";"PRINTZSTR. 4 ";" ";"76139 ";"KARLSRUHE ";" ";" ";" ";" " +lieferant ;00004951;"VICTOR + VICTORIA ";" ";"VIA DEL LAVORO 114 ";" ";"36034 ";"MOLINA DI MALO ";" ";" ";" ";" " +lieferant ;00004957;"HANS DUECHTING GMBH ";" ";"DR.AUG.-STRUMPF-STR.7-9 ";"1163 ";"74723 ";"WALLDUERN ";" ";" ";" ";" " +lieferant ;00004959;"VERA MODA ";" ";"VILLA IM SABEL 4 ";" ";"54294 ";"TRIER ";" ";" ";" ";" " +lieferant ;00004963;"***BETRI-FREIZEITMODEN ";" ";"HAUFFSTR. 19/1 ";" ";"72820 ";"SONNENBUEHL-GENK ";" ";" ";" ";" " +lieferant ;00004966;"Fashion Trade Company ";" ";"Am Wiesenrand 36 ";" ";"26180 ";"Rastede ";" ";" ";" ";" " +lieferant ;00004988;"Mller & Meirer GmbH ";" ";"Am Markt 8 ";" ";"55606 ";"Kirn ";"06752/9000 ";" ";"06752/90090 ";" " +lieferant ;00004989;"FURLA S.P.A. ";" ";"VIA BELLARIA 3-5 ";" ";"40068 ";"SA LAZZARO DIE SAVEN ";" ";" ";" ";" " +lieferant ;00004999;"MURA ";" ";"PROIZVODNJA OBLACIL P.2 ";" ";"69000 ";"MURSKA SOBOTA ";" ";" ";" ";" " +lieferant ;00005005;"IMITEX IMPORTE ";" ";"ROBERT-BOSCH-STR. 6 ";" ";"56727 ";"MAYEN ";" ";" ";" ";" " +lieferant ;00005010;"Textil Karntner GmbH & Co KG ";" ";"Hauptstrae 37 ";" ";"4300 ";"St. Valentin ";"+43-7435/52169 ";" ";"+43-7435/52779 ";" " +lieferant ;00005024;"Klaus Thierschmidt GmbH & Co. KG ";" ";"Schenkendorfstr. 29 ";"120167 ";"45472 ";"Mlheim ";"0208/7808-02 ";" ";"0208/7808-100 ";" " +lieferant ;00005026;"Daniela Dallavalle Mode GmbH ";" ";"Anton-Kux-str. 2 ";" ";"41460 ";"Neuss ";"02131-167727 ";" ";"02131-103089 ";" " +lieferant ;00005039;"Replex Fashion GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131/273720 ";" ";" ";" " +lieferant ;00005052;"***LORD KRAWATTE ";" ";"VEREINSSTR. 10-12 ";" ";"47799 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00005059;"ROY-ROBSON ";" ";"unbekannt ";" ";"6800 ";"MANNHEIM ";" ";" ";" ";" " +lieferant ;00005060;"SOMMER ";" ";" ";" ";"78120 ";"FURTWANGEN ";" ";" ";" ";" " +lieferant ;00005064;"FORNARENA ";" ";"LINDWURMSTR. 71 ";" ";"80337 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00005087;"German Goetz KG, Albstadt ";" ";"Von-Stauffenberg-Str. 80 ";"11 ";"72459 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00005095;"Bahner Strumpf GmbH ";" ";"Hans Martin Schleyer Str. 9 ";" ";"89415 ";"Lauingen ";" ";" ";" ";" " +lieferant ;00005104;"Chalou Kleiderfabrik GmbH ";" ";"Bockhofstr. 31 ";" ";"66909 ";"Herschweiler ";"06384-9218-00 ";" ";"06384-9218-20 ";" " +lieferant ;00005109;"Frank Henke Mode GmbH ";" ";"Freiheit 11 ";" ";"13597 ";"Berlin ";"030/33086-0 ";" ";"030/33086299 ";" " +lieferant ;00005125;"Gustav Gerster ";" ";"Postfach 14 53 ";"14 53 ";"88396 ";"Biberach/Ri ";" ";" ";" ";" " +lieferant ;00005132;"LUCIA AG ";" ";"Pulverweg 6 ";" ";"21337 ";"Lneburg ";" ";" ";" ";" " +lieferant ;00005145;"W. Kuhlmann Sportwear GmbH ";" ";"Lochhamer Schlag 8 ";" ";"82166 ";"Grfelfing ";" ";" ";" ";" " +lieferant ;00005150;"Gsus Wholesale & Design BV ";" ";"Johan van Hasseltweg 27 ";" ";"1021 KN ";"Amsterdam ";"+31-20/5095586 ";" ";"+31-20/5095500 ";" " +lieferant ;00005160;"R+E COLLECTIONS ";" ";"MEISENSTR. 13 ";" ";"63244 ";"NEU-ISENBURG ";" ";" ";" ";" " +lieferant ;00005162;"Camper Germany GmbH ";" ";"Sanderring 21A ";" ";"97070 ";"Wrzburg ";"0931/4652566 ";" ";" ";" " +lieferant ;00005187;"Alterio Jeans GmbH ";" ";"Rather Str. 110 Block 12 ";" ";"40476 ";"Dsseldorf ";"0211-9535541 ";" ";"0211-9535550 ";" " +lieferant ;00005189;"ST.Styling ";"R. Steinmetz ";"Untere Ringstrae 13 ";" ";"97267 ";"Himmelstadt ";" ";" ";" ";" " +lieferant ;00005202;"WOELFEL+CO Gardinen ";" ";"Sandwiesenstr. 1 ";" ";"64665 ";"Alsbach/Bergstrae ";"062579410 ";" ";"06257941135 ";" " +lieferant ;00005204;"Neumeyer GmbH & Co. ";" ";". ";"307 ";"63704 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00005233;"Lacoste Germany GmbH ";" ";"Leopoldstrae 158 ";" ";"81679 ";"Mnchen ";"089/9090185-0 ";" ";"089/9090185-20 ";" " +lieferant ;00005239;"Aulenbacher GmbH ";" ";"Wellesweilerstrae 51d ";" ";"66450 ";"Bexbach / Saar ";" ";" ";" ";" " +lieferant ;00005240;"Nienhaus & Lotz GmbH ";" ";"Emscherstr. 20 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00005249;"J.ZWEIG & CO ";" ";"ZASINGERSTR.13 ";"901154 ";"81547 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00005254;"carl.com GmbH ";"Seafolly Vertriebsbro Deutschland ";"Elisabethstrasse 25 ";" ";"80796 ";"Mnchen ";"089-28702164 ";" ";"089-28702165 ";" " +lieferant ;00005269;"Minksports GmbH ";" ";"Turnerstr. 7 a ";" ";"33332 ";"Gtersloh ";"05241-55087 ";" ";"05241-55088 ";" " +lieferant ;00005271;"GARCIA GmbH ";" ";"Plange Mhle 6 ";" ";"40221 ";"Dsseldorf ";"+49 211 1576777 2 ";" ";" ";" " +lieferant ;00005301;"media contact service - mcs GmbH ";" ";"An den Eichen 18 ";" ";"42699 ";"Solingen-Aufderhoehe ";"0212/6583-0 ";" ";"0212/6583-7000 ";" " +lieferant ;00005308;"KINKARTZ ";" ";"NASSAUERSTR. 31-33 ";" ";"52146 ";"WUERSELEN ";" ";" ";" ";" " +lieferant ;00005309;"Top Food ";" ";"Schulgasse 9 ";" ";"74072 ";"Heilbronn ";" ";" ";" ";" " +lieferant ;00005313;"ASPA Anton Spahn GmbH & Co ";" ";"Ldinghauser Strae 43 ";" ";"59394 ";"Nordkirchen ";"02596/9120 ";" ";"02596/91290 ";" " +lieferant ;00005316;"ROMY SENN-HODEL ";" ";"KREUZSTR. 5 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00005323;"Hirsch Fashion GmbH ";" ";"Halskestrae 1 ";"270130 ";"40880 ";"Ratingen ";"02102/123766-10 ";" ";"02102/123766-29 ";" " +lieferant ;00005324;"Hauber Internationale Mode GmbH ";" ";"Weberstrae 1 ";"1448 ";"72622 ";"Nrtingen ";"07022/705-0 ";" ";"07022/705-11 ";" " +lieferant ;00005334;"Eutrade Vertrieb ";" ";"Goethestr. 9 ";"14 02 53 ";"40237 ";"Dsseldorf ";"0211689414 ";" ";"0211669203 ";" " +lieferant ;00005335;"FantasTick Greetings GmbH ";" ";"Gertigstr. 14a ";" ";"22303 ";"Hamburg ";"040/780753-0 ";" ";"040/780753-20 ";" " +lieferant ;00005352;"Lady Carlotta ";" ";"Werth 91+93 ";"201953 ";"42275 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00005355;"GOERTZ-WELSCH MODEdeSIGN GmbH ";" ";"HANS-BOECKLER-STR. 23 ";"3320 ";"33334 ";"Gtersloh ";"0524153900 ";" ";"05241539019 ";" " +lieferant ;00005361;"Bernd Schwandner GmbH ";" ";". ";"80 ";"73550 ";"Waldstetten-Weilerstoffel ";" ";" ";" ";" " +lieferant ;00005366;"GLA GmbH ";" ";"Hauptstrae 56 ";" ";"72469 ";"Mestetten ";"07431/6380 ";" ";"07431/63819 ";" " +lieferant ;00005375;"FANCY FASHIONS ";" ";"56, EROS BLDG.NEHRU PL ";" ";"11001 ";"9 NEW DELHI ";" ";" ";" ";" " +lieferant ;00005380;"SARTORIO MEDITERRANEA ";" ";"CSO GARIBALDI 339 ";" ";"80028 ";"GRUMO NEVANO ";" ";" ";" ";" " +lieferant ;00005397;"OBER SA ";" ";"43 RUE NOT.DAME NAZARET ";" ";"75003 ";"PARIS ";" ";" ";" ";" " +lieferant ;00005400;"Urbschat & Schuhmacher ";"Modevertriebs GmbH ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00005412;"Friedrich Haussmann Wollwarenfabrik ";" ";"Benninger Str. 72 ";" ";"87700 ";"Memmingen ";" ";" ";" ";" " +lieferant ;00005420;"Overland Shoes Limited ";" ";"Neue Schnhauser Strae 16 ";" ";"10178 ";"Berlin ";" ";" ";" ";" " +lieferant ;00005421;"SICO GMBH & CO.KG ";" ";"REICHENAUSTR. 244 ";" ";"78467 ";"KONSTANZ ";" ";" ";" ";" " +lieferant ;00005425;"Freesoul ELDO s.r.l. ";" ";"Via Sebastiano del Buono, 20 ";" ";"50145 ";"Firenze ";" ";" ";" ";" " +lieferant ;00005445;"ESKA Lederhandschuhfabrik ";"Gesellschaft m.b.H. & Co. KG ";"Am Thalbach 2 ";" ";"4600 ";"Thalheim bei Wels ";"+43-7242/66291 ";" ";"+43-7242/68798 ";" " +lieferant ;00005450;"Regatta Ltd ";" ";"Risol House, Mercury Way, Urmston ";" ";"M41 7RR ";"Manchester ";"+44-161/7491200 ";" ";"+44-161/7491211 ";" " +lieferant ;00005463;"Carl Albani Gardinenfabrik GmbH & Co KG ";" ";"Steinerne Furt 44 ";"410009 ";"86167 ";"Augsburg ";"+49 821 7001701 ";" ";" ";" " +lieferant ;00005477;"Poolman Textilhandels GmbH ";" ";"Albert-Einstein-Str. 10 ";" ";"63128 ";"Dietzenbach ";"06074/69494-0 ";" ";"06074/69494-40 ";" " +lieferant ;00005481;"Vasa Kruyfhooft bv ";" ";"Steinenburglaan 3 A ";" ";"3731 ";"GG de Bilt ";"0031-30-2205025 ";" ";"0031-30-2200754 ";" " +lieferant ;00005485;"PLOSS & CO GMBH ";" ";"STEMWARDER LANDSTR. 15 ";" ";"22885 ";"BARSBUETTEL ";"040-5371610 ";" ";"040-53716151 ";" " +lieferant ;00005491;"KMT Klnische Mode- und ";"Textilhandelsgesellschaft mbH ";"Sachsenring 67 ";"101050 ";"50677 ";"Kln ";" ";" ";" ";" " +lieferant ;00005517;"SIDMODSA ";" ";"CH.DU PETIT FLON ";" ";"1052 ";"LE MONTSUR ";" ";" ";" ";" " +lieferant ;00005521;"Franz Max Pauen ";" ";"Benrader Str. 28 ";"1354 ";"47918 ";"Tnisvorst ";" ";" ";" ";" " +lieferant ;00005523;"Stickereifabrik Rettig ";" ";"Benzstr. 1-3 ";" ";"51381 ";"Leverkusen ";" ";" ";" ";" " +lieferant ;00005526;"MINIX GMBH ";" ";"AM RIED 3 ";" ";"83646 ";"BAD TOELZ ";" ";" ";" ";" " +lieferant ;00005527;"MWP FASHION & PRODUKTS ";" ";"BERG.GLADBACHER STR1020 ";" ";"51069 ";"KOELN ";" ";" ";" ";" " +lieferant ;00005533;"Dimension Textil GmbH ";" ";"Hermann-Seger-Str. 29 ";" ";"50226 ";"Frechen ";"02234/2780-58 ";" ";"02234/2780-60 ";" " +lieferant ;00005537;"Verlag Aenne Burda GmbH & Co. KG ";" ";"Hubert-Burda-Platz 2 ";"1160 ";"77652 ";"Offenburg ";"089/9250-0 ";" ";"089/9250-2340 ";" " +lieferant ;00005541;"Arnold GmbH ";" ";"Ludwigstr. 33 ";" ";"60327 ";"Frankfurt/Main ";"069-756099-0 ";" ";"069-745382 ";" " +lieferant ;00005549;"Barth & Knenkamp Seiden GmbH & Co. KG ";" ";"Parkallee 44 ";"10 74 45 ";"28209 ";"Bremen ";"0421/341041 ";" ";"0421/342958 ";" " +lieferant ;00005558;"ACC BRANDS GMBH ";" ";"RATHER STR. 110 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00005562;"BARTH WOLLWARENWEBEREI ";" ";"ORLEANSTR. 16 ";"3340 ";"95028 ";"HOF/SAALE ";"09281 / 2091 ";" ";"0928186720 ";" " +lieferant ;00005563;"Maria Vittoria s.r.l. ";"Latini Leatherwear ";"Via Volterrana Sud, 69 ";" ";"50025 ";"Montespertoli (Firenze) ";" ";" ";" ";" " +lieferant ;00005573;"Stephan Dietz Modevert. GmbH ";"Krizia Jeans ";"Hinter dem Hain 3 ";" ";"63454 ";"Hanau ";" ";" ";" ";" " +lieferant ;00005576;"OTTO THAEMERT ";" ";"Om Steinkamp 12 ";" ";"30938 ";"Burgwedel ";"05139/9880 ";" ";"05139/988177 ";" " +lieferant ;00005577;"Gtzburg Wsche GmbH ";" ";"Rosenfelder Str. 3 ";" ";"72336 ";"Balingen ";"07433/90978-0 ";" ";"07433/90978-20 ";" " +lieferant ;00005580;"Delos Pferdepflege ";" ";"Eichstaedter Str. 2-4 A ";" ";"85110 ";"Kupferberg ";" ";" ";" ";" " +lieferant ;00005583;"Ricano Lederbekleidungs GmbH ";" ";"Siebenmorgenweg 8 ";" ";"53229 ";"Bonn ";"0228/469877 ";" ";"0228/467446 ";" " +lieferant ;00005586;"Brioni Roman Style S.p.a. ";" ";"Via Nazareno Finticoli 1 ";" ";"65017 ";"Penne ";"08582171 ";" ";"0858279200 ";" " +lieferant ;00005588;"BECHER GMBH ";" ";"GUSTAV-BLICKLE-STR. 9 ";" ";"72474 ";"WINTERLINGEN ";" ";" ";" ";" " +lieferant ;00005591;"Walter Fellmann GmbH ";"Kurzwaren ";"Olgastr. 69 B ";"101462 ";"70182 ";"Stuttgart ";"0711/210860 ";" ";" ";" " +lieferant ;00005600;"BLUE MARKET GMBH ";" ";"BEIM NEUEN DAMM 28 ";" ";"28865 ";"LILIENTHAL ";" ";" ";" ";" " +lieferant ;00005606;"Fornari S.p.A. ";" ";"Zona Industriale A ";" ";"62012 ";"Civitanova Marche (MC) ";" ";" ";" ";" " +lieferant ;00005609;"NIKIDOU COOPERATION ";" ";"RUHRAU 66 ";" ";"45279 ";"ESSEN ";" ";" ";" ";" " +lieferant ;00005610;"Maglificio Iroide S.A.C. ";" ";"Via Bressanone, 17/2 ";" ";"16154 ";"Sestri Ponente, Genova (GE) ";" ";" ";" ";" " +lieferant ;00005616;"ELEMENTS FASHION GMBH ";" ";"KOELNER STR. 50 ";" ";"41464 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00005627;"KARE Design GmbH ";" ";"Zeppelinstrae 16 ";" ";"85748 ";"Garching-Hochbrck ";"089/32082-0 ";" ";"089/32082-188 ";" " +lieferant ;00005628;"KIDS COMPANY ";" ";"SANETTASTR ";" ";"72469 ";"MESSTETTEN ";" ";" ";" ";" " +lieferant ;00005641;"Gerhard Salto ";" ";"Otto-Hahn-Str. 2 ";" ";"24537 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00005649;"ACTION WEAR MODE GMBH ";" ";"BRESLAUERSTR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00005664;"***THEO KOELLN Krawattenfabrik ";" ";"MODERING 1, II ";" ";"22457 ";"Hamburg ";"040-559009-0 ";" ";"040-5500340 ";" " +lieferant ;00005678;"Five Elements ";" ";"Zeppelinstr. 4 ";" ";"61118 ";"Bad Vilbel ";" ";" ";" ";" " +lieferant ;00005691;"HUESER GMBH & CO. KG ";" ";"SCHLARAFFIASTR. 1-10 ";"600105 ";"44867 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00005692;"Karl Siegel ";" ";"Drosselstieg 50 ";" ";"21682 ";"Stade ";" ";" ";" ";" " +lieferant ;00005700;"La Casa Gerber ";" ";"Paul Sorge Str. 86A ";" ";"22459 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00005705;"medico Ammann + Bitzer GmbH + Co KG ";" ";"Hechingerstr. 62 ";"1140 ";"72461 ";"Albstadt ";"07432/707-0 ";" ";"07432/707-10 ";" " +lieferant ;00005707;"OSDILO-TEXTILWERKE ";" ";"GUTERMANNSTR.25 ";" ";"86154 ";"AUGSBURG ";" ";" ";" ";" " +lieferant ;00005715;"TOKO GMBH ";" ";"AHLBERGSTR. 76 ";" ";"6900 ";"BREGENZ ";" ";" ";" ";" " +lieferant ;00005725;"BENETTON ";" ";"VIA PROVIN.LUGHESE 880 ";" ";"48014 ";"CASTELSDOGNESE ";" ";" ";" ";" " +lieferant ;00005732;"Caprice Modestudio ";" ";"Kastanienweg 7 ";"1106 ";"32816 ";"Schieder-Schwalenberg ";" ";" ";" ";" " +lieferant ;00005737;"Wa-Kro Hosen KG ";" ";"Uferstrae 4-6 ";" ";"61137 ";"Schneck ";" ";" ";" ";" " +lieferant ;00005747;"Paris Mode S.p.A. ";" ";"Via della Metallurgia, 6 ";" ";"37139 ";"Verona (VR) ";" ";" ";" ";" " +lieferant ;00005758;"ESPRIT ";" ";"unbekannt ";" ";"99999 ";"CH- ZUERICH ";" ";" ";" ";" " +lieferant ;00005768;"DERIMOD ";" ";"ZEYTINBURNO 18 ";" ";"45130 ";"ESSEN ";" ";" ";" ";" " +lieferant ;00005777;"Marella GmbH ";" ";"Brienner Str. 10 ";" ";"80333 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00005782;"GOTTLOB KEPPLER ";" ";"SIEMENSSTR. ";" ";"72805 ";"LICHTENSTEIN/WUERTT. ";" ";" ";" ";" " +lieferant ;00005784;"KAPPA Deutschland GmbH ";" ";"Gutenbergring 69c ";" ";"22848 ";"Norderstedt ";"040/53413200 ";" ";"040/53413202 ";" " +lieferant ;00005793;"light & home accessoires ";" ";"Angerstr. 38 ";" ";"86179 ";"Augsburg ";"0821/812503 ";" ";"0821/87997 ";" " +lieferant ;00005794;"C.H. Buess Textil-Vertrieb ";" ";"Riedstr. 13 ";"4230 ";"73760 ";"Ostfildern ";"0711-413078 ";" ";"0711-4411850 ";" " +lieferant ;00005795;"Codello Lifestyle-Accessories GmbH ";" ";"Clarita-Bernhard-Str. 27 ";" ";"81249 ";"Mnchen ";"08143/9912-0 ";" ";"08143/9912-3110 ";" " +lieferant ;00005798;"P'NA GmbH ";" ";"Saalestr. 14 B ";" ";"47800 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00005807;"AKTIVE LINE GMBH ";" ";"BAHNHOFSTR. 16 ";" ";"69250 ";"SCHOENAU ";" ";" ";" ";" " +lieferant ;00005811;"CADILLAC CLOTHING COMP. ";" ";"VOLTASTR. 4 ";" ";"63303 ";"DREIEICH ";" ";" ";" ";" " +lieferant ;00005812;"New Morrigan Textilhandel ";" ";"Hartkortstrae 29 ";" ";"40880 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00005814;"Twintex GmbH ";" ";"Brckwiesenstr. 28 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00005829;"RK MODEAGENTUR ";" ";"KNIEBISSTR. 56 ";" ";"72768 ";"Reutlingen ";"07121/66960 ";" ";"07121/63999 ";" " +lieferant ;00005839;"GERHARD ROESCH GMBH ";" ";"SCHAFFHAUSENSTR.101 ";" ";"72072 ";"Tbingen ";"07071/1530 ";" ";"07071/153156 ";" " +lieferant ;00005844;"EPC DESIGN GMBH ";" ";"Bielefelder Str. 238 ";" ";"32051 ";"Herford ";"05221-187140 ";" ";"05221-1871420 ";" " +lieferant ;00005846;"F.F.C. GmbH ";" ";"Strmper Str. 1-7 ";" ";"40670 ";"MEERBUSCH ";"02159 - 911147 ";" ";"02159 - 911148 ";" " +lieferant ;00005854;"Ben Sherman Group Ltd ";"Zweigniederlassung Berlin ";"Chausseestrae 1 ";" ";"10115 ";"Berlin ";"0211/4361890 ";" ";" ";" " +lieferant ;00005862;"ENERGIE ";" ";"FABRIKSTR. 45-99 ";" ";"68163 ";"MANNHEIM ";" ";" ";" ";" " +lieferant ;00005863;"PARDES GMBH & CO. KG ";" ";"MOSELSTR.2-4 ";" ";"63477 ";"MAINTAL ";" ";" ";" ";" " +lieferant ;00005867;"Easy Comfort GmbH ";" ";"Hellersbergstr. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00005869;"GABRIELE STREHLE JEANS ";" ";"WERDENBERGERWEG 20 ";" ";"9490 ";"VADUZ ";" ";" ";" ";" " +lieferant ;00005875;"Eberhard Zaspel GmbH & Co. KG ";" ";"Schiefbahner Str. 11-13 ";"101230 ";"41748 ";"Viersen ";" ";" ";" ";" " +lieferant ;00005876;"Schomacker Aktuelle Mode GmbH ";" ";"Modering 1, Modezentrum Hamburg ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00005877;"Depesche Vertrieb GmbH & Co. KG (Diddl) ";" ";"Vierlander Str. 14 ";" ";"21502 ";"Geesthacht ";"04152/936-0 ";" ";"04152/936-167 ";" " +lieferant ;00005881;"AGEMA ";" ";"MENTEMMERSTRAAT 19 A ";" ";"6942 ";"GZ DIDAM ";" ";" ";" ";" " +lieferant ;00005889;"Pictura GmbH & Co. KG ";" ";"Industriestrae 54-58 ";" ";"69245 ";"Bammental ";"06223/9509-49 ";" ";"06223/9509-40 ";" " +lieferant ;00005904;"XOOP SOCKS ";" ";"KRESSENWEG 18-22 ";"530280 ";"22549 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00005908;"CLOSED ";" ";"Straenbahnring 6 ";" ";"20251 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00005914;"Overland/Vigevano ";" ";"Neuer Zollhof 1 ";" ";"40221 ";"Dsseldorf ";"0211384690 ";" ";"02113846911 ";" " +lieferant ;00005919;"Umbreit GmbH + Co ";" ";"Hpfigheimer Str. 15 ";" ";"74321 ";"Bietigheim-Bissingen ";"07142/5960 ";" ";"07142/596-399 ";" " +lieferant ;00005923;"ODEL COLLECTION ";" ";"AN D.ALTEN ZIEGELEI 36 ";" ";"48157 ";"MUENSTER ";" ";" ";" ";" " +lieferant ;00005924;"Hippos Handelsagentur GmbH ";" ";"Braunsberg 7 ";" ";"51429 ";"Bergisch Gladbach ";"02204/81400 ";" ";"02204/85282 ";" " +lieferant ;00005940;"Gebr. Colsmann GmbH & Co. ";" ";"Hinsbecker Lh 10-12 ";"150152 ";"45257 ";"Essen ";" ";" ";" ";" " +lieferant ;00005943;"Kempel Sportswear ";" ";"Knrlpatt ";" ";"49577 ";"Ankum ";" ";" ";" ";" " +lieferant ;00005948;"Arthur Dilthey ";" ";"Krefelder Str. 249 ";" ";"41066 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00005957;"Huck, Asslar ";" ";"Asslarer Weg 13-15 ";" ";"35614 ";"Alar ";"06443-630 ";" ";"06443-6329 ";" " +lieferant ;00005962;"Boss Elitaire GmbH & Co. ";" ";"Raiffeisenstr. 5 ";" ";"72461 ";"Albstadt ";"07432/983700 ";" ";" ";" " +lieferant ;00005965;"Friedrich Lorch GmbH & Co. ";" ";"Wilh.-Bihler-Str. 4 ";"1165 ";"72474 ";"Winterlingen ";" ";" ";" ";" " +lieferant ;00005966;"FEMIRA-WERKE ";" ";" ";" ";"4790 ";"PADERBORN ";" ";" ";" ";" " +lieferant ;00005967;"Scheer GmbH ";" ";"Am Markt 2 ";" ";"49413 ";"Dinklage ";" ";" ";" ";" " +lieferant ;00005970;"MODEE GMBH ";" ";"ANES STR. 10 ";" ";"9366 ";"STOLLBERG ";" ";" ";" ";" " +lieferant ;00005983;"PERFACTS! ";"marketing & vertriebs GmbH ";"Gahlener Strae 250 ";" ";"46282 ";"Dorsten ";"02362/7854100 ";" ";"02362/7854110 ";" " +lieferant ;00005985;"Bantex-Stoffe ";" ";"Bajuwarenring 2 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00005991;"Albrecht Bender ";" ";"Nrnberger Str.2 ";" ";"91781 ";"Weienburg ";" ";" ";" ";" " +lieferant ;00005998;"Jakob Bonifer KG ";" ";"Kessler Str. 14 ";"1140 ";"63110 ";"Rodgau ";" ";" ";" ";" " +lieferant ;00006011;"Lacoste S.A. ";" ";"23-25, rue de Provence ";" ";"75009 ";"Paris ";" ";" ";" ";" " +lieferant ;00006020;"VIDO VITA ";" ";"PILOTENSTRAAT 18 ";" ";"1059 ";"AMSTERDAM ";" ";" ";" ";" " +lieferant ;00006021;"Friedrich Mayer GmbH & Co. KG ";"Strickwarenfabrik ";"Josef-Deuber-Strae 12 ";" ";"72393 ";"Burladingen-Melchingen ";" ";" ";" ";" " +lieferant ;00006024;"Kunsemller GmbH & Co. ";" ";"Weidenstr. 2 ";" ";"49080 ";"Osnabrck ";"0541-404340 ";" ";"05414043456 ";" " +lieferant ;00006031;"Heartbreaker Modevertrieb ";"Jutta Ibing e.K. ";"Schwerinstr. 40 ";" ";"40477 ";"Dsseldorf ";"0211/415589-0 ";" ";"0211/415589-55 ";" " +lieferant ;00006045;"Pinguin Textil GmbH ";" ";"Rudolf-Diesel-Str. 3-9 ";"1442 ";"33813 ";"Oerlinghausen ";"05202/3033 ";" ";"05202/71249 ";" " +lieferant ;00006051;"John Handels-GmbH & Co. KG ";" ";"Industriestr. 23 ";" ";"83395 ";"Freilassing ";" ";" ";" ";" " +lieferant ;00006068;"Cross Jeanswear GmbH ";" ";"Alexander-Meiner-Strae 38 ";" ";"12526 ";"Berlin ";"030/138931-0 ";" ";"030/138931-99 ";" " +lieferant ;00006077;"H.BERGHAUS ";" ";"DANZIGER STR. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00006086;"Christoff GmbH & Co. KG Umstandsmoden ";" ";"Falkenstrae 12 ";" ";"70736 ";"Fellbach ";"0711/587039 ";" ";"0711/587041 ";" " +lieferant ;00006088;"SODIUM GERMANY GMBH ";" ";"OSTSTR. 120 ";" ";"22844 ";"NORERSTEDT ";"040-5353430 ";" ";"040-53534333 ";" " +lieferant ;00006094;"Lukas Stein (DressMaster) ";" ";"Baumstrae 22-24 ";" ";"44623 ";"Herne ";" ";" ";"02323/14035236 ";" " +lieferant ;00006096;"NANI STRADA INTERMODA ";" ";"BLOMESTR. 2 ";" ";"33609 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00006099;"REPI-INTERNATIONAL ";" ";"STEMERINGWEG 7 ";" ";"3769 ";"ZG SOESTERBERG ";" ";" ";" ";" " +lieferant ;00006103;"Village Cosmetics GmbH & Co. KG ";" ";"Terlaner Str. 12 ";" ";"86165 ";"Augsburg ";"0821/272800 ";" ";"0821/713651 ";" " +lieferant ;00006106;"WEIHNACHTSLAND ";" ";"BREITENLOHER WEG 14 ";" ";"91166 ";"GEORGENSGEMUEND ";" ";" ";" ";" " +lieferant ;00006126;"La Maison Lejaby SAS ";" ";"Avenue du Loup Pendu ";" ";"69142 ";"Rillieux-La-Pape ";"+33-4/72015500 ";" ";" ";" " +lieferant ;00006127;"Lejaby Germany GmbH ";" ";"Kaiserswerther Strae 229 ";" ";"40474 ";"Dsseldorf ";"0211/171496-0 ";" ";"0211/171496-09 ";" " +lieferant ;00006132;"C. & P. Vosswinkel ";" ";"Steingraben 3 ";"2317 ";"59494 ";"Soest ";"02921/14921 ";" ";" ";" " +lieferant ;00006138;"DIVA ESSE S.R.L. ";" ";"VIA TRIESTE 13 ";" ";"13900 ";"BIELLA ";" ";" ";" ";" " +lieferant ;00006148;"BRIGITTE SEIDEL ";" ";"MUSSINANSTR. 118 ";" ";"92318 ";"NEUMARKT ";" ";" ";" ";" " +lieferant ;00006154;"IGI Calzature e Tecnologie Srl ";" ";"Via Juri Gagarin, 6 ";" ";"06074 ";"Ellera (PG) ";"+39-800/218-715 ";" ";" ";" " +lieferant ;00006156;"Stottrop-Textil GmbH & Co. KG ";" ";"Grevener Damm 93 ";"1234 ";"48282 ";"Emsdetten ";"02572/9316-0 ";" ";"02572/9316-40 ";" " +lieferant ;00006157;"TULLO GMBH ";" ";"WERINHERSTR. 45 ";" ";"81541 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00006161;"WALTER GMBH ";" ";"Gmunder Str. 35 ";" ";"81379 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00006187;"L'Occitane GmbH ";" ";"Rathausufer 23 ";" ";"40213 ";"Dsseldorf ";"0211/2497727 ";" ";" ";" " +lieferant ;00006188;"BABOLAT MAILOT WITT ";" ";"BRESLAUER STR. 25 ";"1161 ";"63452 ";"HANAU ";" ";" ";" ";" " +lieferant ;00006204;"Creation Stummer GmbHi ";" ";"Stummerstr. 1 ";" ";"4060 ";"Linz/Leonding ";" ";" ";" ";" " +lieferant ;00006206;"Cyell B.V. ";" ";"P.O. Box 45 ";"P.O. Box 45 ";"9050 AA ";"Stiens ";" ";" ";" ";" " +lieferant ;00006209;"zz~TOM TAILOR ";" ";"MOERFELDER LANDSTR.109A ";" ";"60598 ";"FRANKFURT A. MAIN ";" ";" ";" ";" " +lieferant ;00006211;"ARTE Wohnaccessoires GmbH u CoKG ";" ";"Wigglis 5 ";" ";"88167 ";"Rthenbach ";"08334 82394 0 ";" ";"08334 82394 22 ";" " +lieferant ;00006221;"RS Fashion GmbH ";" ";"Arlandstr. 73 ";" ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00006234;"Jrgen Stange ";" ";"Stahnsdorfer Strae 3 ";" ";"14513 ";"Teltow ";"03328/474852 ";" ";"03328/474854 ";" " +lieferant ;00006235;"J. Hakenmller GmbH & Co. KG ";" ";"Auf der Bins 3 ";"1252 ";"72379 ";"Hechingen ";" ";" ";" ";" " +lieferant ;00006256;"oui Gruppe GmbH & Co. KG ";" ";"Moosacher Str. 26a ";" ";"80809 ";"Mnchen ";"089/35481-0 ";" ";"089/3516059 ";" " +lieferant ;00006267;"Sandys Deutschland GmbH & Co. KG ";"Sergio Tacchini ";"Windeckstrae 79 ";" ";"68163 ";"Mannheim ";"0621/83376-0 ";" ";"0621/816370 ";" " +lieferant ;00006270;"Buena Vista Home Entertainment ";"GmbH ";"Kronstader Str. 9 ";" ";"81677 ";"Mnchen ";"0800-28353456 ";" ";"0800-23293456 ";" " +lieferant ;00006271;"HETTLAGE GMBH ";" ";"IMMERMANNSTR.12 ";" ";"40210 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00006273;"GERHARD BRUNS GMBH ";" ";" ";" ";"26003 ";"OLDENBURG ";" ";" ";" ";" " +lieferant ;00006277;"KARL THOMAS ";" ";"WALKMUEHLENSTR. 93 ";"1464 ";"27432 ";"BREMERVOERDE ";"04761-9790 ";" ";"04761979161 ";" " +lieferant ;00006278;"CUNARD-WERK GMBH ";" ";" ";"4006 ";"38667 ";"BAD HARZBURG ";" ";" ";" ";" " +lieferant ;00006283;"AYDINE ORJIN ";" ";"KALNERSTR. 50 ";" ";"41464 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00006288;"Kalliwoda-Shoefactory GmbH ";" ";"Mrfelder Landstr. 109A ";" ";"60598 ";"Frankfurt ";"069/628086 ";" ";"069/622596 ";" " +lieferant ;00006292;"Reformetta Bettfedernfabrik ";"Heinrich Hussling ";" ";"100548 ";" ";"Neustadt/Weinstr. ";" ";" ";" ";" " +lieferant ;00006298;"Erich Hummel GmbH ";" ";"Gutleutstrae 169-171 ";"110931 ";"60044 ";"Frankfurt ";"069/231455 ";" ";"069/230780 ";" " +lieferant ;00006299;"Hpfner Modelle GmbH ";" ";"Alleestrasse 120 ";" ";"33790 ";"Halle/ WEstf. ";" ";" ";" ";" " +lieferant ;00006302;"Harald Lorens ";"Kopfbedeckungen ";"Roenkrei 35 ";" ";"22399 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00006304;"Konrad Stautz GmbH & Co KG ";" ";"Rohrlochstrasse 10 ";" ";"72310 ";"Balingen ";" ";" ";" ";" " +lieferant ;00006317;"PFLUGBEIL ";" ";"BARBAROSSASTR. 34-36 ";" ";"97778 ";"FELLEN ";" ";" ";" ";" " +lieferant ;00006333;"Albrecht John ";" ";"Enger Steinweg 10 ";" ";"48366 ";"Laer/Mnster ";" ";" ";" ";" " +lieferant ;00006334;"Sara Lee Personal ";" ";"Osterfeldstr. 82 ";" ";"85737 ";"Ismaning ";" ";" ";" ";" " +lieferant ;00006338;"TA HA SRL ";" ";"VIA IPPOLITA ";" ";"153 ";"ROM ";" ";" ";" ";" " +lieferant ;00006344;"Ya Ya ";" ";"Haarlemmerstraatweg 95 ";" ";"1165 ";"MK Halfweg ";"+31(0)204976066 ";" ";"+31(0)204974499 ";" " +lieferant ;00006347;"HOLGER LEMCKE ";" ";"HOLBEINSTR.5 ";" ";"69469 ";"WEINHEIM ";" ";" ";" ";" " +lieferant ;00006357;"Maschenmode ";" ";"von Stauffenbergstr. 39 ";" ";"72459 ";"Albstadt ";"07431-74455 ";" ";"07431-74354 ";" " +lieferant ;00006372;"SOULUTION ";" ";"RICHARDSTR. 54-56 ";" ";"22081 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00006384;"HEINZ ANSTOETZ ";" ";"DAMMENHEIDER STR. 67 ";"101591 ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00006393;"Kurt Bruder Lederwarenfab.GmbH ";" ";"Hans-Bckler-Str. 7 ";"1324 ";"63110 ";"Rodgau ";"06106-3856 ";" ";"06106-18295 ";" " +lieferant ;00006394;"GEORGE BOURLAI + SONS ";" ";"THERMAIKOV STR. 59 ";" ";" ";"OREOKASTRO-THESSALON ";" ";" ";" ";" " +lieferant ;00006395;"Sixty Deutschland ";" ";"Fabrikstationsstr. 45-49 ";" ";"68163 ";"Mannheim ";"06211/29750 ";" ";"06211/297580 ";" " +lieferant ;00006400;"Reimann GmbH & Co. KG ";"Albin Reismann Kammgarnweberei ";"Drennesweg 10 ";"2005 ";"47445 ";"Moers ";"02841/97905-0 ";" ";"02841/97905-18 ";" " +lieferant ;00006401;"Gries Deco Company GmbH ";" ";"Boschstrae 7 ";" ";"63843 ";"Niedernberg ";"06028/944-0 ";" ";"06028/944-74099 ";" " +lieferant ;00006409;"Hans Dill GmbH & Co.KG ";" ";"Beierfeld 5 ";"1209 ";"95671 ";"Brnau ";"09635/80-0 ";" ";"09635/80-37 ";" " +lieferant ;00006417;"Bretschneider & Bretschneider GmbH ";"Frencys ";"Brauhausgasse 7 ";" ";"2325 ";"Himberg ";"+43-2235/863000 ";" ";"+43-2235/87083 ";" " +lieferant ;00006419;"PETER BASSE GMBH ";" ";"FELDSTR.4 ";" ";"44867 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00006420;"DAS B. HERMSMEYER ";" ";"INDUSTRIESTR. 7 ";" ";"49536 ";"LIENEN ";" ";" ";" ";" " +lieferant ;00006423;"BENETTON ";" ";"Villa Minelli ";" ";"31050 ";"Ponzano Treviso ";" ";" ";" ";" " +lieferant ;00006434;"Alan Paine Knitwear Ltd ";" ";"Unit 2, Observatory Way, Lowmoor Road ";" ";"NG17 7RD ";"Kirkby-in-Ashfield, Nottinghamshire ";"+44-1623/522570 ";" ";"+44-1623/522577 ";" " +lieferant ;00006435;"Alan Paine GmbH ";" ";"Godert-Haes-Str. 9 ";" ";"47839 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00006443;"DALMINE UOMO ";" ";"VIA SABBIO 89 ";" ";"24044 ";"DALMINE ";" ";" ";" ";" " +lieferant ;00006462;"Accentra GmbH ";" ";"Rudolf-Diesel-Strasse 1 ";"1111 ";"91572 ";"Bechhofen ";"0982282940 ";" ";"09822828422 ";" " +lieferant ;00006464;"Boxerman GmbH (ehem. Rotex) ";" ";"Berliner Allee 32 ";" ";"40212 ";"Dsseldorf ";"0211/8685-0 ";" ";"0211/8685-185 ";" " +lieferant ;00006473;"Hanseatic Fashion GmbH ";" ";"Emil-Hoffmann-Strasse 55-59 ";" ";"50996 ";"Kln ";"02233/69030 ";" ";"02233/67322 ";" " +lieferant ;00006481;"Textiles Wohnen GmbH ";" ";"Ihringer Landstr. 16 ";"1260 ";"79206 ";"Breisach ";"07667/9454-0 ";" ";"07667/9454-156 ";" " +lieferant ;00006485;"BERND ALBERT ";" ";"ALT PEMPELFORD 6 ";" ";"40211 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00006487;"Nobilis Textil GmH & Co,KG ";" ";"Vredener Str. 173-185 ";" ";"487037 ";"Stadtlohn/Westf. ";" ";" ";" ";" " +lieferant ;00006493;"Sulzberg Sport ";" ";"Kolberger Str. 3 ";" ";"87471 ";"Durach ";" ";" ";" ";" " +lieferant ;00006495;"Gebr. Sauermilch ";" ";"Ensbach 1 ";"1120 ";"36142 ";"Tann / Rhn ";" ";" ";" ";" " +lieferant ;00006502;"R. Koopmann GmbH (Scara) ";" ";"Modering 1 /A/6.OG ";" ";"22457 ";"Hamburg ";"040/55034-35 ";" ";"040/55034-88 ";" " +lieferant ;00006505;"Bandolera Headquarters ";" ";"Vareseweg 85 ";" ";"3047 ";"AT Rotterdam ";"+31-10-23815-00 ";" ";"+31-10-23815-99 ";" " +lieferant ;00006509;"Bachberger + Sohn ";" ";"Lauenbhlstr. 59 ";" ";"88161 ";"Lindenberg ";"08381/509-0 ";" ";"08381/50970 ";" " +lieferant ;00006516;"EURO CORSET ";" ";"VIA E. ZACCONI 8 ";" ";"40127 ";"BODOGNA ";" ";" ";" ";" " +lieferant ;00006518;"DRUM+DRAN ";" ";"MAHDENTALSTR. 96 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00006528;"Benedikt Maeser KG ";" ";"Friedrichshaf.-Str. ";" ";"88131 ";"Lindau ";" ";" ";" ";" " +lieferant ;00006530;"Dragees aus Weseke GmbH ";" ";"Benningsweg 26 ";"30 51 ";"46325 ";"Borken-Weseke ";" ";" ";" ";" " +lieferant ;00006536;"Dreimeister GmbH ";" ";"Weststr. 47-49 ";"12 53 ";"59457 ";"Werl-Westoennen ";" ";" ";" ";" " +lieferant ;00006537;"SHOE COMPANY Handeslges.mbH&Co ";" ";"Am Tie 7 ";" ";"49086 ";"Osnabrck ";"0541958405 ";" ";"05419584227 ";" " +lieferant ;00006550;"Gustav Berning ";" ";"Alte Heerstr. 1 ";"11 10 ";"49124 ";"Georgsmarienhtte ";" ";" ";" ";" " +lieferant ;00006554;"Rth Textilhandel GmbH ";" ";"Dammweg 2 - 6 ";" ";"64807 ";"Dieburg ";" ";" ";" ";" " +lieferant ;00006562;"Excalibur ";" ";"Hainer Chaussee 9 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00006564;"P U. B TEXTILVERTR.GMBH ";" ";"KIRCHSTR. 96-98 ";" ";"45478 ";"MUEHLHEIM-RUHR ";" ";" ";" ";" " +lieferant ;00006568;"Hans-Jrgen Funsch ";" ";"Karl-von-Linde-Str. 2 ";" ";"95447 ";"Bayreuth ";"0921-13232 ";" ";"0921-13014 ";" " +lieferant ;00006571;"FIG Fernimporte Geiss GmbH ";" ";"Max Planck Str. 34 ";" ";"50858 ";"Kln ";"02234-9570711 ";" ";"02234-9570713 ";" " +lieferant ;00006588;"akzente, feine krawatten ";"Frank Mller GmbH & Co. KG ";"Fabrikstr. 18 / Paz. B ";" ";"73277 ";"Owen ";"07021-50730 ";" ";"07021-507310 ";" " +lieferant ;00006589;"Sterling Praesent GmbH ";" ";"St. Margaretha Weg 11 ";" ";"82899 ";"Raistring ";" ";" ";" ";" " +lieferant ;00006590;"Bulaggi the bags by ARWA bv ";" ";"Franciscusweg 227 ";" ";"1216 SE ";"Hilversum ";"031356212757 ";" ";"031356215791 ";" " +lieferant ;00006592;"HESCO ";" ";"GRAFENHEIDER STR. 20 ";" ";"33729 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00006595;"JACK + JONES ";" ";"INDUSTRIVEJ ";" ";"7330 ";"BRANDE ";" ";" ";" ";" " +lieferant ;00006608;"Karl Hutschenreuter GmbH ";" ";"Wichernstr. 2a ";" ";"76185 ";"Karlsruhe ";" ";" ";" ";" " +lieferant ;00006613;"Stckle & Co ";"Tischtextilien ";"Industriestrasse 32 ";" ";"71272 ";"Renningen ";"07159-92680 ";" ";"071597471 ";" " +lieferant ;00006615;"Setex-Textil-GmbH ";" ";"Mnsterstrae 112 ";" ";"48250 ";"Greven ";"02571/82-0 ";" ";"02571/82-477 ";" " +lieferant ;00006625;"Kazz W&P GmbH ";" ";"Kurfrst-Eppstein-Ring 50 ";" ";"63877 ";"Sailauf ";" ";" ";" ";" " +lieferant ;00006626;"WAGENER GMBH + CO.KG ";" ";"LANGESTR. 44 ";" ";"76530 ";"BADEN-BADEN ";" ";" ";" ";" " +lieferant ;00006629;"KARL-HEINZ LICHT ";" ";"BREITE STRASSE 11 ";" ";"76135 ";"KARLSRUHE ";" ";" ";" ";" " +lieferant ;00006630;"FJAELL RAEVEN ";" ";"LILIENTHALALLEE 40 ";" ";"80939 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00006638;"Redpoint GmbH ";" ";"Espachstrae 17 ";"1220 ";"72574 ";"Bad Urach ";" ";" ";" ";" " +lieferant ;00006640;"Rausch & Shne ";" ";"Parkstr. 5 ";" ";"95233 ";"Wstenselbitz ";" ";" ";" ";" " +lieferant ;00006644;"Screwball ";" ";"Heinrich-Held-Str. 12 ";" ";"65520 ";"Bad Camberg ";" ";" ";" ";" " +lieferant ;00006647;"CWF Children Worldwide Fashion ";"Timberland Kids ";"ZI du Bois-Joly, Avenue des Sables ";"BP 509 ";"85505 ";"Les Herbiers Cedex ";"+33-2/51663838 ";" ";"+33-2/51910324 ";" " +lieferant ;00006652;"RAIMUND SPECK ";" ";"ZIEGELEISTR. 10 ";" ";"76448 ";"DURMERSHEIM ";" ";" ";" ";" " +lieferant ;00006663;"Hepting Lederwaren Accessoires GmbH ";" ";"Rielinghuser Str. 11 ";"1263 ";"71667 ";"Marbach/Neckar ";" ";" ";" ";" " +lieferant ;00006666;"Modehaus Brockmann ";" ";"Bckerstr. 41 ";" ";"31785 ";"Hameln ";" ";" ";" ";" " +lieferant ;00006682;"Allegrie, Dismi 92 S.P.A. ";" ";"Via Limitese, 106 ";" ";"50059 ";"Vinci - Florence ";" ";" ";" ";" " +lieferant ;00006690;"Spessarttraum GmbH & Co. KG ";" ";"Weissensteinstr. 22 ";" ";"97737 ";"Gemnden am Main ";"09351/60438-0 ";" ";"09351/60438-29 ";" " +lieferant ;00006695;"Danilo-Herrenmoden ";" ";"Kyllmannweg 7 ";"130247 ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00006696;"Traveller Jean Weipert GmbH ";" ";"Kolpingstr. 18 ";"3045 ";"63165 ";"Mhlheim am Main ";"06108/9042-0 ";" ";"06108/77941 ";" " +lieferant ;00006698;"Schffel Sportbekleidung GmbH ";" ";"Ludwig-Schffel-Str. 15 ";" ";"86830 ";"Schwabmnchen ";"08232/50060 ";" ";"08232/72787 ";" " +lieferant ;00006703;"ARWA B.V. ";" ";"Franciscusweg 227 ";" ";"1216 SE ";"Hilversum ";"0031/35/6212757 ";" ";"0031/35/6215791 ";" " +lieferant ;00006713;"SAMSONITE ";" ";"CECILIENALLEE 54/55 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00006718;"Bernd Berger Shoes GmbH ";" ";"Am Tie 7 ";" ";"49086 ";"Osnabrck ";"0541-958406 ";" ";"0541-9584227 ";" " +lieferant ;00006721;"BGM Mode-Accessoires GmbH ";" ";"Carl-Zeiss-Strae 33 ";"1130 ";"72555 ";"Metzingen ";"07123/9677-0 ";" ";"07123/9677-39 ";" " +lieferant ;00006739;"Klaus Sohn ";" ";"Siegfriedstr. 10 ";" ";"58453 ";"Witten ";"02302/956590 ";" ";"02302/9565920 ";" " +lieferant ;00006745;"Natural Wave ";"Modevertrieb GmbH ";"Schleissheimer Str. 426 ";" ";"80935 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00006772;"Schrder & Schmidt GmbH ";" ";"Karlsbader Str. 5 ";"260 ";"91550 ";"Dinkelsbhl ";"09851/5799-0 ";" ";"09851/5799-33 ";" " +lieferant ;00006778;"Happy Rain Wrflingsdobler GmbH ";" ";"Industriestr. 9 ";" ";"84359 ";"Simbach am Inn ";"+49 8571 9119-23 ";" ";"+49 8571 9119-30 ";" " +lieferant ;00006794;"Biasia Francesco SpA ";" ";"Via Artigianato 7 ";" ";"36030 ";"Pocolaro (VI) ";"+39-0444360500 ";" ";" ";" " +lieferant ;00006802;"STUDIO 13 ";" ";"BAHNHOFSTR. 6 ";" ";"65623 ";"HAHNSTAETTEN ";" ";" ";" ";" " +lieferant ;00006813;"Karl Hoffmann GmbH & Co. ";" ";". ";"63 ";"72351 ";"Geislingen ";" ";" ";" ";" " +lieferant ;00006814;"Gin Tonic Special Mode GmbH ";" ";"Schwertstrasse 48 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00006819;"Cordon GmbH ";" ";"Mariendorfer Damm 1 - 3 ";" ";"12099 ";"Berlin ";" ";" ";" ";" " +lieferant ;00006827;"Christ Textilvertrieb ";" ";"Schtzenstr. 16 ";" ";"72070 ";"Tbingen ";" ";" ";" ";" " +lieferant ;00006828;"Achatit Schirmer Import GmbH & Co. KG ";" ";"Klner Str. 60 ";" ";"50859 ";"Kln-Lvenich ";" ";" ";" ";" " +lieferant ;00006829;"Sabri Proposte Moda s.r.l. ";" ";"Via Nazionale Adriatica Sud snc ";" ";"64029 ";"Silvi Marina (TE) ";" ";" ";" ";" " +lieferant ;00006837;"Strenesse Blue ";" ";"Kreuzberger Ring 40 ";" ";"65205 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00006838;"Xtreme Designe ";" ";"Weidenplatz 10 ";" ";"90522 ";"Oberasbach ";"0911-6109102 ";" ";"0911-6109105 ";" " +lieferant ;00006841;"MERSMANN ";" ";"ROGGENMARKTSTR. 4 ";" ";"48143 ";"MUENSTER ";" ";" ";" ";" " +lieferant ;00006843;"ABC Spielspass ";" ";"Daimlerstr. 8 ";" ";"41564 ";"Kaarst ";" ";" ";" ";" " +lieferant ;00006850;"zz~NADINE H. ";" ";"Frsterweg 36-38 ";" ";"59558 ";"Lippstadt ";"02941-94010 ";" ";"02941-940199 ";" " +lieferant ;00006852;"Otto Urra GmbH ";" ";"von-Galen-Str. 16 ";" ";"48712 ";"Gescher ";" ";" ";" ";" " +lieferant ;00006856;"Stein & Grter GmbH ";" ";"Ruhrstr. 6 ";"6340 ";"45701 ";"Herten ";" ";" ";" ";" " +lieferant ;00006857;"Jebsen & Jessen (GmbH & Co.) KG ";" ";"Kehrwieder 11 ";"103329 ";"20457 ";"Hamburg ";"040/301401 ";" ";"040/327091 ";" " +lieferant ;00006862;"MONI-MODEN ";" ";"IM MAIBUESCH 1 ";" ";"56766 ";"ULMEN/EIFEL ";" ";" ";" ";" " +lieferant ;00006890;"Baier & Schneider GmbH & Co.KG ";" ";"Wollhausstr. 60-62 ";" ";"74072 ";"Heilbronn ";"07131-886-0 ";" ";"07131-886-200 ";" " +lieferant ;00006900;"Adelheid Klahn GmbH ";" ";"Kolberger Str. 15 ";" ";"24589 ";"Nortorf ";" ";" ";" ";" " +lieferant ;00006911;"Alfi GmbH ";" ";"Ernst Ebbe Str. 14 ";"1616 ";"97877 ";"Wertheim ";" ";" ";" ";" " +lieferant ;00006916;"Heinrich Weiss GmbH ";" ";"Im Buschkamp 41 ";"1380 ";"45739 ";"Oer-Erkenschwick ";" ";" ";" ";" " +lieferant ;00006927;"Coats GmbH ";" ";"Kaiserstr. 1 ";"1179 ";"79341 ";"Kenzingen ";"07644/802-0 ";" ";"07644/802-252 ";" " +lieferant ;00006935;"Ackermann GmbH ";" ";"Oranierring 48-50 ";" ";"47798 ";"Krefeld ";"02151/28970 ";" ";" ";" " +lieferant ;00006942;"Rosenberger KG ";" ";"Mainstr. 134 ";" ";"68642 ";"Buerstadt ";" ";" ";" ";" " +lieferant ;00006944;"YUPPIE GmbH ";"Sportswear in Leather ";"Birkenstrae 8 ";" ";"88285 ";"Bodnegg-Rotheidlen ";"07520-9200-0 ";" ";"07520-9200-40 ";" " +lieferant ;00006945;"Brauns-Heitmann GmbH & Co. KG ";" ";"Ltkefeld 15 ";"1163 ";"34414 ";"Warburg ";"05641/95-0 ";" ";"05641/95-141 ";" " +lieferant ;00006951;"Bueltel Int.Fashion Group Sylt ";" ";"Rheiner Str. 28 ";" ";"48499 ";"Salzbergen ";" ";" ";" ";" " +lieferant ;00006952;"S B D GMBH ";" ";"DANZIGER STR. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00006958;"DINO VALIANO ";" ";"Bahnhofstr. 49 ";" ";"91788 ";"Pappenheim ";" ";" ";" ";" " +lieferant ;00006966;"Coronet Metallwarenfabrik GmbH ";" ";"Hauptstrasse 5 ";"1230 ";"69480 ";"Wald-Michelbach ";" ";" ";" ";" " +lieferant ;00006970;"Coty Deutschland GmbH ";" ";"Rheinstr. 4E ";"1126 ";"55116 ";"Mainz ";"06131-3060 ";" ";" ";" " +lieferant ;00006977;"CTI Deutschland GmbH ";" ";"Kreuzerkamp 9 ";" ";"40878 ";"Ratingen ";"02102702557 ";" ";"02102702675 ";" " +lieferant ;00006986;"Lenhart GmbH & Co. KG ";" ";"Jesinger Str. 84 ";" ";"73230 ";"Kirchheim/Teck ";" ";" ";" ";" " +lieferant ;00007000;"DLS Modevertrieb GmbH ";" ";"Hansaring 1 ";" ";"49504 ";"Lotte ";"0540496670 ";" ";"05404966777 ";" " +lieferant ;00007001;"Fruehauf und Hillhorst ";" ";". ";" ";"56457 ";"Halbs/Oberwesterwald ";" ";" ";" ";" " +lieferant ;00007004;"Durable GmbH & Co. KG ";" ";"Westfalenstr. 77 - 79 ";"1753 ";"58636 ";"Iserlohn ";" ";" ";" ";" " +lieferant ;00007006;"Seiden-Grohn Accessoires GmbH Co. KG ";" ";"Opelstrae 14 ";"10 04 64 ";"30916 ";"Isernhagen ";"0511/696036-0 ";" ";"0511/614646 ";" " +lieferant ;00007010;"Pampolina Europe GmbH & Co. KG ";" ";"Kleiner Johannes 21 ";" ";"91257 ";"Pegnitz ";"09241/7220 ";" ";"09241/722222 ";" " +lieferant ;00007011;"Kids Fashion Group GmbH & Co. KG ";"Pampolina ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";"07127/8114-0 ";" ";" ";" " +lieferant ;00007019;"Ebona J. Stefani GmbH ";"J. Stefani ";"Gartenstr. 95 ";"429 ";"72458 ";"Albstadt ";"07431-53084-85 ";" ";"07431-55785 ";" " +lieferant ;00007020;"Lecomte Strickwarenvertriebs GmbH ";" ";"Bielefelder Str. 40-42 ";"1220 ";"49176 ";"Hilter ";"+49 5424 23270 ";" ";"+49 5424 2327790 ";" " +lieferant ;00007021;"Edding Vertriebs GmbH&Co.KG ";" ";"Auf Boesselhagen 9 ";"11 60 ";"31501 ";"Wunsdorf ";"05031-72046 ";" ";"05031-150-150 ";" " +lieferant ;00007022;"European Technology & Logistic Center ";"GmbH ";"Waldstrasse 41 ";" ";"63128 ";"Dietzenbach ";"06074-2112-500 ";" ";"06074-2112-530 ";" " +lieferant ;00007039;"EMSA GmbH ";" ";"Grevener Damm 215-225 ";"1544 ";"48282 ";"Emsdetten ";"02572/13-0 ";" ";"02572/13-222 ";" " +lieferant ;00007042;"SHERINA ";" ";"BRESLAUER STR.6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00007043;"Faber-Castell A.Q. GmbH & Co. ";" ";"Nuernberger Str. 2 ";" ";"90547 ";"Stein ";"09119965423 ";" ";"09119965485 ";" " +lieferant ;00007051;"FILTRAL GmbH & Co. Vertriebs KG ";" ";"Siegelsdorfer Str. 1 ";"190152 ";"90768 ";"Frth ";"0911/9753-0 ";" ";"0911/9753-150 ";" " +lieferant ;00007053;"Fissler GmbH ";" ";"Harald-Fissler-Str. 1 ";"12 23 20 ";"55743 ";"Fischbach ";"06781-4030 ";" ";"06781-403321 ";" " +lieferant ;00007057;"OTTO TEXTILWERKE ";" ";" ";"1154 ";"73240 ";"WENDLINGEN ";" ";" ";" ";" " +lieferant ;00007071;"ETRO S.P.A. ";" ";"VIA SPARTACO 3 ";" ";"20135 ";"MILANO ";" ";" ";" ";" " +lieferant ;00007079;"W. Goebel Porzellanfabrik GmbH & Co. KG ";" ";"Coburger Str. 7 ";" ";"96472 ";"Rdental ";" ";" ";" ";" " +lieferant ;00007080;"Goldbach Geschenkartikel GmbH ";" ";"Am Lindhvel 23 ";"1207 ";"59846 ";"Sundern-Hachen ";"02935/9655-0 ";" ";"02935/9655-55 ";" " +lieferant ;00007081;"Goldbuch Georg Brckner GmbH ";" ";"Hallstadter Str. 50 ";"1180 ";"96052 ";"Bamberg ";"0951/96788-0 ";" ";"0951/96788-30 ";" " +lieferant ;00007089;"BRITTA OLDENDORF ";" ";"HOLST.KAMP 87 ";" ";"22081 ";"HAMBURG 76 ";" ";" ";" ";" " +lieferant ;00007091;"Patrick Einhorn ";" ";"30 Rue du Rendez-Vous ";" ";"75012 ";"Paris ";" ";" ";" ";" " +lieferant ;00007092;"Klaus Jgerfeld ";" ";"Erzbergerstr. 3 ";" ";"34117 ";"Kassel ";" ";" ";" ";" " +lieferant ;00007097;"AUGUST HENNIG Kosmetiktaschen ";"GmbH & Co. KG ";"Kosbacher Weg 15 ";" ";"91054 ";"Erlangen ";"09 13 1 - 63 02 21 2 ";" ";"09 13 1 - 630 22 11 ";" " +lieferant ;00007103;"FABRY'S S.R.L. ";" ";"VIA J. F. KENNEDY ";" ";"50063 ";"FIGLINE VALDARNO ";" ";" ";" ";" " +lieferant ;00007105;"Schuster & Co. ";" ";"Rheinstr. 2 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00007106;"Christian Fischbacher Co. AG ";" ";"Mvenstrasse 18 ";" ";"9015 ";"St. Gallen ";"+41-71/3146666 ";" ";"+41-71/3146667 ";" " +lieferant ;00007109;"BARCO DESIGN ";" ";"STRAUBINGER STR.5 ";"150153 ";"28219 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00007120;"Albert Horn Shne GmbH&Co. KG ";" ";"Schulstr. 29 ";"12 50 ";"65795 ";"Hattersheim ";" ";" ";" ";" " +lieferant ;00007138;"Jumbo Spiele GmbH ";" ";"Reidemeisterstr. 3 ";"101454 ";"58849 ";"Herscheid ";"02357/601-0 ";" ";"02357/501-11 ";" " +lieferant ;00007170;"Kchenprofi GmbH & Co.KG ";" ";"Hhscheider Weg 29 ";" ";"42669 ";"Solingen ";"0212-65820 ";" ";"0212-658210 ";" " +lieferant ;00007180;"Friedrich Maag ";" ";"Gottlob-Hummel-Str. 12 ";" ";"72458 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00007185;"DIESEL SCHUHE ";" ";"HEIDER HOF WEG 23 A ";"100355 ";"52080 ";"AACHEN ";"02405-6060 ";" ";"02405-606290 ";" " +lieferant ;00007193;"Krebs & Sohn GmbH ";"Christbaumschmuck ";"Breitenloher Weg 14 ";" ";"91166 ";"Georgsgmnd ";" ";" ";" ";" " +lieferant ;00007195;"Leki Lenhart GmbH ";" ";"Karl-Arnold-Str. 30 ";" ";"73230 ";"Kirchheim/Teck ";"07021/94000 ";" ";"07021/940099 ";" " +lieferant ;00007201;"JEAN LE BOURGET ";" ";" ";" ";"49600 ";"LA CHAUSSAIRE ";" ";" ";" ";" " +lieferant ;00007203;"C. Josef Lamy GmbH ";" ";"Grenzhfer Weg 32 ";" ";"69123 ";"Heidelberg ";"06221/843-0 ";" ";"06221/843-444 ";" " +lieferant ;00007205;"Jean Lasschuit Products GmbH ";" ";"Speelberger Grenzweg 1 A ";" ";"46446 ";"Emmerich ";"02822/68881 ";" ";" ";" " +lieferant ;00007206;"Le Creuset GmbH ";" ";"Einsteinstrae 44 ";" ";"73230 ";"Kirchheim unter Teck ";"+49 7021 9749 0 ";" ";"+49 7021 9749 69 ";" " +lieferant ;00007211;"Marburger Lederwaren OHG ";" ";"Beltershuser Str. ";"1740 ";"35039 ";"Marburg ";"06421-94570 ";" ";"06421-945729 ";" " +lieferant ;00007218;"Verlagsgruppe Lbbe GmbH & Co. KG ";" ";"Scheidtbachstr. 23-31 ";" ";"51469 ";"Bergisch-Gladbach ";" ";" ";" ";" " +lieferant ;00007221;"Murer + Wirtz ";" ";"Zweifaller Str. 120 ";" ";"52224 ";"Stolberg ";"02402-8901 ";" ";"02402-892699 ";" " +lieferant ;00007234;"Stegro GmbH ";" ";"Elpke 109 ";" ";"33505 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00007236;"MEGANOVA ";"Modevertriebs GmbH ";"Artlandstrae 73 ";" ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00007238;"Melitta Europa GmbH & Co. KG ";"Melitta Haushaltsprodukte ";"Ringstr. 99 ";" ";"32427 ";"Minden ";"0571/86-0 ";" ";"0571/86-1810 ";" " +lieferant ;00007242;"TONI GARD Womenswear ";" ";"Augustastr. 78-80 ";"1571 ";"52070 ";"Aachen ";"0241-949620 ";" ";"0241-9496269 ";" " +lieferant ;00007243;"Mark Seven Krawatten ";" ";"Kyllmannweg 7 ";"130247 ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00007252;"Merz & Krell GmbH & CO ";" ";"Bahnhofstr. 76 ";" ";"64401 ";"Gross-Bieberau ";" ";" ";" ";" " +lieferant ;00007254;"Schiffer&Hart GmbH & Co. KG ";" ";"Vogelsanger Weg 38 ";" ";"40470 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00007260;"Mitsui & Co. Deutschland ";" ";"Stadthausbrcke 5 ";" ";"20409 ";"Hamburg ";"040-37686-0 ";" ";"040-37686-213 ";" " +lieferant ;00007262;"Bernhard Leiber KG ";"Bekleidungswerk ";"Kreuzkamp 4 ";"1220 ";"49688 ";"Lastrup ";"04472/9408-0 ";" ";"04472/9408-35 ";" " +lieferant ;00007268;"Nachtmann GmbH ";" ";"Zacharias-Frank-Str. 7 ";" ";"92660 ";"Neustadt ";" ";" ";" ";" " +lieferant ;00007274;"Georg Strbele GmbH & Co. KG ";"Trikotwarenfabrik ";"Staudenweg ";" ";"72517 ";"Sigmaringendorf ";"075712095 ";" ";"075712099 ";" " +lieferant ;00007281;"NICI GmbH ";" ";"Langheimer Strae 94 ";" ";"96264 ";"Altenkunstadt ";"09572/7220-0 ";" ";"09572/7220-109 ";" " +lieferant ;00007285;"Nintendo of Europe GmbH ";" ";"Babenhaeuser Str. 50 ";" ";"63762 ";"Grossostheim ";"06026-9500 ";" ";"06026-950-304 ";" " +lieferant ;00007288;"Miles Fashion GmbH ";" ";"Postfach 2240 ";"2240 ";"22812 ";"Norderstedt ";"040/53599-209 ";" ";"040/53599-107 ";" " +lieferant ;00007293;"RUFF SPORT GMBH + CO.KG ";" ";"RITTNERTSTR.19 ";"1361 ";"72379 ";"HECHINGEN ";" ";" ";" ";" " +lieferant ;00007294;"Osco Uhrenfabrik Schlund GmbH ";" ";"Sturmbhlstr. 180 ";"3510 ";"78054 ";"Villingen-Schwenningen ";"+49 772033027 ";" ";"+49 7720858320 ";" " +lieferant ;00007310;"Botanic-Haus Plastiflor ";"Pflanzen und Blumen ";"Pistoriusstr. 37-42 ";" ";"74551 ";"Crailsheim ";"+49 7951-304-0 ";" ";"+49 7951-304-44 ";" " +lieferant ;00007315;"Betty Barclay (VERA MONT) ";" ";"Heidelberger Str. 9-11 ";" ";"69226 ";"Nussloch ";"06224/900-0 ";" ";"06224-90 ";" " +lieferant ;00007321;"Procter + Gamble GmbH ";" ";"Sulzbacher Str. 50 ";" ";"65823 ";"Schwalbach ";"0180-2235630 ";" ";"06196-891391 ";" " +lieferant ;00007323;"Ravensburger AG ";"Spieleverlag ";"Robert-Bosch-Str. 1 ";" ";"88214 ";"Ravensburg ";"0751/86-0 ";" ";"0751/86-1311 ";" " +lieferant ;00007325;"Revell GmbH & Co. KG ";" ";"Henschelstr. 20-30 ";" ";"32226 ";"Bnde ";"05223-9650 ";" ";"05223-95488 ";" " +lieferant ;00007330;"Rsle Metallwarenfab.GmbH&Co.K ";" ";"Johann-Georg-Fendt-Str. 38 ";" ";"87616 ";"Marktoberdorf ";"06192-25011 ";" ";"06192-25012 ";" " +lieferant ;00007350;"GERH.WOLTERSTORFF ";" ";"ROHRERSTR.165 ";" ";"70771 ";"LEINFELDEN ";" ";" ";" ";" " +lieferant ;00007363;"ROLAND ";" ";" ";" ";"22128 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00007364;"Schleich GmbH ";" ";"Am Limes 69 ";" ";"73527 ";"Schwbisch Gmnd ";"07171/8001-0 ";" ";" ";" " +lieferant ;00007365;"Schmidt-Spiele GmbH ";" ";" ";"47 04 97 ";"12313 ";"Berlin ";" ";" ";" ";" " +lieferant ;00007366;"L.A. Schmitt GmbH ";" ";"Lauensteiner Strasse 62 ";"1148 ";"96337 ";"Ludwigstadt ";"09263-661 ";" ";"09263-683 ";" " +lieferant ;00007372;"Schwan- Stabilo GmbH & Co. ";" ";"Schwanweg 1 ";" ";"90562 ";"Heroldsberg ";"0911-5671570 ";" ";"0911-567444 ";" " +lieferant ;00007380;"Seiko Deutschland ";"Branch of SEIKO UK Ltd. ";"Martinstrasse 47 - 55 ";" ";"40223 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00007381;"Christian Seltmann GmbH ";" ";"Christian-Seltmann-Str. 59-67 ";"20 40 ";"92637 ";"Weiden i.d.Oberpfalz ";"0961/204-0 ";" ";"0961/204-116 ";" " +lieferant ;00007386;"Sieper Werke GmbH ";" ";"Schittenbacher Str. 60 ";"25 69 ";"58511 ";"Ldenscheid ";"023518760 ";" ";"02351876422 ";" " +lieferant ;00007387;"Silit Werke GmbH & Co.KG ";" ";"Joerg-L.-Vorbach-Str. 1 ";"13 52 ";"88499 ";"Riedlingen ";"073711890 ";" ";"073711895060 ";" " +lieferant ;00007389;"KLM Berufskleidung GmbH ";" ";"Kurfrstenstr. 94 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00007402;"Stadlbauer Marketing + Vertrieb GmbH ";" ";"Rennbahn Allee 1 ";"83 ";"5412 ";"Puch/Salzburg ";"+43-662/88921-0 ";" ";"+43-662/88921-510 ";" " +lieferant ;00007404;"Bremer Bekleidungswerk GmbH ";" ";"Rainerweg 37 ";"69 ";"83700 ";"Rottach-Weissach ";" ";" ";" ";" " +lieferant ;00007405;"Stil-Glas Gmbh Design in Glas ";" ";"Harderhook 19 ";"2227 ";"46395 ";"Bocholt ";"028719960 ";" ";"02871996199 ";" " +lieferant ;00007406;"Vivanco GmbH ";" ";"Ewige Weide 15 ";"13 20 ";"22926 ";"Ahrensburg ";"04102/66640 ";" ";" ";" " +lieferant ;00007408;"Wschefabrik Marktoberdorf GmbH ";"Momm feine Bettwsche ";"Fssener Strae 26 ";"1343 ";"87616 ";"Marktoberdorf ";"08342/1277 ";" ";"08342/41872 ";" " +lieferant ;00007411;"United Brands-Stypen ";" ";"Anna Birle Str. 9 ";" ";"55252 ";"Mainz-Kastel ";"06134-2599-0 ";" ";"06134-259929 ";" " +lieferant ;00007414;"MOEVE TEXTIL ";" ";"WOERTHSTR.55 ";"3051 ";"72720 ";"REUTLINGEN/BETZINGEN ";" ";" ";" ";" " +lieferant ;00007415;"SUSY CARD ";" ";"Am Redder 2 ";" ";"22941 ";"Bargteheide ";" ";" ";" ";" " +lieferant ;00007420;"TERREX Handels AG ";" ";"Im Hegen 13 ";" ";"22113 ";"Oststeinbek ";" ";" ";" ";" " +lieferant ;00007428;"Kirchhoff GmbH & Co. ";" ";"Weseler Str. 675 ";" ";"48163 ";"Mnster ";"0251/97129-0 ";" ";"0251/97129-50 ";" " +lieferant ;00007441;"Eisbr Sportmoden GmbH ";" ";"Hauptstr. 15 ";" ";"4101 ";"Feldkirchen/Donau ";"0(043) 7233/7210-0 ";" ";"0(043) 7233/7608 ";" " +lieferant ;00007448;"Venceremos Umweltschutzprodukt ";" ";"Hauptstr. 44 ";"12 99 ";"48739 ";"Legden ";"02566-2090 ";" ";"02566-96003 ";" " +lieferant ;00007461;"Villeroy + Boch AG ";" ";"Rieffstr. 46 ";" ";"66663 ";"Merzig ";"06864-4212 ";" ";" ";" " +lieferant ;00007463;"Akris Pret -A-Porter AG ";" ";"Kalabinth 21 ";" ";"9042 ";"Speicher ";"+41 712202002 ";" ";" ";" " +lieferant ;00007478;"walther design GmbH & Co. KG ";"Alben und Rahmen ";"Herrenpfad-Sd 26 ";"25 27 ";"41334 ";"Nettetal ";"02157/8186-0 ";" ";"02157/8186-50 ";" " +lieferant ;00007479;"Walther Glas ";" ";" ";" ";"33014 ";"Bad Driburg ";" ";" ";" ";" " +lieferant ;00007487;"LINCRON WAESCHEFABRIK ";" ";"WALDSTR. 31 ";"1760 ";"49808 ";"LINGEN ";" ";" ";" ";" " +lieferant ;00007515;"Zerfass Lederwarenfabrik GmbH ";" ";"Hauptstr. 7 ";" ";"55743 ";"Idar-Oberstein ";"0678194830 ";" ";"0678141920 ";" " +lieferant ;00007520;"Jacky Baby- und Kindermoden GmbH ";" ";"Ulmer Strae 99 ";"1065 ";"72555 ";"Metzingen ";"07123/9295-0 ";" ";"07123/14694 ";" " +lieferant ;00007523;"Zwilling J.A. Henckels Deutschland GmbH ";" ";"Grnewalder Str. 14-22 ";" ";"42657 ";"Solingen ";"0212-8820 ";" ";"0212-882300 ";" " +lieferant ;00007528;"C. Melchers GmbH & Co. KG ";" ";"Schlachte 39/40 ";"103329 ";"28195 ";"Bremen ";"0421/1769-0 ";" ";"0421/1769-3401 ";" " +lieferant ;00007530;"Konami Europ GmbH ";" ";"Berner Str. 109 ";" ";"60406 ";"Frankfurt ";"069-950812-0 ";" ";"069-950812-77 ";" " +lieferant ;00007536;"MT OWNER AB,DEUTSCHLAND ";" ";"NEUSTRASSE 69 ";"929 ";"40721 ";"HILDEN ";" ";" ";" ";" " +lieferant ;00007537;"Miki Moda ";" ";"Via Rosoleto 607 ";" ";"47023 ";"Cesena ";"0547331838 ";" ";"054733211021 ";" " +lieferant ;00007543;"Tavo GmbH ";" ";"Fabrikstr. 9 ";" ";"93492 ";"Treffelstein ";"09673/9210-0 ";" ";"09673/921011 ";" " +lieferant ;00007549;"PROFLAX ";" ";"WALTERSDORFER STR. 2 ";" ";"2779 ";"GROSSSCHOENEN ";" ";" ";" ";" " +lieferant ;00007552;"Pappnase + Co. GmbH ";" ";"Gluckstr. 67 ";" ";"22081 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00007561;"KITON ";" ";"LOCALITA SQILLACE 27 ";" ";"80022 ";"ARZANO ";" ";" ";" ";" " +lieferant ;00007579;"DIONYS ";" ";"PIAZZA CASTELLA 1 ";" ";"20121 ";"MILANO ";" ";" ";" ";" " +lieferant ;00007594;"LA MATTA Confezioni Trissiono s.r.l. ";" ";"Viale dell'Indutsria 93 ";" ";"36070 ";"Trissino ";" ";" ";" ";" " +lieferant ;00007632;"Spinnhtte GmbH ";" ";"Max-Schoenberg-Str. 2 ";"1322 ";"51381 ";"Leverkusen ";"02171/732790 ";" ";"02171/732791 ";" " +lieferant ;00007647;"GRAEFIN VON LEHNDORFF ";" ";"SOPHIENTERRASSE 11 H ";" ";"20149 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00007695;"Reygers GmbH ";" ";"Postfach 285 ";"285 ";"4290 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00007717;"Kaufmann & Sachs ";" ";"Albrechtstr. 12-14 ";"10 16 30 ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00007720;"Paul Bitzer GmbH & Co. KG ";"Strickwarenfabrik ";"Jurastr. 30 ";"201220 ";"72444 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00007724;"MALO TRICOT S.P.A. ";" ";"VIA GATTINELLA 6 ";" ";"50010 ";"CAPALLE ";" ";" ";" ";" " +lieferant ;00007733;"CGL Sports Fashion GmbH & Co. KG ";" ";"Poststr. 22 ";" ";"72458 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00007740;"Frank Usher Ltd. ";" ";"129 The Broadway ";" ";"NW7 4RN ";"Mill Hill, London ";" ";" ";" ";" " +lieferant ;00007747;"FINN-SKILA OY ";" ";"VESIJAERVENKATU 38 ";" ";"15110 ";"LATHI 11 ";" ";" ";" ";" " +lieferant ;00007750;"TINO COSMA SPA ";" ";"VIALA VENEZIA 27 ";" ";"31045 ";"MOTTA DI LIVENZO ";" ";" ";" ";" " +lieferant ;00007813;"ZOLU ";" ";"VIA ASTICO 67 ";" ";"36030 ";"FARA VICENTINO ";" ";" ";" ";" " +lieferant ;00007821;"Paradiek Cologne ";" ";"Widdersdorfer Str. 207 ";"301024 ";"50825 ";"Kln ";" ";" ";" ";" " +lieferant ;00007827;"P & I ";" ";"LUEBECKER STR. 13 ";" ";"50668 ";"KOELN ";" ";" ";" ";" " +lieferant ;00007869;"Leithuser GmbH & Co KG ";"Benvenuto ";"Heessener Str. 22-28 ";" ";"59065 ";"Hamm ";"02381-68601 ";" ";"02381-686500 ";" " +lieferant ;00007885;"AF srl (Alberto Fermani) ";" ";"Via Fiastra, 89 ";" ";"62010 ";"Petriolo (MC) ";"+39-0733/550222 ";" ";"+39-0733/550851 ";" " +lieferant ;00007916;"Armani ";"Sicem SPA ";"Via Modena Carpi, 290 ";" ";"41019 ";"Soliera (Md) ";" ";" ";" ";" " +lieferant ;00007931;"Seidensticker GmbH ";" ";"Herforder Str. 182-196 ";"100 309 ";"33609 ";"Bielefeld ";"0521/3060 ";" ";"0521/306542 ";" " +lieferant ;00007948;"May GmbH ";" ";"Habichtsweg 4 ";"200663 ";"45894 ";"Gelsenkirchen ";"0209/30733 ";" ";" ";" " +lieferant ;00007949;"Wilhelm Blicker GmbH & Co. KG ";" ";"Wattstrae 15 ";"21 02 16 ";"76185 ";"Karlsruhe ";"0721/9735-0 ";" ";"0721/9735-105 ";" " +lieferant ;00007962;"Buster Sports GmbH ";" ";"GRABAUER STR. 53 ";"1470 ";"21493 ";"SCHWARZENBEK ";" ";" ";" ";" " +lieferant ;00007965;"JMA Deutschland ";"Jos Machado de Almeida GmbH ";"Horststrae 2 ";"1250 ";"48607 ";"Ochtrup ";"02553/9705-0 ";" ";"02553/9705-50 ";" " +lieferant ;00007970;"Alpina Sports GmbH ";" ";"Hirschbergstrae 8-10 ";" ";"85254 ";"Sulzemoos ";"08135/99470-0 ";" ";"08135/99470-40 ";" " +lieferant ;00007972;"B & H Belt Vision GmbH & Co. KG ";" ";"Im Dorf 1 ";" ";"49214 ";"Bad Rothenfelde ";"05424/646-0 ";" ";"05424/69377 ";" " +lieferant ;00007984;"OTTO KERN GMBH & CO.KG ";" ";"KAMETERSTR. 14 ";"709 ";"85579 ";"NEUBIBERG/MUENCHEN ";" ";" ";" ";" " +lieferant ;00008004;"Medima GmbH ";" ";"Bolstrasse 32 ";"1163 ";"72459 ";"Albstadt-Pfeffingen ";"07432 / 98372-481 ";" ";"07432 / 98372-590 ";" " +lieferant ;00008037;"SIMA ";" ";"VIA MENOZZI 39 ";" ";"42030 ";"PUIANELLO ";" ";" ";" ";" " +lieferant ;00008041;"Altea s.r.l. ";" ";"Via F. Morandi, 4 ";" ";"20016 ";"Pero (MI) ";"+39/02-48011904 ";" ";"+39/02-48193093 ";" " +lieferant ;00008139;"Steinbock Mode GmbH ";" ";"Steinbockallee 13 ";"136 ";"6063 ";"Rum/Innsbruck ";"+43-512/24651-0 ";" ";"+43-512/267980 ";" " +lieferant ;00008141;"zz~Daniel Hechter ";" ";"Rue de Trevise 35 ";" ";"75 ";"Paris 9E ";" ";" ";" ";" " +lieferant ;00008195;"Drapilux ";" ";"Postfach 1243 ";"1243 ";"48270 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00008198;"JACQUES JAUNET ";" ";"51, AVENUE MARECHAL LEC ";" ";"49309 ";"CHOLET ";" ";" ";" ";" " +lieferant ;00008308;"P. & R. Braunschweig AG ";" ";"Badenerstrasse 120 ";" ";"8004 ";"Zrich ";" ";" ";" ";" " +lieferant ;00008323;"RITEX AG ";" ";"FUNKENSTR. 10 ";" ";"4800 ";"ZOFINGEN ";" ";" ";" ";" " +lieferant ;00008330;"HANRO ";" ";"Wrmtalstr. 53 ";" ";"81375 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00008337;"BEUTLER,BERN ";" ";"TAVELWEG 26 ";" ";"3001 ";"BERN ";" ";" ";" ";" " +lieferant ;00008356;"Sportalm GmbH ";" ";"St. Johannerstrasse 73 ";"100 ";"6370 ";"Kitzbhel ";"+43-5356/64361-0 ";" ";"+43-5356/64361-33 ";" " +lieferant ;00008357;"Geiger Ges.mbH (Tirol) ";" ";"Ficht-Au Nr. 15 ";"130 ";"6130 ";"Vomp/Tirol ";" ";" ";" ";" " +lieferant ;00008358;"Giesswein Walkwaren AG ";" ";"Niederfeldweg 5-7 ";" ";"6230 ";"Brixlegg/Tirol ";"+43-5337/6135-0 ";" ";"+43-5337/67767-999 ";" " +lieferant ;00008385;"Klaus Herding GmbH (Herding Heimtextil) ";" ";"Carl-Herding-Weg 5 ";"15 63 ";"46414 ";"Rhede ";"+49 2872 99 58 200 ";" ";"+49 2872 99 58 201 ";" " +lieferant ;00008533;"TENSON-PRODUKTER AB ";" ";"unbekannt ";" ";"432 ";"VARBERG ";" ";" ";" ";" " +lieferant ;00008551;"PETER SCOTT ";" ";"unbekannt ";" ";"TD9 OHJ ";"HARWICK ";" ";" ";" ";" " +lieferant ;00008584;"Robson-Robers Confectiebedrijf BV ";" ";"Blekerstraat 165 ";" ";"7513 DT ";"Enschede ";"+31-53/4321555 ";" ";" ";" " +lieferant ;00008646;"I.S.A. S.P.A ";" ";"STATALE DEI GIOVI, 251 ";" ";"20030 ";"LENTATE (MILANO) ";" ";" ";" ";" " +lieferant ;00008686;"ALBERTO GALLO U.FIGLIO ";" ";"CORSO PIARE 11 ";" ";"27036 ";"MORTARA ";" ";" ";" ";" " +lieferant ;00008718;"LUI & LEI ";" ";"VIA L. Einaudi, 16 ";" ";"36040 ";"Brendola (Vi) ";" ";" ";" ";" " +lieferant ;00008731;"Beatrix Textilfabrik ";" ";"Werinherstr. 43 ";" ";"81541 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00008773;"Wilh. Wlfing GmbH & Co. KG ";" ";"Weseler Landstr. 26 ";"1865 ";"46325 ";"Borken ";"02861/80040 ";" ";"02861/8004172 ";" " +lieferant ;00008774;"AMBIENTE U. DESIGN ";" ";"Streiningerstrasse 23 ";" ";"4655 ";"VORCHDORF ";" ";" ";" ";" " +lieferant ;00008775;"Gebr. Ammann GmbH & Co. ";" ";"Sanettastrae 34 ";" ";"72469 ";"Mestetten ";" ";" ";" ";" " +lieferant ;00008776;"INO SCHALLER ";" ";"Edgar-Mller-Str. 8 ";" ";"96465 ";"NEUSTADT-MEILSCHNITZ ";" ";" ";" ";" " +lieferant ;00008777;"ARDISON TEXTILGESELLSCHAFT MBH ";" ";"Saerbecker Strasse 141 ";" ";"48268 ";"GREVEN ";" ";" ";" ";" " +lieferant ;00008778;"ZTOP CLOTHING MANUFACTURE ";" ";"Mahmutbey Pirireis Kpr No.2 ";" ";"34560 ";"BAGCILAR/ISTANBUL ";" ";" ";" ";" " +lieferant ;00008779;"ENT D`IGI, S.L. ";" ";"Llull, 57-59, 6,4a ";" ";"08005 ";"BARCELONA ";" ";" ";" ";" " +lieferant ;00008780;"HTM DEUTSCHLAND GMBH ";" ";"Velaskostrasse 8 ";" ";"85622 ";"FELDKIRCHEN ";" ";" ";" ";" " +lieferant ;00008781;"E. Inselsberger GmbH & Co. KG ";" ";"Dorfckerstrae 37 ";" ";"90427 ";"Nrnberg ";"0911/939083 ";" ";"0911/9390854 ";" " +lieferant ;00008782;"BUETTNER SA. ";" ";"Rua Edgar Von Buettner 941 ";" ";"88350 ";"BRUSQUE SC BRASIL ";" ";" ";" ";" " +lieferant ;00008783;"INTERMARK S.A. ";" ";"9, rue Godot-de-Mauroy ";" ";"77760 ";"BOISSY-AUX-CAILLES ";" ";" ";" ";" " +lieferant ;00008784;"BURBERRY LTD ";" ";"Horseferry Road ";" ";"SW1P 2AW ";"London ";" ";" ";" ";" " +lieferant ;00008785;"Bree Collection GmbH ";" ";"Paul Dessau Strasse 8 / Haus O / 4.Stock";" ";"22761 ";"Hamburg ";"+49 (40) 696325520 ";" ";"+49 (40) 696325590 ";" " +lieferant ;00008786;"ADAM ALOIS BRUDER GMBH ";" ";"Nrnberger Strasse 3 - 9 ";" ";"63110 ";"RODGAU ";" ";" ";" ";" " +lieferant ;00008787;"MAULI S.P.A. ";" ";"Via Provinciale Envie, 38 ";" ";"12036 ";"REVELLO (CN) ";" ";" ";" ";" " +lieferant ;00008788;"Mller & Partner Textilgrohandel GmbH ";" ";"Daimlerstr. 15 ";" ";"41564 ";"Kaarst ";"02131/1517290 ";" ";"02131/1513218 ";" " +lieferant ;00008789;"Reygers GmbH & Co. ";" ";"Flakamp 15 ";" ";"48565 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00008790;"BEFATEX GMBH ";" ";"Riedericher Str. 80 ";" ";"72766 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00008791;"PETEK TEKSTIL DOGU SANAYI ";" ";"Sitesi Alti 2 ";" ";"34530 ";"YENI-BOSNA ISTANBUL ";" ";" ";" ";" " +lieferant ;00008792;"Naumann GmbH ";" ";"Carl-Zeiss-Strae 4 ";" ";"72636 ";"Frickenhausen, Wrtt ";"07022/40593-0 ";" ";"07022/40593-92 ";" " +lieferant ;00008793;"Schlitzer Leinen-Industrie Driessen ";"GmbH & Co. KG ";"Bruchwiesenweg 6-10 ";"267 ";"36110 ";"Schlitz ";"06642/9616 -0 ";" ";"06642/5096 ";" " +lieferant ;00008794;"Maglificio Copelli S.P.A. ";" ";"Viale de Amicis, 3/A ";" ";"41012 ";"Carpi (MO) ";"+39-059/686664 ";" ";"+39-059/686354 ";" " +lieferant ;00008795;"zz~DLKER GMBH & CO. KG ";" ";"Hinterweiler Strasse 3 ";" ";"72810 ";"GOMARINGEN ";" ";" ";" ";" " +lieferant ;00008796;"VNIX GMBH ";" ";"Dwerhagenstrasse 10 ";" ";"28719 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00008797;"Dmer Frottier GmbH & Co. ";" ";"Neuenkirchener Strasse 127 ";" ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00008798;"MHG MODEHAND.GES.DEUTSCHLAND ";" ";"Drateinstr. 16 ";" ";"21109 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00008799;"HEINRICH SCHMITT GMBH ";" ";"Am Haselbusch 14 ";" ";"63785 ";"OBERNBURG ";" ";" ";" ";" " +lieferant ;00008800;"EDELMAN B.V. ";" ";"Schinkeldijk 56 ";" ";"02811 ";"REEUWIJK - HOLLAND ";" ";" ";" ";" " +lieferant ;00008801;"ELGRATEX ";" ";"Finish Filippoy Str. ";" ";"1 ";"KATERINI GREECE ";" ";" ";" ";" " +lieferant ;00008802;"ERDOGAN SEN ";" ";"Merkez Mahallesi, 29 ";" ";"34530 ";"YENIBOSNA - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008803;"Mercatino Americano s.r.l. ";" ";"Via dei Cardatori Bl.13 ";" ";"41050 ";"Funo di Argelato (BO) ";" ";" ";" ";" " +lieferant ;00008804;"ESVAP KONFEKSIYON SANAYI ";" ";"Gursel Mah. Yavrucak Sok.No. 9 ";" ";"80350 ";"KAGITHANE - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008805;"TRADE MARKETING CONTOR GMBH ";" ";"Rathausstrasse 4 ";" ";"87435 ";"KEMPTEN ";" ";" ";" ";" " +lieferant ;00008806;"TINA COLLECTION GMBH ";" ";"Taunusstrasse 45 ";" ";"80807 ";"MNCHEN ";" ";" ";" ";" " +lieferant ;00008807;"PAUL OTT LEDERWARENFABRIK ";" ";"Frankfurter Str. 59-61 ";" ";"63067 ";"OFFENBACH ";" ";" ";" ";" " +lieferant ;00008808;"Designteppiche Ganzert GmbH ";" ";"Christian-Ple-Strae 11-13 ";" ";"63069 ";"Offenbach / Main ";"069/242428-0 ";" ";"069/232869 ";" " +lieferant ;00008809;"zz~E. HELD GMBH & CO. ";" ";"Hans-Hofmann-Strasse 11 ";" ";"95213 ";"Mnchberg ";" ";" ";" ";" " +lieferant ;00008810;"KIPLING BELGIUM NV ";" ";"Tweemontstraat 258 ";" ";"2100 ";"ANTWERPEN ";" ";" ";" ";" " +lieferant ;00008811;"FRIDOLFINGER METALLWAREN GMBH ";" ";"Schwalbenweg 2 ";" ";"83413 ";"FRIDOLFING ";" ";" ";" ";" " +lieferant ;00008812;"ALESSANDRA S.P.A. ";" ";"Via G. di Vittorio 423/A ";" ";"41032 ";"CAVEZZO (MODENA) ";" ";" ";" ";" " +lieferant ;00008813;"Kai Habermann ";" ";"Am Luftschacht 7 ";" ";"45886 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00008814;"ZERTEKS TEKSTIL SAN.VE TIC. ";" ";"Gltepe Mah.Reyhan Cad.No.13/1 ";" ";"1 ";"BESYOL - K.CEKMECE - IST. ";" ";" ";" ";" " +lieferant ;00008815;"CONFEZIONI VANNA SRL ";" ";"Via Cartiera, 69 ";" ";"36028 ";"ROSSANO VENETO (VI) ";" ";" ";" ";" " +lieferant ;00008816;"Goeters Ars et Labor N.V. ";" ";"Herderstraat 4 ";" ";"9240 ";"Zele ";" ";" ";" ";" " +lieferant ;00008817;"GREGORY DIFFUSION S.L. ";" ";"Viladomat, 200 ";" ";"08028 ";"BARCELONA ";" ";" ";" ";" " +lieferant ;00008818;"BANDEX TEXTIL & HANDELS- GMBH ";" ";"Industriezone 6 ";" ";"06832 ";"SULZ-RTHIS ";" ";" ";" ";" " +lieferant ;00008819;"BELONI S.A.CLOTHING COMPANY ";" ";"Ind. Area, Thessaloniki ";" ";"57001 ";"THERMI ";" ";" ";" ";" " +lieferant ;00008820;"BENVENUTO - TRAMONTI S.N.C. ";" ";"Via Carlo Marx, 11 ";" ";"52012 ";"BIBBIENA (AREZZO)-ITALIA ";" ";" ";" ";" " +lieferant ;00008821;"Setalcomo s.r.l. ";" ";"Via Giovanni Scalabrini, 28 ";" ";"22100 ";"Como (CO) ";"+39-031/505687 ";" ";" ";" " +lieferant ;00008822;"PETER HEGEWISCH GMBH ";" ";"Am Sldnermoos 8 ";" ";"85399 ";"HALLBERGMOOS ";" ";" ";" ";" " +lieferant ;00008823;"NATASSA S.A. ";" ";"52, Andr. Georgiou Str. ";" ";"54627 ";"THESSALONIKI (GREECE) ";" ";" ";" ";" " +lieferant ;00008824;"Gabriele Gnther e.Kfr. ";"Raum- und Tafelschmuck ";"Schlostrae 8 ";" ";"01594 ";"Neuhirschstein ";" ";" ";" ";" " +lieferant ;00008825;"Wolfgang Junge ";"Sportartikel Witten ";"Annenstrae 83 ";" ";"58453 ";"Witten (Annen) ";" ";" ";" ";" " +lieferant ;00008826;"BLU - PAN S.A. KNITWEARFACTORY ";" ";"Nea Redestos ";" ";"57001 ";"THERMI - THESSALONIKI ";" ";" ";" ";" " +lieferant ;00008827;"Beckmann GmbH + Co. ";" ";"Industriestr. 7 - 13 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00008828;"CEM-CEY TEKSTIL RNLERI SAN. ";" ";"Pelit Sok. No. 5/4 ";" ";"1 ";"MERTER-ISTANBUL ";" ";" ";" ";" " +lieferant ;00008829;"ILDA TEKSTIL ";" ";"Mahmutbey Cad. No. 105 ";" ";"1 ";"BAGCILAR ISTANBUL ";" ";" ";" ";" " +lieferant ;00008830;"CREATIONS MODELIA ";" ";"7, boulevard de la Madeleine ";" ";"75001 ";"PARIS ";" ";" ";" ";" " +lieferant ;00008831;"Maglificio Mary Line s.r.l. ";" ";"Via del Molinuzzo, 57/F ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00008832;"Handelsagentur Hubert Lessmann GmbH ";" ";"Klner Strae 1 ";" ";"65760 ";"Eschborn ";"06196/948050 ";" ";"06196/948052 ";" " +lieferant ;00008833;"MICHAEL KEMPER LIMITED ";" ";"26 Harbour Road Room 2707 27th ";" ";"1 ";"WANCHAI, HONG KONG ";" ";" ";" ";" " +lieferant ;00008834;"HEINZ KAPRAUN LEDERMODEN GMBH ";" ";"Ostring 9 c ";" ";"63762 ";"GROOSTHEIM ";" ";" ";" ";" " +lieferant ;00008835;"PIERO REDAELLI & C. S.N.C. ";" ";"Via Brianza 4 ";" ";"22040 ";"LURAGO D'ERBA (COMO) ";" ";" ";" ";" " +lieferant ;00008836;"Medici Grimm GmbH & Co. KG ";" ";"Hans-Sachs-Strae 5 ";" ";"63110 ";"Rodgau-Hainhausen ";" ";" ";" ";" " +lieferant ;00008837;"Kirchhoff GmbH & Co. ";"Bettwarenfabrik ";"Hans-Bckler-Strasse 15 ";" ";"59348 ";"Ldinghausen ";" ";" ";" ";" " +lieferant ;00008838;"Sonja Kampy ";"sfc Sonja Freundorfer Collection GmbH ";"Werinherstrasse 43 ";" ";"81541 ";"Mnchen ";"089/620817-10 ";" ";"089/620817-17 ";" " +lieferant ;00008839;"Susanne Karrer e.K. ";" ";"Tilsiter Strasse 10 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00008840;"STOFFGALERIE GMBH & CO. KG ";" ";"Mittelstr. 3 ";" ";"42781 ";"HAAN ";" ";" ";" ";" " +lieferant ;00008841;"ERIKA S.R.L. ";" ";"Via Cimabue, 58 ";" ";"42014 ";"CASTELLARANO ";" ";" ";" ";" " +lieferant ;00008842;"FRIEDRICH SCHATZ GMBH ";" ";"Alpenstrasse 8 ";" ";"87751 ";"HEIMERTINGEN ";" ";" ";" ";" " +lieferant ;00008843;"NIRWANA-MATRATZEN INH. G. RAU ";" ";"Sudetenstrasse 13 ";" ";"64521 ";"GRO-GERAU ";" ";" ";" ";" " +lieferant ;00008844;"Somera S.A. ";" ";"Rua dos Limites No. 145, Apt. 195 ";" ";"4501-860 ";"Espinho ";" ";" ";" ";" " +lieferant ;00008845;"MELBY ";" ";"Via Palladio, 16 ";" ";"35010 ";"SANT'AMBROGIO DI TREBAS. ";" ";" ";" ";" " +lieferant ;00008846;"LUDWIG BECK AM RATHAUSECK ";" ";"Peter-Henlein-Str. 15 ";" ";"85540 ";"HAAR ";" ";" ";" ";" " +lieferant ;00008847;"Mojetex Stickerei ";" ";"Schillerstr. 17 ";" ";"85055 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00008848;"Carl Jger Ruchermittelfabrik e.K. ";" ";"Taunusstrae 4 ";" ";"64739 ";"Hchst i. Odw. ";"06163/82700 ";" ";"06163/6269 ";" " +lieferant ;00008849;"IL POLO SRL ";" ";"Via San Pietro, 15 ";" ";"31050 ";"MIANE (TREVISO) ";" ";" ";" ";" " +lieferant ;00008850;"MAGLIERIE APRICOT S.R.L. ";" ";"Via Lombardia, 12 ";" ";"41012 ";"CARPI ";" ";" ";" ";" " +lieferant ;00008851;"BASE 2000 SAS ";" ";"Via Vasca Cozzolino Lotto 1 ";" ";"80040 ";"POLLENA TROCCHIA (NA) ";" ";" ";" ";" " +lieferant ;00008852;"Essenza Home GmbH & Co. KG ";" ";"Landwehr 25 ";" ";"46325 ";"Borken ";"02861/81164-0 ";" ";"02861/81164-99 ";" " +lieferant ;00008853;"***NANSO OY ";" ";"Tanhuankatu 2 ";" ";"37101 ";"Nokia ";" ";" ";" ";" " +lieferant ;00008854;"Vegotex International S.A. ";" ";"Hoge Heerweg 32 ";" ";"9100 ";"Sint-Niklaas ";" ";" ";" ";" " +lieferant ;00008855;"OBB Oberbadische Bettfedernfabrik GmbH ";" ";"Mhlestr. 54 ";" ";"79539 ";"Lrrach ";"07621/15 20-0 ";" ";" ";" " +lieferant ;00008856;"VIANIA DESSOUS GMBH ";" ";"Ofterdinger Strasse 3 ";" ";"72116 ";"MSSINGEN ";" ";" ";" ";" " +lieferant ;00008857;"ACHILLE PINTO S.P.A. ";" ";"unbekannt ";" ";"22070 ";"CASNATE (COMO) ";" ";" ";" ";" " +lieferant ;00008858;"PARAMITA ";" ";"Plgno.Los Alamos ";" ";"18230 ";"ATARFE (GRANADA) ";" ";" ";" ";" " +lieferant ;00008859;"ZEYNEP SPORTSWEAR ";" ";"Gnesli Ky Kocman Cd.21 ";" ";"1 ";"ISTANBUL ";" ";" ";" ";" " +lieferant ;00008860;"PURAL NATURKOSTVERTRIEBS- GMBH ";" ";"Kiefernstrasse 11 ";" ";"76532 ";"BADEN-BADEN ";" ";" ";" ";" " +lieferant ;00008861;"JOSEF RNSCH ";" ";"Lessingstrasse 4 b ";" ";"85080 ";"GAIMERSHEIM ";" ";" ";" ";" " +lieferant ;00008862;"Rsch Fashion GmbH & Co. KG ";" ";"Schaffhausenstr. 101 ";" ";"72072 ";"Tbingen ";"07071/153-0 ";" ";"07071/153-156 ";" " +lieferant ;00008863;"KEBIR UNDERWEAR LDA. ";" ";"Rua do Progresso Apartado 62 ";" ";"04785 ";"TROFA PORTUGAL ";" ";" ";" ";" " +lieferant ;00008864;"H.& G. Rger GmbH & Co. KG ";" ";"Windhukstrasse 102 ";"240407 ";"42277 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00008865;"MODATEKS ";" ";"Fatih Caddesi Dereboyu Sokak 8 ";" ";"34660 ";"HALKALI - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008866;"RENATO MODE DESIGN ";" ";"Fontanestrasse 68 ";" ";"42657 ";"SOLINGEN ";" ";" ";" ";" " +lieferant ;00008867;"ETNA GIYIM SANAYI ";" ";"Eski Londra Asfalti Ideal 57 ";" ";"34510 ";"SIRINEVLER-ISTANBUL ";" ";" ";" ";" " +lieferant ;00008868;"DEFFRENNES-DUPLOUY FRERES ";" ";"2, Route Nationale ";" ";"59152 ";"ANSTAING - FRANCE NORD ";" ";" ";" ";" " +lieferant ;00008869;"SILENT GLISS GMBH ";" ";"Rebgartenweg 5 ";" ";"79576 ";"WEIL AM RHEIN ";" ";" ";" ";" " +lieferant ;00008870;"MANIFATTURE SEGALINI S.P.A. ";" ";"Via Poscastello, 8 ";" ";"22047 ";"MOLTENO - COMO ";" ";" ";" ";" " +lieferant ;00008871;"MOREN ";" ";"Via di La dell'Acqua, 88 ";" ";"46033 ";"CASTEL D'ARIO ";" ";" ";" ";" " +lieferant ;00008872;"Gunda und Franz Hller GmbH & Co. KG ";" ";"St.-Kunigunden-Strae 3 ";" ";"96142 ";"Hollfeld ";" ";" ";" ";" " +lieferant ;00008873;"Sertler rme Ticaret ";" ";"Baglar Mah.Fatih Caddesi No.46 ";" ";"34640 ";"Gnesli-Istanbul ";" ";" ";" ";" " +lieferant ;00008874;"Soluzione Moda GmbH ";" ";"Im Huferfeld 1 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00008875;"SALOMON Deutschland ";"Amer Sports Deutschland GmbH ";"Hainbuchenring 9 ";" ";"82061 ";"Neuried ";" ";" ";" ";" " +lieferant ;00008876;"PAUL SMITH OFFICE & WARENHOUSE ";" ";"Riverside Way ";" ";"NG2 1DP ";"NOTTINGHAM ";" ";" ";" ";" " +lieferant ;00008877;"R. TRINKL GMBH ";" ";"Im Grund 10 ";" ";"83104 ";"TUNTENHAUSEN/HHT. ";" ";" ";" ";" " +lieferant ;00008878;"Otto Golze & Shne GmbH ";" ";"Langes Feld 29 ";" ";"31860 ";"Emmerthal ";"05155/959-0 ";" ";"05155/959-149 ";" " +lieferant ;00008879;"Dimo-Tex Textilimport GmbH ";" ";"Im Ruttenberge 8 ";" ";"57482 ";"Wenden, Biggetal ";"02762/9879-0 ";" ";"02762/9879-10 ";" " +lieferant ;00008880;"RECTICEL SCHLAFKOMFORT GmbH ";" ";"Schlaraffiastrae 1-10 ";" ";"44867 ";"Bochum ";"02327/325-0 ";" ";"02327/325-209 ";" " +lieferant ;00008881;"MICHAEL SCHFER SPORTARTIKELV. ";" ";"Schuppenhrnlestrasse 19 ";" ";"79868 ";"FELDBERG ";" ";" ";" ";" " +lieferant ;00008882;"Zeidler Holzkunst GmbH ";" ";"Glashttenweg 39 ";" ";"09548 ";"Kurort Seiffen ";"037362/8589 ";" ";"037362/8340 ";" " +lieferant ;00008883;"KCKER TEKSTIL SANAYII ";" ";"Gzelky Kavsagi ";" ";"1 ";"DENIZLI ";" ";" ";" ";" " +lieferant ;00008884;"Walter Girgner GmbH & Co. KG ";" ";"Deisenhofener Strasse 75 ";" ";"81539 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00008885;"MINNEMANN & LIMA LDA. ";" ";"Rua Dr. Nunes da Ponte, 43 ";" ";"04100 ";"PORTO ";" ";" ";" ";" " +lieferant ;00008886;"THE JERMYN STREET TIE COMPANY ";" ";"164-180 Union Street ";" ";"SE1 OLH ";"LONDON ";" ";" ";" ";" " +lieferant ;00008887;"TABOO LIMITED ";" ";"38 Lok Ku Road ";" ";"1 ";"HONG KONG ";" ";" ";" ";" " +lieferant ;00008888;"Mehrotra Impex ";" ";"Mchbulla Ganj Katghar ";" ";"244001 ";"Moradabad ";" ";" ";" ";" " +lieferant ;00008889;"TEXTILE-CONCEPT GMBH ";" ";"Am Steigerwald 9 ";" ";"09456 ";"ANNABERG-BUCHHOLZ ";" ";" ";" ";" " +lieferant ;00008890;"WIEBE GMBH & CO. KG ";" ";"Apfelstrasse 245 ";" ";"33611 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00008891;"zz~VF GERMANY TEXTILHANDELS- GMBH ";" ";"Alois-Wolfmller-Strasse 8 ";" ";"80939 ";"MNCHEN ";" ";" ";" ";" " +lieferant ;00008892;"VOYAGER ";" ";"unbekannt ";" ";"54352 ";"THESSALONIKI ";" ";" ";" ";" " +lieferant ;00008893;"BEDAMO MODE GMBH ";" ";"Grnberger Strasse 54 ";" ";"10245 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00008894;"MARIBEL S.P.A. ";" ";"Via Bechi, 23/25 ";" ";"50047 ";"PRATO ";" ";" ";" ";" " +lieferant ;00008895;"Fancy Lederwaren ";"Otto A. Winkler GmbH ";"Dieselstrae 16 ";"1231 ";"63533 ";"Mainhausen ";" ";" ";" ";" " +lieferant ;00008896;"Zimmer & Rohde GmbH & Co. KG ";" ";"Zimmersmhlenweg 14-18 ";" ";"61440 ";"Oberursel ";" ";" ";" ";" " +lieferant ;00008897;"Gebr. Ammann GmbH ";"Marc O'Polo ";"Wilhelm-Schickard-Strae 3 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00008898;"APOTHEKER HERMANN ZWETZ ";" ";"Am Tharandter Wald 12 ";" ";"01723 ";"MOHORN-GRUND ";" ";" ";" ";" " +lieferant ;00008899;"E. BADER GMBH ";" ";"unbekannt ";" ";"86381 ";"KRUMBACH ";" ";" ";" ";" " +lieferant ;00008900;"ANNA E.LUCA-MODEN VERTR. GMBH ";" ";"Klostersteige 9-1 ";" ";"87435 ";"KEMPTEN ";" ";" ";" ";" " +lieferant ;00008901;"GTEC GMBH ";" ";"Am Kapf 7 ";" ";"72513 ";"HETTINGEN ";" ";" ";" ";" " +lieferant ;00008902;"f.a.n. frankenstolz Schlafkomfort ";"H. Neumeyer GmbH & Co. KG ";"Industriestrae 1-3 ";" ";"63814 ";"Mainaschaff ";"06021/708-0 ";" ";"06021/76479 ";" " +lieferant ;00008903;"NEO RES S.P.A. ";" ";"Via Bianche, 5 ";" ";"36010 ";"CARRE (VI) ";" ";" ";" ";" " +lieferant ;00008904;"TRIAGE OVERSEAS ";" ";"8 Village Hauz Khas ";" ";"1 ";"NEW DELHI - 110016 ";" ";" ";" ";" " +lieferant ;00008905;"TRICOHAR ";" ";"Str. Leliceni 66 ";" ";"1 ";"MIERCUREA CIUC RUMNIEN ";" ";" ";" ";" " +lieferant ;00008906;"CONFEZIONI GI.EMME.CI S.R.L. ";" ";"Via Vittorio Emanuele II, 2 ";" ";"25030 ";"RONCADELLE (BS) ";" ";" ";" ";" " +lieferant ;00008907;"Fjllrven GmbH ";" ";"Wiesenfeldstrae 7 ";" ";"85256 ";"Vierkirchen ";"08139/8023-0 ";" ";"08139/8023-10 ";" " +lieferant ;00008908;"Silva & Sistelo SA ";" ";"Rua Sistelo ";" ";"4435-452 ";"Rio Tinto ";" ";" ";" ";" " +lieferant ;00008909;"TUTUNCULER TEKSTIL ";" ";"Nehir is Merkezi No. 45 ";" ";"1 ";"GNESLI - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008910;"INDIAN LINEN COMPANY ";" ";"Gr.Fl.K-86 Hauz Khas Enclave ";" ";"00000 ";"NEW DELHI ";" ";" ";" ";" " +lieferant ;00008911;"INTERFROTTA GMBH ";" ";"Max-Planck-Strasse 10 ";" ";"50354 ";"HRTH ";" ";" ";" ";" " +lieferant ;00008912;"Borsalino Sud S.p.A. ";" ";"Via S. Domenico Savio, 1 ";" ";"73024 ";"Maglie (LE) ";" ";" ";" ";" " +lieferant ;00008913;"Johann Becker GmbH ";" ";"Industriestrasse 12 ";" ";"63533 ";"Mainhausen ";" ";" ";" ";" " +lieferant ;00008914;"DILAN TRIKO SAN.VE.DIS TIC.LTD ";" ";"Ikitelli Org.San.Bitesi 2 ";" ";"1 ";"IKITELLI - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008915;"PULCRA S.R.L. ";" ";"Via B. Cellini, 17 ";" ";"50045 ";"MONTEMURLO (FIRENZE) ";" ";" ";" ";" " +lieferant ;00008916;"Nice Connection Ltd. ";" ";"R.910 Ocean C.,Harbor City, 5 Canton Rd.";" ";"1 ";"Kowloon, Hong Kong ";"+852-27356408 ";" ";"+852-27356197 ";" " +lieferant ;00008917;"ONELIA SPA ";" ";"Via Astichello 31 ";" ";"36030 ";"MONTECCHIO PRECALCINO(VI) ";" ";" ";" ";" " +lieferant ;00008918;"Richard Glsser GmbH ";"Erzgebirgische Volkskunst ";"Hauptstrae 80 ";" ";"09546 ";"Kurort Seiffen ";"037362/18-0 ";" ";"037362/18-100 ";" " +lieferant ;00008919;"BELLE MODE LTD. ";" ";"16 A, Kyprou & Hydras Street ";" ";"18346 ";"MOSCHATO ATHEN ";" ";" ";" ";" " +lieferant ;00008920;"KNSEMLLER GMBH & CO. KG ";" ";"Maschstrasse 22 ";" ";"49565 ";"BRAMSCHE ";" ";" ";" ";" " +lieferant ;00008921;"ETS CHARLES CHEVIGNON ";" ";"6 a 10, Boulevard Foch ";" ";"93807 ";"EPINAY-SUR-SEINE CEDEX ";" ";" ";" ";" " +lieferant ;00008922;"B. Schn GmbH & Co. KG ";" ";"Altenhofstr. 7 ";" ";"30890 ";"Barsinghausen ";"05105/5196-0 ";" ";"05105/5196-20 ";" " +lieferant ;00008923;"Matthias Schwaiger GmbH ";" ";"Kurpromenade 1 ";" ";"5630 ";"Bad Hofgastein ";"+43-7472/61202-0 ";" ";"+43-7472/61202-15 ";" " +lieferant ;00008924;"FINANZIARIA ITALIANA TESSILE ";" ";"Via Nazionale Adriatica ";" ";"64019 ";"TORTORETO LIDO (TE) ";" ";" ";" ";" " +lieferant ;00008925;"TEXTILES VILBER S.A. ";" ";"Camino La Dula Apartado, 149 ";" ";"46760 ";"TAVERNES DE VALLDIGNA ";" ";" ";" ";" " +lieferant ;00008926;"BEL AIR INDUSTRIES ";" ";"15 Route de Paris ";" ";"69170 ";"TARARE ";" ";" ";" ";" " +lieferant ;00008927;"Wolfgang Brner Holzbildhauer ";"und Krippenschnitzer ";"Brettelhuserweg 8 ";" ";"09496 ";"Marienberg ";" ";" ";" ";" " +lieferant ;00008928;"P & A Heberer Koffer & Lederwaren ";" ";"Langener Strae 27 - 31 ";" ";"63073 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00008929;"HEINZ PREILER ";" ";"Hauptstrasse 146 ";" ";"09548 ";"SEIFFEN ";" ";" ";" ";" " +lieferant ;00008930;"HERMANN WILHELM VERTRIEBS GMB ";" ";"Steinheimer Str. 40 ";" ";"63179 ";"OBERTSHAUSEN ";" ";" ";" ";" " +lieferant ;00008931;"KARL-HEINZ BILZ ";" ";"Oberheidelberger Strasse 13 ";" ";"09548 ";"SEIFFEN IM ERZGEBIRGE ";" ";" ";" ";" " +lieferant ;00008932;"Gila Mirzai Orient-Teppiche ";" ";"Maria-Louisen-Strae 92 ";" ";"22301 ";"Hamburg ";"040/277404 ";" ";" ";" " +lieferant ;00008933;"MIS KULUP TRIKOLAR ";" ";"unbekannt ";" ";"34550 ";"BAKRKY - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008934;"JRGEN BERNLHR GMBH ";" ";"Industriestrasse 32 ";" ";"74357 ";"BNNIGHEIM ";" ";" ";" ";" " +lieferant ;00008935;"LB TEXTILES ";" ";"Av. de Franca, 975 ";" ";"04760 ";"V.N. FAMALICAO PORTUGAL ";" ";" ";" ";" " +lieferant ;00008936;"DSG DOSAN GIYIM ";" ";"Kat 4 No.407 ";" ";"1 ";"BAHCELIEVLER ";" ";" ";" ";" " +lieferant ;00008937;"TUMI LUGGAGE INC. ";" ";"Boner Mhle 8 ";" ";"58809 ";"NEUENRADE ";" ";" ";" ";" " +lieferant ;00008938;"CERBUL S.P.A. ";" ";"Via Marconi 105 ";" ";"31010 ";"LAGO (TREVISO) ";" ";" ";" ";" " +lieferant ;00008939;"Escape Clothing GmbH ";" ";"Hgeringer Str. 27 ";" ";"83071 ";"Stephanskirchen ";" ";" ";" ";" " +lieferant ;00008940;"MODA KONFEKTIONSHANDEL GMBH ";" ";"Sensener Strasse 10 - 13 ";" ";"10709 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00008941;"Asolo s.p.a. ";" ";"Via delle Industrie, 2 ";" ";"31040 ";"Nervesa della Battaglia (TV) ";"+39-0422/8866 ";" ";"+39-0422/885282 ";" " +lieferant ;00008942;"VANS GmbH ";" ";"Osterwaldstrae 10 ";" ";"80805 ";"Mnchen ";"089/350945-0 ";" ";"089/350945-11 ";" " +lieferant ;00008943;"B. Sousa Dias & Filhos, S.A. ";" ";"Rua das Escolas, 509 ";" ";"4765-486 ";"Guardizela, Guimaraes ";"+351-252/900740 ";" ";"+351-252/900749 ";" " +lieferant ;00008944;"C. Silvano Lda. ";" ";"Av. da Boavista 992 ";" ";"4100-128 ";"Porto ";" ";" ";" ";" " +lieferant ;00008945;"Maglificio Vannucci Mauro ";" ";"Via Bacceretana, 481 ";" ";"59011 ";"Seano Carmignano (PO) ";" ";" ";" ";" " +lieferant ;00008946;"GOSSARD GMBH ";" ";"Bahnhofstrae 32 ";" ";"72406 ";"Bisingen ";" ";" ";" ";" " +lieferant ;00008947;"BRIC'S HANDELSGESELLSCHAFT MBH ";" ";"Martin Luther Platz 32 ";" ";"40212 ";"DSSELDORF ";" ";" ";" ";" " +lieferant ;00008948;"Newport srl ";" ";"Via San Giovenale, 86 ";" ";"47811 ";"Viserba (RN) ";"+39-0541/736271 ";" ";"+39-0541/733851 ";" " +lieferant ;00008949;"G. GLDENPFENNIG GMBH ";" ";"Artlandstr. 73 ";" ";"49610 ";"QUAKENBRCK ";" ";" ";" ";" " +lieferant ;00008950;"TDG Vertriebs GmbH ";" ";"Scheibenstrae 121 ";" ";"48153 ";"Mnster ";"0251/52000-0 ";" ";"0251/52000-29 ";" " +lieferant ;00008951;"Holzkunstgewerbe Michael Mller GmbH ";" ";"Neschwitzer Strae 61 ";" ";"01917 ";"Kamenz, OT Jesau ";"03578/303641 ";" ";"03578/307840 ";" " +lieferant ;00008952;"MOCATEX SRL ";" ";"Via Manzoni 48 ";" ";"80040 ";"TRECASE (NA) ";" ";" ";" ";" " +lieferant ;00008953;"CERRUTI GROUPE SERVICE GMBH ";" ";"Pienzenauerstr. 10 ";" ";"81679 ";"MNCHEN ";" ";" ";" ";" " +lieferant ;00008954;"IDEA-IMMAGINE CONFEZIONI ";" ";"Via Marina, 50/c ";" ";"54038 ";"MONTIGNOSO (MS) ";" ";" ";" ";" " +lieferant ;00008955;"H. Wrflingsdobler GmbH ";" ";"A. Kolping-Strasse 3 ";" ";"84359 ";"Simbach ";" ";" ";" ";" " +lieferant ;00008956;"EQUIPE 5 S.R.L. ";" ";"Via IV Novembre, 14 ";" ";"25010 ";"S.ZENO NAVIGLIO(BRESCIA) ";" ";" ";" ";" " +lieferant ;00008957;"Uta Wilde-Lezar, Miacasa ";"Tisch- & Wohnidee. ";"Baslerstrae 14 ";" ";"79100 ";"Freiburg ";"0761/24224 ";" ";"0761/2148252 ";" " +lieferant ;00008958;"Areco Fashion for Sports GmbH ";" ";"Ludwig-Erhard-Strae 3 ";" ";"91639 ";"Wolframs-Eschenbach ";" ";" ";" ";" " +lieferant ;00008959;"linea naturale Textildesign GmbH ";" ";"Marienstrae 51 ";" ";"46284 ";"Dorsten ";"02362/965453 ";" ";"02362/965458 ";" " +lieferant ;00008960;"***VF GERMANY TEXTIL-HANDELS GMB ";" ";"Vogelsangerstrasse 195 A ";" ";"50825 ";"KLN ";" ";" ";" ";" " +lieferant ;00008961;"LA BELLA FASHION BIRGIT BOSCH ";" ";"Ebnetstrasse 16/1 ";" ";"72336 ";"BALINGEN ";" ";" ";" ";" " +lieferant ;00008962;"POLDERMANS & ARTZ BV ";" ";"Kruisbergsestraat 3 ";" ";"06611 ";"AH OVERASSELT ";" ";" ";" ";" " +lieferant ;00008963;"Wrflingsdobler GmbH ";" ";"Industriestrae 9 ";" ";"84359 ";"Simbach ";" ";" ";" ";" " +lieferant ;00008964;"BRANDES TEXTIL-DISTRIBUTION ";" ";"Fssestrasse 97 a ";" ";"30453 ";"HANNOVER ";" ";" ";" ";" " +lieferant ;00008965;"Commerciale Abbigliamento srl ";" ";"Via M. Mazzacurati, 6 ";" ";"42122 ";"Reggio Emilia (RE) ";"+39-0522/3581 ";" ";" ";" " +lieferant ;00008966;"EVENTI S.R.L. ";" ";"Via dei Pellicciai, 8 ";" ";"40050 ";"FUNO DI ARGELATO (BOLOG.) ";" ";" ";" ";" " +lieferant ;00008967;"KNIRPS GMBH ";" ";"Landstrasse 50-52 ";" ";"42781 ";"HAAN ";" ";" ";" ";" " +lieferant ;00008968;"IMPA HANDELS- GMBH ";" ";"Gmundner Strasse 61 ";" ";"04840 ";"VCKLABRUCK ";" ";" ";" ";" " +lieferant ;00008969;"EUROFASHION MANUFACTURING LTD ";" ";"76 Dobrogeanu Gherea Street ";" ";"1 ";"BUCHAREST - ROMANIA ";" ";" ";" ";" " +lieferant ;00008970;"MAGLIFICIO GIUSTI G.PAOLO SRL ";" ";"Via Nuova, 121 - 125 ";" ";"51038 ";"OLMI (PISTOIA) ";" ";" ";" ";" " +lieferant ;00008971;"IMIS Magl. du Simi Roberto & C. ";" ";"Via di Tiglio, 1697 ";" ";"55100 ";"San Filippo Lucca ";" ";" ";" ";" " +lieferant ;00008972;"COUTURE HELENE S.P.R.L. ";" ";"Barastraat 75 ";" ";"01070 ";"BRSSEL ";" ";" ";" ";" " +lieferant ;00008973;"COLOMBUS TEXTILVERTRIEB GMBH ";" ";"Verbindungsstr. 11 a ";" ";"40764 ";"LANGENFELD ";" ";" ";" ";" " +lieferant ;00008974;"AZ Modell Bekleidungswerk Schwalmstadt ";"GmbH & Co. KG ";"Industrieweg 7 ";" ";"34613 ";"Schwalmstadt ";"06691/961110 ";" ";"06691/961140 ";" " +lieferant ;00008975;"Christian Ulbricht GmbH & Co. KG ";"Seiffener Nussknackerhaus ";"Oberheidelberger Strae 4 A ";" ";"09548 ";"Kurort Seiffen ";"037362/775-0 ";" ";"037362/775-19 ";" " +lieferant ;00008976;"GZELSOY TEKSTIL SAN.VE TIC.AS ";" ";"Namik Kerial Cd.No.105 ";" ";"1 ";"BAGCNAR - ISTANBUL ";" ";" ";" ";" " +lieferant ;00008977;"Pichler Vertriebs GmbH ";" ";"Elisabethinergasse 22 ";" ";"8020 ";"Graz ";" ";" ";" ";" " +lieferant ;00008978;"INFLOOR TEPPICHBODEN GMBH & C ";" ";"Daimlerstrasse 8 - 12 ";" ";"33442 ";"HERZEBROCK-CLARHOLZ ";" ";" ";" ";" " +lieferant ;00008979;"Dimano GmbH ";" ";"Rothenburger Strasse 2-6 ";" ";"90513 ";"Zirndorf ";" ";" ";" ";" " +lieferant ;00008980;"STUCKI HANDELS AG ";" ";"Wsseristrasse 10 ";" ";"08340 ";"HINWIL ";" ";" ";" ";" " +lieferant ;00008981;"DANIELA-MODEVERTRIEB GMBH ";" ";"St. Georgstrasse 13 ";" ";"52396 ";"HEIMBACH ";" ";" ";" ";" " +lieferant ;00008982;"Seiberbersdorfer ";"Bettfedern- und Daunenfabrik GmbH ";"Johann-Strau-Strae 1 ";" ";"2485 ";"Wampersdorf ";"+43-2623/72558 ";" ";"+43-2623/7240824 ";" " +lieferant ;00008983;"Maglificio Simon s.r.l. ";" ";"Via delle Calandre, 53 ";" ";"50041 ";"Calenzano (FI) ";"+39-055/8997341 ";" ";"+39-055/8997343 ";" " +lieferant ;00008984;"COTTON TALES KNITWEAR ";" ";"254, Monastiriou Str. ";" ";"54628 ";"THESSALONIKI ";" ";" ";" ";" " +lieferant ;00008985;"OFFTAKE GMBH KA INTERNATIONAL ";" ";"Meisengasse 30 ";" ";"60313 ";"FRANKFURT ";" ";" ";" ";" " +lieferant ;00008986;"ANDREA ESSERS ";" ";"Kattowitzerstrasse 59 ";" ";"81829 ";"MNCHEN ";" ";" ";" ";" " +lieferant ;00008987;"Alba Confezioni S.p.A. ";" ";"Via Statale Fiorentina, 165 ";" ";"51039 ";"Olmi (PT) ";"+39-0573/717788 ";" ";"+39-0573/718686 ";" " +lieferant ;00008988;"Hukla-Mbel GmbH ";" ";"Leutkirchstrae 63 ";"128487 ";"77723 ";"Gengenbach ";"07803/931-0 ";" ";"07803/931-408 ";" " +lieferant ;00008989;"ALDABABY S.P.A. ";" ";"Via Pratese, 110 ";" ";"51100 ";"PISTOIA ";" ";" ";" ";" " +lieferant ;00008990;"GI. EFFE MODA S.R.L. ";" ";"Via Aprutina, 4 ";" ";"64016 ";"S.EGIDIO ALLA VIBRATA(TE) ";" ";" ";" ";" " +lieferant ;00008991;"zz~VF GERMANY TEXTILHANDELS GMBH ";" ";"Vogelsangerstrasse 195 A ";" ";"50825 ";"KLN ";" ";" ";" ";" " +lieferant ;00008992;"Rupp & Ricker GmbH ";" ";"Gutenbergstrae 4 ";" ";"63110 ";"Rodgau ";" ";" ";" ";" " +lieferant ;00008993;"GARRITEX S.A. ";" ";"Parcela 4-S Apdo. Correos 34 ";" ";"08530 ";"LA GARRIGA BARCELONA ";" ";" ";" ";" " +lieferant ;00008994;"GEORG HOCK OHG ";" ";"Vilbeler Strasse 5 - 9 ";" ";"63073 ";"OFFENBACH ";" ";" ";" ";" " +lieferant ;00008995;"CANALI S.P.A. ";" ";"Via Lombardia, 17/19 ";" ";"20050 ";"SOVICO (MI) ";" ";" ";" ";" " +lieferant ;00008996;"AUGUST KPER ";" ";"Nordstrasse 31 ";" ";"26345 ";"BOCKHORN ";" ";" ";" ";" " +lieferant ;00008997;"KWO Kunstgewerbe-Werksttten Olbernhau ";"GmbH ";"Sandweg 3 ";" ";"09526 ";"Olbernhau ";" ";" ";" ";" " +lieferant ;00008998;"Erhard Dworschak ";" ";"Am Vogelbusch 3 ";" ";"41470 ";"Neuss ";"02137/70545 ";" ";"02137/77095 ";" " +lieferant ;00008999;"Silvamaglia Srl ";" ";"Via Privata dei Pini, 6 ";" ";"21048 ";"Solbiate Arno (VA) ";" ";" ";" ";" " +lieferant ;00009000;"HERMANN SATTLER LEDERWAREN ";" ";"Heusenstammer Str. 1 ";" ";"63150 ";"HEUSENSTAMM ";" ";" ";" ";" " +lieferant ;00009001;"TITAIN SPA ";" ";"Via Galvani 1,2,3 ";" ";"25080 ";"MOLINETTO DI MAZZANO ";" ";" ";" ";" " +lieferant ;00009002;"TESSACO S.R.L. ";" ";"unbekannt ";" ";"59100 ";"PRATO ";" ";" ";" ";" " +lieferant ;00009003;"Esteban Paris ";" ";"BP 15 - ZI Sud ";" ";"34880 ";"Laverune ";"+33-4/67070520 ";" ";"+33-4/67070525 ";" " +lieferant ;00009004;"Mller & Co. Textilhandels GmbH ";" ";"Bahnhofstrae 40 ";" ";"40045 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00009005;"RAVE BROS. GMBH ";" ";"Sonnenweg 8 ";" ";"73274 ";"NOTZINGEN ";" ";" ";" ";" " +lieferant ;00009006;"DOGGY S.R.L. ";" ";"unbekannt ";" ";"31041 ";"CORNUDA (TREVISO) ";" ";" ";" ";" " +lieferant ;00009007;"Newman S.A. ";"Christian Lacroix junior ";"51, Avenue Marechal Leclerc ";"BP 846 ";"49309 ";"Cholet Cedex ";" ";" ";" ";" " +lieferant ;00009008;"Stein Mode & Bodywear GmbH ";" ";"Leonhard-Strell-Strae 11 ";" ";"85540 ";"Haar / Gronsdorf ";"089/550606-0 ";" ";"089/4307567 ";" " +lieferant ;00009009;"Manfred Giese KG ";" ";"Am Jgersberg 24 ";" ";"24161 ";"Altenholz ";" ";" ";" ";" " +lieferant ;00009010;"CREAZIONI BRIGITTE S.R.L. ";" ";"Viale Europa ";" ";"35015 ";"GALLIERA VENETA (PADOVA) ";" ";" ";" ";" " +lieferant ;00009011;"PER CHI ";" ";"Via Ferrara, 5 ";" ";"41012 ";"CARPI MODENA ";" ";" ";" ";" " +lieferant ;00009012;"HECO TEXTILVERLAG GmbH ";" ";"Riedbachstr. 50 ";" ";"87700 ";"Memmingen ";"08331/9560-0 ";" ";"08331/9560-60 ";" " +lieferant ;00009013;"Karama s.r.l. ";" ";"Strada Statale 900 ";" ";"80013 ";"Casalnuovo di Napoli (NA) ";"+39-081/5225960 ";" ";"+39-081/5225842 ";" " +lieferant ;00009014;"KOTON KLUB ";" ";"Kestane Sk. No. 3 ";" ";"1 ";"MERTER - ISTANBUL ";" ";" ";" ";" " +lieferant ;00009015;"Oppose-Fashion GmbH & Co. KG ";" ";"Wehrstr. 13b ";" ";"08371 ";"Glauchau ";"03763/5085-0 ";" ";"03763/5085-50 ";" " +lieferant ;00009016;"Twin Power s.r.l. ";" ";"CIS Nola Isola 8, n.8016 ";" ";"80035 ";"Nola (NA) ";"+39-081/3134343 ";" ";" ";" " +lieferant ;00009017;"Paulig Teppichweberei GmbH ";" ";"Gewerbering Nord 1 ";" ";"97359 ";"Schwarzach/Main ";"0932/49820-0 ";" ";"0932/49820-20 ";" " +lieferant ;00009018;"MOHAMMADI & SONS GMBH ";" ";"Magdeburger Strasse 13 - 15 ";" ";"20457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00009019;"KDE Kunstgewerbliche Drechslerei Ellmann";"Inh. Jens Ellmann,ehem. Wolfgang Ellmann";"Zblitzer Strae 6 ";" ";"09526 ";"Olbernhau / Erzgebirge ";"037360/72412 ";" ";"037360/74288 ";" " +lieferant ;00009020;"MULTIFORM PRODUCTS VERTR. GMBH ";" ";"Otto-Hahn-Str. 25 ";" ";"61381 ";"FRIEDRICHSDORF ";" ";" ";" ";" " +lieferant ;00009021;"Ragman Textilhandel GmbH ";" ";"Kupferschmidstr. 84 ";" ";"79761 ";"Waldshut-Tiengen ";"07741-686959-0 ";" ";"07741-686959-9 ";" " +lieferant ;00009022;"DELTA DERI GIYIM SANAYII A.S. ";" ";"Mselles Sokak Santa Ishani ";" ";"09999 ";"ESENTEPE/ ISTANBUL ";" ";" ";" ";" " +lieferant ;00009023;"TEDSA TEXTIL, S.A. ";" ";"P. de la Iglesia, 10 ";" ";"08630 ";"ABRERA (BARCELONA) ";" ";" ";" ";" " +lieferant ;00009024;"Bhme Kunststoffwerke GmbH & Co. KG ";" ";"Pistoriusstrae 39 - 42 ";" ";"74564 ";"Crailsheim ";" ";" ";" ";" " +lieferant ;00009025;"***STEINBECK GMBH DECKENVERTRIEB ";" ";"Kiryat-Shmona-Strasse 4 ";" ";"87700 ";"MEMMINGEN ";" ";" ";" ";" " +lieferant ;00009026;"EMMEGIPI S.R.L. ";" ";"Via Monsignor Pignedoli n.2 ";" ";"42015 ";"CORREGGIO (RE) ";" ";" ";" ";" " +lieferant ;00009027;"Dolomite S.p.A. ";" ";"Via Feltrina Centro 3 ";" ";"31044 ";"Montebelluna (TV) ";" ";" ";" ";" " +lieferant ;00009028;"Bolteks Ith Ihr Tekstil San Tic Ltd. ";" ";"Yolu No.124 ";" ";"34127 ";"Pasa/Istanbul ";" ";" ";" ";" " +lieferant ;00009029;"DEKA TEKSTIL ";" ";"Saadetdere Mevkii Ambari Kavs. ";" ";"1 ";"ESENYURT/ISTANBUL ";" ";" ";" ";" " +lieferant ;00009030;"Wolf Lingerie SA ";" ";"2, rue Alfred Kastler ";" ";"67610 ";"La Wantzenau ";"+33-390/292900 ";" ";" ";" " +lieferant ;00009031;"SHARP MODE GMBH ";" ";"Aspelohe 27 c ";" ";"22848 ";"NORDERSTEDT ";" ";" ";" ";" " +lieferant ;00009032;"TEXIER MAROQUINERIE ";" ";"10, Rue de la Greurie ";" ";"35500 ";"VITRE FRANCE ";" ";" ";" ";" " +lieferant ;00009033;"Rometsch Textilvertriebs GmbH ";" ";"Solitudeallee 109 ";" ";"70806 ";"Kornwestheim ";" ";" ";" ";" " +lieferant ;00009034;"MAGLIERIA ARBI S.N.C. ";" ";"Via XXV Aprile, 13/15 ";" ";"31048 ";"BIAGIO DI CALLALTA (TV) ";" ";" ";" ";" " +lieferant ;00009035;"Beach Life B.V. ";" ";"Paasheuvelweg 29 ";" ";"1105 BG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00009036;"ULMIK ERZGEBIRG. VOLKSKUNST ";" ";"Oberseiffenbacher Strasse 28 ";" ";"09548 ";"SEIFFEN ";" ";" ";" ";" " +lieferant ;00009037;"ULMER VERTRIEBS GMBH ";" ";"Elisabethenstrasse 3 ";" ";"87700 ";"MEMMINGEN ";" ";" ";" ";" " +lieferant ;00009038;"CORTEX HANDELSAGENTUR ";" ";"Karnaper Strasse 39 ";" ";"40723 ";"HILDEN ";" ";" ";" ";" " +lieferant ;00009039;"International Brands Company KG ";" ";"Im Hain 29 ";" ";"63179 ";"Obertshausen ";" ";" ";" ";" " +lieferant ;00009040;"Fabrica de Tecidos de Viuva (Bomdia) ";"de Carlos da Silva Areias & Ca S.A. ";"Lugar de Aldeia - Sao Miguel das Caldas";" ";"4815-901 ";"Vizela ";"+351-253 489 300 ";" ";"+351-253 585 260 ";" " +lieferant ;00009041;"CIEMMEPI SRL ";" ";"Loc Fontechiara ";" ";"52010 ";"CORSALONE-CHIUSI D.VERNA ";" ";" ";" ";" " +lieferant ;00009042;"DENYS SNC ";" ";"Strada Cantone 5 ";" ";"43010 ";"FONTEVIVO (PARMA) ";" ";" ";" ";" " +lieferant ;00009043;"COLLESIA TEXTIL TRADING GMBH ";" ";"Otto-Scheugenpflugstr. 16 ";" ";"63073 ";"OFFENBACH ";" ";" ";" ";" " +lieferant ;00009044;"Alfred Kracht Couture GmbH ";" ";"Aachener Strasse 201 ";" ";"50931 ";"Kln ";"02236/379544 ";" ";"02236/379928 ";" " +lieferant ;00009045;"HELGA DAHL HANDEL & IMPORT ";" ";"Grenzstrae 187a ";" ";"47198 ";"DUISBURG ";" ";" ";" ";" " +lieferant ;00009046;"MAGL. GIANNA ";" ";"Via Donizetti 118 ";" ";"59100 ";"PRATO ";" ";" ";" ";" " +lieferant ;00009047;"Brand Bekleidungs GmbH ";" ";"Rcker Strae 8 ";" ";"63820 ";"Elsenfeld ";"06022/5088-0 ";" ";"06022/5088-599 ";" " +lieferant ;00009048;"EMIL A. SCHALLING KG ";" ";"Hauptstrasse 60 ";" ";"09548 ";"SEIFFEN ";" ";" ";" ";" " +lieferant ;00009049;"Ausrstung fr Draussen GmbH ";"Jack Wolfskin ";"Limburger Strae 38-40 ";" ";"65510 ";"Idstein/Ts. ";" ";" ";" ";" " +lieferant ;00009050;"Ulla Miederfabrik ";"G. Weidauer Vertrieb GmbH ";"Zellinger Str. 26 ";" ";"97274 ";"Leinach ";"09364/8091-3 ";" ";"09364/8091-400 ";" " +lieferant ;00009051;"S.C.ROMTOP INDUSTRIES ";" ";"Str.Stefan Cel Mare Nr. 80 ";" ";"4220 ";"TOPLITA/ROMANIA ";" ";" ";" ";" " +lieferant ;00009052;"MAGLIFICIO ZAFFIRO S.R.L. ";" ";"Via del Chiassarello, 37 ";" ";"59014 ";"TAVOLA - PRATO (FI) ";" ";" ";" ";" " +lieferant ;00009053;"ANNABEL TRICOT S.R.L. ";" ";"Via Gora del Pero, 46 ";" ";"50047 ";"PRATO (FI) ";" ";" ";" ";" " +lieferant ;00009054;"BELFAMA EMPRESA TEXTIL LDA. ";" ";"Lugar Megide Apartado 6 ";" ";"04815 ";"CALDAS DE VIZELA PORTUGAL ";" ";" ";" ";" " +lieferant ;00009055;"EUROTRADE 2 S.R.L. ";" ";"Via E. Martei, 30 ";" ";"31059 ";"ZERO BRANCO (TV) ";" ";" ";" ";" " +lieferant ;00009056;"4 YOU Tailoring Co. ";" ";"Sverigesvej 11 ";" ";"06100 ";"Haderslev ";" ";" ";" ";" " +lieferant ;00009057;"GO IN GMBH ";" ";"Justus-von-Liebig-Strasse 3 ";" ";"86899 ";"LANDSBERG ";" ";" ";" ";" " +lieferant ;00009058;"J. KERSTEN B.V. ";" ";"Galvanibaan 14 ";"1010 ";"03439 ";"Nieuwegein ";" ";" ";" ";" " +lieferant ;00009059;"New Balance Germany Inc. ";" ";"Lise-Meitner-Str.5 ";" ";"82216 ";"Gernlinden / Maisach ";" ";" ";" ";" " +lieferant ;00009060;"DITTA INVERNI S.R.L. ";" ";"Via Italia'61, 21 ";" ";"59016 ";"POGGIO A CAIANO (PRATO) ";" ";" ";" ";" " +lieferant ;00009061;"SCHAUMSTOFFE BOMBERG GMBH ";" ";"Rttgenstr. 1 ";" ";"53547 ";"KASBACH-OHLENBERG ";" ";" ";" ";" " +lieferant ;00009062;"KENZO Homme ";" ";"94-96 Avenue Ladru-Rollin ";" ";"75545 ";"Paris ";" ";" ";" ";" " +lieferant ;00009063;"TEXTIL CASA MODA S.L. ";" ";"P.I. 2 Casa Montoro ";" ";"46890 ";"AGULLENT (VALENCIA-SPAIN) ";" ";" ";" ";" " +lieferant ;00009064;"Fibich & Schwaiger ";"Gardinenschienen-Fabrik ";"Dieselstr. 15 ";" ";"63165 ";"Mhlheim am Main ";"06108/72061 ";" ";" ";" " +lieferant ;00009065;"Intex GmbH ";" ";"In der Au 17 ";" ";"61440 ";"Oberursel ";" ";" ";" ";" " +lieferant ;00009066;"SPRGEL HOMETEX GMBH ";" ";"Daimlerstrasse 2 ";" ";"91161 ";"HILPOLTSTEIN ";" ";" ";" ";" " +lieferant ;00009067;"SERGINA TEKSTIL ";" ";"Karanfil Sokak No. 79 73 ";" ";"1 ";"BAGCILAR - ISTANBUL ";" ";" ";" ";" " +lieferant ;00009068;"F.W. HILTERHAUS & CO. KG ";" ";"Schildergasse 107 ";" ";"50667 ";"KLN ";" ";" ";" ";" " +lieferant ;00009069;"MIGUEL BELLIDO S.A. ";" ";"Poligono Industrial, S/N ";" ";"13200 ";"MANZANARES ";" ";" ";" ";" " +lieferant ;00009070;"CREAZIONI GI-TI SAS ";" ";"Via Fausto Coppi ";" ";"51031 ";"AGLIANA (PT) ";" ";" ";" ";" " +lieferant ;00009071;"JOSE MACHADO DE ALMEIDA GMBH ";" ";"Horststrasse 2 ";" ";"48607 ";"OCHTRUP ";" ";" ";" ";" " +lieferant ;00009072;"Heinz Ostermann GmbH & Co. KG ";" ";"Dickampstr. 10 ";" ";"45879 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00009073;"Sport Alliance International SpA ";" ";"Via Enrico Fermi, 14 ";" ";"39100 ";"Bolzano (BZ) ";"+39-0471/208300 ";" ";"+39-0471/208310 ";" " +lieferant ;00009074;"BI-CI CREAZIONI ";" ";"Via Varese 21 ";" ";"21058 ";"SOLBIATE OLANA ";" ";" ";" ";" " +lieferant ;00009075;"FUGGERHAUS STOFFE GMBH ";" ";"Sdstr. 49 ";" ";"51645 ";"GUMMERSBACH ";" ";" ";" ";" " +lieferant ;00009076;"Frabar di Bagnolo Francesco & C. s.n.c. ";" ";"Via Arioslo, 9 ";" ";"26027 ";"Rivolta d'Adda (CR) ";" ";" ";" ";" " +lieferant ;00009077;"Matthi Christbaumschmuck GmbH ";" ";"Sally-Ehrlich-Str. 10 ";" ";"96450 ";"Coburg ";" ";" ";" ";" " +lieferant ;00009078;"LANDOLT DEUTSCHLAND GMBH ";" ";"Industriestrasse 42 ";" ";"67063 ";"LUDWIGSHAFEN ";" ";" ";" ";" " +lieferant ;00009079;"CRAFTWORK - TEPPICHHANDEL ";" ";"Mathildenstr. 13 ";" ";"64342 ";"SEEHEIM-JUGENHEIM ";" ";" ";" ";" " +lieferant ;00009093;"LANO N.V. ";" ";"Zuidstraat, 44 ";" ";"8530 ";"Harelbeke ";"+35-56 65 42 40 ";" ";"+35-56 65 42 49 ";" " +lieferant ;00009137;"LARIX SPA MAGLIERE ";" ";"VIA EINAUDI 5 ";" ";"36040 ";"BRENDOLA/VICENZE ";" ";" ";" ";" " +lieferant ;00009168;"BLANCA-OLIBERT ";" ";"C.C.P.BORDEAUX 118-52 ";" ";"64300 ";"NAY/FRANCE ";" ";" ";" ";" " +lieferant ;00009193;"Ritan s.r.l. ";" ";"Via Radici in Piano, 685 ";" ";"41049 ";"Sassuolo (MO) ";" ";" ";" ";" " +lieferant ;00009228;"IRIL S.A. ";" ";" ";"POSTF ";"1020 ";"RENENS/LAUSANNE ";" ";" ";" ";" " +lieferant ;00009242;"Mnchener Lodenfabrik Joh. Gg. Frey GmbH";" ";"Osterwaldstr. 10 ";"145 ";"80805 ";"Mnchen ";"089/36890798 ";" ";" ";" " +lieferant ;00009282;"Santens PVBA ";" ";"Galgestraat 157 ";"11 ";"9700 ";"Oudenaarde ";"+32-55/312291 ";" ";"+32-55/312309 ";" " +lieferant ;00009325;"Scarabaeus Mode ";" ";"Postfach 140368 ";"140368 ";"33623 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00009335;"Hofmann + Co. AG ";"Krawattenfabrik ";"Im eisernen Zeit 51 ";"2825 ";"8057 ";"Zrich ";"+41-44/36237-54 ";" ";"+41-44/36237-19 ";" " +lieferant ;00009336;"LAUBSCHER&SPIEGEL ";" ";"SIHLQUAI 75 ";" ";"8505 ";"ZUERICH ";" ";" ";" ";" " +lieferant ;00009351;"La Florens S.p.A. ";" ";"Via Barberinese, 207 ";" ";"50013 ";"Campi Bisenzio (FI) ";" ";" ";" ";" " +lieferant ;00009407;"EQUIPE 5 S.P.A. ";" ";"VIA DEL COMMERCIO 5 ";" ";"25039 ";"TRAVAGLIATO ";" ";" ";" ";" " +lieferant ;00009419;"Diadora Sport srl ";" ";"Via Montello, 80 ";" ";"31031 ";"Caerano San Marco (TV) ";"+39-0423/6581 ";" ";"+39-0423/858512 ";" " +lieferant ;00009432;"Ferkinghoff GmbH ";" ";"Kissinger Str. 34 ";"1340 ";"97769 ";"Bad Brckenau ";"09741/9185-29 ";" ";"09741/9785-11 ";" " +lieferant ;00009452;"POINT S.P.A. ";" ";"VIA A.VOLTA 21 ";" ";"41012 ";"CARPI ";" ";" ";" ";" " +lieferant ;00009490;"Heinecke & Klaproth GmbH ";" ";"Kurt-Rabe-Str. 3 ";"1380 ";"31675 ";"Bckeburg ";"05722/280022 ";" ";" ";" " +lieferant ;00009531;"Landes GmbH ";" ";"Aachener Weg 56 ";" ";"88316 ";"Isny/Allgu ";"07562/706-0 ";" ";"07562/706-300 ";" " +lieferant ;00009599;"Banca Nazionale del Lavoro S.p.A. ";" ";"Via Castellaro, 10 ";" ";"41121 ";"Modena ";"+39-059/204111 ";" ";" ";" " +lieferant ;00009608;"News International Fashion GmbH ";" ";"Destouchersstr. 65 ";" ";"80796 ";"Mnchen ";"089/4802223 ";" ";" ";" " +lieferant ;00009609;"PRO-X elements GmbH ";" ";"Rheinstrae 15 ";" ";"66955 ";"Pirmasens ";"06331/43939 ";" ";"06331/283550 ";" " +lieferant ;00009664;"Dotex Maschenmode ";" ";"Schleefstr. 14 ";" ";"44287 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00009685;"Roberto Cavalli S.p.A. ";" ";"Via del Cantone 29 ";" ";"50019 ";"Sesto Fiorentino (FI) ";" ";" ";" ";" " +lieferant ;00009723;"MAGLIFICIO DI PERUGIA ";" ";" ";" ";"6070 ";"S.DI CORC.PERUGIA ";" ";" ";" ";" " +lieferant ;00009732;"Paola da Ponte International Srl ";" ";"Via B. Cellini 13/15 ";" ";"36061 ";"Bassano del Grappa (VI) ";"+39-0424/513232 ";" ";"+39-0424/513979 ";" " +lieferant ;00009761;"DAKS-SIMPSON LTD. ";" ";"LARKHALL ";" ";"ML 9 ";"2 PB LANARKSHIRE ";" ";" ";" ";" " +lieferant ;00009762;"Brandtex Group A/S ";" ";"Nordlundvej 1 ";" ";"7330 ";"Brande ";" ";" ";" ";" " +lieferant ;00009766;"Brder Baumann GmbH ";" ";"PO BOX 11 ";"17 ";"3953 ";"Gmnd ";" ";" ";" ";" " +lieferant ;00009782;"Enrico Vernizzi & C. Snc ";" ";"Via G.Botterie 3 ";" ";"43100 ";"Parma ";"0039521772417 ";" ";"0039521773026 ";" " +lieferant ;00009787;"Scheiber Exclusiv by Landleben ";"Brunner Reinhold ";"Fieberbrunnerstrae 14 A ";" ";"6380 ";"St. Johann in Tirol ";"+43-5352/61773 ";" ";"+43-5352/61773-4 ";" " +lieferant ;00009804;"Wimmers GmbH & Co.KG Hosenspez ";" ";"Industriegebiet Mitte ";"1190 ";"41844 ";"Wegberg ";" ";" ";" ";" " +lieferant ;00009853;"Junior Brands Group GmbH ";" ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";"07127/8114-0 ";" ";"07127/8114-456 ";" " +lieferant ;00009854;"Kids Fashion Group GmbH & Co. KG ";"Kanz ";"Wilhelm-Schickard-Strae 7 ";"47 ";"72124 ";"Pliezhausen ";"07127/8114-0 ";" ";"07127/8114-457 ";" " +lieferant ;00009855;"Kids Fashion Group GmbH & Co. KG ";"Steiff ";"Wilhelm-Schickard-Strae 7 ";"47 ";"72124 ";"Pliezhausen ";"07127/8114-0 ";" ";"07127/8114-451 ";" " +lieferant ;00009856;"Idea Deutschland GmbH ";" ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00009864;"E.T.I. S.p.a ";" ";"Via San Lorenzo 1 ";" ";"36030 ";"Caltrano (VI) ";"0039-0445-396100 ";" ";"0039-0445-396070 ";" " +lieferant ;00009948;"Raberg Ledermoden ";" ";"Hahnstr. 8 ";" ";"49835 ";"Wietmarschen-Lohne ";"0590893330 ";" ";"05908933398 ";" " +lieferant ;00009979;"ariella fashion GmbH Bademoden ";" ";"Ahornstr. 18 ";" ";"82291 ";"Mammendorf ";"08145/860 ";" ";"08145/8686 ";" " +lieferant ;00009984;"JOURNAL ";" ";" ";" ";" ";"- ";" ";" ";" ";" " +lieferant ;00009986;"HARVEST ";" ";"PORTSMUIDES 125 ";"8425 ";"1005 ";"AMSTERDAM ";" ";" ";" ";" " +lieferant ;00009987;"Bardtke & Scherer GmbH & Co KG ";" ";"Oscar-von-Miller-Ring 8 ";" ";"85254 ";"Sulzemoos ";"08135/9387-0 ";" ";"08135/9387-79 ";" " +lieferant ;00009993;"MODE VILLA ";" ";"KAISERSWERTHER MARKT 29 ";" ";"40489 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00009994;"Cotton Club srl. ";" ";"Via B. Buzozzi ,26 ";" ";"99999 ";"Fabriano ";" ";" ";" ";" " +lieferant ;00009995;"Moritz Hendel & Shne GmbH ";" ";"Schillerstr. 8 ";"30 ";"08606 ";"Oelsnitz ";"037421/599-20 /21 /23 ";" ";"037421/599-29 ";" " +lieferant ;00009996;"Alide Fashion AG ";" ";"Bahnhofstr. 16 ";" ";"72406 ";"Bisingen ";"07476/9461-0 ";" ";"07476/966111 ";" " +lieferant ;00009997;"Sebbel GmbH ";" ";"Dortmunder Str. 33/35 ";" ";"45731 ";"Waltrop ";" ";" ";" ";" " +lieferant ;00009998;"Mhlenpage Bettfedernfabrik GmbH ";" ";"Hasslinger Str. 79 ";"1240 ";"49448 ";"Lemfrde ";" ";" ";" ";" " +lieferant ;00010125;"Lukas Meindl GmbH & Co. KG ";" ";"Lukas Meindl Strae 59 ";" ";"83417 ";"Kirchanschring ";"08685/7709-0 ";" ";"08685/7478 ";" " +lieferant ;00010161;"Hese-Seidenkontor GmbH & Co. KG ";" ";"Daimlerstr. 14 ";" ";"25381 ";"Elmshorn ";" ";" ";" ";" " +lieferant ;00010162;"Kornbusch u.Starting GmbH & Co ";" ";"Heidener Str. 74 ";" ";"46325 ";"Borken ";"02861-948-02 ";" ";"02861-948-302 ";" " +lieferant ;00010186;"Bielefelder Bettfedern-Manufaktur Verse ";"GmbH ";"Engersche Str. 226-228 ";" ";"33611 ";"Bielefeld ";"0521/98204-0 ";" ";"0521/98204-13 ";" " +lieferant ;00010188;"Rico Sangeur ";" ";"Kornaue 5 ";" ";"47802 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00010226;"Edsor GmbH ";" ";"Rosenthaler Strae 40/41 ";" ";"10178 ";"Berlin ";" ";" ";" ";" " +lieferant ;00010276;"Manfred Grfe GmbH ";" ";"An der Poent 62 ";" ";"40885 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00010277;"Erich E. Melkonian ";" ";"Grandweg 34 ";" ";"22529 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00010299;"Debuet ";" ";"Mhlenweg 4 ";" ";"47647 ";"Kerken ";" ";" ";" ";" " +lieferant ;00010303;"Lck GmbH & Co. KG ";" ";"Vennweg 22 ";" ";"46395 ";"Bocholt ";"02871/9979-0 ";" ";"02871/9979-10 ";" " +lieferant ;00010310;"HEINRICH KEINATH ";" ";"FRANKFURTER STR.80-82 ";" ";"65760 ";"ESCHBORN ";" ";" ";" ";" " +lieferant ;00010311;"Camaro GmbH ";" ";"Landsteiner Str.10 ";"401150 ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00010314;"Pero-Modelle Bekleidungsfabrikation GmbH";" ";"Blitzkuhlenstr. 127 ";" ";"45659 ";"Recklinghausen - Hillerheide ";"02361/35545 ";" ";"02361/22907 ";" " +lieferant ;00010319;"Campri Sport Handels-GmbH ";" ";"Dieselstr. 22 ";" ";"85748 ";"Garching ";" ";" ";" ";" " +lieferant ;00010333;"Skis Rossignol SAS ";" ";"98 rue Louis Barran ";" ";"38430 ";"Saint-Jean de Moirans ";"+33-4 38 03 80 38 ";" ";"+33-4 38 03 80 00 ";" " +lieferant ;00010334;"Rossignol-Ski Deutschland GmbH ";" ";"Zielstattstrae 11 ";"49 ";"81379 ";"Mnchen ";"089/724485-0 ";" ";"089/724485-185 ";" " +lieferant ;00010359;"INTERSTAR MODE B.V. ";" ";"LEUTHER STR.2 ";"2208 ";"4054 ";"NETTETAL ";" ";" ";" ";" " +lieferant ;00010364;"PORTOBELLO'S TRICOT TEA ";" ";"IM BACHHGRUND 9-11 ";"1625 ";"40667 ";"MEERBUSCH ";" ";" ";" ";" " +lieferant ;00010366;"Ying-Sing-Chang oHG ";" ";"Hans-Bckler-Ring 11 ";" ";"22851 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00010379;"Hans Klein ";" ";"Imberger Strae 17 ";" ";"87527 ";"Sonthofen ";"08321672440 ";" ";"08321672444 ";" " +lieferant ;00010383;"Anton Woerz ";" ";"Dorfstr. 30 ";" ";"72393 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00010385;"GIGI-Modelle ";" ";"Feldstr. 4 ";" ";"44867 ";"Bochum-Wattenscheid ";" ";" ";" ";" " +lieferant ;00010393;"DON RODD ";" ";"INDUSTRIESTR. 2 ";" ";"97359 ";"SCHWARZACH/M. ";" ";" ";" ";" " +lieferant ;00010397;"Nordica SpA ";" ";"Via Montelluna, 15 A ";" ";"31044 ";"Trevignano (TV) ";" ";" ";" ";" " +lieferant ;00010418;"DAMO FASHION ";" ";"Str ";" ";"41334 ";"NETTETAL 1 ";" ";" ";" ";" " +lieferant ;00010448;"Zimmermann + Fischer Wollfix ";" ";"Bockmuehle 17 ";"240150 ";"42289 ";"Wuppertal ";"0202699065 ";" ";"020263126 ";" " +lieferant ;00010449;"HANSEFASHION GMBH ";" ";"NAGELSWEG 41-45 ";" ";"20097 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00010529;"Prince Sportartikel ";" ";"Tropphauer Str. 13 ";" ";"83395 ";"Freilassing ";" ";" ";" ";" " +lieferant ;00010535;"Surjeet Reena GmbH ";" ";"Lrchenstr. 88 ";"190484 ";"65933 ";"Frankfurt am Main ";"069/39000870 ";" ";"069/39000833 ";" " +lieferant ;00010551;"OTTO KERN KG ";" ";"FRANKFURTER STR.80-82 ";" ";"65760 ";"ESCHBORN ";" ";" ";" ";" " +lieferant ;00010579;"Sporthaus Krumholz ";" ";"MittelStr. 98 ";" ";"56564 ";"Neuwied ";" ";" ";" ";" " +lieferant ;00010608;"Feminella ";" ";"77 Greenfield Road ";" ";"E11EJ ";"London ";" ";" ";" ";" " +lieferant ;00010609;"Huneke ";" ";"Kleekamp 133 ";" ";"55029 ";"Borgholzhausen ";" ";" ";" ";" " +lieferant ;00010636;"MICHAEL STURM GMBH ";" ";"KARL-WEINMAIR-STR. 6 ";" ";"80807 ";"Mnchen ";"089/3561240 ";" ";"089/35612499 ";" " +lieferant ;00010645;"Intervall ";" ";"Krefelder Str. 510 ";"100527 ";"41066 ";"Mnchengladbach ";"02161-602272 ";" ";"02161-651257 ";" " +lieferant ;00010670;"Artlnder Bekleidungswerke GmbH ";" ";"Industriestrae 7 ";" ";"49573 ";"Ankum ";"05462-8880 ";" ";"05462-8688 ";" " +lieferant ;00010687;"E. Becker GmbH & Co. KG (Comtessa) ";" ";"Westring 11-13 ";" ";"33818 ";"Leopoldshhe ";"05202/863-0 ";" ";"05202/863-11 ";" " +lieferant ;00010701;"DIMAC GMBH ";" ";"IM ROHRBACH 15 ";"100223 ";"72336 ";"BALINGEN-FROMMERN ";" ";" ";" ";" " +lieferant ;00010703;"Ludwig Wissenbach ";" ";"Giessener Str. 118-120 ";"101044 ";"35412 ";"Pohlheim ";" ";" ";" ";" " +lieferant ;00010772;"Vohl & Meyer GmbH & Co. KG ";" ";"Neumarkt 1 ";"1354 ";"65549 ";"Limburg/Lahn ";" ";" ";" ";" " +lieferant ;00010784;"Promise Textil GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00010798;"PENSATO ";" ";"BRECHERSPITZSTR.8/11 ";" ";"81541 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00010803;"Oswald Schneider ";" ";"Hauptstrae Nr. 124 ";"30 ";"5541 ";"Altenmarkt im Pongau ";"+43-6452/7878-0 ";" ";"+43-6452/7878-10 ";" " +lieferant ;00010843;"W. Laage ";" ";"Brunnenstrae 23 ";" ";"53498 ";"Bad Breisig ";" ";" ";" ";" " +lieferant ;00010869;"Bartl GmbH Textiles ";" ";"Niedermauker Str. 2 ";" ";"91187 ";"Rttenbach ";" ";" ";" ";" " +lieferant ;00010877;"HOM Germany ";"Hanro Deutschland GmbH (HOM) ";"Erkrather Strae 220 c ";" ";"40233 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00010913;"GILBERTO ";" ";"FRAUENHOFER STR.16 ";" ";"82152 ";"MARTINSRIED ";" ";" ";" ";" " +lieferant ;00010970;"Tenn Equipe Pacific DT ";" ";"Leintelstr. 10 ";"1130 ";"73262 ";"Reichenbach / Fila ";" ";" ";" ";" " +lieferant ;00010979;"Fahrenholz Textilhandels GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089/3506090 ";" ";"089/3590888 ";" " +lieferant ;00010996;"Iris von Arnim GmbH ";" ";"Frauenthal 4 ";" ";"20149 ";"Hamburg ";"040/4140100 ";" ";"040/4105310 ";" " +lieferant ;00011010;"ANNI SCHAAD ";" ";"Stoeckachstr. 53 ";" ";"70191 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00011015;"Grimmer & Sommacal diffusion GmbH ";" ";"Lochhamer Schlag 10b ";"1627 ";"82166 ";"Grfelfing b.M. ";"089/856382-0 ";" ";"089/853914 ";" " +lieferant ;00011026;"KONTO FAVORIET ";" ";"HELLERSBERGSTR. 2 A ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00011027;"Sunflex Sport GmbH & Co. KG ";" ";"Wolkersdorfer Berg 3 ";" ";"91126 ";"Schwabach ";" ";" ";" ";" " +lieferant ;00011036;"Nestos Wsche GmbH ";" ";" ";"311 ";"72424 ";"Albstadt ";"07431-52577 ";" ";"074315-578102 ";" " +lieferant ;00011045;"Catharina Hepfer ";" ";"Dohrweg 25 ";" ";"41066 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00011046;"S.E. WEISS GMBH & CO. ";" ";" ";" ";"73066 ";"UHINGEN ";" ";" ";" ";" " +lieferant ;00011048;"SHOWROOM AMSTERDAM ";" ";"HAMMER LANDSTR. 89 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00011070;"ALFRED SCHMIDT OHG ";" ";"TULPENWEG 8/10 ";" ";"37520 ";"OSTERODE ";" ";" ";" ";" " +lieferant ;00011079;"F.A.TEXTILVERTRIEB ";" ";"VOGESENSTR. 41 ";"1137 ";"76461 ";"MUGGENSTURM ";" ";" ";" ";" " +lieferant ;00011105;"Carrington Hull Assoc. ";" ";"33/41 Dallington Street ";" ";"EC1V OJN ";"London ";" ";" ";" ";" " +lieferant ;00011109;"Zapa fashion group GMBH ";" ";"Grnberger Str. 54 ";"350602 ";"10245 ";"Berlin ";" ";" ";" ";" " +lieferant ;00011145;"TRIANGEL GMBH&CO.KG ";" ";"BRESLAUER STR. 6 ";"100316 ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00011147;"Point of Trend-Textil Vertrieb ";" ";"Rochusweg 12 a ";"7186 ";"33102 ";"Paderborn ";"05251387325 ";" ";"05251387326 ";" " +lieferant ;00011154;"je suis Textilvertriebs GmbH ";" ";"Drnerhofstr. 19 ";"100755 ";"47048 ";"Duisburg ";"0203/331057 ";" ";"0203/333643 ";" " +lieferant ;00011157;"GEBR.GRASER GMBH&CO.KG ";" ";"unbekannt ";" ";"89188 ";"MERKLINGEN ";"07337-222 ";" ";"073376849 ";" " +lieferant ;00011159;"RIANI GmbH ";" ";"Rianiplatz 1 ";"1563 ";"73614 ";"Schorndorf ";"07181/93884-0 ";" ";"07181/93884-40 ";" " +lieferant ;00011166;"MenoPui Accessoires GmbH ";" ";"Frohsinnstr. 17 - 19 ";" ";"63739 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00011194;"Yellowstone ";" ";"Heerdter Landstr. 189 ";" ";"40549 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00011215;"hattric fashion GmbH ";" ";"Sdring 53 ";" ";"46342 ";"Velen-Ramsdorf ";" ";" ";" ";" " +lieferant ;00011220;"Carlos Murphy's ";" ";"Mundelheimer Weg 33 ";"350233 ";"40472 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00011231;"Carla Degen by ";" ";"Werkstr. 35 ";" ";"68519 ";"Viernheim ";"06204/70865-0 ";" ";"06204/70865-20 ";" " +lieferant ;00011239;"Sylbo-Rcke R. Bohnensteffen ";" ";"Rudolf-Diesel-Strae 41-45 ";"1355 ";"33806 ";"Oerlinghausen ";"05207/3832 ";" ";"05207/923731 ";" " +lieferant ;00011267;"Big Pack GmbH (Lafuma) ";" ";"Fabrikstr. 35 ";" ";"73266 ";"Bissingen an der Teck ";"07023/9511-0 ";" ";"07023/9511-55 ";" " +lieferant ;00011311;"Wilbertz DOB-Aktuell ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131166044 ";" ";"02131130203 ";" " +lieferant ;00011315;"Imtex Textilvertrieb ";" ";"Limburger Str. 14 ";" ";"65555 ";"Limburg-Offheim ";" ";" ";" ";" " +lieferant ;00011323;"Habella ";" ";"Juchstr. 1 ";" ";"8500 ";"Frauenfeld ";" ";" ";" ";" " +lieferant ;00011325;"PLUTO ";" ";"RINGLAN 12 ";" ";"9400 ";"NINOVE ";" ";" ";" ";" " +lieferant ;00011326;"LUWA Dessous ";" ";"Ggginger Str. 1 ";" ";"73575 ";"Leinzell ";" ";" ";" ";" " +lieferant ;00011333;"AMBIENTE ";" ";"EINRUHRSTR. 99 ";" ";"41199 ";"MOENCHENGLADBACH ";" ";" ";" ";" " +lieferant ;00011357;"***VA BENE ";" ";"GREIFENSTEINSTR. 17 ";" ";"72805 ";"LICHTENSTEIN ";" ";" ";" ";" " +lieferant ;00011372;"MAMAMIA FASHION GMBH ";" ";"MAHDENTALSTR. 96 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00011375;"zz~GELCO-DRESS GMBH ";" ";"POMMERNSTR.19 ";"100942 ";"45889 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00011383;"BGM - Corporation GmbH ";"GIN Tonic Accessoires ";"Carl-Zeiss-Strae 33 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00011389;"MAUGIN ";" ";"BD DU MAINE ";"607 ";"49306 ";"CHOLET ";" ";" ";" ";" " +lieferant ;00011428;"Speedo Deutschland GmbH ";" ";"Mitternachtstrasse 22 ";"26 42 ";"72760 ";"Reutlingen ";"07121/90904-0 ";" ";"07121/90904-44 ";" " +lieferant ;00011487;"Dots Textilhandels GmbH (C.P.) ";" ";"Hauptstr. 6 ";" ";"73312 ";"Geislingen ";"07331/41118 ";" ";"07331/43147 ";" " +lieferant ;00011508;"Fulwiline Mode GmbH ";" ";"Weyherser Weg 6 ";" ";"36035 ";"Fulda ";" ";" ";" ";" " +lieferant ;00011526;"Brahim & Co. ";" ";"Daimlerstr. 9 ";"247 ";"71636 ";"Ludwigsburg ";" ";" ";" ";" " +lieferant ;00011545;"Ravens GmbH, Rees ";" ";"Rauhe Str. 8 ";"1317 ";"46459 ";"Rees am Rhein ";" ";" ";" ";" " +lieferant ;00011555;"Maglificio LA PERUGINASPA ";" ";"Via dei Mille, 8 ";" ";"6050 ";"RIPABIANCA/PERUGIA ";" ";" ";" ";" " +lieferant ;00011572;"NORDISK FREIZEIT ";" ";"MAX-WEBER-STR. 16 ";" ";"25451 ";"QUICKBORN ";" ";" ";" ";" " +lieferant ;00011592;"Rudolf Rosner Mode Accessoires GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089 / 35663524 ";" ";"089 / 3599812 ";" " +lieferant ;00011596;"Rascher Loden GmbH & Co. KG ";" ";"Vitusstr. 3 ";"2223 ";"33378 ";"Rheda-Wiedenbrck ";"05242/9364-0 ";" ";"05242/9364-24 ";" " +lieferant ;00011610;"WILSON ";" ";"AM KIRCHENHOELZL 13 ";" ";"82166 ";"GRAEFELFING ";" ";" ";" ";" " +lieferant ;00011631;"Smarti Style ";"Wolfgang Paul Zimmerer ";"Saalckerstr. 2 ";" ";"63828 ";"Kleinostheim ";" ";" ";" ";" " +lieferant ;00011636;"Bhmerwald GmbH ";"Bettfedern und Bettwarenwerke ";"Frhlingstrae 4 ";"11 45 ";"93413 ";"Cham ";"09971/846-0 ";" ";"09971/846-88 ";" " +lieferant ;00011638;"KATHLEEN MADDEN ";" ";"DAMMWEG 2 ";" ";"3800 ";"INTERLAKEN ";" ";" ";" ";" " +lieferant ;00011724;"GALLOTTI s.r.l ";" ";"Via delle Pratella, 1 ";" ";"50056 ";"Montelupo Fiorentino (FI) ";"+39-0571/914511 ";" ";"+39-0571/541077 ";" " +lieferant ;00011727;"Rasch Moden GmbH ";" ";"Eckner Str. 29 ";"34 ";"63808 ";"Haibach ";" ";" ";" ";" " +lieferant ;00011729;"Belfe s.p.a. ";" ";"Via Roma, 28 ";" ";"36063 ";"Marostica (VI) ";" ";" ";" ";" " +lieferant ;00011735;"***ESPRIT HOUSE ";" ";"JOSEF-MUELLER-STR.1 ";" ";"95234 ";"SPARNECK ";" ";" ";" ";" " +lieferant ;00011752;"Belika Knitwear ";" ";" ";"170434 ";" ";"Frankfurt/M ";"45 99601111 ";" ";"45 99601158 ";" " +lieferant ;00011760;"W.F. Gzze Frottierweberei GmbH ";" ";"Laerstr. 56 - 58 ";"2165 ";"48565 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00011795;"Textilvertrieb Rach ";" ";"Modering 3, Haus B ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00011814;"Nani Bon ";" ";"Via Menozzi, 39 / A ";" ";"42030 ";"Puianello (RE) ";" ";" ";" ";" " +lieferant ;00011817;"Pierre Cardin ";" ";"Elverdisser Str. 313 ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00011833;"TUERKAS ";" ";"PRINTZSTR. 9 A ";" ";"76139 ";"KARLSRUHE ";" ";" ";" ";" " +lieferant ;00011841;"3 K Edith Kumar GmbH & co. ";" ";"NEUMANNSTR.2 ";"230124 ";"40235 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00011875;"GSCHWILM MBH ";" ";" ";"1165 ";"86460 ";"LANGWEID ";" ";" ";" ";" " +lieferant ;00011893;"INDES WOHNTEXTIL ";" ";"TRITTE 85 ";" ";"32657 ";"LEMGO ";" ";" ";" ";" " +lieferant ;00011900;"***Triumph International ";" ";"BURGSTALLSTR. 7 ";" ";"73431 ";"AALEN ";" ";" ";"07173-666594 ";" " +lieferant ;00011925;"Stapf Textil Ges.mbH ";" ";"Streleweg 20 ";" ";"6460 ";"Imst Tirol ";"06412-6998 ";" ";"06412-6939-54 ";" " +lieferant ;00011934;"Kirsten Balk Textil GmbH ";" ";"Balinger Strae 139 ";" ";"72336 ";"Balingen-Frommern ";"07433/9967-14 ";" ";"07433/9967-11 ";" " +lieferant ;00011935;"STRICKSHOP M & S GMBH ";" ";"HAENDELSTR. ";" ";"46236 ";"BOTTROP ";" ";" ";" ";" " +lieferant ;00011937;"Boy ";" ";"Grlitzer Str. 14 ";" ";"83395 ";"Freilassing ";" ";" ";" ";" " +lieferant ;00011939;"MDC ";" ";"STAEBLISSTR. 6 ";" ";"81477 ";"MUENCHEN 71 ";" ";" ";" ";" " +lieferant ;00011944;"Ursula Kamp ";" ";"Hessenstr. 1 ";" ";"30855 ";"Langenhagen ";" ";" ";" ";" " +lieferant ;00011958;"BELLINI ";" ";"ALTE RABENSTR. 12 B ";" ";"20148 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00011963;"lady f ";"Fink Modelle GmbH ";"Birkenweg 14 ";" ";"64295 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00011982;"BLUHMOD ";" ";"Hansestr. 101 ";" ";"51149 ";"Kln ";" ";" ";" ";" " +lieferant ;00012005;"Aubade Texdis GmbH ";" ";"Weihersfeld 52 ";" ";"41379 ";"Brggen ";"02163/4997-0 ";" ";"02163/7918 ";" " +lieferant ;00012017;"Rheingold-Comet-Sports GmbH ";" ";"Mevissenstrae 52 ";" ";"47803 ";"Krefeld ";"02151/87755-0 ";" ";"02151/87755-99 ";" " +lieferant ;00012021;"Busch GmbH & Co. KG ";" ";"Spenger Str. 39 ";"140 ";"32121 ";"Enger ";"05224/97360 ";" ";" ";" " +lieferant ;00012032;"Rder GmbH (ehem. Bastei Lbbe AG) ";" ";"Kornharpener Strae 126 ";" ";"44791 ";"Bochum ";"0234/95987-0 ";" ";"0234/594519 ";" " +lieferant ;00012043;"ASA Selection Wohnacc.Hdl.GmbH ";" ";"Rud.-Diesel-Str. 3 ";" ";"56203 ";"Hoehr-Grenzenhausen ";" ";" ";" ";" " +lieferant ;00012077;"Josef Reiher ";" ";"Herderstrae 7 ";" ";"40721 ";"Hilden ";" ";" ";" ";" " +lieferant ;00012083;"ALSFELDER BEKLEIDUNGSW. ";" ";" ";"120 ";"36304 ";"ALSFELD/HESSEN ";" ";" ";" ";" " +lieferant ;00012091;"KLAUS HEINRICH ";" ";"AUSTERNBREDDE 66 ";" ";"33330 ";"GUETERSLOH ";" ";" ";" ";" " +lieferant ;00012095;"YELL INTERNATIONAL ";" ";"HOMBERGER STR. 20 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00012116;"dfix Dhlemann GmbH ";" ";"Tobelwasenweg 25 ";" ";"73235 ";"Weilheim ";"07023-9490-0 ";" ";"07023-949012 ";" " +lieferant ;00012127;"MATRA-SWISSFLEX AG ";" ";"unbekannt ";" ";"4112 ";"FLUEH BEI BASEL ";"0041-61-7353535 ";" ";"0041617312618 ";" " +lieferant ;00012139;"DAMO FASHION ";" ";"Stasse ";"90174 ";"1006 ";"AMSTERDAM BD ";" ";" ";" ";" " +lieferant ;00012152;"Friedrich Folkmer ";" ";"In der Heuluss 18a ";" ";"81827 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00012174;"Accessoires Heinz Schulz ";" ";"Danziger Strae 101 ";" ";"40468 ";"Dsseldorf ";"0211/434389 ";" ";"0211/4542528 ";" " +lieferant ;00012196;"Statz Bekleidungswerke ";" ";"Klner Str. 90 ";" ";"41812 ";"Erkelenz ";"02431/8096-0 ";" ";"02431/8096-80 ";" " +lieferant ;00012204;"Etienne Aigner AG ";" ";"Zielstattstrae 27 ";"700560 ";"81379 ";"Mnchen ";"089/76993-0 ";" ";"089/7607785 ";" " +lieferant ;00012213;"DISMERO MODE VERTR.GMBH ";" ";"THIERSCHSTR. 37 ";" ";"80538 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00012230;"ZENTRA SPORT ";" ";"WANNENAECKERSTR. 50 ";"3728 ";"74078 ";"HEILBRONN ";" ";" ";" ";" " +lieferant ;00012237;"WVZ Verden GmbH ";" ";"Peter-Henlein-Str. 3 ";"1820 ";"27283 ";"Verden/Aller ";" ";" ";" ";" " +lieferant ;00012252;"zz~Blicker ERES-MODELLE (luft aus,7949)";"Wilhelm Blicker GmbH & co. KG ";"Wattstr. 15 ";"210216 ";"76185 ";"Karlsruhe ";"0721-97350 ";" ";"0721-9735105 ";" " +lieferant ;00012295;"OLDO SPORTARTIKEL ";" ";"ROSENHEIMER STR. 48 ";" ";"83059 ";"KOLBERMOOR ";" ";" ";" ";" " +lieferant ;00012306;"CLAUDIA STRAETER ";" ";"DANZIGER STR. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00012342;"***EDWIN-INTERNATIONAL ";" ";"LEITZSTR. 12-144 ";" ";"63150 ";"HEUSENSTAMM ";" ";" ";" ";" " +lieferant ;00012359;"Max Bauerfeind GmbH & Co. KG ";" ";"Himmelgartenstrae 14 ";"7 ";"91077 ";"Neunkirchen am Brand ";"09134/281 ";" ";"09134/1727 ";" " +lieferant ;00012371;"Bekleidungswerk ";" ";"Industriegebiet ";" ";"92339 ";"Beilngries ";"08461-654-0 ";" ";"08461-654-225 ";" " +lieferant ;00012394;"***MISTRAL SPORTSWEAR ";" ";"SEESHAUPTER STR. 60 ";" ";"82377 ";"PENZBERG ";" ";" ";" ";" " +lieferant ;00012396;"Falkenschuh Schnake GmbH ";" ";"Neue Balinger Str. 11 ";" ";"72336 ";"Balingen ";" ";" ";" ";" " +lieferant ;00012400;"***MORE & MORE ";" ";"Schorn1 ";" ";"82319 ";"Starnberg ";" ";" ";" ";" " +lieferant ;00012438;"Wilfried Beckers ";" ";"Mengshofstr. 33 ";" ";"47805 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00012443;"Otto Bock ";" ";"Moselstr. 2 - 4 ";" ";"63477 ";"Maintal ";"06181/9460 ";" ";"06181/46076 ";" " +lieferant ;00012446;"Edgar Hartung GmbH & Co KG ";" ";"Kapfstr. 10 ";" ";"78737 ";"Fluorn ";" ";" ";" ";" " +lieferant ;00012457;"AZ Modell GmbH & Co. KG ";" ";"Industrieweg 7 (Ortsteil Allendorf) ";"1367 ";"34613 ";"Schwalmstadt ";"06691/9611-0 ";" ";"06691/9611-40 ";" " +lieferant ;00012471;"YONEX ";" ";"H-MART.-SCHLEYER-STR.11 ";" ";"47877 ";"WILLICH ";" ";" ";" ";" " +lieferant ;00012490;"Bluhm ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00012493;"BURBERRYS ";" ";"BABENHAEUSER STR. 21 ";"1140 ";"63762 ";"GROSSOSTHEIM ";" ";" ";" ";" " +lieferant ;00012512;"Mammut Sports Group AG ";" ";"Birren 5 ";" ";"5703 ";"Seon ";"+41-62/7698181 ";" ";"+41-62/7698392 ";" " +lieferant ;00012518;"Elke Krmer-Zolnir GmbH & Co. KG ";" ";"Bahnhofstr. 19 ";" ";"31688 ";"Nienstdt ";"05721/9783-0 ";" ";"05721/71546 ";" " +lieferant ;00012524;"HEINZ MUELLER GMBH ";" ";"SOMMERWEG 14 ";" ";"73066 ";"UHINGEN ";" ";" ";" ";" " +lieferant ;00012531;"Nanni srl ";" ";"Via Valsugana 15 ";" ";"20139 ";"Milano ";"+39 02 56814140 ";" ";"+39 02 56813702 ";" " +lieferant ;00012532;"Jack Wolfskin ";"Ausrstung fr Draussen GmbH & Co. KGaA ";"Jack Wolfskin Kreisel 1 ";" ";"65510 ";"Idstein/Ts. ";"06126/954-0 ";" ";"06126/954-159 ";" " +lieferant ;00012534;"GEORG GRUBE ";" ";"CARSTEN-BOERGER-STR. 2 ";"270154 ";"27572 ";"BREMERHAVEN ";" ";" ";" ";" " +lieferant ;00012559;"MAX MARA Basic ";" ";"66, VIA FRATELLI CERVI ";" ";"42100 ";"REGGIO EMILIA ";" ";" ";" ";" " +lieferant ;00012564;"Confezioni Oessegi Snc ";"Di Cavazzoli Santina E C. ";"Via Carlo Marx, 37 ";" ";"41012 ";"Carpi (MO) ";"+39-059/694422 ";" ";" ";" " +lieferant ;00012579;"Sejour Moden GmbH ";" ";"Hans - Bckler Str. 30-32 ";" ";"47877 ";"Willich ";"+ 49 (0) 2154 88492 - 0 ";" ";"+ 49 (0) 2154 88492 - 25 ";" " +lieferant ;00012622;"Karl-Ludwig Braun ";" ";"Geneststr. 5 ";" ";"10829 ";"Berlin ";" ";" ";" ";" " +lieferant ;00012653;"TWICE ";" ";"HEIDELBERGER STR. 9-11 ";" ";"69226 ";"NUSSLOCH ";" ";" ";" ";" " +lieferant ;00012657;"FRIITALA OY ";" ";" ";"5 ";"28401 ";"ULVILA ";" ";" ";" ";" " +lieferant ;00012700;"Smarty SA ";" ";"Casa Postale ";" ";"2800 ";"Delemont 1 ";" ";" ";" ";" " +lieferant ;00012707;"PETITE MADEMOISELLE ";" ";"MUENCHNER RING 11 ";" ";"96050 ";"BAMBERG ";" ";" ";" ";" " +lieferant ;00012713;"PA MILO ";" ";"FRANKFURTER STR. 84-92 ";" ";"65760 ";"ESCHBORN/TS. ";" ";" ";" ";" " +lieferant ;00012729;"Belt Fashion ";" ";"Marinus van Meelweg 15 ";" ";"5507 ";"EN Eindhoven ";" ";" ";" ";" " +lieferant ;00012743;"LUISE STEINER ";" ";"MUELLERBACHSTR. 25 ";" ";"4816 ";"GSCHWANDT/GMUNDEN ";" ";" ";" ";" " +lieferant ;00012747;"THERESA K ";" ";"MAX-PLANCK-STR. 111 ";" ";"32107 ";"BADSALZUFLEN ";" ";" ";" ";" " +lieferant ;00012764;"BOERNER GMBH ";" ";"KARL-ARNOLD-STR. 5 ";" ";"47877 ";"Willich ";"02154/9146-0 ";" ";"02154/9146-10 ";" " +lieferant ;00012812;"RAMOSPORT ";" ";"RUE DU FAUBOURG POISS. ";" ";"75010 ";"PARIS ";" ";" ";" ";" " +lieferant ;00012827;"STEILMANN FASH.MARKETG. ";" ";"EMSCHERSTR. 20 ";" ";"45891 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00012839;"Gika Bge ";"Dipl.-Kfm. Marc Bsch ";"Bekstck 7 ";" ";"22453 ";"Hamburg ";"040/588834 ";" ";"040/583513 ";" " +lieferant ;00012865;"Bierbaum Wohnen GmbH & Co. KG ";" ";"Gelsenkirchener Str.11 ";"1261 ";"46325 ";"Borken ";"02861/948-01 ";" ";"02861/948-301 ";" " +lieferant ;00012890;"Gisbert Beck Textilverarbeitung ";"Inh. Matthias Beck ";"Friedrich-List-Str. 89 ";" ";"33100 ";"Paderborn ";"05251/5205-0 ";" ";"05251/5205-15 ";" " +lieferant ;00012904;"FENZI UOMO ";" ";"VIALE EUROPE 34 ";"83 ";"36075 ";"MONTECCHIO MAGG. ";" ";" ";" ";" " +lieferant ;00012907;"Monello ";" ";"Dr.-Rudolf-Eberle-Str. 12 ";" ";"79725 ";"Laufenburg ";"07763/704590 ";" ";"07763/7045920 ";" " +lieferant ;00012939;"LINE PUNTO ";" ";"OBERNSTR. 30 ";" ";"33602 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00012980;"Kalweit Textil GmbH ";" ";"MAHDENTALSTRASSE 98 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00012985;"Caramel Textil-Handels GmbH ";" ";"Mnzstr. 7 ";" ";"97070 ";"Wrzburg ";" ";" ";" ";" " +lieferant ;00013032;"Anja Klln ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"040-5590090 ";" ";"040-55900929 ";" " +lieferant ;00013034;"B B J ";" ";"WISSENER WEG 26 ";" ";"47626 ";"KEVELAER ";" ";" ";" ";" " +lieferant ;00013101;"Intercontact ";" ";"Neckargartacher Str. 94 ";"2205 ";"74080 ";"Heilbronn ";" ";" ";" ";" " +lieferant ;00013126;"FOGAL STRUMPFLADEN GMBH ";" ";"KAISER-KARL-STR. 12 ";" ";"89415 ";"LAUINGEN ";" ";" ";" ";" " +lieferant ;00013157;"KUEFFE ";" ";"WINDBACHER STR. 51 ";"20 ";"91586 ";"LICHTENAU ";" ";" ";" ";" " +lieferant ;00013175;"New Balance Germany Inc. ";" ";"Lise-Meitner-Strae 5 ";" ";"82216 ";"Gernlinden ";"081/4247720 ";" ";"081/4240640 ";" " +lieferant ;00013260;"HERO KLEIDUNG GMBH ";" ";"DANZIGER STR. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00013285;"Kurzenberger & Braun ";"Inh. Herbert Kurzenberger ";"Luitpoldstrae 31 ";" ";"82152 ";"Krailling ";"089/899367-0 ";" ";"089/899367-17 ";" " +lieferant ;00013291;"Del Gado TPI GmbH ";" ";"Delsterner Str. 5 ";" ";"58091 ";"Hagen ";"02331/70051 ";" ";"02331/70054 ";" " +lieferant ;00013314;"Danwear Groll GmbH ";" ";"Stocketwiesen 12 ";" ";"94469 ";"Deggendorf ";"0991-371070 ";" ";"0991-3710733 ";" " +lieferant ;00013333;"Danwear A/S ";" ";"Kastaniehojvej 2 ";" ";"8600 ";"Silkeborg ";"+45-8921 4400 ";" ";"+45-8720 4127 ";" " +lieferant ;00013339;"FRITZ ";" ";" ";"500260 ";"7000 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00013369;"Lupir Gardinenbaender ";" ";"Weberstrasse 6 ";" ";"72622 ";"Nuertingen ";"0702231550 ";" ";"0702233865 ";" " +lieferant ;00013372;"HANS LEUZE ";" ";" ";" ";"72827 ";"WANNWEIL ";" ";" ";" ";" " +lieferant ;00013381;"Mira-X GmbH ";" ";"Maybachstr. 9 ";"100224 ";"70771 ";"Leinfelden ";" ";" ";" ";" " +lieferant ;00013397;"ROESSLE & WANNER KG ";" ";" ";"800848 ";"7000 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00013417;"Adolf Veeser GmbH ";"Heimtextilien-Grohandlung ";"Kientenstrae 2 ";"504 ";"72458 ";"Albstadt (Ebingen) ";"07431/926-0 ";" ";"07431/926-26 ";" " +lieferant ;00013420;"Weinmann Accessories Factory ";" ";"Robert-Bosch-Str. 6 ";"2105 ";"72631 ";"Aichtal-Aich ";"07127/9569-0 ";" ";"07127/9569-99 ";" " +lieferant ;00013422;"Max Windrath ";" ";" ";"200123 ";"42201 ";"Wuppertal ";"0202553810 ";" ";"0202571441 ";" " +lieferant ;00013425;"DIETRICH ZANDER KG ";" ";"MAX-PLANCK-STR. 1 ";" ";"47608 ";"GELDERN ";" ";" ";" ";" " +lieferant ;00013441;"zz~COUTURE HELENE ";" ";"RUE BARA 75 ";" ";"1070 ";"BRUXELLES ";" ";" ";" ";" " +lieferant ;00013463;"TECAGRO AG ";" ";"ZUERICHER STR. 204 ";" ";"9014 ";"ST.GALLEN ";" ";" ";" ";" " +lieferant ;00013477;"Pompadour Mode GmbH ";" ";"Schaffhausenstrae 101 ";"2320 ";"72072 ";"Tbingen ";"07071/1530 ";" ";" ";" " +lieferant ;00013478;"COOL TRIKOT ";" ";"DANZIGER STR. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00013482;"Meyer-Mayor AG ";" ";"Postfach ";" ";"9652 ";"Neu St. Johann ";"+41-74/41522 ";" ";"+41-74/42710 ";" " +lieferant ;00013511;"ITALIAN GMBH ";" ";"OTTO-HAHN-STR. 44 B ";"101160 ";"63303 ";"DREIEICH ";" ";" ";" ";" " +lieferant ;00013530;"Bernd J. Podleyski AG ";" ";"Hohe Str. 14 ";" ";"50129 ";"Bergheim-Glessen ";" ";" ";" ";" " +lieferant ;00013558;"PASTUNETTE GMBH ";" ";"GOCHER LANDSTR. 2 ";"100403 ";"47551 ";"BEDBURG-HAU ";" ";" ";" ";" " +lieferant ;00013568;"kaipa sportswear GmbH ";" ";"Alexanderstr. 39 ";" ";"74074 ";"Heilbronn ";"07131-10043-45 ";" ";" ";" " +lieferant ;00013580;"PRINGLE OF SCOTLAND ";" ";"DANZIGER STR. 111 ";" ";"40486 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00013586;"Creative Fashion GmbH ";" ";"Berstrae 14 ";" ";"82024 ";"Taufkirchen ";"089/350604-0 ";" ";"089/350604-98 ";" " +lieferant ;00013589;"Marithe et Franois Girbaud ";" ";"94, rue de la Victoire ";" ";"75009 ";"Paris ";"+33-140/419-306 ";" ";"+33-140/419-840 ";" " +lieferant ;00013604;"Bogart MG-Moden Vertriebsges. mbH ";" ";"Hocksteiner Weg 36 ";"401216 ";"41189 ";"Mnchengladbach ";"02166/9569-0 ";" ";"02166/9569-69 ";" " +lieferant ;00013628;"CHANGE SPORTSWEAR GMBH ";" ";"Industriestrae 2 a ";" ";"93192 ";"WALD/ROSSBACH ";" ";" ";" ";" " +lieferant ;00013631;"DIES U. DAS WARENVERTR. ";" ";"HERLINGSBURG 6-10 ";" ";"22529 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00013638;"Gebr. Albers & Co. GmbH ";"Lingener Bettwarenfabrik ";"Konrad-Adenauer-Ring 20 ";" ";"49808 ";"Lingen (Ems) ";" ";" ";" ";" " +lieferant ;00013649;"Modana Handschuh GmbH ";" ";"Tackenweide 50 ";" ";"46446 ";"Emmerich ";"02822/5011 ";" ";"02822/51485 ";" " +lieferant ;00013651;"SILBERMANN FASHION ";" ";"RHEINBLICKSTR. 6 ";" ";"65187 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00013662;"Traumina GmbH ";" ";"Johann-Keller-Str. 2 ";" ";"77871 ";"Renchen ";" ";" ";" ";" " +lieferant ;00013674;"WINTZER-FROTTIER ";" ";"BOKER STR. 66 ";" ";"33129 ";"Delbrck ";" ";" ";" ";" " +lieferant ;00013675;"Meusch GmbH ";"Wohnen - Bad und Freizeit ";"Fritz-Tecklenborg-Str. 5 ";"99 ";"28759 ";"Bremen ";"0421/6261-0 ";" ";"0421/6261-392 ";" " +lieferant ;00013677;"ABULHASSAN HEIDARINAMI ";" ";"ST.ANNEN UFER 4 ";" ";"20457 ";"HAMBURG 11 ";" ";" ";" ";" " +lieferant ;00013715;"IDEMO GMBH ";" ";"HEINR.-LANDERER-STR. 75 ";"532 ";"73037 ";"GOEPPINGEN ";" ";" ";" ";" " +lieferant ;00013716;"Jtzlau Fashion GmbH ";"Brigitte Jtzlau ";"Im Stockmdle 13 ";" ";"76307 ";"Karlsbad ";"07248/91430 ";" ";"07248/8060 ";" " +lieferant ;00013728;"Hans Schfer Mode GmbH ";" ";"Hertzstrae 3 ";"9 ";"96129 ";"Strullendorf/Bamberg ";"09543/4406-0 ";" ";"09543/4406-26 ";" " +lieferant ;00013741;"Sinclair srl ";" ";"Corsa della Ceramica, 16 ";" ";"36063 ";"Marostica (VI) ";"+39-0424/75078 ";" ";"+39-0424/781187 ";" " +lieferant ;00013749;"Hans Hoppe ";" ";"Hauptmannsfeld 7 ";" ";"33739 ";"Bielefeld-Jllenbeck ";"05206/1831 ";" ";" ";" " +lieferant ;00013760;"MOMENI ";" ";"MARIA-LUISEN-STR. 135 ";" ";"22301 ";"HAMBURG 60 ";" ";" ";" ";" " +lieferant ;00013779;"SPORT & SQUASH GMBH ";" ";"DIESELSTR. 10 ";"6915 ";"69221 ";"DOSSENHEIM ";" ";" ";" ";" " +lieferant ;00013801;"The London Badge & Button Co. Ltd ";"Higham Ferrers ";"Kings Meadow Lane ";" ";"NN 98LL ";"Northamptonshire ";" ";" ";" ";" " +lieferant ;00013802;"Viventy, Bernd Berger ";" ";"Wehrstr. 24 ";" ";"53773 ";"Hennef ";" ";" ";" ";" " +lieferant ;00013821;"S & S TEXTIL GMBH ";" ";"KRAUT STR. 7 ";" ";"42289 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00013827;"Richard Paintner ";" ";"Laubenweg 1 ";" ";"82061 ";"Neuried ";" ";" ";" ";" " +lieferant ;00013841;"Sandomir GmbH & Co KG ";" ";"Rverskamp 8 ";" ";"26203 ";"Wardenburg ";" ";" ";" ";" " +lieferant ;00013861;"KNAGGE & PEITZ ";" ";"KOENIGSTR. 46 ";"2760 ";"70173 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00013877;"Anne Surkamp-Kramer GmbH ";" ";"Bruckersche Str.146-158 ";"1347 ";"47839 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00013887;"FRABE-TRICOTS ";" ";"JOH.-BRAHMS-STR. 4 ";"221103 ";"72444 ";"ALBSTADT 2 ";" ";" ";" ";" " +lieferant ;00013892;"More & More GmbH ";" ";"Schorn 1 ";"1538 ";"82319 ";"Starnberg ";"08178/9080 ";" ";"089/14367152-600 ";" " +lieferant ;00014025;"Cerruti Groupe Service ";" ";"Via G, di Vittorio, 8 ";" ";"20094 ";"Corsico (MI) ";" ";" ";" ";" " +lieferant ;00014049;"Schindlbeck GmbH ";" ";"Daimler Ring 20 ";" ";"63839 ";"Kleinwallstadt ";"06022/66030 ";" ";"06022/660333 ";" " +lieferant ;00014057;"KABRI MODEVERTRIEBS ";" ";"DANZIGER STR. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00014068;"Le Tricot Perugia GmbH ";" ";"Karl-Arnold-Platz 2 ";" ";"40474 ";"Dsseldorf ";"0211/577398-0 ";" ";"0211/577398-26 ";" " +lieferant ;00014085;"FASHION STAGE ";" ";"ZEPPELINSTR. 51 ";" ";"81669 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00014097;"Sport Garmisch ";" ";"Partenkirchener Str. 3 ";" ";"82490 ";"Farchant ";" ";" ";" ";" " +lieferant ;00014115;"Alf Thomsen Mode GmbH ";" ";"Modering 3 ";"650342 ";"22457 ";"Hamburg ";"04055288810 ";" ";"040-55288808 ";" " +lieferant ;00014151;"SOX INTERNATIONAL ";" ";"ZEISSSTR. 2 ";" ";"50859 ";"Kln ";" ";" ";" ";" " +lieferant ;00014195;"Melchers (HK) Ltd ";" ";"168-200 Connaught Road Central ";" ";"1 ";"Sheung Wan, Hongkong ";"+852-25469069 ";" ";"+852-25596552 ";" " +lieferant ;00014204;"Rezo Produktions- und ";" ";"Borsigstr. 6 ";" ";"63150 ";"Heusenstamm ";" ";" ";" ";" " +lieferant ;00014207;"Karl Weisse GmbH ";" ";"Itterstrasse 93 ";" ";"40589 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00014208;"JAGO Modeaccessoires GmbH, Hamburg ";" ";"Modering 3, Haus der Mode B, 6. OG ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00014228;"uhlsport GmbH ";" ";"Klingenbachstrasse 3 ";"101152 ";"72336 ";"Balingen ";"07433/268-0 ";" ";"07433/268-194 ";" " +lieferant ;00014266;"Chudaska GmbH ";" ";"Zinkstr. 3 ";" ";"33378 ";"Rheda-Wiedenbrck ";"05242-7044 ";" ";"05242-7043 ";" " +lieferant ;00014271;"AKRIS CLUB AG ";" ";"FELSENSTR. 40 ";" ";"9001 ";"ST.GALLEN ";" ";" ";" ";" " +lieferant ;00014275;"PIACENZA ";" ";"C.P. 381 ";" ";"13051 ";"BIELLA ";" ";" ";" ";" " +lieferant ;00014277;"SMAIL ";" ";"P.MARTIRI DELLA LIBERTA ";" ";"06070 ";"SOLOMEO ";" ";" ";" ";" " +lieferant ;00014278;"RENZO GmbH, Stefanie Siedhoff ";" ";"Sdliche Mnchnerstrae 8a ";" ";"82031 ";"Grnwald ";"089/649623-0 ";" ";"089/649623-19 ";" " +lieferant ;00014283;"La Rochelle GmbH ";" ";"Holter 18-20 ";" ";"53937 ";"Schleiden/Dreiborn ";"02485/95502-0 ";" ";"02485/95502-20 ";" " +lieferant ;00014329;"G.KINNAIRD & CO.LTD. ";" ";"UNION STREET ";" ";" ";"LURGAN CO.ARMAGH ";" ";" ";" ";" " +lieferant ;00014342;"Barbour (Europe) Ltd. ";" ";"Ulmenstrae 134 ";" ";"40474 ";"Dsseldorf ";"0211/650423-0 ";" ";"0211/650423-23 ";" " +lieferant ;00014374;"Welco GmbH ";" ";"Pommernstrae 19 ";"100942 ";"45889 ";"Gelsenkirchen ";"0209/800-3000 ";" ";"0209/81039 ";" " +lieferant ;00014376;"JIL SANDER ";" ";"OSTERFELDSTR. 32-34 ";" ";"22529 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00014398;"SYBILLE TREPPE ";" ";"BAUSEWEINALLEE 63 ";" ";"81247 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00014412;"Finn Karelia Mode GmbH ";" ";"Margret-Schchheimer-Strae 208 ";" ";"97299 ";"Zell-Wrzburg ";" ";" ";" ";" " +lieferant ;00014419;"Dieter Cloos GmbH ";" ";"Werner-v.-Siemens-Str. 21 ";"1422 ";"28816 ";"Stuhr ";" ";" ";" ";" " +lieferant ;00014455;"Koziol ideas for friends GmbH ";" ";"Werner-von-Siemens-Str. 90 ";"1265 ";"64711 ";"Erbach ";"06062/604-0 ";" ";"06062/604-260 ";" " +lieferant ;00014485;"Inge-Glas ";" ";"Dieselstr. 7 ";" ";"96465 ";"Neustadt ";"09568-2101 ";" ";"09568-7361 ";" " +lieferant ;00014487;"RUDOLF BAUER ";" ";"ASCHAFFENBURGER STR. 14 ";" ";"63867 ";"JOHANNESBERG ";" ";" ";" ";" " +lieferant ;00014492;"Wolford AG ";" ";"Wolfordstrae 1 ";" ";"6901 ";"Bregenz ";"+43-5574/690-0 ";" ";"+43-5574/690-79544 ";" " +lieferant ;00014507;"Rabe Moden GmbH ";" ";"Bielefelder Str. 40- 42 ";" ";"49176 ";"Hilter ";"05424/2327-0 ";" ";"05424/2327-34 ";" " +lieferant ;00014509;"B & W SPORTTRADE ";" ";"HEIDER-HOF ";" ";"52080 ";"Aachen ";"02405/60080 ";" ";"02405/600833 ";" " +lieferant ;00014526;"RS Fashion GmbH ";" ";"Amselweg ";"1263 ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00014566;"CHANGE Sportswear GmbH & Co. KG ";" ";"Industriestr. 2a ";" ";"93192 ";"Wald/Robach ";"09463/8402-0 ";" ";"09463/8402-422 ";" " +lieferant ;00014576;"Pionier Jeansbekleidung GmbH ";" ";"Tonstr. 23 ";" ";"32257 ";"Bnde ";" ";" ";" ";" " +lieferant ;00014614;"KANGA ROSS ";" ";"NEUFFER AM PARK ";" ";"66953 ";"PIRMASENS ";" ";" ";" ";" " +lieferant ;00014625;"TENDENZA ";" ";"MAGDEBURGER STR. 31 ";" ";"45549 ";"SPROCKHOEVEL ";" ";" ";" ";" " +lieferant ;00014661;"PRO KENNEX UNITED ";" ";"STRUTHSTRASSE 1 ";" ";"63607 ";"WAECHTERSBACH ";" ";" ";" ";" " +lieferant ;00014665;"LILITEX TEXTIL U.BEKL. ";" ";"MODERING 3 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00014674;"Shah S. H. - Import Grohandel ";" ";"Lrchenstr. 78 ";" ";"65933 ";"Frankfurt/Griesheim ";" ";" ";" ";" " +lieferant ;00014704;"Classic Kemper GmbH & Co. KG ";" ";"Zeppelinalle 61 ";"10 20 64 ";"46500 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00014707;"SOLESSE TISCHWAESCHE ";" ";"MATTHIASSTR. 5 ";"3923 ";"54290 ";"TRIER ";" ";" ";" ";" " +lieferant ;00014760;"WPDS ";" ";"AM WEIDENBUSCH 10 ";" ";"74864 ";"FAHRENBACH-ROBERN ";" ";" ";" ";" " +lieferant ;00014773;"NEW PEL ";" ";"VIA ORME 209 ";" ";"50053 ";"MARTIGNANA ";" ";" ";" ";" " +lieferant ;00014785;"FISCHER GESELLSCHAFTMBH ";" ";"FISCHERSTR. 8 ";" ";"4910 ";"RIED ";" ";" ";" ";" " +lieferant ;00014795;"Evelin Brandt Mode GmbH ";" ";"Rathenower Strae 11-13 ";" ";"10559 ";"Berlin-Mitte ";"030/707999-0 ";" ";"030/707999-13 ";" " +lieferant ;00014797;"Edelrid GmbH & Co. KG ";" ";"Achener Weg 66 ";"1165 ";"88316 ";"Isny im Allgu ";"07562/981-0 ";" ";"07562/981-100 ";" " +lieferant ;00014803;"Marcona GmbH & Co. KG ";" ";"Dickampstrae 10 ";"10 17 52 ";"45879 ";"Gelsenkirchen ";"0209/15800-0 ";" ";"0209/15800-58 ";" " +lieferant ;00014825;"Otto Richter ";" ";". ";"1508 ";"92318 ";"Neumarkt ";" ";" ";" ";" " +lieferant ;00014838;"Leder Walter GmbH ";"Inh. Heinz Walter ";"Gmnder Strae 35 ";" ";"81379 ";"Mnchen ";"089-780 20 110 ";" ";"089-780 20 119 ";" " +lieferant ;00014853;"Richter GmbH & Co.KG ";" ";"Kuckuckstr. 25 ";" ";"45259 ";"Essen ";" ";" ";" ";" " +lieferant ;00014863;"ORSINI S.R.L ";" ";"VIA NOVARa 71 ";" ";"28047 ";"OLEGGIO ";"0321922211 ";" ";"032193397 ";" " +lieferant ;00014884;"RAICHLE ";" ";"BOTTIGHOFERSTR. 1 ";" ";"8280 ";"KREUZLINGEN ";" ";" ";" ";" " +lieferant ;00014890;"RUMMEL ";" ";"ZUM KLAUSBERG 6 ";"1649 ";"91413 ";"NEUSTADT ";"09161-880-0 ";" ";"09161880119 ";" " +lieferant ;00014918;"PANTEX BEKLEIDUNGS GMBH ";" ";"OSTRING 5 ";" ";"63762 ";"GROSSOSTHEIM ";" ";" ";" ";" " +lieferant ;00014924;"Hanns Pleugler GmbH ";" ";"Maria-Birnbaum-Str. 10 ";" ";"80686 ";"Mnchen ";"+49 89 572105 ";" ";" ";" " +lieferant ;00014929;"Erich Wagner Mode GmbH (Gelati Kidswear)";" ";"Metzinger Strae 73 ";" ";"72555 ";"Metzingen ";"07127/81020 ";" ";" ";" " +lieferant ;00014941;"Ernst Kauper ";"Pelz & Lammfell ";"Tannenweg 5 ";" ";"96110 ";"Schelitz ";" ";" ";" ";" " +lieferant ;00014966;"Hanes Textil GmbH ";" ";"Habsburgerallee 13 ";" ";"52068 ";"Aachen ";"0241/705020 ";" ";" ";" " +lieferant ;00014975;"BRUNCH MODEVERTR.GMBH ";" ";"LINDENSTR. 25 ";" ";"63868 ";"GROSSWALLSTADT ";" ";" ";" ";" " +lieferant ;00014988;"RAICHLE ";" ";" ";" ";"82061 ";"NEURIED ";" ";" ";" ";" " +lieferant ;00014992;"CH.F.MODE DESIGN ";" ";"GRUENBERGER STR. 54 ";"350602 ";"10245 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00015006;"EWALD NORBERT ";" ";"KLAUSNERRING 26 ";" ";"85655 ";"HEIMSTETTEN ";" ";" ";" ";" " +lieferant ;00015011;"Christoph Hahn ";" ";"Bendenweg 101 ";" ";"53121 ";"Bonn ";" ";" ";" ";" " +lieferant ;00015014;"Globetrotter ";" ";"Bargkoppelstieg 12 ";" ";"22145 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00015015;"YOKAI ";" ";"Jakob-Krebs-Str. 124 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00015022;"HEINRICH KAHLEN GmbH ";" ";"Langenhof 3-5 ";"1355 ";"26160 ";"Bad Zwischenahn ";"04403/928812 ";" ";"04403/928826 ";" " +lieferant ;00015025;"GEORG BLESSING ";" ";"INGOLSTAEDTER STR. 44 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00015026;"L'AGRESSION ";" ";"INDUSTRIEGEBIET ";" ";"4863 ";"SEEWALCHEN ";" ";" ";" ";" " +lieferant ;00015039;"RIO-Bekleidungswerke GmbH ";" ";"MARIENSTR. 4 ";"1280 ";"95111 ";"Rehau ";"09283/820 ";" ";"09283/82111 ";" " +lieferant ;00015051;"Schmitz-Stoffe GmbH ";" ";"Siemensstr. 12 ";" ";"50259 ";"Pulheim ";"02238/965570 ";" ";"02238/965576 ";" " +lieferant ;00015060;"Emil Adolph GmbH & Co. ";" ";"Siegesstr. 128 ";" ";"42287 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00015073;"KRIMMER ";" ";"RAIFFEISENSTR. 4 ";" ";"86567 ";"TANDERN ";" ";" ";" ";" " +lieferant ;00015076;"Max Ederer GmbH ";"Bekleidung ";"Sudetenlandstr. 1 ";" ";"85368 ";"Moosburg ";"+49 8761 5505 ";" ";" ";" " +lieferant ;00015079;"Feldges + Heidt Textilhandels GmbH ";" ";"Westerbachstr. 50 ";" ";"60489 ";"Frankfurt ";"069/780078 ";" ";"069/7893010 ";" " +lieferant ;00015091;"THOMAS MEHLHORN ";" ";"KELLERHOF 8 ";" ";"79730 ";"MURG ";" ";" ";" ";" " +lieferant ;00015094;"KEJZAR S COTTON LINE ";" ";"FRITZ-HABER-STR. 20 ";" ";"90449 ";"NUERNBERG ";" ";" ";" ";" " +lieferant ;00015107;"Adamant Herrenmoden ";" ";"Franz-Hitze-Str. 14 A ";"805 ";"47807 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00015124;"Ospig GmbH & Co. KG ";" ";"Carsten-Dressler-Str. 11 ";" ";"28279 ";"Bremen ";"0421/8401-0 ";" ";"0421/8401-199 ";" " +lieferant ;00015140;"EWI TEXTIL GMBH ";" ";"FABRIKSTR. 11 ";" ";"72474 ";"WINTERLINGEN-HARTHSN ";" ";" ";" ";" " +lieferant ;00015174;"Frstenberg GmbH & Co. KG ";" ";"Henkelstr. 2 ";"1237 ";"73066 ";"Uhingen ";" ";" ";" ";" " +lieferant ;00015239;"W. NAIRZ ";" ";"LANGEBRUECKENSTR. 14 ";" ";"36037 ";"FULDA ";" ";" ";" ";" " +lieferant ;00015276;"LINIQUE ";" ";"IM DORFWEINBERG 7 ";" ";"70734 ";"FELLBACH ";" ";" ";" ";" " +lieferant ;00015283;"Revanche in Fashion ";" ";"Mannheimer Str. 21 ";" ";"75179 ";"Pforzheim ";" ";" ";" ";" " +lieferant ;00015289;"ARTUR FRANK ";" ";"PHILIPP-REIS-STR. 18 ";" ";"63128 ";"DIETZENBACH ";" ";" ";" ";" " +lieferant ;00015300;"Manfred Geissler GmbH ";"Bekleidungswerk ";"Hanauer Landstrae ";"238 ";"8750 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00015307;"FRANZ LOUIS Fashion GmbH ";" ";"Heinrich-Kloppers-Str. 1-3 ";" ";"48455 ";"Bad Bentheim ";"05924/6717 ";" ";"05924/990090 ";" " +lieferant ;00015331;"Aytex GmbH ";" ";" ";"500562 ";"52089 ";"Aachen ";" ";" ";" ";" " +lieferant ;00015335;"Hammer Sport AG ";" ";"Von-Liebig-Strae 21 ";" ";"89231 ";"Neu-Ulm ";"0731/97488-0 ";" ";"0731/97488-40 ";" " +lieferant ;00015361;"FRANZ KRINGS ";" ";"HANSESTR. 4 ";" ";"41352 ";"KORSCHENBROICH ";" ";" ";" ";" " +lieferant ;00015364;"Naturana Dlker GmbH & Co. KG ";" ";"Hinterweiler Str. 3 ";" ";"72810 ";"Gomaringen ";"07072/120 ";" ";"07072/12428 ";" " +lieferant ;00015376;"PROTEST MODEN GMBH ";" ";"KLEINSCHMIDTHS. WEG 16 ";" ";"40468 ";"DUESSELDORF 30 ";" ";" ";" ";" " +lieferant ;00015378;"ARNO GMBH ";" ";"ALT ESCHERSHEIM 34 ";"500852 ";"60433 ";"FRANKFURT ";" ";" ";" ";" " +lieferant ;00015414;"DIMAC-SPORTSWEAR ";" ";"RINGSTR. 23 ";"34 ";"72351 ";"GEISLINGEN ";" ";" ";" ";" " +lieferant ;00015441;"Visconti GmbH ";" ";"Kammerratsheide 43 ";"201096 ";"33609 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00015444;"Norman H. GmbH ";" ";"Kanalstr. Nord 89 ";" ";"26629 ";"Groefehn ";"04943-20815 ";" ";"04943-20864 ";" " +lieferant ;00015499;"Sporthots GmbH ";" ";"Suedfeld 9 a ";" ";"59174 ";"Kamen ";"02307-30396 ";" ";" ";" " +lieferant ;00015507;"Ewald Koenigs ";" ";"Marschweg 138 ";"3244 ";"26131 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00015548;"NICOLAUS & CO. ";" ";"AM ERBSENBRUENNELE ";"500825 ";"70372 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00015555;"KLINGEBERG ";" ";"SCHUETZENSTR. 35 ";" ";"45768 ";"MARL-POLSUM ";" ";" ";" ";" " +lieferant ;00015559;"Fey & Co. GmbH & Co. KG ";" ";"Rheiner Strae 145 ";"1565 ";"48282 ";"Emsdetten ";"02572/154-0 ";" ";"02572/154-90 ";" " +lieferant ;00015564;"Turbo-Fashion GmbH ";" ";"Gneisenaustr. 17 ";"1905 ";"52068 ";"Aachen ";" ";" ";" ";" " +lieferant ;00015600;"CREAZIONI MONTI ";" ";"ZONA INDUSTRIALE TAVER. ";" ";"6073 ";"DI CORCIANO PG ";" ";" ";" ";" " +lieferant ;00015625;"Frank Usher ";" ";"Agnesstr. 22 ";" ";"22301 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00015637;"Heinz Kruse GmbH & Co. ";" ";"Amsterdamer Str. 232 ";" ";"50735 ";"Kln ";"0221/71521-0 ";" ";" ";" " +lieferant ;00015643;"LOWA Sportschuhe GmbH ";" ";"Hauptstrae 19 ";" ";"85305 ";"Jetzendorf ";"08137/999-0 ";" ";"08137/999-210 ";" " +lieferant ;00015681;"Big Star Jeans GmbH ";" ";"Mndelheimer Weg 50 ";" ";"40472 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00015706;"Olly's Sportswear AG ";" ";"Hirschgraben 43 ";"5164 ";"6000 ";"Luzern 5 ";" ";" ";" ";" " +lieferant ;00015710;"X.ILLI SFERRUZZA SNC ";" ";"VIA PER SAN FELICE 37 ";" ";"41031 ";"CAMPOSANTO ";" ";" ";" ";" " +lieferant ;00015724;"MAZEL ";" ";"AM LILIENBERG 2 ";" ";"81669 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00015728;"GOLFINO GMBH & CO.KG ";" ";"HUMBOLDTSTR. 19 ";" ";"21509 ";"Glinde ";"040/727550 ";" ";"040/72755100 ";" " +lieferant ;00015729;"LORENZ & SCHMIDT GMBH ";" ";"MOENCKEBERGSTR. 18 ";" ";"20095 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00015737;"TATTICA ";" ";"VIA CHIESA SUD, 158 F ";" ";"41030 ";"ROVERETO S/S ";" ";" ";" ";" " +lieferant ;00015748;"Trico-Line GmbH ";" ";"Lahnstr. 26 ";" ";"79379 ";"Mhlheim ";"0208-53021-23 ";" ";" ";" " +lieferant ;00015792;"REEBOK BOKS GERMANY ";" ";"KELTENRING 14 ";" ";"82039 ";"OBERACHING ";"089613820 ";" ";"08961382100 ";" " +lieferant ;00015822;"CicloSport K.W. Hochschorner GmbH ";" ";"Lohenstrae 11 ";" ";"82166 ";"Grfeling ";"089/895270-0 ";" ";"089/8596-301 ";" " +lieferant ;00015842;"BENETTON GROUP S.P.A. ";" ";"VILLA MINELLI 1 ";" ";"31050 ";"PONZANO VENETO ";"0422519111 ";" ";"0420115 ";" " +lieferant ;00015856;"obsession Textilimport + Vertriebs GmbH ";" ";"Frankenring 16 ";"101209 ";"30855 ";"Langenhagen ";"0511/78666-0 ";" ";"0511/744323 ";" " +lieferant ;00015866;"~BEKA-MODEN ";" ";"OLGASTR. 60 ";"150030 ";"72458 ";"ALBSTADT ";" ";" ";" ";" " +lieferant ;00015876;"Nordica-Benneton ";" ";"Rntgenstr. 3-5 ";"1451 ";"85716 ";"Unterschleissheim ";" ";" ";" ";" " +lieferant ;00015913;"Overhues & Schuessler GmbH&Co. ";" ";"Rudolf-Diesel-Str. 34-36^ ";" ";"28876 ";"Oyten ";"04207-91350 ";" ";"04207-9135-40 ";" " +lieferant ;00015939;"TURNOVER Deutschland GmbH ";" ";"Karl - Arnold - Platz 1 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00015952;"ENGELHORN GMBH & CO.KG ";" ";"KUNSTSTR. ";" ";"6800 ";"MANNHEIM 1 ";" ";" ";" ";" " +lieferant ;00015954;"Fashionform Clothing GmbH ";" ";"Im Taubental 5 ";" ";"41468 ";"Neuss ";"02131/343000 ";" ";"02131/35034 ";" " +lieferant ;00015955;"HANS STEINMETZER ";" ";"UFERSTR. 27 ";" ";"50996 ";"KOELN ";" ";" ";" ";" " +lieferant ;00015959;"Allwerk Bekleidung GmbH ";" ";"Theresienthalstrae 2 ";"116 ";"4810 ";"Gmunden ";"+43 7612 705020 ";" ";" ";" " +lieferant ;00015985;"Venturo Fashion GmbH & Co. KG ";" ";"Ahornweg 110 ";" ";"63741 ";"Aschaffenburg ";"06021/8590-0 ";" ";"06021/8590-30 ";" " +lieferant ;00016027;"Peter Stupp Design Mode GmbH ";"(Rich & Royal) ";"Siemensstrae 6 ";" ";"71691 ";"Freiberg am Neckar ";"07141/2768-0 ";" ";"07141/2768-99 ";" " +lieferant ;00016047;"RAEDE GMBH ";" ";"RUDOLF-DIESEL-STR. 9 ";" ";"52525 ";"HEINSBERG ";" ";" ";" ";" " +lieferant ;00016048;"BONNIE GmbH ";"Manfred Bogner ";"Heilbronner Strae 326 ";" ";"70469 ";"Stuttgart ";"0711/357868 ";" ";"0711/3508765 ";" " +lieferant ;00016050;"MARON-MODEN ";" ";"AUF AIGEN NR. 6 ";" ";"72631 ";"AICHTAL ";" ";" ";" ";" " +lieferant ;00016073;"SILVRETTE SHERPAS ";" ";"MUENCHENER STR. 80 ";" ";"85757 ";"KARLSFELD ";" ";" ";" ";" " +lieferant ;00016075;"Matthus Steffner Ges.m.b.H. ";"Strickwarenerzeugung ";"Zauchenseestrae 109 ";" ";"5541 ";"Altenmarkt ";"+43-6452/6622 ";" ";"+43-6452/6550 ";" " +lieferant ;00016078;"GIVENCHY EN PLUS ";" ";"SUEDSTR. 13 ";" ";"95111 ";"REHAU ";" ";" ";" ";" " +lieferant ;00016080;"TRICO HOSENTRAEGERFABR. ";" ";"REHMSTR. 4 ";" ";"86161 ";"AUGSBURG ";" ";" ";" ";" " +lieferant ;00016099;"Conception 4 Textilvertriebs G ";" ";"HAMTORWALL 16 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00016100;"Stein Mode GmbH ";" ";"Schreibmeirstr. 20 ";" ";"81827 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00016118;"Hans Forster ";"Lederbekleidung ";"Krntenstr. 7 ";" ";"96052 ";"Bamberg/Gundelsheim ";" ";" ";" ";" " +lieferant ;00016170;"Matthaeus Steffner ";" ";"Nymphenburger Str. 1 ";" ";"80636 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00016179;"MANOLO BORROMEO ";" ";"VIALE MASIA 91 ";" ";"22100 ";"COMO ";" ";" ";" ";" " +lieferant ;00016203;"Benetti ";"Dornbusch u. Co. GmbH ";"Bosfelder Weg 7 ";" ";"33378 ";"Rheda-Wiedenbrck ";" ";" ";" ";" " +lieferant ;00016253;"ORBUS MODEN ";" ";"TECKSTR. 7 ";" ";"72574 ";"BAD URACH ";" ";" ";" ";" " +lieferant ;00016274;"Armani ";"CIT S.P.A. ";"Via Matteucci, 19 ";" ";"20043 ";"Arcore (M) ";"039/60681 ";" ";" ";" " +lieferant ;00016275;"ABEKA ";" ";"FLURSCHEIDEWEG 14 ";" ";"65936 ";"FRANKFURT ";" ";" ";" ";" " +lieferant ;00016294;"NAVIGARE ";" ";"VIA S. LODOVICO 6 ";" ";"42010 ";"RIO SALICETO ";" ";" ";" ";" " +lieferant ;00016295;"MAURA ";" ";"STAMMERHOVE 1 ";" ";"1112 ";"VA DIEMEN ";" ";" ";" ";" " +lieferant ;00016298;"Rawe Moden GmbH ";" ";"Herforder Str. 182-194 ";" ";"33609 ";"Bielefeld ";"0521/306-0 ";" ";"0521/306-762 ";" " +lieferant ;00016382;"SBG Modehandel GmbH ";" ";"Tonhallenstr. 10 ";" ";"40211 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00016388;"WILHELM F. USINGER ";" ";"ZELLERSTR. 23 ";"3144 ";"64720 ";"MICHELSTADT ";" ";" ";" ";" " +lieferant ;00016389;"Brandt Mode-Vertrieb GmbH ";" ";"Friedrichsgaber Weg 126 ";" ";"22848 ";"Norderstedt (Garstedt) ";" ";" ";" ";" " +lieferant ;00016396;"AKWA ";" ";"Griegstr. 19 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00016440;"ROLF BOPP ";" ";"FRIEDRICHSTR. 112 ";" ";"71638 ";"LUDWIGSBURG ";" ";" ";" ";" " +lieferant ;00016508;"Amadeus Fashion GmbH ";" ";"Aribonenstr. 27 ";"200 ";"5021 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00016529;"Ch. F. Mode Design GmbH ";"Pyramid ";"Grnberger Str. 54 ";"43 ";"10245 ";"Berlin ";" ";" ";" ";" " +lieferant ;00016532;"GADDI'S ";" ";"KAMMERICHSTR. 39 ";" ";"33647 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00016533;"H.P.ROESSLER ";" ";"Adolf-Koehne-Str. 6 ";"3609 ";"49090 ";"Osnabrck ";"0541-56009-02 ";" ";"0541-56009-171 ";" " +lieferant ;00016541;"TORRAS S.A. ";" ";"VIA DE RONDA,S/N.AP.28 ";" ";"8140 ";"CALDES DE MONTH ";" ";" ";" ";" " +lieferant ;00016562;"MICHAEL ZIEGLER GmbH ";" ";"Wrtelstr. 30 ";" ";"76456 ";"Kuppenheim ";"07222-407375 ";" ";"07222-407379 ";" " +lieferant ;00016572;"CP-CREATIV PRODUCTS ";" ";"TAUNUSSTR. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00016587;"Johann Konen ";" ";"Sendlinger Strae 2-5 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00016612;"FROWEIN GMBH & CO.KG ";" ";"Am Reislebach 83 ";"1440 ";"7470 ";"ALBSTADT ";" ";" ";" ";" " +lieferant ;00016644;"HAGN & MUELLER GMBH ";" ";"BGM-Seidel-Str. 7 ";" ";"82515 ";"Wolfratshausen ";"08171-4304-0 ";" ";" ";" " +lieferant ;00016663;"Luxorette Haustextilien GmbH ";" ";"Schferhauser Str. 2 ";"1164 ";"73240 ";"Wendlingen ";"07024/9461-42 ";" ";"07024/9461-05 ";" " +lieferant ;00016668;"Ariella ";" ";"Am Sulzbogen 58 ";" ";"6000 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00016685;"GUEMPEL J. ";" ";"MESSERSCHMITTSTR. 22 ";" ";"89231 ";"NEU-ULM ";" ";" ";" ";" " +lieferant ;00016735;"Gla GmbH & Co. KG ";"Cherie Line ";"Hauptstrae 56 ";"1213 ";"72469 ";"Mestetten ";" ";" ";" ";" " +lieferant ;00016751;"Hefel Textil GmbH ";" ";"Kenriedweg 20 ";" ";"88131 ";"Lindau Bodensee ";" ";" ";" ";" " +lieferant ;00016753;"TREND HOUSE FASHION GMBH ";" ";"Carlo-Schmid-Str. 11 ";"100355 ";"52146 ";"Wrselen ";" ";" ";" ";" " +lieferant ;00016793;"H. u. W.Schmnk GmbH & Co KG (Biberna) ";" ";"Zum Tollberg 11 ";" ";"46499 ";"Hamminkeln-Dingden ";"02852/719-0 ";" ";"02852/6300 ";" " +lieferant ;00016802;"Carlfriedrich Bruecher ";" ";"Dreherstr. 36 ";"36211 ";"42899 ";"REMSCHEID ";"021915816 ";" ";"0219151693 ";" " +lieferant ;00016817;"Scantex GmbH ";" ";"Dserweg 18 ";" ";"26180 ";"Rastede ";" ";" ";" ";" " +lieferant ;00016819;"Wolfgang Leupoldt GmbH ";"Classic Leu-Collection ";"Bahnhofstr. 26 ";" ";"95197 ";"Schauenstein ";"09252/99020 ";" ";"09252/1084 ";" " +lieferant ;00016826;"FIUME ";" ";"P.O. BOX 1 ";" ";"42030 ";"MONTALTO/RE ";" ";" ";" ";" " +lieferant ;00016852;"Nordtek GmbH & Co. KG ";" ";"Wintergasse 60 ";" ";"69469 ";"Weinheim ";"0621506000490621 ";" ";"0620156062 ";" " +lieferant ;00016859;"Roberto Design International GmbH ";" ";"Breitlerstrae 40 ";"31 ";"55566 ";"Bad Sobernheim ";"06751/9350-0 ";" ";"06751/9350-50 ";" " +lieferant ;00016870;"Success+Mode Vertriebs GmbH ";" ";"Pflzer Str. 1 ";" ";"93128 ";"Regenstauf ";"09402-93 52-0 ";" ";"09402-93 52-29 ";" " +lieferant ;00016879;"Hermann G. Finken ";"Gro- und Auenhandel ";"Breitenweg 25 ";" ";"28195 ";"Bremen ";"0421/1691235 ";" ";"0421/1691237 ";" " +lieferant ;00016885;"Polo Ralph Lauren ";" ";"Place da La Madeleine ";" ";"75008 ";"Paris ";" ";" ";" ";" " +lieferant ;00016892;"BUENO SHIRT BV ";" ";"BERG STRAAT 23 ";"7160 ";"7160 ";"AA NEEDE ";" ";" ";" ";" " +lieferant ;00016897;"Breuer S.A. ";" ";"2, Rue J.-B.-Calving ";" ";"6100 ";"Nice ";" ";" ";" ";" " +lieferant ;00016899;"MAGLIFIC. MAGREB S.P.A. ";" ";"VIA POSTUMIA 37 ";" ";"31055 ";"QINTO DI TREVISO ";" ";" ";" ";" " +lieferant ;00016917;"Goldpfeil AG ";" ";"Kaiserstr. 39 - 49 ";"100862 ";"63065 ";"Offenbach ";"0698050277 ";" ";" ";" " +lieferant ;00016920;"Patricia ";" ";"Placa de Dalt els Penyals, 13 ";" ";"07760 ";"Ciutadella de Menorca ";" ";" ";" ";" " +lieferant ;00016947;"Wilhelm Johann Meier GmbH ";" ";"Heinrich-Krumm-Str. 12 ";" ";"63073 ";"Offenbach a.M. ";"069/894097 ";" ";"069/897017 ";" " +lieferant ;00016956;"OTTO ONNEKEN ";" ";"DILLINGER STR. 9 ";" ";"61381 ";"FRIEDRICHSDORF ";" ";" ";" ";" " +lieferant ;00016957;"MOELLER & CO ";" ";"POENSGENSTR. 25 ";" ";"40764 ";"LANGENFELD ";" ";" ";" ";" " +lieferant ;00017001;"TEAM-COLLECTION ";" ";"BAUSEWEIN ALLEE 63 ";" ";"81247 ";"Mnchen ";"0898116016 ";" ";"0898116988 ";" " +lieferant ;00017027;"Crenova GmbH ";"Krawatten und Accessoires ";"Hlser Strae 283 ";" ";"47803 ";"Krefeld ";"02151/87669-0 ";" ";"02151/87669-21 ";" " +lieferant ;00017028;"DIM-ROSY ";" ";"HEERDTER LANDSTR. 189 ";"27 01 65 ";"40549 ";"Dsseldorf ";"0211568540 ";" ";"02115685444 ";" " +lieferant ;00017033;"ODLO Sports GmbH ";" ";"Christenfeld 11a ";" ";"41379 ";"Brggen ";"02157/8952-0 ";" ";"02157/8952-250 ";" " +lieferant ;00017046;"STEFAN DUENWALD ";" ";"MODERING 3 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00017052;"Carnaval De Venise SAS ";" ";"Via Anelli Luigi, 1 ";" ";"20122 ";"Milano (MI) ";"+39-02/58301-500 ";" ";"+39-02/58301-444 ";" " +lieferant ;00017062;"Dies & Jenes Vertriebs GmbH ";" ";"Taunusstrae 45 ";" ";"80807 ";"Mnchen ";"089/3594796 ";" ";"089/35061733 ";" " +lieferant ;00017084;"SCOTT ";" ";"BRANDER STR. 36 ";" ";"83324 ";"RUHPOLDING ";" ";" ";" ";" " +lieferant ;00017086;"Tino Tinti Men's Wear Herrenmode GmbH ";"CONVIVIUM ";"Beyerbachstr. 5 ";" ";"65830 ";"Kriftel ";" ";" ";" ";" " +lieferant ;00017096;"Wabersich Accessoires ";"Inh. Markus Wabersich ";"Dessestrae 62 ";" ";"87600 ";"Kaufbeuren-Neugablonz ";"08341/99960-0 ";" ";"08341/99960-10 ";" " +lieferant ;00017132;"VENO GmbH (ehem. Hermann Veddeler) ";" ";"Bentheimer Str. 65 ";"22 40 ";"48455 ";"Bad Bentheim ";"05924/784-0 ";" ";"05924/784-100 ";" " +lieferant ;00017180;"Kids Fashion Clothing GmbH ";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00017225;"Gebr. Holzapfel GmbH (Friedola) ";" ";"Topfmhle 1 ";"320 ";"37276 ";"Meinhard - Frieda ";"05651/303-0 ";" ";"05651/303-640 ";" " +lieferant ;00017269;"Adventure Modeagentur GmbH ";" ";"Prinzregentenstrae 61 ";" ";"81675 ";"Mnchen ";"089/99816-0 ";" ";"089/99816-200 ";" " +lieferant ;00017287;"Ascot Karl Moese GmbH ";" ";"Hlser Strae 335 ";"10 15 03 ";"47803 ";"Krefeld ";"02151/565055-0 ";" ";"02151/875947 ";" " +lieferant ;00017302;"Manfred Mettner ";" ";"Postfach 61 01 77 ";"61 01 77 ";"10922 ";"Berlin ";" ";" ";" ";" " +lieferant ;00017313;"SCOTT Sports AG ";"Niederlassung Deutschland ";"Gutenbergstrae 27 ";" ";"85748 ";"Garching-Hochbrck ";"089/8987836-0 ";" ";"089/8987836-50 ";" " +lieferant ;00017347;"JAGO Mode Accessoires GmbH ";" ";"Klnerstrae 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00017348;"***VF MEN'S WEAR MODEAGENT ";" ";"KOELNER STR. 1 ";" ";"65760 ";"ESCHBORN ";" ";" ";" ";" " +lieferant ;00017360;"Scotch & Soda GmbH ";" ";"Oststr. 120 ";" ";"22844 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00017365;"Gerke ";" ";"Breslauer Strae 10 ";" ";"75050 ";"Gemmingen ";" ";" ";" ";" " +lieferant ;00017381;"Alisha Becker ";" ";"Siemensstr. 4 ";" ";"71299 ";"Wimsheim ";" ";" ";" ";" " +lieferant ;00017402;"Patrizia S. (Mondi Fashion Group) ";" ";"Postfach 830155 ";"830155 ";"81701 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00017411;"Petersen Christian Modeaccessoires ";" ";"Uhlandstr. 28 ";" ";"22087 ";"Hamburg ";"040/2206699 ";" ";" ";" " +lieferant ;00017421;"Fehn GmbH & Co. KG ";" ";"Badergasse 58 ";" ";"96472 ";"Rdental ";" ";" ";" ";" " +lieferant ;00017433;"MAGLIFICIO EURO S.R.L ";" ";"VIA CAMPOGRANDE 94/96 ";" ";"42047 ";"ROLO (RE) ";" ";" ";" ";" " +lieferant ;00017435;"IHG Textil GmbH ";" ";"Waldfriedhofstrae 115 ";" ";"81377 ";"Mnchen ";"089/615592-0 ";" ";"089/615592-20 ";" " +lieferant ;00017439;"OPEN OCEAN ";" ";"SCHLEIFBERG 9 ";" ";"74257 ";"UNTEREISESHEIM ";" ";" ";" ";" " +lieferant ;00017445;"Mondi Textil GmbH (Mnchen) ";" ";"Nawiaskystr. 11 ";" ";"81735 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00017470;"ProFashion GmbH ";" ";"Lessingstr. 27 ";" ";"68753 ";"Waghusel ";"07254/9280-0 ";" ";"07254/9280-89 ";" " +lieferant ;00017474;"Regina Mbel GmbH ";" ";"Schmtzberg 3 - 5 ";" ";"23717 ";"Sagau bei Kasseedorf ";" ";" ";" ";" " +lieferant ;00017490;"D & D ";" ";"MAHDENTALTSTR. 98 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00017494;"Franco Bassi ";" ";"Via Refrecc, 184 ";" ";"22030 ";"Lipomo (Co) ";"031/555807 ";" ";"031/555805 ";" " +lieferant ;00017523;"Stahlberg Modevertriebs GmbH ";" ";"Flensburger Str. 52 ";" ";"33605 ";"Bielefeld ";"0171/4750887 ";" ";" ";" " +lieferant ;00017530;"Ehlert ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089-3594610/20 ";" ";"089-3597962 ";" " +lieferant ;00017545;"zz~LEE GMBH ";" ";"OTTO-HAHN-STR. 36 ";" ";"63303 ";"DREIEICH ";" ";" ";"06103-581346 ";" " +lieferant ;00017567;"Bertelsmann Distribution ";" ";"Carl-Bertelsmann-str. ";" ";"33310 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00017568;"Tretorn Vertrieb GmbH ";" ";"Wrzburger Str. 13 ";" ";"91074 ";"Herzogenaurach ";" ";" ";" ";" " +lieferant ;00017571;"ORTOVOX ";" ";"HAUPTSTR. 102 ";" ";"82008 ";"UNTERHACHING ";" ";" ";" ";" " +lieferant ;00017574;"HEAD SPORTS WEAR ";" ";"unbk. ";"62 ";"82335 ";"BERG ";" ";" ";" ";" " +lieferant ;00017583;"Uniformwerk Seris GmbH ";" ";"Rheinstr. 49 ";"1140 ";"26382 ";"Wilhelmshaven ";"04421/484204 ";" ";"04421/484268 ";" " +lieferant ;00017601;"TOUSSAINT GMBH ";" ";"GROSSHOLZER STR. 2 ";" ";"88161 ";"LINDENBERG ";" ";" ";" ";" " +lieferant ;00017652;"Sepp Halbritter GmbH ";" ";"Kissinger Str. 68 ";" ";"97727 ";"Fuchsstadt ";" ";" ";" ";" " +lieferant ;00017667;"ROBAKA GUERTEL ";" ";"MAHDENTALSTR. 98 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00017670;"BYBLOS S.P.A. ";" ";"VIA BARICATTI 3 ";" ";"60127 ";"ANCONA ";" ";" ";" ";" " +lieferant ;00017675;"WILLEN Krawattenfabrik GmbH ";" ";"Ehrener Dorfstr. 3 ";"1241 ";"49624 ";"Lningen ";"05432/94340 ";" ";"05432/943434 ";" " +lieferant ;00017685;"Vittozzi Patrick ";" ";"Nobelstrae 13 ";" ";"66130 ";"Saarbrcken/Gdingen ";"0681/8739240 ";" ";"0681/8739241 ";" " +lieferant ;00017699;"RivaMonti SpA ";" ";"Via Zona Industriale ";" ";"06073 ";"Taverne di Corciano (PG) ";" ";" ";" ";" " +lieferant ;00017708;"J.Philipp & Co. GmbH ";"Herrenkleiderfabrik ";"Hochstdter Landstr. 29-37 ";"2017 ";"63454 ";"Hanau ";"06181/985-0 ";" ";"06181/985-169 ";" " +lieferant ;00017732;"JOOP FASHION GMBH ";" ";"STOCKUMER KIRCHSTR. 7 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00017764;"Mart Burg Heri Group GmbH ";"Nicowa Division ";"HANS-PINSEL STR. 4 ";" ";"85540 ";"HAAR BEI MUENCHEN ";" ";" ";" ";" " +lieferant ;00017768;"LEE EUROPE N.V. ";" ";"Otto-Hahn-Str. 36 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00017777;"TANDEM ";" ";"KARL-BERGER-STR. 5 ";" ";"77815 ";"BUEHL ";" ";" ";" ";" " +lieferant ;00017815;"IDEAL BLUE ";" ";"Via Muraglione ";" ";"61049 ";"Urbania ";" ";" ";" ";" " +lieferant ;00017851;"BAD BOYS ";" ";"REESER STR. 116 ";" ";"46446 ";"EMMERICH ";" ";" ";" ";" " +lieferant ;00017867;"THIERRY MUGLER ";" ";"130,RUE DU FAUBOURG ";" ";"75008 ";"PARIS ";" ";" ";" ";" " +lieferant ;00017868;"NO COMMENT GMBH ";" ";" ";"355 ";"6362 ";"STANSTAD ";" ";" ";" ";" " +lieferant ;00017881;"MSE SPORT AKTUELL GMBH ";" ";"FRIELINGSDORFWEG 3 ";"164546 ";"45239 ";"ESSEN ";" ";" ";" ";" " +lieferant ;00017906;"CORSI S.P.A. ";" ";"VIA VANGHETTI 25 ";" ";"50053 ";"EMPOLI-FI. ";" ";" ";" ";" " +lieferant ;00017918;"PETRA SEVERIN ";" ";"FORTUNASTR. 10 ";" ";"42489 ";"WUELFRATH ";" ";" ";" ";" " +lieferant ;00017927;"Werner Jakobi Design und Consulting ";" ";"Friedensstr. 14 ";" ";"63071 ";"Offenbach am Main ";"06103/86486 ";" ";" ";" " +lieferant ;00017929;"Jacob Rohner AG ";" ";"J. Schmidheinystr. 23 ";" ";"9436 ";"Balgach ";"+41-71/7278686 ";" ";"+41-71/7225671 ";" " +lieferant ;00017936;"Dimano GmbH ";" ";"Karlsbader Str. 12 ";" ";"90579 ";"Langenzenn ";"09101/600-0 ";" ";"09101/600-100 ";" " +lieferant ;00017943;"C.I.SCHMIDT GMBH&CO.KG ";" ";" ";" ";"25813 ";"HUSUM ";" ";" ";" ";" " +lieferant ;00017947;"THALER sports ";" ";"Bremmenstrae 20 ";" ";"58285 ";"Gevelsberg ";"02332/7580-0 ";" ";"02332/7580-40 ";" " +lieferant ;00017954;"REPLAY FASHION AGENCY ";" ";"ZEPPELINSTR. 51 ";" ";"81669 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00017965;"DEYK ";" ";"Wittekindstr. 16-18 ";" ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00017972;"Motivum GmbH ";" ";"Gutenbergstr. 20 ";" ";"30823 ";"Garbsen ";" ";" ";" ";" " +lieferant ;00017978;"Como Knitwear by "Baffo" ";" ";"Feldstrasse 9 ";" ";"65719 ";"Hofheim/Ts. ";"06192971760 ";" ";"06192971775 ";" " +lieferant ;00017996;"Artigiano, Asoni Group ";" ";"Geigenmuehlestr. 5 ";" ";"8173 ";"Neerach ";"04118580105 ";" ";"04118581991 ";" " +lieferant ;00018000;"BATEX GMBH ";" ";"GEWERBEPARK ";" ";"53578 ";"WINDHAGEN ";" ";" ";" ";" " +lieferant ;00018005;"Sport Generation 2001 ";"Import- und Vertriebs GmbH ";"Heinrich-Held-Str. 12 ";" ";"65520 ";"Bad Camberg ";"06434/3442 ";" ";"06434/1053 ";" " +lieferant ;00018014;"Masita GmbH ";" ";"An Frthenrode 50 ";" ";"52511 ";"Geilenkirchen ";"0800/0815541 ";" ";"0800/1860109 ";" " +lieferant ;00018015;"Masita Sportswear B.V. ";" ";"Postbus 87 ";"Postbus 87 ";"6100 AB ";"Echt ";" ";" ";" ";" " +lieferant ;00018059;"Deumer ";" ";"Gartenstr. 5-9 ";" ";"59511 ";"Ldenscheid ";"02351-184-0 ";" ";"02351-16424 ";" " +lieferant ;00018076;"Power Trends, Hans Gerd Haase ";" ";"Lenzenstck 9 ";" ";"56317 ";"Urbach, berdorf ";" ";" ";" ";" " +lieferant ;00018085;"BARUCH ";" ";"UNDERNRMINGSWEG 11-17 ";" ";"3641 ";"RZ NIJDRECHT ";" ";" ";" ";" " +lieferant ;00018118;"E. TIMM GMBH ";" ";" ";"32 ";"31613 ";"WIETZEN ";" ";" ";" ";" " +lieferant ;00018135;"MODEZENTRUM HAMBURG ";" ";"MODERING 3 HAUS B/9 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00018152;"Design Factory Walter Moser GmbH & Co.KG";" ";"Grlitzer Str. 14 ";"1127 ";"83395 ";"Freilassing ";"08654/6200-5 ";" ";"08654/66299 ";" " +lieferant ;00018154;"Knock-Out ";" ";"Ostring ";" ";"97228 ";"Rottendorf ";"09302/3090 ";" ";"093023096449 ";" " +lieferant ;00018159;" ";" ";"KURZE STR. 1 ";"1228 ";"38690 ";"VIENENBURG ";" ";" ";" ";" " +lieferant ;00018167;"Geli's Collection GmbH ";" ";"Hilgestrasse 14 ";" ";"55294 ";"Bodenheim (bei Mainz) ";"06135/933-2880 ";" ";"06135/933-2885 ";" " +lieferant ;00018197;"Jac Strickmoden GmbH ";" ";"Ziegelweg 1 / 1 ";" ";"72764 ";"Reutlingen ";"07121961915 ";" ";"07121961940 ";" " +lieferant ;00018230;"HEYMANS GmbH & Co KG ";"Sport & Therapie ";"Dnzelbach57 ";" ";"82272 ";"Dnzelbach ";" ";" ";" ";" " +lieferant ;00018231;"AK SPORT GMBH & CO. ";" ";"MELBERSTR. ";"1148 ";"63762 ";"GROSSOSTHEIM ";" ";" ";" ";" " +lieferant ;00018266;"Banca Commerciale Italiana ";"Filiale Frankfurt ";"Westendstrae 58-62 ";"60075 ";"60325 ";"Frankfurt ";"069/975680 ";" ";"069/745204 ";" " +lieferant ;00018275;"Marks Pelle Vaevare AB ";" ";". ";" ";"51104 ";"Kinnshult ";" ";" ";" ";" " +lieferant ;00018281;"GAERTNER MODEAGENTUR ";" ";"MAHDENTALSTR. ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00018283;"DRUM & DRAN ";" ";"FRANKFURTER STR. 70-72 ";" ";"65760 ";"ESCHBORN ";" ";" ";" ";" " +lieferant ;00018297;"Oliviero GmbH ";"Modeagentur ";"Kaiserswerther Strae 207 ";" ";"40474 ";"Dsseldorf ";"0211/45469-0 ";" ";"0211/45469-44 ";" " +lieferant ;00018303;"OVERLOOK TEXTIL GMBH ";" ";"SELIGENSTAEDTER GRUND19 ";" ";"63150 ";"HEUSENSTAMM ";" ";" ";" ";" " +lieferant ;00018308;"Manfred Sprgel GmbH ";" ";"Daimlerstr. 2 ";"1240 ";"91161 ";"Hilpoltstein ";" ";" ";" ";" " +lieferant ;00018309;"Reinhold Fleckenstein Jeanswear GmbH ";" ";"Maybachstr 2 ";" ";"72202 ";"Nagold ";"07452/8474-0 ";" ";"07452/66002 ";" " +lieferant ;00018324;"Dancin Vertriebsgesellschaft mbH ";" ";"Schnieringshof 12 ";" ";"45329 ";"Essen ";"0201/83448-0 ";" ";"0201/83448-34 ";" " +lieferant ;00018340;"H. Goldstrass ";"Manschettenknpfe ";"Oberdorf 16 ";" ";"83224 ";"Grassau ";" ";" ";" ";" " +lieferant ;00018349;"Solida Berufskleidung ";" ";"Marie-Curie-Str. 2 ";" ";"40721 ";"Helden ";" ";" ";" ";" " +lieferant ;00018354;"Schneider Textil GmbH & Co KG (Date) ";" ";"Ruhrau 66 ";"185505 ";"45279 ";"Essen ";" ";" ";" ";" " +lieferant ;00018371;"Top King GmbH ";" ";"Mahdentalstr. 108 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00018382;"Roberto Sarto GmbH ";" ";"Euromoda, Carl-Schulz-Str.7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00018403;"Streich Mode GmbH ";"ehem (Streich Bekleidungswerk GmbH & Co.";"Jurastrae 3 ";" ";"72336 ";"Balingen ";"07433/9009-0 ";" ";"07433/9009-166 ";" " +lieferant ;00018414;"zz~DAS B HERMSMEYER ";" ";"INDUSTRIESTR. 7 ";" ";"49536 ";"LIENEN ";" ";" ";" ";" " +lieferant ;00018430;"W'ESPA ";" ";"SCHWERTSTR. 48 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00018431;"Reutlinger Steppdecken ";" ";". ";" ";"88515 ";"Langenenslingen ";" ";" ";" ";" " +lieferant ;00018437;"GARUPA TEXTILVERTR.GMBH ";" ";"Egerlaender Str. 22 ";"10 05 62 ";"95448 ";"Bayreuth ";"09218711040 ";" ";"09218711049 ";" " +lieferant ;00018451;"Ulrich Kuhn ";" ";"Christine-Englerth-Str. 20 ";" ";"45665 ";"Recklinghausen ";"02368/89004-0 ";" ";"02368/89004-1 ";" " +lieferant ;00018457;"Gatex ";"Garn-u.Textilhandelges. ";"Karlsbader Str. 12 ";" ";"90579 ";"Langenzenn ";" ";" ";" ";" " +lieferant ;00018491;"Bruno Banani Underwear GmbH ";" ";"Mauersberger Str. 5 ";" ";"09117 ";"Chemnitz ";"0371/84234-0 ";" ";"0371/852569 ";" " +lieferant ;00018493;"Deutsche Herrenwsche-Fabriken ";" ";"Herforder Str.182-194 ";"100309 ";"33609 ";"Bielefeld ";"0521/3060 ";" ";" ";" " +lieferant ;00018522;"Goldeck Textil GmbH ";"A. Mayer Steppwaren ";"Seebacherstrae 11-13 ";" ";"9871 ";"Seeboden ";"+43-4762/5101-0 ";" ";"+43-4762/5101-18 ";" " +lieferant ;00018533;"GABI LAUTON ";" ";"MAHDENTALSTR. 112 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00018568;"Eva B. Bitzer GmbH ";" ";"Ebingerstrae 32 ";"1252 ";"72474 ";"Winterlingen ";"07434/27080 ";" ";"07434/27074 ";" " +lieferant ;00018574;"Schfer KG ";" ";"GEORG-OHM-STR. 11 ";" ";"65232 ";"Taunusstein ";"06128/73037 ";" ";"06128/71759 ";" " +lieferant ;00018589;"Heiner Doepke GmbH ";" ";"Hauptstr. 21 ";" ";"449419 ";"Wagenfeld ";" ";" ";" ";" " +lieferant ;00018601;"Heidemann GmbH ";" ";"Franzstr. 115 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00018645;"Hartmut Kremser ";" ";"Hamwiede 40 ";" ";"29664 ";"Walsrode ";" ";" ";" ";" " +lieferant ;00018661;"Mottom Textil GmbH ";" ";"Danziger Str. 6 ";" ";"41460 ";"Neuss ";"02131/277069 ";" ";"02131/276649 ";" " +lieferant ;00018676;"PORTOFINO ";" ";"GUENZBURGER STR. 71 ";"30 ";"89423 ";"GUNDELFINGEN/DONAU ";" ";" ";" ";" " +lieferant ;00018683;"FASHY ";" ";"WILHELMSTR. 8 ";" ";"59439 ";"HOLZWICKEDE ";" ";" ";" ";" " +lieferant ;00018694;"SEATRAK ";" ";"MUENDELHEIMER WEG 32 ";" ";"40472 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00018720;"SLAM TEXTILHAUS GMBH ";" ";"GOEBENSTR. 33 ";" ";"48151 ";"MUENSTER ";" ";" ";" ";" " +lieferant ;00018722;"Emdee Die Bluse ";" ";"Auchterstr. 4 ";" ";"72770 ";"Reutlingen/Betzingen ";" ";" ";" ";" " +lieferant ;00018747;"apriori Textilvertriebs GmbH ";" ";"Harkortstr. 24 ";"7404 ";"48163 ";"Mnster ";"0251/7135-0 ";" ";"0251/7135-837 ";" " +lieferant ;00018748;"PAMPELINA ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00018757;"ABA GMBH & CO. ";" ";"BRESLAUERSTR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00018764;"MARIO ROSELLA ";" ";"Arastr. 2 ";" ";"85579 ";"Neubiberg ";" ";" ";" ";" " +lieferant ;00018784;"EASTPAK ";" ";"Vogelsangerstr. 195 a ";" ";"50825 ";"Kln ";"0800/0826652 ";" ";"0800/77817781 ";" " +lieferant ;00018814;"Alfred Sternjakob GmbH & Co. KG ";" ";"Frankenstrae 47-55 ";" ";"67227 ";"Frankenthal ";"06233/49010 ";" ";"06233/490166 ";" " +lieferant ;00018820;"KUPFEROTH-DRUCKE ";" ";"FELDKIRCHNER STR. 12 A ";"1304 ";"85551 ";"KIRCHHEIM ";" ";" ";" ";" " +lieferant ;00018821;"MEGA MODEN GMBH ";" ";"ARTLANDSTR. 73 ";" ";"49610 ";"QUAKENBRUECK ";" ";" ";" ";" " +lieferant ;00018830;"Wellington Clothing GmbH ";" ";"Wertherstrae 421 ";" ";"33619 ";"Bielefeld ";"0521/30411-0 ";" ";"0521/30411-29 ";" " +lieferant ;00018845;"WOFRA Jeans & Sportswear GmbH ";" ";"Sckellstr. 24 ";" ";"44141 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00018873;"DUMONT-VERTRIEB ";" ";"Buchenweg 73 ";"101045 ";"50735 ";"KOELN ";" ";" ";" ";" " +lieferant ;00018902;"Every Wear GmbH ";" ";"Berliner Str. 91 ";" ";"40880 ";"Ratingen ";"02102-474089 ";" ";" ";" " +lieferant ;00018906;"Aitec Sport GmbH ";" ";"BGM.Siedlstr. 7 ";" ";"82515 ";"Wolfratshausen ";" ";" ";" ";" " +lieferant ;00018909;"mano-Lederwaren ";"Inh. Ren Husser e.K. ";"Heinrich-Krumm-Strae 20 ";" ";"63073 ";"Offenbach ";"069/989-4500 ";" ";"069/989-45055 ";" " +lieferant ;00018938;"bugatti GmbH ";" ";"Hansastrae 55 ";"1343 ";"32049 ";"Herford ";"05221/884-0 ";" ";"05221/884-390 ";" " +lieferant ;00018948;"Fashion Box Deutschland GmbH ";" ";"Haus A, 4. Etage, Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";"0211/658527-40 ";" ";"0211/658527-48 ";" " +lieferant ;00018962;"Ahlers Goldress ";" ";"Bielefelder Str. 236 ";" ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00018979;"Grofa GmbH ";" ";"Otto-Hahn-Strae 17 ";" ";"65520 ";"Bad Camberg ";" ";" ";" ";" " +lieferant ;00019001;"Leineweber GmbH & Co. KG ";" ";"Wittekindstrae 16-18 ";"1352 ";"32051 ";"Herford ";"05221/5920 ";" ";"05221/592119 ";" " +lieferant ;00019008;"SISI Golden Lady/Goldfalter ";" ";"Landwehr 11 ";" ";"59964 ";"Medebach ";"02982/4080 ";" ";"02982/40840 ";" " +lieferant ;00019010;"JOHN F. CHIBA ";" ";"GOERLITZER STR. 17 ";" ";"83395 ";"FREILASSING ";" ";" ";" ";" " +lieferant ;00019027;"Rosner Avantgarde Mode GmbH ";" ";"Konrad-Ott-Strae 1 ";"10 08 53 ";"91301 ";"Forchheim ";" ";" ";" ";" " +lieferant ;00019037;"FASHION CONCEPT ";" ";"POTTHOFFSTR. 15-17 ";" ";"58095 ";"HAGEN ";" ";" ";" ";" " +lieferant ;00019046;"WERNER HUNDT GMBH ";" ";"DUERERWEG 4 ";" ";"87600 ";"Kaufbeuren ";"08341/69497 ";" ";"08341/65771 ";" " +lieferant ;00019047;"Wolfgang Wehlke GmbH ";" ";"Englschalkinger Strae 203 ";" ";"81927 ";"Mnchen ";"089/9305921 ";" ";" ";" " +lieferant ;00019099;"Molekle Textil & Design ";"H. Winkler ";"Faltsteinerstrasse 7 ";" ";"78189 ";"Bad Krotzingen ";"+49 7633 2331 ";" ";" ";" " +lieferant ;00019105;"Toff ToGs ";" ";"Schlattstr. 61 ";"60 ";"75443 ";"tisheim ";" ";" ";" ";" " +lieferant ;00019108;"Calzaturificio Fratelli Soldini SpA ";" ";"Via Vittorio Veneto, 32 ";" ";"52010 ";"Capolona (AR) ";"+39-0575/42811 ";" ";"+39-0575/420254 ";" " +lieferant ;00019110;"AMIRO CLOTHING ";" ";"NIEDERRHEINSTR. 16 A ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00019128;"F D - FASHION ";" ";"FRUEHLINGSTR. 17 ";" ";"63897 ";"MILTENBERG ";" ";" ";" ";" " +lieferant ;00019134;"Stones Men's Fashion GmbH ";" ";"Friedrich der Groe 60 ";"10 12 80 ";"44628 ";"Herne ";"02323/1403-0 ";" ";"02323/54247 ";" " +lieferant ;00019150;"Klnemann Krawattenfabrik GmbH ";" ";"Robert-Bosch-Str. 2 ";" ";"49632 ";"Essen ";"05434/7030 ";" ";"05434/3776 ";" " +lieferant ;00019183;"Saint Trop ";" ";"Preusweg 115 ";" ";"52074 ";"Aachen ";" ";" ";" ";" " +lieferant ;00019187;"Zwettler Modevertriebs GmbH ";" ";"Taunusstr. 45, MTC HS.102 ";" ";"80807 ";"Mnchen ";"089/356380-0 ";" ";" ";" " +lieferant ;00019207;"CERRUTI 1881 ";" ";"OBERGATH 60 ";" ";"47805 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00019228;"Kubach Moden KG ";" ";"Hochheimer Str. 51 ";"109 ";"55252 ";"Mainz-Kastel ";" ";" ";" ";" " +lieferant ;00019229;"FRANK INNOVATION GMBH ";" ";"LAUBACH 44 ";"10 06 47 ";"40822 ";"Mettmann ";"02104/91840 ";" ";"02104/918439 ";" " +lieferant ;00019237;"BOLLE, REICHEL ";" ";"ROTTMAYSSTR. 15 ";" ";"83410 ";"LAUFEN ";" ";" ";" ";" " +lieferant ;00019241;"Freddy Sportswear ";" ";"Albert-Glck-Str. 3 ";" ";"7989 ";"Amtzell-Schattbuch ";"07520-6624 ";" ";" ";" " +lieferant ;00019281;"HUIT ";" ";"41,RUE DU BIGNON ";"841 ";"35010 ";"RENNES ";" ";" ";" ";" " +lieferant ;00019286;"MELANIE M GMBH ";" ";"SPERLINGSWEG 53 ";" ";"22453 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00019309;"Borella Lederwaren GmbH ";" ";"Mainweg 5 ";" ";"63533 ";"Mainhausen ";"06182-26900 ";" ";"06182-26900 ";" " +lieferant ;00019340;"Jet Papier GmbH (ti-flair) ";" ";"Gewerbegebiet Schoenow, Ringstrae 29 ";" ";"16321 ";"Bernau bei Berlin ";"03338/3959-0 ";" ";"03338/3959-59 ";" " +lieferant ;00019343;"hot-sportswear Dieter Bisinger GmbH ";" ";"Blumenstr. 27 ";" ";"72401 ";"Haigerloch ";"07474/8576 ";" ";"07474/1716 ";" " +lieferant ;00019363;"Peter Niedner Rauchwaren-Kommission ";" ";"Niddastr. 56 ";" ";"60329 ";"Frankfurt ";"069/233093 ";" ";"069/231210 ";" " +lieferant ;00019371;"Cotton House Moden GmbH ";" ";"Carl-Still-Strasse 2a ";" ";"45659 ";"Recklinghausen ";" ";" ";" ";" " +lieferant ;00019394;"DG Diskont Bank AG ";" ";"Postfach ";" ";"97358 ";"Schwarzach ";" ";" ";" ";" " +lieferant ;00019417;"Schirmer Import ";" ";"Frohnhofweg 3 ";" ";"50858 ";"Kln ";" ";" ";" ";" " +lieferant ;00019422;"Lammetal ";"Sportartikelversand ";"Ahnepauke 5 ";" ";"31162 ";"Bad Salzdetfurth ";"05063-2005 ";" ";" ";" " +lieferant ;00019462;"CHRISTIAN DIOR ";" ";". ";"1560 ";"4780 ";"LIPPSTADT ";" ";" ";" ";" " +lieferant ;00019496;"H-TEX ";" ";"Blumenstr. 4-6 ";" ";"56626 ";"Andernach-Miesenheim ";" ";" ";" ";" " +lieferant ;00019508;"Madison Sportswear ";" ";"Altenbochumer Str. 1 ";" ";"44805 ";"Bochum ";"0234/338590 ";" ";"0234/3385911 ";" " +lieferant ;00019519;"Bianca Accessoires ";" ";"Carl-Zeiss-Str. 33 ";" ";"72555 ";"Metzingen ";"07123/96770 ";" ";"07123/967739 ";" " +lieferant ;00019529;"ZENTRASPORT ";" ";"TMC ";" ";"8065 ";"ZUERICH ";" ";" ";" ";" " +lieferant ;00019537;"HAGMANN ";" ";"INDUSTRIESTR. 9 ";" ";"4657 ";"DULLIKEN ";" ";" ";" ";" " +lieferant ;00019541;"Attias Textiles SA ";" ";"Z.INDUSTRIELLE LA PALE ";" ";"1026 ";"DENGES LAUSANNE ";" ";" ";" ";" " +lieferant ;00019543;"Finn Karelia ";" ";"P.O. Box 38 ";" ";"16301 ";"Orimattila ";" ";" ";" ";" " +lieferant ;00019551;"Blue Cut Jeans GmbH ";" ";"Breitenfelder Str. 8 ";" ";"79761 ";"Waldshut-Tiengen ";"07741/6829-0 ";" ";"07741/682919 ";" " +lieferant ;00019562;"Lffler GmbH ";" ";"Sdtirolerstrae 41 ";" ";"4910 ";"Ried im Innkreis ";"+43 77 52 / 84 421 - 0 ";" ";"+43 77 52 / 84 421 - 9193 ";" " +lieferant ;00019577;"Van Hal Textilimport und Grohandel GmbH";" ";"Emil-Hoffmann-Str. 55-59 ";" ";"50996 ";"Kln ";" ";" ";" ";" " +lieferant ;00019589;"DANIELA ";"Modevertrieb GmbH ";"BERGSTR. 19 ";" ";"74232 ";"ABSTATT ";"07062-973300 ";" ";"07062-973309 ";" " +lieferant ;00019590;"H. Scherer Modelle ";" ";"Bessenbacher Weg 4 ";" ";"63739 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00019598;"Santo Stefano ";" ";". ";" ";"64029 ";"Silvi Marina ";" ";" ";" ";" " +lieferant ;00019599;"SELDOM ";" ";" ";"60 ";"56593 ";"HORHAUSEN ";" ";" ";" ";" " +lieferant ;00019612;"Dncher Fashion GmbH ";" ";"Dieselstrasse 31 ";"160266 ";"63071 ";"Offenbach ";" ";" ";"+49 69 856963 ";" " +lieferant ;00019632;"ASICS Deutschland GmbH ";" ";"Hansemannstr. 67 ";" ";"41468 ";"Neuss ";"02131/3802-0 ";" ";"02131/3802-179 ";" " +lieferant ;00019693;"GIN MAR ";" ";"VIA C. MARX 162 ";" ";"41012 ";"CARPI ";" ";" ";" ";" " +lieferant ;00019704;"Rosanna Mode GmbH ";" ";"Vogelsbergstr. 23 ";" ";"63546 ";"Hammersbach ";"06195-2062 ";" ";" ";" " +lieferant ;00019733;"Condor-Grtel GmbH ";" ";"Daffingerstrae 10 ";" ";"4600 ";"Wels ";"+43-724261334-0 ";" ";"+43-724261334-44 ";" " +lieferant ;00019746;"Trendline GmbH ";"Classic By Trendline ";"Werkstrae 35 ";" ";"68519 ";"Viernheim ";"0961-63489-0 ";" ";"0961-63489-20 ";" " +lieferant ;00019792;"Del Gado TPI GmbH ";" ";"Delsterner Str. 5 ";" ";"58091 ";"Hagen ";" ";" ";" ";" " +lieferant ;00019803;"Sanders.eu GmbH (ehem. Gebr. Sanders) ";" ";"Maschstrae 2 ";"1363 ";"49565 ";"Bramsche ";"+49 5461 8040 ";" ";"+49 5461 804180 ";" " +lieferant ;00019805;"Brandt & Kuhn ";" ";"Flintsbacher Str. 6 ";" ";"80686 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00019807;"Sportproduktion Diekkamp GmbH ";" ";"Gebirgsjgerstr. 48 ";" ";"83483 ";"Bischofswiesen/Strub (Berchtesgarden) ";"089/9975521-0 ";" ";"089/9975521-1 ";" " +lieferant ;00020005;"John Smedley Ltd ";" ";"Lea Mills, Lea Bridge, Matlock ";" ";"DE4 5AG ";"Derbyshire ";"+44-1629/534-571 ";" ";"+44-1629/534-691 ";" " +lieferant ;00020010;"Texkon GmbH ";" ";"Wiesenweg 17-19 ";" ";"53474 ";"Bad Neuenahr-Ahrweiler ";"02641/21510 ";" ";"02641/79897 ";" " +lieferant ;00020011;"Braun Service Center ";" ";"Jgerstr. 64-66 ";"180280 ";"47166 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00020015;"XX BY MEXX ";" ";"Mhlenstrae 57 ";" ";"41352 ";"Korschenbroich ";"02161/6140 ";" ";"02161/614172 ";" " +lieferant ;00020016;"Streit's Mode Serv.GmbH&Co KG ";" ";"Hinterm Sielhof 22 ";" ";"28277 ";"Bremen ";" ";" ";" ";" " +lieferant ;00020020;"KARL HERMANN ";" ";"BACHZELE 12 ";" ";"3851 ";"KAUTZEN ";" ";" ";" ";" " +lieferant ;00020024;"Grotto S.P.A. ";" ";"Via Ponte dei Granatieri 4 ";" ";"36010 ";"Chiuppano ";"0445869600 ";" ";"0445869699 ";" " +lieferant ;00020032;"Anna Rossi ";" ";"Warmbaderstr. 34 ";" ";"9585 ";"Gdersdorf ";" ";" ";" ";" " +lieferant ;00020037;"Wagner KG ";" ";"Ludwigstr. 25 ";" ";"85049 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00020039;"VOLKSBANK MAINGAU E.G ";" ";" ";" ";" ";"MAINGAU ";" ";" ";" ";" " +lieferant ;00020041;"Marc Cain Agency ";"Manuela Volkert ";"Mahdentalstr. 100 ";" ";"71065 ";"SINDELFINGEN ";"07031/792410 ";" ";"07031/792411 ";" " +lieferant ;00020042;"VORWERK +CO ";" ";" ";"100843 ";"3250 ";"HAMELN ";" ";" ";" ";" " +lieferant ;00020043;"Elfriede Lienke ";" ";"Weserstr. 14 ";" ";"33332 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00020046;"SPW Sportswear Company SPA ";" ";"Via Confine 2161 ";" ";"41017 ";"Ravarino ";"+39-059/810111 ";" ";"+39-059/810300 ";" " +lieferant ;00020047;"Pro Fashion ";" ";"Humboldtstr. 14 ";" ";"32105 ";"Bad Salzuflen ";"05222-366808 ";" ";"05222-366810 ";" " +lieferant ;00020049;"TS SPORT ";" ";"MOZARTSTR. 9 A ";" ";"97359 ";"SCHWARZACH ";" ";" ";" ";" " +lieferant ;00020050;"SPORT ANKIRCHNER ";" ";"MUENCHNER STR. 9 ";"344 ";"83022 ";"ROSENHEIM ";" ";" ";" ";" " +lieferant ;00020068;"Paradies ";" ";"Brckenstrae 9 ";" ";"71364 ";"Winnenden ";" ";" ";" ";" " +lieferant ;00020069;"Kaufring AG ";" ";"Kieshecker Weg 100 ";"30 05 53 ";"40468 ";"Dsseldorf ";"0211-4242-0 ";" ";"0211-4242444 ";" " +lieferant ;00020076;"Dieter Loevenich ";"Hut- und Schuhfabrikation ";"Sabinastr. 10 A ";" ";"45136 ";"Essen ";" ";" ";" ";" " +lieferant ;00020077;"H & G VERTRIEBS-GESELL ";" ";"AM STEINBRUCH 10 ";" ";"32457 ";"PORTA WESTFALICA ";" ";" ";" ";" " +lieferant ;00020086;"CASA-DOR ";" ";" ";" ";"40837 ";"RATINGEN ";" ";" ";" ";" " +lieferant ;00020091;"Anton Plenk Verlag ";" ";"Koch-Sternfeld-Str. 5 ";" ";"83471 ";"Berchtesgaden ";"+49 8652 4474 ";" ";"+49 8652 66277 ";" " +lieferant ;00020093;"Ludwig Moralt GmbH & Co KG ";"Lebensmittelgrohandel ";"Hallgrafenstr. 5 ";" ";"83435 ";"Bad Reichenhall ";"+49 8651 2122 ";" ";" ";" " +lieferant ;00020103;"hobby aktiv ";"Floristik & Basteln ";"Siemensstr. 40 ";" ";"86830 ";"Schwabmnchen ";"+49 8232 96600 ";" ";"+49 8232 966099 ";" " +lieferant ;00020107;"Maass & Riege ";" ";"Billstr. 216 ";" ";"20539 ";"Hamburg ";"040/324241 + ";" ";"040/321866 ";" " +lieferant ;00020109;"Amor GmbH ";"s.Oliver Jewel GmbH ";"Jahnstrae 37 ";" ";"63179 ";"Obertshausen ";"06104/609-0 ";" ";" ";" " +lieferant ;00020112;"Gilette Gruppe Deutschland ";"GmbH & Co. oHG ";"Frankfurter Strasse 145 ";" ";"61476 ";"Kronberg/ Taunus ";"+49 6173 305000 ";" ";"+49 6173 305050 ";" " +lieferant ;00020114;"LORENA ";" ";" ";" ";"91413 ";"NEUSTADT ";" ";" ";" ";" " +lieferant ;00020115;"Horst Steinbeck ";" ";"Kiryt-Shmona-Str. 4 ";" ";"87700 ";"Memmingen ";" ";" ";" ";" " +lieferant ;00020120;"Alkor-Venilia GmbH (ALKOR Deco) ";" ";"Am Haag 8 ";"12 40 ";"82166 ";"Grfelfing ";"089/8586-0 ";" ";"089/8586-200 ";" " +lieferant ;00020123;"The Swatch Group Deutschland GmbH ";" ";"Rudolf-Diesel-Str. 7 ";" ";"65760 ";"Eschborn ";"+49 6196 88 777 0 ";" ";"+49 6196 88 777 100 ";" " +lieferant ;00020126;"JPS Trading ";" ";"Hercyhiastr. 15 ";" ";"75173 ";"Pforzheim ";" ";" ";" ";" " +lieferant ;00020130;"Yuta Pasch GmbH ";" ";"Hohe Str. 29 ";" ";"40213 ";"Dsseldorf ";"0211-131644 ";" ";"0211-323269 ";" " +lieferant ;00020136;"Hartjes Gesellschaft m.b.H. ";" ";"Pramet 67 ";" ";"4925 ";"Pramet ";"+43-7754/81810 ";" ";"+43-7754/8185 ";" " +lieferant ;00020138;"playmobil ";" ";"Brandsttter Str.2-10 ";"1260 ";"90513 ";"Zirndorf ";"0911/96660 ";" ";"0911/9666204 ";" " +lieferant ;00020139;"Hoffmann Interaktiv GmbH & Co.KG ";" ";"Nauener Str. 3a ";" ";"14641 ";"Wustermark ";" ";" ";" ";" " +lieferant ;00020140;"Mabel ";"Karin Belgradt ";"Riederstr. 30 ";" ";"82211 ";"Herrsching ";"08152/2078 ";" ";"08152/2077 ";" " +lieferant ;00020141;"Uhu Vertriebs GmbH ";" ";" ";"1552 ";"77813 ";"Bruehl ";"072232840 ";" ";"07223284245 ";" " +lieferant ;00020148;"Fancy Lederwaren ";"Otto A. Winkler GmbH ";"Dieselstrasse 16 ";"1231 ";"63530 ";"Mainhausen ";" ";" ";" ";" " +lieferant ;00020160;"Osma-Werm GmbH ";" ";"Adam-Opel-Str. 12 ";" ";"60386 ";"Frankfurt/M ";"069/942161-0 ";" ";"069/942161-61 ";" " +lieferant ;00020161;"Gebr. Glatz GmbH & Co KG ";"Buch und Presse Vertrieb ";"Kaiser-Ludwigstr. 1 ";" ";"84453 ";"Mhldorf ";" ";" ";"+49 8631 12619 ";" " +lieferant ;00020162;"Manfred Poloschek ";" ";"Reginbaldstr. 9 ";" ";"81247 ";"Mnchen ";"0898009097 ";" ";"0898009790 ";" " +lieferant ;00020164;"FALK + ROSS ";" ";"Siegelbacher Strae 8 ";" ";"67859 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00020173;"H. Fink KG ";" ";"Bokelfenner Str. 17 ";"1207 ";"33758 ";"Schlo Holte-Stukenbrock ";"05207/9157-0 ";" ";" ";" " +lieferant ;00020176;"Peyer-Syntex GmbH & Co.KG ";" ";"Philipp-Reis-Str. 16 ";" ";"63128 ";"Dietzenbach ";"+49 6074 483 44 0 ";" ";"+49 6074 483 44 99 ";" " +lieferant ;00020177;"Stewo International AG ";" ";"Entlebucherstrasse 38 ";" ";"6110 ";"Wolhusen ";" ";" ";" ";" " +lieferant ;00020183;"Kleiber + Co. ";" ";"Wiggels 4 ";" ";"88167 ";"Rthenbach ";" ";" ";" ";" " +lieferant ;00020186;"Jrg Hammer GmbH ";" ";"Stuttgarter Strae 23 ";" ";"75179 ";"Pforzheim ";"07231/937-50 ";" ";"07231/937-690 ";" " +lieferant ;00020191;"Textilagentur ";" ";"Hofmark 43 b ";" ";"84564 ";"Oberbergkirchen ";"08637-608903 ";" ";"08637-608904 ";" " +lieferant ;00020192;"Papier Schwenk ";" ";"Tergernau 15 ";" ";"83506 ";"Wasserburg a.Inn ";"08071-1002-0 ";" ";"08071-1002-37 ";" " +lieferant ;00020197;"Uhrenfabrik Junghans GmbH & Co. KG ";" ";"Geihaldenstrae 49 ";"100 ";"78713 ";"Schramberg ";"07422/18-0 ";" ";"07422/18-665 ";" " +lieferant ;00020198;"Petra Stcken ";" ";"Abberg 183 ";" ";"83646 ";"Wackersberg ";"+49 8041 2409 ";" ";"+49 8041 2563 ";" " +lieferant ;00020200;"SYBILLA LEDERWAREN ";" ";"ETLASVINDER STR. 8 ";" ";"91077 ";"KLEINSENDELBACH ";" ";" ";" ";" " +lieferant ;00020203;"FILOFAX ";" ";"AM KRONENBERGER HANG 3 ";" ";"65824 ";"SCHWALBACH/TS ";" ";" ";" ";" " +lieferant ;00020204;"Flora Perpetua ";"Produktions u. Vertriebs GmbH ";"Dorfplatz 2 ";" ";"22967 ";"Tremsbttel ";"+49 4532 27100 ";" ";" ";" " +lieferant ;00020207;"GIORGIO REDAELLI ";" ";"FRANKENSTR. 25 ";" ";"63791 ";"KARLSTEIN ";" ";" ";" ";" " +lieferant ;00020210;"MC Uhren GmbH ";" ";"Stuttgarter Str. 23 ";" ";"75179 ";"Pforzheim ";"07231/937800 ";" ";"07231/937880 ";" " +lieferant ;00020212;"KINNASAND ";" ";" ";"1368 ";"26655 ";"WESTERSTEDE ";" ";" ";" ";" " +lieferant ;00020213;"Chr. Bollweg e.K. ";" ";"Markenstr. 130 ";" ";"33397 ";"Rietberg ";"05244/406-0 ";" ";"05244/406-20 ";" " +lieferant ;00020214;"Hoffmann Spielwaren GmbH & Co.KG ";" ";"Hansastr. 5 ";" ";"49504 ";"Lotte ";"0541-12100 ";" ";"0541-127371 ";" " +lieferant ;00020216;"Funbag Lederhandel GmbH ";" ";"Lohe 56 ";"1132 ";"22941 ";"Bargteheide ";"040/6048001 ";" ";"040/6048089 ";" " +lieferant ;00020219;"OTTO KUHN ";" ";"ADALBERTSTR.9 ";" ";"10999 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00020224;"Alois Dallmayr Kaffe oHG ";"Kaffeersterei Verwaltung ";"Dienerstr. 14 ";" ";"80331 ";"Mnchen ";"+49 89 21350 ";" ";"+49 89 2135167 ";" " +lieferant ;00020225;"Coca-Cola Erfrischungsgetrnke AG ";" ";"Tegernseer Landstr. 161 ";" ";"81539 ";"Mnchen ";"089/6208130 ";" ";" ";" " +lieferant ;00020226;"Wandinger Weinhaus ";" ";"Ahornstr. 11 ";" ";"83451 ";"Piding ";"+49 8651 64087 ";" ";" ";" " +lieferant ;00020227;"Roland Mader ";"Metzgerei ";"Poststr. 28 ";" ";"83435 ";"Bad Reichenhall ";"+49 8651 2697 ";" ";" ";" " +lieferant ;00020228;"L'Oreal Deutschland GmbH ";" ";"Johannstrae 1 ";"3020 ";"40476 ";"Dsseldorf ";"0800 5894879 ";" ";"0800 5894880 ";" " +lieferant ;00020232;"PEDALE ";" ";"EDELMOOS 62 ";" ";"6294 ";"ERMENSEE/LU ";" ";" ";" ";" " +lieferant ;00020237;"Carl Niessen ";" ";"Lentzestrasse 26 ";" ";"42277 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00020239;"PULSAR ";" ";" ";"102008 ";"63266 ";"DREIEICH ";" ";" ";" ";" " +lieferant ;00020241;"bsb-obpacher gmbh ";" ";"Osterfeldstrae 4 ";"1129 ";"33803 ";"Steinhagen ";"05204/1007-0 ";" ";"05204/1007-70 ";" " +lieferant ;00020243;"Friesen-Frottier Vertriebs-GmbH ";" ";"Industriestr. 2 ";" ";"26639 ";"Wiesmoor ";"04944/2064 ";" ";"04944/3638 ";" " +lieferant ;00020247;"EXEL GmbH ";" ";"Hofmhlstr. 34 ";" ";"83071 ";"Stephanskirchen ";"08031/27450 ";" ";"08031/2745318 ";" " +lieferant ;00020248;"Rssler Papier GmbH & Co. KG ";" ";"Valenciener Strae 56 ";" ";"52355 ";"Dren ";"02421/6901-0 ";" ";"02421/6901-500 ";" " +lieferant ;00020259;"BARTHELS-FELDHOFF ";" ";"BRAENSTROEMSTR.9-11 ";" ";"42289 ";"WUPPERTAL 2 ";" ";" ";" ";" " +lieferant ;00020261;"Paperproducts Design GmbH ";" ";"Am Hambruch 4 ";" ";"53340 ";"Meckenheim ";" ";" ";" ";" " +lieferant ;00020262;"Rosenthal & Jahn ";" ";"Cecilienallee 68 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00020267;"JOOP ";" ";"AM ELLERBROCKSHOF 6 ";" ";"33617 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00020268;"ART OF GREEN ";" ";"GOERLITZER STR. 14 ";" ";"83395 ";"FREILASSING ";" ";" ";" ";" " +lieferant ;00020273;"HERBEY ";" ";"BERGSTR. 19 ";" ";"74232 ";"ABSTATT ";" ";" ";" ";" " +lieferant ;00020275;"Schmuck-Art Peter Hegewisch GmbH ";" ";"Ludwig-Erhard-Str. 10 ";" ";"85375 ";"Neufahrn ";"08165/9995-0 ";" ";" ";" " +lieferant ;00020276;"Continenta Importgesellschaft mbH ";" ";"Tullastr. 80 ";"1410 ";"79108 ";"Freiburg i.Br. ";"0761/5158-500 ";" ";"0761/5158-322 ";" " +lieferant ;00020277;"CAPUCCINO ";" ";"NEUE STR. 12 ";" ";"72393 ";"BURLADINGEN ";" ";" ";" ";" " +lieferant ;00020280;"Nya Nordiska Textiles GmbH ";" ";"An den Ratswiesen ";"1275 ";"29451 ";"Dannenberg ";"05861/809-0 ";" ";"05861/809-110 ";" " +lieferant ;00020284;"Murphy & Nye ";" ";"Via Penne 127 ";" ";"66013 ";"CHIETI SCALO ";"003987158581 ";" ";"0039871565766 ";" " +lieferant ;00020286;"Repeat SA (Private Industries) ";" ";"Route des Acacias 45B ";"Case Postale 1069 ";"1211 ";"Geneve 26 ";"+41-22/30809-30 ";" ";" ";" " +lieferant ;00020296;"KA.BOO.KI ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00020297;"MARA FOULARDS 2 ";" ";"VIA DEI SETAIDI BLOCCAL ";" ";"40050 ";"FUNO DI ARGELATO ";" ";" ";" ";" " +lieferant ;00020298;"zz~CAMBIO ";" ";"KAISERSWERTHER STR. 117 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00020299;"WMF AG ";"Wrttembergische Metallwarenfabrik ";"Eberhardstrae ";" ";"73312 ";"Geislingen/Steige ";"07331/251 ";" ";"07331/45387 ";" " +lieferant ;00020301;"Infogrames Deutschland GmbH ";" ";"Robert-Bosch-Strae 18 ";" ";"63303 ";"Dreieich-Sprendlingen ";" ";" ";" ";" " +lieferant ;00020303;"JADE Maybelline ";" ";"Am Storrenacker 30 ";"2021 ";"76139 ";"Karlsruhe ";"0721-9627240 ";" ";"0721-9627231 ";" " +lieferant ;00020304;"Joachim Ganzer KG (Allergopharma) ";" ";"Hermann-Krner-Str. 52 ";" ";"21465 ";"Reinbek ";"040/72765-0 ";" ";"040/7227713 ";" " +lieferant ;00020308;"B + D SPORTARTIKEL ";" ";"AM MORGENBACH 2 + 4 ";" ";"55413 ";"Trechtingshausen ";"06721983030 ";" ";"06721983060 ";" " +lieferant ;00020313;"PARI ";" ";"ANTON-KUX-STR. 2 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00020314;"Riedl Art Design GmbH ";" ";"WALLERTSHOFENER STR. 55 ";" ";"86676 ";"EHEKIRCHEN ";"08435-94050 ";" ";"08435-1618 ";" " +lieferant ;00020316;"QS TEXTILHANDEL ";" ";"s.Oliver-Strae 1 ";" ";"97228 ";"Rottendorf ";"09302/3090 ";" ";"09302/309402 ";" " +lieferant ;00020317;"Wolfgang Rntgen GmbH ";" ";"Schevenstr. 19 ";" ";"45879 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00020325;"USA MARINE PRODUCTION ";" ";"DIANAVEJ 10 ";" ";"7100 ";"VEJLE ";" ";" ";" ";" " +lieferant ;00020331;"MARLBORO CLASSIC ";" ";"WILLHOOP ";" ";"22453 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00020332;"Lego GmbH ";" ";"Legostr. ";" ";"24594 ";"Hohenwestedt ";" ";" ";" ";" " +lieferant ;00020335;"TAKE 2 ";" ";"Determeyerstr. 60 ";" ";"33334 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00020339;"MOLKEREI PIDING ";" ";"HOCKERFELDSTR. 5-8 ";" ";"83451 ";"PIDING ";" ";" ";" ";" " +lieferant ;00020342;"Modehaus Bratfisch ";" ";"Neuenweg 17 ";" ";"35390 ";"Gieen ";"0641/93285-0 ";" ";"0641/93285-50 ";" " +lieferant ;00020347;"JOOP ALTEA ";" ";"VIA MATTEO BANDELLO 8 ";" ";"20123 ";"MILANO ";" ";" ";" ";" " +lieferant ;00020351;"Carlsen Verlag GmbH ";" ";"Vlckersstrae 14-20 ";" ";"22765 ";"Hamburg ";"040/39804-0 ";" ";"040/39804-390 ";" " +lieferant ;00020354;"Wieninger M.C. Privatbrauerei ";"GmbH & Co KG ";"Poststr. 1 ";"1120 ";"83317 ";"Teisendorf ";"+49 8666 8020 ";" ";"+49 8666 802769 ";" " +lieferant ;00020358;"ZENTRA-SPORT ";" ";"LAHNSTR.8 ";" ";"35091 ";"COELBE ";" ";" ";" ";" " +lieferant ;00020360;"Contempo ";" ";"Berrenrather Str. 124 ";" ";"50354 ";"Hrth ";" ";" ";" ";" " +lieferant ;00020363;"SdFactoring GmbH ";" ";"Heilbronner Str. 86 ";"104244 ";"70037 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00020365;"Nordtex ";"Vertriebs GmbH ";"An der Stadtgrenze 19 ";" ";"31582 ";"Nienburg ";" ";" ";" ";" " +lieferant ;00020370;"Gerhard Schuster KG ";" ";"Hasensprung 4 ";" ";"83471 ";"Berchtesgaden ";"+49 171 3628976 ";" ";" ";" " +lieferant ;00020375;"Eckhardt & Fassbender ";" ";"Biefangstr. 16-22 ";"110306 ";"46149 ";"Oberhausen ";" ";" ";" ";" " +lieferant ;00020376;"DYRBERG/KERN A/S ";" ";"Emdrupvej 26 ";" ";"2100 ";"Copenhagen ";"+45-3538/3930 ";" ";"+45-3538/6930 ";" " +lieferant ;00020377;"BRAUSE GMBH ";" ";"Hansestr. 105 ";"920163 ";"51151 ";"KOELN ";"0220330430 ";" ";"02203304330 ";" " +lieferant ;00020380;"The North Face Division ";"VF Germany Textil-Handels GmbH ";"Sendlinger Str. 11 ";" ";"80331 ";"Mnchen ";"089/232397-80 ";" ";" ";" " +lieferant ;00020386;"INGE BARTH GMBH ";" ";"HOEHENSTR. 34-36 ";"12 03 ";"63829 ";"KROMBACH ";"06024-6754-0 ";" ";"06024-6754-20 ";" " +lieferant ;00020387;"glaskoch B. Koch jr. GmbH + Co. KG ";" ";"Industriestr. 23 ";"1354 ";"33014 ";"Bad Driburg ";"05253/86-0 ";" ";"05253/86-270 ";" " +lieferant ;00020389;"PASH GMBH ";" ";"LAUCHSTAEDTER STR. 1 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00020390;"ANTINEA S.R.L ";" ";"VIA BORGONUOVO 11 ";" ";"20121 ";"MILANO ";" ";" ";" ";" " +lieferant ;00020395;"Pepe Textiles GmbH ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00020396;"SIEGBURGER KREIS ";" ";"ACHTERWEHRER STR. 10 ";" ";"24113 ";"KIEL ";" ";" ";" ";" " +lieferant ;00020397;"Woolrich Europe s.r.l. ";" ";"Via dell'Arcoveggio, 59/5 ";" ";"40129 ";"Bologna ";"+39-051/4161411 ";" ";"+39-051/4161490 ";" " +lieferant ;00020399;"Primetta GmbH ";"Sunglasses-Marketing-Services ";"Otto-Hahn-Strae 55-61 ";" ";"32108 ";"Bad Salzuflen ";"05222/986020 ";" ";"05222/986080 ";" " +lieferant ;00020400;"Aqua Lung GmbH ";" ";"Josef-Schttler Str. 12 ";" ";"78224 ";"Singen ";" ";" ";" ";" " +lieferant ;00020405;"Kidiliz Group Germany GmbH ";"ehem. Groupe Zannier Deutschland GmbH ";"Europaring 60 ";" ";"40878 ";"Ratingen ";"0211 24862300 ";" ";"0211 24862301 ";" " +lieferant ;00020407;"OTTO KG ";" ";" ";"1160 ";"96332 ";"PRESSIG ";" ";" ";" ";" " +lieferant ;00020408;"SOBIMIL S.R.L ";" ";"VIA A. MANZONI 45 ";" ";"20121 ";"MILANO ";" ";" ";" ";" " +lieferant ;00020409;"Avery Dennison - Zweckform ";" ";"Miesbacher Str. 5 ";" ";"83602 ";"Oberlaindern ";"08024-6410 ";" ";"08024-5611 ";" " +lieferant ;00020411;"Michele ";" ";"Litzlunger Str. 3 ";" ";"76547 ";"Sinzheim ";" ";" ";" ";" " +lieferant ;00020412;"OPTIPRESENT ";" ";" ";"1152 ";"82018 ";"TAUFKIRCHEN/MUENCHEN ";" ";" ";" ";" " +lieferant ;00020413;"BERTELsMANN ";" ";"AN DER AUTOBAHN ";" ";"33310 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00020414;"NOENE VERTRIEBS DTL ";" ";"TARODUNUNWEG 51 ";" ";"79199 ";"KIRCHZARTEN ";" ";" ";" ";" " +lieferant ;00020415;"Foto Baumann-Schicht ";" ";"Rathausplatz 9 ";" ";"83435 ";"Bad Reichenhall ";" ";" ";" ";" " +lieferant ;00020419;"Guillemot International GmbH ";" ";"Zimmerstr.19 ";" ";"40215 ";"Dsseldorf ";"0211/33800-0 ";" ";"0211/33800-20 ";" " +lieferant ;00020420;"Newell Mersch GmbH ";" ";"Wehrberger Strae 57 ";" ";"31785 ";"Hameln ";"05151/40100 ";" ";" ";" " +lieferant ;00020423;"BARBARA BUKOWSKI ";" ";"BOX 26260 ";" ";"10040 ";"STOCKHOLM ";" ";" ";" ";" " +lieferant ;00020425;"SUPERTRENDS GMBH ";" ";"Friedhofstr. 140 ";" ";"41236 ";"Mnchengladbach ";"02166/128770 ";" ";"02166/128777 ";" " +lieferant ;00020426;"Trendline Bekleidungs- und ";"Textilhandels GmbH ";"Philipp-Karl-Strae 10 ";" ";"92637 ";"Weiden ";" ";" ";" ";" " +lieferant ;00020430;"Fantasia R. Espig KG ";" ";"Am Sauerbrunnen 18 ";"25 ";"56651 ";"Niederzissen ";"02636/9755-0 ";" ";"02636/9755-30 ";" " +lieferant ;00020432;"Zobel Moden ";" ";"Hauptstrasse 21 ";" ";"64625 ";"Bensheim ";" ";" ";" ";" " +lieferant ;00020434;"Factory Textilvertrieb ";" ";"Einsteinstr. 44 ";" ";"73230 ";"Kirchheim/Teck ";" ";" ";" ";" " +lieferant ;00020436;"GEORGES RECH ";" ";"RUE REAUMUR ";" ";"75014 ";"PARIS ";" ";" ";" ";" " +lieferant ;00020437;"KIMMICH Trikot ";" ";"Wehrsteiner Strae 18 ";" ";"72186 ";"Empfingen ";"07485/810 ";" ";"07485/816 ";" " +lieferant ;00020442;"IQ Company AG ";" ";"Hauptstr. 33 ";" ";"65396 ";"Walluf ";"06123/99490 ";" ";"06123/9949449 ";" " +lieferant ;00020443;"Sood News, Hnnekens-Cleven GbR ";" ";"Hagsche Strae 248 ";" ";"47533 ";"Kleve ";"02821/99776-0 ";" ";" ";" " +lieferant ;00020444;"BDK BUECHERDIENST ";" ";"KOELNER STR. 248 ";" ";"51149 ";"KOELN ";" ";" ";" ";" " +lieferant ;00020448;"Lyra-Bleistift-Fabrik GmbH & Co. KG ";"Johann Froescheis ";"Willsttterstrae 54-56 ";" ";"90449 ";"Nrnberg ";"0911/6805-0 ";" ";"0911/6805-200 ";" " +lieferant ;00020449;"Silva & Sistelo Deutschland GmbH ";" ";"Am Hof 52 ";" ";"50667 ";"Kln ";"0221/2584530 ";" ";" ";" " +lieferant ;00020453;"Bursiek-Wahl GmbH ";" ";"Sipsencker 1 ";"42 ";"74417 ";"Gschwend ";"07972/9330-0 ";" ";"07972/9330-99 ";" " +lieferant ;00020454;"M V D MODE-VERTRIEB.& ";" ";"ADALBERTSTR. 5 ";" ";"10999 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00020458;"PRIMENIDON FOTINI ";" ";"TRITSI STR.-N.IONIA ";" ";" ";"THESSALONIKI ";" ";" ";" ";" " +lieferant ;00020462;"zzz~Willy Duisberg GmbH & Co.KG ";" ";"Oberdrnen 115-119 ";" ";"42283 ";"Wuppertal ";"0202/558001 ";" ";"0202/2546033 ";" " +lieferant ;00020469;"JIGGY ";" ";"LUDWIGSTR. 180 E ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00020470;"***Anita ";" ";"Grafenstrae 23 ";" ";"83098 ";"Brannenburg ";" ";" ";" ";" " +lieferant ;00020472;"Fontana Pelletterie SpA ";" ";"Via Trebbia, 26 ";" ";"20135 ";"Milano (MI) ";" ";" ";" ";" " +lieferant ;00020473;"Grefkes-Rasenberger ";" ";"Kleinewefersstrasse 150 ";" ";"47803 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00020480;"Panzini GmbH ";" ";"07, 20 (Kunststr.20) ";" ";"68161 ";"Mannheim ";"0621/1702695 ";" ";"0621/1702696 ";" " +lieferant ;00020482;"HEAD Germany GmbH ";" ";"Velaskostr. 8 ";" ";"85622 ";"Feldkirchen ";"089/9099950 ";" ";"089/9039912 ";" " +lieferant ;00020483;"Mattel Interactive ";" ";"Keltenring 12 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00020484;"CMH Consulting (AT) (Superga) ";"Consulting, Management und Handel GmbH ";"Unterer Stadtplatz 27 ";" ";"6330 ";"Kufstein ";"+43-5372/71619 ";" ";"+43-5372/7161919 ";" " +lieferant ;00020485;"CMH Consulting (CH) ";"Consulting, Management und Handel GmbH ";"Badener Strasse 156 ";" ";"8004 ";"Zrich ";" ";" ";" ";" " +lieferant ;00020487;"GESSINGER GMBH ";" ";"DAIMLERSTR. 2 ";"1360 ";"91161 ";"HILPOLTSTEIN ";"09174-97350 ";" ";"091742219 ";" " +lieferant ;00020488;"Hilmar Krautwurst GmbH & Co. KG ";" ";"Am Bleichanger 1 ";"328 ";"96450 ";"Coburg ";" ";" ";" ";" " +lieferant ;00020490;"CDC COTTON DELUXE CASUALS GnbH ";" ";"Abtstr. 25 a ";" ";"67678 ";"KAISERSLAUTERN/Mehlingen ";" ";" ";" ";" " +lieferant ;00020491;"Sara Lee ";" ";". ";"920112 ";"51151 ";"Kln ";" ";" ";" ";" " +lieferant ;00020492;"FACE TO FACE ";" ";"LINDENSTR. 56 ";" ";"72411 ";"BODELSHAUSEN ";" ";" ";" ";" " +lieferant ;00020499;"VF Germany Textil-Handels GmbH ";"Napapijri Division ";"Otto-Hahn-Str. 36 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00020500;"BERNADI'S ";" ";"STRANDWEG 84 ";" ";"22587 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00020505;"Capilano ";" ";"Stormstr. 14 ";" ";"63927 ";"Brgstadt ";"09371-80243 ";" ";"0937180243 ";" " +lieferant ;00020510;"Franz Bovens ";" ";"Sauerbreystr. 43 ";" ";"42697 ";"Solingen-Ohligs ";"0212/75270 ";" ";"0212/76162 ";" " +lieferant ;00020513;"INVICTA ";" ";"STUTTGARTER STR. 45 ";" ";"72555 ";"METZINGEN ";" ";" ";" ";" " +lieferant ;00020518;"***Joop-Jac.Britt ";" ";"Herforder Str. 182-194 ";" ";"33596 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00020520;"BENETTON SPORTSYSTEM ";" ";"NYMPHENBURGER STR. 86 ";" ";"80636 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00020528;"Sarahtex ";" ";"Laubenhof 23 ";" ";"45326 ";"Essen ";" ";" ";" ";" " +lieferant ;00020544;"DOMINA ";" ";"VIA ROVATO 21 ";" ";"25030 ";"CASTREZZATO ";" ";" ";" ";" " +lieferant ;00020546;"MOX Modevertrieb ";" ";"Nienstedter Weg 5 ";" ";"31789 ";"Hameln ";" ";" ";" ";" " +lieferant ;00020549;"Johann Borgers ";" ";"Mnsterstrae 30 b ";"14 53 ";"4290 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00020551;"Vista Alegre GmbH ";" ";"Robert-Bosch-Str. 10 ";"12 61 ";"53915 ";"Weilerswist ";"02254-94120 ";" ";"02254-81108 ";" " +lieferant ;00020559;"Susanne Filter ";" ";"Marienstrae 19 ";" ";"33098 ";"Paderborn ";" ";" ";" ";" " +lieferant ;00020561;"PILGRIM a/s ";" ";"Sotoften 8 ";" ";"8660 ";"Skanderborg ";"+45-6333 3333 ";" ";"+45-6333 3336 ";" " +lieferant ;00020569;"shoe.com GmbH & Co. KG ";" ";"Klingenbergstr. 1-3 ";" ";"32758 ";"Detmold ";"05231/605-05 ";" ";"05231/605-350 ";" " +lieferant ;00020574;"CLAUDIA MODEN GMBH ";" ";"Mhrisch-Schnberger-Str. 4 ";"22 ";"34613 ";"Schwalmstadt ";" ";" ";" ";" " +lieferant ;00020576;"meco austria Handelsge.m.b.H. ";" ";"Modecenterstr. 22/B - 2 / 4 ";" ";"1030 ";"Wien ";"004317969636 ";" ";"004317969671 ";" " +lieferant ;00020577;"ARTE Bilderrahmen AG ";" ";"Boschring 13 ";" ";"91161 ";"Hilpoltstein ";"+49 9174 97050 ";" ";" ";" " +lieferant ;00020588;"Bernd + Otto Wilkens ";" ";"Aachener Str. 23 ";" ";"50674 ";"Kln ";" ";" ";" ";" " +lieferant ;00020593;"Sara Lee Elbeo-Bi ";" ";"Birkenallee 110-134 ";" ";"48432 ";"Rheine ";" ";" ";" ";" " +lieferant ;00020602;"Theodor Held GmbH ";" ";"Papendiek 1-7 ";" ";"33415 ";"Verl ";" ";" ";" ";" " +lieferant ;00020603;"IDEE Direkt Handels GmbH ";" ";"Trifthofstr. 57 ";" ";"82362 ";"Weilheim ";" ";" ";" ";" " +lieferant ;00020610;"Adam Matheis GmbH und Co. KG ";"Matheis Textilgruppe ";"Poststr. 131 ";"1243 ";"73054 ";"Eislingen ";"07161/8002-0 ";" ";"07161/8002-24 ";" " +lieferant ;00020613;"TREND-HOUSE-FASHION ";" ";"HEIDER-HOF-WEG 23 A ";" ";"52080 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00020615;"NIAL S.R.L. ";" ";"Via T.A. Edison, 11 ";" ";"06087 ";"Ponte San Giovanni (PG) ";" ";" ";" ";" " +lieferant ;00020616;"Paul H. Kbler ";"Bekleidungswerk GmbH & Co. KG ";"Jakob-Schle-Strae 11-25 ";"180 ";"73655 ";"Plderhausen ";"07181/8003-0 ";" ";"07181/8003-31 ";" " +lieferant ;00020617;"Kutura Fashion GmbH ";" ";"Jakob-Schle-Str. 25 ";" ";"73655 ";"Plderhausen ";"0718180030 ";" ";"07181800331 ";" " +lieferant ;00020619;"Andreas Berendes Textilvertret ";" ";"Oelweg 35 ";" ";"33154 ";"Salzkotten ";" ";" ";" ";" " +lieferant ;00020624;"Crations Georged ";" ";"12, Rue De L'Echiquier ";" ";"75010 ";"Paris ";"+33-1/47708580 ";" ";"+33-1/47708101 ";" " +lieferant ;00020628;"Slam Textilvertrieb GmbH ";" ";"Richardstr. 54-56 ";" ";"22081 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00020635;"***JEAN CLAIRE ";" ";"KLEISTSTR. 9-12 ";" ";"10787 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00020637;"Margittes Fashion GmbH ";" ";"Groe Brinkgasse 26-28 ";" ";"50672 ";"Kln ";"+49 - (0)22 1 - 28 06 59 - 0 ";" ";"+49 - (0)22 1 - 28 06 59 - 29 ";" " +lieferant ;00020639;"Gustav Mller KG ";" ";"Rudolf-Diesel-Str. 27 ";" ";"78532 ";"Tuttlingen ";"07461/5414 ";" ";"07461/79875 ";" " +lieferant ;00020643;"HANS FRANKE KG ";" ";"GUSTAV-FREYTAG-STR.39 ";" ";"65189 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00020647;"Creaton.Charmante ";"Heilig GmbH ";"Saarbrcker Str. 10 ";"1120 ";"67742 ";"Lauterecken ";"06382-92340 ";" ";"06382-923440 ";" " +lieferant ;00020648;"schmolz GmbH ";" ";"Irmgardstr. 1 ";" ";"81479 ";"Mnchen ";"089/74996122 ";" ";" ";" " +lieferant ;00020652;"fashion-trade ";" ";"Grafenheider Str. 20 ";" ";"33729 ";"Bielefeld ";"0521-9773780 ";" ";"0521-9773788 ";" " +lieferant ;00020653;"Edition Laser ";" ";"Ansbacher Str. 2 A ";" ";"90513 ";"Zirndorf ";" ";" ";" ";" " +lieferant ;00020656;"House of England Style ";"Zweigndl. der Christoph Fischer GmbH ";"Dreilindenstr. 1 ";" ";"86441 ";"Zusmarshausen ";"08291/9002 ";" ";"08291/9168 ";" " +lieferant ;00020658;"Steiff Kid's Collection ";"Kid's Collection ";"Ravensberger Strasse 41 ";"1352 ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00020662;"Papermind GmbH ";" ";"Dr.-Hans-Popp-Str. 1 ";" ";"96515 ";"Sonneberg ";"09568/849-90 ";" ";"09568/849-815 ";" " +lieferant ;00020669;"Irmgard Schilling Textil Vertr ";" ";"Bllatstr. 35 ";" ";"72622 ";"Nrtingen ";"07022-52277 ";" ";"07022-55881 ";" " +lieferant ;00020678;"Deckers Germany GmbH ";" ";"Karl-Weinmair-Strasse 9-11 ";" ";"80807 ";"Mnchen ";"089/38034182 ";" ";" ";" " +lieferant ;00020683;"NIEDERBERGER BETRIEBS- ";" ";"BRUNNGASSE 1 ";" ";"4153 ";"REINACH ";" ";" ";" ";" " +lieferant ;00020689;"Hermann Koch GmbH & Co. KG (HERMKO) ";"Trikotwarenfabrik ";"Drbheimerstr. 38/1 ";" ";"78604 ";"Rietheim-Weilheim ";"07424/2929 ";" ";"07424/6358 ";" " +lieferant ;00020691;"Raphaela Form Cut ";" ";"Wittekindstr. 16 ";" ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00020692;"REISPORT ";" ";" ";" ";"58553 ";"HALVER ";" ";" ";" ";" " +lieferant ;00020700;"G. Kathe ";" ";"Ostring 30 ";" ";"34277 ";"Fuldabrck ";"0561-959697-0 ";" ";"0561-959697-22 ";" " +lieferant ;00020701;"Gieffe Fashion Trading ";"Gieferria ";"Hlzlestr. 42 ";" ";"72336 ";"Balingen ";"07433-9072280 ";" ";"07433-90722818 ";" " +lieferant ;00020712;"Marvel Fashion Design Int.GmbH ";" ";"Fash.-Hs.II Danziger Str. 111 ";" ";"40468 ";"Dsseldorf ";"0211-434532 ";" ";"0211-453597 ";" " +lieferant ;00020720;"eleMar Vertriebs GmbH ";" ";"Wunsiedler Strae 14 ";" ";"95478 ";"Kemnath ";"09642/7099-32 ";" ";"09642/7099-88 ";" " +lieferant ;00020722;"Secendo Mode OHG ";" ";"Schwingener Weg 1 ";"1250 ";"95126 ";"Schwarzenbach ";"09284-9310 ";" ";"09284-4445 ";" " +lieferant ;00020729;"Rudi Brsch ";" ";"Rhein-Mosel-Str. 181 ";" ";"56281 ";"Emmelshausen ";" ";" ";" ";" " +lieferant ;00020730;"W. Brunswicker GmbH ";" ";"Am Forsthaus 3 ";" ";"49477 ";"Ibbenbren ";" ";" ";" ";" " +lieferant ;00020736;"Marina u. Wolfgang Hahn ";" ";"Via Ardea, 15 ";" ";"00183 ";"Roma ";" ";" ";" ";" " +lieferant ;00020738;"Alpine Air ";" ";"Kirchplatz 5 ";" ";"83329 ";"Waging am See ";" ";" ";" ";" " +lieferant ;00020746;"F.D. Fashion Design Herrenmode GmbH ";" ";"Frhlingstr. 17 ";" ";"63897 ";"Miltenberg ";" ";" ";" ";" " +lieferant ;00020747;"JIL SANDER B.V.SWISS ";" ";"VIA CAMPAGNA ";" ";"6934 ";"BIOGGIO ";" ";" ";" ";" " +lieferant ;00020753;"Microsport GmbH ";" ";"Grntal 10 ";" ";"81925 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00020754;"Active Nutrion International GmbH ";"ehem. PowerBar Europe GmbH ";"Zielstattstrae 42 ";" ";"81379 ";"Mnchen ";"089/502007-0 ";" ";"089/502007-77 ";" " +lieferant ;00020755;"Oakley Sport International srl ";" ";"Via Valcozzena, 10 ";" ";"32021 ";"Agordo (BL) ";" ";" ";" ";" " +lieferant ;00020756;"Oakley GmbH ";" ";"Lilienthalallee 40 c/o MOC ";" ";"80939 ";"Mnchen ";"089/99650 ";" ";" ";" " +lieferant ;00020766;"Schreiber & Hollenstein GesmbH ";" ";"Widum 19 ";" ";"6890 ";"Lustenau ";"+43-5577/841510 ";" ";" ";" " +lieferant ;00020767;"Zeon GmbH ";" ";"Robert-Bosch-Str. 14a ";" ";"77815 ";"Bhl ";" ";" ";" ";" " +lieferant ;00020771;"Vero Moda ";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";"040/5503656 ";" ";"040/5503696 ";" " +lieferant ;00020772;"Embassy Sports GmbH ";" ";"Eulerstrae 9 ";" ";"48155 ";"Mnster ";"0251/539501-0 ";" ";"0251/539501-29 ";" " +lieferant ;00020777;"Brandt Sportive Mode GmbH ";" ";"Rothendrimolder Strae 24 - 26 ";"10 05 48 ";"34117 ";"Kassel ";" ";" ";" ";" " +lieferant ;00020781;"Groe Darrelmann GmbH ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";"0213127277060 ";" ";"0213127277066 ";" " +lieferant ;00020782;"Sports On ";" ";"Klner Str. 200 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00020783;"Inferlen Cinter Dessous ";" ";"Rixensart Str. 16 ";" ";"59955 ";"Winterberg ";" ";" ";" ";" " +lieferant ;00020786;"Pret Uhren & Schmuck ";"Avantgarde GmbH ";"Panorama Str. 61 ";" ";"75217 ";"Birkenfeld ";"07231/480077 ";" ";" ";" " +lieferant ;00020787;"Forall Confezioni Spa ";" ";"Via Fabio Filzi,34 ";" ";"36050 ";"Quinto Vicentino ";"0444356096 ";" ";"0444357064 ";" " +lieferant ;00020788;"Tommy Hilfiger Europe B.V. ";" ";"Danzigerkade 165 ";" ";"1013 AP ";"Amsterdam ";"+31-20/5899888 ";" ";"+31-20/5899880 ";" " +lieferant ;00020789;"Poron Asbsorba ";" ";"18 Rue Emile Coue ";" ";"10080 ";"Troyes Cedex ";" ";" ";" ";" " +lieferant ;00020790;"Sportler AG ";" ";"Enrico-Fermi-Str. 14 ";" ";"39100 ";"Bozen ";"+39 0471 208202 ";" ";"+39 0471 208002 ";" " +lieferant ;00020792;"Dellera Mattia Spa ";" ";" ";" ";" ";"Pavia ";" ";" ";" ";" " +lieferant ;00020800;"Hermann Pichler ";" ";"Pichlerstrae 2-4 ";" ";"89150 ";"Laichingen ";"07333/9590 ";" ";"07333/959120 ";" " +lieferant ;00020808;"Trade Fact GmbH ";" ";"Csariusstr. 100 ";" ";"53639 ";"Knigswinter ";" ";" ";" ";" " +lieferant ;00020811;"Snowlife GesmbH ";" ";"Eugen-Getzner-Strae 7 ";" ";"6710 ";"Nenzing ";"+43-5525/6477-120 ";" ";"+43-5525/6477-115 ";" " +lieferant ;00020821;"Goool De Sportswear ";" ";"Felicitas-Str. 2 ";" ";"44263 ";"Dortmund ";"0231/4278200 ";" ";"0231/4278201 ";" " +lieferant ;00020822;"Busse & Seewald Verlag GmbH ";" ";"Ahmser Str. 190 ";" ";"32052 ";"Herford ";"+49 5221 775276 ";" ";" ";" " +lieferant ;00020823;"Dossier Fashion Trend ";"Kenzo Cravatte ";"Mhlebachstr. 162 ";" ";"8034 ";"Zuerich ";" ";" ";" ";" " +lieferant ;00020825;"Brispo Golf GmbH ";" ";"Hartinger Str. 7 ";" ";"93073 ";"Neutraubling/Regensburg ";"09401/9335-0 ";" ";"09401/9335-11 ";" " +lieferant ;00020827;"Artur Veneziani ";" ";"Waldbadstr. 9 ";" ";"33803 ";"Steinhagen ";" ";" ";" ";" " +lieferant ;00020829;"Shoes & Trend Company GmbH ";" ";"Bitscher Str. 6 ";" ";"66957 ";"Vinningen ";"06335/92140 ";" ";"06335/92149 ";" " +lieferant ;00020837;"Pierre Mantaux ";" ";"Via G.Verrezzano 27 ";" ";"20132 ";"Milano ";" ";" ";" ";" " +lieferant ;00020839;"La Perla Global Management s.r.l. ";" ";"Via Enrico Mattei, 10 ";" ";"40138 ";"Bologna (BO) ";"+39-051/537411 ";" ";"+39-051/537513 ";" " +lieferant ;00020840;"Gruppo La Perla Deutschland GmbH ";" ";"Von-der-Tann-Str. 12 ";" ";"80539 ";"Mnchen ";"089/2441424-0 ";" ";"089/2441424-99 ";" " +lieferant ;00020842;"ISCO-Textilwerk ";"Gebr. Ammann GmbH & Co KG ";"Rotenbergstrae 8 ";"13 11 19 ";"70190 ";"Stuttgart ";"0711/26850-0 ";" ";"0711/26850-10 ";" " +lieferant ;00020843;"TYROLIA GMBH ";" ";"INDUSTRIESTR. 16 ";" ";"82110 ";"GERMERING ";" ";" ";" ";" " +lieferant ;00020848;"EIR Concept ";" ";"Karl-Pfister-Str. 43 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00020853;"Nike European Operations Netherlands BV ";" ";"Collosseum 1 ";" ";"1213 NL ";"Hilversum ";"0800-1802922 ";" ";" ";" " +lieferant ;00020857;"Nardi & Tagliaferri S.A.S. ";" ";"Via Vingone, 124 ";" ";"50010 ";"S.Agelo a lecore Campi B.Zio ";"0558965120 ";" ";"0558965220 ";" " +lieferant ;00020861;"FAHNEN-FLECK ";" ";"HAIDKAMP 95 ";" ";"25421 ";"PINNEBERG ";" ";" ";" ";" " +lieferant ;00020862;"Buksesnedkeren Dtld. GmbH ";" ";"Gutenbergring 67 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00020863;"Recko Shirt ";" ";"Herner Str. 299 ";" ";"44809 ";"Bochum ";" ";" ";" ";" " +lieferant ;00020868;"MEXX Shoes B.V. ";" ";"Biesbosweg 16 ";" ";"5145 PZ ";"Waalwijk ";"+31-416/567666 ";" ";"+31-416/567676 ";" " +lieferant ;00020869;"Minx Home & Body ";" ";"Speckmannstr. 2 ";" ";"22391 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00020874;"Plantier & Co. GmbH ";" ";"Blumenstr. 2 ";" ";"65189 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00020882;"Armani-Simint SpA ";" ";"Via P. Giardini 1324 ";" ";"41041 ";"Modena ";" ";" ";" ";" " +lieferant ;00020883;"Oxygen Atomic GmbH ";" ";"Am Kirchenhlzl 13 ";" ";"82166 ";"Grfelfing ";"089/898010319 ";" ";" ";" " +lieferant ;00020884;"Weidenmann Bekleid. ";" ";"Daimlerstr. 1 ";"19 ";"66130 ";"Saarbrcken-Gding ";" ";" ";" ";" " +lieferant ;00020889;"Adidas ";" ";"Industriestr. 3 ";" ";"97215 ";"Uffenheim ";"09132-840 ";" ";" ";" " +lieferant ;00020890;"Dannecker Sport ";" ";"Rosenfelder Str. 72 ";" ";"72336 ";"Balingen ";"07433-7025 ";" ";" ";" " +lieferant ;00020907;"Big Pach ";" ";"Fabrikstr. 35 ";" ";"73266 ";"Bissingen-Teck ";"07023-95110 ";" ";"07023-951155 ";" " +lieferant ;00020908;"Collonil ";"Salzenbrodt GmbH & Co. KG ";"Hermsdorfer Strae 70 ";"260340 ";"13437 ";"Berlin (Wittenau) ";"030/41404-40 ";" ";"030/41404-520 ";" " +lieferant ;00020909;"Pointsman Modische Bekleidung GmbH ";" ";"Frohnradstr. 16 ";" ";"63768 ";"Hsbach ";"06021/52074 ";" ";"06021/570500 ";" " +lieferant ;00020910;"Schirm Stephan ";" ";"Heidebruch 8 ";" ";"33161 ";"Hvelhof ";" ";" ";" ";" " +lieferant ;00020911;"Acco GmbH & Co.KG ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00020917;"Erich Schwienhorst GmbH & Co.K ";" ";" ";"29 27 ";" ";"Bnde ";" ";" ";" ";" " +lieferant ;00020919;"R.Busch ";" ";"Jakobistr. 7 ";" ";"46354 ";"Sdlohn-Oerding ";" ";" ";" ";" " +lieferant ;00020920;"Carrera International ";" ";"Hans Stiessberger Str. ";" ";"85540 ";"Haar ";" ";" ";" ";" " +lieferant ;00020925;"Dunlop Slazenger ";" ";"Junkersstr. 14 ";"1666 ";"30179 ";"HANNOVER ";"0511-630023 ";" ";" ";" " +lieferant ;00020928;"Converse GmbH ";" ";"Carsten-Boerger-Str. ";" ";"27572 ";"Bremerhaven ";"0471/9734-0 ";" ";" ";" " +lieferant ;00020929;"R.A.T. GmbH ";" ";"Freilingrathstr. 259 ";" ";"26386 ";"Wilhelmshaven ";"04421-9688-0 ";" ";" ";" " +lieferant ;00020932;"DI BIASC ";" ";"SCHNORR V.CORDESF.STR. ";" ";"81927 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00020933;"Derbystar Sportartikelfabrik GmbH ";" ";"Feldstr. 195 ";" ";"47574 ";"Goch ";"02823/325-0 ";" ";"02823/325-32 ";" " +lieferant ;00020934;"Derbystar-Reparatur ";" ";"Bleckhtter weg 10a ";" ";"41066 ";"Moenchengladbach ";"02823-325-0 ";" ";" ";" " +lieferant ;00020941;"Alpaca Fashion GmbH ";" ";"Nrnberger Str. 108d ";" ";"96050 ";"Bamberg ";"0951/27883 ";" ";"0951/22596 ";" " +lieferant ;00020942;"Lugani & Co. OHG ";" ";"Taunusstr. 51 ";" ";"80807 ";"Mnchen ";"089532681-82 ";" ";" ";" " +lieferant ;00020950;"Dos-Y-Dos Fashion GmbH ";" ";"Gautinger Str. 10 ";" ";"82319 ";"Starnberg ";" ";" ";" ";" " +lieferant ;00020958;"Fila Deutschland GmbH ";" ";"Rudolf-Diesel-Str. 3 ";" ";"86453 ";"Dachau ";"089-3236440 ";" ";" ";" " +lieferant ;00020974;"Samuel Bianchi ";" ";"An der Maarbrcke 40 ";" ";"44793 ";"Bochum ";"0234-309877 ";" ";"0234-3254761 ";" " +lieferant ;00020975;"Amer Sports Deutschland GmbH ";" ";"Parkring 15 ";" ";"85748 ";"Garching ";"089/8989801-02 ";" ";"089/8989801-129 ";" " +lieferant ;00020979;"zz~Hugo Boss Industries ";" ";"Via Passeggiata 7 ";" ";"6883 ";"Novazzano ";"0041-91-6961717 ";" ";"0041-91-6961714 ";" " +lieferant ;00020984;"A. MILIOS GMBH ";" ";"NIDDASTR. 63 ";" ";"60329 ";"FRANKFURT/MAIN ";" ";" ";" ";" " +lieferant ;00020986;"Paul Smith Accessoires u.Jeans ";" ";"Tersteegenstr. 30 ";" ";"40474 ";"Dsseldorf ";"0211-4582200 ";" ";"0211-4582214 ";" " +lieferant ;00020989;"The Sand Group S/A ";" ";"Mitdermolen 7 ";" ";"2100 ";"Copenhagen ";"45-35-446100 ";" ";"45-35-446190 ";" " +lieferant ;00020991;"Barbara Haverkamp ";"Tribal Art ";"Heisstr. 17 ";" ";"48145 ";"Mnster ";"0251-136200 ";" ";"0251-136201 ";" " +lieferant ;00020992;"U.F.G. United Fashion Group Lt ";" ";"Eschnerstr. 81 ";" ";"9487 ";"Bendern ";" ";" ";" ";" " +lieferant ;00020994;"Karl Grner GmbH ";"Siebdruck-Apparatebau ";"Riedweg 27 ";"2050 ";"89081 ";"Ulm-Sflingen ";"0731/3982-0 ";" ";"0731/3982-263 ";" " +lieferant ;00020995;"Nation 2 Nation ";" ";"Mittenwalder Str. 63 ";" ";"81377 ";"Mnchen ";"089-741316-0 ";" ";" ";" " +lieferant ;00021002;"Helly Hansen ";" ";"Balanstrasse 73, Haus 10 ";" ";"81541 ";"Mnchen ";"089-200084030 ";" ";"089-40268440 ";" " +lieferant ;00021004;"Gomaringer Verlag & Druck Gmb ";" ";"Liststr. 18/1 ";" ";"72810 ";"Gomaringen ";"07072-8844 ";" ";"07072-8899 ";" " +lieferant ;00021012;"Micro Mobility Systems GmbH ";" ";"Fuhrmannstrae 7 ";" ";"72351 ";"Geislingen-Binsdorf ";"07428 / 9418-300 ";" ";"07428 / 9418-390 ";" " +lieferant ;00021016;"RK Sport Mode ";" ";"Gnadenbergweg 9 ";" ";"22339 ";"Hamburg ";"040-595870 ";" ";"040-599662 ";" " +lieferant ;00021038;"Ski Vertrieb GmbH ";" ";"Gartenstr. 10 ";" ";"67454 ";"Hassloch ";"06324-83001 ";" ";" ";" " +lieferant ;00021041;"F. UNO ";" ";"SCHUETZENSTR. 3 ";"1305 ";"95028 ";"HOF ";" ";" ";" ";" " +lieferant ;00021046;"DB Actif Germany ";" ";"Am Mhlenturm 1 ";" ";"40489 ";"Dsseldorf ";"0211-4059309 ";" ";"0211-4059347 ";" " +lieferant ;00021051;"Becon Classic ";" ";"Wilhelm-Wegenfeld-Strae 1 ";" ";"13086 ";"Berlin ";" ";" ";" ";" " +lieferant ;00021052;"Tessuto ";"W. Mller Text. ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00021059;"Mavi Europe AG ";" ";"Selingenstdter Grund 19 ";" ";"63150 ";"Heusenstamm ";"06104/6818-0 ";" ";"06104/6818-201 ";" " +lieferant ;00021072;"Saint Trop ";" ";"Aachener Str. 1004 ";" ";"50858 ";"Kln ";"0221/170937-11 ";" ";"0221/170937-37 ";" " +lieferant ;00021073;"RED GREEN A/S ";" ";"Willhoop 7 ";" ";"22453 ";"Hamburg ";"040/5549140 ";" ";"040/55491425 ";" " +lieferant ;00021074;"Marella s.r.l. ";" ";"Via Giulia Maramoti, 4 ";" ";"42124 ";"Reggio Emilia ";"+39-0522/927411 ";" ";" ";" " +lieferant ;00021076;"Lang Sport ";" ";"Hainburgstr. 23 ";" ";"72415 ";"Grosselfingen ";" ";" ";" ";" " +lieferant ;00021099;"S. A. HESSLEIN ";" ";"KREUZBURGER STR. 19 ";" ";"90471 ";"NUERNBERG ";" ";" ";" ";" " +lieferant ;00021109;"Albin Breitenmoser ";" ";"Zielstrae 38 ";" ";"9050 ";"Appenzell ";" ";" ";" ";" " +lieferant ;00021116;"Bogner ";" ";"Via Morimondo 5 ";" ";"20143 ";"Milano ";" ";" ";" ";" " +lieferant ;00021122;"Reila Handels GmbH ";" ";"D.-Martin-Luther-Str. 10 ";" ";"93138 ";"Lappersdorf ";" ";" ";" ";" " +lieferant ;00021127;"Johannes Maier ";" ";"Goethestr. 86 ";" ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00021132;"GLEN SAXON ";" ";"HOLZER STR. 64/66 ";"2249 ";"41363 ";"JUECHEN ";"02164-2247 ";" ";"021642783 ";" " +lieferant ;00021135;"Maglificio Copelli S.P.A. ";" ";"Piazza Roma 3/6 ";" ";"41100 ";"Modena ";" ";" ";" ";" " +lieferant ;00021137;"Samsonite GmbH ";" ";"Subbelrather Strae 15b ";" ";"50823 ";"Kln ";"0221/921641 ";" ";"0221/232546 ";" " +lieferant ;00021162;"Higroad Global ";"Sports u. Footwear ";"Leeuwnhoehweg 30 ";" ";"2408 ";"AR Alphen a/d ";" ";" ";" ";" " +lieferant ;00021163;"Stefan Christian Wiegand ";" ";"Moosweg 14-18 ";" ";"87545 ";"Burgberg ";" ";" ";" ";" " +lieferant ;00021166;"Fischer + Lffler Deutschland GmbH ";" ";"Donauweg 1 ";"1412 ";"94034 ";"Passau ";"07752/909-246 ";" ";"07752/909-291 ";" " +lieferant ;00021169;"Stefan ";" ";"Talanger Str. 3 A ";" ";"82152 ";"Krailling ";" ";" ";" ";" " +lieferant ;00021177;"Giacomo Bekleidung GmbH ";" ";"Bahnhofstr. 8 ";"1240 ";"76698 ";"Ubstadt-Weiher ";" ";" ";" ";" " +lieferant ;00021184;"Kracht Couture ";" ";"Sachsstr. 13 ";" ";"50259 ";"Pulheim ";"02234-20962 ";" ";"02234-209166 ";" " +lieferant ;00021186;"Top Sport Gilles GmbH & Co.KG ";" ";"Friedrichstrae 55 ";" ";"42551 ";"Velbert ";"02051/60670 ";" ";"02051/606744 ";" " +lieferant ;00021188;"Manid Lederwaren ";"Hermann Schmid GmbH ";"In Goehren 41 ";" ";"78532 ";"Tuttlingen ";"074613309 ";" ";"074613155 ";" " +lieferant ;00021193;"THIEDE GMBH ";" ";"ANTON-KUX-STR. 2 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00021197;"Einhorn Mode Manufaktur GmbH & Co. KG ";" ";"Einhornstrae 10 ";"52 ";"72138 ";"Kirchentellinsfurt ";"07121/960-0 ";" ";"07121/960-333 ";" " +lieferant ;00021198;"M.T.V. Mode Textil Vertriebsgesellschaft";"mbH ";"Baslerstr. 7 ";" ";"79657 ";"Wehr ";"07761/552811 ";" ";"07761/552810 ";" " +lieferant ;00021205;"Yvonne Jacqueline Bitzer OHG ";" ";"Ebinger Str. 32 ";" ";"72474 ";"Winterlingen ";"07334-1005 ";" ";"07334-1001 ";" " +lieferant ;00021207;"Georg A. Steinmann GmbH & Co. KG ";"Lederwarenfabrik ";"Am Waldrand 29 ";"640005 ";"90455 ";"Nrnberg ";"09122/796-0 ";" ";"09122/796-80 ";" " +lieferant ;00021209;"A.S.A.P. Vertriebs GmbH ";" ";"Scheibenstr. 119 ";" ";"48153 ";"Mnster ";" ";" ";" ";" " +lieferant ;00021210;"Timberland Europe B.V. ";" ";"Staalsteden 25 ";" ";"7547 TA ";"Enschede ";"+31-534283455 ";" ";" ";" " +lieferant ;00021211;"Timberland Switzerland GmbH ";" ";"Freier Platz 10 ";" ";"8200 ";"Schaffhausen ";" ";" ";" ";" " +lieferant ;00021212;"Geschw. Heidland GmbH ";"Schmuckfedern ";"Wiedenbrcker Str. 36 ";"1904 ";"33332 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00021223;"Maco Sport ";" ";"Riesstr. 8 ";" ";"82110 ";"Germering ";" ";" ";" ";" " +lieferant ;00021228;"KURT BARTENSCHLAG ";" ";"BAHNHOFSTR. 8 A ";" ";"15806 ";"ZOSSENF/NUERT ";" ";" ";" ";" " +lieferant ;00021236;"K2 Ski Sport Mode GmbH ";" ";"Seeshaupter Strae 62 ";" ";"82377 ";"Penzberg ";"08856/9010 ";" ";"08856/901101 ";" " +lieferant ;00021238;"Mamtus Mode GmbH ";" ";"Frankfurter Strae 70-72 ";" ";"65760 ";"Eschborn/Taunus ";" ";" ";" ";" " +lieferant ;00021239;"SiG Solar Group GmbH (Jrgen Schrder) ";" ";"Ernst-Abbe-Strae 6 ";" ";"28816 ";"Stuhr ";"0421/2783777 ";" ";"0421/2783779 ";" " +lieferant ;00021243;"Erwa GmbH ";" ";"Moessinger Str. 54 ";" ";"72116 ";"Moessingen ";"07473-25058 ";" ";" ";" " +lieferant ;00021249;"WILHELM FAHJEN ";" ";"HEIDKAMP 19 ";" ";"27404 ";"ZEVEN-OLDENDORF ";" ";" ";" ";" " +lieferant ;00021278;"Timberland ";" ";"Boschetsrieder Str. 67 ";" ";"81379 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00021291;"Caliz Joop AG ";" ";"Christoph-Schnieder-Str. ";" ";"6210 ";"Sursee ";"41-41-9254727 ";" ";"41-41-9254767 ";" " +lieferant ;00021296;"Hugo Boss AG ";" ";"Dieselstrae 12 ";" ";"72555 ";"Metzingen ";"07123/94-0 ";" ";"07123/94-80211 ";" " +lieferant ;00021298;"Nighteye GmbH ";" ";"Daimlerstr. 13-15 ";" ";"73249 ";"Wernau ";"07153-937832 ";" ";"07153-937833 ";" " +lieferant ;00021307;"***Frottana ";" ";"Waltersdorfer Strasse 54 ";" ";"02779 ";"Groschnau ";" ";" ";" ";" " +lieferant ;00021311;"S I A DEUTSCHLAND GMBH ";" ";"Gottbillstr. 34 d ";" ";"54294 ";"Trier ";"065183036 ";" ";"06518404444 ";" " +lieferant ;00021315;"B&W Sporttrade GmbH ";" ";"Carlo-Schmidt-Str.11 ";"100355 ";"52146 ";"Wrselen ";"02405-6008-0 ";" ";"02405-600833 ";" " +lieferant ;00021330;"ASONI ";" ";"WERNER V.SIEMENSTR. 25 ";" ";"78224 ";"SINGEN ";" ";" ";" ";" " +lieferant ;00021335;"Reebok Deutschland GmbH ";" ";"Adi-Dassler-Platz 1-2 ";" ";"91074 ";"Herzogenaurach ";" ";" ";" ";" " +lieferant ;00021337;"Holy Sportartikel ";" ";"St.Emmeran-Str. 35 ";" ";"85609 ";"Aschheim ";"089-9038941 ";" ";" ";" " +lieferant ;00021357;"Sport Generation ";" ";"Schaeferweg ";" ";"65207 ";"Wiesbaden ";"06127-66226 ";" ";" ";" " +lieferant ;00021359;"Margret Astor AG ";" ";"Binger Str. 17 ";" ";"55166 ";"Mainz ";"06131-3060 ";" ";" ";" " +lieferant ;00021363;"Country Frey ";" ";"Daimlerstr. 25 ";" ";"85748 ";"Garching ";"089-326660 ";" ";"089-32666150 ";" " +lieferant ;00021364;"HUSKY CORPORATION S.R.L ";" ";"29/35CALLERIA B BLOCCO ";" ";"40050 ";"FUNO DI ARGELATO ";" ";" ";" ";" " +lieferant ;00021368;"LERROS ";" ";"Str. ";"100350 ";"5160 ";"DUEREN ";" ";" ";" ";" " +lieferant ;00021395;"The Outdoor Clothing Comp. BV ";" ";"Jules Verne Weg 21 ";" ";"5015 ";"BE Tilburg ";" ";" ";" ";" " +lieferant ;00021396;"Kneissl & Friends GmbH ";" ";"Landstr. 2-10 ";" ";"6330 ";"Kufstein ";" ";" ";" ";" " +lieferant ;00021400;"Over Look Textil GmbH ";" ";"Assar-Gabrellson-Str. ";" ";"63128 ";"Dietzenbach-Steinbeck ";"06074-29021-3 ";" ";" ";" " +lieferant ;00021410;"Dryto Promotion GmbH ";" ";"Leibnizstr. 3 ";" ";"55118 ";"Mainz ";"06131-611035-36 ";" ";" ";" " +lieferant ;00021424;"Aicon Health & Fitness GmbH ";" ";"Kalscheurener Strae 172 ";" ";"50354 ";"Hrth ";"02233/6130 ";" ";"02233/613222 ";" " +lieferant ;00021427;"Callaway ";" ";"Park Leatherhead Road ";" ";"1 ";"Chessington ";"069/95307417 ";" ";"069/95307418 ";" " +lieferant ;00021430;"Vans Far East Ltd. ";" ";"Lilienthalstr. 2A ";" ";"85399 ";"Halbergmoos ";"0811/55460 ";" ";" ";" " +lieferant ;00021434;"GBG Spyder Europe AG ";" ";"Blegistrasse 9 ";" ";"6340 ";"Baar ";"+41-41/7666464 ";" ";"+41-41/7666466 ";" " +lieferant ;00021436;"Bogner Jeans GmbH ";" ";"Austrasse 10 ";"12 64 ";"74642 ";"Knzelau ";" ";" ";" ";" " +lieferant ;00021439;"VGT Van Gennip Textiles B.V. ";" ";"Celsiusstraat 24 ";" ";"6003 DG ";"Weert ";"+31-495/451369 ";" ";"+31-495/566284 ";" " +lieferant ;00021445;"Erno Warenvertriebs GmbH ";" ";"Dr.-Rudolf-Eberle-Str. 45 ";"1140 ";"79774 ";"Albbruck ";" ";" ";" ";" " +lieferant ;00021447;"Strickereien GmbH ";" ";"Ribrcker Weg 9 ";" ";"08269 ";"Hammersbrcke ";"037465-446-0 ";" ";"037465-6404 ";" " +lieferant ;00021456;"Bernd Hummel GmbH ";" ";"Neuffer am Park ";" ";"66953 ";"Pirmasens ";"06331/7107-0 ";" ";"06331/7107-20 ";" " +lieferant ;00021463;"Luca Roda Srl ";" ";"Vua Lago di Misurina, 65 ";" ";"36015 ";"Schio (VI) ";"+39-030/6871172 ";" ";"+39-030/6876385 ";" " +lieferant ;00021469;"Sport Aktuell ";"Sport-Mode-Vertretungs GmbH ";"Anton-Kux-Str. 2, Raum C 112-114 ";" ";"41460 ";"Neuss ";"02131/103276 ";" ";"02131/168465 ";" " +lieferant ;00021478;"Garanta Steppdeckenfabrik ";" ";"Alsenberger Strae 21 1/2 ";"30 80 ";"95028 ";"Hof ";"09281/81938-0 ";" ";"09281/81938-79 ";" " +lieferant ;00021483;"Donna Karan Holland ";" ";"Hazenpoort 30 ";" ";"7575 ";"Odenzaal ";" ";" ";" ";" " +lieferant ;00021490;"Salomon Les Croiselets ";" ";"Metz-Tessy ";" ";"74996 ";"Annecy Cedex 9 ";" ";" ";" ";" " +lieferant ;00021496;"Tempur Deutschland GmbH ";" ";"Carl-Benz-Str. 8 ";"1264 ";"33803 ";"Steinhagen ";"05204100050 ";" ";"05204100055 ";" " +lieferant ;00021504;"L'idea ";" ";"Kellerhof 8 ";" ";"79730 ";"Murg ";" ";" ";" ";" " +lieferant ;00021513;"Union Trade Loewy GmbH ";" ";"Lilistr. 83 B/C ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00021515;"Prima Donna ";" ";"Anton-Kux-Strasse 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00021520;"Killah Babe ";" ";"Via Penne, 127 ";" ";"66013 ";"Chieti Scalo (CH) ";" ";" ";" ";" " +lieferant ;00021522;"Halley Tekstil Sanayi ";" ";"Merkeri No. 26 IC ";" ";"34514 ";"Sirinevler/Istanbul ";" ";" ";" ";" " +lieferant ;00021525;"Le Bonbon Junge Moden GmbH ";" ";"Anton-Kux-Strae 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00021530;"LEE Tender S.R.L. ";" ";"Via Maestri dellavoro,2 ";" ";"42100 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00021534;"Duck-World Verlag ";" ";"Nikolaus-Unruh-Str. 8 ";" ";"95659 ";"Arzberg ";" ";" ";" ";" " +lieferant ;00021535;"Zenith S.R.L. ";" ";"Via priv. Perlasca, 20 ";" ";"22012 ";"Cernobbio ";" ";" ";" ";" " +lieferant ;00021539;"Tom Martin ";" ";"Babenhauserstr. 28 ";" ";"30762 ";"Groostheim ";" ";" ";" ";" " +lieferant ;00021541;"Schalow & Kroh OHG ";"Sportswear ";"Bentelerstr. 3 ";" ";"48149 ";"Mnster ";"0251-897171 ";" ";"0251-897312 ";" " +lieferant ;00021543;"Wunderlich Modelle GmbH & Co. ";" ";"Kirschckerstrae 22 ";"2929 ";"96052 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00021545;"Eichhorn GmbH ";" ";"Quellenweg 5 A ";" ";"61348 ";"Bad Homburg ";" ";" ";" ";" " +lieferant ;00021550;"Waltex S.p.a.Confezioni ";" ";"Via del Lanafioli Blocco 5 ";" ";"40050 ";"Funo (Bolognia) ";" ";" ";" ";" " +lieferant ;00021558;"QM Sport Products & Concepts GmbH ";" ";"Wolfratshauser Str. 150 ";" ";"82049 ";"Pullach ";"089/744407-0 ";" ";"089/744407-77 ";" " +lieferant ;00021561;"Skechers USA Deutschland GmbH ";" ";"Waldstrae 66 ";" ";"63128 ";"Dietzenbach ";"06074-407-220 ";" ";"06074-407-2211 ";" " +lieferant ;00021562;"Kookai Deutschland GmbH ";" ";"Georg-Glock-Str. 4 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00021563;"Gnadau papier GmbH & Co.KG ";" ";"Rosenburger Weg 81 ";" ";"39249 ";"Gnadau ";"03928-7062-0 ";" ";"03928-7062-10 ";" " +lieferant ;00021572;"Karin VOss ";" ";"Hans-Boeckler-Str. 57 ";" ";"59348 ";"Luedinghausen ";"025915700 ";" ";"025917424 ";" " +lieferant ;00021574;"Harmont & Blain P.D.M. SRL ";" ";"Zona Industriale ";" ";"80023 ";"Caivano-NA ";" ";" ";" ";" " +lieferant ;00021581;"Winfried Kgler GmbH ";" ";"Andreas-Stihl-Str. 15 ";" ";"71336 ";"Waiblingen ";"07151-205740 ";" ";"07151-2057444 ";" " +lieferant ;00021587;"Eastcoast GmbH & Co. KG ";" ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234/9261-0 ";" ";"06234/9261-50 ";" " +lieferant ;00021590;"HomeDecor GmbH ";" ";"Josef-Mutter-Str. 2 ";" ";"95234 ";"Sparneck ";" ";" ";" ";" " +lieferant ;00021595;"Chivasso ";" ";"Kryptonstraat 4 ";" ";"2718 ";"TD Zoetenmeer ";" ";" ";" ";" " +lieferant ;00021607;"Peter Judd Accessoires ";" ";"Modering 1 Haus A/EG ";"615151 ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00021608;"MODA SPORT 96 GMBH ";" ";"KUTTEN 4 ";" ";"87487 ";"WIGGENSBACH ";" ";" ";" ";" " +lieferant ;00021615;"zz~B G M - CORPORATION ";" ";"CARL-ZEISS-STR. 33 ";"1130 ";"72555 ";"Metzingen ";"07123-96770 ";" ";"07123-967739 ";" " +lieferant ;00021620;"Goodwill M&G ";" ";"Neerveld 17 ";" ";"2550 ";"Kontich ";"0323450-7300 ";" ";"0323450-7301 ";" " +lieferant ;00021621;"Geba-Import-Ring ";" ";"Postfach 11 46 ";" ";"73642 ";"Welzheim ";" ";" ";" ";" " +lieferant ;00021622;"Karl Stegmann KG ";"Filz- und Filzwarenfabrik ";"Rechbergring 19 ";" ";"89293 ";"Kellmnz ";" ";" ";"08337/8099 ";" " +lieferant ;00021624;"MTS Sportartikel Vertriebs GmbH ";" ";"Hans-Urmiller-Ring 11 ";" ";"82515 ";"Wolfratshausen ";"08171/4318-0 ";" ";"08171/4318-40 ";" " +lieferant ;00021627;"Moda Textil-Vertriebs GmbH ";" ";"Klepperstr. 18 ";" ";"83026 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00021629;"Guerra 1855 ";" ";"Via Cravo, 20 ";" ";"13011 ";"Borgosesia ";"+39-0163/24546 ";" ";"+39-0163/24406 ";" " +lieferant ;00021632;"Paradise Fashion GmbH ";" ";"Hergeltsbendenstr. 37 ";" ";"52080 ";"Aachen ";"0241/5687980 ";" ";"0241/1681967 ";" " +lieferant ;00021635;"Hilaroy Modevertrieb GmbH ";" ";"Breslauer Str. 6/ Raum 801 ";" ";"41460 ";"Neuss ";"+492131103995 ";" ";"+492131103985 ";" " +lieferant ;00021636;"Frank Blobelt ";" ";"Markt 10 ";" ";"07922 ";"Tanna ";" ";" ";" ";" " +lieferant ;00021637;"New Wave GmbH ";" ";"Geigelsteinstr. 10 ";" ";"83080 ";"Oberaudorf ";"08033/979-0 ";" ";"08033/979-100 ";" " +lieferant ;00021641;"SPORTIVO - WOLFG.HAMMES ";" ";"GAUSEBRINK 29 ";" ";"48607 ";"OCHTRUP ";" ";" ";" ";" " +lieferant ;00021648;"Berri Sportswear GmbH (Vittorio) ";" ";"Berliner Str. 3-5 ";" ";"93073 ";"Neutraubling ";"09401/789-0 ";" ";"09401/789-189 ";" " +lieferant ;00021649;"Pringle of Scottland ";" ";"Hallerstr. 8 ";" ";"20146 ";"Hamburg ";"040-30382555 ";" ";"040-30382556 ";" " +lieferant ;00021651;"Starter GmbH ";" ";"Carsten-Brger-Strae 2 ";" ";"27572 ";"Bremerhaven ";" ";" ";" ";" " +lieferant ;00021657;"BBL Modecenter + Textilberat. ";" ";"Garmicher Str. 8 ";"120328 ";"80339 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00021663;"PuP Design PLC ";" ";"28 Whitechapel Road ";" ";"1 ";"London ";"0171-3752055 ";" ";"0171-3752064 ";" " +lieferant ;00021665;"Johann Neff KG ";"Lederwarenfabrik ";"Martin-Bihn-Str. 10 ";" ";"63110 ";"Rodgau/Hainhausen ";"06106/3540 ";" ";"06106/61610 ";" " +lieferant ;00021666;"New-K Leather Company ";"Im-Export GmbH ";"Haiger Str. 16 ";" ";"96317 ";"Kronach-Gundelsdorf ";"09261-3818 ";" ";"09261-38789 ";" " +lieferant ;00021672;"Georg Merkel ";" ";"Aichinger Weg 4 ";" ";"95326 ";"Kulmbach ";" ";" ";" ";" " +lieferant ;00021675;"BREITNER Kunstgewerbe GmbH ";" ";"RAIFFEISENSTR. 30 ";" ";"85276 ";"PFAFFENHOFEN ";"08441-2094 ";" ";"08441-72894 ";" " +lieferant ;00021689;"Mechanix ";" ";"Oelsteg 7 ";" ";"97980 ";"Bad Mergtheim ";" ";" ";" ";" " +lieferant ;00021691;"Moll/Mallani ";" ";". ";"100745 ";"95407 ";"Bayreuth ";"0921-41016 ";" ";"0921-43940 ";" " +lieferant ;00021698;"Dreika Vertriebs GmbH Peter Bradatsch ";"Nachfolger ";"Hans-Urmiller-Ring 14 ";" ";"82515 ";"Wolfratshausen ";"08171/76799 ";" ";" ";" " +lieferant ;00021700;"Laura R. ";"Atelier Moden ";"Siemensstr. 6 A ";" ";"71101 ";"Schoenaich ";"07031-652865 ";" ";"07031-651869 ";" " +lieferant ;00021701;"Livedress Bekleidungs GmbH ";" ";"Kreisstrasse 1 ";" ";"63868 ";"Growallstadt ";" ";" ";" ";" " +lieferant ;00021703;"Traffic Mode ";" ";"Breitwiesenstr. 12 ";" ";"70565 ";"Stuttgart ";"0711/78110 ";" ";"0711/7811210 ";" " +lieferant ;00021707;"Coppenrath Verlag GmbH & Co. KG ";" ";"Hafenweg 30 ";"38 20 ";"48155 ";"Mnster ";" ";" ";" ";" " +lieferant ;00021710;"Voigt GmbH ";" ";"Aachener Str. 1357 ";" ";"51145 ";"Kln ";" ";" ";" ";" " +lieferant ;00021717;"Bettwaren-Vertriebs GmbH ";" ";"Groneweg 30 ";" ";"48231 ";"Warendorf ";"0258194804 ";" ";"02581-94807 ";" " +lieferant ;00021719;"mk-Klosseck GmbH + Co. KG ";" ";"Dieselstr. 2 ";"1155 ";"72805 ";"Lichtenstein ";"07129/9280-30 ";" ";"07129/9280-48 ";" " +lieferant ;00021720;"Think Pink ";" ";"Fraunhofer Str. 11 ";" ";"82152 ";"Martinsried ";" ";" ";" ";" " +lieferant ;00021721;"Marker Deutschland GmbH ";" ";"Olympiastr. 2 ";"40 ";"82438 ";"Eschenlohe ";"08824/929571 ";" ";" ";" " +lieferant ;00021727;"Joyline Modevertrieb GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089-3598906 ";" ";"089-3596062 ";" " +lieferant ;00021731;"Linea B Modevertriebs GmbH ";" ";"Ziegelstrae 86-88 ";"101842 ";"33609 ";"Bielefeld ";"0521/93229-0 ";" ";"0521/93229-20 ";" " +lieferant ;00021733;"Helmuth Weidenmann ";" ";"Industriegebiet Sd 1 ";" ";"66839 ";"Schmelz/Saar ";"06887-9004-0 ";" ";"06887-900458 ";" " +lieferant ;00021745;"STONE ISLAND ";" ";"VIA CONFINE 2111 ";" ";"41011 ";"RAVARINO ";" ";" ";" ";" " +lieferant ;00021757;"Ittierre Moden GmbH ";" ";"Josef-Gockeln-Strae 10 ";" ";"40474 ";"Dsseldorf ";"0211/43914-0 ";" ";"0211/43914-43 ";" " +lieferant ;00021761;"Tam Tam Fashion ";" ";"Lohbachstr. 10 ";" ";"88512 ";"Mengen-Rulfingen ";"07576-9760 ";" ";"07576-97626 ";" " +lieferant ;00021767;"Frottana Textil ";" ";"Waltersdorfer Str. 54 ";"63 ";"02777 ";"Groschnau ";"035841/80 ";" ";"035841/8262 ";" " +lieferant ;00021781;"Sadar ";" ";"Via Matteotti 13/15 ";" ";"42047 ";"Rolo Re ";"0522-666128 ";" ";"0522-658313 ";" " +lieferant ;00021782;"Gunext s.r.l. ";" ";"Via Anna Maria Mozzoni, 2 ";" ";"06073 ";"Taverne di Corciano (PG) ";" ";" ";" ";" " +lieferant ;00021794;"APC Lederwaren ";" ";"Im Weiding 18 ";" ";"63785 ";"Obernburg ";"06022-6166-16 ";" ";"06022-616644 ";" " +lieferant ;00021795;"Alberto S.R.L. ";" ";"Via dei pellicciai 5 Bl.8 ";" ";"40050 ";"Centergross Bozen ";"051-6646354 ";" ";"051-6646381 ";" " +lieferant ;00021798;"Aprile u. Aprile S.R.L. ";" ";"Via dei Pelliciai Bl.3 ";" ";"40050 ";"Funo di Argelato Bozen ";"051-863422 ";" ";"051-863423 ";" " +lieferant ;00021817;"LUC MOEL VERTRIEBS GMBH ";" ";"Muenchner Str. 6 a ";" ";"85609 ";"Aschheim ";" ";" ";" ";" " +lieferant ;00021821;"***BURBERRY'S ";" ";"29-53 CHATHAM PLACE ";" ";"E96LP ";"LONDON ";"442089853344 ";" ";"442089852636 ";" " +lieferant ;00021827;"Ralph Lauren Germany GmbH ";" ";"Maximilianstrae 23 ";" ";"80539 ";"Mnchen ";"089/29193838-0 ";" ";"089/29193838-99 ";" " +lieferant ;00021839;"Fresh Distribution ";" ";"Blankeneser Chaussee 22 ";" ";"22869 ";"Schenefeld ";"040-8390010 ";" ";"040-836644 ";" " +lieferant ;00021842;"MODE TEXTIL MARKETING ";" ";"AM GOLDBERG ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00021843;"Jalla ";" ";"Rue du 11 Novembre ";" ";"42630 ";"Regny ";" ";" ";" ";" " +lieferant ;00021852;"Toja Lederwaren GmbH ";" ";"Hauptstr. 14 ";" ";"55618 ";"Simmertal ";" ";" ";" ";" " +lieferant ;00021863;"Cose di Lana S.p.A. ";" ";"Via Divisione Garibaldi, 21 ";" ";"52037 ";"Sansepolcro (AR) ";"+39-0575/7451 ";" ";"+39-0575/745294 ";" " +lieferant ;00021866;"DUTCH CONNECTION DC ";" ";"CORNELIUSSTR. 90 ";" ";"52511 ";"GROTHENRATH ";" ";" ";" ";" " +lieferant ;00021868;"Kit Karson ";" ";"Via Don Davide Albertario, 25 ";" ";"41012 ";"Carpi ";" ";" ";" ";" " +lieferant ;00021876;"Gert Keller GmbH ";" ";"Bachstr. 28 ";" ";"08228 ";"Berlin ";" ";" ";" ";" " +lieferant ;00021877;"Nautica ";" ";"Frauenplatz 11 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00021878;"FRANK RADLOFF ";" ";"ALZENAUER STR. 27 ";" ";"63755 ";"ALZENAU ";" ";" ";" ";" " +lieferant ;00021880;"Turner Originals GmbH ";" ";"Daimlerstr. 3/2 ";" ";"74321 ";"Bietigheim-Bissingen ";" ";" ";" ";" " +lieferant ;00021893;"Gruppo Trevano ";" ";"Piazza Liberta, 6 ";" ";"22071 ";"Cadorago (CO) ";" ";" ";" ";" " +lieferant ;00021894;"Braun + Company Papierwaren GmbH ";" ";"Hajo-Rter-Strae 2 ";" ";"65239 ";"Hochheim ";"06146/8342-0 ";" ";"06146/8342-99 ";" " +lieferant ;00021897;"Pat Too Pat GmbH & Co. KG ";" ";"Ruhrau 66 ";" ";"45279 ";"Essen ";" ";" ";" ";" " +lieferant ;00021904;"Manhenke GmbH & Co.KG ";" ";"Am Berndorfer Tor 4 ";" ";"34497 ";"Korbach ";" ";" ";" ";" " +lieferant ;00021905;"Fuba Samsung Fashion B.V. ";" ";"Valkweg 1 ";" ";"1118 ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00021906;"Erdos Cashmere ";"China Kaschmir Produkte GmbH ";"Wichheimer Str. 305 ";" ";"51067 ";"Kln ";"0221-694661 ";" ";"0221_6910122 ";" " +lieferant ;00021909;"Fox's Mode GmbH ";" ";"Gieener Str. 30 ";" ";"90427 ";"Nrnberg ";"0911/3780179 ";" ";"0911/3780799 ";" " +lieferant ;00021912;"Mezzo Mezzo Sportswear GmbH ";" ";"Teramostr. 6 ";" ";"87700 ";"Memmingen ";"08331-922021 ";" ";"08331-922030 ";" " +lieferant ;00021916;"Tennis Blle ";" ";"Berrenrather Str. 216 ";" ";"50939 ";"Kln ";"0221-449467 ";" ";"0221-448390 ";" " +lieferant ;00021917;"The DC Company Deutschland GmbH ";" ";"Neumhler Str. 164 ";" ";"47167 ";"Duisburg ";"0800/80000003 ";" ";"0800/80000333 ";" " +lieferant ;00021918;"Head Sportswear GmbH ";" ";"Dr.-Adolf-Schneider-Str. 23 ";" ";"73479 ";"Ellwangen ";" ";" ";" ";" " +lieferant ;00021920;"Leopold Vienna-Barth ";" ";"Fischbachstr. 10 ";" ";"90552 ";"Rthenbach ";" ";" ";" ";" " +lieferant ;00021923;"SUNWAY ";" ";"LINDENSTR. 15 ";" ";"73550 ";"WISSGOLDINGEN ";" ";" ";" ";" " +lieferant ;00021927;"Rieber GmbH ";" ";"Lehenpointstr. 27 ";" ";"83730 ";"Fischbachau ";"080289222 ";" ";"080289245 ";" " +lieferant ;00021932;"Spielwaren ";" ";"Rntgenstr. 17 ";" ";"72770 ";"Reutlingen ";"07121-5600 ";" ";"07121-560151 ";" " +lieferant ;00021933;"OCCASION LINE ";" ";"HEIDELBERGER STR. 9-11 ";" ";"69226 ";"NUSSLOCH ";" ";" ";" ";" " +lieferant ;00021935;"VAN VO INTERN.B.V. ";" ";"KONINGLIJN 16 ";" ";"7312 ";"G H APELDOORN ";" ";" ";" ";" " +lieferant ;00021937;"BRAD STALLION ";" ";"HARTHAEUSER STR. 7 ";" ";"70771 ";"LEINFELDEN ";" ";" ";" ";" " +lieferant ;00021938;"Gerhard Mhlinghaus ";" ";"Hermannstr. 50 ";" ";"58332 ";"Schwelm ";"02336-2765 ";" ";"02336-17352 ";" " +lieferant ;00021939;"GIORGIO ARMANI Retail srl German Branch ";" ";"Domagkstrae 10 ";" ";"80807 ";"Mnchen ";"089/291911-0 ";" ";"089/291911-90 ";" " +lieferant ;00021940;"Creal S.R.L ";"Creal S.R.L ";"Via Aristide de Togni 23 ";" ";"20123 ";"Milano ";" ";" ";" ";" " +lieferant ;00021949;"Foschi Vladim ";" ";"Via dei Setaioli 18, Blocco 9 ";" ";"40050 ";"Argelato ";"051-6646030 ";" ";"051-6647014 ";" " +lieferant ;00021952;"Santens GmbH ";" ";"Industriering ";" ";"41751 ";"Viersen ";" ";" ";" ";" " +lieferant ;00021958;"JUCHEM-MODEVERTRIEB ";" ";"BRESLAUER STR. 8 ";" ";"51460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00021963;"Udo Schmidt GmbH & Co. ";" ";"Hans-Bredow-Str. 38 ";" ";"28307 ";"Bremen ";"0421-48596-6 ";" ";"0421-487769 ";" " +lieferant ;00021966;"SEVI ";" ";"PONTIVES 37 ";" ";"39048 ";"ORTISEI ";" ";" ";" ";" " +lieferant ;00021969;"Gnther Gautzsch ";" ";"Seilerweg 14 ";" ";"50259 ";"Pulheim-Sinnersdorf ";" ";" ";" ";" " +lieferant ;00021976;"Susan Mosser ";" ";"Gaustr. 89 ";" ";"70193 ";"Stuttgart ";"0711-65675-76 ";" ";"0711-65675-75 ";" " +lieferant ;00021978;"OBERKASSEL 1 ";" ";"KAISER-FRIEDRICH-RING 1 ";"110849 ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00021988;"SHIRTLAND ";" ";"RIEDSTR. 12 ";" ";"71691 ";"FREIBERG A. N. ";" ";" ";" ";" " +lieferant ;00021990;"BASSET ";" ";"WEISSENSTEINSTR. 22 ";" ";"97737 ";"GEMUENDEN/MAIN ";" ";" ";" ";" " +lieferant ;00021991;"MODE SCHMIDT ";" ";"SCHADOW-STR. 57 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00021999;"Friedrich W. Schneider GmbH & ";" ";"Oskar-Schindler-Str. 11 ";" ";"51069 ";"Kln ";"0221-963558-0 ";" ";" ";" " +lieferant ;00022000;"Gerd Herbertz GmbH ";" ";"Woehlerstr. 10 ";" ";"79108 ";"Freiburg ";"0761 50481 0 ";" ";"0761 50481 48 ";" " +lieferant ;00022008;"Rolf Rauch GmbH ";" ";"Mhltalstr. 135A ";" ";"69120 ";"Heidelberg Handschuhsheim ";"06221/400457 ";" ";" ";" " +lieferant ;00022011;"CSG GmbH ";" ";"H.-J. Gormanns-str. 18 ";" ";"41812 ";"Erkelenz ";" ";" ";" ";" " +lieferant ;00022014;"F.Loch u. R.Storck GbR ";" ";"Eisenbahnstr. 45 ";" ";"67655 ";"Kaiserslautern ";"0631-3606110 ";" ";"0631-3606112 ";" " +lieferant ;00022021;"GA Operations S.p.A. ";"Giorgio Armani ";"Via Borgonuovo 11 ";" ";"20121 ";"Milano ";"+39-031/888411 ";" ";"+39-031/887151 ";" " +lieferant ;00022024;"CLAN/STEINMETZER ";" ";"WEISSER SSTR. 63 ";" ";"50996 ";"KOELN ";" ";" ";" ";" " +lieferant ;00022025;"MS Fashion GmbH ";" ";"Siemensstr. 12 ";" ";"50259 ";"Pulheim ";" ";" ";" ";" " +lieferant ;00022030;"Peter Dreck & Co. GmbH ";" ";"Dachsweg 11 ";" ";"53842 ";"Troisdorf-Spich ";"02241-44063 ";" ";"02241-408786 ";" " +lieferant ;00022032;"WeWo Fashion by Otto Werner GmbH ";" ";"An der Sauerwiese 9 ";" ";"97618 ";"Wollbach ";"09773/9102-0 ";" ";"09773/9102-50 ";" " +lieferant ;00022033;"EFEE TEXTILHANDELS GMBH ";" ";"BAHNHOFSTR. 15 ";" ";"63820 ";"ELSENFELD ";" ";" ";" ";" " +lieferant ;00022035;"Classic Knitting GmbH ";" ";"Modering 1A/822 ";" ";"22457 ";"Hamburg ";"040-55289690 ";" ";"040-552896915 ";" " +lieferant ;00022037;"Brgelmann Shne GmbH&Co.KG ";" ";"Brgelmannstr.16 - 18 ";"210129 ";"50527 ";"Kln ";"0221-8271-0 ";" ";" ";" " +lieferant ;00022053;"DEA s.r.l. ";" ";"Via Cavour 26/2 ";" ";"36031 ";"Dueville ";" ";" ";" ";" " +lieferant ;00022061;"BRAND BEKLEIDUNGS GMBH ";" ";"RUECKERSTR. 8 ";"1159 ";"63815 ";"ELSENFELD/MAIN ";" ";" ";" ";" " +lieferant ;00022066;"MaxMara Modevertrieb ";"Jutta Neumeister GmbH ";"Karl-Weimair-Str. 10 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00022068;"Basc ";" ";"Heerstr. 55 ";" ";"78628 ";"Rottweil ";" ";" ";" ";" " +lieferant ;00022072;"Bo Skin ";" ";"Leipziger Str. 58 ";" ";"09113 ";"Chemnitz ";" ";" ";" ";" " +lieferant ;00022073;"Conte of Florence GmbH ";" ";"Rheinstr. 15 ";" ";"66955 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00022082;"EISENMANN TEXTILIEN ";" ";"OSTERIEDE 9 A ";" ";"30827 ";"GARBSEN ";" ";" ";" ";" " +lieferant ;00022085;"Windsor-Hofmann + Co.AG ";" ";"Pfaffenhule 56 ";" ";"78224 ";"Singen ";" ";" ";" ";" " +lieferant ;00022090;"Peters KG ";" ";"Paulinenstr. 5 ";" ";"72250 ";"Freudenstadt ";"07441-88710 ";" ";" ";" " +lieferant ;00022094;"Sachsen Feuerwerk GmbH ";" ";"Pulvermhlenweg ";" ";"09599 ";"Freiberg ";"03731-3610 ";" ";"03731-361200 ";" " +lieferant ;00022098;"Intexx Comercial GmbH ";" ";"Parallelstrae 5a ";"1507 ";"22851 ";"Norderstedt ";"040/5213055 ";" ";"040/5217481 ";" " +lieferant ;00022100;"Stollwerk AG ";" ";"Stollwerkstr. 27-31 ";" ";"51149 ";"kln ";"02203-430 ";" ";"0220343319 ";" " +lieferant ;00022101;"Roedentaler Glasschmuck GmbH ";" ";"Langer Rain 15 ";" ";"96472 ";"Rdental ";"09563-72240 ";" ";"09563-4754 ";" " +lieferant ;00022102;"Konditorei Brueder Oebel GmbH ";" ";"Schulstr. 1 - 23 ";" ";"51103 ";"Kln ";"0221-987871 ";" ";"0221-987872 ";" " +lieferant ;00022104;"TOPHI Warenhandelsg.mbH&Co,KG ";" ";"Waidmannstr. 35 ";" ";"22759 ";"Hamburg ";"040-8531150 ";" ";"040-8512184 ";" " +lieferant ;00022105;"Jubin Import GmbH ";" ";"Reiterweg 6 ";" ";"44869 ";"Bochum ";"02327-70552 ";" ";"02327-74696 ";" " +lieferant ;00022111;"Steyerberger ";" ";"Sarninghuser St.47-49 ";" ";"31595 ";"Steyerberg ";"05764/9630 ";" ";"05764/96340 ";" " +lieferant ;00022112;"Kerzenmanufaktur Fuldatal ";" ";"Frankfurter Str. 8 ";" ";"36043 ";"Fulda ";"0661-83060 ";" ";"0661-830640 ";" " +lieferant ;00022114;"Carbone ";" ";"Kerkstraat 31 ";" ";"5390 ";"AA Nuland ";"073-5321397 ";" ";"073-5325979 ";" " +lieferant ;00022116;"Trenta-Studio ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00022121;"TUZZI Collection GmbH ";"(ehem Tuzzi Fashion GmbH) ";"Hans-Hofmann-Str. 11 ";" ";"95213 ";"Mnchberg ";"09251 4470 ";" ";" ";" " +lieferant ;00022124;"Harry Potter ";" ";"Knigsmhle 2-4 ";" ";"32293 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00022129;"Nicoli Fernando ";" ";"Via Piave, 18 ";" ";"36030 ";"Povolaro di Dueville ";"0444-590790 ";" ";"0444-591459 ";" " +lieferant ;00022132;"ING. LORO PIANA & C. ";" ";"CORSO ROLANDI 10 ";" ";"13017 ";"QUARONA ";" ";" ";" ";" " +lieferant ;00022142;"Ardison Heimtextilien GmbH ";" ";"Mariannenstr. 21 ";" ";"66271 ";"Kleinblittersdorf ";"+49 6805 9108 0 ";" ";"+49 6805 9108 10 ";" " +lieferant ;00022144;"Apimoda S.r.l. ";" ";"Via Limitese, 106 ";" ";"50059 ";"Vinci ";" ";" ";" ";" " +lieferant ;00022149;"Blizzard Deutschland ";" ";"Weissenbachstr. 1 ";" ";"88316 ";"Isny ";" ";" ";" ";" " +lieferant ;00022157;"ZEBRA ";" ";". ";"101533 ";"41015 ";"MOENCHENGLADBACH 1 ";" ";" ";" ";" " +lieferant ;00022178;"Askew s.r.l. Snowb. Boots Comp ";" ";"Via Mure, 75 ";" ";"31030 ";"Caselle di Altivole ";"39-423-919224-566268 ";" ";"39-423-915147 ";" " +lieferant ;00022179;"Testroet Haustextilien GmbH ";" ";"Im Knigsesch 8 ";"2322 ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00022180;"Otto Kern GmbH ZNL sterreich ";" ";". ";"10 ";"7499 ";"Mariasdorf ";"03353-26233 ";" ";"03353-2623314 ";" " +lieferant ;00022184;"Okamoto Sportswear GmbH ";" ";" ";"3580 ";"22848 ";"Norderstedt ";"040-53413400 ";" ";"040-53413444 ";" " +lieferant ;00022186;"Fabra Vertriebsgesellsch. mbH ";" ";"Nachtigallenweg 8 ";" ";"55627 ";"Merxheim ";"06754-9494-0 ";" ";"06754-1044 ";" " +lieferant ;00022192;"Arnold Weiss KG ";" ";"Httenweg 7 ";" ";"56244 ";"Maxsain ";" ";" ";" ";" " +lieferant ;00022194;"***Falke / Esprit Damen ";" ";"Oststr. 5 ";" ";"57392 ";"Schmallenberg ";"029727991 ";" ";"02972799319 ";" " +lieferant ;00022196;"Versteegh Bijoux Modeaccessoires GmbH ";" ";"Breslauer Strae 8, Imotex 5. Etage ";" ";"41460 ";"Neuss ";"02131/101758 ";" ";"02131/3659225 ";" " +lieferant ;00022198;"Pan Lederwaren & Textil Grosshandel GmbH";" ";"Ingolstdter Str. 45 ";" ";"80807 ";"Mnchen ";"089/35029208 ";" ";"089/35744833 ";" " +lieferant ;00022204;"Christopherus Verlag ";" ";"Hermann-Heerder-Str. 4 ";" ";"79104 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00022206;"Georgi Sportbekleidung ";" ";"Manchasterstr. 21 ";" ";"72458 ";"Albstadt ";"07431-73295 ";" ";"07431-72583 ";" " +lieferant ;00022208;"Ernst Schrpf & Co. AG ";" ";"unbekannt ";" ";"9001 ";"St. Gallen ";" ";" ";" ";" " +lieferant ;00022209;"Fiebiger Floristik GmbH ";" ";"Hoechster Str. 5 ";" ";"86399 ";"Bobingen ";"08294-9609-0 ";" ";"08234-9609-66 ";" " +lieferant ;00022211;"Industries s.r.l. Universionale ";" ";"Foro Buonaparte 51 ";" ";"20121 ";"Milano ";" ";" ";" ";" " +lieferant ;00022218;"La Siesta GmbH ";" ";"Im Wiesenweg 4 ";" ";"55270 ";"Jugenheim ";"06130/9119-19 ";" ";"06130/9119-10 ";" " +lieferant ;00022219;"After Eden GmbH ";" ";"Am Ullrichsberg 26 ";" ";"68309 ";"Mannheim ";"0621/3288630 ";" ";" ";" " +lieferant ;00022223;"Inntaler Hirschhorn-Verarbeitung GmbH ";" ";"Klner Weg 2 ";" ";"83088 ";"Kiefersfelden ";"+49 8033 1063 ";" ";"+49 8033 4307 ";" " +lieferant ;00022224;"CCS Royal Brillenmode GmbH ";" ";"Rlerstr. 30 ";" ";"09120 ";"Chemnitz ";"0371-539110 ";" ";"0371-5391111 ";" " +lieferant ;00022225;"Inter-Adidas ";" ";"Neckargartacher Str. 94 ";"1569 ";"74080 ";"Heilbronn ";" ";" ";" ";" " +lieferant ;00022231;"Ga Ga s.r.l. napoli ";" ";"Vile dei Platani, 29 ";" ";"80040 ";"S.Sebastiano al Vesuvio ";" ";" ";" ";" " +lieferant ;00022239;"Josef Sldenwagner ";"Wild Geflgel ";"Mitterweg 5 ";" ";"84333 ";"Malgersdorf ";"+49 9954 328 ";" ";" ";" " +lieferant ;00022240;"SOLID AS ";" ";"Birkenmose Alle 37 ";" ";"6000 ";"Kolding ";" ";" ";" ";" " +lieferant ;00022243;"Kangaroo GmbH ";" ";"Herrenhaus Altfresenburg ";" ";"23843 ";"Bad Oldesloe ";" ";" ";" ";" " +lieferant ;00022246;"Jean Marcel ";"Daniel Hechter ";"Sinnlerstr. 10 ";" ";"75172 ";"Pforzheim ";" ";" ";" ";" " +lieferant ;00022249;"Beate Winterhalter JAW ";" ";"Am Stadtweg 2 a ";" ";"63791 ";"Karlstein ";"06188-990742 ";" ";"06188-990744 ";" " +lieferant ;00022255;"Modum Ag ";" ";"Christoph-Merian-Ring ";"Reinach ";"CH ";"Schweiz ";"0041617115600 ";" ";"0041617115777 ";" " +lieferant ;00022256;"Yomanis First Class Fashion ";"Bekleidungs GmbH ";"Neulehenstr. 8 ";" ";"33777 ";"Halle ";" ";" ";" ";" " +lieferant ;00022257;"Castello del Barro s.r.l. ";" ";"Via per Molteno, 28/2. ";" ";"23848 ";"Oggiono ";" ";" ";" ";" " +lieferant ;00022259;"Chic+Mit Modevertriebs GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"0211 91739605 ";" ";"0211 91739607 ";" " +lieferant ;00022262;"G-Star International B.V. ";" ";"Keienbergweg 100 ";" ";"1101 GH ";"Amsterdam ";"+31-20/567 7600 ";" ";"+31-20/567 7699 ";" " +lieferant ;00022263;"pro/concept Vermarktungs GmbH ";" ";"Einsteinstr. 9 ";" ";"68519 ";"Viernheim ";"06204/9646-77 ";" ";"06204/9646-78 ";" " +lieferant ;00022264;"Andreas Nickel Accessoires+Mor ";" ";"Am Steigfeld 11 ";" ";"86568 ";"Hollenbach ";" ";" ";" ";" " +lieferant ;00022265;"Erich Kopschitz Kerzenfabrik ";" ";" ";"1062 ";"94094 ";"Rotthalmnster ";"08533-2010 ";" ";"08533-20120 ";" " +lieferant ;00022266;"Otto Kern GmbH ";" ";"In der Vorstadt 19 ";" ";"72768 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00022268;"Converse Netherlands BV ";" ";"Colosseum 1 ";" ";"1213 NL ";"Hilversum ";"+31-35/642 5552 ";" ";" ";" " +lieferant ;00022269;"All Star D.A.CH. GmbH ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";"02131/74963-0 ";" ";"02131/74963-10 ";" " +lieferant ;00022274;"Jefferson ";" ";"Lindenstr. 169 ";" ";"40233 ";"Dsseldorf ";"0211-69807-15 ";" ";"0211-60807-16 ";" " +lieferant ;00022275;"AldaBaby Spa ";" ";"Rocafort 239, S/a1 ";" ";"08029 ";"Barcelona ";"34-933222709 ";" ";"34-609905178 ";" " +lieferant ;00022277;"Redfield GmbH ";" ";"Zeppelinstrae 321 ";" ";"45470 ";"Mlheim a.d. Ruhr ";"0208/302-40 ";" ";"0208/302-4133 ";" " +lieferant ;00022278;"CINQUE GMBH ";" ";"LAUTENSCHLAGERSTR. 20 ";" ";"70173 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00022279;"bedacht ";"Simon & Schulz GbR ";"Hontzlarstrae 8 ";" ";"41238 ";"Mnchengladbach ";"02166/1892-80 ";" ";"02166/1892-82 ";" " +lieferant ;00022281;"Koton Textil Group GmbH ";" ";"Ingolstdter Str. 40 ";" ";"80807 ";"Mnchen ";"089-3507007 ";" ";"089-3507006 ";" " +lieferant ;00022283;"Delta ";" ";"Adam-Mueller-Str. 39 ";" ";"66954 ";"Pirmasens ";"06331-545-0 ";" ";"06331-545-115 ";" " +lieferant ;00022284;"Gabor Shoes AG ";" ";"Marienberger Strae 31 ";"100351 ";"83024 ";"Rosenheim ";"08031/801-0 ";" ";"08031/801-275 ";" " +lieferant ;00022285;"Gabor Footwear GmbH ";" ";"Marienberger Strae 31 ";" ";"83024 ";"Rosenheim ";"08031/8091-5 ";" ";"08031/8091-610 ";" " +lieferant ;00022288;"LLOYD Shoes GmbH ";" ";"Hans-Hermann-Meyer-Strae 1 ";"14 40 ";"27232 ";"Sulingen ";"04271/940-0 ";" ";"04271/1680 ";" " +lieferant ;00022289;"Marc O'Polo Shoes GmbH ";"ehem. (Marc O'Polo Shoes & Accessories) ";"Hofmhlstr. 32 ";"1153 ";"83071 ";"Stephanskirchen ";"08036/90-1619 ";" ";" ";" " +lieferant ;00022290;"Pare BV ";" ";"Handelsweg 14 ";" ";"9482 ";"We Tynaarlo ";" ";" ";" ";" " +lieferant ;00022291;"RICOSTA Schuhfabriken GmbH ";" ";"Drrheimer Strae 43 ";"1480 ";"78166 ";"Donaueschingen ";"0771/805-0 ";" ";"0771/805-222 ";" " +lieferant ;00022292;"Max Mara Basic ";" ";"Karl-Weinmaier-Str. 10 ";" ";"80807 ";"Mnchen ";"089-3595792 ";" ";"089-3598367 ";" " +lieferant ;00022294;"Rieker Schuh GmbH ";" ";"Gnscker 31 ";"240 ";"78532 ";"Tuttlingen ";"07462/201-0 ";" ";"07462/7013 +7874 ";" " +lieferant ;00022295;"Theresia Muck GmbH ";" ";"Hohlstr. 4-6 ";" ";"76891 ";"Bruchweiler ";"06394-9214-0 ";" ";"06394-9214-15 ";" " +lieferant ;00022298;"Marc O'Polo Shoes & Accessories ";"Accessories ";"Hofmhlstr. 32 ";"1153 ";"83071 ";"Stephanskirchen ";"08031/9011-200 ";" ";"08031/9011-280 ";" " +lieferant ;00022304;"zz~Khujo ";" ";"Beim Alten Schtzenhof 4 ";" ";"22083 ";"Hamburg ";"040/22944750 ";" ";"040/22944755 ";" " +lieferant ;00022312;"Compagnia Delle Pelli ";" ";"Via Lega Lombarda 1 ";" ";"24040 ";"Bergamo, Bonate Sopra ";" ";" ";" ";" " +lieferant ;00022313;"Rodel S.p.A. ";" ";"Via Borgo Belvedere, 23 ";" ";"25020 ";"Dello (Bresica) ";"+39-030/9719121 ";" ";"+39-030/9718078 ";" " +lieferant ;00022315;"Susanno Espagni ";"Schwimmgrtelvertrieb ";"Staustufe 1 ";" ";"31628 ";"Landesbergen ";" ";" ";" ";" " +lieferant ;00022318;"Heinz Antstz KG ";"JAB Teppiche ";"Dammheider Strasse 67 ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00022324;"***Tommy Hilfiger Europe B.V. ";" ";"Stadthouderskade 6 ";" ";"1054 ";"ES Amsterdam ";"0031-20-5899888 ";" ";"0031-20-5899880 ";" " +lieferant ;00022329;"Gran Sasso ";" ";"unbekannt ";" ";"64016 ";"Egidio alla Vibtala (Teramo) ";" ";" ";" ";" " +lieferant ;00022330;"M.O.H. Top Sales&Service GmbH ";" ";"Hummelsbuetteler Landstr. 92 ";"760709 ";"22339 ";"Hamburg ";"040-2787030 ";" ";"040-27877647 ";" " +lieferant ;00022331;"Walz Feine Wsche GmbH ";" ";"Lerchenweg 4 ";" ";"72406 ";"Bisingen ";"07476/94120 ";" ";"07476/941210 ";" " +lieferant ;00022332;"Rodi ";" ";"Industriestr. 6/2 ";" ";"88499 ";"Riedlingen ";"07371-965452 ";" ";"07371-923942 ";" " +lieferant ;00022333;"Simex Outdoor International GmbH ";" ";"Schiefbahner Strae 12 ";" ";"41748 ";"Viersen ";"02162/10200-0 ";" ";"02162/10200-10 ";" " +lieferant ;00022334;"Donic Sportartikel ";" ";"Vorderster Berg 7 ";" ";"66303 ";"Vlkingen ";" ";" ";" ";" " +lieferant ;00022335;"in Time ";" ";"Rather Str. 110 a Gebude 40 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00022352;"Ultimo Jeans GmbH ";" ";"Vor Dem Linzertor 2 ";" ";"4072 ";"Eferding ";"07274-7956 ";" ";"07274-7956 ";" " +lieferant ;00022353;"Blindenwerkstaetten Wunsiedel ";"GmbH ";"Pfaelzer Gaesschen 11 ";" ";"95692 ";"Wunsiedel ";"09232-97000 ";" ";"09232-970230 ";" " +lieferant ;00022356;"Chen Niebo ";" ";"Modecentr.Hannover Hessenstr.1 ";" ";"30865 ";"Langenhagen ";"0511 7854189 ";" ";" ";" " +lieferant ;00022360;"WPM & Jeans Manifatture ";" ";"Pri.Industr.Abbigliam. Giovane ";" ";"64015 ";"Nereto ";" ";" ";" ";" " +lieferant ;00022362;"Frequent Design Textilvertr. ";"Frequent Textilien GmbH ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089-35042870 ";" ";"089-35042871 ";" " +lieferant ;00022370;"Schlaraffia-Werke GmbH & Co KG ";" ";"Schlaraffiastrasse 1 - 10 ";" ";"44867 ";"Bochum ";" ";" ";" ";" " +lieferant ;00022373;"Ganzert GmbH Wattelinfabrik ";" ";"Reisingerstr. 13 ";"1117 ";"85737 ";"Ismaning ";" ";" ";" ";" " +lieferant ;00022382;"Max Mara Weekend ";" ";"66, via Fratelli Cervi ";" ";"42100 ";"Reggio Emilio ";" ";" ";" ";" " +lieferant ;00022390;"Franz Brehme Lederwaren ";" ";"Otto-Hahnstr. 1 ";" ";"29664 ";"Walsrode ";" ";" ";" ";" " +lieferant ;00022395;"DT-Collection ";" ";"Eichenweg 5 ";" ";"87660 ";"Markt-Irsee ";"08341-3404 ";" ";"08341-3407 ";" " +lieferant ;00022396;"Max Mara Basic s.r.l. ";" ";"Via Giulia Maramotti, 4 ";" ";"42100 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00022397;"Hillo International ";" ";"Sorovej 6 ";" ";"4200 ";"Slagelse ";" ";" ";" ";" " +lieferant ;00022399;"Texlstyle e.K. ";" ";"Zeppelinstr. 138 ";" ";"66953 ";"Pirmasens ";"06331-5565-0 ";" ";"06331-5565-25 ";" " +lieferant ;00022401;"***Mind Companies AS ";" ";"Niels Bohrs VEJ 17 ";"P.O. Box 683 Stilling ";"8660 ";"Skander Borg ";" ";" ";" ";" " +lieferant ;00022420;"Corts + Trapp ";" ";"Im Langenstueck 6 ";" ";"58093 ";"Hagen ";" ";" ";" ";" " +lieferant ;00022421;"Sparkling AG ";" ";"Alte Landstr. 9 A ";" ";"8802 ";"Kilchberg ";" ";" ";" ";" " +lieferant ;00022422;"MT Handelsagentur ";" ";"Hauptstr. 55 ";" ";"77799 ";"Ortenberg ";"0781-9480221 ";" ";"0781-9480328 ";" " +lieferant ;00022425;"von zur Gahten ";" ";"Schevenerstr. 57 a ";" ";"45549 ";"Sprockhvel ";" ";" ";" ";" " +lieferant ;00022431;"Mendels Fashion Group ";" ";"Helmkamp 46F ";"P.O. Box 28 ";"7091 HR ";"Dinxperlo ";"+31-315/653202 ";" ";"+31-315/654276 ";" " +lieferant ;00022434;"Eddy's Jackets ";"Edwin Peters Textilhandels Gmb ";"Siemensstr. 31 ";" ";"47533 ";"Kleve ";"02821971208 ";" ";"02821971209 ";" " +lieferant ;00022438;"Coelima Textil AG ";" ";"Zeughausgasse 20 ";" ";"6300 ";"Zug ";"041-7111007 ";" ";"041-7119450 ";" " +lieferant ;00022440;"D. Jacobson & Sons Ltd (Gola) ";" ";"Bacup Road ";" ";"BB4 7PA ";"Cloughfold, Rawtenstall, Lancahire ";"+44-1706/219444 ";" ";"+44-1706/214324 ";" " +lieferant ;00022445;"Kentex Trading ";" ";" ";" ";" ";"Hongkong ";" ";" ";" ";" " +lieferant ;00022446;"Remus GmbH Prod.u.Entwick.GmbH ";" ";"Raiffeisenstr. 36 ";" ";"70794 ";"Filderstadt-Bonlanden ";"0711-7784-312 ";" ";"0711-7784390 ";" " +lieferant ;00022447;"KONG DEUTSCHLAND ";" ";"DIESELSTR. 7 ";" ";"85551 ";"KIRCHHEIM ";" ";" ";" ";" " +lieferant ;00022448;"Bielefelder Leinen-Vertriebsges. mbH ";" ";"Ernst-Rein-Str. 41 ";" ";"33611 ";"Bielefeld ";"0521/133291 ";" ";"0521/133298 ";" " +lieferant ;00022461;"***VAN VO INTERNATIONAL BV ";" ";"KONINGSLIJN 16 ";" ";"7312 ";"GH APELDOORN ";" ";" ";" ";" " +lieferant ;00022465;"Calvin Klein Accessoires ";" ";"Fazantweg 4 ";"Box120 ";"4791 RR ";"Klundert ";"+31-168356900 ";" ";"+31-168356901 ";" " +lieferant ;00022467;"My Life Jeans and More ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131274223 ";" ";"021312755954 ";" " +lieferant ;00022468;"Union Knopf GmbH ";" ";"LILIENTHALSTR. 2-4 ";" ";"33689 ";"Bielefeld ";"05205/120 ";" ";"05205/12306 ";" " +lieferant ;00022472;"HECO BREMEN ";" ";"FAULENSTR. 70 ";" ";"28195 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00022479;"Marchon Europe B.V. ";" ";"Deccaweg 33 ";" ";"1042 AE ";"Amsterdam ";"+31-20/55815031 ";" ";"+31-20/50815069 ";" " +lieferant ;00022480;"Marchon Germany GmbH ";" ";"Kopernikusstrae 15 ";"50 04 26 ";"85221 ";"Dachau ";"0800/7552020 ";" ";"08131/92067 ";" " +lieferant ;00022482;"T.H.W. ";" ";"Schulterblatt 110 ";"306301 ";"20357 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00022485;"Mauritius ";" ";"Altonaer Poststr. 9 A ";" ";"22767 ";"Hamburg ";"0404301001 ";" ";"0404303030 ";" " +lieferant ;00022487;"Beaudy Lexx - van Manen GmbH & Co. KG ";" ";"Brgerkamp 6 ";" ";"48565 ";"Steinfurt ";"02251/86230 ";" ";"02251/862360 ";" " +lieferant ;00022491;"Harold's Lederwaren GmbH ";" ";"Lmmerspieler Strae 40-42 ";"2160 ";"63179 ";"Obertshausen ";"06104/79081 ";" ";"06104/76049 ";" " +lieferant ;00022499;"GO ON MUELLER-SESTEN ";" ";"KARLSTR. 26 ";" ";"76133 ";"KARLSRUHE ";" ";" ";" ";" " +lieferant ;00022500;"Margarete Steiff GmbH ";" ";"Richard-Steiff-Stae 4 ";"15 60 ";"89537 ";"Giengen/Brenz ";"07322/131-1 ";" ";"07322/131-266 ";" " +lieferant ;00022504;"Dita International B.V. ";" ";"Strijkviertel 35 i ";" ";"3454 ";"PJ De Meern ";" ";" ";" ";" " +lieferant ;00022505;"Xenofit GmbH ";" ";"Midgardstr. 7 ";" ";"82327 ";"Tutzing ";"08158257300 ";" ";"08158257250 ";" " +lieferant ;00022506;"Francisca R. Pomares ";" ";"Avda. de Alicante, 73 Entlo ";" ";"03202 ";"Elche Alicante ";" ";" ";" ";" " +lieferant ;00022512;"American Sportswear Vertr.GmbH ";" ";"Augsburger Str. 70 ";" ";"87700 ";"Memmingen ";"08331982994 ";" ";"08331496544 ";" " +lieferant ;00022520;"Mser Austria GmbH ";" ";"An der Pnt 45 ";" ";"40885 ";"Ratingen ";"02102/87566-0 ";" ";"02102/87566-10 ";" " +lieferant ;00022526;"MCM-Fashion, Agentur Schwenn-Friede ";" ";"Heinrich-Gereke-Str. 4 ";" ";"31073 ";"Delligsen ";" ";" ";" ";" " +lieferant ;00022527;"KESS Girl Fashion Collection ";" ";"Schlachthofstr. 81 - 83 ";" ";"99095 ";"Erfurt ";" ";" ";" ";" " +lieferant ;00022535;"P.W.H. Originals B.V. ";" ";"Zillenhardtstr. 2/2 ";" ";"73037 ";"Goeppingen ";" ";" ";" ";" " +lieferant ;00022536;"Future Fashion GmbH ";" ";"Kuckuksweg 1 ";" ";"63322 ";"Rdermark ";" ";" ";" ";" " +lieferant ;00022541;"selected ";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00022542;"Tempest Sturm-Strick.Chic GmbH ";" ";"Matheus-Wagner-Str. 37 - 40 ";"5001 ";"72770 ";"Reutlingen ";"070727224 ";" ";"070728421 ";" " +lieferant ;00022543;"OXBOW ";" ";"ALEM WEG 9 ";" ";"87645 ";"SCHWANGAN ";" ";" ";" ";" " +lieferant ;00022545;"Calzaturificio Skandia ";" ";"Via H. Diaz, 15 ";" ";"31048 ";"San Biagio di Callalta ";"0422790552 ";" ";"0422790586 ";" " +lieferant ;00022552;"Schuh-Team GmbH ";" ";"Wulfshofstr. 20 ";" ";"44149 ";"Dortmund ";"0231/96592-0 ";" ";"0231/96592-40 ";" " +lieferant ;00022556;"Reh Kendermann GmbH ";" ";"Am Ockenheimer Graben 35 ";" ";"55411 ";"Bingen / Rhein ";"067219010 ";" ";"06721901261 ";" " +lieferant ;00022557;"Karl Loy Bandweberei GmbH ";" ";"Justus-von-Liebig-Str. 13 ";" ";"86899 ";"Landsberg am Lech ";"08191/9452-34 ";" ";"08191/9452-66 ";" " +lieferant ;00022558;"Goldina Loy GmbH + Co. KG ";" ";"Justus-von-Liebig-Str. 13 ";" ";"86899 ";"Landsberg am Lech ";"08191/9452-0 ";" ";"08191/9452-55 ";" " +lieferant ;00022560;"UTP - United Teak Producers ";" ";"Gottlieb-Daimler Str. 2 ";" ";"24568 ";"Kaltenkirchen ";"0419195070 ";" ";"04191950779 ";" " +lieferant ;00022561;"Sun-Garden GmbH ";" ";"Emsdettener Str. 233 ";" ";"48485 ";"Neuenkirchen ";"059736090 ";" ";"05973609109 ";" " +lieferant ;00022562;"Westaromic GmbH ";" ";"Bahnhofsplatz 10 - 12 ";" ";"42859 ";"Remscheid ";"02191782230/7910 ";" ";"02191791077/7812 ";" " +lieferant ;00022563;"Sternberg MCT GmbH ";" ";"Ueberseering 11 ";" ";"22297 ";"Hamburg ";"04063647112 ";" ";"0406326519 ";" " +lieferant ;00022569;"Dieter Breder ";" ";"Daniel Poeppelmann 14 ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00022570;"Cassabder S.A. ";" ";"3, Limnou Str. ";" ";"54627 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00022571;"Catria / Big Deal ";" ";"Hochstr. 91 ";" ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00022572;"Evita ";"Unit 5 Evita House ";"Sussex Street ";" ";" ";"Leicester LE5 3BF ";" ";" ";" ";" " +lieferant ;00022573;"Finale Sport GmbH ";" ";"Zur Rampe 8 ";"1163 ";"49456 ";"Bakum ";" ";" ";"04446/370 ";" " +lieferant ;00022578;"Belika A/S ";" ";"Eli Christensensvej 49-53 ";" ";"7430 ";"Ikast ";"+45-9960 1111 ";" ";"+45-9960 1158 ";" " +lieferant ;00022586;"Fun Kiwi ";" ";"91, Boulevard Voltaire ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00022589;"Gut Strickmoden GmbH ";" ";"Banater Str. 11 ";" ";"72479 ";"Straberg ";" ";" ";" ";" " +lieferant ;00022595;"Jaswin Fabrics Ltd. ";" ";"378, Western Road ";" ";"99999 ";"Leicester ";" ";" ";" ";" " +lieferant ;00022603;"Heinz Knigseder GmbH & Co.KG ";" ";"Philipp-Melanchthon-Strae 8 ";" ";"92224 ";"Amberg ";"09621/4862-0 ";" ";"09621/4862-48 ";" " +lieferant ;00022604;"Link GmbH ";"Expression by Speierer ";"Hauptstr. 217 ";" ";"77866 ";"Rheinau ";"07844/9939-0 ";" ";"07844/9939-19 ";" " +lieferant ;00022610;"Marc SARL ";" ";"57, Boulevard Voltaire ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00022615;"Mod'Sun S.A.R.L. ";" ";"37, rue du Chemin Vert ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00022619;"Nosch Sportswear GmbH ";"Haus Imotex London ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00022620;"Monopol GmbH ";" ";"Otto-Hahn-Str. 13 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00022622;"Ludwig Reiter ";"Schuhmanufaktur ";"Weingartenallee 2 ";" ";"1220 ";"Wien ";"+43 1 2559300 ";" ";"+43 1 255930077 ";" " +lieferant ;00022625;"Krah GmbH ";" ";"Schmitzschulstr. 125 ";" ";"82667 ";"Garmisch-Partenkirchen ";" ";" ";" ";" " +lieferant ;00022628;"Surf Development GmbH ";" ";"Schlo Kreuth 2 ";" ";"91180 ";"Heideck ";"09177/4988-0 ";" ";"09177/4988-22 ";" " +lieferant ;00022633;"Dak's London ";"Francis Lord S.R.L. ";"Via del Padule 2312 ";" ";"50018 ";"Scandicci ";" ";" ";" ";" " +lieferant ;00022634;"Baumgart-Kretzschmar GmbH ";"junior b. festive boys ";"Hansastr. 1 ";" ";"49134 ";"Wallenhorst-Hollage ";"05407/81391-0 ";" ";"05407/81391-19 ";" " +lieferant ;00022635;"Schtzen-u.Vereinsartikel ";" ";"Schne Aussicht 31 ";" ";"33178 ";"Borchen-Etteln ";" ";" ";" ";" " +lieferant ;00022637;"Himalaya Textilh GmbH. ";" ";"Rthbargweg 2b (Bei der Braaker Mhle) ";" ";"22145 ";"Braak bei Hamburg ";"040 68877200 ";" ";"040 688772020 ";" " +lieferant ;00022640;"Alfatex Stoffhaus ";" ";"Zechenweg 5 ";" ";"34233 ";"Fulda ";" ";" ";" ";" " +lieferant ;00022645;"Celestine GmbH ";" ";"Berliner Str. 31 ";" ";"14467 ";"Potsdam ";" ";" ";" ";" " +lieferant ;00022666;"Pohl-Stoffe ";" ";"Langestr. 8 ";" ";"99706 ";"Grossfurra ";" ";" ";" ";" " +lieferant ;00022669;"Martin Pedersen ";" ";"Bytoften 68 ";" ";"7400 ";"Herning ";" ";" ";" ";" " +lieferant ;00022670;"Bernd Reinhold ";" ";"Glockenweg 19 ";" ";"48431 ";"Rheine ";" ";" ";" ";" " +lieferant ;00022677;"Schnderlein & Helm ";" ";"Randersackerer Str. 51 ";" ";"97072 ";"Wrzburg ";" ";" ";" ";" " +lieferant ;00022682;"The Clou GmbH, Escada AG ";" ";"Kufsteiner Str. 4 a ";" ";"81679 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00022685;"Maglificio Bellandi ";" ";"Via G. Pascoli 19/21 ";" ";"51037 ";"Montale ";" ";" ";" ";" " +lieferant ;00022689;"Secon Deutschland GmbH ";" ";"Karl-Arnold-Platz 1 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00022690;"Extended Traders BV ";" ";"Binnenkant 29 ";" ";"1011 ";"BJ Amsterdam ";" ";" ";" ";" " +lieferant ;00022698;"Mox ";" ";"Mittelstr. 47 ";" ";"22869 ";"Schenefeld/Hamburg ";"040-84050410-9 ";" ";"040-84050428 ";" " +lieferant ;00022702;"Lady Manhattan GmbH ";" ";"Schillerstr. 21-27 ";"1363 ";"73054 ";"Eislingen ";"07161-803803 ";" ";"07161-803233 ";" " +lieferant ;00022705;"Enderlein GmbH & Co.KG ";" ";"Erkelenzdamm 3 ";" ";"10999 ";"Berlin ";"030-616820 ";" ";"030-6145058 ";" " +lieferant ;00022708;"Online Schreibgerte GmbH ";" ";"Moosweg 8 ";" ";"92318 ";"Neumarkt ";"09181/2596-0 ";" ";"09181/2596-99 ";" " +lieferant ;00022712;"Christoph Morgenstern ";" ";"Goldberg 10 ";" ";"94036 ";"Passau ";" ";" ";" ";" " +lieferant ;00022713;"Siste's S.P.A. ";" ";"Via F. Biondo, 10 ";" ";"47039 ";"Savignano sul R. ";"051864678 ";" ";"051860049 ";" " +lieferant ;00022716;"MOONDAY-Fashion GmbH ";" ";"Neustrasse 12 ";" ";"72379 ";"Hechingen ";"07471/96015-0 ";" ";"07471/96015-29 ";" " +lieferant ;00022718;"Brautschmuck Blenk ";" ";"Zettlerstr. 4 ";" ";"87448 ";"Waltenhofen ";"08303-246 ";" ";"08303-1299 ";" " +lieferant ;00022722;"Herkner & Hebben ";" ";"Alte Forststrasse 19 ";" ";"51107 ";"Kln ";"0221864988 ";" ";"0221864988 ";" " +lieferant ;00022726;"Burini S.P.A. ";" ";"Via Trento 16 ";" ";"24035 ";"Bergamo ";" ";" ";" ";" " +lieferant ;00022729;"Blue Velvet World GmbH ";" ";"Obere Strasse 40 ";" ";"71263 ";"Weil der Stadt ";"07033412726 ";" ";"07033305485 ";" " +lieferant ;00022731;"TB Fashion GmbH ";" ";"Karl-Weinmair-Str. 6 ";" ";"80807 ";"Mnchen ";"08935099994 ";" ";"08935099995 ";" " +lieferant ;00022733;"Lttig GbR ";" ";"Windelsbleicher Str. 14 ";" ";"33335 ";"Gtersloh-Friedrichsdorf ";"05209-3221 ";" ";"05209-4704 ";" " +lieferant ;00022739;"Pierre Cardin Leder ";" ";"Messenhaeuser Str. ";" ";"63322 ";"Roedermark ";" ";" ";" ";" " +lieferant ;00022741;"Nastrovje P. GmbH & Co. KG ";" ";"Niederwiesenstrae 28 ";" ";"78050 ";"VS-Villingen ";"07721/9442-0 ";" ";"07721/9442-200 ";" " +lieferant ;00022745;"Trimil S.A. ";" ";"Via Penate, 4 ";" ";"6850 ";"Mendrisio ";"41/091-6403800 ";" ";"41/091-6403801 ";" " +lieferant ;00022748;"Zentrale Handelsgesellsch. mbH ";" ";"Mittelrheinstr. 23 ";" ";"67550 ";"Worms ";"06242/90200 ";" ";"06242/9025290 ";" " +lieferant ;00022754;"Union Decor Import ";" ";"Bruesseler Str. 3 ";" ";"30539 ";"Hannover ";" ";" ";" ";" " +lieferant ;00022755;"zz~Fabrica de Tecidos de Viuva ";" ";"Soejedade Anonimma ";" ";"4815-901 ";"Caldas de Vizela ";"253489300 ";" ";"253585260 ";" " +lieferant ;00022758;"JOSEF KRIMMER ";" ";"TAUNUSSTR. 45/MTC HAUS ";" ";"85356 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00022763;"Connecting Fashion GmbH ";" ";"Boschaplatz 3 ";" ";"95355 ";"Presseck ";"0922299010 ";" ";"09222990111 ";" " +lieferant ;00022766;"Sarah Loom Mode GmbH ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00022767;"Erich Rohde GmbH ";" ";"Erich-Rohde-Strae 22 ";" ";"34613 ";"Schwalmstadt ";"06691/78-0 ";" ";" ";" " +lieferant ;00022768;"Concerto ";" ";"Industriestr. 27 ";" ";"40822 ";"Mettmann ";" ";" ";" ";" " +lieferant ;00022769;"Roman Look s.r.l. ";" ";"Campo Mirabello ";" ";"65010 ";"Montebello Di Bertona ";" ";" ";" ";" " +lieferant ;00022770;"Wang & Zhou ";" ";"Haus A Raum 119 Modering 1 ";" ";"22457 ";"Hamburg ";"040-55007278 ";" ";" ";" " +lieferant ;00022774;"Charisma GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"089-3244367 ";" ";"089-3244368 ";" " +lieferant ;00022776;"S.Tomaschek ";" ";"Islinger Weg 5 ";" ";"93055 ";"Regensburg ";"02171/345345 ";" ";"0941/2907281 ";" " +lieferant ;00022777;"Saleen Kunststoff GmbH ";" ";"Winkelsen 17-19 ";" ";"58762 ";"Altena ";"02352/9181-0 ";" ";"02352/9181-37 ";" " +lieferant ;00022778;"Gnoato SRL. ";" ";"Via E. Fermi, 2 ";" ";"36056 ";"Tezze Sul Brenta ";" ";" ";" ";" " +lieferant ;00022780;"Distribution Service Hagemann ";" ";"Ringstr- 4 ";" ";"82223 ";"Eichenau ";" ";" ";" ";" " +lieferant ;00022782;"Olly Dees ";" ";"Schwerstr. 58-60 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00022787;"Chartage Retail bvba ";" ";"Burg Heymansplein 40/2 ";" ";"3581 ";"Beverlo ";"003211393748 ";" ";"003211346942 ";" " +lieferant ;00022791;"Carina's Young Fashion ";" ";"Otto-Hahn-Str. 1 ";" ";"63303 ";"Dreieich ";"06103936076/936077 ";" ";"06103936078 ";" " +lieferant ;00022795;"Dobberke Mode-Vertriebs-GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00022796;"Return GmbH ";"Modesco GmbH ";"Hofstr. 8 ";" ";"41363 ";"Jchen-Otzenrath ";"02164-942555 ";" ";"02164-942556 ";" " +lieferant ;00022797;"Eclipse Tex-Box GmbH ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00022798;"Chiemlorz GmbH ";" ";"Marktplatz 13 ";" ";"65183 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00022802;"Angeli GmbH ";" ";"In Buehlen 2-4 ";" ";"72768 ";"Reutlingen ";"+49 712163318 ";" ";"+49 712163340 ";" " +lieferant ;00022804;"Barth OHG ";" ";"Schlichtestr. 29 ";"263 ";"72393 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00022806;"Trek & Travel ";" ";"Rheiner Str. 28 ";" ";"48499 ";"Salzbergen ";"05976270 ";" ";"0597627419 ";" " +lieferant ;00022808;"Teidem GmbH ";" ";"Derendorfer Allee 4 ";" ";"40476 ";"Dsseldorf ";"0211/51502410 ";" ";"0211/51502411 ";" " +lieferant ;00022809;"Hero's ";"Danz GmbH & Co. KG ";"Rebenhof 22 ";" ";"33609 ";"Bielefeld ";"0521-331085 ";" ";"0521-331892 ";" " +lieferant ;00022813;"Playboy Apart In ";"Walter Hudetz ";"Breite Gasse 65 ";" ";"90402 ";"Nrnberg ";"0911227531 ";" ";"0911227521 ";" " +lieferant ;00022814;"Von Holdt GmbH ";" ";"Kaiserstr. 39 - 49 ";" ";"63065 ";"Offenbach ";"06980500 ";" ";"0698050414 ";" " +lieferant ;00022822;"Gebr. Oebel ";" ";"Schulstr. 1 - 23 ";" ";"51103 ";"Koeln - Hoehenberg ";"0221987871 ";" ";"0221987872 ";" " +lieferant ;00022823;"Adelina Scheiter GmbH ";" ";"Ruchelnheimstrae 20 ";" ";"63743 ";"Aschaffenburg ";"06028/9725-0 ";" ";"06028/8088 ";" " +lieferant ;00022828;"Ceka Carl Koett AG ";" ";"Richterstr. 14-16 ";" ";"45143 ";"Essen ";"0201-634900 ";" ";"0201640316 ";" " +lieferant ;00022830;"Mazine GmbH ";" ";"Bahnstr. 38 ";" ";"45468 ";"Mhlheim a.d.Ruhr ";"0208-44431-45 ";" ";"0208-44431-62 ";" " +lieferant ;00022831;"Paras International ";" ";"Hans-Boeckler-Str. 14 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00022836;"FCT Fashion Consulting Trading ";" ";"Bahnhofstr. 29-31 ";" ";"46238 ";"Bottrop ";"02041-707575 ";" ";"02041-707507 ";" " +lieferant ;00022838;"Wolfgang Gather Accessoires ";" ";"Tannenweg 5 ";" ";"77736 ";"Zell a. Harmersbach ";"07835/8294 ";" ";"07835/3073 ";" " +lieferant ;00022839;"Fashion Concept internat. GmbH ";" ";"Kaninenberghoehe 2 ";" ";"45136 ";"Essen ";"0201102770 ";" ";"02011027729 ";" " +lieferant ;00022841;"Asiempex ";" ";"Boeningstr. 154 ";" ";"41239 ";"Mnchengladbach ";"02166/687786 ";" ";"02166/9903717 ";" " +lieferant ;00022842;"Cascada ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"0405505981 ";" ";"0405503127 ";" " +lieferant ;00022845;"Brigitte Buege GmbH ";" ";"Grindelberg 79 ";" ";"20144 ";"Hamburg ";"0408993286 ";" ";" ";" " +lieferant ;00022850;"Concept GmbH ";" ";"Marktplatz 27 ";" ";"73525 ";"Schwbisch Gmnd ";" ";" ";" ";" " +lieferant ;00022853;"Ipek - A. Ipektchi GmbH & Co. KG ";" ";"Borsteler Chaussee 85 ";" ";"22453 ";"Hamburg ";"040/5148800 ";" ";" ";" " +lieferant ;00022859;"Manifatture Del Nord s.r.l. ";" ";"Via Mazzacurati, 6 ";" ";"42122 ";"Reggio Emilia ";"+39-0522/5081 ";" ";"+39-0522/514744 ";" " +lieferant ;00022860;"Burberry Limited ";" ";"Horseferry House Horseferry Road ";" ";"SW1P 2AW ";"London ";"+44 20 33673000 ";" ";"+44 20 33674910 ";" " +lieferant ;00022863;"Tristar Knitting Factory Ltd. ";" ";"Manyang Plaza 57 Hung to Rd. ";" ";"1 ";"Kwun Tong Hongkong ";" ";" ";" ";" " +lieferant ;00022868;"Marabu GmbH & Co. KG ";" ";"Asperger Strae 4 ";"152 ";"71732 ";"Tamm ";"07141/691-0 ";" ";"07141/691-147 ";" " +lieferant ;00022872;"NOSS-Teppiche GmbH ";" ";"Carl-Zeiss-Strae 2 ";" ";"56070 ";"Koblenz ";"0261/8899948 ";" ";" ";" " +lieferant ;00022873;"PINE LIFE ";" ";"RITTERSTR. 12 ";" ";"52072 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00022874;"Renate Marx Design ";"Modeagentur (Della Palma) ";"Brockerstr. 55 ";" ";"33442 ";"Herzebrock ";"05245922828 ";" ";"05245922829 ";" " +lieferant ;00022876;"Thomsen Vertriebs GmbH Venice ";" ";"Poppenbtteler Bogen 11 ";" ";"22399 ";"Hamburg ";"040/6067490 ";" ";"040/60674911 ";" " +lieferant ;00022880;"Captiva GmbH ";"Haus Paris/Raum 213 ";"Breslauer Str. 6 ";" ";"41450 ";"Neuss ";"0431/3679039 ";" ";"0431/3679040 ";" " +lieferant ;00022882;"Axel E. Delikat ";" ";"Torstr. 41 ";" ";"10119 ";"Berlin ";" ";" ";" ";" " +lieferant ;00022885;"Karaoke ";" ";"Kyllmnnweg 7 ";"42682 ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00022886;"Perlmann ";" ";"Otto-Hahn-str. 16 ";" ";"85521 ";"Ottobrunn ";" ";" ";" ";" " +lieferant ;00022887;"Crisden ";" ";"Via Raffaello Sanzlo 11/o ";" ";"42100 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00022890;"OTTO KERN GmbH ";" ";"Bielefelder Str. 236 ";" ";"32051 ";"Herford ";"05221/979497 ";" ";"05221/979495 ";" " +lieferant ;00022891;"Zheng Textil u.Lederw. Gmbh ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";"06196-496388 ";" ";"06196-775493 ";" " +lieferant ;00022893;"Petrusse ";" ";"5 Rue Jean Jaures ";" ";"33310 ";"Lormont-Bordeaux ";"0556317677 ";" ";"0556317677 ";" " +lieferant ;00022895;"Explorer Gruppo Moda ";" ";"Via della Meccanica, 7 ";" ";"41012 ";"Carpi ";"0596228121 ";" ";"0596228097 ";" " +lieferant ;00022896;"Pache Druck ";" ";"Lange Str. 58 ";" ";"33154 ";"Salzkotten ";"05258-9818 ";" ";"05258-22117 ";" " +lieferant ;00022900;"Ach-Versand ";" ";"Hegelstr. 25 ";" ";"95447 ";"Bayreuth ";"0921-793016609 ";" ";"0921-7930177 ";" " +lieferant ;00022902;"Centropel Pelzhandel GmbH ";" ";"Hermannstr. 50 ";" ";"63263 ";"Neu-Isenburg ";"06102-254037 ";" ";"06102-25312 ";" " +lieferant ;00022903;"DIBI PelFur ";" ";"Via Don Sturzo, 1 ";" ";"56025 ";"Pontedera ";"0587-484164 ";" ";"0587-483030 ";" " +lieferant ;00022906;"PALOMA BETTWARENFABRIK ";" ";"IN DER MUEHLENAU 61 ";" ";"52355 ";"DUEREN ";" ";" ";" ";" " +lieferant ;00022909;"Playshoes ";" ";"Am Kselbach 8 ";" ";"72459 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00022911;"teNeues Verlag GmbH + Co. KG ";" ";"Am Selder 37 ";" ";"47906 ";"Kempen ";"02152-916-0 ";" ";"02152-916-111 ";" " +lieferant ;00022912;"HD Design ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"0893596767 ";" ";"0893590783 ";" " +lieferant ;00022913;"AT-Home GmbH ";" ";"Branterei 1 ";" ";"26419 ";"Schortens ";"04461 891451 ";" ";"04461 891552 ";" " +lieferant ;00022916;"Fixline-Vertrieb ";"Gunter Hnerhoff ";" ";" ";"59063 ";"Hamm ";"02381-25292 ";" ";" ";" " +lieferant ;00022917;"Fachkaufhaus Bantel GmbH ";" ";"Palmstr. 23 ";" ";"73614 ";"Schorndorf ";"07181-2009-0 ";" ";"07181-2009-373 ";" " +lieferant ;00022918;"DKNY C.W.F ";" ";"Avenue des Sables B.P. 509 ";" ";"85505 ";"Les Herbiers Cedex ";"033-251663838 ";" ";"033-251910324 ";" " +lieferant ;00022922;"L.A. Group GmbH ";" ";"Eleonorastr. 40 ";" ";"45136 ";"Essen ";"0201/894270 ";" ";"0201/8942725 ";" " +lieferant ;00022923;"Henry Lambertz GmbH & Co.KG ";" ";"Borchersstr. 18 ";" ";"52072 ";"Aachen ";"0241-89050 ";" ";"0241-8905270 ";" " +lieferant ;00022926;"Berghaus Limited ";" ";"Extrem Centre 12 Colima Avenue ";" ";"1 ";"Sunderland ";"01915165600 ";" ";"01915165601 ";" " +lieferant ;00022935;"Tommy Hilfiger Footwear Europe GmbH ";" ";"Speditionstrae 7 ";" ";"40221 ";"Dsseldorf ";"0211/55987-0 ";" ";"0211/55987-111 ";" " +lieferant ;00022936;"Kuchenmeister GmbH ";" ";"Coesterweg 31 ";" ";"59494 ";"Soest ";"0292178080 ";" ";"0292174369 ";" " +lieferant ;00022939;"H20 ";" ";"STAEREMOSEN 11-13 ";" ";"3250 ";"GILLELEJE ";"04052876060 ";" ";"04052876061 ";" " +lieferant ;00022940;"Gustav Heitmann KG ";"Heitmann Felle ";"Freudenthalstr. 50 ";" ";"29640 ";"Schneverdingen ";"051933077 ";" ";"051931597 ";" " +lieferant ;00022943;"ZEPHIR GMBH ";" ";"RIEDSTR. 22 ";" ";"72475 ";"BITZ ";" ";" ";" ";" " +lieferant ;00022947;"Tundra Europe ";" ";"210 Seagrave Road ";" ";" ";"Sileby Leicester LE12 7TS ";"0441509812414 ";" ";"0441509812415 ";" " +lieferant ;00022950;"Whrl Mode Vertriebs GmbH ";" ";"Am Eisweiher 6 ";" ";"76356 ";"Weingarten ";"07244-8440 ";" ";"07244-1879 ";" " +lieferant ;00022951;"C.E. Pattberg ";" ";"Gewerbegebiet Ludwigstall ";" ";"45527 ";"Hattingen ";" ";" ";" ";" " +lieferant ;00022955;"Rene Sindler A/S ";" ";"Vestelblogade 52 ";" ";"1620 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00022959;"F.C.T. ";" ";"Bahnhofstr. 29-31 ";" ";"46238 ";"Bottrop ";"02041/707575 ";" ";"02041/707507 ";" " +lieferant ;00022960;"La Una ";"Seemann ";"Essener Str. 164 ";" ";"45529 ";"Hattingen ";" ";" ";" ";" " +lieferant ;00022962;"M.van Delden GmbH ";" ";"Up de Hgte 3 ";" ";"48455 ";"Bad Bentheim ";"05922-9885-0 ";" ";"05922-9885-25 ";" " +lieferant ;00022968;"KOKKINOS ";" ";"NIDDASTR. 56 ";" ";"60329 ";"FRANKFURT ";" ";" ";" ";" " +lieferant ;00022973;"Cashmere Products (Germany) GmbH ";" ";"Hans-Henny-Jahnn-Weg 29 ";" ";"22085 ";"Hamburg ";"040/38038-460 ";" ";"040/38038-480 ";" " +lieferant ;00022977;"Salon Lakkitehdas OY ";" ";"Pl 36 Kylakatu 1 ";" ";"38201 ";"Vammala ";" ";" ";" ";" " +lieferant ;00022985;"Peters GmbH ";"Medima ";"Bolstrasse 32 ";" ";"72459 ";"Albstadt ";"07432/3007 ";" ";"07432/98372590 ";" " +lieferant ;00022987;"Modas Bekleidungswerk GmbH ";" ";"Heglitzer Str. 12 ";" ";"26409 ";"Wittmund-Ardorf ";"04466-1465 ";" ";"04466-1466 ";" " +lieferant ;00022988;"Chaggar Bags ";" ";"Hauffstr. 41 ";" ";"73765 ";"Neuhausen ";"07158-947230 ";" ";"07158-947231 ";" " +lieferant ;00022989;"Woerner + Cie. GmbH ";" ";"Rauentaler Str. 11-19 ";"2464 ";"76437 ";"Rastatt ";"07222/5906-0 ";" ";"07222/5906-60 ";" " +lieferant ;00022991;"Economia ";"Marketing und Werbung GmbH ";"An der Alster 35 ";" ";"20099 ";"Hamburg ";"04028422-0 ";" ";" ";" " +lieferant ;00022992;"W.Buescher & Co. ";" ";"Steinbruchweg 6 ";" ";"33605 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00022993;"Orca im Hafen KG ";" ";"An der Alster 35 ";" ";"20099 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00023001;"Massiomo Palomba ";" ";"Via Tosi, 4 ";" ";"16030 ";"Castiglione Chiavarese ";"0039-0185-408341 ";" ";" ";" " +lieferant ;00023003;"Karma Textil GmbH ";" ";"Kampstr. 11 ";" ";"31180 ";"Giesen ";" ";" ";" ";" " +lieferant ;00023012;"Lahco Bade-Sport ";"Peter Steiger ";"Flughofstr. 37 ";" ";"8152 ";"Glattbrugg ";" ";" ";" ";" " +lieferant ;00023014;"New Fashion Mode GmbH ";" ";"Klner Str. Ecke Milanstr. ";" ";"04509 ";"Radefeld (Leipzig) ";" ";" ";" ";" " +lieferant ;00023015;"Jost GmbH ";"(ehem. Leonhard Heyden GmbH) ";"Wilhelmstrae 17 ";" ";"57627 ";"Hachenburg ";"02662/9513-0 ";" ";"02662/2066 ";" " +lieferant ;00023020;"Tesa AG ";" ";"Quickbornstrasse 24 ";"201255 ";"20253 ";"Hamburg ";"+49 40 4909101 ";" ";"+49 40 49096060 ";" " +lieferant ;00023023;"Nolte GmbH ";" ";"Im Ratscafe Niederwall 12 ";" ";"33602 ";"Bielefeld ";"0521173705 ";" ";"0521173715 ";" " +lieferant ;00023033;"THQ Entermainment GmbH ";" ";"Daimlerstr. 8 ";" ";"41564 ";"Kaarst ";"021316070 ";" ";"02131607111 ";" " +lieferant ;00023034;"Peter Eichner Time+Design ";" ";"Friedensstr. 87 ";" ";"75173 ";"Pforzheim ";"07231284030 ";" ";"072312840316 ";" " +lieferant ;00023035;"Designerspitzen Plauen GmbH ";" ";"Friedensstr. 12 ";"639 ";"08523 ";"Plauen/Vogtland ";"0374115190 ";" ";"03741151945 ";" " +lieferant ;00023036;"Ecobra Schreib-u.Zeichengeraet ";" ";"Woehrder Hptstr. 13-15 ";" ";"90489 ";"Nuernberg ";"0911533051 ";" ";"0911537708 ";" " +lieferant ;00023041;"Concept 2, ";" ";"Sternstr. 72 ";" ";"40479 ";"Dsseldorf ";"0211-55789050 ";" ";"0211-55789054 ";" " +lieferant ;00023043;"Patrick Rohr Modeagentur ";" ";"Modering 3 Haus B Raum 827 ";" ";"22457 ";"Hamburg ";"04055970743 ";" ";"0405501390 ";" " +lieferant ;00023046;"M.A.GERMANN ";" ";"SPECKLINGPLATZ 24 ";" ";"8000 ";"MUENCHEN 70 ";" ";" ";" ";" " +lieferant ;00023049;"Modehaus Erna Schneider GmbH & Co. KG ";" ";"Universittsplatz 3 ";" ";"36009 ";"Fulda ";"0661/9784-0 ";" ";"0661/9784-300 ";" " +lieferant ;00023050;"Modissa ";" ";"Universittsstr. 17 ";" ";"35037 ";"Marburg ";"06421-298-311 ";" ";"06421-298-313 ";" " +lieferant ;00023052;"PRL Fashion of Europe Polo R.L ";" ";"197, Via dei Pignattari ";" ";"40050 ";"Funo di Argelato ";"0039051863151 ";" ";"0039051862500 ";" " +lieferant ;00023054;"Imax s.r.l. ";" ";"Via Calvi di Coenzo 5 ";" ";"42100 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00023058;"Met ";" ";"Via Marconi 37/39 ";" ";"35010 ";"San Pietro ";"0039/495991922 ";" ";"0039/495991945 ";" " +lieferant ;00023061;"R.Overmeyer ";" ";"Knigsmhle 2-4 ";"1352 ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00023066;"R. Frohmann ";" ";"Euckenstrae 5 ";" ";"81369 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023071;"Faustmann Hte und Mtzen e.K. ";"Gunter Faustmann ";"Mindeltalstrae 23 ";" ";"87782 ";"Unteregg ";"08269/969929-0 ";" ";"08269/969929-40 ";" " +lieferant ;00023074;"Italien Fashion Spa. ";" ";"Delpiano 40 ";" ";"61049 ";"Urbania ";" ";" ";" ";" " +lieferant ;00023075;"Wacoal Emea LTD ";"Zweigniederlassung Deutschland ";"4, Allee Du Moulin Berger ";" ";"69130 ";"Ecully ";" ";" ";"+33 (437) 353483 ";" " +lieferant ;00023077;"Funtex Handel ";" ";"Ahornweg 51 ";" ";"51503 ";"Rsrath ";" ";" ";" ";" " +lieferant ;00023078;"Iben Bering ";" ";"Bayerwaldstr. 57 ";" ";"93073 ";"Neutraubling ";"09401-947-50 ";" ";"09401-947120 ";" " +lieferant ;00023080;"Paradies Golf+Equipment ";" ";"Untere Weinbergstr. 3 ";" ";"74223 ";"Flein ";"07131-573444 ";" ";"07131-578339 ";" " +lieferant ;00023083;"Mann & Schroeder GmbH ";" ";"Bahnhofstr. 14 ";" ";"74936 ";"Siegelsbach ";"07264-807-0 ";" ";"07264-4732 ";" " +lieferant ;00023091;"Modehaus R.+J.Boeckmann GmbH ";" ";"Vogteistr. 8 - 10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00023092;"SPALDING GANTING ";" ";"ALTE TRAUBINGER STR. 17 ";" ";"82431 ";"FELDAFING-GARATSHS. ";" ";" ";" ";" " +lieferant ;00023093;"Pomme Fashion Co. LTD ";" ";"35/52 - 54 Ngamwongwan Road ";" ";"11000 ";"Nonthaburi ";"0258026345 ";" ";"025897512 ";" " +lieferant ;00023094;"Pioneer Jeans-Bekleidung GmbH ";" ";"Elverdisser Str. 313 ";"2565 ";"32052 ";"Herford ";"05221979500 ";" ";"0522174031 ";" " +lieferant ;00023100;"Jansen Textilhandelsagentur ";" ";"Nachtigallenweg 9 ";" ";"48624 ";"Schppingen ";"02555997260 ";" ";"02555997259 ";" " +lieferant ;00023101;"Bettmer GmbH & Co. KG ";" ";"Anna-Birle-Str. 3 ";" ";"55252 ";"Mainz-Kastel ";"0613472040 ";" ";"06134720470 ";" " +lieferant ;00023107;"Grevel GmbH ";" ";"Langewanne Weg 139 ";"15 31 ";"59063 ";"Hamm ";"02381-5651 ";" ";"02381-50368 ";" " +lieferant ;00023109;"Colak Germany GmbH ";" ";"Rothenburger Str. 2 ";" ";"90513 ";"Zirndorf ";"0911/96455-46 ";" ";"0911/96455-47 ";" " +lieferant ;00023111;"KARL FERTIG KG ";" ";"GUTENBERGSTR. 4 ";" ";"93128 ";"Regenstauf ";"09402/93410 ";" ";"09402/934150 ";" " +lieferant ;00023115;"Lohmann Innovations ";" ";"Ebereschenweg 8 ";" ";"22587 ";"Hamburg ";"040-892232 ";" ";"040-892273 ";" " +lieferant ;00023118;"Fartak Folien GmbH ";" ";"Voelckerstr.7-9 ";"1445 ";"77933 ";"Lahr ";"07821/270027 ";" ";"07821/270041 ";" " +lieferant ;00023119;"Calzificio Biellese saa ";" ";"Via 2 Glugna, 44 ";" ";"13866 ";"Masserano ";" ";" ";" ";" " +lieferant ;00023122;"Blufin ";" ";"Via G. Ferraris, 13-15 ";" ";"41012 ";"Carpi ";" ";" ";" ";" " +lieferant ;00023129;"Manfred Braehmer ";" ";"Marderweg 11 B ";" ";"27777 ";"Ganderkesee ";"042226411 ";" ";"042225687 ";" " +lieferant ;00023133;"B.V.M. Italia .s.p.a. ";" ";"Via Larga, 31 ";" ";"40138 ";"Bologna ";"051536011 ";" ";"051536892 ";" " +lieferant ;00023135;"Con-Sport ";"Frank Behrend & Heid. Huxholl ";"Bei den Kmpen 1 ";" ";"21220 ";"Seevetal ";"04185/2026 ";" ";"04185/2095 ";" " +lieferant ;00023137;"Brndl Textil, Geyer ";" ";"Im Innenring ";"38 ";"09468 ";"Geyer ";"037346/6640 ";" ";"037346/66445 ";" " +lieferant ;00023139;"Schenker Deutschland AG ";" ";"unbekannt ";"930460 ";"99999 ";"D- Hamburg ";"040-752730 ";" ";"040-752739 ";" " +lieferant ;00023140;"Flip Munich GmbH ";" ";"Feilitzschstr. 7 ";" ";"80802 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023143;"MGM Design e.K. ";"Grazia Oelschlegel ";"Rudolf-Diesel-Strae 2 ";" ";"88339 ";"Bad Waldsee ";"07524/9766740 ";" ";"07524/2781 ";" " +lieferant ;00023144;"HKS Knitwear Germany GmbH & Co. KG ";"ehem. Esisto HKS Germany ";"Mahdentalstr. 82 ";" ";"71065 ";"Sindelfingen ";"07031-418160 ";" ";"07031-4181621 ";" " +lieferant ;00023150;"Task International ";" ";"P.O. BOX 285 ";" ";"8250 ";"AG Dronten ";" ";" ";" ";" " +lieferant ;00023152;"City Styles Leic LTD ";"Distributors&Manufaturers ";"Leicester Lei 4JJ ";" ";"150 ";"St.Nicolas Circle ";"01162515411 ";" ";"01162532126 ";" " +lieferant ;00023157;"Magic Products BV ";" ";"Abberdaan 172 ";" ";"1046 ";"Amsterdam ";"031206692266 ";" ";"031206174195 ";" " +lieferant ;00023158;"Dr. Fischer Vertriebs GmbH ";" ";"Hildastrasse 10 ";" ";"69469 ";"Weinheim ";"06201/14425 ";" ";"06201/182391 ";" " +lieferant ;00023160;"Schlesselmann Collection ";" ";"Drosselstieg 7 ";" ";"21726 ";"Oldendorf ";" ";" ";" ";" " +lieferant ;00023162;"Reico Strickmode ";" ";"Bahnhofstr. 51 ";" ";"72401 ";"Haigerloch ";" ";" ";" ";" " +lieferant ;00023163;"K + T STROMPEN ";" ";"NR. BJERTVEJ 8 - 10 ";" ";"6000 ";"KOLDNIG ";" ";" ";" ";" " +lieferant ;00023165;"Lavida Fashion GmbH ";" ";"Schnackenburgallee 50 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00023169;"Paul A. Gehlmann ";" ";"Faulenstr. 70 ";" ";"28195 ";"Bremen ";" ";" ";" ";" " +lieferant ;00023171;"R.K. Sarna & Sons LDT. ";" ";"25, Narborough Road ";" ";"LE 3 OLE ";"Leicester ";"0044-1162541308 ";" ";"0044-1162333108 ";" " +lieferant ;00023173;"Alico Knitwear Ltd. ";" ";"Beddingfield Buildings 49.Lowe ";" ";"LEI 5TH ";"Leicester ";"0116-255 1557 ";" ";"0116-254 8587 ";" " +lieferant ;00023174;"Ponnay S.A.R.L. ";" ";"97, Boulevard Voltaire ";" ";"75011 ";"Paris M Voltaire ";"0414806-5123 ";" ";"0148062540 ";" " +lieferant ;00023175;"Innovation Qualities Sportswea ";" ";"Hrste 26 ";" ";"48231 ";"Warendorf ";"02584-934310 ";" ";"02584-934343 ";" " +lieferant ;00023176;"S.K. Fashion UK Limited ";" ";"32 Sutton Avenue ";" ";"SL 3 7 AW ";"Slough ";"0044-1753-522960 ";" ";"0044-1753-522960 ";" " +lieferant ;00023177;"Noba Maglificio s.p.a. ";" ";"Via I. Nuvolari, 83 ";" ";"55061 ";"Carraia-Capannoni ";"0583-981720345 ";" ";"0583-981515 ";" " +lieferant ;00023178;"S.D.M. International GmbH ";" ";"Don-Bosco-Str. 26 ";" ";"46397 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00023179;"Not The Same ";" ";"Vareseweg 85 ";" ";"3047 ";"AT Rotterdam ";" ";" ";" ";" " +lieferant ;00023181;"Sanford ";" ";"Schnackenburgallee 43-45 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00023183;"Pulma-Lederwaren ";" ";"Unter Rothell 11 ";" ";"55627 ";"Merxheim ";"06754-9310-0 ";" ";"06754-8580 ";" " +lieferant ;00023184;"Hermann Koch GmbH & Co. KG (diamona) ";" ";"Daimlerstrae 19 ";" ";"38446 ";"Wolfsburg ";"05361/8502-0 ";" ";"05361/54888 ";" " +lieferant ;00023185;"Chung Shi Me & Friends AG ";" ";"Robert-Koch-Str. 1 ";" ";"82547 ";"Eurasburg ";" ";" ";" ";" " +lieferant ;00023186;"DESIGNERS GUILD ";" ";"3 OLAF STREET ";" ";"W11 4BE ";"LONDON ";" ";" ";" ";" " +lieferant ;00023187;"Reuter + Hepper GmbH ";" ";"Johannesstr. 20 ";" ";"72138 ";"Kirchentellinsfurt ";" ";" ";" ";" " +lieferant ;00023191;"CCD-Vertriebs GmbH ";" ";"Walderdf.Hof/Fahrgasse 3-5 ";" ";"65549 ";"Limburg ";"0643127717 ";" ";"0643127923 ";" " +lieferant ;00023193;"Gimos ";" ";"Via Monte Bianco 1 ";" ";"35018 ";"San Martino Di Lupari ";" ";" ";" ";" " +lieferant ;00023194;"Eberhard Ohletz ";" ";"Melanthostr. 51 ";" ";"33615 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00023198;"Hi-Tec Sport Europa GmbH ";" ";"Adenauerstr. 20 A ";"1469 ";"52146 ";"Wrselen ";"0240542450 ";" ";"02405424510 ";" " +lieferant ;00023199;"Windmuehlen Verlags GmbH ";" ";"Fischhausweg 22 ";" ";"91583 ";"Schillingsfuerst ";"0986898960 ";" ";"0988989649 ";" " +lieferant ;00023204;"zz~STRAUSS-INNOVATION ";" ";"RAIFFEISENSTR. 18 ";" ";"40764 ";"Langenfeld ";"02173/990001 ";" ";"02173/992390 ";" " +lieferant ;00023228;"Jil Sander Stilato ";" ";"Osterfeldstr. 21 ";" ";"22529 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00023231;"Horizon Fitness GmbH ";" ";"Bonnstr. 15 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00023232;"Barth GmbH ";" ";"Hirschberger Weg 3 ";" ";"83129 ";"Hslwang ";"08055/8800 ";" ";"08055/8881 ";" " +lieferant ;00023234;"o.g.gear ISICO-USA-Sports ";" ";"Ullsteinstr. 114-130 ";" ";"12099 ";"Berlin ";"030-70206481 ";" ";"030-70206488 ";" " +lieferant ;00023235;"J. Schfer GmbH ";" ";"Porschestr. 7 ";" ";"51336 ";"Leverkusen ";"02171/70780 ";" ";"02171/70784 ";" " +lieferant ;00023237;"Best Look Import - Export ";" ";"25, Rue Popincourt ";" ";"75011 ";"Paris ";"0143382211 ";" ";"0143382277 ";" " +lieferant ;00023238;"Luc - Ce Fabric.Pret a porter ";" ";"35, Rue du Chemin vert ";" ";"75011 ";"Paris ";"0143575665 ";" ";"0143575653 ";" " +lieferant ;00023239;"Alimarca Kuroczik GmbH ";" ";"Rheinstrae 46 ";" ";"45478 ";"Mhlheim a.d. Ruhr ";"0208/999470 ";" ";"0208/9994730 ";" " +lieferant ;00023240;"M&M Sportshop GmbH ";" ";"Zum Gewerbepark 9 ";" ";"44532 ";"Lnen ";"02306/996691 ";" ";"02306/996693 ";" " +lieferant ;00023241;"Capuline Textilhandel GmbH ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";"040-5591884 ";" ";"040-5591982 ";" " +lieferant ;00023246;"Merrell Europe B.V. ";" ";"De Binderij 65 C1 ";" ";"1321 ";"EC Almere ";" ";" ";" ";" " +lieferant ;00023247;"Haemmerle & Peter ";" ";"Mllerstr. 10 ";" ";"6890 ";"Lusteanu ";" ";" ";" ";" " +lieferant ;00023248;"Modeagentur Lueg, Marion ";" ";"Hangstr. 1 ";" ";"33659 ";"Bielefeld ";"0521-4943261 ";" ";" ";" " +lieferant ;00023250;"Mustang Jeans GmbH ";" ";"Austrae 10 ";"1264 ";"74653 ";"Knzelsau ";"07940/1250 ";" ";"07940/125102 ";" " +lieferant ;00023251;"DORIS HARTWICH GMBH ";" ";"BISCHOF-RUTH-STR. 12 ";"60 ";"56593 ";"HORHAUSEN ";" ";" ";" ";" " +lieferant ;00023260;"Aschaffenburger Wschefab.GmbH ";" ";" ";"1137 ";" ";"Mainaschaff ";" ";" ";" ";" " +lieferant ;00023273;"Brunotti Europe BV ";" ";"Spacelab 10 ";"P.O. Box 2677 ";"3824 MR ";"Amersfoort ";"+31/33-4517000 ";" ";"+31/33-4517001 ";" " +lieferant ;00023274;"J.E.F.F. Moden GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131-167761 ";" ";" ";" " +lieferant ;00023275;"Gloves dei F. Ili Forino S.N.C ";" ";"Salita S. Elia, 32/34 ";" ";"80137 ";"Napoli ";"0039-81-210808 ";" ";"0039-81-459813 ";" " +lieferant ;00023276;"River Woods American Clothing ";" ";"Noorwegenstraat 17 ";" ";"9940 ";"Evergem ";"0032-92726810 ";" ";" ";" " +lieferant ;00023277;"JOOP TIME+DESIGN ";" ";"KAISERSTR. 39-49 ";" ";"63065 ";"OFFENBACH ";" ";" ";" ";" " +lieferant ;00023278;"Sanayi VE Ticaret AS ";"Blok Tekstil ";"Doganbey Caddesi No. 98 ";" ";" ";"Istanbul Ucylz-Gngren ";"0090-212-6106366 ";" ";"0090-212-6109068 ";" " +lieferant ;00023280;"Jetpoint Fashion ";" ";"Leopoldstr. 254 ";" ";"80807 ";"Mnchen ";"089-3504340 ";" ";"089-35043411 ";" " +lieferant ;00023282;"DAMO Berghaus B.V. ";" ";"Stammerdijk 7 E ";"205 ";"1112 ";"AA Diemen ";"020-5195300 ";" ";"020-5195399 ";" " +lieferant ;00023287;"***CAPRICE MODE-STUDIO ";" ";"LANGE AECKERNSTR. 22 ";"1106 ";"3284 ";"SCHIEDER-SCHWALENBG. ";" ";" ";" ";" " +lieferant ;00023289;"Engelhorn Mode GmbH ";" ";"O 5, 1 ";" ";"68161 ";"Mannheim ";"0621-16700 ";" ";"0621-1671500 ";" " +lieferant ;00023290;"FDI Deutschland ";"Warenauslieferung- und ";"Frankfurter Str. 151a ";" ";"63303 ";"Dreieich ";"06103/3781-0 ";" ";"06103/3781-111 ";" " +lieferant ;00023293;"Endymata Xanthis ";" ";"Litous 4 ";" ";"54628 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00023294;"Bott & Dietz ";"Frank Radloff ";"Alzenauer Str. 27 ";" ";"63755 ";"Alzenau-Hrstein ";" ";" ";" ";" " +lieferant ;00023296;"Delini GmbH (Kenzo, De Lini) ";" ";"Konrad-Adenauer-Platz 12 ";" ";"40210 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00023301;"Accessori Stephanie e Gli ";" ";"Via Pier Capponi 47 ";" ";"50132 ";"Firenze ";" ";" ";" ";" " +lieferant ;00023302;"P. Broste AS ";" ";"Lundtoftegardsvej 95 ";"Postboks 2 ";"2800 ";"Kgs. Lyngby ";"+45-4526 3333 ";" ";"+45-4526 3330 ";" " +lieferant ;00023307;"Cocco ";" ";"Tuttlinger Str. 9 ";" ";"80686 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023309;"TEHA Textil ";" ";"Sdstr. 28 - Gewerbegebiet ";" ";"09221 ";"Neukirchen ";" ";" ";" ";" " +lieferant ;00023313;"CAK Textile B. V. ";" ";"Kiotoweg 162 ";" ";"3047 BG ";"Rotterdam ";"+31-10/5211071 ";" ";"+31-10/5215827 ";" " +lieferant ;00023316;"Carla Degen ";" ";"Philipp-Carl-Str. 10 ";" ";"92637 ";"Weiden ";"096-634890 ";" ";" ";" " +lieferant ;00023318;"Betz Textil GmbH ";"Betri Freizeitmoden ";"Hauffstr. 19/1 ";" ";"72820 ";"Sonnenbhl ";"07128-2301 ";" ";"07128-1738 ";" " +lieferant ;00023324;"D. Falkenreck GmbH ";" ";"Hlshorstweg 30 ";" ";"33415 ";"Verl ";"05246/932737 ";" ";"05246/932738 ";" " +lieferant ;00023325;"Wachszieherei ";" ";"Marktplatz 16 ";" ";"73479 ";"Ellwangen ";" ";" ";" ";" " +lieferant ;00023331;"Emozioni ";" ";"Emscherstr. 20 ";" ";"45891 ";"Gelsenkirchen ";"0209-976701 ";" ";"0209-9767103 ";" " +lieferant ;00023332;"Tegischer Hutfabrik ";" ";"Herm.-Gmeiner-Str. 7 ";" ";"9990 ";"Nudorf ";" ";" ";" ";" " +lieferant ;00023335;"Drr Textilhandel ";" ";"Heinrichstr. 37 ";" ";"45470 ";"Mlheim ";"0208-424345 ";" ";"0208-424345 ";" " +lieferant ;00023336;"Weyer Marketing & Sales GmbH ";" ";"Am Kempishof 18 ";" ";"50354 ";"Hrth ";"02233-945115 ";" ";"02233-945116 ";" " +lieferant ;00023339;"DeCon-Jeans ";"Hannes Gnther ";"Am Grundwassersee 2 ";" ";"82402 ";"Seeshaupt ";" ";" ";" ";" " +lieferant ;00023343;"Laura Ashley ";"Dorma France ";"67-69 Bd. Bessiaras ";" ";"75017 ";"Paris ";" ";" ";" ";" " +lieferant ;00023348;"Therm-ic Products GmbH Nfg. & Co KG ";" ";"Wnschendorf 230 ";" ";"8200 ";"Gleisdorf ";"+43-3112/36026-0 ";" ";"+43-3112/36026-6 ";" " +lieferant ;00023349;"CLUE GmbH ";" ";"Krefelder Str. 249 ";" ";"41066 ";"Mnchengladbach ";"02161-821616 ";" ";"02161-821617 ";" " +lieferant ;00023350;"The A.R.T. Company B.& S. ";" ";" ";" ";"26570 ";"Quel (La Rioja) ";" ";" ";" ";" " +lieferant ;00023352;"Ludwig Bertram GmbH ";" ";"Lbecker Str. 1 ";"110162 ";"30880 ";"Laatzen ";"05102/9173 ";" ";"05102/917555 ";" " +lieferant ;00023354;"Toplook Ltd. ";" ";"Northfleet Galley Hill Rd. ";" ";" ";"London ";"181-383333 ";" ";"181-383122 ";" " +lieferant ;00023355;"Dala Knitwear Limited ";" ";"570 Melton Rd. ";" ";" ";"Leicester ";"1162-693856 ";" ";"1162-640349 ";" " +lieferant ;00023356;"P-Modekontor ";"Bernadette Parlow ";"Bruckersche Str. 152 ";"291362 ";"47839 ";"Krefeld ";"02151/15409-0 ";" ";"02151/15409-20 ";" " +lieferant ;00023358;"Flip-Flop GmbH ";" ";"Neuffer am Park ";" ";"66953 ";"Pimasens ";"06331/2898-0 ";" ";"06331/2898-10 ";" " +lieferant ;00023359;"Nord-Sd-Verlag ";"Kathrin Rizzi ";"Industriestr. 8 ";" ";"8625 ";"Gossan Zrich ";" ";" ";" ";" " +lieferant ;00023362;"Aida Textilvertriebs-GmbH ";" ";"Hauptstr. 71/73 ";" ";"50996 ";"Kln ";" ";" ";" ";" " +lieferant ;00023364;"adru-moden Vertriebs-GmbH ";" ";"Dinklager Str. 91 ";" ";"49393 ";"Lohne-Brockdorf ";"04442/9263-0 ";" ";"04442/72723 ";" " +lieferant ;00023365;"Variotex ";" ";"Seestr. 1 ";" ";"74232 ";"Abstatt ";"07062/6888 ";" ";" ";" " +lieferant ;00023371;"HARALD KEUSSEN ";" ";"KAISERWERTHER STR. 115 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00023375;"BASSETTI DEUTSCHLAND ";" ";"Raiffeisenallee 6 ";" ";"82041 ";"Oberhaching ";"089 / 8571047 ";" ";"0898574513 ";" " +lieferant ;00023376;"La belle Historie ";" ";"4 Rue d'Yves ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00023377;"R.W.H. ";" ";"Hanauer Str. 76 ";" ";"63739 ";"Aschaffenburg ";"06021 / 5966-0 ";" ";"06021 / 596699 ";" " +lieferant ;00023378;"Khler Ksse ";"Eis Khler ";"Herderstr. 31 ";" ";"63512 ";"Hainburg ";"06182 / 957890 ";" ";"06182 / 60725 ";" " +lieferant ;00023379;"Handelsagentur ";" ";"Smetanastr. 4 ";" ";"90453 ";"Nrnberg ";"0911 / 6324830 ";" ";"0911 / 6370397 ";" " +lieferant ;00023380;"Hannelore R. Schwettmann ";" ";"Lange Reihe 34 ";" ";"28219 ";"Bremen ";"04240 / 599 ";" ";"04240 / 606 ";" " +lieferant ;00023381;"Modrec International GmbH ";" ";"Carl-Zeiss-Str. 35/I ";" ";"63322 ";"Rdermark ";"06074 / 886950 - 0 ";" ";"06074 / 886950 - 49 ";" " +lieferant ;00023391;"Christine Blank Kunsthandwerk ";" ";"Am Schrebergarten 1 ";" ";"09579 ";"Grnhainichen ";"037294-1710 ";" ";"037294-17150 ";" " +lieferant ;00023395;"AvanCarte GmbH ";" ";"Insterburger Strae 16/18 ";"110442 ";"28207 ";"Bremen ";"0421/43443-0 ";" ";"0421/445515 ";" " +lieferant ;00023396;"ACTIVE SALES GMBH ";" ";"NEUBURGER STR. 101 ";" ";"94032 ";"PASSAU ";" ";" ";" ";" " +lieferant ;00023397;"Joy Edition ";"H. Harfensteller ";"Schafwsche 1 ";" ";"71296 ";"Heimsheim ";"+49 7033-536929 ";" ";"+49 7033-3827 ";" " +lieferant ;00023403;"Husky Doppiafirma S.R.L. ";"Sede Amministrativa e commerci ";"Viale Europa, 91/101 ";" ";"41011 ";"Campogalliano (Modena) ";"059-520511 ";" ";"059-526137 ";" " +lieferant ;00023406;"Katrin Wastl ";" ";"Hhenweg 9 ";" ";"84371 ";"Triftern ";"08562-2770 ";" ";" ";" " +lieferant ;00023408;"Dakine Europe sas ";" ";"10bis Rue du Pre Paillard, CS90422 ";" ";"74944 ";"Annecy-le-Vieux ";"+33-4/57090230 ";" ";"+33-970/321588 ";" " +lieferant ;00023409;"Boardriders (ehml. G.S.M.) (Billabong) ";"NA PALI SAS ";"100, Avenue des Sabotiers ";" ";"40150 ";"Soorts Hossegor ";"+33-558/434205 ";" ";"+33-558/434089 ";" " +lieferant ;00023410;"Southpole ";" ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234-92610 ";" ";" ";" " +lieferant ;00023411;"Westcoast GmbH ";" ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234/9261-0 ";" ";"06234/9261-50 ";" " +lieferant ;00023412;"Global Fashion Group BV ";"Karl Kani International ";"Reguliersdwarsstraat 2 ";" ";"1017 BM ";"Amsterdam ";"+31-30/689000 ";" ";"+31-30/689005 ";" " +lieferant ;00023416;"Moreglam Ltd. ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00023424;"Format Schlafkultur GmbH ";" ";"Kornbergstr. 20 ";" ";"95032 ";"Hof ";" ";" ";" ";" " +lieferant ;00023426;"Lckert Handelsvertretung ";" ";"Eyhauser Ring 31 ";" ";"26160 ";"Bad Zwischenahn ";" ";" ";" ";" " +lieferant ;00023427;"Noa Noa APS ";" ";"Krogenbergvej 15A ";" ";"3490 ";"Kvistgaard ";"+45-3699 3000 ";" ";" ";" " +lieferant ;00023428;"Next GmbH ";" ";"Schillerstr. 13 ";" ";"60322 ";"Frankfurt ";"06104/945969 ";" ";"06104/945968 ";" " +lieferant ;00023429;"DIBBERN B.T. ";" ";" ";"1160 ";"22941 ";"BARGTEHEIDE ";" ";" ";" ";" " +lieferant ;00023431;"Ellbi ";" ";"Karl-Schurz-Str. 5 ";" ";"41406 ";"Neuss ";" ";" ";" ";" " +lieferant ;00023441;"AHA Accessoires ";"Harnack ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089-3592488 ";" ";" ";" " +lieferant ;00023443;"Bosch Schmuckwaren GbR ";"Modeschmuck und modische Accessoires ";"Schwabenweg 5 ";" ";"87656 ";"Germaringen ";"08341/9646-0 ";" ";"08341/61155 ";" " +lieferant ;00023444;"Friedrich Nitsche KG ";" ";"Robert-Bosch-Str. 6 ";" ";"86551 ";"Aichach ";"08251-89900 ";" ";"08251-50398 ";" " +lieferant ;00023447;"Exquisite Food ";" ";"Am Krumbach 17a ";" ";"40822 ";"Mettmann ";"02104-24670 ";" ";"02104-22941 ";" " +lieferant ;00023448;"W. u. H. Kchle GmbH & Co. KG ";" ";"Bahnhofstr. 12 ";" ";"89312 ";"Gnzburg ";"08221-36450 ";" ";"08221-34617 ";" " +lieferant ;00023449;"Horst Schluckwerder ";" ";"Bltenweg 19 ";" ";"21365 ";"Adendorf ";"04131-187221 ";" ";"04131-189792 ";" " +lieferant ;00023452;"Gisad Dio Ticaret A.S. ";"Keresteciler Sitesi ";"Fatih Cad Kasim Sok. 29 ";" ";"34010 ";"Istanbul ";" ";" ";" ";" " +lieferant ;00023454;"F.lli Campagnolo SpA ";" ";"Via Merlo, 2 ";" ";"36060 ";"Romano d'Ezzelino (VI) ";"+39-0424/515411 ";" ";"+39-0424/510448 ";" " +lieferant ;00023455;"Hawesko GmbH ";" ";"Hamburger Str. 14-20 ";" ";"25436 ";"Tornesch b. Hamburg ";"04122-504433 ";" ";"04122-504477 ";" " +lieferant ;00023456;"F.lli Campagnolo GmbH ";" ";"Hans-Riedl-Strae 19 ";" ";"85622 ";"Feldkirchen ";"089/356290-0 ";" ";"089/356290-94 ";" " +lieferant ;00023457;"Nehmert GmbH ";" ";"Neudorfer Str. 201-203 ";"101003 ";"47057 ";"Duisburg ";"0203-378870 ";" ";"0203-3788777 ";" " +lieferant ;00023467;"HKS Germany GmbH & Co. KG,Sind ";" ";"Mahndentalstr. 82 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00023469;"Comey International Ltd. ";" ";"183 Electric Road ";" ";"1 ";"Hongkong ";" ";" ";" ";" " +lieferant ;00023471;"Class shirt- and knitwear, Ham ";"Inh. Burhanettin Yilmaz ";"Modering 3 Haus B Raum 738 ";" ";"22457 ";"Hamburg ";"040-55007720 ";" ";"040-55007721 ";" " +lieferant ;00023472;"Marco GmbH ";" ";"Otto-Hahn-Str. 8 ";" ";"40721 ";"Hilden ";"02103-58870 ";" ";"02103-588788 ";" " +lieferant ;00023474;"Kern & Kuhn Sdwest ";" ";"Hoppelgasse 25 ";" ";"76761 ";"Rlsheim ";" ";" ";" ";" " +lieferant ;00023476;"Save the Duck (ehem. Forest s.r.l.) ";" ";"Via Arcivescovo Calabiana 6 ";" ";"20139 ";"Milano ";"+39-02/89080866 ";" ";"+39-02/89080869 ";" " +lieferant ;00023480;"Heco Shops GmbH ";" ";"Penzendorfer Str. 12 ";" ";"91126 ";"Schwabach-Rednitzhembach ";"09122-97980 ";" ";"09122-979841/42 ";" " +lieferant ;00023486;"Magic People Modevertrieb GmbH ";" ";"Grafenberger Allee 30 ";" ";"40237 ";"Dsseldorf ";"0211/49093 ";" ";"0211/49095 ";" " +lieferant ;00023488;"No Angels Mode GmbH ";" ";"Hammer Landstr. 91 ";" ";"41460 ";"Neuss ";"02131-717900 ";" ";"02131-7179012 ";" " +lieferant ;00023491;"Paul Gnther GmbH & Co. KG ";" ";"Lauterbachstr. 28 ";"1148 ";"84307 ";"Eggenfelden ";"08721/5077-0 ";" ";"08721/5077-10 ";" " +lieferant ;00023492;"You`s Fashion ";"Youcef Sahraoui & Jutta Meurer ";"Adalberstrasse 41b ";" ";"52064 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00023495;"JOOP JEANS ";" ";"AUSTR. 10 ";"1162 ";"74653 ";"KUENZELSAU ";" ";" ";" ";" " +lieferant ;00023496;"Marvelis GmbH ";" ";"Freiberger Str. 26 ";"29 ";"74379 ";"Ingersheim ";" ";" ";"07142-779789 ";" " +lieferant ;00023499;"EMMEGI ";" ";"F.-SAUER-STR. 17 ";" ";"5020 ";"SALZBURG ";" ";" ";" ";" " +lieferant ;00023500;"Lacerna-Ragazzo ";" ";"Kon.-Wilhelminaplein 3/2.00.06 ";" ";"1062 ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00023507;"Birkelbach ";" ";"Ledererstr. 10 ";" ";"83714 ";"Miesbach ";"08025-6011 ";" ";"08025-6463 ";" " +lieferant ;00023509;"Kayak Wohnaccessoires ";" ";"Friedr.-Ebert-Str. 27-29 ";" ";"47546 ";"Kalkar-Wissel ";"02824-7236 ";" ";"02824-7256 ";" " +lieferant ;00023510;"Level One ";" ";"Brener Str. 49 ";" ";"48317 ";"Drensteinfurt ";"02508-99990 ";" ";"02508-999925 ";" " +lieferant ;00023512;"Klein, Fritz GmbH ";" ";"Bussardweg 22 ";" ";"47804 ";"Krefeld ";"02151-8213831 ";" ";"02151-8213851 ";" " +lieferant ;00023513;"Pietrogrande, Cardano ";"Gruppo Europeo Jersey S.p.A. ";"Via Volla 48 ";" ";"21010 ";"Cardano al Campo ";"0331-262271 ";" ";"0331-262735 ";" " +lieferant ;00023516;"Aerosoles,Wasserbillig ";" ";"90, Route de Luxembourg ";" ";"6633 ";"Wasserbillig ";"0035-2-749221 ";" ";"0035-2-749226 ";" " +lieferant ;00023523;"PETIT BATEAU Kinderbekleidung GmbH ";" ";"Untermainkai 29 ";" ";"60329 ";"Frankfurt/Main ";"069/27227612-0 ";" ";"069/27227612-9 ";" " +lieferant ;00023533;"Renzi AG ";" ";"Industriestr.-West 6 ";"100106 ";"63808 ";"Haibach ";"06021-610064 ";" ";"06021-60607 ";" " +lieferant ;00023534;"HIFA Strickmode ";"Hiester GmbH Strickwarenfabrik ";"Moselstr. 21 ";" ";"56818 ";"Klotten ";"02671-97620 ";" ";"02671-976215 ";" " +lieferant ;00023541;"WINDISCH GMBH ";" ";"KUEHBACHSTR. 1 ";" ";"81543 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023547;"Belfe Deutschland GmbH ";" ";"Maria-Theresia-Str. 22 ";" ";"81675 ";"Mnchen ";"+39/0424/48830 ";" ";"+39/0424/470770 ";" " +lieferant ;00023548;"Tikid's Ltd., Espoo ";" ";"Ankkurisaarentie 15 b ";" ";"02160 ";"Espoo ";"00358-40-7039940 ";" ";"00358-9-41247920 ";" " +lieferant ;00023552;"L. Credi ";"Peugler GmbH ";"Ridlerstr. 31 ";" ";"80339 ";"Mnchen ";"089/5401500 ";" ";"089/505073 ";" " +lieferant ;00023554;"Hhne & Mischke GmbH & CO. KG ";" ";"Blankenfohrweg 7-9 ";" ";"32139 ";"Spenge ";"05225-87640 ";" ";"05225-876487 ";" " +lieferant ;00023558;"Silva Deutschland GmbH ";" ";"In der Au 25 ";" ";"61440 ";"Oberursel ";" ";" ";" ";" " +lieferant ;00023565;"Van Megen Deutschland GmbH ";" ";"Macherscheider Str. 16 ";" ";"41468 ";"Neuss ";" ";" ";" ";" " +lieferant ;00023575;"Rosa Import-Export ";" ";"8, Rue du Chemin Vert ";" ";"75011 ";"Paris ";"+33-1/49297188 ";" ";"+33-1/49297198 ";" " +lieferant ;00023577;"Skogen f. Jagd + Freizeit GmbH ";" ";"Rudolf-Diesel-Str. 34-36 ";" ";"28876 ";"Oyten ";"04207-913547 ";" ";"04207-913549 ";" " +lieferant ;00023578;"Lerros Moden GmbH ";" ";"Im Taubental 35 ";" ";"41468 ";"Neuss ";"02131/36060 ";" ";"02131/3606100 ";" " +lieferant ;00023582;"KARLSBADER BLUSEN ";"Wunderlich Modelle ";"KIRSCHAECKER STR. 22 ";" ";"96052 ";"BAMBERG ";" ";" ";" ";" " +lieferant ;00023585;"INDUYCO S.A. ";" ";"SCHATZBOGEN 86.1,06 ";" ";"81829 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023587;"Pariliano Accessoires GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131-153958 ";" ";"02131-153980 ";" " +lieferant ;00023589;"USHA ";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";"040-552880 ";" ";"040-55288180 ";" " +lieferant ;00023591;"Lady's (Sylbo-Rcke) ";" ";"Rudolf-Diesel-Strae 41-45 ";"1355 ";"33813 ";"Oerlinghausen ";"05207/3832 ";" ";"05207/923731 ";" " +lieferant ;00023596;"SIBEL b.v.b.a. ";" ";"Schepen Duykstraat 11 ";" ";"8500 ";"Kortrijk ";"056-223971 ";" ";"056-227709 ";" " +lieferant ;00023597;"VfL Bochum ";"Fuballgemeinschaft e. V. ";"Castroper Str. 145 ";"102822 ";"44791 ";"Bochum ";" ";" ";" ";" " +lieferant ;00023599;"Muchacha ";"Circulo de Punto, S.L. ";"C/ Josep Calvet Nave A ";" ";"08302 ";"Mataro (Barcelona) ";"3493-7570408 ";" ";"3493-7572142 ";" " +lieferant ;00023611;"hummel Sport & Leisure ";"Warenhandelsgesellschaft mbH ";"Leverkusenstr. 54 ";" ";"22761 ";"Hamburg ";"040/800809-0 ";" ";" ";" " +lieferant ;00023618;"MANFRED PARTH GMBH ";" ";"ERZGIESSEREISTR. 18C ";" ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023621;"Buss & Simon Nordsee-Mtzen ";" ";"Kanalweg 32 ";" ";"26389 ";"Wilhelmshaven ";"04421/202783 ";" ";" ";" " +lieferant ;00023622;"Lyanne Diffusion ";" ";"35, Rue Popincourt ";" ";"75011 ";"Paris ";"014805299 ";" ";"0148052909 ";" " +lieferant ;00023624;"Dieter Mohr ";" ";"Hauptstr. 10 ";" ";"21376 ";"Salzhausen ";" ";" ";" ";" " +lieferant ;00023629;"scandolet Vertriebs GmbH & Co. KG ";" ";"Halberstdter Strae 53 ";" ";"33106 ";"Paderborn ";"05251/68891-0 ";" ";"05251/68891-11 ";" " +lieferant ;00023634;"Rudolf Flume Technik GmbH ";" ";"Hachestr. 66 ";" ";"45127 ";"Essen ";"+49 201 18990 ";" ";" ";" " +lieferant ;00023636;"Michal Golan Jewelry ";"European Division Sales ";"Akazienstr. 30 ";" ";"10823 ";"Berlin ";"0049-30 78957740 ";" ";"0049-30 78957742 ";" " +lieferant ;00023639;"AB Lederwaren Import ";" ";"Lange Str. 49 ";" ";"26160 ";"Bad Zwischenahn ";"04403-817999 ";" ";"04403-817998 ";" " +lieferant ;00023640;"DDP S.A. ";" ";"Walter-Kolb-Str.3-11 ";" ";"60594 ";"Frankfurt ";"069/962170 ";" ";"069/96217620 ";" " +lieferant ;00023642;"Bey-Moda GmbH ";" ";"Monnetstr. 18 ";" ";"52146 ";"Wrselen ";" ";" ";" ";" " +lieferant ;00023645;"Jacoby & Huber GmbH ";" ";"Bachgasse 2 ";" ";"76889 ";"Gleiszellen-Gleishorbach ";"06343/7880 ";" ";" ";" " +lieferant ;00023646;"The Schmuck Company GmbH ";" ";"Mettmanner Str. 60 ";" ";"40233 ";"Dsseldorf ";"0211-98418389 ";" ";"0211-9841840 ";" " +lieferant ;00023651;"Grohandel f. Herrenbekleidung ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023654;"Emanuel Berg ";"Inhaber Jaroslaw Szychulda ";"Slztalplatz 1 ";" ";"51503 ";"Rsrath ";"0221-2574701 ";" ";"0221-2574709 ";" " +lieferant ;00023657;"Maremonte ";" ";"Klepperstr. 18 ";" ";"83026 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00023658;"Lieselotte Blumensaat ";" ";"Milchstr. 5 ";" ";"33775 ";"Versmold ";"05423-94250 ";" ";"05423-942525 ";" " +lieferant ;00023664;"Trendy clothing UK Ltd ";" ";"Unit No 4, 46 London Street ";" ";"LE5 3RU ";"Leicester ";"0116-276-9919 ";" ";"0116-276-9919 ";" " +lieferant ;00023667;"SAYYES YOUNG FASHION ";" ";" ";"7 ";"91301 ";"Forchheim ";"09191/83499 ";" ";"09191/83316 ";" " +lieferant ;00023669;"Harry Haag Krawattenfabrik ";" ";"Ulmenweg 2 ";" ";"87779 ";"Trunkelsberg ";"08331-2447 ";" ";"08331-84168 ";" " +lieferant ;00023670;"AKZENT ";" ";"CL.-BRENTANO-STR. 9 A ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00023671;"Modeagentur carrara alessandro ";" ";"Frankfurter Ring 81 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023676;"Heidelberger Naturfarben ";" ";"Im Bosseldorn 12 ";" ";"69126 ";"Heidelberg ";"06221-33170 ";" ";"06221-331717 ";" " +lieferant ;00023686;"Almut Schade - Modena Krawatten ";" ";"Heinrich-Malina-Str. 101 ";"2628 ";"47809 ";"Krefeld ";"02151/511840 ";" ";"02151/511842 ";" " +lieferant ;00023687;"ISICO-USA-Sports ";" ";"Ullsteinstr. 114-130 ";" ";"12099 ";"Berlin ";"030-70206481 ";" ";"030-70206488 ";" " +lieferant ;00023688;"Sinzinger Eisen u. Bauwarenhan ";" ";"Hofmark 22 ";"20 ";"84364 ";"Bad Birnbach ";"08563-96310 ";" ";"08563-963131 ";" " +lieferant ;00023691;"Leabros GmbH ";" ";"Industriestr. 31 ";" ";"63674 ";"Altenstadt ";"06047-6058 ";" ";"06047-1256 ";" " +lieferant ;00023694;"W.E.T. Germany ";" ";"Kanalstr. 18 a ";" ";"22085 ";"Hamburg ";"0402295514 ";" ";"0402280060 ";" " +lieferant ;00023695;"SPORT IMPULS GMBH ";" ";"INNAUER STR. 2 A ";" ";"83026 ";"ROSENHEIM ";"08031269547 ";" ";"0803169147 ";" " +lieferant ;00023696;"Super Seven Distrub.by Logosh. ";" ";"Max-Keithstr. 29 ";" ";"45196 ";"Essen ";" ";" ";" ";" " +lieferant ;00023703;"Warnaco B.V. ";" ";"Fazantweg 4 ";"Postbus 120 ";"4791 RR ";"Klundert ";"+31-168/35690-0 ";" ";"+31-168/35690-1 ";" " +lieferant ;00023706;"BE DA MO-MODE GMBH ";" ";"GRUENBERGER STR. 54 ";" ";"10245 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00023707;"B + B GMBH ";" ";"SCHELLINGSTR. 126/RGB ";" ";"80798 ";"MUENCHEN 40 ";" ";" ";" ";" " +lieferant ;00023710;"British Continental Trading GmbH ";" ";"Groe Bckerstr. 13 ";"106620 ";"20095 ";"Hamburg ";"040-376760 ";" ";"040-37676100 ";" " +lieferant ;00023713;"Norddeutsche Wschefabrik GmbH ";"Kings Road ";"Industriepark 6 ";" ";"27777 ";"Ganderkesee ";"04222/80698-0 ";" ";"04222/80698-66 ";" " +lieferant ;00023716;"Designers Guild Einrichtungs G ";" ";"Dreimuehlenstr. 38 a ";" ";"80469 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023724;"***Joop by FALKE ";" ";"Ohlgasse ";" ";"57392 ";"Schmallenberg ";" ";" ";" ";" " +lieferant ;00023732;"HELLER FACTORING BK.AG ";" ";"WALLAUSTR. 111 ";" ";"55118 ";"MAINZ ";" ";" ";" ";" " +lieferant ;00023734;"personal affairs ";" ";"Sandtorkai 3 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00023737;"CANNSTATTER ";" ";"ZUCKERLEWEG 6 ";"500260 ";"70374 ";"Stuttgart ";"0711 / 509930 ";" ";"0711564474 ";" " +lieferant ;00023738;"Rudolf Schaffer Collect.GmbH ";" ";"Im Mittelfeld 8 ";" ";"76135 ";"Karlsruhe ";"0721-98745-0 ";" ";"0721-98745-55 ";" " +lieferant ;00023742;"Deja GmbH ";" ";" ";"10 02 54 ";" ";"Bergisch Gladbach ";" ";" ";" ";" " +lieferant ;00023743;"Mattina GmbH ";" ";"Herzogstrasse 66 /Rgb. ";" ";"80803 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00023757;"Blindenwerk Polytec ";" ";"Theo-Mackeben-Str. 22 ";" ";"56070 ";"Koblenz ";" ";" ";" ";" " +lieferant ;00023759;"GANT DACH GmbH ";"(ehem. Gant Duetz Fashion GmbH) ";"Gottlieb-Daimler-Str. 23-25 ";" ";"59439 ";"Holzwickede ";"02301-9489-0 ";" ";"02301-9489-10 ";" " +lieferant ;00023760;"GIANNI BUGLI ";" ";"SEELEITN-65 ";" ";"82541 ";"MUENSING ";" ";" ";" ";" " +lieferant ;00023762;"Eurochron GmbH ";" ";"Neue Strae 1 ";" ";"99846 ";"Seebach ";" ";" ";" ";" " +lieferant ;00023765;"Eberhard Faber Vertrieb GmbH ";" ";"Nrnberger Strae 1 ";" ";"90546 ";"Stein ";"49-(0)911 - 9965-0 ";" ";"+49-(0)911 - 9965-6049 ";" " +lieferant ;00023767;"Marc Lckert Handelsvertretung ";" ";"St. Anton Str. 2 ";" ";"82467 ";"Garmisch-Partenkirchen ";"01718888080 ";" ";"04403910171 ";" " +lieferant ;00023768;"Halltex, Haller Textilwerke ";" ";"Brixner Strae 5 ";" ";"6060 ";"Hall in Tirol ";"+49/5223431000 ";" ";"+49/522343110 ";" " +lieferant ;00023769;"Edition Monier ";" ";"Naegelestr. 9 ";" ";"71540 ";"Murrhardt ";" ";" ";" ";" " +lieferant ;00023771;"Sarah S. Collection ";" ";"Feuchtwanger Str. 4 ";" ";"91572 ";"Bechhofen ";"09822609960 ";" ";"098226099610 ";" " +lieferant ;00023772;"Top des Tops S.A.R.L. ";" ";"59, bd Voltaire ";" ";"75011 ";"Paris ";"+33-1/43571247 ";" ";"+33-1/43571277 ";" " +lieferant ;00023775;"Gerd und Dirk Reintjes oHG ";" ";"Danziger Str. 111 ";" ";"40468 ";"Dsseldorf ";"0211/4542809 ";" ";" ";" " +lieferant ;00023778;"Guasch Hermanos S.A. ";"Av. Matias Guasch S/N ";"Capellades ";" ";"08788 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00023780;"4 YOU A/S ";" ";"Norgesvej 12 ";" ";"6100 ";"Haderslev ";" ";" ";" ";" " +lieferant ;00023782;"Sattler & Co. Inh. Faber ";" ";"Nachtigallenweg 4 ";" ";"55627 ";"Merxheim ";" ";" ";" ";" " +lieferant ;00023784;"DOLCE & GABBANA ";" ";"Via XX Settembre , 123 ";" ";"20025 ";"Legano - Milano ";" ";" ";" ";" " +lieferant ;00023788;"Mhlmeier ";" ";"Kastanienweg 8 ";"1110 ";"95671 ";"Brnau/Schwarzenbach ";"09635/9219-0 ";" ";"09635/9219-90 ";" " +lieferant ;00023789;"Dalmata ";" ";"Est. De Alfragide,Lote 17 ";" ";"2721-864 ";"Anadora ";" ";" ";" ";" " +lieferant ;00023793;"W. Mller Textilvertr. GmbH ";" ";"Mahdentalstr. 96 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00023799;"Schulte-Ufer KG ";"Metallwarenfabrik ";"Hauptstr. 56 ";" ";"59846 ";"Sundern ";"029339810 ";" ";"029337150 ";" " +lieferant ;00023801;"Molten Europe GmbH ";" ";"Krefelder Str. 85 ";" ";"40549 ";"Dsseldorf ";"0211-507038 ";" ";" ";" " +lieferant ;00023811;"Schwarze Handels GmbH ";" ";"Rudolf-Diesel-Str. 3 ";" ";"33428 ";"Harsewinkel ";" ";" ";" ";" " +lieferant ;00023812;"Seidel Schatz GmbH ";" ";"Johann - Feilner - Str. 2 ";"10 11 30 ";"95511 ";"Mistelbach ";"09201 / 799 160 ";" ";" ";" " +lieferant ;00023817;"zz~CASA MODA ";" ";"GUTENBERGSTR. 7 ";" ";"26135 ";"Oldenburg ";"0441/20660 ";" ";"0441/2066111 ";" " +lieferant ;00023820;"Art Textil ";" ";"Elberfelder Str. 138 ";" ";"45549 ";"Sprockhvel-Herzkamp ";" ";" ";" ";" " +lieferant ;00023823;"Purple Label Fashion GmbH ";" ";"Klenzstrae 41 ";" ";"80469 ";"Mnchen ";"089/236673-15 ";" ";"089/236673-10 ";" " +lieferant ;00023824;"CORNELIANI F.UI ";" ";"VIA M PANIZZA 5 ";" ";"46100 ";"MANTOVA ";" ";" ";" ";" " +lieferant ;00023826;"SKV Arzberg Porzellan GmbH ";" ";"Fabrikweg 41 ";" ";"95706 ";"Schirnding ";" ";" ";" ";" " +lieferant ;00023834;"Sport 2000 Deutschland GmbH ";"The Point of Sport ";"Nord-West-Ring 11 ";" ";"63533 ";"Mainhausen ";"061829280 ";" ";" ";" " +lieferant ;00023840;"Astri Hosen Ges.m.b.H. ";" ";"Tschirgantstrasse 1 ";" ";"6430 ";"tztal - Bahnhof ";"+43 5266 88260 ";" ";"+43 5266 87405 ";" " +lieferant ;00023845;"Stuco Taschentcher Stuchlik GmbH ";" ";"Bahnhofstr. 5 ";" ";"94474 ";"Vilshofen ";" ";" ";" ";" " +lieferant ;00023854;"Interfashion S.p.A. ";" ";"Via Coriano 58/90 ";" ";"47900 ";"Rimini (RN) ";"0039/0541/706911 ";" ";"0039/0541/706801 ";" " +lieferant ;00023859;"Roberto Santo GmbH ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00023861;"TE HA GE Textilhandels GmbH ";" ";"Artlandstr. 73 ";" ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00023863;"VILA A/S ";" ";"Stilling Kirkevej 10 ";" ";"8660 ";"Skanderborg ";"+45-99423900 ";" ";"+45-99423901 ";" " +lieferant ;00023870;"Tip Top Toys ";" ";"Dr.-Georg-Schfer-Str. 17 ";" ";"93437 ";"Furth im Wald ";" ";" ";" ";" " +lieferant ;00023874;"RUEDIGER BUCKSCH GMBH ";" ";"EMANUEL-LEUTZE-STR. 21 ";" ";"40547 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00023877;"Lise Charmel Parissime GmbH ";" ";"Lebacher Strae 4 ";"695 ";"66113 ";"Saarbrcken ";" ";" ";" ";" " +lieferant ;00023878;"Descamps Demeestere ";" ";"Gerbereistr. 7 ";" ";"77694 ";"Kehl-Korz ";" ";" ";" ";" " +lieferant ;00023886;"Champion Deutschland GmbH ";" ";"Lilienthalallee 40, M.O.C., Raum B 128 ";" ";"80939 ";"Mnchen ";"08932350540 ";" ";"08932350556 ";" " +lieferant ;00023887;"Neue Porzellanfabrik Triptis GmbH ";" ";"Geraer Strae 51 ";" ";"07819 ";"Triptis ";"036482/82-0 ";" ";"036482/82-237 ";" " +lieferant ;00023888;"TNT t/a Merrell ";" ";"Marsteden 52 ";" ";"7547 TC ";"Enschede ";" ";" ";" ";" " +lieferant ;00023889;"Chr. Storz GmbH & Co.KG ";" ";"Fhrenstr. 15 ";" ";"78532 ";"Tuttlingen ";"07461-92820 ";" ";"07461-928250 ";" " +lieferant ;00023891;"Castle Tea Co.GmbH ";" ";"Brandstcken 16 ";" ";"22549 ";"Hamburg ";"040-8078790 ";" ";"040-80787980 ";" " +lieferant ;00023901;"ELBRINA Dessous GmbH ";" ";"Rimbachstrae 53 a ";" ";"98527 ";"Suhl ";"03681-353656/353 ";" ";"03681-353658 ";" " +lieferant ;00023903;"Joseph Ribkoff Distributions Ltd. ";" ";"Thessalonikis Street ";"P.O. Box 56422 ";"3306 ";"Limassol ";"+357/25343496 ";" ";"+357/25373813 ";" " +lieferant ;00023906;"REGIME ";" ";"ROB.-BOSCH-STR. 3 ";" ";"71088 ";"HOLZGERLINGEN ";" ";" ";" ";" " +lieferant ;00023911;"Quicksilver Deutschland ";"Kauai Textilvertriebs GmbH ";"Frankfurter Ring 162 , 5. Stock ";" ";"80807 ";"Mnchen ";"0800/1827306 ";" ";"0800/1827307 ";" " +lieferant ;00023912;"Manfred Wader ";" ";"Alte Landstr. 53 ";"15 45 ";"42477 ";"Radevormwald ";"02195/9129-0 ";" ";"02195/9129-56 ";" " +lieferant ;00023914;"JOOP ";" ";"DIESELSTR. 2 ";" ";"69221 ";"DOSSENHEIM ";" ";" ";" ";" " +lieferant ;00023923;"Wenko-Wenselaar GmbH & Co. KG ";" ";"Im Hlsenfeld 10 ";"8 20 ";"40721 ";"Hilden ";"02103/573-0 ";" ";"02103/573-190 ";" " +lieferant ;00023927;"Creenstone B.V. ";" ";"Tokyostraat 7-11 ";"P.O. Vox 90049 ";"1175 RB ";"Lijnden ";" ";" ";" ";" " +lieferant ;00023931;"WM Kontakt-Logistik GmbH ";" ";"Im Freihafen 9 ";" ";"47138 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00023934;"Woeltje GmbH & Co.KG ";" ";" ";"52 40 ";" ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00023936;"Decher-Blumen Handelsgaertnere ";" ";"Hauptstr. 124 ";" ";"61184 ";"Karben ";"0603991510 ";" ";"06039915122 ";" " +lieferant ;00023939;"Intex Dessous GmbH ";" ";"Am Wartberg ";" ";"55232 ";"Alzey ";"06731/49431 ";" ";" ";" " +lieferant ;00023942;"Crabtree & Evelyn GmbH ";" ";"Rob.-Bosch-Str. 1 ";" ";"86899 ";"Landsberg ";"08191-92340 ";" ";"08191-923417 ";" " +lieferant ;00023949;"KSports GmbH ";" ";"Dorfstrae 40 ";" ";"24536 ";"Neumnster ";"04321/5585858 ";" ";"04321/5585859 ";" " +lieferant ;00023951;"Basic Wear GmbH ";" ";"Duesseldorfer Str. 68 ";" ";"40721 ";"Hilden ";"02103907790 ";" ";"02103907799 ";" " +lieferant ;00023954;"Modedesign+Vertriebs GmbH ";" ";"Vogelsanger str. 348 ";" ";"50827 ";"Koeln ";"0221160980 ";" ";"02211609820 ";" " +lieferant ;00023956;"Inter Continental Traders ";"Inter Co ";"Commerdial Road 236 - 238 ";" ";" ";" ";" ";" ";" ";" " +lieferant ;00023961;"Scherer Ladies Wear GmbH & Co. KG ";" ";"Oscar-von-Miller-Ring 8 ";" ";"85254 ";"Sulzemoos ";"081426505260 ";" ";"081426505269 ";" " +lieferant ;00023964;"K-Swiss Germany GmbH ";" ";"Rethelstrasse 47 ";" ";"40237 ";"Dsseldorf ";"0211/437158-0 ";" ";"0211/437158-99 ";" " +lieferant ;00023965;"IHR IDEAL HOME RANGE ";" ";"BROCKDAMM 3 ";" ";"49628 ";"Essen ";" ";" ";" ";" " +lieferant ;00023966;"Navigator Lederwaren GmbH ";" ";"Carl-Sasse-Strae 3 ";"1360 ";"31867 ";"Lauenau ";"05043/9109-0 ";" ";"05043/9109-14 ";" " +lieferant ;00023968;"Riba Verpackungen GmbH ";" ";"Brggenkampstr. 20 ";"2123 ";"59077 ";"Hamm ";"02381-4079-0 ";" ";"02381-4079-21 ";" " +lieferant ;00023974;"la vida GmbH ";" ";"Veckerhagener Str. 1 c ";" ";"34376 ";"Immenhausen/Mariendorf ";"05673/504-0 ";" ";"05673/504-90 ";" " +lieferant ;00023976;"ETAY ";" ";"Mustafa Karaet Caddesi NO. 32 ";" ";"16369 ";"Bursa ";"0090-224261 1950-59 ";" ";"0090-224261 1977 ";" " +lieferant ;00023980;"Via Trento ";" ";"Grote Baan 201 ";" ";"9920 ";"Lovendegem ";"09 251 4475 ";" ";"09 370 8592 ";" " +lieferant ;00023985;"H. Gautsch ";" ";"Dornierweg 1 ";" ";"48016 ";"Mnster ";"0251-687-0 ";" ";"0251-687-299 ";" " +lieferant ;00023987;"VARIA Volkskunsthandelsgesellschaft mbH ";"& Co. Metallkunst KG ";"Mitterstraweg 17 ";" ";"82064 ";"Stralach ";"08170/99829-30 ";" ";"08170/99829-59 ";" " +lieferant ;00023993;"Universal Athletics ";" ";"Vitalisstr. 379A ";" ";"50933 ";"Kln ";"0221-494097 ";" ";" ";" " +lieferant ;00023995;"KITARO Fashion Group GmbH ";" ";"Knkelstrae 125 ";" ";"41063 ";"Mnchengladbach ";"02161/94692-0 ";" ";"02161/94692-80 ";" " +lieferant ;00024011;"Dorothea Topolan ";" ";"Lnernweg 142 ";" ";"33378 ";"Rheda-wiedenbrck ";" ";" ";" ";" " +lieferant ;00024015;"Daniela Senfft ";" ";"Leibnizpark ";" ";"51503 ";"Rsrath ";"02205-900740-0 ";" ";"02205-9007474 ";" " +lieferant ;00024041;"WPSD ";" ";"EUGEN-BENTEL-STR. 2 ";" ";"73614 ";"SCHORNDORF ";" ";" ";" ";" " +lieferant ;00024044;"FFI Global S.R.L. ";" ";"Piazzale Luigi Cadorna, 2 ";" ";"20123 ";"Milano ";"+39-0445/306400 ";" ";"+39-0445/300288 ";" " +lieferant ;00024049;"comma GmbH & Co. KG ";" ";"Ostring ";" ";"97228 ";"Rottendorf ";"09302/3099700 ";" ";"09302/3099701 ";" " +lieferant ;00024050;"Coccinelle S.p.A. ";" ";"Via Lega dei Carettieri, 6 ";" ";"43038 ";"Sala Baganza (PR) ";" ";" ";" ";" " +lieferant ;00024057;"Olympia ";"Adolf Riedl GmbH & Co. KG ";"Ottostr. 1 ";" ";"95448 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00024079;"Kobe by Kobefab ";" ";"Ruhrorter Str. 55 ";" ";"46049 ";"Oberhausen ";" ";" ";" ";" " +lieferant ;00024082;"Modeagentur F. Vacirca ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";"06196/481178 ";" ";"06196/45883 ";" " +lieferant ;00024084;"TRISPORT ";" ";"BUNTE BANK 3 ";" ";"44227 ";"DORTMUND ";" ";" ";" ";" " +lieferant ;00024087;"ITAL.MODE SPA ";" ";"VIA GALVANI 106 ";" ";"31029 ";"VITTORIO VENETO ";" ";" ";" ";" " +lieferant ;00024092;"Kids Fashion Group GmbH & Co. KG ";"Dll ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";"07127/8114-0 ";" ";"07127/8114-456 ";" " +lieferant ;00024101;"Rainer Borstelmann ";"Mode Agentur ";"Finkenweg 8 ";" ";"28844 ";"Weyhe ";"0421-804636 ";" ";"0421-801408 ";" " +lieferant ;00024125;"FvS Accessoires GmbH ";" ";"Kreuzberger Ring 40 ";" ";"65205 ";"Wiesbaden ";"0611/9774400 ";" ";"0611/721247 ";" " +lieferant ;00024128;"Kauai Textilvertriebs GmbH ";" ";"Frankfurter Ring 162 Gebude 22 ";" ";"80807 ";"Mnchen ";"0800818613 ";" ";"0800820745 ";" " +lieferant ;00024144;"Backpacker Products ";" ";"21 Bark Street ";" ";"7945 ";"Retreat, Wes-Kaap ";" ";" ";" ";" " +lieferant ;00024145;"Stone Fashion GmbH ";" ";"Ringstr. 36 ";" ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00024171;"zz~Fashion Sport Agentur GmbH ";" ";"GUTENBERGRING 62 ";" ";"22848 ";"NORDERSTEDT ";" ";" ";" ";" " +lieferant ;00024197;"***BENETTON SPORTSYSTEME GmbH ";" ";"Nymphenburger Str. 86 ";" ";"80636 ";"Mnchen ";"089-3177430 ";" ";"0893173064 ";" " +lieferant ;00024217;"Mattel GmbH ";" ";"An der Trift 75 ";" ";"63266 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00024218;"TONY.D ";" ";"BAYREUTHER SR. 6 ";" ";"91301 ";"FORCHHEIM ";" ";" ";" ";" " +lieferant ;00024230;"Relags GmbH ";" ";"Im Grund 6-10 ";" ";"83104 ";"Tuntenhausen ";"08065/90390 ";" ";"08065/903935 ";" " +lieferant ;00024232;"Dr. Bieler GmbH ";" ";"Waller See 21 ";" ";"38179 ";"Schwlper ";"0531/290629-0 ";" ";"0531/290629-11 ";" " +lieferant ;00024237;"SILVERA INTERNAT. B.V. ";" ";"ZUIDEREINDE 254 ";" ";"1243 ";"ZG`S GRAVELAND ";" ";" ";" ";" " +lieferant ;00024257;"Zabaione GmbH ";" ";"Hofwiesenstrae 27 ";" ";"74564 ";"Crailsheim ";"07951/9377-0 ";" ";"07951/9377-77 ";" " +lieferant ;00024265;"Fashion-Concept Gerry Weber GmbH ";" ";"Neulehenstr. 8 ";" ";"33790 ";"Halle ";"05201/1850 ";" ";"05201/10931 ";" " +lieferant ;00024269;"MENS'S-MARK ";"International Fashion GmbH ";"Friedrich-Ebert-Str. 86 ";" ";"85055 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00024275;"American Jeans ";" ";"Im Dahlacker 68-70 ";" ";"40223 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00024287;"RASTA-BIRDS ";" ";"IM GOLDENEN RING 1 ";" ";"63755 ";"ALZENAU ";" ";" ";" ";" " +lieferant ;00024304;"MANIFATTURE ITTERIE ";" ";"ZONA INDUSTRIALE ";" ";"86090 ";"PETORANELLO D.MOLISE ";"0039-865-460290 ";" ";" ";" " +lieferant ;00024308;"SALMONE GMBH ";" ";"BAHNSTR. 70 ";"100629 ";"47906 ";"KEMPEN ";" ";" ";" ";" " +lieferant ;00024311;"Point Valnost ";" ";"Kremser Weg 9 ";" ";"40789 ";"Monheim-Baumberg ";" ";" ";" ";" " +lieferant ;00024329;"MDC SPORTSWEAR GMBH ";" ";"IM ENGELFELD 1 ";" ";"87509 ";"IMMENSTADT ";" ";" ";" ";" " +lieferant ;00024331;"Ahlers-Verbund-GmbH ";" ";"Elverdisser Str. 313 ";"1155 ";"32044 ";"Herford ";" ";" ";" ";" " +lieferant ;00024333;"sylvie schimmel, Jeremy Schimmel-Bauer ";" ";"66 Rue d'Hauteville ";" ";"75010 ";"Paris ";"+33-1/48000881 ";" ";"+33-1/48000882 ";" " +lieferant ;00024336;"Q1 Manufaktur GmbH ";" ";"Eninger Weg 24 ";" ";"72766 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00024337;"Emile Bausch Textilien GmbH (Key Largo) ";" ";"Max-Berk-Strae 4 ";" ";"69226 ";"Nuloch ";"06224/81020 ";" ";"06224/81830 ";" " +lieferant ;00024341;"Jrgen Schmid ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00024345;"Maglital s.r.l. ";" ";"Strada Statale Flaminia Km 145 ";" ";"06032 ";"Borgo di Trevi (PG) ";"+39-0742/38521 ";" ";"+39-0742/381851 ";" " +lieferant ;00024348;"VFG Dessous Vertriebs GmbH ";" ";"Weinheimer Str. 58-60 ";" ";"68309 ";"Mannheim ";"0621844090 ";" ";"06218440977 ";" " +lieferant ;00024350;"LUTZ RITTER ";" ";"DENEKAMPER STR. 78 ";" ";"48578 ";"NORDHORN ";" ";" ";" ";" " +lieferant ;00024356;"Clothcraft ";" ";"Am Ellerbrockshof 2-6 ";"103233 ";"33617 ";"Bielefeld ";"0521/14530 ";" ";"0521/1453216 ";" " +lieferant ;00024358;"Kieninger Accessoires ";"Herstellung und Vertrieb ";"Freisinger Str. 16 ";" ";"85406 ";"Zolling ";" ";" ";" ";" " +lieferant ;00024434;"Interdima Handels GmbH ";" ";"Am alten Sportplatz 10 ";" ";"24623 ";"Groenaspe ";"04327/1403900 ";" ";"04327/1403940 ";" " +lieferant ;00024444;"G III Apparel Group Ltd. ";"ehem (DONNA KARAN) ";"512 Seventh avenue ";" ";"10018 ";"NEW YORK ";" ";" ";" ";" " +lieferant ;00024445;"Stenau GmbH, Gronau ";" ";"Ahauser Str. 79/81 ";"2165 ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00024449;"Ulster Weavers Ltd. ";" ";"245 Castlewellan Road ";" ";"BT32 3SG ";"Banbridge, Co. Down ";"+44-844 844 1325 ";" ";"+44-28 90 326612 ";" " +lieferant ;00024463;"TABLE FASHION ";" ";"STEINGAUSTR. 23 ";" ";"73230 ";"KIRCHHEIM/TECK ";" ";" ";" ";" " +lieferant ;00024477;"TOC-TOC ";" ";"IN DER AU 27 ";" ";"61440 ";"OBERURSEL/TS. ";" ";" ";" ";" " +lieferant ;00024483;"GROUP FASHION FABRIC ";" ";"VIA GIROGGIO 2 ";" ";"6900 ";"LUGANO ";" ";" ";" ";" " +lieferant ;00024488;"Bltel Worldwide Fashion GmbH ";" ";"Rheiner Str. 28 ";" ";"48499 ";"Salzbergen ";"05976/9476-0 ";" ";"05976/9476-100 ";" " +lieferant ;00024505;"Planet People Textilvertriebs GmbH ";" ";"Ludwigstr. 180 ";" ";"63067 ";"Offenbach/Main ";"069/80055 ";" ";" ";" " +lieferant ;00024510;"Kirchhoff ";" ";"Renferstr. 5 ";" ";"2504 ";"Biel-Bienne ";"+41-323421030 ";" ";"+41323421180 ";" " +lieferant ;00024511;"THOR-LO Service Partner ";"Meyer Marketing Services ";"Parsifalstr. 8 ";" ";"90461 ";"Nuernberg ";"0130181052 ";" ";"0130181052 ";" " +lieferant ;00024513;"CANTZEN GMBH ";" ";"GILDEHAUSER DAMM 29 ";"2032 ";"48599 ";"GRONAU ";" ";" ";" ";" " +lieferant ;00024516;"JOOP ACCESSOIRES ";" ";"HAMMFELDDAMM 10 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00024518;"Cunersdorfer Trikotagenfabrik ";" ";"Am Steigerwald 9 ";" ";"09456 ";"Cunersdorf ";" ";" ";" ";" " +lieferant ;00024525;"ENERGIE ";" ";"GREFSTR. 50 ";" ";"70499 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00024535;"DUERKOP IMPORT GMBH ";" ";"NIENDORFER WEG 11 ";" ";"22453 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00024539;"SAINT JOHN ";" ";"DAIMLERSTR. 1 ";" ";"66060 ";"Brebach-Fechingen ";" ";" ";" ";" " +lieferant ;00024569;"Schmeinck, Bocholt ";" ";"K.-Wilhelm-Str. 46-50 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00024605;"L-Fashion Group ";" ";"Hanns-Martin-Schleyer-Str. 18a ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00024612;"Striwa Bekleidungswerke GmbH ";" ";"Postfach 1540 ";"1540 ";"96205 ";"Lichtenfels ";" ";" ";" ";" " +lieferant ;00024634;"zz~ALBERT DORMANNS-ABZ- ";" ";"REYDTER STR. 19-31 ";" ";"41065 ";"MOENCHENGLADBACH ";" ";" ";" ";" " +lieferant ;00024637;" ";" ";"Weststrickweg ";" ";"59302 ";"Oelde ";" ";" ";" ";" " +lieferant ;00024651;"PEN MODE BV ";" ";"LENTEWEG 16 ";" ";"7532 ";"RB ENSCHEDE ";" ";" ";" ";" " +lieferant ;00024688;"LUXOR-ABZ- ";" ";"BURGSTR. 9 B ";" ";"44867 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00024691;"CASIO Europe GmbH ";" ";"Casio-Platz 1 ";"3147 ";"22848 ";"Norderstedt ";"040/52865-0 ";" ";"040/52865-100 ";" " +lieferant ;00024703;"YVES SAINT LAURENT ";" ";"FR.-EBERT-STR. 86 ";"100251 ";"85055 ";"INGOLSTADT ";" ";" ";" ";" " +lieferant ;00507728;"Pier One A/S ";" ";"Balticagade 11 ";" ";"8000 ";"Aarhus ";" ";" ";" ";" " +lieferant ;00024717;"Dockers by Levi's ";" ";"Hildebrandtstr. 24 A ";" ";"40215 ";"Dsseldorf ";"06104/601-0 ";" ";"06104/601-350 ";" " +lieferant ;00024734;"MASCOTTE FASHION ";" ";"KOELNER STR. 50 ";" ";"41464 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00024749;"Lehner AG / SA ";" ";"Postfach ";" ";"9050 ";"Appenzell ";" ";" ";" ";" " +lieferant ;00024752;"CAMEL TROPHY ";" ";"MITTELSTADTER WEG 23 ";" ";"86830 ";"SCHWABMUENCHEN ";" ";" ";" ";" " +lieferant ;00024755;"zz~KARAMEL GMBH (luft aus, 12985) ";" ";"MUNZSTR. 7 ";" ";"97070 ";"WUERZBURG ";" ";" ";" ";" " +lieferant ;00024758;"BRECKLE GMBH ";" ";". ";" ";"71724 ";"BENNINGEN ";" ";" ";" ";" " +lieferant ;00024762;"Hammerschmid GmbH ";"Sportive Trachtenmoden ";"Staudacher Str. 5-7 ";" ";"83250 ";"Marquartstein ";"08641/9785-0 ";" ";"08641/9785-50 ";" " +lieferant ;00024763;"HESS + FRACKMANN ";" ";"GEWERBEGEBIET ";" ";"74931 ";"LOBBACH ";" ";" ";" ";" " +lieferant ;00024764;"Lene Bjerre A/S ";" ";"Skalhuse 10 ";" ";"9240 ";"Nibe ";"+45-9671 2100 ";" ";" ";" " +lieferant ;00024782;"Leithauser Fashion GmbH & Co ";"Toni Gard ";"Heesener Strasse 26 ";"1943 ";"59065 ";"Hamm ";" ";" ";" ";" " +lieferant ;00024799;"FILOFAX ";" ";"AM WEISSEN BERG 3 ";" ";"61476 ";"KRONBERG ";" ";" ";" ";" " +lieferant ;00024807;"LE CHAT CAPMER ";" ";"B. P. 119 Rue de la Caille ";" ";"71170 ";"CHAUFFAILLES ";"033 03 85 2649820 ";" ";"033 03 85 846169 ";" " +lieferant ;00024820;"MAKO - SPORT ";" ";"Talangerstr. 7 ";" ";"82152 ";"Krailling ";"089/8942540 ";" ";"089/8404937 ";" " +lieferant ;00024832;"N.D. Seta Lefarth GmbH ";" ";"Im Dorf 8 ";" ";"57319 ";"Bad Berleburg ";"02751/7770 ";" ";"02751/2607 ";" " +lieferant ;00024843;"OLMETTO S.P.A. ";" ";"Via Roma N2 ";" ";"22026 ";"Maslianico COMO ";" ";" ";" ";" " +lieferant ;00024860;"Georg Haupt ";" ";"Frsterweg 36 ";"1740 ";"59558 ";"Lippstadt ";"02941/9401-0 ";" ";"02941/9401-99 ";" " +lieferant ;00024863;"SPIEKER ";" ";"SPATENSTR. 48 ";" ";"40470 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00024866;"Borsalino Giuseppe e Fratello SpA ";" ";"Zona Industriale D5 ";" ";"15047 ";"Spinetta Marengo (AL) ";"+39-0131/214211 ";" ";"+39-0131/619052 ";" " +lieferant ;00024871;"Diadora Deutschland GmbH ";" ";"Max-Planck-Str. 9-11 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00024880;"Oliver M. Modevertrieb ";" ";"Karlstrr. 2a ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00024886;"Jahn & Pill Festliche Mode ";" ";"Dsselthaler Str. 9 ";"103106 ";"40211 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00024890;"FLORIDA MODE VERTRIEB ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00024905;"Wille GmbH ";" ";"Im Gewerbepark 28 ";" ";"15711 ";"Zeesen ";" ";" ";" ";" " +lieferant ;00024907;"Verpass GmbH & Co. KG ";"Bekleidungsfabrikation ";"Hauptstrae 17 ";" ";"96277 ";"Schneckenlohe ";"09266/964-0 ";" ";"09266/964-50 ";" " +lieferant ;00024908;"Maxima-Fashion GmbH ";" ";"Hauptstrae 17 ";" ";"96277 ";"Schneckenlohe ";"09266/99255-0 ";" ";"09266/99255-55 ";" " +lieferant ;00024919;"H. Dreyer GmbH & Co. ";" ";"Postfach 8061 ";"8061 ";"32573 ";"Lhne ";" ";" ";" ";" " +lieferant ;00024931;"G. Benz Turngerte ";" ";"Grninger Str 1/3 ";"220 ";"71364 ";"Winnenden ";" ";" ";" ";" " +lieferant ;00024941;"Gloco Holzwaren GmbH ";" ";"Brunnenstr. 3 ";" ";"89440 ";"Lutzingen ";"09074/1371 ";" ";"09074/5516 ";" " +lieferant ;00024943;"GINA DONNA ";" ";"BAYERNSTR. 4 ";" ";"63868 ";"GROSSWALLSTADT ";" ";" ";" ";" " +lieferant ;00024948;"Innovations-Club Handelsgesellschaft mbH";" ";"Raiffeisenstr. 15-18 ";" ";"40764 ";"Langenfeld ";"02173/99-1040 ";" ";" ";" " +lieferant ;00024954;"Jacobs & Turner Ltd ";" ";"Vermont House, 149 Vermont Street ";" ";"G41 1LU ";"Kinning Park, Glasgow, Lanarkshire ";" ";" ";" ";" " +lieferant ;00024956;"Kurt Kraenzle KG ";" ";"Gartenstr. 43 ";" ";"95158 ";"Kirchenlamitz ";"092851221 ";" ";"092858225 ";" " +lieferant ;00024960;" ";" ";"BRUNNENWEG 11 ";" ";"64331 ";"WEITERSTADT ";" ";" ";" ";" " +lieferant ;00024961;"PIAZZA SEMPIONE ";" ";"VIA VIGEVANO,10 ";" ";"20144 ";"MILANO ";" ";" ";" ";" " +lieferant ;00024963;"Kurt Neumann GmbH & Co. ";" ";"Geneststr. 1 ";" ";"10829 ";"Berlin ";"052819450 ";" ";"05281945110 ";" " +lieferant ;00024965;"ProDeCon PK International GmbH ";" ";"Friedenstrae 5 ";" ";"73269 ";"Hochdorf ";"07153/99676-20 ";" ";"07153/99676-40 ";" " +lieferant ;00024966;"prodecon fabrics GmbH ";" ";"Wolfckerstrae 10 ";" ";"70794 ";"Filderstadt ";"07158/98390-30 ";" ";"07158/98390-32 ";" " +lieferant ;00025001;"Mariani Valentina GmbH ";" ";"Kampstr. 72 ";"101161 ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00025003;"DIMOTEX ";" ";"Ziegeleistrae 26 ";" ";"57462 ";"Olpe-Biggesee ";" ";" ";" ";" " +lieferant ;00025008;"Traumlicht GmbH ";" ";"Heinrichshall 4 ";" ";"07586 ";"Bad Kstritz ";" ";" ";" ";" " +lieferant ;00025012;"Cover Company ";" ";"An der alten Ziegelei 36 ";" ";"48157 ";"Mnster ";" ";" ";" ";" " +lieferant ;00025019;"SLT GmbH ";"Bauer in der Au ";"Happinger-Au-Strae 3 ";" ";"83026 ";"Rosenheim ";"+49 8031 271500 ";" ";"+49 8031 27150 190 ";" " +lieferant ;00025021;"Michel Fraber S.A.R.L: ";" ";"29,Rue Rene Cassin-BP12 ";" ";"74240 ";"Gaillard-France ";"0033/450398520 ";" ";"0033/450313318 ";" " +lieferant ;00025022;"Peter Lohel Mode GmbH ";" ";"Kaiserwerther Str. 119 ";" ";"40474 ";"Dsseldorf ";"+49-211-1718050 ";" ";"+49-211-17180528 ";" " +lieferant ;00025023;"Sport-Team Koenig ";" ";"Alter Rehmer Weg 142 ";" ";"32547 ";"Bad Oeynhausen ";"05731307982 ";" ";"05731307984 ";" " +lieferant ;00025025;"Ralf Mohr ";" ";"Peter-Hille-Str. 9 ";" ";"44229 ";"Dortmund ";"023197100258 ";" ";"02315312819 ";" " +lieferant ;00025032;"VM Verlegerdienst Mnchen GmbH & Co. KG ";" ";"Gutenbergstr. 1 ";"1280 ";"82205 ";"Gilching ";"08105/388-0 ";" ";"08105/388-100 ";" " +lieferant ;00025033;"Ladyset Schssler & Zachmann GmbH ";" ";"Ruchelnheimstrae 20 ";" ";"63743 ";"Aschaffenburg ";"06028/9725-0 ";" ";"06028/8088 ";" " +lieferant ;00025037;"Marinelli International s.r.l. ";" ";"Via Muzza Corona, 109 ";" ";"41010 ";"Piumazzo (MO) ";" ";" ";" ";" " +lieferant ;00025041;"Eder GmbH ";"Siegfried Hintz ";"Paul-Friedlnder-Str. 6 ";"120244 ";"65203 ";"Wiesbaden ";"0611/186890 ";" ";"0611/65014 ";" " +lieferant ;00025045;"Fritz Merkel GmbH ";" ";"Hauptstrae 104 ";" ";"73054 ";"Eislingen ";"07161/989777 ";" ";"07161/84941 ";" " +lieferant ;00025054;"Build Best & Brands GmbH ";" ";"Mndelheimer weg 33 ";" ";"40472 ";"Dsseldorf ";"0211471380 ";" ";"02114713838 ";" " +lieferant ;00025058;"LAURENT DAVID ";" ";"NIEVWE GINNEKENSTR. 20C ";" ";"4811 ";"NR. BREDA ";" ";" ";" ";" " +lieferant ;00025059;"Tommy Hilfiger Deutschland GmbH ";" ";"Speditionsstrae 7 ";" ";"40221 ";"Dsseldorf ";"0211-55987-0 ";" ";"0211-55987-111 ";" " +lieferant ;00025062;"European Tie Discount GmbH ";" ";"Adolf-Kempken-Weg 98-104 ";"7 ";"41189 ";"Mnchengladbach ";"02166-51011-15 ";" ";"02166-54025 ";" " +lieferant ;00025064;"Hans Weininger Bekleidungswerk ";" ";"Ludwig-Jahn-Str. 79 ";" ";"91251 ";"Pegnitz ";" ";" ";" ";" " +lieferant ;00025066;"Descamps S.A. ";" ";"67 Boulevard Bessteres ";" ";"75809 ";"Paris 17 ";"33(0)1 53 06 53 06 ";" ";"33 (0) 1053 06 53 10 ";" " +lieferant ;00025069;"CPA srl. ";" ";"Via L. Einaudi 68 ";" ";"30014 ";"Cavazere (VE) ";" ";" ";" ";" " +lieferant ;00025075;"F.Sales Vetter ";" ";"Raisbndt 14 ";" ";"6890 ";"Lustenau ";"0043-5577 86 333-0 ";" ";"0043-5577 86 333-8 ";" " +lieferant ;00025078;"connect trade GmbH ";" ";"Zum Feldberg 37 ";" ";"61389 ";"Schmitten ";"06084/95950-0 ";" ";"06084/95950-111 ";" " +lieferant ;00025081;"BOARDS UNILIMITED ";" ";"NEUFELDSTR. 3 ";" ";"65232 ";"GUNDING ";" ";" ";" ";" " +lieferant ;00025086;"Woods of Windsor ";"c/o Yardley London Ltd ";"50 High Street ";" ";"SL4 1LR ";"Windsor ";" ";" ";" ";" " +lieferant ;00025087;"Sorano Vertriebs-GmbH ";" ";"Calwer Strae 81 ";"1516 ";"72195 ";"Nagold ";" ";" ";" ";" " +lieferant ;00025088;"Venice Beach, Lbbecke ";" ";"Knigsmhle 2-4 ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00025098;"Work in Progress Textilhandels GmbH ";" ";"Hegenheimer Strasse 16 ";" ";"79576 ";"Weil am Rhein ";"07621/9666 ";" ";" ";" " +lieferant ;00025099;"Beheim International Brands GmbH & Co.KG";" ";"Im Hain 29 ";"1307 ";"63179 ";"Obertshausen ";"06104/4077-0 ";" ";"06104/4077-60 ";" " +lieferant ;00025104;"Adamski Sportartikel GmbH ";" ";"Im Gerwerbegebiet 21 ";"1204 ";"66709 ";"Weiskirchen ";" ";" ";" ";" " +lieferant ;00025109;"Choice Fashion ";" ";"Neuburgstr. 3 ";" ";"40629 ";"Dsseldorf ";"0211-6989996 ";" ";"0211-6790493 ";" " +lieferant ;00025113;"O'Henry Fashion ";" ";"Industriestr. 01 ";" ";"61449 ";"Steibach (Taunus) ";" ";" ";" ";" " +lieferant ;00025126;"Cornelsen Verlagskontor GmbH ";" ";"Kammerratsheide 66 ";" ";"33609 ";"Bielefeld ";"0521/9719-0 ";" ";"0521/9719-260 ";" " +lieferant ;00025132;"Dekkers Ledermode B.V. ";" ";"Hopbrouwer 10 ";" ";"5253 RE ";"Nieuwkuijk ";"+31-73/5111417 ";" ";"+31-73/5111428 ";" " +lieferant ;00025133;"FRIEDRICH METHMANN ";" ";" ";"2239 ";"24912 ";"FLENSBURG ";" ";" ";" ";" " +lieferant ;00025134;"PETRA BARAN ";" ";"FORSTWEG 2 ";" ";"42781 ";"HAAN ";" ";" ";" ";" " +lieferant ;00025143;"MSP GmbH (Via Romana) ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00025144;"IN WEAR GROUP ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00025145;"VICINI ";" ";"SCHLESIERRING 35 ";"1164 ";"48712 ";"GESCHER ";" ";" ";" ";" " +lieferant ;00025146;"Bernd Wilkens ";"Pohlmann Accessoires ";"Grgrschenstr. 24 ";" ";"28211 ";"Bremen ";"0421-231322 ";" ";" ";" " +lieferant ;00025152;"Fridolin Spielwaren GmbH ";" ";"Rigipsstr. 15 ";" ";"71083 ";"Herrenberg ";" ";" ";" ";" " +lieferant ;00025157;"zz~Kai Schreyeck GmbH, Playshoes ";" ";"Eberhardstrasse 24 ";" ";"72461 ";"Albstadt ";"07431-220990 ";" ";"07431-220991 ";" " +lieferant ;00025162;"Qaiser Mode GmbH ";" ";"Max-Planck-Str. 9 ";" ";"63303 ";"Dreieich ";"06103-311849 ";" ";"06103-373010 ";" " +lieferant ;00025165;"Geka Textiles ";" ";"Industriestr. 10 ";" ";"6135 ";"Sittard ";"031-46-4510040 ";" ";"031-46-452904 ";" " +lieferant ;00025172;"Noangels Mode GmbH ";" ";"Hammer Landstr. 91 ";" ";"41460 ";"Neuss ";"02131-7177017 ";" ";" ";" " +lieferant ;00025173;"PETROS MITOLIS ";" ";"WEFELER STR. 55 ";" ";"42551 ";"VELBERT ";" ";" ";" ";" " +lieferant ;00025176;"G. Becker GmbH ";" ";"Carl-Zeiss-Str. 125 ";" ";"25451 ";"Quickborn ";" ";" ";" ";" " +lieferant ;00025184;"Dunlop Sport GmbH ";" ";"Kinzigheimer Weg 114 ";" ";"63450 ";"Hanau ";"06181-363-0 ";" ";"06181-363-119 ";" " +lieferant ;00025187;"OshKosh B'Gosh ";" ";"Dodworth Road ";" ";" ";"Barnsley S70 6JE ";" ";" ";" ";" " +lieferant ;00025188;"Kolossa Das Modehaus ";" ";"Georgstr. 35 ";" ";"31582 ";"Nienburg ";"05021-603-400 ";" ";"05021-603460 ";" " +lieferant ;00025190;"Drescher Warenvertriebs GmbH ";" ";"St.Pltner Str. 60 ";" ";"3204 ";"Kirchberg ";"0043-02722-2545 ";" ";"0043-02722-254519 ";" " +lieferant ;00025202;"W. Wagner Hosenmanufaktur GmbH & Co. KG ";" ";"Industriehof 3 ";" ";"77933 ";"Lahr ";" ";" ";" ";" " +lieferant ;00025208;"P G S ";" ";"Herbisrieder Str. 1 ";" ";"87730 ";"Bad Grnenbach ";" ";" ";" ";" " +lieferant ;00025210;"Prime Shoes GmbH (HAMLET) ";" ";"Hauptstrae 12 ";" ";"86926 ";"Greifenberg ";"08192/9339-60 ";" ";"08192/9339-71 ";" " +lieferant ;00025216;"Rauchwarenhandels GmbH ";" ";"Niddastr. 57 ";" ";"60329 ";"Frankfurt ";"069-253650 ";" ";"069-239608 ";" " +lieferant ;00025225;"Empire Darts Vertr. GmbH ";" ";"Erlenweg 4 ";" ";"63505 ";"Langenselbold ";"06050-8621 ";" ";"06050-8618 ";" " +lieferant ;00025226;"H.A. Riegler ";" ";"Vorderschroffenau 145 ";" ";"5323 ";"Ebenau-Salzburg ";"06221-7870 ";" ";"06221-7870 ";" " +lieferant ;00025227;"MAX HARDER ";" ";"GROSSE HOHLE 19 ";"1108 ";"74211 ";"LEINGARTEN ";" ";" ";" ";" " +lieferant ;00025230;"Kracht GmbH & Co. KG ";" ";"Lehbrinksweg 68 ";"6153 ";"32657 ";"Lemgo ";"05261/96670 ";" ";"05261/68932 ";" " +lieferant ;00025233;"Roces srl ";" ";"Via G. Ferraris, 36 ";" ";"31044 ";"Montebelluna ";"+39-0423/2876 ";" ";"+39-0423/287799 ";" " +lieferant ;00025234;"Good Leg Shoes GmbH & Co. KG ";" ";"Kressengartenstr. 2 ";" ";"90402 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00025238;"Handelsagentur Olly ";" ";"Minden Weseler Weg 199 ";" ";"32130 ";"Enger ";"01755871779 ";" ";" ";" " +lieferant ;00025239;"Walter Bieber GmbH (S.Marlon) ";" ";"Spiegelstrae 3 ";" ";"33602 ";"Bielefeld ";"0521/1360383 ";" ";"0521/1360369 ";" " +lieferant ;00025244;"ANGIE ";"Augustat GmbH ";"Fringsstr. 30 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025245;"KG Apollo Trading Vertriebsgesellschaft ";"fr Textilien GmbH & Co. ";"Ruhrstr. 61 ";" ";"22761 ";"Hamburg Bahrenfeld ";"040/4501700 ";" ";" ";" " +lieferant ;00025249;"Blazing Kitten Aps ";" ";"Norholmsvej 15 ";" ";"9000 ";"AAlborg ";"004598791194 ";" ";"004598791193 ";" " +lieferant ;00025251;"Regatex Manufactures Ltd. ";" ";"31-35 Lam Tin Street ";" ";"1 ";"Hong Kong-Kwai Chung ";" ";" ";" ";" " +lieferant ;00025252;"Neville Textile Consulting ";" ";"Am Steinkamp 7 ";" ";"21684 ";"Stade ";"04141408251 ";" ";"04141408252 ";" " +lieferant ;00025254;"EIDER S.A. ";" ";"B.P. 316 ";" ";"01203 ";"BELLEGARDE ";"04 50 48 07 15 ";" ";" ";" " +lieferant ;00025258;"Heinrich Roebke Orthopaedie ";" ";"Heideweg 1 ";" ";"26340 ";"Zetel ";"044532433 ";" ";" ";" " +lieferant ;00025260;"Zweibrder Optoelectronics GmbH & Co. KG";" ";"Kronenstrae 5-7 ";" ";"42699 ";"Solingen ";"0212/5948-0 ";" ";"0212/5948-200 ";" " +lieferant ;00025262;"Allude GmbH ";" ";"Daglfinger Str. 67 ";" ";"81929 ";"Mnchen ";"+49 89 21 11 720 ";" ";"+49 89 21 11 72 72 ";" " +lieferant ;00025264;"Intersport Deutschland ";" ";"Wannenckerstrae 50 ";" ";"74078 ";"Heilbronn ";"07131/288-0 ";" ";"07131/288-230 ";" " +lieferant ;00025265;"Boom Grohandels mbH ";" ";"Siemensstr. 31 ";" ";"48153 ";"Mnster ";"0251/381900 ";" ";"0251/381903 ";" " +lieferant ;00025266;"Pohland ";" ";"Schlterstr. 95 ";" ";"40235 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025269;"SEZER TEKSTIL ";" ";"KOG MAN CADDESI NO.37 ";" ";"34540 ";"GUENESLI/ISTANBUL ";" ";" ";" ";" " +lieferant ;00025274;"Sleepling GmbH ";" ";"Zwischen den Emsbrcken 2 ";" ";"48231 ";"Warendorf ";" ";" ";" ";" " +lieferant ;00025278;"ECC Couture b.v. ";" ";"Multatulistraat 8 ";"Postbus 271 ";"7575 EB ";"Oldenzaal, Overijssel ";"+31-541520500 ";" ";"+31-541520985 ";" " +lieferant ;00025279;"Braccialini srl. Toni Gard ";" ";"Viale Hanol, 24 ";" ";"50065 ";"Pontassieven ";"0558316551/2 ";" ";"0558313159 ";" " +lieferant ;00025280;"Julius Hpeden GmbH ";" ";"Ausschlger Weg 41 ";"26 15 05 ";"20537 ";"Hamburg ";"040/2513341 ";" ";"040/2513586 ";" " +lieferant ;00025284;"Dresdner ";" ";"Brensteiner Str. 16 ";" ";"01277 ";"Dresden ";" ";" ";" ";" " +lieferant ;00025285;"MTM Mode Textil Marketing GmbH ";" ";"Eschenbrnnlestrae 12-14 ";"460 ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00025286;"Vagabond Schuhvertrieb GmbH ";" ";"Postfach 15 ";"15 ";"25921 ";"Sderlgum ";"040/232692 ";" ";" ";" " +lieferant ;00025288;"SIEVERT AG ";" ";"HOLSTENKAMP 42 ";" ";"22525 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00025289;"Gente Guapa ";" ";"Ludwigstr. 32 ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00025291;"Pusteblume GmbH ";" ";"Ossenbruch 15 ";" ";"46446 ";"Emmerich am Rhein ";"02822/93060 ";" ";"02822/93067 ";" " +lieferant ;00025297;"Chic et Jeune Inc sarl ";" ";"72 Rue De La Haie Coq, BT 253 ";" ";"93300 ";"Aubervilliers ";"+33-1/41570909 ";" ";"+33-1/48349589 ";" " +lieferant ;00025304;"Anba Lederwaren-Import ";" ";"Buschstr. 2 ";" ";"26215 ";"Wiefelstede ";"0440251036 ";" ";"04402939123 ";" " +lieferant ;00025305;"Albert Brummer Sattlerei-Polst ";" ";"Scheuereck 3 ";" ";"84347 ";"Pfarrkirchen ";"085616675 ";" ";" ";" " +lieferant ;00025313;"Luxury Paper Products ";" ";"Hauptstr. 123 ";" ";"47559 ";"Kranenburg ";"02826802073 ";" ";"02826802074 ";" " +lieferant ;00025319;"Arquati GmbH ";" ";"Holsteiner Chaussee 49 ";" ";"22523 ";"Hamburg ";"040570050 ";" ";"04057005310 ";" " +lieferant ;00025321;"BNP Brinkmann GmbH & Co. KG ";" ";"Kreimershoek 11 ";"3051 ";"48472 ";"Hrstel-Bevergern ";"05459/9336-0 ";" ";"05459/9336-33 ";" " +lieferant ;00025322;"BNP Bed Care GmbH & Co. KG ";" ";"Daimlerstrae 7 ";" ";"49744 ";"Geeste-Dalum ";"05459/9336-30 ";" ";"05459/9336-33 ";" " +lieferant ;00025323;"Gebr. Reuber GmbH ";"Handimex ";"Gerhard-Stalling-Str. 42 ";" ";"26135 ";"Oldenburg ";"0441-95715-0 ";" ";"0441-95715-15 ";" " +lieferant ;00025324;"ARTDECO cosmetic GmbH ";" ";"Gaustrae 13 ";" ";"85757 ";"Karlsfeld ";"08131/3900-1 ";" ";"08131/3900-10 ";" " +lieferant ;00025325;"ICB innovative cosmetic brands GmbH ";" ";"Gaustrae 13 ";" ";"85757 ";"Karlsfeld ";"08131/390-05 ";" ";"08131/390-159 ";" " +lieferant ;00025326;"Artfleur Hoffmann GmbH ";" ";"Heegerstrasse 20 ";" ";"42531 ";"Velbert ";"020526040 ";" ";"02052604200 ";" " +lieferant ;00025331;"BAD + MAD GMBH ";" ";"GEWERBERING 22 ";" ";"90547 ";"STEIN ";" ";" ";" ";" " +lieferant ;00025338;"Aulfes GmbH ";" ";"Am Osterbach 2 ";" ";"93413 ";"Cham ";"09971/397133 ";" ";"09971/862839 ";" " +lieferant ;00025339;"CampingGaz (Deutschland) GmbH ";" ";"Ezetilstrae 5 ";" ";"35410 ";"Hungen-Inheiden ";"6402/89-0 ";" ";"6402/89-246 ";" " +lieferant ;00025341;"BARITON Modevertrieb ";"Dirk Bachmann ";"Prinz-Regent-Str. 68a ";" ";"44795 ";"Bochum ";"0234 / 9789-878 ";" ";"0234 / 9789-178 ";" " +lieferant ;00025346;"Gruppo B+B S.R.L. ";" ";"Via Ugo Foscolo, 34/38 ";" ";"46047 ";"Porto Mantovano (MN) ";"00390376396606 ";" ";" ";" " +lieferant ;00025349;"BIG-Spielwarenfabrik GmbH & Co.KG ";"Dipl.Ing. Ernst Bettag ";"Alfred-Nobel-Str. 55 - 59 ";" ";"90765 ";"Frth ";"095529301500 ";" ";"095529301866 ";" " +lieferant ;00025354;"Blumax & Picadilly Modevertr. ";" ";"Veilchengasse 3 a ";" ";"94469 ";"Deggendorf ";"09915739 ";" ";"0991340234 ";" " +lieferant ;00025355;"Trever Weipper jeanswear spa ";" ";"Via Monte Carega 25 ";" ";"37057 ";"S.Giovanni Lupartoto ";"039458283111 ";" ";"039458283100 ";" " +lieferant ;00025360;"Brandhuber GmbH Berufsbekleid. ";" ";"Eggergasse 14 ";" ";"84160 ";"Frontenhausen ";"087321326 ";" ";"087322340 ";" " +lieferant ;00025362;"Einkaufs- und Vertriebs GmbH ";" ";"Am Wasserturm 4 ";" ";"67105 ";"Schifferstadt ";"0623598862 ";" ";" ";" " +lieferant ;00025364;"Breimeir GmbH ";" ";"Kurt-Schumacher-Str.56 ";" ";"86165 ";"Augsburg ";"0821/79604-0 ";" ";"0821/79604-91 ";" " +lieferant ;00025367;"Pure Modevertrieb ";" ";"Robert-Bosch-Str. 3 ";" ";"71083 ";"Holzgerlingen ";" ";" ";" ";" " +lieferant ;00025370;"GOEPPERT TEXTIL-IMPORT ";" ";"PAUL-EHRLICH-STR. 7 ";" ";"71229 ";"LEONBERG ";"07152/93650 ";" ";"07152/936520 ";" " +lieferant ;00025371;"Bruder Spielwaren GmbH + Co. KG ";" ";"Bernbacher Str. 94-98 ";"190164 ";"90768 ";"Frth ";"091175/209-0 ";" ";"091175/209-29 ";" " +lieferant ;00025373;"Buengern-Technik Werkst.f.Beh. ";" ";"Stangenkamp 2 ";" ";"46414 ";"Rhede ";"028727292880 ";" ";"02872726243 ";" " +lieferant ;00025376;"Calendula Lifestyle GmbH ";" ";"Waldhaus ";" ";"97944 ";"Boxberg ";"07931964537 ";" ";"07931964539 ";" " +lieferant ;00025377;"Callegari Calzaturificio s.n.c ";" ";"Via Argine Scortico 1845 ";" ";"45025 ";"Fratta Polesine ";"00390425669119 ";" ";"00390425669853 ";" " +lieferant ;00025378;"MAGLIFICIO MG BOY'S ";" ";"VIA DEL INDUSTRIA 65 ";" ";"31041 ";"CORMUDA ";" ";" ";" ";" " +lieferant ;00025382;"Carassia ";" ";"Fellerer 8 ";" ";"83229 ";"Aschau i, Ch. ";"08052907733 ";" ";"08052907771 ";" " +lieferant ;00025385;"FERRUCCIO DALLAVALLE ";" ";"VIA DUE PONTI 10 ";" ";"41012 ";"CARPI ";" ";" ";" ";" " +lieferant ;00025389;"Martin Rieder ";" ";"Mahdentalstr. 98 ";" ";"71065 ";"Sindelfingen ";"07031/875530 ";" ";"07031/812399 ";" " +lieferant ;00025391;"CCH Heimtextilien Vertriebsges ";" ";"Jochen-Rindt-Str. 27 ";" ";"1230 ";"Wien ";"004316168810 ";" ";"004316168812 ";" " +lieferant ;00025395;"Comercial Milos S.L. ";" ";"Avda. de Roma, 125 Local ";" ";"8011 ";"Barcelona ";"0034934544902 ";" ";"0034934511987 ";" " +lieferant ;00025396;"Opidecor GmbH (drescher) ";" ";"Heidenfelder Strae 1 ";" ";"97525 ";"Schwebheim ";"09723/9127-0 ";" ";"09723/9127-27 ";" " +lieferant ;00025397;"Eugen Goller Strickwarenfabrik ";" ";"Theodor-Heuss-Strae 9-11 ";"62 ";"72813 ";"St. Johann ";" ";" ";" ";" " +lieferant ;00025398;"Cosmetics Prestige GmbH ";" ";"Venloer Strae 241 ";"301073 ";"50780 ";"Koeln ";"02215728550 ";" ";"02215728525 ";" " +lieferant ;00025407;"De Stefanie Inh. Dieter Polzin ";" ";"Karl-Pflaum-Str. 20 ";" ";"84524 ";"Neuoetting ";"086713235 ";" ";"086713888 ";" " +lieferant ;00025409;"Timezone Escape Clothing GmbH ";" ";"Flintsbacher Str. 1 ";" ";"83098 ";"Brannenburg ";"08036/9061-0 ";" ";"08036/9061-200 ";" " +lieferant ;00025416;"Deiser Trachten KEG &Co. KG ";"Turi Landhaus ";"Luxemburger Strae 1-3 ";" ";"80805 ";"Mnchen ";"089-385 473 27 ";" ";"089-385 473 46 ";" " +lieferant ;00025419;"DI.MO. s.r.l. Lydia Bauer ";" ";"Taunusstr. 45 Hs.4, R 012 ";" ";"80807 ";"Mnchen ";"089/35004433 ";" ";" ";" " +lieferant ;00025421;"Doenges & Nilges Lederwaren ";"D&N Lederwaren GbR ";"Saynstrae 21 ";"1211 ";"57627 ";"Hachenburg ";"026621791 ";" ";"02662939095 ";" " +lieferant ;00025423;"Big Shirts by Big Fun ";" ";"Bohnekampstr. 42 ";" ";"45966 ";"Gladbeck ";" ";" ";" ";" " +lieferant ;00025424;"Furama ";" ";"77. Bd. Voltaire ";" ";"75011 ";"Paris ";"0148068878 ";" ";"0148068898 ";" " +lieferant ;00025425;"ANWR Schuh GmbH ";" ";"Nord-West-Ring-Str. 11 ";" ";"63533 ";"Mainhausen ";"06182928221 ";" ";"06182928287 ";" " +lieferant ;00025429;"Max Mad House GmbH ";" ";"Am Sldnermoos 8 ";" ";"85399 ";"Hallbergmoos ";"0811/5546100 ";" ";" ";" " +lieferant ;00025430;"H.LEETINK ";" ";"DANZIGER STR. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025431;"MAGLIFICIO MAGREB SPA ";" ";"VIA PORTUNIA,37 ";" ";"31055 ";"QUINTO DI TREVISO ";" ";" ";" ";" " +lieferant ;00025433;"Al-Designhaus ";" ";"Tannenreuth 2 ";" ";"95632 ";"Wunsiedel ";"092329414144 ";" ";"092327933 ";" " +lieferant ;00025439;"M. Double ";" ";"Lilienthalallee 35 ";" ";"80939 ";"Mnchen ";"089-32424783 ";" ";" ";" " +lieferant ;00025440;"ROT-CERAMIC ";" ";"unbekannt ";" ";"99999 ";"D- ROT AM SEE ";" ";" ";" ";" " +lieferant ;00025442;"Dresdner Feinpapierfabrik ";" ";"Pirnaer str. 15 ";" ";"1819 ";"Langenhennersdorf ";"0351-4763090 ";" ";"0351-4724449 ";" " +lieferant ;00025443;"Drum & Dran Mode GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089-350155-0 ";" ";"089-350155-20 ";" " +lieferant ;00025445;"Isarporta GmbH ";" ";"Haager Str.11 ";"800967 ";"81671 ";"Mnchen ";"089/2131950 ";" ";"089/21319550 ";" " +lieferant ;00025446;"Theo Keller ";" ";"Postfach 600 405 ";"600 405 ";"44844 ";"Bochum ";" ";" ";" ";" " +lieferant ;00025448;"Elco-Pinsel GmbH ";" ";"Ansbacher Str. 86 ";" ";"91572 ";"Bechhofen ";"09822-914 ";" ";"09822-916 ";" " +lieferant ;00025450;"Engel-Heimtextilien Gbr ";" ";"Saalfelder Str. 32-34 ";" ";"7381 ";"Pneck ";"03647-427143 ";" ";" ";" " +lieferant ;00025452;"Country Line Trachtenmoden GmbH ";" ";"Mhlbauerstr. 3 ";"64 ";"84453 ";"Mhlbach a. Inn ";"+49 (0) 8631 / 16605 - 0 ";" ";" ";" " +lieferant ;00025460;"Erzi Qualittsprod.aus Holz ";" ";"Lengefelder Str. 14 ";" ";"9579 ";"Grnhainichen ";"0372-92020 ";" ";"0372-92049 ";" " +lieferant ;00025462;"Jenny Packham ";" ";"2 nd Floor South ";" ";" ";"NW 5 EO London ";" ";" ";" ";" " +lieferant ;00025463;"EWS Textilvertrieb GmbH & Co. KG ";" ";"Heisenbergstr. 2 ";" ";"50169 ";"Kerpen ";"02237/92117-0 ";" ";"02237/92117-90 ";" " +lieferant ;00025467;"Euro Partners ";" ";"Demerstraat 23 ";" ";"300 ";"Aarschot ";"0032-16555270 ";" ";"0032-16695219 ";" " +lieferant ;00025472;"FK Feine Kerzen ";"Inh. Gnther Fischer ";"Lindenplatz 1a ";" ";"99094 ";"Erfurt ";"0361/6431276 ";" ";"0361/6431277 ";" " +lieferant ;00025474;"Form & Linie GmbH ";"Michael Mller-Klassikglser ";"Hoher Hof 25B ";" ";"38176 ";"Wendeburg ";"05302/990951-0 ";" ";"05302/990951-5 ";" " +lieferant ;00025479;"Funky-Kingdom GmbH ";" ";"Herzogstr. 10 ";" ";"86981 ";"Kinsau ";"08869-912900 ";" ";"08869-912924 ";" " +lieferant ;00025497;"Giver Pardis Vertrieb GmbH ";" ";"Englmannstr. 2 ";" ";"81673 ";"Mnchen ";"089-436624-0 ";" ";"089-436101-7 ";" " +lieferant ;00025499;"Gtz GmbH & Co. ";"Schuhe-Lederwaren ";"Heinrich-Landerer Str. 72 ";" ";"73037 ";"Gppingen ";"07161-6102-0 ";" ";"07161-6102-990 ";" " +lieferant ;00025502;"BURBERRYS LTD. ";" ";"DANZIGER STR. 11 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025504;"Lehr-und Lernmittel ";" ";"Pettrach-Wiesenweg ";" ";"84032 ";"Altdorf ";"08704-242 ";" ";"08704-8209 ";" " +lieferant ;00025506;"Clipper Salzwedel + Srensen ";"GmbH & Co. KG Textilvertrieb ";"Im Langen Siek 20 ";"150201 ";"33739 ";"Bielefeld ";"05206/1701 ";" ";" ";" " +lieferant ;00025511;"Siegfried Heisler ";"Heimtextilien ";"Fliederweg 10 ";" ";"40699 ";"Erkrath ";"02104/33893 ";" ";"02104/35805 ";" " +lieferant ;00025515;"EGO Sportswear Mariella S:P:A: ";" ";"Via Caprera, 56 ";" ";"31030 ";"Castello di Godego ";" ";" ";" ";" " +lieferant ;00025516;"M.M. Textilvertriebs GmbH ";" ";"Demeter Str. 40 ";" ";"72549 ";"Albstadt-Lautzingen ";" ";" ";" ";" " +lieferant ;00025518;"Hartmann Kosmetik GmbH ";"Lanature Natural Body Care ";"Mnchner Str. 30 ";" ";"87700 ";"Memmingen ";"08331/499556 ";" ";"08331/499558 ";" " +lieferant ;00025519;"Hasbro Deutschland GmbH ";" ";"Max-Planck-Str. 10 ";" ";"63128 ";"Dietzenbach ";" ";" ";" ";" " +lieferant ;00025526;"FILA SPORTARTIKEL ";" ";"CARL-ZEISS-STR. 5-7 ";" ";"42579 ";"HEILIGENHAUS ";" ";" ";" ";" " +lieferant ;00025529;"Highlights GmbH & Co.KG ";" ";"Neufahrner str. 12 ";" ";"85375 ";"Neufahrn ";"08165-647690 ";" ";"08165-647699 ";" " +lieferant ;00025530;"Home Top Line ";" ";"Bundesstr. 63 ";" ";"6973 ";"Hchst ";"0043-5578748790 ";" ";"0043-5578748916 ";" " +lieferant ;00025531;"Winfried Hckmann GmbH Batterienvertrieb";" ";"Ludwig-Elsbett-Strae 8 ";" ";"97616 ";"Salz ";"09771/6288-0 ";" ";"09771/6288-22 ";" " +lieferant ;00025533;"Hummel Vertriebs GmbH ";" ";"Tailfinger Str. 24 ";" ";"72459 ";"Albstadt-Pfeffingen ";"07432-980266 ";" ";"07432-994818 ";" " +lieferant ;00025534;"GERNORA GmbH & Co. ";" ";"Im Eichgrund 50 ";" ";"48653 ";"Coesfeld ";"02541/843331 ";" ";"02541/843334 ";" " +lieferant ;00025536;"I.P.D. GmbH ";" ";"Brienner str. 54 a ";" ";"80333 ";"Mnchen ";"089-235071-0 ";" ";"089-235071-22 ";" " +lieferant ;00025538;"Idea-in Textilhdl. GmbH ";" ";"Warmbaderstr. 34 ";" ";"9585 ";"Gdersdorf ";"0043-4257-3912 ";" ";"0043-4257-391230 ";" " +lieferant ;00025540;"zz~HUGO BOSS GIBOR SABRINA ";" ";"ALTENBACHSTR. 31 ";" ";"63743 ";"ASCHAFFENBURG ";" ";" ";" ";" " +lieferant ;00025541;"Oliver Bleeke ";" ";"Weitzmhlener str. 8 ";" ";"27283 ";"Verden/Aller ";"04231-9538-0 ";" ";"04231-9538-38 ";" " +lieferant ;00025544;"Intres ";" ";"Koninginneweg 1 ";" ";"3870 ";"CD Hoevelaken ";"033-2532911 ";" ";"033-2532299 ";" " +lieferant ;00025545;"Irmgard Biersack ";" ";"Eckehartsstr. 9 ";" ";"84513 ";"Tging ";"08631-99116 ";" ";"08631-99116 ";" " +lieferant ;00025551;"Andrea Moden ";"Gisela Mersch ";"Dinxperloer Str. 287 ";" ";"46399 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00025553;"Joma GmbH ";" ";". ";"4633 ";"78532 ";"Tuttlingen ";"07461-14517 ";" ";"07461-3155 ";" " +lieferant ;00025556;"Schreibwaren ";" ";"Herrlinghausen 8 ";" ";"42929 ";"Wermelskirchen ";"02196-72410 ";" ";"02196-724111 ";" " +lieferant ;00025559;"Kennel & Schmenger Schuhfabrik GmbH ";" ";"Im Erlenteich 1-5 ";" ";"66955 ";"Pirmasens ";"06331/7109-0 ";" ";"06331/7109-66 ";" " +lieferant ;00025560;"Kerzenform GmbH ";" ";"Bollweg 11 ";" ";"25594 ";"Vaale ";"04827-99930 ";" ";"04827-999310 ";" " +lieferant ;00025562;"Armadillo Accessoires ";" ";"Ahornweg 3 ";" ";"72622 ";"Nrtingen ";"07022/55421 ";" ";"07022/56231 ";" " +lieferant ;00025564;"Arro Hooch LRD. ";" ";"10,Billetfield, Taunton ";" ";" ";"Somerset TA1 3NL ";" ";" ";" ";" " +lieferant ;00025565;"Happy PEOPLE ";" ";"Auf der Muggenburg 4 ";" ";"28217 ";"Bremen ";"0421-38889-00 ";" ";"0421-38889-99 ";" " +lieferant ;00025566;"SCHWEDEN-IMPORT ";" ";"KOLBERGER STR. 15 ";" ";"24589 ";"NORTORF ";" ";" ";" ";" " +lieferant ;00025568;"Theo Klein GmbH ";"Spielwarenfabrik ";"Burgstrae 14 ";" ";"76857 ";"Ramberg / Rheinpfalz ";"06345/408-0 ";" ";"06345/408-50 ";" " +lieferant ;00025571;"C&A Woelte GmbH & Co. ";" ";"Brookweg 91 ";" ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00025574;"Hans-Peter Kock ";"Verlag ";"Otto-Brenner-Str. 201 ";" ";"33604 ";"Bielefeld ";"0521-285566 ";" ";"0521-295594 ";" " +lieferant ;00025575;"Kolesch Textilhdl. GmbH ";" ";"Marktplatz 14-16 ";" ";"88400 ";"Biberach ";"07351-1898-0 ";" ";"07351-1898-50 ";" " +lieferant ;00025577;"Kunststoff/Metallwaren ";" ";"Essenbacher Str. 2 ";" ";"91054 ";"Erlangen ";"09131-8268-0 ";" ";"09131-7886-88 ";" " +lieferant ;00025579;"Handelsgesellschaft ";" ";"Lochweg 19 ";" ";"97318 ";"Kitzingen ";"09321/3878-0 ";" ";"09321/3878-33 ";" " +lieferant ;00025584;"Schuhfabrik Robert Landgraf GmbH ";" ";"Breitenlohestr. 3 ";" ";"91301 ";"Forchheim ";"09191-13198 ";" ";"09191-13198 ";" " +lieferant ;00025587;"Werner Hanisch KG ";" ";" ";"7 ";" ";"Eferding ";"0043-72725661-0 ";" ";"0043-7272-5661-15 ";" " +lieferant ;00025590;"LISCA Group Deutschland GmbH ";" ";"Taunusstr.45 , MTC - Haus 1, Raum 38 ";" ";"80807 ";"Mnchen ";"+49 3662881414 ";" ";"+49 3662881203 ";" " +lieferant ;00025592;"Sprang Import-Export ";"Fabricant Pret-a-Porter ";"48-50, Rue du Chemin Vert ";" ";"75011 ";"Paris ";"0148060835 ";" ";"0148060845 ";" " +lieferant ;00025594;"Karten u.Papierwaren ";" ";"Ostlandring 21 ";" ";"31303 ";"Burgdorf ";"0513685021 ";" ";" ";" " +lieferant ;00025595;"Brinkhaus GmbH ";" ";"Vennweg 22 ";"11 01 65 ";"46395 ";"Bocholt ";"02871/21970-0 ";" ";"02871/21970-29 ";" " +lieferant ;00025596;"MD Berufsmode GmbH ";" ";"Reuschstr. 54 ";" ";"73092 ";"Heiningen ";"0716145534 ";" ";"0716144875 ";" " +lieferant ;00025597;" ";" ";"Franzstr. 119 ";" ";"46395 ";"Bocholt ";"02871246520 ";" ";"028712465210 ";" " +lieferant ;00025605;"Michielon S.R.L. ";" ";"Via Provinciale Nord ";" ";"30030 ";"Fosso (VE) ";"00390414165716 ";" ";"00390414165445 ";" " +lieferant ;00025606;"Mode bei Celestine GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"+49 89 3508747 ";" ";"+49 893590275 ";" " +lieferant ;00025609;"Monteil Cosmetics GmbH ";" ";"Zechwaldstr. 1 ";" ";"88131 ";"Lindau ";"08382-2775450 ";" ";"08382-27754512 ";" " +lieferant ;00025610;"Walter Hohberg ";" ";"Finkenweg 1 ";" ";"31675 ";"Bueckeburg ";"05722913080 ";" ";"05722913081 ";" " +lieferant ;00025611;"Proflax Textilmanufaktur GmbH & Co. KG ";" ";"Steingaustr. 23 ";"13 51 ";"73230 ";"Kirchheim/Teck ";"07071/882100 ";" ";"07071/882120 ";" " +lieferant ;00025613;"Mueller Shoe Trade GmbH ";" ";"Im Gehoernwald 17 ";" ";"66954 ";"Pirmasens ";"0633192665 ";" ";"06331229000 ";" " +lieferant ;00025614;"Muehldorfer Bettenhaus ";" ";"unbekannt ";" ";"94145 ";"Maidmuehle ";"08556351 ";" ";"08556710 ";" " +lieferant ;00025615;"Muench A. GmbH ";" ";"Leopoldstr. 4 ";" ";"79359 ";"Riegel ";"076421781 ";" ";"0764245102 ";" " +lieferant ;00025617;"Spielwaren ";" ";"Postfach 1316 ";" ";"88463 ";"Laupheim ";"0739210021 ";" ";"073927847 ";" " +lieferant ;00025619;"Why Not Textilhandels GmbH ";" ";"Von-Bargen-Str. 18 f ";" ";"22041 ";"Hamburg ";"04065724144 ";" ";"04065724145 ";" " +lieferant ;00025624;"Cabrio D'Alfonso S.R.L. ";" ";"Via A. May,14 D ";" ";"24100 ";"Bergamo ";" ";" ";" ";" " +lieferant ;00025626;"Onorati ";" ";"Via Carducci 17 ";" ";"50121 ";"Firenze ";" ";" ";" ";" " +lieferant ;00025627;"Nobilis Group GmbH ";"ehem. Nobilis Fragrances GmbH ";"Rheingaustrae 32 ";" ";"65201 ";"Wiesbaden ";"0611/92856-0 ";" ";"0611/92856-78 ";" " +lieferant ;00025631;"Nouvelles Image GmbH ";" ";"Unterdorfstr. 6 a ";" ";"77963 ";"Schwanau ";"07824-6453-0 ";" ";"07824-6453-25 ";" " +lieferant ;00025634;"Haarschmuckvertriebs GmbH ";" ";"Unterreut 8 ";" ";"76135 ";"Karlsruhe ";"0721-987980 ";" ";"0721-9879820 ";" " +lieferant ;00025640;"Marianne Neusser ";"Neusser Heimdekor ";"Chemnitzer Str. 38-40 ";" ";"44139 ";"Dortmund ";"0231-551259 ";" ";"0231-577387 ";" " +lieferant ;00025641;"Parfums & Kosmetik ";" ";"Eng,annstr. 2 ";" ";"81673 ";"Mnchen ";"089436624-0 ";" ";"089-4361016 ";" " +lieferant ;00025643;"NOSCH ";" ";"INDUSTRIESTR. 52 ";" ";"51399 ";"BURSCHEID ";" ";" ";" ";" " +lieferant ;00025647;"The Pilot Pen GmbH ";" ";"Gewerbering 1 a ";" ";"22113 ";"Oststeinbek ";"04025132-0 ";" ";"04025132-58 ";" " +lieferant ;00025648;"Plevier ";"Lederwaren + Accessoires ";"Watermolen 31 A ";" ";"4751 ";"VK OUD GASTEL ";"0031-165510045 ";" ";"0031-165510036 ";" " +lieferant ;00025649;"Sweden Trade Import-Export ";" ";"Scharnhorststr. 2 ";" ";"24105 ";"Kiel ";"0431-83164 ";" ";"0431-85153 ";" " +lieferant ;00025652;"Polly Spielwaren GmbH + Co.KG ";" ";"Kruppstr. 1 ";" ";"71696 ";"Mglingen ";"07141-240933 ";" ";"07141-240834 ";" " +lieferant ;00025656;"Sonnenbrillen ";" ";"Holbeinstr. 13 ";" ";"79100 ";"Freiburg ";"0761-7227377187 ";" ";" ";" " +lieferant ;00025657;"KAISER DeSIGN ";" ";"Dr.-Leo-Ritter-Str. 2 ";" ";"93049 ";"REGENSBURG ";"0941-20810 ";" ";"0941-28646 ";" " +lieferant ;00025661;"Zentrale Deutschland ";" ";"Reiherweg 12a ";" ";"50259 ";"Pulheim ";" ";" ";" ";" " +lieferant ;00025662;"Visuelle Textil ";" ";"Ringstr. 19 ";" ";"31135 ";"Hildesheim ";"05101-28998-0 ";" ";"05121-28998-28 ";" " +lieferant ;00025664;"Okapi Fashion ";"Rosemarie Piroth ";"Am Steinkreuz 2 ";" ";"65589 ";"Hadamar ";" ";" ";" ";" " +lieferant ;00025666;"Britsch Michael Handelsvertretungen ";" ";"Hoffeldstrae 85 ";" ";"40235 ";"Dsseldorf ";"0211/660439 ";" ";" ";" " +lieferant ;00025667;"Salzenbrodt GmbH & Co. KG ";" ";"Hermsdorfer Str.70 ";"260340 ";"13414 ";"Berlin ";"030/4140440 ";" ";"030/41404520 ";" " +lieferant ;00025669;"BARTH & SOHN ";" ";"GEIGELSTEINSTR. 3 ";" ";"83093 ";"BAD ENDORF ";" ";" ";" ";" " +lieferant ;00025671;"RDL ";" ";"Hierseweg 8 ";" ";"49509 ";"Recke ";"05453-96297 ";" ";"05453-96004 ";" " +lieferant ;00025672;"Hfft-Verlag GmbH ";" ";"Barer Str. 70 ";" ";"80799 ";"Mnchen ";"089/278269-0 ";" ";"089/278269-99 ";" " +lieferant ;00025673;"LIMITED S.R.L. ";" ";"VIA UGO FOSCOLO 3 ";" ";"21040 ";"VENEGONA ";" ";" ";" ";" " +lieferant ;00025676;"Vereinsstickerei ";" ";"Rohretweg 14 ";" ";"83064 ";"Raubling ";"08035-8739111 ";" ";"08035-875696 ";" " +lieferant ;00025677;"zz~Oliviero (luft aus, 18297 nutzen) ";" ";"Kaiserswerther Strae 207 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025683;"SOPHIE SITBON ";" ";"RUE BRAQUE 4-6 ";" ";"75003 ";"PARIS ";" ";" ";" ";" " +lieferant ;00025685;"RUSSELL GERMANY ";" ";"FRANKENSTR. 276 ";" ";"45134 ";"ESSEN ";" ";" ";" ";" " +lieferant ;00025687;"Krner GmbH ";" ";"Friedenstrasse 62 ";" ";"40219 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025691;"Rumold GmbH & Co KG ";"zeichengerte ";"Frauenstegstr. 8 ";" ";"70435 ";"Stuttgart ";"0711 / 13688 0 ";" ";"0711 / 13688 49 ";" " +lieferant ;00025692;"Rush & Curly Kalweit GmbH ";" ";"Eschenbruennlestr. 12-14 ";" ";"71065 ";"Sindelfingen ";"07031-7965-0 ";" ";"07031-7965-99 ";" " +lieferant ;00025700;"Franz Schneider GmbH & Co. KG ";"Rolly Toys ";"Siemensstrae 13-19 ";"1460 ";"96465 ";"Neustadt bei Coburg ";"09568/856-0 ";" ";"09568/856-190 ";" " +lieferant ;00025702;"Japanischer Rucherduft ";" ";"Hohenzollernring 26 ";" ";"22763 ";"Hamburg ";"040-397649 ";" ";"040-397881 ";" " +lieferant ;00025704;"Peter Benz ";" ";"Hans-Bckler-Str. 24 ";" ";"72770 ";"Reutlingen ";"07121-506330 ";" ";"07121-58853 ";" " +lieferant ;00025706;"FRANK MUELLER / AKZENTE ";" ";"Fabrikstr. 18 ";" ";"73277 ";"Owen ";"07021-50730 ";" ";"07021-507310 ";" " +lieferant ;00025707;"AS TEXTILHANDELS GMBH ";" ";"OSTRING ";" ";"97228 ";"ROTTENDORF ";" ";" ";" ";" " +lieferant ;00025710;"Windsurfing AG + Co. KG ";" ";"Chieminger Str. 19 ";" ";"83355 ";"Grabensttt ";"08661-98880 ";" ";"08661-988825 ";" " +lieferant ;00025711;"Selecta Spielzeug AG ";" ";"Rmerstrae 1 ";" ";"83533 ";"Edling ";"08071/1006-0 ";" ";"08071/1006-40 ";" " +lieferant ;00025714;"Simm Marketing GmbH (SMG) ";" ";"Wallersbacher Weg ";" ";"91154 ";"Roth-Eckersmuehlen ";"091719540 ";" ";"09171954252 ";" " +lieferant ;00025717;"Spezia Fr.Lenk GmbH & Co. ";" ";"Wagnerplatz 10 ";" ";"72175 ";"Dornhan ";"0745593890 ";" ";"074552290 ";" " +lieferant ;00025719;"TREND FASHION ";"0 ";"GRUNDSTR. 14 ";" ";"91056 ";"ERLANGEN ";" ";" ";" ";" " +lieferant ;00025721;"Mammut Sports Group GmbH ";" ";"Mammut-Basecamp 1 ";"1817 ";"87787 ";"Wolfertschwenden ";"08334/3620-0 ";" ";"08334/3620-229 ";" " +lieferant ;00025722;"Steinbach Wolle ";" ";" ";" ";"4311 ";"Schwertberg ";"0043726261431 ";" ";"0043726261439 ";" " +lieferant ;00025726;"LORENTINO ";"Bekleidungs GmbH ";"Tonstrasse 23 ";"1155 ";"32257 ";"Bnde ";" ";" ";" ";" " +lieferant ;00025731;"The Southend Ledbury ";" ";"Herefordshire ";" ";" ";"2ey ";"0441531633333 ";" ";"0441531631555 ";" " +lieferant ;00025734;"O'Neill Germany B.V. ";"Niederlassung Deutschland ";"Breslauer Str. 6, Haus Paris, R. 713-716";"10 03 55 ";"41460 ";"Neuss ";"02131/124469-2 ";" ";"02131/124479-3 ";" " +lieferant ;00025735;"Susanne Hamp Spielwaren ";" ";"Hellmut-Hartert-Str. 26 ";" ";"67655 ";"Kaiserslautern ";"063114310 ";" ";"063116611 ";" " +lieferant ;00025736;"Suzy Spielwaren GmbH & Co. ";" ";"Hans-Bunte-Str. 2 ";" ";"94031 ";"Nuernberg ";"09119398450 ";" ";"09119398459 ";" " +lieferant ;00025737;"Taifun GmbH Kunststoffverarb. ";" ";"Industriestr. 4 ";" ";"82140 ";"Olching ";"081423004445 ";" ";"0814230046 ";" " +lieferant ;00025743;"Taurus Kunstkarten ";" ";"Wurmbacher Str. 6 ";" ";"74336 ";"Brackenheim-Stockh. ";"0713598370 ";" ";"07135983730 ";" " +lieferant ;00025746;"Teddy Hermann GmbH ";" ";"Amlingstaedter Str. 6 ";" ";"96114 ";"Hirschaid ";"095439161 ";" ";"095439163 ";" " +lieferant ;00025751;"SWISSFLEX ";" ";"unbekannt ";" ";"4112 ";"BASEL ";" ";" ";" ";" " +lieferant ;00025752;"Nordfeder GmbH & Co. KG ";" ";"Augsburger Str. 275 ";" ";"70327 ";"Stuttgart ";"0711/30505-0 ";" ";"0711/30505-30 ";" " +lieferant ;00025755;"Vivai Textilvertriebs Gmbh ";" ";"Chemnitzer Str. 21 ";" ";"70597 ";"Stuttgart ";"07117222091 ";" ";"0711723523 ";" " +lieferant ;00025756;"Gppinger Wsche- und Bekleidungsfabrik ";"Benedikt von Frstenberg GmbH ";"Schillerstr. 48-50 ";" ";"73033 ";"Gppingen ";" ";" ";" ";" " +lieferant ;00025764;"Gino Pilati ";" ";"Kissinger Str. 68 ";" ";"97727 ";"Fuchsstadt ";" ";" ";" ";" " +lieferant ;00025765;"6IXTY- 8IGHT Lingerie ";" ";"Maubisstr. 44 ";" ";"41564 ";"Kaarst ";"02131/402727 ";" ";"02131/402730 ";" " +lieferant ;00025771;"TOL Cosmetik GmbH ";" ";"Ossenbruch 5 ";" ";"46446 ";"Emmerich ";"0282296670 ";" ";"02822966721 ";" " +lieferant ;00025772;"Treffina Intern.Trading b.v. ";" ";"Hurksestraat 1 ";"7013 ";"5652 ";"Eindhoven ";"040523535 ";" ";"040525435 ";" " +lieferant ;00025773;"Swing-Modelle Bekleidungs-GmbH ";" ";"Alte Poststr. 6 ";" ";"49586 ";"Neuenkirchen ";"05465/2937 ";" ";" ";" " +lieferant ;00025777;"Carla Carini S.p.A. ";" ";"Via IV. Novembre, 47 ";" ";"46024 ";"Moglia (MN) ";" ";" ";" ";" " +lieferant ;00025784;"Kosmetic Vertrieb ";" ";"Kameterstr. 14 ";" ";"85579 ";"Neubiberg ";"0896700470 ";" ";"00896376139 ";" " +lieferant ;00025790;"V.Transehe Design ";" ";"Rothenburger STr. 58 ";" ";"91555 ";"Feuchtwangen ";"098524973 ";" ";"098529838 ";" " +lieferant ;00025791;"Gebr. Van de Velde ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"01805000518 ";" ";"01805000519 ";" " +lieferant ;00025792;"Vandyck ";"ABN Amro Bank ";"Berliner Allee 41 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025793;"Verones Modevertr.Brendgens-P. ";" ";"Taunusstr. 45, MTC ";" ";"80807 ";"Mnchen ";"08935653200 ";" ";"08935653200 ";" " +lieferant ;00025795;"Hautzel Vertrieb Billabong-Dtl ";" ";"Maastrichterstr. 36 ";" ";"50672 ";"Koeln ";"0221525280 ";" ";"0221525290 ";" " +lieferant ;00025798;"IMOTEX ";" ";"JAHNWEG 1 ";" ";"82418 ";"MURNAU ";" ";" ";" ";" " +lieferant ;00025803;"VSB Verlagsservice GmbH ";" ";" ";"4738 ";"38037 ";"Braunschweig ";"05317080 ";" ";"0531708619 ";" " +lieferant ;00025805;"WALA-Heilmittel GmbH ";" ";" ";"1191 ";"73085 ";"Eckwaelden/Bad Boll ";"071649300 ";" ";"07164930297 ";" " +lieferant ;00025806;"Warnaco Germany GmbH ";" ";"Kaistrae 2 ";" ";"40221 ";"Dsseldorf ";"0211/91745-0 ";" ";"0211/91745-222 ";" " +lieferant ;00025807;"Weberei Hofer KG ";"Handgewebte Handarbeitsstoffe ";"Sandgasse 13 ";" ";"8741 ";"Weisskirchen ";"+43-9577816710 ";" ";"+43-35778167110 ";" " +lieferant ;00025808;"Weingarten GmbH Kunstverlag ";" ";"Laegelerstr. 31 ";" ";"88250 ";"Weingarten ";"0751561290 ";" ";"07515612920 ";" " +lieferant ;00025816;"Parfuem-u.Kosmetik-Vertr. ";" ";"Dieselstr. 12 ";" ";"85757 ";"Karlsfeld ";"0813138230 ";" ";"08131382344 ";" " +lieferant ;00025817;"Buero-Schul-Stahlwaren ";" ";"Untere Hauptstr. 54 ";" ";"73630 ";"Remshalden ";"07151979400 ";" ";"071519794020 ";" " +lieferant ;00025819;"Wolfram Berge GmbH & Co.KG ";" ";"Alfred-Nobel-Str. 1 ";" ";"51588 ";"Nuermbrecht ";"022933060 ";" ";"022937461 ";" " +lieferant ;00025821;"Wrangler Footwear ";" ";"Grotestraat 69 ";" ";"5141 ";"JN Waalwijk ";"0031416652140 ";" ";"0031416652143 ";" " +lieferant ;00025824;"Handelsagentur-Distrub. ";" ";"Balanstr. 69 ";" ";"81541 ";"Mnchen ";"08949004200 ";" ";" ";" " +lieferant ;00025826;"Lothar Heubel ";" ";"Siemensstr. 5 ";" ";"51381 ";"Leverkusen ";" ";" ";" ";" " +lieferant ;00025828;"INTERIEUR Int. Indecors GmbH ";" ";"Saerbecker Str. 141 ";" ";"48268 ";"Greven ";" ";" ";" ";" " +lieferant ;00025831;"KBC GmbH ";" ";"Ihrringer Landstr. 16 ";" ";"79201 ";"Breisach ";"0766-79454-0 ";" ";"0766-79454-156 ";" " +lieferant ;00025834;"Logo Industries ";" ";"G.P.O. Box 8981 ";" ";"1 ";"Kathmandu ";"977-1-534469 ";" ";"977-1-533704 ";" " +lieferant ;00025839;"Marie Schwietzke GmbH ";" ";"Herder Str. 92 ";" ";"40237 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025845;"COTTENFIELD ";" ";"GRAF LANDSBERGSTR. 1 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00025849;"LELALES ";" ";"HEINRIXCH-HERTZ-STR. 34 ";" ";"70794 ";"FILDERSTADT ";" ";" ";" ";" " +lieferant ;00025856;"Pro Style GmbH ";" ";"Wengertsleite 24 ";" ";"97199 ";"Ochsenfurt ";" ";" ";" ";" " +lieferant ;00025864;"HELD-STOFFE ";" ";"KREUZBERGSTR. 139 ";" ";"47800 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00025867;"Koerner ";" ";"Postfach 26 02 21 ";"26 02 21 ";"40095 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00025868;"Whispering Smith GmbH ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";"021312727700 ";" ";"0213127277010 ";" " +lieferant ;00025873;"Tini srl ";" ";"Via XX Settembre 20 ";" ";"06120 ";"Perugia ";"00399755732941 ";" ";" ";" " +lieferant ;00025879;"Knopf-Vroche GmbH ";" ";"_ ";"140966 ";"33629 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00025880;"Paus Textil GmbH ";" ";"Schwerfweide 12 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00025886;"Cane-line ";" ";"Rodegardsvej 182 ";" ";"5230 ";"Odense ";"045 66154560 ";" ";"045 66154651 ";" " +lieferant ;00025894;"Boxfresh International Ltd ";"Zweigniederlassung Deutschland ";"Alte Saline 11 ";" ";"83435 ";"Bad Reichenhall ";"08651/76851-50 ";" ";"08651/76851-59 ";" " +lieferant ;00025895;"Pentland Chaussures Germany GmbH ";" ";"Alte Saline 11 ";" ";"83435 ";"Bad Reichenhall ";"08651/76851-0 ";" ";"08651/76851-66 ";" " +lieferant ;00025896;"Barts B.V. ";" ";"Moermanskkade 101 ";" ";"1013 BC ";"Amsterdam ";"+31-20/4208585 ";" ";"+31-20/4200585 ";" " +lieferant ;00025897;"One Step Beyond Group S.R.L. ";" ";"Via Piacentina, 6 ";" ";"45030 ";"Occiobello ";"+39-0425/762694 ";" ";"+39-0425/769042 ";" " +lieferant ;00025899;"Blue Image GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00025900;"Carl Kochniss GmbH ";" ";"Radacher Str. 44 ";"1430 ";"96317 ";"Kronach ";"09261-57376 ";" ";"09261-2480 ";" " +lieferant ;00025904;"Gee Pap Papierwaren Handelsges. mbH ";" ";"Overather Str. 104 ";"1202 ";"51766 ";"Engelskirchen ";"02263/9508-10 ";" ";"02263/95081-19 / 20 ";" " +lieferant ;00025906;"Maschenmoden Franzen GmbH ";" ";"Carl-Schurz-Str. 5 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00025909;"HJP Kleinlederwaren e.K. ";"Hans Juergen Pfeifle ";"Achenweg 2c ";" ";"83454 ";"Anger ";"08656/1780 ";" ";"08656/1059 ";" " +lieferant ;00025910;"fun4u sportproduction GmbH ";" ";"Rheinstrasse 29c ";" ";"53844 ";"Troisdorf ";"02241/8790274 ";" ";"02241/8790275 ";" " +lieferant ;00025912;"Bisse Shirt GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00025913;"H.Andreas GmbH & Co. ";" ";"Industriestr. 9 ";" ";"97353 ";"Wiesentheid ";"093832020 ";" ";"09383202170 ";" " +lieferant ;00025918;"Converse Germany Inc. ";"Deutsche Niederlassung ";"Carl-Schurz-Strae 7 ";" ";"41460 ";"Neuss ";"02131/749630 ";" ";" ";" " +lieferant ;00025919;"OTM GmbH & Co.KG ";"Orient-Teppiche-Meerpohl ";"Lechtinger Kirchweg 3 ";" ";"49134 ";"Wallenhorst ";"05407-860566 ";" ";"05407-860567 ";" " +lieferant ;00025921;"Angi Designer ";" ";"Zona Industriale ";" ";"30030 ";"Fosso/Venezia ";" ";" ";" ";" " +lieferant ;00025922;"Verlag Diana Germany ";" ";"Schulstr. 65 ";" ";"61381 ";"Friedrichsdorf ";"06175/3901 ";" ";"06175/3381 ";" " +lieferant ;00025926;"Fahrenholz-Textilhandels GmbH ";" ";"Rudolf-Diesel-Str. 9 ";" ";"85221 ";"Dachau ";"08131-320710 ";" ";"08131-320719 ";" " +lieferant ;00025929;"DAS FROTT-TIER ";" ";"ENSCHEDESTR. 13 ";" ";"48529 ";"NORDHORN ";" ";" ";" ";" " +lieferant ;00025930;"JAB Josef Anstoetz KG ";" ";"Potsdamer Str. 160 ";"10 04 51 ";"33719 ";"Bielefeld ";"0521-2093-0 ";" ";" ";" " +lieferant ;00025933;"The Hilt ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131-291429 ";" ";"02131-408977 ";" " +lieferant ;00025936;"intimo Stefany ";" ";"Via Trombini 7/a ";" ";"45030 ";"Villanova Marchesana ";" ";" ";" ";" " +lieferant ;00025937;"Maco Apparel spa. ";" ";"Via Prov. Le Luccese, 181 ";" ";"50019 ";"Sesto Fiorentino-Firenze ";" ";" ";" ";" " +lieferant ;00025942;"Cilia ";" ";"Apfelstr. 245 ";" ";"33611 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00025943;"Frank Import GmbH ";" ";"Rosenthalstr. 12 ";" ";"92224 ";"Amberg ";" ";" ";" ";" " +lieferant ;00025947;"B.S.CASUALS ";" ";"LORENZSTR. 10 ";" ";"63739 ";"ASCHAFFENBURG ";" ";" ";" ";" " +lieferant ;00025949;"Stickerei Weber GmbH ";" ";"Reizgasse 4 ";" ";"75365 ";"Calw-Altburg ";" ";" ";" ";" " +lieferant ;00025950;"Reichold Feinost GmbH ";" ";"August-Horch-Str. 4 - 8 ";" ";"65582 ";"Diez ";"064329550 ";" ";"06432955111 ";" " +lieferant ;00025952;"Gyro Twister-Vertrieb Nann ";" ";"Friedrich-Schuele-Str. 9 ";" ";"85622 ";"Feldkirchen ";"0899438930 ";" ";"08994389388 ";" " +lieferant ;00025954;"Modena GmbH Internationale Moden ";" ";"August-Pieper-Str. 10 ";"100648 ";"41061 ";"Mnchengladbach ";"02161/357-0 ";" ";"02161/357-662 ";" " +lieferant ;00025957;"Pohlmann Accessoires ";" ";"Kampstrae 72 ";"100953 ";"32584 ";"Lhne (Gohfeld) ";" ";" ";" ";" " +lieferant ;00025958;"Weka Willi Khler KG ";" ";"Reichardt-Str. 29-33 ";"70 10 45 ";"22041 ";"Hamburg ";"040-683377 ";" ";"040-683467 ";" " +lieferant ;00025959;"Bruno Manetti ";" ";"Via Bonsarto, 18 ";" ";"50025 ";"Montespertoli ";"0571-671144 ";" ";"0571-671488 ";" " +lieferant ;00025962;"Ulla Popken GmbH ";" ";"Am Waldrand 19 ";" ";"26178 ";"Rastede ";"0800/533399 ";" ";" ";" " +lieferant ;00025963;"Gina Laura GmbH & Co. KG ";" ";"Bloherfelder Str. 254-276 ";" ";"26129 ";"Oldenburg ";"0441/9518-0 ";" ";"0441/52229 ";" " +lieferant ;00025964;"Maxtronik GmbH & Co. KG ";" ";"Iburger Str. 59 ";" ";"49082 ";"Osnabrck ";"05419987670 ";" ";"0541589466 ";" " +lieferant ;00025965;"Design-Accessoires-Vertr.GmbH ";" ";"Landhausstr. 4 ";" ";"72074 ";"Tbingen ";"07071369613 ";" ";"07071369609 ";" " +lieferant ;00025966;"GERMINA ";" ";"KARLSTR. 37-41 ";" ";"98573 ";"FLOH ";" ";" ";" ";" " +lieferant ;00025986;"MZ Production ";" ";"Rue Darwin 61 ";" ";"1050 ";"Bruscelles ";"00322347-1016 ";" ";"00322347-0798 ";" " +lieferant ;00025987;"Medico Sports Fashion GmbH ";" ";"Artlandstr. 73 ";" ";"49610 ";"Quakenbrck ";"05431188500 ";" ";"05431188599 ";" " +lieferant ;00025991;"felicia Blusen GmbH & Co. KG ";" ";"Sonnenbrink 46-48 ";"11 61 ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00025994;"Roman Mode s.r.l. ";" ";"Via Mariao Turchi, 21 ";" ";"66013 ";"Chietiscalo ";" ";" ";" ";" " +lieferant ;00025995;"CS-Group ";" ";"Hoodsweg 1212 ";" ";"2153 ";"LP Nieuw Vennep ";" ";" ";"0031252623041 ";" " +lieferant ;00025997;"Haug GmbH ";" ";"Schemppstr. 42 ";" ";"70619 ";"Stuttgart ";"0711/4799952 ";" ";"0711/4797518 ";" " +lieferant ;00026003;"Sarl Tendance ";" ";"24 bis, Rue Popincourt ";" ";"75011 ";"Paris ";"0140-213286 ";" ";"0140-217860 ";" " +lieferant ;00026008;"NATURAL-FEMALE BASICS ";" ";"WATERMOLEN 20 ";" ";"6211 ";"NZ MAASTRICHT ";"043-259825 ";" ";" ";" " +lieferant ;00026010;"RED/GREEN GMBH ";" ";"WILLHOOP 7 ";" ";"22453 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026017;"Goetz & Leonhardt ";" ";"Mahdentalstr. 108 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00026020;"SPORT IMPORT ";" ";"INDUSTRIESTR. 41 B ";" ";"26188 ";"EDEWECHT ";" ";" ";" ";" " +lieferant ;00026022;"***Krawatten Leder GmbH ";" ";"DON-BOSO-STR. 26 ";"1718 ";"46397 ";"BOCHOLT ";" ";" ";" ";" " +lieferant ;00026025;"Giemme brandscorporate s.p.a ";" ";"Via Enrico Mattei, 1 ";" ";"25026 ";"Pontevico (BS) ";"+39-030/9307761 ";" ";"+39-030/9306063 ";" " +lieferant ;00026027;"Juvena produits de beaute GmbH ";" ";"Bltenfeldplatz ";" ";"76532 ";"Baden-Baden ";"07221/683-0 ";" ";"07221/683-860 ";" " +lieferant ;00026028;"DD Textilvertr.-u.Consult GmbH ";" ";"Eschachstr. 7 ";" ";"72459 ";"Albstadt ";"07431-958531 ";" ";"07431-958515 ";" " +lieferant ;00026030;"Games Workshop Deutschl. GmbH ";" ";"Grafenberger Allee 277 ";" ";"40237 ";"Dsseldorf ";"0211 / 5402 - 0 ";" ";" ";" " +lieferant ;00026032;"STEPHANO Stephan FLOEHR GMBH ";" ";"WESTPREUSSENSTR. 30 ";"9164 ";"47809 ";"KREFELD ";"02151-520200 ";" ";"02151-520576 ";" " +lieferant ;00026039;"D + T ";" ";"BILLSTR. 30 ";" ";"20539 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026046;"B.E.S.T. Bodylines ";"European Sales and Trade GmbH ";"Eckenheimer Landstrae 318 ";" ";"60435 ";"Frankfurt ";"069/7706277-0 ";" ";"069/7706277-77 ";" " +lieferant ;00026049;"Betten Duscher ";" ";"Am Muknig 9 ";"1042 ";"93426 ";"Roding ";"09461 / 94090 ";" ";"09461 / 940925 ";" " +lieferant ;00026051;"Wagner Trendartikel ";"Trendartikel GmbH ";"Hans-Bckler-Str. 8 ";" ";"34576 ";"Homberg ";"05681 / 930130 ";" ";"05681 / 930132 ";" " +lieferant ;00026055;"Private Label Collection ";" ";"Grnberger Str. 54 ";"02 ";"10245 ";"Berlin ";" ";" ";" ";" " +lieferant ;00026057;"FOUR BOYS MEN'S WEAR ";" ";"MARKTPLATZ 29 ";" ";"85567 ";"GRAFING/MUENCHEN ";" ";" ";" ";" " +lieferant ;00026058;"LESTIAN SRL ";" ";"VIA ROMA 103 ";" ";"06083 ";"BASTIA UMBRA ";" ";" ";" ";" " +lieferant ;00026060;"Buffalo Boots GmbH ";" ";"Schanzenstrae 41 ";" ";"51063 ";"Kln ";"0221 986516-0 ";" ";" ";" " +lieferant ;00026064;"Heinrich Nickel GmbH & Co. KG ";" ";"Wilhelm-Bergner-Str. 10 ";" ";"21509 ";"Glinde ";"040/7270241 ";" ";"040/7270224 ";" " +lieferant ;00026066;"MK Textilhandels GmbH ";" ";"Kreuzweg 58 ";" ";"48607 ";"Ochtrup ";"02553-9386-0 ";" ";"02553-9386-90 ";" " +lieferant ;00026067;"MC JOHN'S Deutschland GmbH ";" ";"Mintarder Weg 49 ";" ";"45219 ";"Essen ";"0205410490 ";" ";"02054104911 ";" " +lieferant ;00026070;"inventa GmbH ";" ";"Grevener Str. 353 ";" ";"48159 ";"Mnster ";"0251-21801819 ";" ";" ";" " +lieferant ;00026077;"Zambafti Copertificio ";" ";"Via Carv Pietro radici, 22 ";" ";"24020 ";"Cazzano ";" ";" ";" ";" " +lieferant ;00026078;"Lasser & Lasser GbR ";" ";"Am Hohenstein 13 ";" ";"65779 ";"Kelkheim ";" ";" ";" ";" " +lieferant ;00026079;"JOOP MENSWEAR ";" ";"AM ELLERBROCKS HOF 2-6 ";" ";"33617 ";"Bielefeld ";" ";" ";"0521-1453216 ";" " +lieferant ;00026081;"M S P GMBH ";" ";"MODERING 3 HAUS B8 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026085;"Peter Untzer Collections ";" ";"Sckingenstr. 6 ";" ";"81545 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00026086;"ABN-ARNO BANK AG ";" ";" ";" ";"40003 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00026093;"Montino Texilhandels GmbH ";" ";"Hubertusstr. 188-190 ";" ";"47798 ";"Krefeld ";"02151/363220 ";" ";"02151/3632250 ";" " +lieferant ;00026094;"Agentur Heudecker ";" ";"Kaiserswerther Str. 115 ";" ";"40474 ";"Dsseldorf ";"+49 (211) 4544010 ";" ";"+49 (211) 4511018 ";" " +lieferant ;00026099;"Babolat VS Deutschld.GmbH ";" ";"Lebacher Str. 4 ";" ";"66113 ";"Saarbrcken ";"01805-120428 ";" ";"01805-120420 ";" " +lieferant ;00026100;"RUN + Style GmbH ";" ";"Taunusstr. 3 ";" ";"64646 ";"Heppenheim ";"06252/788338 ";" ";"06252/788015 ";" " +lieferant ;00026103;"Kock Handels GmbH ";" ";"Rahlstedter Grenzweg 9 ";" ";"22143 ";"Hamburg ";"040/6759529-0 ";" ";"040/66858551 ";" " +lieferant ;00026112;"WOEHRL ";" ";"AM EISWEIHER 4 ";" ";"76356 ";"WEINGARTEN ";" ";" ";" ";" " +lieferant ;00026113;"Bueckle GmbH ";"Bread & Butter ";"Hlderlinstr. 46-54 ";"106 ";"74344 ";"Lauffen ";"07133/108-0 ";" ";"07133/108-49 ";" " +lieferant ;00026114;"Erik Willems Modeagentur ";" ";"Zesweg 196 ";" ";"6604 ";"BP Wijchen ";" ";" ";" ";" " +lieferant ;00026117;"Grandoe Deutschland ";"Handschuhe GmbH + Co,KG ";"Karlsbader Str. 5 ";" ";"91550 ";"Dinkelsbhl ";"09851-579924 ";" ";"09851-3489 ";" " +lieferant ;00026119;"Jonny Blaze ";" ";"Hans-Bckler-Str. 6 ";" ";"85221 ";"Dachau ";"08131-539608 ";" ";"08131-539610 ";" " +lieferant ;00026120;"LAKIS MODEVETRIEB GMBH ";" ";"HAMMER LANDSTR. 95 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00026121;"Palladium Moda SRL ";" ";"Via Matteotti, 5 ";" ";"44042 ";"Cento (FE) ";"+39-051/956878 ";" ";"+39-051/6828208 ";" " +lieferant ;00026131;"Essenza Ute Weber GmbH ";" ";"Schwertstr. 58-60 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00026134;"Alprausch Fash.Sport Agentur ";"Michael Trespe ";"Gutenbergring 62 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00026135;"Yo Fashion GmbH ";" ";"Iburger Str. 63 ";" ";"49536 ";"Lienen ";"05483-7499309 ";" ";"05483-7499310 ";" " +lieferant ;00026136;"Bathco Holland B.V. ";" ";"Hendoweg 14 ";"129 ";"9100 ";"Ac Dokkum ";" ";" ";" ";" " +lieferant ;00026142;"Seidenbandweberei SWS ";" ";"Rheinvogtstr. 7 ";" ";"79713 ";"Bad Saeckingen-Wallbach ";"07761920610 ";" ";"07761920699 ";" " +lieferant ;00026145;"Davy Import.Export ";" ";"29, rue Popincourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00026150;"Friis Company ";" ";"Thoravej 7 ";" ";"2400 ";"Copenhagen NV ";"0045/70209919 ";" ";"0045/70209918 ";" " +lieferant ;00026151;"Eitech GmbH ";" ";"Dorfstr. 17 ";" ";"37308 ";"Pfaffschwende ";"036082/4320 ";" ";"036082/42028 ";" " +lieferant ;00026155;"Phard ";"Sportster Two GmbH ";"Poststr. 9 ";" ";"64293 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00026156;"Alois Gobmeier ";" ";"Innere Simbacher Str. 4 ";" ";"84347 ";"Pfarrkirchen ";"085611251 ";" ";"08561912395 ";" " +lieferant ;00026157;"Raphaela Anna Meffert ";" ";"Eichenstr. 4 ";" ";"83083 ";"Riedering ";"08036303843 ";" ";"08036303844 ";" " +lieferant ;00026159;"Maglifificio Liliana ";" ";"Via Madonnaina 18/24 ";" ";"25018 ";"Montichiari-Brescia ";" ";" ";" ";" " +lieferant ;00026162;"beeline GmbH ";" ";"Grnstrae 1 ";" ";"51063 ";"Kln ";"0221/96275-0 ";" ";"0221/96275-20 ";" " +lieferant ;00026163;"Lego GmbH Spielwaren ";"Technopark II ";"Werner-von-Siemens-Ring 14 ";"13 13 ";"85630 ";"Grasbrunn ";"089 / 4 53 46 - 102 ";" ";"089 / 4 53 46 - 150 ";" " +lieferant ;00026165;"NORDAL A/S ";" ";"Haldrupvej 68, Sovind ";" ";"8700 ";"Horsens ";"+45-75659565 ";" ";"+45-75659666 ";" " +lieferant ;00026173;"Blueimage DLDB.V. ";" ";"Lilienthalallee 40, Room-Nr. 221/2. Floo";" ";"80939 ";"Mnchen ";"0031302470199 ";" ";"0031302470188 ";" " +lieferant ;00026175;"Bea Tricia Modeagentur GmbH ";"Inh. Tricia Ksenija Bialas ";"Taunussttrae 45, MTC, Haus 4, Raum 209 ";" ";"80807 ";"Mnchen ";"089/3590848 ";" ";"089/3596029 ";" " +lieferant ;00026177;"Graziella ";" ";"Strae der Einheit 31 ";" ";"09337 ";"Hohenstein-Ernstthal ";"03723/7736 ";" ";"03723/7737 ";" " +lieferant ;00026191;"DELTIC-TEXTIL ";" ";" ";"1247 ";"49512 ";"LENGERICH ";" ";" ";" ";" " +lieferant ;00026192;"E + G TRADING GMBH ";" ";"GREIENDORFER WEG 9 ";" ";"91315 ";"HOECHSTSTADT ";" ";" ";" ";" " +lieferant ;00026193;"Sigma Immobilien ";" ";"Koogstraat 14 ";" ";"25870 ";"Norderfriedrichskoog ";" ";" ";" ";" " +lieferant ;00026196;"KeV & Sid Collection ";" ";"Breslauerstr. 8 Raum 217 a ";" ";"41460 ";"Neuss ";"02131-166095 ";" ";"02131-130417 ";" " +lieferant ;00026198;"Boschagroup GmbH & Co KG ";" ";"Boschaplatz 3 ";"63 ";"95355 ";"Presseck ";"09222/60-10 ";" ";"09222/60-20 ";" " +lieferant ;00026200;"***Malerba Strmpfe ";" ";"Landwehr 9 ";"1220 ";"59964 ";"Medebach ";"(0 29 82) 4 09-0 ";" ";"(0 29 82) 4 09-40 ";" " +lieferant ;00026208;"Lohmann GmbH ";" ";"Welmecke 4 ";" ";"58809 ";"Neuenrade ";"02352-9692-0 ";" ";"02352-969230 ";" " +lieferant ;00026209;"San Remo by Glaeser GmbH & Co. KG ";" ";"Bosenheimer Str. 286 ";" ";"55543 ";"Bad Kreuznach ";" ";" ";" ";" " +lieferant ;00026213;"Lola Montes ";" ";"131 BD DE Sebatopol ";" ";"75002 ";"Paris ";"0140265862 ";" ";"0140264993 ";" " +lieferant ;00026216;"Murphy & Nye ";" ";"Osterwaldstr. 10 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00026219;"TC INGRID BUCKENMAIER ";" ";"WILHELMSTR. 1-5 ";" ";"74564 ";"CRAILSHEIM ";" ";" ";" ";" " +lieferant ;00026221;"Giorgio Armani ";" ";"Paul-Ehrlich-Str. 43 ";" ";"60596 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00026223;"Elisabeth Homburg GmbH ";" ";"Adelheidstr. 7 ";" ";"60433 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00026224;"Matheisen ";" ";"Lilienthalstr. 2 - 4 ";" ";"33689 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00026225;"TISCA AUSTRIA ";" ";"Werkstr. 358 ";" ";"6712 ";"Thringen ";" ";" ";" ";" " +lieferant ;00026231;"Modana Accessories B.V. ";" ";"Haverstraat 49 ";" ";"2153 GD ";"Nieuw-Vennep ";"+31-252/789000 ";" ";"+31-252/789999 ";" " +lieferant ;00026233;"TRADE TIP ";" ";"AN DER STRUSBEK 19 ";"1864 ";"22926 ";"AHRENSBURG ";" ";" ";" ";" " +lieferant ;00026239;"SHY ";" ";"Via Barbariga 73 ";" ";"30032 ";"Fliesso D'Artico ";"0039049502269 ";" ";"00390499800925 ";" " +lieferant ;00026246;"Gaastra International Sportswear B.V. ";" ";"Minervahavenweg 3 ";"Postbus 14539 ";"1013 AR ";"Amsterdam ";"+31-20/5038600 ";" ";"+31-20/5038603 ";" " +lieferant ;00026247;"Backstage Textilhandel GmbH & Co. KG ";" ";"Am Gut Sandfort 40 ";" ";"49086 ";"Osnabrck ";"0541/800866-15 ";" ";"0541/800866-20 ";" " +lieferant ;00026251;"Epoca Distribution GmbH ";" ";"Kirchenstrasse 68 ";" ";"81675 ";"Mnchen ";"08925540657 ";" ";"08925540751 ";" " +lieferant ;00026252;"Casa Di Stella ";"Kosmetik Handels- und Behandlungs-GmbH ";"Muehlgasse 318 ";" ";"2182 ";"Palterndorf ";"+43-2533/81119 ";" ";"+43-2533/81197 ";" " +lieferant ;00026254;"Flex Knits Factories Inc. ";" ";"P.O. Box 9321 ";" ";"1006 ";"AH Amsterdam ";" ";" ";" ";" " +lieferant ;00026255;"Bauer Nike Hockey ";" ";"Eichenstr. 11 D ";" ";"85445 ";"Schwaig ";"08122-88021 ";" ";"08122-8802191 ";" " +lieferant ;00026256;"Weseta Textil AG ";" ";"Bergen 4 ";" ";"8765 ";"Engl ";"+41-55/6426100 ";" ";"+41-55/6426119 ";" " +lieferant ;00026257;"SUPERBA KRAWATTEN GMBH ";" ";"KOBLENZER STR. 201 ";" ";"56073 ";"KOBLENZ ";" ";" ";" ";" " +lieferant ;00026258;"BRJ GmbH ";" ";"Europaallee 5 ";" ";"50226 ";"Frechen ";"02234699699 ";" ";"02234699890 ";" " +lieferant ;00026259;"Mach Sports Sales GmbH ";" ";"Am Steppbach 5 ";" ";"94113 ";"Tiefenbach ";"072725891 ";" ";" ";" " +lieferant ;00026260;"Plastwood.de GmbH ";" ";"Kreutzberger Ring 46 ";" ";"65205 ";"Wiesbaden ";"061192999 ";" ";"061193999 ";" " +lieferant ;00026263;"Becker Manicure ";" ";"Friedrich-Willhelm-Str-22 ";"190163 ";"42655 ";"Solingen ";"021222340 ";" ";"0212223421 ";" " +lieferant ;00026270;"KAMALA S.R.L. ";" ";"VIA MARIO POLETTI ";" ";"06083 ";"PASTIA/UMBRA ";" ";" ";" ";" " +lieferant ;00026277;"F.C.C. FASHION ";" ";"GUNDSTR. 12 ";" ";"91056 ";"ERLANGEN ";" ";" ";" ";" " +lieferant ;00026279;"Kamanta S.p.A ";" ";"Cristoforo Columbo 7 ";" ";"20144 ";"Milano ";"0289401050 ";" ";"0289400433 ";" " +lieferant ;00026281;"Powerslide Sportartikelvertriebs GmbH ";" ";"Esbachgraben 3 ";" ";"95463 ";"Bindlach ";"09208/6010-0 ";" ";" ";" " +lieferant ;00026291;"Escarel Recke ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00026293;"M.W.W Fashion Vertrieb GmbH ";" ";"Kirchenstr.8 ";" ";"58706 ";"Menden ";"02373918140 ";" ";"02373918120 ";" " +lieferant ;00026297;"EMB Mahnel Bekleidungs GmbH ";" ";"Mittelweg 4b ";" ";"63762 ";"Groostheim ";"0602650080 ";" ";"06026500888 ";" " +lieferant ;00026299;"AMG ";" ";"Vogteistrasse 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00026304;"Fourteen Ounce Distribution ";" ";"Wilhelm-Mauser-Str.47 ";" ";"50827 ";"Kln ";"+492216905232 ";" ";"+492216905235 ";" " +lieferant ;00026309;"Factomega ";" ";"10,Rue de Luzais ";" ";"38290 ";"St.Quentin ";" ";" ";" ";" " +lieferant ;00026311;"CONFEZIONI CASTELLI ";" ";"VIA L.EINAUDI 50 ";" ";"36040 ";"BRENDOLA (VI) ";" ";" ";" ";" " +lieferant ;00026326;"G-Star GmbH ";" ";"Erkrather Str. 218 ";" ";"40233 ";"Dsseldorf ";"0211/9755132-0 ";" ";"0211/9755132-9 ";" " +lieferant ;00026327;"Technique Modevertriebsgesellschaft mbH ";" ";"Adam-Opel-Str. 14 ";" ";"63322 ";"Rdermark ";" ";" ";" ";" " +lieferant ;00026340;"EUROASIATIC ";" ";"PAULSTR. 5 ";" ";"20095 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026344;"HUGO BOSS Industries (Switzerland) Ltd. ";" ";"Via Sant Apollonia 32 ";" ";"6877 ";"Coldrerio ";"0041-91-6961717 ";" ";"0041-91-6961714 ";" " +lieferant ;00026353;"TATEOSSIAN ";" ";"266 FULHAM ROAD LOND.SU ";" ";"SW109 ";"LONDON 9EL ";" ";" ";" ";" " +lieferant ;00026365;"Dieter Boss GmbH (Bondi Dress) ";" ";"Im Rohrbach 26 ";"4147 ";"72336 ";"Balingen-Frommern ";"07433/9929-0 ";" ";"07433/381198 ";" " +lieferant ;00026366;"Heinz Maute ";" ";"Ob dem Kieserstal 57 ";" ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00026385;"FLEXIBLE FASHION LTD. ";" ";"UNIT 10-11,34TH FLOOR ";" ";" ";"SAN PO KONG/KOWLOON ";" ";" ";" ";" " +lieferant ;00026427;"MCADAMS S.P.A. ";" ";"VIA S. VITO 46 ";" ";"36020 ";"ALBETTONE ";" ";" ";" ";" " +lieferant ;00026437;"SAHZA ";" ";"KAISER-FRIEDRICH-RING 1 ";"110849 ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00026447;"ZONA MODE AG ";" ";"FISCHINGERSTR. 51 ";" ";"8370 ";"SIRNACH ";" ";" ";" ";" " +lieferant ;00026451;"Street One AG ";" ";"Wlferstrasse 18 ";" ";"4414 ";"Fllinsdorf ";"061/901890-0 ";" ";"061/901890-8 ";" " +lieferant ;00026456;"Passport AG ";" ";"Grindelstrasse 17 ";" ";"8303 ";"Bassersdorf ";" ";" ";" ";" " +lieferant ;00026468;"SI SIGNORA ";" ";"TALACKERSTR. 17 ";" ";"8065 ";"ZUERICH ";" ";" ";" ";" " +lieferant ;00026474;"Mantero Seta S.p.A. ";" ";"Via Volta, 74 ";" ";"22100 ";"Como ";"+39-031/3211 ";" ";"+39-031/270212 ";" " +lieferant ;00026492;"Levi Strauss (Suisse) S.A. ";" ";"Chemin de la Venoge 7 ";" ";"1025 ";"St-Sulpice ";" ";" ";" ";" " +lieferant ;00026495;"Lehwalder Mode Vertrieb ";" ";"Mahdentalstr. 112 ";" ";"71065 ";"Sindelfingen ";"07031/874071 ";" ";"07031/814326 ";" " +lieferant ;00026501;"Euro Fashion Bags ";" ";"Van Konijnenburgweg 75 ";"Postbus 2267 ";"4612 PL ";"Bergen Op Zoom ";" ";" ";" ";" " +lieferant ;00026505;"Gabriella Frattini SpA ";" ";"Via Flaminia, 128 ";" ";"61032 ";"Fano (PS) ";"+39-0721/864322 ";" ";"+39-0721/864692 ";" " +lieferant ;00026507;"Midgard Textilvertriebs GmbH ";" ";"Taunusstr. 38 ";" ";"80807 ";"Mnchen ";"089/358078-0 ";" ";"089/358078-69 ";" " +lieferant ;00026521;"W.A.G. Werbeservice am Goldberg GmbH ";" ";"Eschenbrnnlestr. 12-14 ";"460 ";"71065 ";"Sindelfingen ";"07031/6102210 ";" ";" ";" " +lieferant ;00026523;"Anhalt GmbH ";"Sport Lavit ";"Willy-Brandt-Ring 12 ";" ";"67592 ";"Flrsheim-Dalsheim ";"06243-90800-0 ";" ";"06243-5801 ";" " +lieferant ;00026540;"ANTONIO FUSCO SPA ";" ";"Corso Venezia 40 ";" ";"20121 ";"Milano ";"003902777117 ";" ";"00390276015830 ";" " +lieferant ;00026543;"TEBA GmbH & Co. KG ";" ";"Eisenbahnstr. 70 ";"170437 ";"47198 ";"Duisburg ";"02066/2005-0 ";" ";"02066/2005-451 ";" " +lieferant ;00026549;"Alpacana Naturhaar GmbH ";" ";"Holteistr. 8 ";"101240 ";"47057 ";"Duisburg ";"0203/99398-0 ";" ";"0203/99398-99 ";" " +lieferant ;00026550;"NASRI EXQUISIT MODATEX ";" ";"KOPERNIKUSSTR. 19 ";" ";"69469 ";"WEINHEIM ";" ";" ";" ";" " +lieferant ;00026562;"HSK Siebdruck ";" ";"Freirachdorfer Str. 22 ";" ";"56271 ";"Robach ";"02680-95130 ";" ";"02680-951333 ";" " +lieferant ;00026566;"SEHLBACH ";" ";"KLEINBECKSTR. 79 ";" ";"45549 ";"SPROCKHOEVEL ";" ";" ";" ";" " +lieferant ;00026571;"HOMANN ";" ";"LEYER STR. 26 ";"6022 ";"49076 ";"Osnabrck ";"0541/917011 ";" ";" ";" " +lieferant ;00026572;"L-Shop-Team GmbH ";" ";"Franziskusstr. 101 ";" ";"44147 ";"Dortmund ";"0231/ 99310 ";" ";"0231/ 9931110 ";" " +lieferant ;00026575;"GUCCI-ZAMASPORT S.P.A. ";" ";"VIA BELETTI 4/C ";" ";"28100 ";"NOVARA ";" ";" ";" ";" " +lieferant ;00026589;"CON LIVELLO FRANK ALEX ";" ";"LENGERICHER STR. 7 ";" ";"49809 ";"LINGEN ";" ";" ";" ";" " +lieferant ;00026594;"Hillringhaus Modeagentur GmbH ";"Euromoda Raum B222 ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131-177753 ";" ";"02131-167617 ";" " +lieferant ;00026595;"KANDISMANN ";" ";"AM ELLERBROCKS HOF 2-6 ";" ";"33617 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00026597;"ERNST KELLER GmbH & Co.KG ";" ";"EBINGER STR. 134 ";" ";"72393 ";"Burladingen ";"07475/95160 ";" ";"07475/6688 ";" " +lieferant ;00026604;"WALDENBURGER ";" ";"BAHNHOFSTR. 33 ";" ";"08396 ";"WALDENBURG ";"037608-22455 ";" ";"0376083297 ";" " +lieferant ;00026607;"Joseph Ribkoff International Ltd. (D) ";" ";"Danziger Strae 101 ";"101253 ";"40468 ";"Dsseldorf ";"0211/161659 ";" ";"0211/1795000 ";" " +lieferant ;00026610;"HANS-DIETER BARTNIK ";" ";"HUBERTUSHOEHE 34 ";" ";"45448 ";"MUELHEIM ";" ";" ";" ";" " +lieferant ;00026612;"Get In Textil GmbH & Co. KG (Recover) ";" ";"Rudolfstrae 10B ";" ";"41068 ";"Mnchengladbach ";"02161/837620 ";" ";"02161/831551 ";" " +lieferant ;00026636;"Bahram Tahbaz GmbH & Co. KG ";"Orient-Teppich-Import ";"Borsteler Chaussee 85-99a ";" ";"22453 ";"Hamburg ";"040/5119088 ";" ";"040/5118433 ";" " +lieferant ;00026641;"ALBERTO ASPESI+C. SPA ";" ";"VIA 5.QUASIMODO32/34/36 ";" ";"20025 ";"LEGNANO ";" ";" ";" ";" " +lieferant ;00026642;"KRIZIA INDUSTRIA ";" ";"VIA ISEO 1/3 ";" ";"20098 ";"GIULIANO MILANESE ";" ";" ";" ";" " +lieferant ;00026700;"M.G.M. Pelletterie S.R.L. ";" ";"Viale Lino Zanussi 8 ";" ";"33170 ";"Pordenone ";"0039-343-571500 ";" ";"0039-434-572878 ";" " +lieferant ;00026703;"INNOVAZIONE MODA BY ";" ";"BOSENHEIMER STR. 286 ";" ";"55543 ";"BAD KREUZNACH ";" ";" ";" ";" " +lieferant ;00026706;"LUSANA ";" ";"LANDSTRASSER GUERTEL 33 ";" ";"1030 ";"WIEN ";" ";" ";" ";" " +lieferant ;00026711;"Fred Perry Ltd ";" ";"37 Mount Pleasant ";" ";"WC1X 0AA ";"Clerkenwell, London ";"+44-20/7632-2800 ";" ";"+44-20/7632-2828 ";" " +lieferant ;00026712;"HANS + HANS ";" ";"DAMPFAERGEVEJ 27 ";" ";"2100 ";"KOPENHAGEN ";" ";" ";" ";" " +lieferant ;00026713;"SLIC SUPPLIES ";" ";"RHEINSTR. 22 ";" ";"80803 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00026733;"CKI Inc (Italian Branch) ";"Calvin Klein Europe ";"Viale Umbria, 37 ";" ";"20136 ";"Milano ";"+39-02/55050540 ";" ";"+39-02/55050548 ";" " +lieferant ;00026734;"Calvin Klein, IT ";" ";"Via Provinciale Lucchese 181/11 ";" ";"50019 ";"Sesto Fiorentino ";" ";" ";" ";" " +lieferant ;00026739;"Blue Goose AS ";" ";"Storhaven 7 ";" ";"7100 ";"Vejle ";"+45-7642 0300 ";" ";"+45-7572 3286 ";" " +lieferant ;00026745;"Heldmann / Classico Textilhandels GmbH ";" ";"Colonnaden 13 ";" ";"20354 ";"Hamburg ";"040 - 355375 0 ";" ";"040 - 355375 19 ";" " +lieferant ;00026751;"STOELCK FASHION ";" ";"SCHMILISKYSTR. 15 ";" ";"20099 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026781;"modern times GmbH ";" ";"Ludwig-Erhard-Alle 31 ";" ";"33719 ";"Bielefeld ";"0521 / 91516-0 ";" ";"0521 / 91516-29 ";" " +lieferant ;00026793;"Heubel GbR Handelsagentur ";" ";"Auf dem Kamp 6 ";" ";"58239 ";"Schwerte ";" ";" ";" ";" " +lieferant ;00026799;"Calvin Klein ";" ";"Mahdentalstr. 108 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00026805;"HOLDT COLLECTION ";" ";"DANZIGERSTR. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00026806;"Tomasoni Topsail S.p.A. ";" ";"Via E.Toti, 59 ";" ";"16035 ";"Rapallo (GE) ";"+39-0185/2001 ";" ";"+39-0185/263359 ";" " +lieferant ;00026812;"OXYGEN Deutschland ";" ";"Am Kirchenhlzl 13 ";" ";"82166 ";"Grfelfing ";" ";" ";" ";" " +lieferant ;00026818;"MAREMMA ";" ";"HOELESTR. 42 ";" ";"72336 ";"BALINGEN ";" ";" ";" ";" " +lieferant ;00026821;"ESIMA GMBH ";" ";"ERNST-REUTER-STR. 42 ";"35 70 ";"95032 ";"HOF/SAALE ";" ";" ";" ";" " +lieferant ;00026829;"Venice Beach GmbH ";" ";"Van-der-Smissen-Strae 9 ";" ";"22767 ";"Hamburg ";"040/380227200 ";" ";"040/380227208 ";" " +lieferant ;00026833;"SEMPER ";" ";"ADOLF-SCHIEDRICH-STR. 3 ";" ";"01901 ";"BRETNIG ";" ";" ";" ";" " +lieferant ;00026835;"GANT DUETZ FASHION ";" ";"Gottlieb-Daimler-Str. 23 ";" ";"59439 ";"Holzwickede ";" ";" ";" ";" " +lieferant ;00026841;"NOLLBERG ";" ";"STATIONSWEG 8 ";" ";"57392 ";"SCHMALLENBERG ";" ";" ";" ";" " +lieferant ;00026843;"AC Per-me Fashion GmbH ";" ";"Hammer Landstr. 113 ";" ";"41460 ";"Neuss ";"02131/102838 ";" ";"02131/120868 ";" " +lieferant ;00026856;"***Bruno Barthel GmbH & Co. KG ";" ";"Clemens-Winkler-Str.6a ";" ";"09116 ";"Chemnitz ";"0371816610 ";" ";"03718166111 ";" " +lieferant ;00026863;"Camelot-Moden Vertrieb GmbH ";" ";"Ebinger Str. 134 ";" ";"72393 ";"Burladingen ";"07475/95160 ";" ";"07475/6688 ";" " +lieferant ;00026873;"LES TULIPES ";" ";"VIA ASTICO,67 ";" ";"36030 ";"FARI VICENTO ";" ";" ";" ";" " +lieferant ;00026881;"Tesatti-Creation ";" ";"Salinenstr. 33 ";" ";"49214 ";"Rothefelde ";" ";" ";" ";" " +lieferant ;00026887;"ED Fashion GmbH (Aigner HAKA) ";" ";"Hasselstr. 1 ";" ";"63762 ";"Groostheim ";"06026/50023 ";" ";" ";" " +lieferant ;00026900;"ESCORA Diamor Trading GmbH ";" ";"Aderstrae 33 ";" ";"4850 ";"Timelkam ";"+43-7672/952510 ";" ";"+43-7672/9525177 ";" " +lieferant ;00026906;"UHG ";" ";"Amselring 19 ";"11 55 ";"29339 ";"Wathlingen ";"05144-98910 ";" ";"05144-989191 ";" " +lieferant ;00026909;"Schera GmbH ";" ";"Grundtalring 22 ";" ";"63868 ";"Growallstadt ";"+49 (0)6022/5089 100 ";" ";" ";" " +lieferant ;00026913;"***STEINBECK ";" ";"DIESELSTR. 16 ";" ";"36041 ";"FULDA ";" ";" ";" ";" " +lieferant ;00026923;"Ernst Faber GmbH ";" ";"Isaar 54 ";" ";"95183 ";"Tpen ";"09295/9151-0 ";" ";"09295/9151-28 ";" " +lieferant ;00026955;"AFASIA KNITS ";" ";"OSTERFELDSTR. 70 ";" ";"22529 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00026981;"Atelier Gardeur GmbH ";"(ehem. gardeur gmbh) ";"Alsstrae 155 ";" ";"41063 ";"Mnchengladbach ";"02161/816-0 ";" ";"02161/183833 ";" " +lieferant ;00026985;"Time-Chain Uhrenhandel GmbH ";" ";"Schwindstrae 10 ";"451208 ";"50933 ";"Kln ";"0221/9483582 ";" ";" ";" " +lieferant ;00027004;"JOSEF KRECHTING ";" ";"AMTSSTR. 41 ";"1147 ";"48624 ";"SCHOEPPINGEN ";" ";" ";" ";" " +lieferant ;00027017;"EXOTECH ";" ";"GARTENSTR. 10 ";" ";"67454 ";"HASSLOCH ";" ";" ";" ";" " +lieferant ;00027049;"Yukon-Ackerl-Dittmann-Spahr OHG ";" ";"Wiesendamm 22a ";" ";"22305 ";"Hamburg ";"040/2804097 ";" ";" ";" " +lieferant ;00027056;"TAKE TWO ";"Italian Jeans&Sportswear GmbH ";"Otto-Hahn-Str. 44 B ";"101160 ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00027066;"8BALL Warenhandels GmbH ";" ";"Hohestadter Str. 38 ";" ";"97199 ";"Ochsenfurt ";"0700/ACHTBALL ";" ";"0700/ACHTFAXX ";" " +lieferant ;00027095;"KLEMM TEXTILVERTRIEB ";" ";"AM MUEHLPLATZ 18 ";"1644 ";"77676 ";"KEHL ";" ";" ";" ";" " +lieferant ;00027105;"Arnold Sports GmbH ";" ";"Heubachstr. 2 ";" ";"87471 ";"Durach im Allgu ";"0831/66633 ";" ";"0831/564600 ";" " +lieferant ;00027111;"***HOFMANN + CO. AG ";" ";"WERNER V.SIEMENS-STR. ";" ";"78224 ";"SINGEN ";" ";" ";" ";" " +lieferant ;00027120;"SOMPEX GmbH & Co. KG ";" ";"Werftstrae 20-22 ";" ";"40549 ";"Dsseldorf-Heerdt ";"0211/522807-0 ";" ";"0211/522807-25 ";" " +lieferant ;00027121;"IDC - International Development ";"Cybercorporation GmbH ";"Am Meerkamp 19 B ";" ";"40667 ";"Meerbusch ";" ";" ";" ";" " +lieferant ;00027126;"CLAIRE ";" ";"MARSVEJ 6-10 ";" ";"7430 ";"IKAST ";" ";" ";" ";" " +lieferant ;00027129;"Potting GmbH ";" ";"Breslauer Str. 1 / R 201 ";" ";"41460 ";"Neuss ";"02131/71865-0 ";" ";"02131/71865-01 ";" " +lieferant ;00027143;"Schmidt GmbH ";" ";"Rembrandtstr.1 ";" ";"92224 ";"Amberg ";"09621/85077 ";" ";"09621/74100 ";" " +lieferant ;00027147;"BLUE WILLIS GmbH ";" ";"Danziger Str. 101, Raum 241 ";" ";"40468 ";"Dsseldorf ";"0211/5180380 ";" ";"0211/51803820 ";" " +lieferant ;00027151;"Timpa ";" ";"Wattstraat 1 Postbus 12 ";" ";"4690 ";"AA Tholen ";" ";" ";" ";" " +lieferant ;00027171;"MODEAGENT. HIRTENFELDER ";" ";"EIDELSTEDTER WEG 255 A ";" ";"25469 ";"HALSTENBEK ";" ";" ";" ";" " +lieferant ;00027173;"CERNOBBIO S.R.L. ";" ";"VIA RUGABELLA 8 ";" ";"20122 ";"MILANO ";" ";" ";" ";" " +lieferant ;00027186;"Papenbreer ";" ";"Lange Str. 16 - 18 ";" ";"59555 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00027190;"R.O.U.G.H. Sportartikel ";"Marketing & Vertriebs GmbH ";"Bahnhofstr. 109 ";" ";"72411 ";"Bodelshausen ";"07471/9620-0 ";" ";"07471/9620-099 ";" " +lieferant ;00027193;"Link GmbH ";" ";"Postfach 1108 ";"1108 ";"77863 ";"Freistett ";" ";" ";" ";" " +lieferant ;00027196;"PIERRE GARDIN ";" ";"BIRKENALLEE 110-134 ";"2165 ";"48432 ";"RHEINE ";" ";" ";" ";" " +lieferant ;00027199;"Aktuell Vertriebs GmbH ";" ";"Berkener Str. 12 ";"51 47 ";"58640 ";"Iserlohn ";" ";" ";" ";" " +lieferant ;00027236;"Sander GmbH & Co. KG ";" ";"Im Bachgrund 16 ";"1641 ";"40667 ";"Meerbusch ";"02132/99696-0 ";" ";"02132/99696-66 ";" " +lieferant ;00027250;"PEGATEX ";" ";"BURGSTR. 1 ";" ";"72461 ";"ALBSTADT ";" ";" ";" ";" " +lieferant ;00027255;"SULU GmbH ";"Kerstin Bernecker ";"Daimlerstrae 12 ";" ";"61352 ";"Bad Homburg ";"06172/94594-33 ";" ";"06172/94594-511 ";" " +lieferant ;00027258;"DORIS HARTWICH ";" ";" ";"1343 ";"32044 ";"HERFORD ";" ";" ";" ";" " +lieferant ;00027267;"I-MODA ";" ";"FRANKENPLATZ 25 ";" ";"42107 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00027280;"Scooter Dickies GmbH ";" ";"In den Tarpen 58 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00027312;"BAD BOYS ";" ";"LARENWEG 40 ";" ";"5234 ";"KA S HERTOGENBOSCH ";" ";" ";" ";" " +lieferant ;00027314;"Calvin Klein Inc., New York ";" ";"205 W 39th H Street ";" ";"10018 ";"New York ";" ";" ";" ";" " +lieferant ;00027315;"G+M Marion Sandering ";" ";"Heidewaldstre. 86 b ";" ";"33332 ";"Gtersloh ";"05241/905081 ";" ";"05241/9529921 ";" " +lieferant ;00027318;"Van den Broek B.V. ";" ";"Hongkongstraat 22 ";"Postbus 11378 ";"3047 BS ";"Rotterdam ";"+31-10/2983888 ";" ";"+31-10/2623922 ";" " +lieferant ;00027328;"URBAN SUPPLIES ";" ";"HAGENAUERSTR. 59 ";" ";"65203 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00027343;"LUISE STEINER ";" ";"KIRCHPLATZ 11 ";" ";"83224 ";"GRASSAU ";" ";" ";" ";" " +lieferant ;00027346;"Polar Electro GmbH Deutschland ";" ";"Hessenring 24 ";" ";"64572 ";"Bttelborn ";"06152/92360 ";" ";"066152/923618 ";" " +lieferant ;00027351;"DAUM ELEKTRONIC ";" ";"JAHNSTR. 11 ";" ";"90587 ";"VEITSBRONN ";" ";" ";" ";" " +lieferant ;00027352;"PROFI-PRODUKTE ";" ";"RUHER WEG 21 ";"3331 ";"51533 ";"WALDBROEL ";" ";" ";" ";" " +lieferant ;00027355;"Nikoleit, Bochum ";" ";"Lyrenstr. 13 ";" ";"44866 ";"Bochum-Wattenscheid ";"02327-32929 ";" ";"02327-321435 ";" " +lieferant ;00027362;"Schoeller GmbH & Co. ";" ";"Sonnenstr. 100 ";" ";"72458 ";"Albstadt ";"07431/578500 ";" ";"07431/578510 ";" " +lieferant ;00027372;"Gio Ferrari ";" ";"Via Acquafredda, 8 ";" ";"25010 ";"Visano (BS) ";"+39-0309958731 ";" ";"+39-0309958940 ";" " +lieferant ;00027385;"Modeagentur Thoele Mettmann ";" ";"Schwarzbachstr. 61 ";" ";"40822 ";"Mettmann ";"0210428588 ";" ";"0210428089 ";" " +lieferant ;00027388;"Bremer Textil GmbH ";" ";"Carsten-Dressler-Strae 11 ";" ";"28279 ";"Bremen ";" ";" ";" ";" " +lieferant ;00027415;"Cosima Wohnbedarf Vertriebsges. mbH ";" ";"Balinger Strae 43 ";" ";"70567 ";"Stuttgart ";"0711/71976-0 ";" ";"0711/71976-15 ";" " +lieferant ;00027422;"JOOP WOMEN'S KNITWEAR ";" ";"Via al Mare 193 ";" ";"47842 ";"S.Giovanni in Marigmano (RN) ";" ";" ";" ";" " +lieferant ;00027429;"Euretco B.V. ";" ";"Stadionstraat 2 ";"Postbus 3254 ";"4815 NG ";"Breda ";"+31-76/5785911 ";" ";"+31-76/5785700 ";" " +lieferant ;00027431;"HOTRONIC ";" ";"WALDSTR. 24 ";" ";"82205 ";"GILCHING ";" ";" ";" ";" " +lieferant ;00027436;"BERND FREIER GMBH&CO.KG ";" ";"OSTRING ";" ";"97228 ";"ROTTENDORF ";" ";" ";"0800-7654837 ";" " +lieferant ;00027444;"HASLINGER ";" ";"ROTENHOFGASSE ";" ";"1100 ";"WIEN ";" ";" ";" ";" " +lieferant ;00027446;"BOLTZE Gruppe GmbH ";" ";"Alte Landstrae 42 ";"22926 ";"22145 ";"Braak ";"+49 40 328 079 0 ";" ";"+49 40 328 079 4999 ";" " +lieferant ;00027449;"SMD Schott Music Distribution GmbH ";" ";"Carl-Zeiss-Str. 1 ";"3640 ";"55129 ";"Mainz ";" ";" ";" ";" " +lieferant ;00027450;"music distribution services GmbH ";" ";"Carl-Zeiss-Str. 1 ";"3609 ";"55129 ";"Mainz ";"06131/505-100 ";" ";"06131/505-115 ";" " +lieferant ;00027453;"Paul Kloeckner ";" ";"Gunther Str. 13-21 ";"100813 ";"47051 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00027468;" ";" ";"SIEMENSSTR. 22 ";" ";"85521 ";"OTTOBRUNN ";" ";" ";" ";" " +lieferant ;00027470;"SUPER-BILLY ";" ";"ZIEGELHUETTENSTR. 11 ";"1172 ";"64381 ";"REICHELSHEIM ";" ";" ";" ";" " +lieferant ;00027474;"Adagio by She ";" ";"Augustiniusstr. 26 ";" ";"41464 ";"Neuss ";" ";" ";" ";" " +lieferant ;00027479;"RON TEXTIL-VERTR. GMBH ";" ";"HASENHAEGER WEG 75 ";" ";"63741 ";"ASCHAFFENBURG ";" ";" ";" ";" " +lieferant ;00027481;"AFSUN ";" ";"VIALE AGUGGIARI 76/A ";" ";"21100 ";"VARESE ";" ";" ";" ";" " +lieferant ;00027488;"Pelman Textilproduktions- u.Handels GmbH";" ";"Otto-Hahn-Str. 16 ";" ";"85521 ";"Ottobrunn-Riemerling ";"089/6083806 ";" ";"089/6092247 ";" " +lieferant ;00027503;"FARCES GMBH ";" ";"GRUENEWALDSTR. 49 ";" ";"63834 ";"SULZBACH ";" ";" ";" ";" " +lieferant ;00027512;"HOUDA GMBH ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00027517;"Kumpf Fashion GmbH ";" ";"Schwalbenstrae 16-18 ";" ";"72108 ";"Rottenburg ";" ";" ";" ";" " +lieferant ;00027521;"Sportimex ";" ";"Erasmusstr. 11-13 ";" ";"28013 ";"Bremen ";"0421-382005 ";" ";" ";" " +lieferant ;00027528;"SML GmbH ";" ";"Krntenstr. 7 ";" ";"96052 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00027542;"GREENFIELD & SONS LTD. ";" ";"465-467 HACKNEY ROAD ";" ";"E2 9DY ";"LONDON ";" ";" ";" ";" " +lieferant ;00027546;"Fuchs Fashion ";" ";"Rosenweg 13 ";" ";"93489 ";"Schorndorf ";"09971/31604 ";" ";"09971/32830 ";" " +lieferant ;00027554;"Dale of Norway AS ";" ";"Fabrikkveien 1 ";" ";"5722 ";"Dalekvam ";"+47-56 59 54 00 ";" ";"+47-56 59 54 50 ";" " +lieferant ;00027559;"CORUS ";" ";"ARNULFSTR. 297 ";"380205 ";"80638 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00027576;"U.S.P. ";" ";"WALDGARTENSTR. 40 ";" ";"81377 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00027584;"VERMODA S.R.L. ";" ";"V. Io. TEATRO FILARMONICO, 1 ";" ";"37121 ";"VERONA ";" ";" ";" ";" " +lieferant ;00027586;"***DINOMODA ";" ";"BAECKERKAMP 19 ";"14 20 ";"33330 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00027591;"Cakewalk Company B.V. ";" ";"Marterkoog 4 ";"8005 ";"1822 ";"Alkmaar ";" ";" ";" ";" " +lieferant ;00027592;"MODEAGENTUR GRIESSINGER ";" ";"HIRSCHAUERSTR. 12 ";" ";"80538 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00027616;"HEIDE HEINZENDORFF DESG ";" ";"DORFSTR. 7 ";" ";"79249 ";"MERZHAUSEN ";" ";" ";" ";" " +lieferant ;00027653;"MH SHOES + Accessoires GmbH ";" ";"UERDINGER STR. 5 ";" ";"40474 ";"Dsseldorf ";"02115160160 ";" ";"0211516016100 ";" " +lieferant ;00027671;"MONCLER S.A. ";" ";"BOITE POSTALE 249 ";" ";"38433 ";"ECHIROLLES CEDEX ";"003376400764 ";" ";" ";" " +lieferant ;00027685;"Maria di Ripa Bianca ";" ";"Via dei Mille, 8 ";" ";"06050 ";"Ripabianca (PG) ";" ";" ";" ";" " +lieferant ;00027692;"ORTOVOX SPORTART. GMBH ";" ";"ROTWANDWEG 5 ";" ";"82024 ";"TAUFKIRCHEN ";"+49-(0)89-666 74 0 ";" ";"+49-(0)89-666 74 20 ";" " +lieferant ;00027710;"ABC Woonwinkel Zevenaar ";"Antiques & Decorations ";"Edisonstraat 14 ";" ";"6902 PK ";"Zevenaar ";"+31-316/524461 ";" ";"+31-316/524498 ";" " +lieferant ;00027715;"Hapa Wohntextilien ";" ";"Siegstr. 25 ";" ";"57539 ";"Frthen ";" ";" ";" ";" " +lieferant ;00027729;"Street Culture GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"089-3247500 ";" ";" ";" " +lieferant ;00027734;"G-TexGmbH ";" ";"Adenauer Str. 18 ";" ";"52146 ";"Wrselen ";" ";" ";" ";" " +lieferant ;00027739;"Mergler Mode GmbH ";" ";"Seestr. 14 ";" ";"63741 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00027740;"BRONCO ";" ";"ELVERDISSER STR. 313 ";" ";"32052 ";"HERFORD ";" ";" ";" ";" " +lieferant ;00027747;"VABENE ";" ";"BADGASSE 4 ";" ";"87700 ";"MEMMINGEN ";" ";" ";" ";" " +lieferant ;00027751;"Wolfgang Jrgens Strickwarenfabrik ";" ";"Kieselweg 4 ";" ";"33415 ";"Verl ";"05246/1605 ";" ";"05246/3042 ";" " +lieferant ;00027756;"Seidenfdchen ";" ";"Bahnenstr. 35 ";" ";"47443 ";"Moers ";"02841-998950 ";" ";"02841-9989529 ";" " +lieferant ;00027766;"PARETO ";" ";"GUETERHALLENSTR. 19 ";" ";"68159 ";"MANNHEIM ";" ";" ";" ";" " +lieferant ;00027770;"Disko Factoring Finanz GmbH ";" ";"Goethestr. 75 ";" ";"40237 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00027776;"Hanse Textilgesellschaft mbH ";" ";"Bielitzer Str.47 ";" ";"33699 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00027783;"***UPDATE FASHION GMBH ";" ";"MODERING 5 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00027784;"Zagora GmbH & Co. KG ";" ";"Maybachstrae 7 ";" ";"72202 ";"Nagold ";"07452 68099 0 ";" ";"07452 68099 50 ";" " +lieferant ;00027785;"Repeat Fashion BV ";" ";"Noorderdreef 68 ";"Postbus 237 ";"2153 LL ";"Nieuw Vennep ";"+31-252/621014 ";" ";"+31-252/ 620942 ";" " +lieferant ;00027797;"Renzo Giambonini ";" ";" ";"8 ";"8306 ";"Bruettisellen ";"018334822 ";" ";" ";" " +lieferant ;00027826;"Lord Bekleidungswerke ";"F.W. Brinkmann GmbH ";"Waltgeristr. 1-5 ";"1343 ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00027831;"Betty Barclay GmbH & Co. KG (Cartoon) ";" ";"Heidelberger Str. 9-11 ";" ";"69226 ";"Nussloch ";"06224/900-0 ";" ";" ";" " +lieferant ;00027832;"Betty Barclay Group GmbH & Co. KG ";"Zentralverwaltung ";"Heidelberger Str. 9-11 ";" ";"69226 ";"Nussloch ";"06224/900-0 ";" ";"06224/90 ";" " +lieferant ;00027833;"Elbeo Sara Lee Personal ";" ";"Schnlinder Str. 1-11 ";"11 54 ";"86956 ";"Schongau ";" ";" ";" ";" " +lieferant ;00027844;"Calvin Klein Modeagentur ";" ";"unbekannt ";" ";"9035 ";"Grub ";" ";" ";" ";" " +lieferant ;00027856;"Repeat SA ";" ";"Route de Acacias 45 B ";"Case Postale 1069 ";"1211 ";"Geneve ";"+41-22/3080930 ";" ";"+41-22/8200021 ";" " +lieferant ;00027899;"ANDRE LEON ";" ";"RITTERSTR. 16 ";" ";"52015 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00027910;"Cavendish + Harvey ";" ";"Carl-Zeiss-Str. 14-16 ";" ";"24568 ";"Kaltenkirchen ";" ";" ";" ";" " +lieferant ;00027924;"zz~JULEPS ";" ";"SIEMENSSTR. ";" ";"71691 ";"FREIBERG ";" ";" ";" ";" " +lieferant ;00027938;"Lemm Azuri ";" ";"Derkinderstraat 48 ";" ";"1006 ";"Amsterdamm ";" ";" ";" ";" " +lieferant ;00027944;"BB-DIREKT ";"Vertriebs-GmbH & Co KG ";"Carl- Zeiss Str. 9 ";" ";"36088 ";"Hnfeld ";"06652/9674-0 ";" ";" ";" " +lieferant ;00027960;"CANTARELLI & C. ";" ";"STRADA STRATALE 71 ";" ";"52040 ";"RIGUTINO ";" ";" ";" ";" " +lieferant ;00027963;"Sanmiro ";" ";"Kammerichstr. 39 ";" ";"33647 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00027964;"FRITALA ";" ";"DANZIGER STR. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00027990;"BRIO S.R.L. ";" ";"PROV.PER BARI 4/6 ";" ";"70026 ";"MODUGNO ";" ";" ";" ";" " +lieferant ;00028010;"Habella GmbH ";" ";"Alte Heerstrae 2 ";" ";"38644 ";"Goslar ";"05321/5510 ";" ";"05321/551510 ";" " +lieferant ;00028025;"LEVEL GROUP ";" ";"VIA SETTORE SUD ";" ";"52028 ";"TERRANUOVA/BARCCIOL. ";" ";" ";" ";" " +lieferant ;00028030;"DICO MOEBEL GMBH ";" ";"DETMOLDER STR. 307-309 ";"2060 ";"32602 ";"VLOTHO-EXTER ";"05228 / 94830 ";" ";"05228948394 ";" " +lieferant ;00028037;"The Magic Shoulder Company ";"Textilvertriebs-GmbH ";"Roghmannstr. 1 ";" ";"47559 ";"Kranenburg ";" ";" ";" ";" " +lieferant ;00028039;"Gerhard Steidl GmbH & Co. OHG ";"Druckerei & Verlag ";"Dstere Strae 4 ";" ";"37073 ";"Gttingen ";"0551/49606-0 ";" ";"0551/49606-49 ";" " +lieferant ;00028045;"Reptile's House s.r.l. ";" ";"Via Lorenteggio, 39 ";" ";"20146 ";"Milano ";"+39 02 47711809 ";" ";"+39 02 42296483 ";" " +lieferant ;00028046;"Evelyn Oelkuch (Trocadero) ";" ";"Hirschaustrae ";" ";"72393 ";"Burladingen ";"07475/6071 ";" ";"07475/8100 ";" " +lieferant ;00028112;"STERNE International s.p.a. ";" ";"VIA A.MANNA,75 ";" ";"06132 ";"S.ANDREA DELLE FRATT ";"075/5288584 ";" ";"075/5288649 ";" " +lieferant ;00028118;"PEES ACCESSOIRES ";" ";"Bergweg 11 ";" ";"64686 ";"Lautertal-Raidelbach ";"+49 6254 940446 ";" ";"+49 6254 940447 ";" " +lieferant ;00028119;"J.B.F. Modeaccessoires Handelsges. mbH ";" ";"Berger Dorfstr. 32 ";" ";"41189 ";"Mnchengladbach ";"02166/54092 ";" ";" ";" " +lieferant ;00028126;"W.L. Gore & Associates, GmbH ";" ";"Aiblinger Str. 60 ";" ";"83620 ";"Feldkirchen-Westerham ";"00800/4673 2667 ";" ";"49-8063 60 1550 ";" " +lieferant ;00028169;"Ludwig Maul ";" ";"Stahlgrubering 18 ";" ";"81829 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028179;"BORN TO BE ";" ";"POSTSTR. 4 ";" ";"37351 ";"DINGELSTAEDT ";" ";" ";" ";" " +lieferant ;00028181;"BASIC NOUVEAU GMBH ";" ";"LUDWIGSTR. 180 ";" ";"63067 ";"OFFENBACH/MAIN ";" ";" ";" ";" " +lieferant ;00028200;"Fred Perry Ltd ";" ";"Bochenheimer Landstr. 38-40 ";" ";"60323 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00028203;"Heinz Bauer Manufakt GmbH ";" ";"In der Vorstadt 22a ";" ";"72768 ";"Reutlingen ";"07121/620626 ";" ";" ";" " +lieferant ;00028204;"Peter Heil II Lederwaren GmbH ";" ";"Offenbacher Str. 6 ";"1103 ";"63179 ";"Obertshausen ";"06104-41085 ";" ";"06104-45518 ";" " +lieferant ;00028210;"New Edition BV ";" ";"Ravenswade 54 a ";" ";"3439 ";"LD Nieuwegein ";"0031-30-2803699 ";" ";"0031-30-2803366 ";" " +lieferant ;00028212;"MILO Coats ";" ";"Danziger Str. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00028222;"Lothar Hofmann ";" ";"Kirchstr. 181 + 186 ";" ";"47574 ";"Goch ";"02823/9304-0 ";" ";"02823/9304-19 ";" " +lieferant ;00028223;"Fun Factory GmbH & Co. KG ";" ";"Sohlweg 11 a ";" ";"41372 ";"Niederkrchten ";"02163/83785 ";" ";"02163/83014 ";" " +lieferant ;00028226;"Brennet AG ";"Abteilung Bettwsche ";"Baslerstrae 7 ";"13 50 ";"79664 ";"Wehr-Brennet ";"07761/552-0 ";" ";"07761/552-379 ";" " +lieferant ;00028227;"Yves Diffusion ";" ";"Hopstener Str. 8 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028230;"Micky S.A.R.L. ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028232;"BTS ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028233;"Civani Ltd. ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028248;"DKNY Shoes ";"Evelyn Muth GmbH ";"Neubrckstr. 10-12 ";" ";"40213 ";"Dsseldorf ";"0049-211-8620610 ";" ";"0049-211-86206110 ";" " +lieferant ;00028259;"Masterpiece-Fashion ";" ";"Fliederstr. 5 ";" ";"63456 ";"Hanau ";"06181-661642 ";" ";"06181-663532 ";" " +lieferant ;00028260;"It`s magic AG ";" ";"Raiffeisenstr. 63 ";" ";"74906 ";"Bad Rappenau ";"07264-95150 ";" ";"07264-951525 ";" " +lieferant ;00028261;"Sportsmen GmbH ";" ";"Mollenbachstrae 19 ";"1741 ";"71228 ";"Leonberg ";"07152/820082 ";" ";"07152/8200400 ";" " +lieferant ;00028263;"Monika's Handarbeitsstube ";" ";"Friedenstr. 2 ";" ";"29614 ";"Soltau ";"05191-3936 ";" ";"05191-3936 ";" " +lieferant ;00028264;"WANNER ";" ";"HAAGENER STR. 25 ";" ";"79539 ";"LOERRACH ";" ";" ";" ";" " +lieferant ;00028265;"FIFTY FIFTY BV ";" ";"RIJKSNARALLEWEG 8-10 ";" ";"7951 ";"STANHORST ";" ";" ";" ";" " +lieferant ;00028269;"FASHION TREND COMPANY ";" ";"WERDERBERGER WEG 20 ";" ";"9490 ";"VADUZ ";" ";" ";" ";" " +lieferant ;00028273;"Elan Deutschland GmbH ";" ";"Margot-Kalinke Str. 3 ";" ";"80939 ";"Mnchen ";"089-4271760 ";" ";"089-42717666 ";" " +lieferant ;00028277;"BELLUSCI GIUSEPPE ";" ";"V.LE ITALIA, 9/A ";" ";"20075 ";"LODI ";" ";" ";" ";" " +lieferant ;00028283;"BAY.VEREINSBANK ";" ";"MARTIN LUTHER PLATZ 32 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00028285;"Rainer Kemper ";" ";"Httenstr. 176 ";" ";"49170 ";"Hagen ";"05401-832380 ";" ";"05401-832380 ";" " +lieferant ;00028289;"Tom Tailor Bags ";" ";"Breitlerstr. 40 ";" ";"55588 ";"Bad Sobernheim ";"06751/93500 ";" ";"06751/935050 ";" " +lieferant ;00028290;"Ralf Gohr GmbH ";" ";"Mahdentalstrasse 102, Raum 092 ";" ";"71065 ";"Sindelfingen ";"07031/7921020 ";" ";"07031/7921021 ";" " +lieferant ;00028292;"Dante Schals ";" ";"Schtzenstr. 3 ";"1305 ";"95028 ";"Hof ";"09281/87395 ";" ";"09281/3828 ";" " +lieferant ;00028293;"Walter Kaiser ";" ";"Staufener Str. 9 ";" ";"79292 ";"Pfaffenweiler ";"0172/7602259 ";" ";"03222/2416188 ";" " +lieferant ;00028297;"LETZ GO ";"Bernd Letzgus ";"Frstenstr. 2 ";" ";"72379 ";"Hechingen ";"07471-16120 ";" ";"07471-16120 ";" " +lieferant ;00028304;"The Q-Fashion ";" ";"45, Route de Luxembourg ";" ";"6633 ";"Wasserbillig ";"00352-2670481 ";" ";" ";" " +lieferant ;00028305;"Franz Karl GmbH ";" ";"Scharfensteiner Str. 25 ";" ";"09430 ";"Venusberg ";"03725-77210 ";" ";"03725-77245 ";" " +lieferant ;00028308;"Skyline Im- und Export GmbH ";" ";"Lockkoppel 10 ";" ";"22391 ";"Hamburg ";"040-64215412 ";" ";"040-64215444 ";" " +lieferant ;00028312;"BLUE MOUNTAINS GERMANY ";" ";"INGOLSTAETTER STR. 40 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028313;"Marlen nderungsdienst & Atelier ";" ";"Gustav-Schatz-Weg 2 ";" ";"24576 ";"Bad Bramstedt ";"+49 (4192) 2018750 ";" ";"+49 (4192) 2018751 ";" " +lieferant ;00028317;"A. Root BV. ";" ";"Schepenbergweg 2 ";" ";"1105 ";"Amsterdam ";"031-206090085 ";" ";"031-206979218 ";" " +lieferant ;00028318;"Bauer Sports ";" ";"Eichenstrae 11d ";" ";"85445 ";"Schwais ";"081/22880210 ";" ";"081228802191 ";" " +lieferant ;00028326;"Christian Locker GmbH ";" ";"Wallweg 4 ";" ";"96328 ";"Kps ";"09264/9906-0 ";" ";"09264/9906-99 ";" " +lieferant ;00028328;"Wein Mller GmbH ";" ";"Rosenweg 2-4 ";" ";"86641 ";"Rain ";"09090-966660 ";" ";"09090-966665 ";" " +lieferant ;00028332;"Billy Kay textiles Ltd. ";" ";"20-22 Whitechapel Road ";" ";"E1 1EW ";"London ";"+44-20/73779854 ";" ";"+44-20/73779965 ";" " +lieferant ;00028340;"Muchacha ";" ";"Josep Calvet, No. 28 ";" ";"08302 ";"Mataro (Barcelona) ";"34937570408 ";" ";"34937572142 ";" " +lieferant ;00028342;"HANDSCHUH PETER ";" ";"WAEHRINGER STR. 89 ";" ";"1180 ";"WIEN ";" ";" ";" ";" " +lieferant ;00028345;"HOUSEWEARS GMBH ";" ";"HERZOG-WILHELM-STR. 19 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028349;"Human Solutions ";" ";"Europaallee 10 ";" ";"67657 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00028351;"USA PRO ";" ";"31, Percy Road ";" ";"LE2 8FP ";"Leicester ";"01162-838181 ";" ";"01162-838282 ";" " +lieferant ;00028352;"seisa GmbH ";"(ehem. Zauberblume KG) ";"Loderstr. 3 ";" ";"84028 ";"Landshut ";"+49 8702 947690 ";" ";"+49 8702 9476933 ";" " +lieferant ;00028356;"G+M Textil GmbH ";" ";"Postfach 120 ";"120 ";"72403 ";"Bisingen ";"07476/930-0 ";" ";"07476/930-200 ";" " +lieferant ;00028358;"atelier torino ";"Odermark Bekleidungswerke ";"Peter-Henlein-Str. 2 ";"2280 ";"38640 ";"Goslar ";"05321/39400 ";" ";"05321/3940333 ";" " +lieferant ;00028361;"MIRZAZADEH ";" ";"MAGDEBURGER STR. 13-15 ";" ";"20457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00028364;"Godske Group GmbH ";" ";"Alte Heerstr. 2 ";" ";"38644 ";"Goslar ";"05321/551-0 ";" ";"05321/551-510 ";" " +lieferant ;00028366;"Ahorn Sportswear Textilien GmbH ";" ";"Julius-Bauser-Str. 34 ";" ";"72186 ";"Empfingen ";"07485/99970 ";" ";" ";" " +lieferant ;00028372;"Bestseller A/S ";" ";"Industrivej 28 ";" ";"7330 ";"Brande ";" ";" ";" ";" " +lieferant ;00028380;"AMSINCK + SELL ";" ";"Kolumbusstrae 14 ";"74 07 09 ";"22113 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00028383;"Eurobrooks GmbH ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";"0800-1833852 ";" ";" ";" " +lieferant ;00028385;"CONTRAX FASHION GMBH ";" ";"ROSTOCKER STR. 5 ";" ";"68766 ";"HOCKENHEIM ";" ";" ";" ";" " +lieferant ;00028389;"GA Modefine S.A. Giorgio Armani Swiss ";"Giorgio Armani S.p.A. Milan ";"Via Penate 4 ";" ";"6850 ";"Mendrisio ";"+41-91/64081-00 ";" ";"+41-91/64081-99 ";" " +lieferant ;00028395;"LINDBERGH ";" ";"KOELNER STR. 90 ";" ";"41812 ";"ERKELENZ ";"02431-8096-0/24 ";" ";" ";" " +lieferant ;00028401;"In Street GbR ";" ";"Willsbacher Str.46 ";" ";"74182 ";"Obersulm ";"07031 410869-0 ";" ";"07031 410869-1 ";" " +lieferant ;00028402;"Meisterkrawatten GmbhH ";" ";"Hardenberger Str. 93 ";" ";"47799 ";"Krefeld ";"02151/611476 ";" ";"02151/28061 ";" " +lieferant ;00028404;"Zanier Sport GmbH ";" ";"Brgeraustr. 37 ";" ";"9900 ";"Lienz ";"+43-4852/65818-73 ";" ";"+43-4852/65818-20 ";" " +lieferant ;00028405;"Sportmarketing Mhlhoff ";"Berufs- und Sportbekleidung ";"Nassauer Ring 277 ";" ";"47803 ";"Krefeld ";"02151-995155 ";" ";"02151-995177 ";" " +lieferant ;00028408;"Tezisan ";" ";"In der Krim 16 ";" ";"42369 ";"Wuppertal ";"0202 2461903 ";" ";"0202 2461904 ";" " +lieferant ;00028412;"Mller Kunst & Rahmen ";" ";"Gohrstr. 10 ";"100411 ";"42579 ";"Heiligenhaus ";"02056-2802 ";" ";"02056-20726 ";" " +lieferant ;00028413;"RED BAND ";" ";" ";"1510 ";"46365 ";"BOCHOLT ";" ";" ";" ";" " +lieferant ;00028414;"HOMEBOY ACCESSOIRES ";" ";"KREUZBERGER RING 40 ";" ";"65205 ";"WIESBADEN ";" ";" ";" ";" " +lieferant ;00028419;"Corn. van Dijk BV ";" ";"Databankweg 10 ";" ";"3812 ";"AL Amersfoort ";"033 4560090 ";" ";"033 4560091 ";" " +lieferant ;00028423;"NAX ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028424;"Spimo Mode GmbH Vertriebs KG ";" ";"Offenheimerweg 45 ";" ";"65549 ";"Limburg ";"06431-503-100 ";" ";"06431-503-209 ";" " +lieferant ;00028426;"Gppert Textil Import GmbH ";" ";"Maybachstr. 21 ";" ";"71263 ";"Weil der Stadt ";"07033-69280 ";" ";"07033-692828 ";" " +lieferant ;00028429;"Schluga Lederwaren GmbH ";" ";"Bergstrae 8 ";" ";"9300 ";"St. Veit an der Glan ";"04212-5070 ";" ";"04212-507016 ";" " +lieferant ;00028430;"HUTIG MONSTON ";" ";"FINKENSTR. 76 ";" ";"33515 ";"BIELEFELD ";" ";" ";" ";" " +lieferant ;00028433;"MURAT TIORACK+A.BOERNER ";" ";"ADOLF KOLPING-STR. 31 ";" ";"88212 ";"RAVENSBURG ";" ";" ";" ";" " +lieferant ;00028434;"Bumler AG ";" ";"Friedrich-Ebert-Str. 86 ";"100251 ";"85055 ";"Ingolstadt ";"0841/505-0 ";" ";"0841/505205 ";" " +lieferant ;00028438;"Loft Mode Cafe Galerie Handels ";"Sugar candy mountain ";"Osterfelder Str. 16 ";" ";"22529 ";"Hamburg ";"040-476665 ";" ";"040-475863 ";" " +lieferant ;00028439;"Armani Jeans Donna ";"GA Modefine S.A. ";"Via Penate 4 ";" ";"6850 ";"Mendrisio ";"0041-91-6408100 ";" ";"0041-91-6408199 ";" " +lieferant ;00028441;"Insieme ";" ";"Am Markt 2 ";" ";"49413 ";"Dinklage ";" ";" ";" ";" " +lieferant ;00028444;"Handelsagentur GmbH ";" ";"Pascalstr. 17 ";" ";"52076 ";"Aachen ";"02408-9590 ";" ";"02408-959145 ";" " +lieferant ;00028445;"Grancos by CBM ";" ";"Quadrat Str. 69 ";" ";"68161 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00028447;"Adamo-Fashion GmbH ";" ";"Wilhelmstr. 71 ";" ";"72145 ";"Hirrlingen ";"07478-935010 ";" ";"07478-9350118 ";" " +lieferant ;00028449;"HGL Lederwaren GmbH ";" ";"Raiffeisenstr. 8 ";" ";"55595 ";"Weinsheim ";"06758-804016 ";" ";"06758-804017 ";" " +lieferant ;00028460;"Das Canadische Roggenkissen ";" ";"Depotstr. 3 ";" ";"86199 ";"Augsburg ";"0821-5893395 ";" ";"0821-5893393 ";" " +lieferant ;00028461;"Titleist Acushnet GmbH ";" ";"LIMBURGER Str. 66 ";" ";"65555 ";"Limburg ";"06431/5920 ";" ";"04631/59218 ";" " +lieferant ;00028474;"Sky Kevin ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028478;"Nomina International S.R.L. ";"Toilette ";"Via Sismondi, 50 ";" ";"20133 ";"Milano ";" ";" ";" ";" " +lieferant ;00028481;"Cat & Co. S.A. ";" ";"C/ Lo Gaiter de Llobregat, 106 ";" ";"08820 ";"El Prat de Llobregat ";" ";" ";" ";" " +lieferant ;00028483;"Komperdell Sportartikel GmbH ";" ";"Wagnermhle 30 ";" ";"5310 ";"Mondsee ";"06232/4201-0 ";" ";"06232/3545 ";" " +lieferant ;00028487;"Henzo GmbH ";" ";"Centroallee 277 ";"100662 ";"46047 ";"Oberhausen ";"0208-4373000 ";" ";"0208-4373043 ";" " +lieferant ;00028491;"Roses GmbH ";" ";"Theodor-Heuss-Str. 80 ";" ";"41065 ";"Mnchen-Gladbach ";"0049-1732503027 ";" ";" ";" " +lieferant ;00028497;"Reid & Taylor ";" ";"Odermarktplatz 1 ";" ";"38640 ";"Goslar ";" ";" ";" ";" " +lieferant ;00028501;"ERES S.A.S. ";" ";"4, Rue des Montiboeufs ";" ";"75020 ";"Paris ";"01-40324341 ";" ";"01-40324348 ";" " +lieferant ;00028506;"LANGER ";" ";"LEVI-STRAUSS-ALLEE 20 ";" ";"63150 ";"HEUSENSTRAMM ";" ";" ";" ";" " +lieferant ;00028507;"Wolfgang Rothschuh ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00028508;"MIKE's Company's ";"all about fashion GmbH ";"Kahlertstr. 108 ";" ";"33330 ";"Gtersloh ";"05241-340106 ";" ";"05241-3006746 ";" " +lieferant ;00028510;"Steffen Schraut GmbH ";" ";"Kaiserswerther Strae 119 ";" ";"40474 ";"Dsseldorf ";"0211/4058180 ";" ";" ";" " +lieferant ;00028512;"S-Crash ";" ";"Berta-Benz-Str. 18 ";" ";"27809 ";"Lemwerder / Altenesch ";"0421-5287900 ";" ";"04215287902 ";" " +lieferant ;00028514;"Balou ";" ";"Salzstr. 13 ";" ";"99518 ";"Bad Sulza ";"036461-2510 ";" ";"036461-25130 ";" " +lieferant ;00028523;"Trumpf-Blusen-Kleider ";"Walter Girgner GmbH & Co. KG ";"Deisenhofener Str. 75 ";"90 10 51 ";"81539 ";"Mnchen ";"089/9919050 ";" ";"089/99190580 ";" " +lieferant ;00028527;"Lowe Alpine Deutschland GmbH ";" ";"Lochhamer Str. 29 ";"1429 ";"82152 ";"Planegg Martinsried ";"089/899603-0 ";" ";"089/899603-15 ";" " +lieferant ;00028528;"Lowe Alpine UK Limited ";" ";"Ann Street ";" ";"LA9 6AA ";"Kendal, Cumbria ";" ";" ";" ";" " +lieferant ;00028532;"Unno ";" ";"Osterfelder Str 82 ";" ";"85737 ";"Ismaning ";"089-9697810 ";" ";"089-96978161 ";" " +lieferant ;00028533;"Formhaus GmbH & Cie. ";" ";"Schneebergstr. 33 ";" ";"56203 ";"Hhr-Grenzhausen ";"02624-95340 ";" ";"02624-953450 ";" " +lieferant ;00028535;"SOSAB / TRUSSARDI ";" ";"VIA CAMPAGNA 15 ";" ";"41010 ";"COGNENTO ";" ";" ";" ";" " +lieferant ;00028538;"FEODORA CHOCOLADE ";" ";" ";"130973 ";"20109 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00028543;"Bacabel GmbH ";" ";"Kaiser-Friedrich-Promenade 67 ";" ";"61348 ";"Bad Homburg ";" ";" ";" ";" " +lieferant ;00028544;"Silk & Greens ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/129840 ";" ";"02131/989175 ";" " +lieferant ;00028549;"Stereo Holland Gebck ";" ";"Robert-Bosch-Str. 14 ";" ";"41844 ";"Wegberg ";"02431-5094 ";" ";"02431-72765 ";" " +lieferant ;00028551;"KRISTANDT+KRISTANDT ";" ";"MODERING 9 HS.B/638 ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00028553;"Mestemacher GmbH ";" ";"Am Anger 16 ";" ";"33332 ";"Gtersloh ";"05241-87090 ";" ";"05241-870989 ";" " +lieferant ;00028555;"Nawarra Swaren GmbH ";" ";"Schtzenstr. 83 ";" ";"48329 ";"Havixbeck ";"02507-4021 ";" ";"02507-4025 ";" " +lieferant ;00028557;"Cosy GmbH ";" ";"Neue Grten 8 ";" ";"63303 ";"Dreieich ";"06074-698638 ";" ";"06074-696297 ";" " +lieferant ;00028558;"Tolo Toys Deutschland GmbH ";" ";"Gutenstetter Str. 10-12 ";" ";"90449 ";"Nrnberg ";"0911-6000940 ";" ";"0911-60009411 ";" " +lieferant ;00028559;"Fashion Pool ";"Arizona Dream Company ";"Osterfeld Str. 16 ";" ";"22529 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00028560;"MASTER-COAT ";" ";"RAHKASAMMALEENKATE ";"551 ";"20780 ";"KAARINA ";" ";" ";" ";" " +lieferant ;00028561;"Offset ";" ";"Bierstadter Str. 1 ";"3667 ";"65189 ";"WIESBADEN ";"0611/33340 ";" ";"0611/3334333 ";" " +lieferant ;00028562;"Anotherwoman Deutschland GmbH ";" ";"Hammer Landtrae 88 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00028568;"aunts&uncles GmbH & Co. KG ";" ";"Richardstrae 72 ";" ";"47506 ";"Neukirchen-Vluyn ";"02841/88227-0 ";" ";"02841/88227-60 ";" " +lieferant ;00028571;"BUN-J brand, design & producti ";" ";"Rotholz 355 ";" ";"6200 ";"Buch bei Jenbach ";"0043-5244-66050 ";" ";"0043-5244-6606014 ";" " +lieferant ;00028572;"Javed Iqbal ";" ";"Gustaf-de-Laval-Str. 15 ";" ";"29683 ";"Fallingbostel ";"05162-6471 ";" ";"05162-3745 ";" " +lieferant ;00028573;"s.pa accessoires GmbH belts & more ";" ";"Paul-Lechler-Str. 13 ";" ";"72581 ";"Dettingen an der Erms ";"07123/972618-0 ";" ";"07123/972618-9 ";" " +lieferant ;00028577;"Erika Wienholdt Design ";" ";"Krefelder Str. 72 ";" ";"52070 ";"Aachen ";"0241-158915 ";" ";"0241-151441 ";" " +lieferant ;00028578;"papers, cards & more ";" ";"Kirchgasse 25 ";" ";"65185 ";"Wiesbaden ";"0611-993720 ";" ";"0611-9937222 ";" " +lieferant ;00028582;"Atelier Columbia ";" ";"Tauberbischofsheimerstr. ";" ";"68259 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00028585;"Peter Homburg ";" ";"Goslarer Str. 5 ";" ";"38690 ";"Vienenburg ";"05324/1328 ";" ";"05324/4090 ";" " +lieferant ;00028586;"l' europea ";" ";"Via C. Battist, 120 ";" ";"64011 ";"Alba Adria ";"0039/0861/710807 ";" ";"0039/0861/714444 ";" " +lieferant ;00028587;"Powerhouse Man Store ";"Modegrosshandel GmbH ";"Frankenstr. 17-19 ";" ";"63791 ";"Karlstein ";"06188-9938-0 ";" ";"06188-993899 ";" " +lieferant ;00028589;"De Berkel B.V. ";"Beroefskleding ";"Gesinkkampstraat 13 ";" ";"7051 HR ";"Varaseveld ";" ";" ";" ";" " +lieferant ;00028598;"MCM Fashion H2 Handels GmbH ";" ";"Neumarkter Str. 17 ";" ";"81673 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028599;"BackTee Tradition A/S ";" ";"Sonderskovvej 8 - 10 ";" ";"8362 ";"Horning ";"0045/87682828 ";" ";"0045/87682838 ";" " +lieferant ;00028606;"M. Gerolstein Textilvertr.GmbH ";" ";"Kleinhlsen 45 ";" ";"40724 ";"Hilden ";"0210358950 ";" ";"02103581054 ";" " +lieferant ;00028607;"Interglobe Decorations ";" ";"Binnenhaven 136 ";" ";"7547 ";"BJ Enschede ";" ";" ";" ";" " +lieferant ;00028608;"MELLOW CLOTHING ";" ";"DORNICKER STR. 2 ";" ";"46446 ";"EMMERICH-DORNICK ";" ";" ";" ";" " +lieferant ;00028611;"Hemisphere Fashion Group GmbH ";" ";"Hompeschstr. 3 ";" ";"81675 ";"Mnchen ";"089/330071-0 ";" ";"089/330071-20 ";" " +lieferant ;00028623;"Textildruck Dcker ";" ";"Dorotheenstr. 10 ";" ";"24939 ";"Flensburg ";"0461-979513 ";" ";"0461-979527 ";" " +lieferant ;00028624;"Mser Sportswear GmbH ";" ";"Siemensstr. 9-11 ";" ";"40885 ";"Ratingen ";"02102-875660 ";" ";"02102-8756610 ";" " +lieferant ;00028632;"Sportiques GmbH ";" ";"Jean-Paul-Str. 3 ";" ";"86161 ";"Augsburg ";"0821/29826820 ";" ";"0821/29826822 ";" " +lieferant ;00028633;"Creazioni GEA Maglia sas ";"di Lucchetta Afra e C. ";"Via Francesco Baracca, 38 ";" ";"31010 ";"Cimodolmo (Tv) ";"+39 422 743017 ";" ";"+39 422 743925 ";" " +lieferant ;00028637;"Christian Keul ";" ";"Kreuzbergstr. 3 ";" ";"97688 ";"Bad Kissingen-Albertshausen ";"09736/8188-0 ";" ";"09736/8188-8 ";" " +lieferant ;00028641;"Maglificio Creazioni Sabri s.r.l. ";" ";"Via Cappuccini, 2 ";" ";"37032 ";"Monteforte dAlpone (VR) ";"+39-045/7611933 ";" ";" ";" " +lieferant ;00028644;"Pall Mall ";"Export Clothing Company B.V. ";"Vrije Geer 3 ";"75253 ";"1066 ";"EG Amsterdam ";"020/487-8888 ";" ";"020/487-8878 ";" " +lieferant ;00028646;"PNA GmbH ";" ";"Gutshof Haus Meer 2 ";" ";"40667 ";"Meerbusch ";"02132/9153-0. ";" ";"02132/9153-50 ";" " +lieferant ;00028647;"Bogner Leather ";"Unlimited Accessoires GmbH & Co. KG ";"Nordring 82a ";"102 041 ";"63067 ";"Offenbach ";"069/8299373-0 ";" ";"069/8299373-44 ";" " +lieferant ;00028648;"van Welzen Bakkerijen B.V. ";" ";"Dronensingel 1 ";" ";"2411 GT ";"GT Bodegraven ";"0031/172-619324 ";" ";"0031/172-612306 ";" " +lieferant ;00028649;"KOERPERHUELLEN GMBH ";" ";"IM LANGGEWANN 4 ";" ";"65719 ";"HOFHEIM ";" ";" ";" ";" " +lieferant ;00028650;"HSV-Versandservice ";" ";"Birkenmaarstr. 8 ";" ";"53340 ";"Meckenheim ";"0180/5478478 ";" ";" ";" " +lieferant ;00028651;"La Bella Handelsagentur & Vertriebs GmbH";" ";"Sirnauer Str. 52 ";" ";"73779 ";"Deizisau ";"07153/8329-60 ";" ";"07153/8329-05 ";" " +lieferant ;00028652;"ECCO Schuhe GmbH ";" ";" ";"570145 ";"22770 ";"Hamburg ";"040/23611707 ";" ";"040/23611795 ";" " +lieferant ;00028658;"G. Ronen ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028661;"E.F. Sportswear GmbH & Co. KG ";" ";"Mittelweg 118 ";" ";"20148 ";"Hamburg ";"040/4696669-0 ";" ";"040/4696669-66 ";" " +lieferant ;00028663;"COE FASHION ";" ";"EILENWEG 119 ";" ";"48653 ";"COESFELD ";" ";" ";" ";" " +lieferant ;00028668;"Nitro Snowboards Handels GmbH & Co. KG ";" ";"Bergstrae 11 ";" ";"82024 ";"Taufkirchen ";" ";" ";" ";" " +lieferant ;00028670;"Ludwig Weinrich GmbH & Co.KG ";" ";"Zimmerstr. 1 ";" ";"32051 ";"Herford ";"05221/910-0 ";" ";"05221/910-140 ";" " +lieferant ;00028672;"Magic Bodyfashion BV ";" ";"Twentepoort West 51 ";" ";"7609 RD ";"Almelo ";"+31-299/477388 ";" ";"+31-299/647885 ";" " +lieferant ;00028673;"FALBER CONFEZIONE ";" ";" ";" ";"47100 ";"FORLI ";" ";" ";" ";" " +lieferant ;00028679;"Suhac GmbH ";" ";"Dr. Adolf Schneider Str. 23 ";" ";"73479 ";"Ellwangen ";"07961/9172-0 ";" ";"07961/9172-90 ";" " +lieferant ;00028680;"Fashion-Service-Team-GdbR ";" ";"Kolmberger Str. 3 ";" ";"93476 ";"Blaibach ";"09941/949400 ";" ";"09941/949418 ";" " +lieferant ;00028681;"Nicole Pietag ";" ";"Elly-Beinhorn-Str. 10 ";" ";"69214 ";"Eppelheim ";"06221-603034 ";" ";"06221-603035 ";" " +lieferant ;00028682;"Vanitex ";" ";"Vogteistrae 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028683;"A.S. Fashion ";" ";"Weststr. 38a ";" ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00028685;"Saison Feminin ";" ";"Vogteistrae 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028686;"EK servicegroup ";" ";"Elpke 109 ";" ";"33605 ";"Bielefeld ";"0521/2092333 ";" ";"0521/2092993333 ";" " +lieferant ;00028692;"Spieth & Wensky ";"Landlustmode ";"Passauer Str. 30 ";" ";"94130 ";"Obernzell ";"08591/9005-0 ";" ";"08591/9005-40 ";" " +lieferant ;00028693;"SBS GMBH ";" ";"BRAUCKSTR. 43 ";" ";"58454 ";"Witten ";" ";" ";" ";" " +lieferant ;00028698;"KURHESSISCHE ";" ";"EUGEN-RICHTER-STR. 105 ";" ";"34134 ";"KASSEL ";" ";" ";" ";" " +lieferant ;00028699;"MODE MONTECARLO ";" ";"JURASTR. 5 ";" ";"79713 ";"BAD SAECKINGEN ";" ";" ";" ";" " +lieferant ;00028700;"F.&.V. Pancioli S.P.A. ";" ";"Via Tevere 25 ";" ";"51016 ";"Montecatini Terme ";"0572/9275-1 ";" ";"0572/70059 ";" " +lieferant ;00028703;"Clark Ross ";" ";" ";" ";"79761 ";"Waldshut-Tiengen ";"07741-6869590 ";" ";"07741-6869599 ";" " +lieferant ;00028704;"SMart GmbH ";" ";"Industriestr.1 ";" ";"32689 ";"Kalletal - Erder ";"05733/912030 ";" ";"05733/912040 ";" " +lieferant ;00028705;"Dekker Olifanta BV ";" ";"Veepolder 7 ";"Postbus 47 ";"2361 KX ";"Warmond ";"+31-71/3323949 ";" ";"+31-71/3011843 ";" " +lieferant ;00028706;"Authentic ";"Gnther Zimmermann Handelsver. ";"Uhlandstr. 7 ";" ";"75239 ";"Eisingen ";"07232/8099857 ";" ";"0732/8099858 ";" " +lieferant ;00028708;"Trend-Center ";" ";"Bahnhofstr. 19 A ";" ";"35576 ";"Wetzlar-Lahn ";"0020/5683356 ";" ";"0020/6695356 ";" " +lieferant ;00028709;"Heun GmbH ";" ";"Bergweg 10 ";"1142 ";"85614 ";"Kirchseeon ";"08091/2066 ";" ";"08091/3746 ";" " +lieferant ;00028717;"Wupa Modeagentur ";"Uffo Partsch ";"Kollaustr. 185-189 ";" ";"22453 ";"Hamburg ";"040/55447556 ";" ";"040/55447557 ";" " +lieferant ;00028718;"Schreyer ";" ";"James-Watt-Str. 9 ";" ";"72555 ";"Metzingen ";"07123/928-0 ";" ";"07123/928-880 ";" " +lieferant ;00028722;"Marina Rinaldi GmbH ";" ";"Knigsallee 4 ";" ";"40212 ";"Dsseldorf ";"0211/8620210 ";" ";"0211/86202128 ";" " +lieferant ;00028723;"Pollmann ";" ";"Schafweg 4 ";" ";"46480 ";"Wesel ";" ";" ";" ";" " +lieferant ;00028724;"Elfi Weber ";" ";"Brunnenstr. 55 ";" ";"60307 ";"Bad Schwalbach ";" ";" ";" ";" " +lieferant ;00028726;"Menzel Textil ";" ";"Hauptstr. 20 ";" ";"27383 ";"Scheeel ";"04263-983099 ";" ";"04263-984484 ";" " +lieferant ;00028728;"Killah - Sixty ";" ";"Fabrikstationsstr. 45-49 ";" ";"68136 ";"Mannheim ";"06211/29750 ";" ";"06211/297580 ";" " +lieferant ;00028731;"C.W.F. Children Worldwide Fashion SAS ";" ";"ZI du Bois-Joly,Avenue des Sables,BP 509";"BP 509 ";"85505 ";"Les Herbiers Cedex ";"+33-02/51663838 ";" ";"+33-02/51910324 ";" " +lieferant ;00028732;"D.E.H.A.. ";" ";"Robertstr. 70 ";" ";"44809 ";"Bochum ";" ";" ";" ";" " +lieferant ;00028735;"Fashion-Trendscout ";" ";"Mahdentalstr. 100 ";" ";"71065 ";"Sindelfingen ";"07031/792185 ";" ";"07031/792184 ";" " +lieferant ;00028737;"MARINUS GMBH ";" ";"TAUNUSSTR. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028738;"nday ";"Gmlekleri San. ve Tic.Ltd.Sti ";"Park Sok.Eryilmaz Ishani 12/3 ";" ";"80340 ";"Caglayan-Istanbul ";"0212/2256210 ";" ";"0212/2407180 ";" " +lieferant ;00028747;"Essence ";"Olschewski Marketing Service G ";"Oesterleinstr. 16 ";" ";"73430 ";"Aalen ";"07361/3700-0 ";" ";"07361/3700-20 ";" " +lieferant ;00028750;"Wellensteyn International GmbH & Co. KG ";" ";"Mhlenweg 150 ";" ";"22844 ";"Norderstedt ";"040/3098593-0 ";" ";"040/3098593-9 ";" " +lieferant ;00028759;"Parlog Parfmerielogistik GmbH ";" ";"Talhausstr. 4 ";" ";"68766 ";"Hockenheim ";"06205/958413 ";" ";"06205/958105 ";" " +lieferant ;00028762;"Dama S.p.A. (Paul & Shark) ";" ";"Via Piemonte, 174 ";" ";"21100 ";"Varese (VA) ";"+39-0332/220174 ";" ";" ";" " +lieferant ;00028764;"RUSSELL ";" ";"KOENIGSBERGER STR.135D ";" ";"47801 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00028770;"Point AG ";" ";"Senefelder Str. 5 ";" ";"73760 ";"Ostfildern ";"0711/3401960-0 ";" ";" ";" " +lieferant ;00028771;"Signature A/S ";" ";"Borupvej 1 ";" ";"7330 ";"Brande ";"+45-96423300 ";" ";"+45-97183406 ";" " +lieferant ;00028774;"SEDEX MOEBELHANDELSGE- ";" ";"ALFREDSTR. 64 ";" ";"45130 ";"Essen ";" ";" ";" ";" " +lieferant ;00028778;"H.M. Witt & Co.GmbH ";"Weinimport ";"Julius-Faucher-Str. 32 ";" ";"28307 ";"Bremen ";"0421/253641 ";" ";"0421/253642 ";" " +lieferant ;00028779;"The Denby Pottery Co. ";"Ltd. Deutschland ";"Lauterbachstr. 33 ";" ";"82538 ";"Geretsried-Gelting ";"08171/49940 ";" ";"08171/49944 ";" " +lieferant ;00028781;"Ametista s.n.c. ";"di Zhang & C ";"Via Delle Fornaci, 5 ";" ";"50058 ";"Signa (Fi) ";" ";" ";" ";" " +lieferant ;00028784;"Jensen Danmark ";"v/ Ivan Jensen ";"Sportsvaenget 32 ";"Postboks 37 ";"7330 ";"Brande ";"+45-97/182173 ";" ";"+45-97/183344 ";" " +lieferant ;00028786;"Stooker Brands GmbH ";" ";"Boschstrae 11 ";"11 27 ";"28857 ";"Syke ";"04242/9200-0 ";" ";"04242/66444 ";" " +lieferant ;00028787;"Paul Green GmbH ";" ";"Haag 10 ";" ";"5163 ";"Mattsee ";"+43-6217/5323-0 ";" ";"+43-6217/5323-29 ";" " +lieferant ;00028788;"Dorndorf Schuhvertriebs GmbH ";" ";"Pirmasenser Str. 97 ";" ";"66482 ";"Zweibrcken ";"06332/484-261 + 262 ";" ";"06332/484-269 ";" " +lieferant ;00028796;"H & P Texolution GmbH ";" ";"Eschenbrunnlestr. 12-14 ";" ";"71065 ";"Sindelfingen ";"07031/63202-0 ";" ";"07031/63202-19 ";" " +lieferant ;00028800;"Peak Performance ";" ";"Osterwaldstrae 10, Haus B, Eingang 9 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00028804;"PhilBlue ";"Made and Distributed by Fibo ";"Via del Industria, 9 ";" ";"35044 ";"Montagnana (Pd) ";"0039/0429-81588 ";" ";"0039/(0429-81306 ";" " +lieferant ;00028805;"Teddy S.p.A. ";" ";"Via Coriano, 58 - GROSRIMINI Blocco 97 ";" ";"47924 ";"Rimini (RN) ";"+39-0541/393667 ";" ";" ";" " +lieferant ;00028806;"Anastasia ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00028810;"LH Accessoires GmbH ";" ";"Stolberger Str. 1 ";" ";"50933 ";"Kln ";"0221/3990-0 ";" ";"0221/3990-10 ";" " +lieferant ;00028812;"Vipucci Modevertriebs GmbH ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00028814;"Ulrich Biefang ";"Stoffkalender ";"Grner Weg 11 ";" ";"48493 ";"Wettringen ";" ";" ";" ";" " +lieferant ;00028815;"Kalliwoda Shoe Trading GmbH ";" ";"Mrfelder Landstr. 109 a ";" ";"60598 ";"Frankfurt ";"069/972656-0 ";" ";"069/972656-20 ";" " +lieferant ;00028816;"***Hugo Boss AG ";" ";"Dieselstr. 12 ";"1252 ";"72555 ";"Metzingen ";"07123/940 ";" ";"07123/942014 ";" " +lieferant ;00028817;"Andupez ";" ";"Westhafenstr. 1, Halle 11 a ";" ";"13353 ";"Berlin ";"030/398982 0 ";" ";"030/398982 19 ";" " +lieferant ;00028818;"JeK GmbH & Co.KG ";" ";"Laubanger 2 ";" ";"96152 ";"Burghaslach ";"09552/92002 0 ";" ";"09552/92002 30 ";" " +lieferant ;00028819;"GEBRO ";" ";"HOOFELSTRAAT 127 ";" ";"7586 ";"BN OVERDINKEL ";" ";" ";" ";" " +lieferant ;00028820;"Scotch & Soda B.V. ";" ";"Jacobus Spiljkerdreef 20/24 ";"369 ";"2132 PZ ";"Amsterdam, Hoofddorp ";" ";" ";" ";" " +lieferant ;00028822;"Amer Sports ";" ";"Hainbuchenring 9 ";" ";"82061 ";"Neuried ";"089 8980 1310 ";" ";"089 8980 1163 ";" " +lieferant ;00028830;"Simba Toys GmbH & Co. KG ";" ";"Werkstr. 1 ";" ";"90765 ";"Frth ";"0911/9765 02 ";" ";"0911/9765 212 ";" " +lieferant ;00028833;"Klaus Zetzmann Handelsvertretungen ";" ";"Ostlandstrasse 10 ";" ";"40764 ";"Langenfeld ";" ";" ";" ";" " +lieferant ;00028834;"Gerli GmbH Schuh-Import und Export ";" ";"Hhstrae 31 ";" ";"66978 ";"Merzalben ";"06395/9291-0 ";" ";"06395/7714 ";" " +lieferant ;00028835;"BESTSELLER ";" ";"VILLA SABEL 4 ";" ";"54294 ";"TRIER ";" ";" ";" ";" " +lieferant ;00028837;"R. Krbl ";" ";"Hauptstr. 4 ";" ";"84416 ";"Inning a.H. ";"08084/257584 ";" ";"08084/94340 ";" " +lieferant ;00028840;"Cinellistudio S.R.L. ";" ";"Via Cessana, 5 ";" ";"51011 ";"Buggiano ";"0390572/31721 ";" ";"0390572/318361 ";" " +lieferant ;00028843;"Fashion Point GmbH ";" ";"Fortunastr. 10 ";"42478 ";"42489 ";"Wlfrath ";"0288/893314 ";" ";"0288/893315 ";" " +lieferant ;00028844;"Agentur Ingo Vorderstrasse ";" ";"Meenenkuhle 14 ";" ";"47509 ";"Rheurdt ";"02845/377630 ";" ";"02845/377630 ";" " +lieferant ;00028851;"Hagen Stolpmann ";" ";"Bleichenbrcke 10 ";" ";"20354 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00028855;"Smartex ";" ";"Baarerstr. 70 ";" ";"6300 ";"Zug ";" ";" ";" ";" " +lieferant ;00028862;"Casa Wohndesign GmbH ";" ";"Heiliggrabstr. 54 ";" ";"95028 ";"Hof/Saale ";"09281/43608 ";" ";"09281/43629 ";" " +lieferant ;00028867;"MASCULIN ";" ";"117ER EHNENHOF 3 A ";" ";"55118 ";"MAINZ ";" ";" ";" ";" " +lieferant ;00028874;"Dietr. Lindemann ";" ";"Kruppstr. 5 ";" ";"31135 ";"Hildesheim ";" ";" ";" ";" " +lieferant ;00028880;"Third Millennium Company s.r.l ";" ";"Via Miglioli n.1 ";" ";"50051 ";"Castelfiorentino (FI) ";"0039/0571-633881 ";" ";"0039/0571-629099 ";" " +lieferant ;00028882;"W.H. Breimer GmbH & Co. KG ";" ";"Mmlingtalstr. 58 ";" ";"64743 ";"Beerfelden ";"06068/590 ";" ";" ";" " +lieferant ;00028884;"MVW Musikvertrieb Wildschtz GmbH ";" ";"Kistlerhofstrae 70 ";"710642 ";"81379 ";"Mnchen ";"089/7930421 ";" ";"089/7931968 ";" " +lieferant ;00028885;"You Need 2 GmbH ";" ";"Ackerstr. 69 ";" ";"49084 ";"Osnabrck ";"0541/50612-0 ";" ";"0541/50612-22 ";" " +lieferant ;00028888;"Ludwig Beck ";" ";"Marienplatz 11 ";" ";"80327 ";"Mchenj ";"089/23691-748 ";" ";"089/23691-608 ";" " +lieferant ;00028891;"Repeat GmbH ";" ";"Route des Acacias 45 b ";" ";"1211 ";"Geneve 26 ";"0041/22-3080350 ";" ";"0041/22-8200021 ";" " +lieferant ;00028893;"Europex s.a. ";" ";"4, Rue des Tisserands ";" ";"79440 ";"Courlay France ";"0549722728 ";" ";"0549723480 ";" " +lieferant ;00028895;"Peter Werth ";" ";"Millmarsh Lane, Enfield ";" ";"EN3 7QJ ";"Middlesex ";"020-88059111 ";" ";"020-88059011 ";" " +lieferant ;00028901;"PRO-FASHION ";" ";"EMPELER-STR. 14-16 ";"1164 ";"46459 ";"REES ";" ";" ";" ";" " +lieferant ;00028904;"Jet-Line ";" ";"Schwarzachstr. 4 ";" ";"88348 ";"Bad Saulgau ";" ";" ";" ";" " +lieferant ;00028912;"Speedy Textilhandels- und ";" ";"Brennwiesenweg 28 ";" ";"33378 ";"Rheda-Wiedenbrck ";"05242/57654 ";" ";"05242/57654 ";" " +lieferant ;00028915;"Palmers Deutschland GmbH & Co. KG ";" ";"Dienerstrae 18/2 ";" ";"80331 ";"Mnchen ";"089/544242-0 ";" ";"089/544242-42 ";" " +lieferant ;00028920;"Scena di Moda ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/102799 ";" ";"02131/276058 ";" " +lieferant ;00028921;"Aldente GmbH ";" ";"Oestringhauser Landstr. 9 ";" ";"59494 ";"Soest ";"02921/785457 ";" ";"02921/785459 ";" " +lieferant ;00028923;"R. + T. Warenhandel ";" ";"Dimbacher Str. 55 ";" ";"97332 ";"Volkach ";"09381/847845 ";" ";"09381/247849 ";" " +lieferant ;00028924;"Chens-Forward Textil GmbH ";" ";"Konrad-Zuse-Str. 14 ";" ";"41516 ";"Grevenbroich-Kapellen ";"02182/829615 ";" ";"02182/829628 ";" " +lieferant ;00028932;"DODO ";" ";"25,RUE DU MARECHAL FOCH ";" ";"57502 ";"Saint-Avold ";"033/387911616 ";" ";"033/387911516 ";" " +lieferant ;00028939;"Drykorn Modevertriebs GmbH & Co. KG ";" ";"Rudolf-Diesel-Str.1A ";" ";"97318 ";"Kitzingen ";"09321/300-30 ";" ";"09321/300-333 ";" " +lieferant ;00028940;"Sisignora ";" ";"Breitwiesenstr. 12 ";" ";"70565 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00028941;"VIASASSI S.N.C. ";" ";"VIA SASSI 17 ";" ";"37026 ";"PESCANTINA ";" ";" ";" ";" " +lieferant ;00028942;"***TOMMI HILFIGER NL ";" ";"TESSELSCHADSTRAAT ";" ";"1054 ";"ES AMSTERDAM ";" ";" ";" ";" " +lieferant ;00028945;"GINA MONTI ";" ";"SCHUPPISTR. 37 ";" ";"8057 ";"ZUERICH ";" ";" ";" ";" " +lieferant ;00028946;"Fabiana Filippi SPA ";" ";"VIA BUOZZI 90 ";" ";"06030 ";"GIANO DEL UMRIA PERG ";" ";" ";" ";" " +lieferant ;00028948;"LIOLA S.P.A. ";" ";"VIA MATTEOTTI 86 ";" ";"28021 ";"BORGOMANERO ";" ";" ";" ";" " +lieferant ;00028950;"HENRIQUE + OLIVEIRA ";" ";"VILA NOVA APARTADO 298 ";" ";"4703 ";"BRAGA CODEX ";" ";" ";" ";" " +lieferant ;00028952;"Kabooki A/S ";" ";"Rnnevej 1 ";" ";"7400 ";"Herning ";"+45-9721 6466 ";" ";" ";" " +lieferant ;00028953;"DK Company Vejle A/S ";" ";"Edisonvej 4 ";" ";"7100 ";"Vejle ";"+45-7943 3000 ";" ";"+45-7943 3001 ";" " +lieferant ;00028957;"Erhard Janetzky GmbH ";" ";"Deltastr.12 ";" ";"27721 ";"Ritterhude ";"04291/40091 ";" ";"04291/40095 ";" " +lieferant ;00028961;"ARA Moden GmbH & Co. KG ";" ";"Arastr. 2 ";"1155 ";"85571 ";"Neubiberg ";" ";" ";" ";" " +lieferant ;00028969;"labella fashion ";"Birgit Bosch ";"Ebnetstr. 16/1 ";" ";"72336 ";"Balingen-Zillhausen ";"07435/919970 ";" ";"07435/8355 ";" " +lieferant ;00028974;"Fakta Mbel GmbH & Co.KG ";" ";" ";"1172 ";" ";"Blomberg ";"05235/96900 ";" ";"05235/969036 ";" " +lieferant ;00028976;"Rbsamen GmbH & Co.KG ";" ";"Hinter d.Metzg7Karolinenstr.10 ";"111720 ";"86150 ";"Augsburg ";"0821/345080 ";" ";"0821/155121 ";" " +lieferant ;00028979;"Goldix-Werke fr Bekleidung GmbH & Co KG";" ";"Franz-Bcker-Str. 80 ";"1380 ";"86633 ";"Neuburg/Donau ";" ";" ";" ";" " +lieferant ;00028981;"Ferrante Brands srl ";" ";"VIA RAIALE,114 ";" ";"65128 ";"PESCARA ";"+39 0854310337 ";" ";"+39 0854308488 ";" " +lieferant ;00028982;"Hans Bumler GmbH & Co. ";" ";"Markus-Sittikus-Str. 20 ";" ";"6845 ";"Hohenems ";" ";" ";" ";" " +lieferant ;00028987;"AXENT ";" ";"AKAZIENWEG 2 ";" ";"64665 ";"ALSBACH ";" ";" ";" ";" " +lieferant ;00028988;"TK Hockey Equipment GmbH ";" ";"Rottfeldstr. 11 ";" ";"68199 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00028989;"Ansati Atelier ";" ";"Birkenweg 29 ";" ";"71334 ";"Waiblingen ";"07151-21422 ";" ";"07151-21420 ";" " +lieferant ;00028992;"ENERGIE ";" ";"VIA PENNE 127 ";" ";"66013 ";"CHIETI SCALO ";" ";" ";" ";" " +lieferant ;00029000;"Klaus Dilkrath GmbH ";" ";"Greifweg 48 ";" ";"40549 ";"Dsseldorf ";"0211/5581239 ";" ";"0211/5581240 ";" " +lieferant ;00029001;"Triple Agents Agency Textilhandels GmbH ";" ";"Achereggstr. 2 ";" ";"6362 ";"Stansstad ";"0041-41-6111122 ";" ";"0041-41-6111123 ";" " +lieferant ;00029002;"M+S Modelle ";"strick-shop GmbH ";"Hndelstr.11 ";" ";"46236 ";"Bottrop ";"02041/68017 ";" ";"02041/68010 ";" " +lieferant ;00029006;"Charly Internat. Trading GmbH ";" ";"Erlauftalstr. 32 ";" ";"3292 ";"GAMING ";"043/07485/67967-0 ";" ";"043/07485/67967-68 ";" " +lieferant ;00029008;"B. Klee GmbH ";" ";"Hans-Bckler-Str. 13 ";" ";"37170 ";"Uslar ";" ";" ";" ";" " +lieferant ;00029010;"MODECHIC GMBH ";" ";"Strae d. Friedens 86 ";" ";"09212 ";"Limbach-Oberfrohna ";" ";" ";" ";" " +lieferant ;00029013;"Z-one ";" ";"Hofwiesenstr.27 ";" ";"74564 ";"Crailsheim ";"07951/93770 ";" ";"07951/937777 ";" " +lieferant ;00029015;"DUTCH woman Basic ";" ";"Gustav-Roesler-Str. 4 ";" ";"41366 ";"Schwalmtal ";"02163889438 ";" ";"02163889439 ";" " +lieferant ;00029017;"RENO SPORTSWEAR ";" ";"LOHSTR. 22 ";" ";"85445 ";"SCHWAIG ";" ";" ";" ";" " +lieferant ;00029018;"FASHION AND CONSULTING ";" ";"DORNSTRASSE 3 ";" ";"44629 ";"HERNE ";" ";" ";" ";" " +lieferant ;00029028;"European Technology ";" ";"Waldstr.41 ";" ";"63128 ";"Dietzenbach ";"06074/2112500 ";" ";"06074/2112530 ";" " +lieferant ;00029034;"Frster-Vertriebs GmbH ";"Stofftiere ";"Breslauer Weg 57 ";" ";"82538 ";"Geretsried ";"+49 8171 3081 ";" ";"+49 8171 5589 ";" " +lieferant ;00029036;"AnnaPurna S.p.A. ";" ";"Via A. Fleming, 26 A ";" ";"59100 ";"Prato (PO) ";"+39-0574/583821 ";" ";"+39-0574/580647 ";" " +lieferant ;00029058;"UNO MODE GMBH ";" ";"EIDELSTEDTER WEG 255 A ";" ";"25469 ";"HALSTENBECK ";" ";" ";" ";" " +lieferant ;00029068;"J. JOXS GmbH ";" ";"Im Gewerbepark A 45a ";" ";"93049 ";"Regensburg ";"0941/299168 ";" ";" ";" " +lieferant ;00029071;"Heinrich Nickel GmbH ";" ";"Am Gehege 19 ";" ";"30827 ";"Garbsen ";" ";" ";" ";" " +lieferant ;00029074;"Logoshirt Textil GmbH & Co. KG ";" ";"Rosastr. 46 ";" ";"45130 ";"Essen ";"0201/56006-0 ";" ";"0201/56006-85 ";" " +lieferant ;00029077;"DEVETEX GmbH ";" ";"Kleinewefersstrae 100 ";"102340 ";"47803 ";"Krefeld ";"02151/78128-0 ";" ";"02151/78128-44 ";" " +lieferant ;00029081;"LEGO ";" ";"HARKORSTR. 25 ";" ";"40880 ";"HERNING ";" ";" ";" ";" " +lieferant ;00029083;"Kersa Spielwaren-Atelier GmbH & Co. KG ";" ";"Ifenstrae 7 ";" ";"87719 ";"Mindelheim ";"08261/7657-0 ";" ";"08261/7657-50 ";" " +lieferant ;00029085;"BISON SPORTSWEAR ";" ";"MINDENER STR. 230 ";"2011 ";"49148 ";"BAD ESSEN ";" ";" ";" ";" " +lieferant ;00029089;"Top Secret Modevertriebs GmbH ";" ";"Am Kieswerk 10 ";" ";"63791 ";"Karlstein ";"06188/99551-0 ";" ";"06188/99551-20 ";" " +lieferant ;00029091;"camano GmbH & Co. KG ";" ";"Gewerbepark 4 ";"1154 ";"91785 ";"Pleinfeld ";"09144/924720 ";" ";"09144/924725 ";" " +lieferant ;00029092;"Manifattura di Galliate s.n.c. ";" ";"Via Achille Grandi, 9 ";" ";"28066 ";"Galliate ";"390321806265 ";" ";"390321866250 ";" " +lieferant ;00029095;"TWELVE & CO. ";" ";"ROUTE DES ACACIAS 458 ";" ";"1211 ";"GENEVE 26 ";" ";" ";" ";" " +lieferant ;00029096;"Bee Division Inh. Heide Brodkorb ";" ";"Kurt-Schumacher-Str. 28 ";" ";"65232 ";"Taunusstein ";"06128/9178-0 ";" ";"06128/9178-41 ";" " +lieferant ;00029098;"Valesi Isher Fashions ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029102;"Chaulnes Textiles Industrie ";" ";"3, Rue Montyon ";" ";"75009 ";"Paris 75 ";"0322835846 ";" ";"0140419154 ";" " +lieferant ;00029105;"GAD Modevertriebs GmbH ";" ";"Bamlerstrasse 5a ";" ";"45141 ";"Essen ";"+49 201 178480 0 ";" ";" ";" " +lieferant ;00029107;"Wilh. Frster KG ";" ";"Schmidtsiepen 3 ";"1252 ";"58553 ";"Halver ";"02353/91170 ";" ";"02353/911717 ";" " +lieferant ;00029110;"Adolf Leimgruber GmbH ";"VOLOCHARTER ";"Gassnerstr.21 ";" ";"80639 ";"Mnchen ";"089/1784023 ";" ";"089/1785574 ";" " +lieferant ;00029118;"Stone Fashion Brands B.V. ";" ";"Tokyostraat 7-11 ";"P.O. Box 164 ";"1175 RB ";"Lijnden ";"+31-2048-777-77 ";" ";"+31-2048-777-88 ";" " +lieferant ;00029121;"Shiseido Deutschland GmbH ";" ";"Kaistrasse 20 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00029127;"Jordi-Tex GmbH ";" ";"Am Siegershof 2 ";" ";"40668 ";"Meerbusch ";"02150/4654 ";" ";" ";" " +lieferant ;00029130;"Flora Sell ";" ";"Rssdorfer Str.8c ";" ";"25746 ";"Heide ";"0481/86565 ";" ";"0481/2043 ";" " +lieferant ;00029131;"TRUST SHIRT COMPANY BY ";" ";"VIA INDUSTRIA 7 ";" ";"6826 ";"RIVA SAN VITALE ";" ";" ";" ";" " +lieferant ;00029133;"BASE LONDON LTD. ";" ";"4-6 Buckingham Court ";" ";" ";"ESSEX IG 10 2QZ ";" ";" ";" ";" " +lieferant ;00029137;"Beaute` Prestige International ";" ";"Jgerhofstr.19-20 ";" ";"40479 ";"Dsseldorf ";"0211/54025925 ";" ";"0211/54025900 ";" " +lieferant ;00029139;"L'Oreal Luxusprodukte GmbH ";" ";"Siemensstr.6 ";"41545 ";"41564 ";"Kaarst ";"02131/6611370 ";" ";"02131/6611379 ";" " +lieferant ;00029141;"ESTEE LAUDER COMPANIES ";" ";"Leopoldstr.256 ";"460340 ";"80807 ";"Mnchen ";"089/236860 ";" ";"089/23686111 ";" " +lieferant ;00029143;"Onjas Moi ";"Modeagentur M. Malek ";"Frankfurter Ring 81/II ";" ";"80807 ";"Mnchen ";"089/35319926 ";" ";"089/35319924 ";" " +lieferant ;00029144;"Roberta ";" ";"Brauhausstr. 19m ";" ";"82467 ";"Garmisch-Partenkirchen ";" ";" ";" ";" " +lieferant ;00029150;"Deproc Freizeitartikel GmbH ";" ";"Khnhaidner Str.6 ";" ";"09496 ";"Marienberg ";" ";" ";" ";" " +lieferant ;00029151;"VICTORIO VOTI ";" ";" ";" ";" ";"SAN MAURO PACOLI ";" ";" ";" ";" " +lieferant ;00029157;"KORO ";" ";"VIA MARCONI 118 ";" ";"12030 ";"MARENE ";" ";" ";" ";" " +lieferant ;00029159;"emform-collection Accessoires ";" ";"Urwaldstr.8 ";" ";"26345 ";"Bockhorn ";"04453/982310 ";" ";"04453/982329 ";" " +lieferant ;00029163;"NAUTICA ";" ";"60,STOANE AVENUE ";" ";"SW3 3DD ";"LONDON ";" ";" ";" ";" " +lieferant ;00029164;"Soul GmbH ";" ";"Schuss 2 ";" ";"83703 ";"Gmund ";"08022 /96833-0 ";" ";"08022/96833-8 ";" " +lieferant ;00029166;"Jette Joop ";"K.M. Vertriebsgesellschaft mbH ";"Benzenbergstrae 45 ";" ";"40219 ";"Dsseldorf ";"0211/862017-30 ";" ";"0211/862017-77 ";" " +lieferant ;00029172;"La Chantal Modevertriebs GmbH ";" ";"Anton-Cux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/101054 ";" ";"02131/102326 ";" " +lieferant ;00029173;"SKY COMPANY SPA ";" ";"VIA A.DAILA TORRE 9 ";" ";"31047 ";"LEVADE DI PONTE ";" ";" ";" ";" " +lieferant ;00029177;"KUECUEKER TEXTIL ";" ";"Bleichereistr. 12 ";" ";"48565 ";"Steinfurt ";"02552-9374-0 ";" ";"02552-9374-5 ";" " +lieferant ;00029180;"Mondo Sportswear GmbH ";" ";"Zeppelinstrae 4 ";" ";"61118 ";"Bad Vilbel ";"06101/582970 ";" ";"06101/582971 ";" " +lieferant ;00029182;"ANNA K. ";" ";"OBERGATH 60 ";" ";"47805 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00029187;"Starling GmbH ";" ";"Richard-Seiffert-Str. 44 ";" ";"51469 ";"Berg. Gladbach ";"02202/294940 ";" ";"02202/294941 ";" " +lieferant ;00029189;"Chanel GmbH & Co.KG ";" ";"Brandstcken 23 ";"530440 ";"22549 ";"Hamburg ";"(040)8009102 ";" ";"(040)802481 ";" " +lieferant ;00029191;"CRONERT KG ";" ";"KRESSENWEG 18 ";" ";"22549 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00029193;"PDH Parfum Distribution GmbH ";" ";"Lohseplatz 2 ";" ";"20457 ";"Hamburg ";"040/30102430 ";" ";"040/323915 ";" " +lieferant ;00029196;"Action Sports Sportartikel GmbH ";" ";"Carlo-Schmid-Strae 11 ";"10 03 55 ";"52146 ";"Wrselen ";"02405/606-0 ";" ";"02405/606-290 ";" " +lieferant ;00029198;"Inoxcrom GmbH ";" ";"Stockwiesen 15 ";" ";"72631 ";"Aichtal ";"07127/58170 ";" ";"07127/581724 ";" " +lieferant ;00029199;"Oroblu Germany GmbH ";" ";"Weldaer Strae 1 ";"1247 ";"36205 ";"Sontra ";"05653/9123-0 ";" ";"05653/9123-1 ";" " +lieferant ;00029200;"ars Parfum Creation & Consult. ";" ";"Komdienstr.56-58 ";" ";"50667 ";"Kln ";"0221/914088-0 ";" ";"0221/91408810 ";" " +lieferant ;00029202;"Surjeet Reena GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"069/253040 ";" ";"069/253550 ";" " +lieferant ;00029204;"DESSOUS-VERSAND ";" ";"GORCH FOCK WEG 9 ";" ";"30938 ";"BURGWEDEL ";" ";" ";" ";" " +lieferant ;00029208;"S4 Fashion Partner GmbH ";" ";"Auf der Lauge 10 ";" ";"48485 ";"Neuenkirchen ";"05973/94470 ";" ";"05973/944711+12 ";" " +lieferant ;00029212;"Comazo ";" ";"Martin-Luther-Strae 1 ";"15 20 ";"72461 ";"Albstadt-Taifingen ";"07432-7019-0 ";" ";"07432-701911 ";" " +lieferant ;00029215;"Skiny bodywear GmbH ";" ";"Hauptstrae 17 ";" ";"6840 ";"Gtzis ";"+43-5523/505-0 ";" ";"+43-5523/64647 ";" " +lieferant ;00029218;"Siebers Praesente ";" ";"Lagerhausstr. 4-6 ";" ";"96052 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00029221;"Vertriebs GmbH ";" ";"Grafenberger Allee 368 ";" ";"40235 ";"Dsseldorf ";"+49(0)21167910 ";" ";"+49(0)2116791228 ";" " +lieferant ;00029225;"SATI ";" ";"Wilmerstrae 18 ";" ";"48282 ";"Emsdetten ";"02572/93370 ";" ";"02572/933737 ";" " +lieferant ;00029226;"K + A CULT DISTRIBUTION ";" ";"MOZARTSTR. 14 ";" ";"28203 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00029232;"Kikeriki Bruno Teuschers Nachfolger GmbH";" ";"Am Wolfsgarten 8 ";" ";"95511 ";"Mistelbach ";" ";" ";" ";" " +lieferant ;00029235;"Chichi's ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029236;"THERESE BAUMAIRE ";" ";"77, RUE D'ABAUKIR ";" ";"75002 ";"PARIS ";" ";" ";" ";" " +lieferant ;00029244;"P & G Prestige Beaute GmbH ";" ";"Sulzbacher Strae 40 ";" ";"65823 ";"Schwalbach ";"06196/891550 ";" ";" ";" " +lieferant ;00029248;"ART for Kids Tilo Korth-Illg ";" ";"Eckhaus 2 ";" ";"72336 ";"Balingen ";"07433/381195 ";" ";"07433/930765 ";" " +lieferant ;00029249;"Lancaster Group GmbH ";" ";"Rheinstrasse 4e ";" ";"55116 ";"Mainz ";"06131/306930 ";" ";" ";" " +lieferant ;00029251;"Grauzone GmbH ";" ";"Marktplatz 27 ";" ";"73525 ";"Schwbisch Gmnd ";"07171/925650 ";" ";"07171/9256520 ";" " +lieferant ;00029254;"USB-Maschenmoden GmbH & Co.KG ";" ";"Ravensberger Strae 9 ";" ";"36361 ";"Pr.Oldendorf ";"05742/96960 ";" ";"05742/4903 ";" " +lieferant ;00029257;"M-Collection GmbH ";" ";"Wormser Str.16 ";" ";"67583 ";"Guntersblum ";"06249/93992 ";" ";"06249/93993 ";" " +lieferant ;00029258;"Pan Aroma OHG ";" ";"Aachener Strae 96-98 ";" ";"50674 ";"Kln ";"0221/9255400 ";" ";"0221/9255401 ";" " +lieferant ;00029261;"LA MODA AMBROSIANA ";" ";"BRUNNENMAIERSTR. 9 ";" ";"73037 ";"GOEPPINGEN ";" ";" ";" ";" " +lieferant ;00029262;"City Kult Hamburg ";" ";"Ferdinandstrasse 29-33 ";" ";"20095 ";"Hamburg ";"040/32527232 ";" ";"040/32527231 ";" " +lieferant ;00029265;"Hbner Fashion Partner GBR ";" ";"Erlenweg 4 ";" ";"86486 ";"Bonstetten ";"08293/90580 ";" ";"08293/90581 ";" " +lieferant ;00029267;"Decorama GmbH ";" ";"Dekkers Waide 9 ";" ";"46419 ";"Isselburg ";"02874/901260 ";" ";"02874/901267 ";" " +lieferant ;00029272;"Rain Fur GmbH ";" ";"Carl Benzweg 6 ";" ";"22941 ";"Bargteheide ";"04532/22586 ";" ";"04532/22581 ";" " +lieferant ;00029279;"Niedieck GmbH ";" ";"Johs.Girmes Str.27-29 ";"2120 ";"47929 ";"Grefrath ";"02158/300 ";" ";"02158/30433 ";" " +lieferant ;00029284;"CP DER GUERTEL ";" ";"UHLANDSTR. 28 ";" ";"22087 ";"HAMBURG ";"+40 220 66 99 ";" ";"+40 220 05 37 ";" " +lieferant ;00029288;"Chic-Fashion ";" ";"Vogteistrae 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029295;"Wortmann GmbH ";" ";"Wehrstrae 3 ";" ";"27308 ";"Kirchlinteln ";"04236/93060 ";" ";"04236/1632 ";" " +lieferant ;00029313;"Sesun ";"Philippe Nowotny ";"Stadtmauerstrasse 5 ";" ";"72764 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00029314;"Sport Fahnemann GmbH ";" ";"Oppelner Str. 6 ";" ";"31167 ";"Bockenem ";"05067-1061 ";" ";"05067-2311 ";" " +lieferant ;00029316;"G.Guizard - Shirt Cut ";" ";"Apfelstr.12B ";" ";"33613 ";"Bielefeld ";"0521/2993992 ";" ";" ";" " +lieferant ;00029328;"zz~NINA V. C. ";" ";"KLEINE STR. 12 ";" ";"72461 ";"ALBSTADT ";" ";" ";" ";" " +lieferant ;00029331;"Apart-Heimtextilien ";" ";"Bahnhofstr. 37 ";" ";"67377 ";"Gommersheim ";"06327/2038 ";" ";"06327/1327 ";" " +lieferant ;00029332;"SI:U fashion GmbH & Co.KG ";" ";"Felchtaer Str.22 ";" ";"99974 ";"Mhlhausen ";"03601/403190 ";" ";"03601/403199 ";" " +lieferant ;00029334;"Petzhold Hch. GmbH & Co.KG ";" ";"Prinzipalmarkt 5 ";"6509 ";"48034 ";"Mnster ";"0251/41707-0 ";" ";"0251/4170770 ";" " +lieferant ;00029339;"Footwear Internat.Germany GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"089/32387725 ";" ";"089/32387835 ";" " +lieferant ;00029340;"Billerbeck Betten-Union GmbH & Co. KG ";" ";"Eppinger Str. 40-44 ";" ";"76703 ";"Kraichtal ";"07250/75-0 ";" ";"07250/75-50 ";" " +lieferant ;00029346;"Wsthof Industrie-Service GmbH ";" ";"Enzianweg 25 ";" ";"42699 ";"Solingen ";"0212/2248899 ";" ";"0212/2248898 ";" " +lieferant ;00029362;"Felix Rauter GmbH & Co.KG ";" ";"Brunnenstrae 15-23 ";"103222 ";"45228 ";"Essen ";"0201/820760 ";" ";"0201/8207660 ";" " +lieferant ;00029372;"Johnstons of Elgin ";" ";"Newmill, Elgin ";" ";"IV30 4AF ";"Moray, Scotland ";"+44-1343/554-000 ";" ";" ";" " +lieferant ;00029375;"Sparkling Fashion GmbH ";" ";"Truderinger Strasse 13 ";" ";"81677 ";"Mnchen ";"0049/1728917361 ";" ";"0049/891488279066 ";" " +lieferant ;00029377;"EPC ";"ausl.Lieferant ohne eigene ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029378;"MESSIN OY ";" ";"LOTTOMERENTIE 162 ";" ";"28580 ";"PORI ";"00358-39-6475777 ";" ";"00358396475778 ";" " +lieferant ;00029379;"E. Tremmel Sportswear GmbH ";" ";"Bltenweg 48 ";" ";"88214 ";"Ravensburg ";"0751/769590 ";" ";"0751/7695959 ";" " +lieferant ;00029380;"Flair Bad & Accessoires ";" ";"Kruppstrae 5 ";" ";"31135 ";"Hildesheim ";"05121/56021 ";" ";"05121/57411 ";" " +lieferant ;00029391;"TBF Taboo-Fashion GmbH ";" ";"Industriestr.17 ";" ";"41516 ";"Grevenbroich ";"02182/18638 ";" ";"02182/18777 ";" " +lieferant ;00029393;"Timberland-Schuhe ";" ";"Boschetsrieder Str.67 ";" ";"81379 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00029394;"28 Black LTD. ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029395;"SCHLOSSBERG ";" ";"TOESSTALSTR. 15 ";" ";"8488 ";"TURBENTHAL ";"0041-52-3962328 ";" ";"0041523962300 ";" " +lieferant ;00029398;"Walter Klett Schokoladenfabrik ";" ";"Reutlinger Str.7 ";"5 ";"72147 ";"Nehren ";"07473/95410 ";" ";"07473/954129 ";" " +lieferant ;00029400;"Karl Sluka GmbH ";"Bettfedern- und Daunenfabrik ";"Thanner Str. 28 ";" ";"93149 ";"Nittenau ";"09436/8338 ";" ";"09436/1829 ";" " +lieferant ;00029403;"K.C.B. Modevertriebs GmbH ";" ";"Fortunastrae 10 ";"1168 ";"42489 ";"Wlfrath ";"02058/893314 ";" ";"02058/893315 ";" " +lieferant ;00029407;"M. Lange & Co. Vertriebs GmbH Rena Lange";" ";"Lindberghstrae 3 ";" ";"80939 ";"Mnchen ";"089/418660 ";" ";" ";" " +lieferant ;00029410;"Swisstex Logistics AG ";" ";"Funkenstr. 10 ";" ";"4800 ";"Zofingen ";" ";" ";" ";" " +lieferant ;00029411;"Eurofactor AG ";" ";"Bajuwarenring 3 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00029413;"BOKI Company GmbH ";" ";"Sanettastr. 1 ";"1291 ";"72469 ";"Mestetten ";"07431/639300 ";" ";"07431/639301 ";" " +lieferant ;00029417;"Calze ED Textil-Vertriebs GmbH ";" ";"Adam-Opel-Str. 1 ";" ";"65468 ";"Trebur ";"06147/9355-0 ";" ";"06147/9355-55 ";" " +lieferant ;00029418;"Linke GmbH ";" ";"Reiterstr.8 ";" ";"92224 ";"Amberg ";"09621/67160 ";" ";"09621/63200 ";" " +lieferant ;00029421;"Blumen-Hoof ";" ";"Grtnerweg ";" ";"25868 ";"Norderstapel ";"04883/9970 ";" ";"04883/99744 ";" " +lieferant ;00029422;"Boss-Strick ";" ";"Dieselstr.12 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00029424;"Bullani-Mtzen ";" ";"Kleberstrae 11 ";" ";"96047 ";"Bamberg ";"0951/2082981 ";" ";"0951/2082981 ";" " +lieferant ;00029426;"TERRYBRAS AG ";" ";"SETZISTR. 24 ";" ";"8272 ";"Kreuzlingen ";"0041/716362690 ";" ";"0041/716362691 ";" " +lieferant ;00029428;"LUCIANO BARBERA ";" ";" ";" ";"13050 ";"PIANEZZE ";" ";" ";" ";" " +lieferant ;00029429;"MANIFATURE ASSOCIATE ";" ";"VIA GATINELLA ";" ";"50010 ";"CAMPI BISENSIO ";" ";" ";" ";" " +lieferant ;00029435;"Ellen Paulssen Hte e.K. ";" ";"Talbothof 30 ";" ";"52070 ";"Aachen ";"0241/54999 ";" ";"0241/54994 ";" " +lieferant ;00029442;"HALEKO GMBH ";" ";"Holsteiner Kamp 1 ";" ";"22081 ";"Hamburg ";"040-298 66-01 ";" ";"040-298 66-333 ";" " +lieferant ;00029444;"M.A.X. Weine GmbH ";" ";"Usedomstr.42a ";" ";"70439 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00029446;"Mexina Enterprises GmbH ";" ";"Breslauer Str.1 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00029454;"Thrwa Thringer Manikrw.GmbH ";"Thringer Manikrwaren ";"Hauptstr.54 ";" ";"98587 ";"Steinbach-Hallenb. ";"036847/42262 ";" ";"036847/42263 ";" " +lieferant ;00029460;"HANS-PETER FUHRMEISTER ";" ";"IM DICKTEN 24 ";" ";"42281 ";"WUPPERTAL ";" ";" ";" ";" " +lieferant ;00029462;"Country Sport ";" ";"Alois-Kober-Str. 16 ";" ";"8742 ";"Obdach ";" ";" ";" ";" " +lieferant ;00029464;"Seafolly Europe GmbH & Co.KG ";" ";"Eurode Park 1 ";" ";"52134 ";"Herzogenrath ";"0800/1823040 ";" ";"0800/1823039 ";" " +lieferant ;00029471;"BURKI LANDHAUS ";" ";"TAUNUSSTR. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00029474;"HG Moda ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029475;"Court One Fashion GmbH ";" ";"Neulehenstr. 8 ";" ";"33790 ";"Halle ";" ";" ";" ";" " +lieferant ;00029477;"Pertzborn ";" ";"Rheinstr. 1 ";" ";"53560 ";"Vettelschlo ";"02645/97320 ";" ";"02645/973221 ";" " +lieferant ;00029480;"Carl Hofmann & Co. Minibi ";" ";"Luisenstr. 6 ";"1280 ";"96465 ";"Neustadt/Coburg ";" ";" ";" ";" " +lieferant ;00029482;"BE UNITED ";" ";" ";"600446 ";"44844 ";"BOCHUM ";" ";" ";" ";" " +lieferant ;00029485;"Marc Brown by Starz ";" ";"Kirchgasse 4 ";" ";"73575 ";"Leinzell ";" ";" ";" ";" " +lieferant ;00029499;"Sigma Sport GmbH ";" ";"Dr. Julius-Leber-Str. 15 ";" ";"67433 ";"Neustadt ";"06321/91200 ";" ";"06321/912034 ";" " +lieferant ;00029508;"Thomas Albrecht ";"Fur & Fashion GmbH ";"Voss Str. 91 ";" ";"45966 ";"Gladbeck ";"02043-928181 ";" ";"02043-67661 ";" " +lieferant ;00029509;"Virus Funky ";" ";"Kurfrstendamm 96 ";" ";"10709 ";"Berlin ";" ";" ";" ";" " +lieferant ;00029513;"s.Oliver Woman ";" ";"s.Oliver-Strae 1 ";" ";"97228 ";"Rottendorf ";" ";" ";" ";" " +lieferant ;00029518;"Inpore Mode Vertriebs GmbH ";" ";"Ullsteinstr.130 ";" ";"12109 ";"Berlin ";"030/74070550 ";" ";"030/74070552 ";" " +lieferant ;00029519;"zz~LLoyd Men's Bettf.Access. ";" ";"Raiffeisenstr. 5 ";" ";"48346 ";"Ostbevern ";" ";" ";" ";" " +lieferant ;00029521;"Novila Wschefabrik GmbH ";" ";"Freiburger Str. 15 ";" ";"79822 ";"Titisee-Neustadt ";"07651/9200-0 ";" ";"07651/9200-10 ";" " +lieferant ;00029524;"CFF ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029525;"Merrell Europe B.V. ";" ";"Neuer Zollhof 1 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00029531;"Caspar David GmbH ";" ";"Enzianstrae 6 ";" ";"82319 ";"Starnberg-Percha ";" ";" ";" ";" " +lieferant ;00029538;"Mia Maria ";"Bettina-Susann Graw ";"Sierichstr.66 ";" ";"22301 ";"Hamburg ";"040/2704410 ";" ";" ";" " +lieferant ;00029553;"Burton Sportartikel GmbH ";" ";"Haller Strae 111 ";" ";"6020 ";"Innsbruck ";" ";" ";" ";" " +lieferant ;00029554;"Damino GmbH ";" ";"Waltersdorfer Str. 2 ";" ";"02779 ";"Groschnau ";"0358413110 ";" ";"03584131111 ";" " +lieferant ;00029555;"EF Sportswear GmbH ";" ";"Buschweg 2 ";" ";"56477 ";"Rennerod ";" ";" ";" ";" " +lieferant ;00029556;"SAVANNAH ";" ";"MAHDENTALSTR. 100 ";" ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00029557;"***Hohe Modelle ";" ";"Bahnhofsteig 8 ";" ";"91257 ";"Pegnitz ";" ";" ";" ";" " +lieferant ;00029572;"MARCO POLO IMPORT ";" ";"THEODOR-BARTH-STR. 30 ";" ";"28832 ";"ACHIM ";" ";" ";" ";" " +lieferant ;00029573;"LAWO ";" ";"RUE DE GENIE BP,5 ";" ";"67190 ";"MUTZING ";" ";" ";" ";" " +lieferant ;00029579;"E.Richard Thieme GmbH ";" ";"Gewerbegebiet ";" ";"01900 ";"Grorhrsdorf ";"035952/3530 ";" ";"035952/35350 ";" " +lieferant ;00029581;"VERITEX ";"Textil GmbH & Co KG ";"Poststrasse 131 ";" ";"73054 ";"Eislingen ";" ";" ";" ";" " +lieferant ;00029585;"Magna Dea ";" ";"Zechenstr.68-69 ";" ";"47443 ";"Moers ";"02841/8844611 ";" ";"02841/8844629 ";" " +lieferant ;00029588;"Hat Company ";" ";"Wippermannstr. 124 ";" ";"51103 ";"Kln ";" ";" ";" ";" " +lieferant ;00029592;"SULZBACHER ";" ";"LANGENDORFERSTR. 154 ";" ";"56564 ";"NEUWIED ";" ";" ";" ";" " +lieferant ;00029593;"HARVEY LOGAN ";" ";"VIA ALBERTO MARIO 28 ";" ";"36100 ";"VICENZA ";" ";" ";" ";" " +lieferant ;00029595;"Elvo Cordima GmbH & Co.KG ";" ";"Am Wasserturm 16 ";" ";"48653 ";"Coesfeld ";"02541/7340 ";" ";"02541/734-599 ";" " +lieferant ;00029599;"Barbara Schwarzer ";"Augustat GmbH ";"Fringsstr. 30 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00029605;"Northwave s.r.l. ";" ";"Via Levada, 145 ";" ";"31040 ";"Onigo di Pederobba (TV) ";"+39-0423/2884 ";" ";"+39-0423/288500 ";" " +lieferant ;00029606;"Northwave GmbH ";" ";"Hauptstr. 42 ";" ";"82008 ";"Unterhaching ";"0899/665935520 ";" ";"0896/665935629 ";" " +lieferant ;00029607;"VICTOR SPORT ";" ";"LANGE LOHE 65 ";" ";"25337 ";"ELMSHORN ";" ";" ";" ";" " +lieferant ;00029609;"Reidemeister & Ulrichs GmbH ";" ";"Auf der Muggenburg 7 ";"102320 ";"28023 ";"Bremen ";"0421/39940 ";" ";"0421/3994283 ";" " +lieferant ;00029612;"A-Socks GmbH ";" ";"Ludwig-Erhard-Str. 3 ";" ";"91639 ";"Wolframs-Eschenbach ";" ";" ";" ";" " +lieferant ;00029615;"Hammer Mode GmbH ";" ";"Kirchenlamitzer Str.71 ";" ";"95213 ";"Mnchberg ";"09251/441237 ";" ";" ";" " +lieferant ;00029618;"Forza Fitness GmbH ";" ";"Ernst-Heinrich-Geist-Str. 9 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00029619;"One Touch GmbH ";" ";"Neue Wiesen 1 ";" ";"30900 ";"Wedemark-Elze ";"05130 - 588 0 ";" ";"05130- 588400 ";" " +lieferant ;00029621;"BARBARA KESSLES DESIGN ";" ";"FLEMINGSTR. 46 A ";" ";"81925 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00029622;"Jack & Jones ";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";"040/5503656 ";" ";"040/5503696 ";" " +lieferant ;00029631;"Instreet GbR ";" ";"Willsbacher Str.46 ";" ";"74182 ";"Obersulm ";"07031/4108690 ";" ";"07031/4108691 ";" " +lieferant ;00029636;"FC Bayern Mnchen AG ";" ";"Sbener Strae 51-57 ";" ";"81547 ";"Mnchen ";"089/69931-7640 ";" ";"089/69931-8645 ";" " +lieferant ;00029638;"Rudolf Hoppe GmbH ";" ";"Tischlerstrae 26-30 ";"100133 ";"30901 ";"Isernhagen ";"05136/89190 ";" ";"05136/891940 ";" " +lieferant ;00029649;"SPS-Sport Product GmbH ";" ";"Weissenbachstr.1 ";" ";"88316 ";"Isny ";"07562/70900 ";" ";"07562/709020 ";" " +lieferant ;00029650;"H.D.SPORTSWEAR H.DUERR ";" ";"WUHRKOPFWEG 1 ";" ";"6921 ";"KENNELBACH ";" ";" ";" ";" " +lieferant ;00029659;"CARACTERE ";" ";"VIA S.BARBARA ";" ";"12051 ";"ALBA ";" ";" ";" ";" " +lieferant ;00029662;"Gerhard Krger GmbH ";" ";"Bahnhofsplatz 2 ";" ";"83471 ";"Berchtesgarden ";" ";" ";" ";" " +lieferant ;00029663;"Krger-Dirndl GmbH ";" ";"Antoniusstr. 21 ";" ";"73249 ";"Wernau ";"07153/9388-0 ";" ";"07153/9388-190 ";" " +lieferant ;00029665;"MEXX Europe B.V. ";" ";"Johan Huizingalaan 400 ";" ";"1006 BB ";"Amsterdam ";"+31 / 20 514 4 000 ";" ";"+31 / 20 514 36 44 ";" " +lieferant ;00029672;"Schanner GmbH & Co.KG ";"Eishockeyartikel ";"Hufschmiedstrae 5 ";" ";"87629 ";"Fssen ";"08362/91090 ";" ";"08362/910918 ";" " +lieferant ;00029673;"Friesland Porzellanfabrik GmbH & Co. KG ";" ";"Rahlinger Str. 23 ";"1560 ";"26316 ";"Varel ";"04451/17-0 ";" ";" ";" " +lieferant ;00029674;"Oska Textilvertriebs GmbH ";" ";"Osterwaldstrae 10 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00029675;"Einstein Progetti & Prodotti SpA ";" ";"Via Sicilia, 12 ";" ";"40017 ";"San Matteo della Decima (BO) ";" ";" ";" ";" " +lieferant ;00029685;"Argyris Papadopulos e.K. ";"Pelzwaren ";"Niddastrae 76 ";" ";"60329 ";"Frankfurt am Main ";"069/234910 ";" ";" ";" " +lieferant ;00029686;"WEIPPER ";" ";"BAHNHOFSTR.73 ";" ";"48308 ";"SENDEN/BOESENSELL ";" ";" ";" ";" " +lieferant ;00029688;"G. WERNER ";" ";"LERCHENWEG 21 ";" ";"91177 ";"THALMAESSIG ";" ";" ";" ";" " +lieferant ;00029696;"EURA Waren Import&Export GmbH ";" ";"Industriestr.161 ";" ";"50999 ";"Kln ";"02238/747716 ";" ";"02238/747718 ";" " +lieferant ;00029697;"***KDH Cosmetics+Concepts ";" ";"Nappenhorn 6-10 ";"1234 ";"25355 ";"Barmstedt ";"04123-90390 ";" ";"04123-903919 ";" " +lieferant ;00029703;"Algotex S.A. ";" ";"355, Avenue Rogier ";" ";"1030 ";"Brussels ";" ";" ";" ";" " +lieferant ;00029709;"Magic Mantra Textilhandels GmbH ";"Magic Woman ";"Bocksdornstr. 17 ";" ";"80935 ";"Mnchen ";"+49 89307224889 ";" ";" ";" " +lieferant ;00029711;"KK Produktions- und Vertriebs GmbH ";" ";"Alte Augsburger Str. 9 ";" ";"86609 ";"Donauwrth ";"0906/70678-0 ";" ";" ";" " +lieferant ;00029714;"Gaugler + Lutz OHG ";" ";"Habsburger Str. 12 ";" ";"73432 ";"Aalen ";" ";" ";" ";" " +lieferant ;00029717;"D. Siebecker ";" ";"Lohstr. 63 ";" ";"45966 ";"Gladbeck ";"02045/41250 ";" ";"02045/412510 ";" " +lieferant ;00029721;"OMNICOT ";" ";"KAISER-FRANZ-JOSEF-STR. ";" ";"6890 ";"LUSTENAU ";" ";" ";" ";" " +lieferant ;00029725;"Design Salt Outdoor GmbH ";" ";"Gewerbepark 8 ";" ";"8510 ";"Stainz ";"+43-3463/3876 ";" ";" ";" " +lieferant ;00029731;"House of Hansen AS ";" ";"Smedeland 6 ";" ";"2600 ";"Glostrop ";"+45-7020 2522 ";" ";"+45-7020 2523 ";" " +lieferant ;00029737;"US Forty GmbH ";" ";"Kirchplatz 1 ";" ";"82049 ";"Pullach ";"089/744810-0 ";" ";"089/744810-20 ";" " +lieferant ;00029767;"Kirschbaum Sportartikel GmbH ";" ";"Schweerstr. 1 ";" ";"58456 ";"Witten ";"02302/97050 ";" ";"02302/77676 ";" " +lieferant ;00029768;"Accessory Zone OHG (A-Zone) ";" ";"Modecentrum Hamburg, Modering 3 ";" ";"22457 ";"Hamburg ";"040/5500-7250 ";" ";"040/5500-7332 ";" " +lieferant ;00029772;"Reef ";" ";"Heider-Hof-Weg 23 A ";" ";"52080 ";"Aachen ";" ";" ";" ";" " +lieferant ;00029775;"Blindenwerksttte H.Sieben e.K. ";"Holger Sieben ";"Heide 11 ";" ";"31547 ";"Rehburg-Loccum ";"05766/943300 ";" ";"05766/943305 ";" " +lieferant ;00029777;"Zwiesel Kristallglas AG ";" ";"Dr. Schott Str. 35 ";" ";"94227 ";"Zwiesel ";" ";" ";" ";" " +lieferant ;00029778;"Bieber Textil Marketing GmbH ";" ";"Heilbronnerstr.8 ";" ";"75015 ";"Bretten ";"07252/580480 ";" ";"07252/5804899 ";" " +lieferant ;00029780;"Tschannerl & Woodgate ";" ";"Gutenbergring 69 A ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00029783;"MAGDA ROSE ";" ";"MODECENTERSTR. 22 ";" ";"1030 ";"WIEN ";" ";" ";" ";" " +lieferant ;00029788;"FARONE ";" ";"VIA NAZARIO SAURO ";" ";"30020 ";"STRETTI DI ERACLEA ";" ";" ";" ";" " +lieferant ;00029791;"Engelhorn & Sturm ";" ";"Kunststr. ";" ";"68161 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00029792;"CAVALCO CONFEZIONI SA ";" ";"VIA INDUSTRIA 7 ";" ";"6826 ";"RIVA SOU VITALE ";" ";" ";" ";" " +lieferant ;00029793;"Andree Accessoires ";" ";"Herterichstrae 55 ";" ";"81479 ";"Mnchen ";"089/798076 ";" ";"089/7900970 ";" " +lieferant ;00029810;"KROCOM GmbH ";" ";"Alter Hellweg 111 ";" ";"44379 ";"Dortmund ";"0231/61179 ";" ";"0231/72611749 ";" " +lieferant ;00029812;"Marena ";"Manfred Rechthaber ";"von Ostenstr.5 ";" ";"86199 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00029814;"Stephirimo ";" ";"Marktplatz 32 ";" ";"97070 ";"Wrzburg ";" ";" ";" ";" " +lieferant ;00029817;"Lingerie GmbH ";" ";"Gruitenerstr.23 ";" ";"40699 ";"Erkrath ";" ";" ";" ";" " +lieferant ;00029823;"Hi-Life ";" ";"Vogteistr.8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00029832;"Unifa GmbH ";" ";"Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";"0211/171499-0 ";" ";"0221/171499-28 ";" " +lieferant ;00029833;"Unifa Denim Division GmbH ";" ";"Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";"0211/171499-294 ";" ";"0211/171499-28 ";" " +lieferant ;00029839;"Sport Schweikard ";" ";"Elisabethenstrae 40 ";" ";"63165 ";"Mhlheim am Main ";"06108/67557 ";" ";"06108/990979 ";" " +lieferant ;00029844;"Wendt & Khn KG ";" ";"Chemnitzer Str. 40 ";" ";"09579 ";"Borstendorf ";"037294/860 ";" ";"037294/86129 ";" " +lieferant ;00029846;"Edmund Watzlaw ";"MS Europa Fashion ";"Quickborn 6 ";" ";"33739 ";"Bielefeld ";"05206/998820 ";" ";"05206/998821 ";" " +lieferant ;00029849;"Enders GmbH & Co.KG a.A. ";" ";"Brauck 1 ";"4156 ";"58791 ";"Werdohl ";"02392/978231 ";" ";"02392/978270 ";" " +lieferant ;00029850;"ACTION WEAR KG ";" ";"TAUNUSSTR. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00029851;"TOMSTER USA Vertriebs GmbH ";" ";"An`n Slagboom 7 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00029855;"BJOERN PFEIFF KG ";" ";"STRAWINSKISTR. 28 ";" ";"90455 ";"NUERNBERG ";" ";" ";" ";" " +lieferant ;00029861;"Bever Creation ";" ";"Breslauer Str 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00029862;"Flocking Ltd ";" ";"Pastoratshof 23 ";" ";"47929 ";"Grefrath ";"02158/1835 ";" ";"02158/1834 ";" " +lieferant ;00029863;"Vibes GmbH ";" ";"Adenauerstr.18 ";" ";"52146 ";"Wrselen ";"02405/420861 ";" ";"02405/420852 ";" " +lieferant ;00029866;"Moderi Fashion GmbH ";" ";"Neusser Strasse 8 ";" ";"33649 ";"Bielefeld ";"+49 251 593750 ";" ";"+49 521 4593752 ";" " +lieferant ;00029870;"ART CAN DEL ";" ";"Welterstr. 55 ";"33 01 18 ";"57072 ";"Siegen ";"0271/303140 ";" ";"0271/3031414 ";" " +lieferant ;00029877;"W. & V. SCHOENER GMBH ";" ";"CHEMNITZER STR. 28 ";" ";"01187 ";"DRESDEN ";" ";" ";" ";" " +lieferant ;00029883;"RAINER ANDRESEN ";" ";"BORL.KIRCHWEG 62 A ";" ";"32602 ";"Vlotho ";" ";" ";" ";" " +lieferant ;00029886;"F+D Schuhhandelsges. mbH ";" ";"Splieterstrae 61 ";"Warendorf ";"48231 ";"Warendorf ";" ";" ";" ";" " +lieferant ;00029887;"Handelsagentur Peter Luft ";" ";"Papitzer Str. 74 ";" ";"04435 ";"Schkeuditz ";"034204/59600 ";" ";"034204/52044 ";" " +lieferant ;00029894;"WILVORST Herrenmoden GmbH ";" ";"Stettiner Strae 6-8 ";"1680 ";"37154 ";"Northeim ";"05551/701-227 ";" ";"05551/701-242 ";" " +lieferant ;00029904;"GRUPE GMBH ";" ";"WESTSTR. 17 ";" ";"59061 ";"HAMM ";" ";" ";" ";" " +lieferant ;00029914;"Proxy ";" ";"Dieselstr. 16 ";" ";"63533 ";"Mainhausen ";"06182-68042 ";" ";"06182-7184 ";" " +lieferant ;00029922;"Daddi Adam, Renate Marx-Adam ";" ";"Lossenstr.11 ";" ";"80999 ";"Mnchen / Allach-Untermenzing ";"089/8124623 ";" ";"089/81887411 ";" " +lieferant ;00029933;"Blend She ";" ";"Merzigerstr. 21 ";" ";"40476 ";"Dsseldorf ";"0211/377072 ";" ";"0211/377074 ";" " +lieferant ;00029935;"STUTTGARTER BANK ";" ";" ";" ";"70039 ";"STUTTGART ";" ";" ";" ";" " +lieferant ;00029947;"BISAIL ";" ";"BALLEVEJ 118 ";" ";"7182 ";"BREDSTEN ";" ";" ";" ";" " +lieferant ;00029964;"SARTORI SPA ";" ";"VIA PARAISO 60 ";" ";"36015 ";"SCHIO/VICENZA ";" ";" ";" ";" " +lieferant ;00029966;"Houston Bekleidungsserv. GmbH ";" ";"Bistalerstr. 13 a ";" ";"66787 ";"Wadgassen ";"06834/940011 ";" ";"06834/940040 ";" " +lieferant ;00029968;"ASAIA + ASAIA GMBH ";" ";"VIA ROMA 12/C ";" ";"80013 ";"CASALNUOVO ";" ";" ";" ";" " +lieferant ;00029976;"sound & vision ";"Mental- & lernsysteme GmbH ";"Speickerstr. 8 ";" ";"41061 ";"Moenchengladbach ";"021618238500 ";" ";"021618238541 ";" " +lieferant ;00029977;"Basil Mauz GmbH & Co. ";" ";"Blumenstetter Str. 3 ";"262 ";"72393 ";"Burladingen ";"07475/95400 ";" ";"07475/954040 ";" " +lieferant ;00029980;"WERBUNG ";" ";" ";" ";" ";"WERBUNG ";" ";" ";" ";" " +lieferant ;00029983;"SPORT FIELD ";" ";"14 WANG TAI ROAD ";" ";"1 ";"KOWLOON HONG KONG ";" ";" ";" ";" " +lieferant ;00029997;"PLASTIMODA Spa ";" ";"Via Minghetti, 13 ";" ";"40057 ";"Cadriano - BO ";"+39-051/764411 ";" ";"+39-051/766056 ";" " +lieferant ;00030007;"AGATHOS-DRUCK GMBH ";" ";"AM KETTNERSBUSCH 3 ";" ";"51379 ";"LEVERKUSEN ";" ";" ";" ";" " +lieferant ;00030028;"Ariston Schuh ";" ";"Postfach 10 03 24 ";" ";"41403 ";"Neuss ";" ";" ";" ";" " +lieferant ;00030037;"Otto Berning & Co. ";"Astor-Werk ";"Markgrafenstrasse 17 ";"180 ";"58314 ";"Schwelm ";" ";" ";" ";" " +lieferant ;00030064;"Ernst Begemann GmbH ";"Robe-Kleiderbgelfabrik ";"Haferbachstrasse 20 ";"1128 ";"32770 ";"Lage/ Lippe ";" ";" ";" ";" " +lieferant ;00030123;"CORONET GMBH M ";" ";"HAUPTSTR. 5 ";" ";"69483 ";"WALD-MICHELBACH ";" ";" ";" ";" " +lieferant ;00030157;"Dore Dore ";"per Adr Deutsche Bank ";"- ";"100450 ";"50444 ";"Kln ";" ";" ";" ";" " +lieferant ;00030169;"Werner Eick GmbH & Co KG ";"Eick-Pack ";"Ravensberger Strasse 70 - 72 ";"101047 ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00030185;"Checkpoint Systems GmbH ";"METO ";"Westerwaldstr. 3 - 13 ";" ";"64646 ";"Heppenheim ";" ";" ";" ";" " +lieferant ;00030188;"Everts Ballon GmbH & Co KG ";" ";"Wiesenstrasse 2 - 6 ";" ";"45711 ";"Datteln ";" ";" ";" ";" " +lieferant ;00030217;"Christoph Funk zum Storchen GmbH & Co KG";"Textil-, Leder- und Pelzkonfektion ";"Aspachstrae 2 ";" ";"88400 ";"Biberach an der Ri ";"07351/1504-0 ";" ";"07351/1504-20 ";" " +lieferant ;00030227;"Getzner Textil AG ";" ";"POSTFACH 81 ";" ";"6700 ";"BLUDENZ ";" ";" ";" ";" " +lieferant ;00030253;"Hanro Deutschland GmbH ";" ";"Erkrather Str. 220 c ";" ";"40233 ";"Dsseldorf ";"0211/984781-0 ";" ";"0211/984781-20 ";" " +lieferant ;00030257;"Fritz Hartmann GmbH ";" ";"Georg-Flemming-Str 7 ";" ";"36381 ";"Schlchtern ";" ";" ";" ";" " +lieferant ;00030343;"Khullar,Mnchen ";"Khullar ";"Mauerkircher Str. ";" ";"81925 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00030384;"Lana Grossa Handels- und Vertriebs GmbH ";"Mode mit Wolle ";"Ingolstdter Strae 86 ";" ";"85080 ";"Gaimersheim ";"08458/61-0 ";" ";"08458/61-36 ";" " +lieferant ;00030536;"ECO Ehrlichster & Co. KG ";"Strumpfwaren - T-Shirts ";"Affinger Str. 7 ";"410165 ";"86167 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00030578;"Ross Textilwerke GmbH ";" ";"Am Bahnhof 4 ";"1264 ";"48607 ";"Ochtrup ";"02553/930-0 ";" ";"02553/930-93 ";" " +lieferant ;00030640;"Skila ";" ";"Berthovenstr. 2 ";" ";"73257 ";"Koengen ";" ";" ";" ";" " +lieferant ;00030651;"E. Becker GmbH & Co. KG ";"Wschefabrik ";"Gewerbestrasse 7 ";"12 45 ";"33818 ";"Leopoldshhe ";"05202/863-50 ";" ";"05202/863-55 ";" " +lieferant ;00030825;"P+M Modevertriebs GmbH ";" ";"Bruckersche Str. 146-164 ";"291362 ";"47833 ";"Krefeld ";"02151/74900 ";" ";"02151/749038 ";" " +lieferant ;00030890;"Contrex Blue Gold Kids Wear ";" ";"Sachsenstr. 22 ";" ";"68775 ";"Ketsch ";" ";" ";" ";" " +lieferant ;00030935;"Elka Toys GmbH ";" ";"Gewerbegebiet 1 ";" ";"96524 ";"Mupperg ";"036761-5750 ";" ";"036761-224 ";" " +lieferant ;00030982;"***Stckel & Grimmler KG ";" ";"Postfach 420 ";"420 ";"95204 ";"Mnchberg ";" ";" ";" ";" " +lieferant ;00031014;"Golfers Classic GmbH ";" ";"Theodor-Barth-Str. 14 ";"45 02 45 ";"28307 ";"Bremen ";"0421/438600 ";" ";" ";" " +lieferant ;00031023;"Herbert Hahn Modezubehr ";" ";"Sonnige Lehne 30 ";" ";"87600 ";"Kaufbeuren ";" ";" ";" ";" " +lieferant ;00031027;"zz~Hanseatic Fashion GmbH ";" ";"Emil-Hoffmann-Str.55-59 ";" ";"50996 ";"Kln ";"02236/84590 ";" ";"02236/848939 ";" " +lieferant ;00031047;"Grupp & Sohn ";" ";"Heuweg 10-12 ";"12 41 ";"73068 ";"Donzdorf ";"07162/912190 ";" ";"07162/24191 ";" " +lieferant ;00031097;"H.I.T. Vertriebs GmbH Manteuff ";" ";" ";"100317 ";" ";"Esslingen ";"0711/52089360 ";" ";"0711/52089388 ";" " +lieferant ;00031154;"Speidel GmbH ";" ";"Paul Gerhardt Strae 10 ";"1159 ";"72411 ";"Bodelshausen ";"07471/701-0 ";" ";"07471/701-150 ";" " +lieferant ;00031261;"Cavita Fashion GmbH ";" ";"Harkortstr. 24 ";" ";"48163 ";"Mnster ";"0251/71350 ";" ";"0251/7135101 ";" " +lieferant ;00031288;"Schneeberger GmbH & Co.KG ";" ";"Harkortstr. 24 ";" ";"48163 ";"Mnster ";" ";" ";" ";" " +lieferant ;00031329;"Swept ";" ";"Altendorfer Str. 42 ";" ";"4512 ";"Essen ";" ";" ";" ";" " +lieferant ;00031336;"Trucker Kinderbekl. ";" ";"Postfach 3780 ";"3780 ";"49027 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00031337;"Teka GmbH ";" ";"Egmatinger Str.3 ";" ";"85667 ";"Oberpframmern ";" ";" ";" ";" " +lieferant ;00031345;"Hans Thumser GmbH & Co. ";" ";"Gottlieb-Daimler-Str.4a ";"3510 ";"95032 ";"Hof ";"09281/78670 ";" ";"09281/786725 ";" " +lieferant ;00031408;"Zller GmbH ";" ";"Unterlandstr. 48 ";" ";"63911 ";"Klingenberg ";"09372/3880 ";" ";"09372/2744 ";" " +lieferant ;00031500;"BANDAI HUKI ";" ";"MULHEIMERSTR. 1 ";" ";"90451 ";"NUERNBERG ";" ";" ";" ";" " +lieferant ;00031501;"BENZINGER BETTWAREN - ";" ";"LEONBERGERSTR 64 ";" ";"71292 ";"FRIOLZHEIM ";" ";" ";" ";" " +lieferant ;00031502;"BITWAYS ";" ";"HOHE BRUECKE 1 ";" ";"20459 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031503;"Boblbe ";" ";"Karl-Bhm-Str. 165 ";" ";"85598 ";"Baldham ";" ";" ";" ";" " +lieferant ;00031504;"BRIO GmbH ";" ";"O'Brien Strae 3 ";" ";"91126 ";"Schwabach ";"09122/9897-0 ";" ";"09122/9897-40 ";" " +lieferant ;00031506;"BUDDEMEYER/TERRYBRAS ";" ";"SCHOENHALDENSTR. 4 ";" ";"8272 ";"ERMATINGEN ";" ";" ";" ";" " +lieferant ;00031507;"BUENSCH, UDO GMBH ";" ";"POSTFACH 7151 ";"71 51 ";"24171 ";"KIEL ";" ";" ";" ";" " +lieferant ;00031508;"BUENSCH, UDO OHG ";" ";"POSTFACH 1609 ";" ";"2300 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00031509;"Busch GmbH & Co. KG ";" ";"Heidelberger Strae 26 ";"12 60 ";"68519 ";"Viernheim ";"06204/6007-0 ";" ";"06204/6007-19 ";" " +lieferant ;00031510;"Coflusa S.A. ";" ";"Poligono Industrial s/n ";" ";"07300 ";"Inca / Mallorca ";" ";" ";" ";" " +lieferant ;00031511;"CLASSIC BEKLEIDUNGS-GMB ";" ";"POSTFACH 300202 ";"30 02 02 ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00031514;"DIERICHS,GEBR. GMBH ";" ";"POSTFACH 3580 ";"35 80 ";"22846 ";"NORDERSTEDT ";" ";" ";" ";" " +lieferant ;00031515;"ESPRIT-HOUSE-PORZ. ";" ";"FABRIKWEG 41 ";" ";"95706 ";"SCHIRNDING ";" ";" ";" ";" " +lieferant ;00031516;"EXQUISITE FORM ";" ";"HUMMELSBUETTLERLANDSTR. ";" ";"22339 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031517;"Franckh-Kosmos-Verlags-GmbH & Co. KG ";" ";"Pfizerstr. 5-7 ";"10 60 11 ";"70184 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00031518;"Gollnest & Kiesel KG ";" ";"Roseburger Strae 30 ";" ";"21514 ";"Gster ";"04158/8822-0 ";" ";"04158/8822-22 ";" " +lieferant ;00031519;"geobra Brandsttter Stiftung & Co. KG ";" ";"Brandsttterstr. 2-10 ";"12 60 ";"90513 ";"Zirndorf ";"0911/9666-0 ";" ";"0911/9666-1204 ";" " +lieferant ;00031520;"Gummi-Kraus GmbH ";" ";"Postfach 6 17 ";"617 ";"70176 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00031521;"Habermaa GmbH ";" ";"August-Grosch-Strae 28-38 ";"11 07 ";"96476 ";"Bad Rodach ";"09564/929-60100 ";" ";"09564/929-662300 ";" " +lieferant ;00031522;"Hans-Jrgen Lange ";"Grohandel fr Glckwunschkarten ";"Kinoweg 1 ";" ";"04934 ";"Hohenleipisch ";"03533/2428 ";" ";" ";" " +lieferant ;00031524;"HASBRO PLAYSKOOL ";" ";"WALDSTRASSE 49 ";" ";"90763 ";"FUERTH/BAYR. ";" ";" ";" ";" " +lieferant ;00031525;"HELLY JACOB GMBH ";" ";"KINZIGHEIMER WEG 115 ";" ";"63450 ";"HANAU ";" ";" ";" ";" " +lieferant ;00031526;"Hoffmann's Strkefabriken AG ";" ";"Hoffmannstr. 6 ";"360 ";"32105 ";"Bad Salzuflzen ";" ";" ";" ";" " +lieferant ;00031527;"idee+spiel ";"Frdergemeinschaft Spielwaren ";"Daimlerring 4 ";"10 04 50 ";"31135 ";"Hildesheim ";"05121/761717 ";" ";"05121/761727 ";" " +lieferant ;00031528;"IGEL ";" ";"POSENER STR. 4 ";" ";"23554 ";"LUEBBECK ";" ";" ";" ";" " +lieferant ;00031529;"KRASA KRAEMER+SAWITSCH ";" ";"LADEMANNBOGEN 129 ";" ";"22339 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031530;"M + M DESIGN ";" ";"KOLOSSEUMSTR. 1A ";" ";"80469 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00031531;"Zapf Creation GmbH & Co. KG ";" ";"Mnchrdener Str. 13 ";" ";"96472 ";"Rdental ";" ";" ";" ";" " +lieferant ;00031532;"MECCANO DEUTSCHLAND GMB ";" ";"MAX-PLANCK-STR. 39B ";" ";"50858 ";"KOELN ";" ";" ";" ";" " +lieferant ;00031533;"MECKLE-HOLT GMBH ";" ";"FRANZSTR. 119 ";" ";"46395 ";"BOCKHOLT ";" ";" ";" ";" " +lieferant ;00031534;"MERLIX ACCESSOIRES ";" ";"GERTINGSTR.23 ";" ";"22303 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031536;"MONA LISA ";" ";"BROCKHAEGER STR. 278 ";" ";"33334 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00031537;"OBERMUELLER & NACHSOHN ";" ";"HAMMERWEG 4 ";" ";"52074 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00031538;"Ravensburger Buchverlag Otto Maier GmbH ";" ";"Robert-Bosch-Strae 1 ";" ";"88214 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00031539;"Paptex Textilhandels GmbH ";" ";"Schillerstrae 4 ";" ";"6850 ";"Dornbirn ";"+43-5572/26858 ";" ";" ";" " +lieferant ;00031540;"PROFLAX ";" ";"HEINRICH KAHN STRASSE 2 ";" ";"89150 ";"LAICHINGEN ";" ";" ";" ";" " +lieferant ;00031542;"PUKY GmbH & Co. KG ";" ";"Fortunastrae 11 ";"14 60 ";"42489 ";"Wlfrath ";"02058/773-0 ";" ";"02058/773-77 ";" " +lieferant ;00031543;"RAWE-DESIGN ";" ";"LUDWIG-DUERR-WEG 3 ";" ";"45892 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00031544;"Rico Design GmbH & Co.KG ";" ";"Industriestrae 19-23 ";" ";"33034 ";"Brakel ";" ";" ";" ";" " +lieferant ;00031545;"ROBERT WEGST ";" ";"FRIEDRICHSTRASSE 33 ";" ";"25980 ";"WESTERLAND ";" ";" ";" ";" " +lieferant ;00031546;"ROLLMANN & ROSE GMBH ";" ";"WERRA-MEISSNER-KREIS ";" ";"37287 ";"WEHRETAL ";" ";" ";" ";" " +lieferant ;00031547;"Sa Ga Modeagentur ";" ";"Modering 11 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00031550;"SEM ";" ";"POSTFACH 101262 ";" ";"31111 ";"HILDSEHEIM ";" ";" ";" ";" " +lieferant ;00031552;"SLOGGI ";" ";"unbekannt ";" ";"73538 ";"HEUBACH ";" ";" ";" ";" " +lieferant ;00031553;"Sonnkind Kindertrachten ";" ";"Nocksteinstr. 20 ";" ";"83395 ";"Freilassing ";" ";" ";" ";" " +lieferant ;00031554;"SONY COMPUTER ";" ";"LYONER STR. 26 ";" ";"60528 ";"FRANKFURT ";" ";" ";" ";" " +lieferant ;00031555;"STIFF WINDISCH ";" ";"KUEBACHSTR. 1 ";" ";"81534 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00031556;"Stoor-Schwabe Barbara BB-Design ";" ";"Herderweg 15-17 ";" ";"36100 ";"Petersberg ";"0661/9625625 ";" ";" ";" " +lieferant ;00031557;"TALVEL ";" ";"FLAGENSTR. 189 ";" ";"48432 ";"RHEINE ";"0597592750 ";" ";"05975927511 ";" " +lieferant ;00031558;"TCC GmbH Textile Cooperation Company ";"Nikidou ";"Ruhrau 66 ";" ";"45279 ";"Essen ";"0201/5366063 ";" ";"0201/5366064 ";" " +lieferant ;00031559;"Textilvertrieb Rach ";" ";"Modering 3, Haus B ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00031560;"TOP PRESENT VERTRIEB GM ";" ";"OTTOBRUNNER STR. 28 ";" ";"82008 ";"UNTERHACHING ";" ";" ";" ";" " +lieferant ;00031561;"Two for One ";" ";"Krefelder Strae 72 ";" ";"52070 ";"Aachen ";" ";" ";" ";" " +lieferant ;00031562;"ULF B. METSCHER ";" ";"ROSTOCKER STR. 42 ";" ";"28239 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00031563;"Stickerei Untiedt ";" ";"Krmerstrae 11 ";" ";"25524 ";"Itzehoe ";" ";" ";" ";" " +lieferant ;00031564;"VERLAG JUERGEN DOELL ";" ";"IM ROD 2 ";" ";"36275 ";"KIRCHHEIM ";" ";" ";" ";" " +lieferant ;00031565;"VIGO ";" ";"DORFSTR. 9 ";" ";"23815 ";"GESCHENDORF ";" ";" ";" ";" " +lieferant ;00031566;"Bernd Vojtisek Lederhandschuhfabrikation";" ";"Kurze Str. 1 ";" ";"38690 ";"Vienenburg ";" ";" ";" ";" " +lieferant ;00031568;"VTech Electronics Europe GmbH ";" ";"Copernicussstraat 7 ";" ";"6003 ";"Weert ";"+31495459169 ";" ";" ";" " +lieferant ;00031571;"Ulrich Zimmermann GmbH ";" ";"Gerhard-Stalling-Str. 9 ";" ";"26135 ";"Oldenburg ";"0441/92070-0 ";" ";"0441/92070-98 ";" " +lieferant ;00031573;"Claus Ilges ";" ";"An der Mosel 73 ";" ";"56841 ";"Traben-Trarbach ";" ";" ";" ";" " +lieferant ;00031574;"GALERIE ART&DESIGN GMBH ";" ";"MENDENER STR. 17-19 ";" ";"58636 ";"ISERLOHN ";" ";" ";" ";" " +lieferant ;00031576;"PETEX GMBH ";" ";"KLINGENSTR. 11 ";" ";"71384 ";"WEINSTADT ";" ";" ";" ";" " +lieferant ;00031577;"Winfried Scheuer ";" ";"Sonnenweg 42 ";" ";"27751 ";"Delmenhorst ";" ";" ";" ";" " +lieferant ;00031578;"PRINTAMS ";" ";"HILDBURGHAUSER STR.238- ";" ";"12209 ";"BERLIN (LICHTERFELDE ";" ";" ";" ";" " +lieferant ;00031580;"Arcadia s.r.l. ";" ";"Via A.Grandi 5/9 ";" ";"61034 ";"Fossombrone (PU) ";"+39-0721/741776 ";" ";"+39-0721/741702 ";" " +lieferant ;00031581;"SCHULTE CONRAD GMBH & CO ";" ";"BENTELERSTRASSE 9 ";" ";"33397 ";"Rietberg ";"02944/9820 ";" ";"02944/982199 ";" " +lieferant ;00031582;"Genuport Trade AG ";" ";"Gutenbergring 60 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00031583;"WILMS & CO ";" ";"HEINRICH-HERTZ-STR. 2 ";" ";"65232 ";"TAUNUSSTEIN ";" ";" ";" ";" " +lieferant ;00031584;"Eterna Mode GmbH ";" ";"Medienstr. 12 ";" ";"94036 ";"Passau ";" ";" ";" ";" " +lieferant ;00031586;"Julius Renner Underwear Sarl ";" ";"Zone Industrielle ";" ";"1100 ";"Zaghouan ";" ";" ";" ";" " +lieferant ;00031588;"VIVET COSMETICS ";" ";"POSTFACH 24 51 ";" ";"40647 ";"MEERBUSCH ";" ";" ";" ";" " +lieferant ;00031590;"CALZATORIFICIO ";" ";"VIA GOVINE 21 ";" ";"25055 ";"PISOGNE ITALIEN ";" ";" ";" ";" " +lieferant ;00031591;"VVGMBH ";" ";"SIGMARINGERSTRASSE 10 ";" ";"72379 ";"HECHINGEN ";" ";" ";" ";" " +lieferant ;00031592;"FDF FLENSBURGER DRAGEE- ";" ";"HARNISHOF 1 ";"15 47 ";"24937 ";"FLENSBURG ";" ";" ";" ";" " +lieferant ;00031594;"NYMPHENBURG KG ";" ";"MARTIN-KOLLAR-STR. 4 ";" ";"81829 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00031595;"REH GMBH & CO.KG ";" ";"AM BAHNHOF ";" ";"54340 ";"LEIWEN ";" ";" ";" ";" " +lieferant ;00031597;"Wagner Pralinen GmbH ";" ";"Gutenbergring 3-5 ";" ";"25541 ";"Brunsbttel ";"04852/54900 ";" ";" ";" " +lieferant ;00031598;"NETWORK FASHION GMBH ";" ";"IRISWEG 47 ";" ";"30902 ";"ISERNHAGEN ";" ";" ";" ";" " +lieferant ;00031599;"P. SCHELL ";" ";"UCKENDORFER STR. 3 ";" ";"53859 ";"NIEDERKASSEL ";" ";" ";" ";" " +lieferant ;00031600;"ESF ";" ";"GETREIDESTR. 7 ";" ";"28217 ";"BREMEN ";" ";" ";" ";" " +lieferant ;00031601;"ERASMI & CARSTENS ";" ";"MECKLENBURGER STR. 255 ";" ";"23568 ";"Lbeck ";" ";" ";" ";" " +lieferant ;00031603;"KR[MER & SAWITSCH GMBH ";" ";"LADEMANNBOGEN 129 ";" ";"22339 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031604;"Textilwerk Gutenstein GmbH ";" ";"Mittlere Str. 16 ";" ";"72488 ";"Sigmaringen - Gutenstein ";" ";" ";"07570/95099 ";" " +lieferant ;00031605;"BEMA BEDLINE AB ";" ";"LANGTRADAGARTAN 10 ";"63 ";"290 ";"TOLLARP (SCHWEDEN ";" ";" ";" ";" " +lieferant ;00031606;"FASHION TEXTILHAND. GMB ";" ";"ALB.EINSTEIN-STR. 2 ";" ";"46422 ";"EMMERICH ";" ";" ";" ";" " +lieferant ;00031607;"KUEPER-IMPORTHorst Kueper GmbH ";" ";"Revierstr. 7 - 9 ";" ";"46145 ";"OBERHAUSEN ";"0208629550 ";" ";"02086295555 ";" " +lieferant ;00031608;"Klaus und Roland Hegering GmbH ";"Handelsagentur-Spezialitten-Vertrieb ";"Etapler Platz 32 ";" ";"42499 ";"Hckeswagen ";"02192/9313-30 (-31) ";" ";"02192/9313-31 ";" " +lieferant ;00031609;"D`AMODI ";" ";"BAHNHOFSTR. 9 ";" ";"4843 ";"AMPFLWANG ";" ";" ";" ";" " +lieferant ;00031610;"Silkona Textil GmbH ";" ";"Industriestr. 85 ";" ";"72160 ";"Horb ";"07451/8827 ";" ";" ";" " +lieferant ;00031611;"haltermann+schulte ";"Vertriebs GmbH & Co. KG ";"Konsul-Smidt-Strae 8 e ";" ";"28217 ";"Bremen ";"0421/64370-0 ";" ";"0421/64370-291 ";" " +lieferant ;00031612;"PAJOMA ";" ";"OESTINGER WEG 35 ";" ";"21745 ";"HEMMOOR ";" ";" ";" ";" " +lieferant ;00031615;"KORONA electric GmbH ";" ";"Hauptstrae 169 ";" ";"59846 ";"Sundern ";"02933/90284-0 ";" ";" ";" " +lieferant ;00031618;"HANSE-BONBON GMBH ";" ";"GEESTFURTH 22 ";" ";"28844 ";"WEYHE ";" ";" ";" ";" " +lieferant ;00031619;"MODEAGENTUR ";" ";"AM DORFTEICH 10 B ";" ";"22457 ";"HAMBURG ";" ";" ";" ";" " +lieferant ;00031620;"SEASONS S.R.L. ";" ";"VIA LAZZARIS 9 ";" ";"31027 ";"SPRESIANO ";" ";" ";" ";" " +lieferant ;00031621;"Iden Hamburg GmbH ";" ";"Von-Bronsart-Strae 5 ";" ";"22885 ";"Barsbttel ";"040/670798-0 ";" ";"040/670798-89 ";" " +lieferant ;00031622;"Iden System Grohandels GmbH ";" ";"Wilhelm-Kabus-Strae 75 ";" ";"10829 ";"Berlin ";"030/547070-0 ";" ";"030/547070-300 ";" " +lieferant ;00031623;"WEIBLER ";" ";"IM RUEBENKAMP 17 ";" ";"38162 ";"CREMLINGEN ";" ";" ";" ";" " +lieferant ;00031624;"TERRASAN HAUS+GARTENBED ";" ";"POSTFACH 240109 ";" ";"85039 ";"INGOLSTADT ";" ";" ";" ";" " +lieferant ;00031626;"Vetreria Etrusca srl ";" ";"Via Fratelli Cervi ";" ";"50056 ";"Montelupo Fiorentino (FI) ";"+39-0571/7551 ";" ";" ";" " +lieferant ;00031628;"Design & More Textil ";" ";"Nelkenweg 14 ";" ";"40699 ";"Erkrath ";"02104/803434 ";" ";" ";" " +lieferant ;00031629;"IMPULS VERMARKTUNG GMBH ";" ";"HEINRICH-HERTZ-STR. 2 ";" ";"65232 ";"TAUNUSSTEIN ";" ";" ";" ";" " +lieferant ;00031630;"TONDOWSKI ";" ";"ZUM SPORTPLATZ 6B ";" ";"21220 ";"SEEVETAL ";" ";" ";" ";" " +lieferant ;00031631;"COPEX ROAD CARGO ";" ";"POSTBUS 45 ";" ";"2180 ";"A HILLEGAM ";" ";" ";" ";" " +lieferant ;00031716;"Kohlhaas GmbH & Co. KG ";" ";"Am Wiesengrund 20 ";" ";"95032 ";"Hof/Saale ";" ";" ";" ";" " +lieferant ;00031724;"Heinz Lotze ";" ";"An der Pnt 54 ";" ";"40885 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00031930;"World of Woole ";"Vocke Textil GmbH & Co.KG ";"Klarenstrecker Damm ";" ";"216884 ";"Stade ";" ";" ";" ";" " +lieferant ;00032008;"AGENTUR HEUDECKER ";" ";"Kaiserwerther Strasse 115 ";" ";"40474 ";"Dsseldorf ";"+49 (211) 4544010 ";" ";"+49 (211) 4511018 ";" " +lieferant ;00032014;"AICON GMBH ";" ";"Kalscheurener Strae 172 ";" ";"50354 ";"Hrth ";"02233/6130 ";" ";"02233/613111 ";" " +lieferant ;00032045;"San Siro GmbH ";" ";"Rheinstrae 49 ";" ";"26382 ";"Wilhelmshaven ";"04421/484130 ";" ";" ";" " +lieferant ;00032048;"AUGSBURGER GARDINENFABR ";" ";"unbekannt ";" ";"86156 ";"AUGSBURG ";" ";" ";" ";" " +lieferant ;00032052;"B. JOEGE ";" ";"BUCHSBAUMWEG 36 ";" ";"48496 ";"Hopsten ";" ";" ";" ";" " +lieferant ;00032053;"HTG GmbH ";" ";"Ohl 9 ";" ";"58636 ";"Iserlohn ";"02371-8190-0 ";" ";"02371-8190-11 ";" " +lieferant ;00032061;"BAR TRADING ";" ";"Lauterberger Weg 17 ";" ";"22459 ";"Hamburg ";"040/32810828 ";" ";"040/32810813/14 ";" " +lieferant ;00032064;"BAUER LEDERWAREN ";" ";"SCHULSTRASSE 7 ";" ";"63150 ";"HEUSENSTAMM ";" ";" ";" ";" " +lieferant ;00032065;"Baum Handelsvertretungen ";" ";"Saurcken 20 ";" ";"89584 ";"Ehingen ";"0172/7310876 ";" ";"07391/54850 ";" " +lieferant ;00032073;"BECO Beermann GmbH & Co. KG ";" ";"Bielefelder Strae 54 ";" ";"32107 ";"Bad Salzuflen ";"05222/80600-0 ";" ";"05222/80600-10 ";" " +lieferant ;00032080;"BERND BERGER ";" ";"unbekannt ";" ";"1 ";" ";" ";" ";" ";" " +lieferant ;00032089;"BLUE JAZZ GMBH ";" ";"HEIDBERGERSTR. 16 ";" ";"51519 ";"ODENTHAL ";" ";" ";" ";" " +lieferant ;00032091;"Body Trend GmbH ";" ";"Sperlingsweg 53 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00032094;"BOSTON LEDERWAREN GMBH ";" ";"Ostkamp 22 ";" ";"26203 ";"Wardenburg ";"04407 / 7180 - 0 ";" ";"04407 / 7180 - 29 ";" " +lieferant ;00032098;"Johann Braun GmbH & Co. KG ";" ";"Industriestrae 10 ";" ";"55606 ";"Kirn/Nahe ";"06752/9333-0 ";" ";"06752/9333-33 ";" " +lieferant ;00032099;"Brinkmann GmbH & Co KG ";"Atelier Torino ";"Waltgeristr. 1 - 5 ";" ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00032101;"BROADWAY ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00032105;"Buksesnedkeren H2O ";" ";"Gutenbergring 67 B ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00032113;"CACHAREL ";" ";"AM WARTBERG ";" ";"55232 ";"ALZEY ";" ";" ";" ";" " +lieferant ;00032117;"Calwer Decken- und Tuch-Fabriken AG ";" ";"In der Insel 4 ";" ";"75365 ";"Calw ";" ";" ";" ";" " +lieferant ;00032118;"CAMEL COLLECTION ";" ";"VON-GALEN-STR. 35 ";" ";"47906 ";"KEMPEN ";" ";" ";" ";" " +lieferant ;00032122;"CARDIN PIERRE ";" ";"MAGDEBURGER STR. 37A ";" ";"47800 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00032123;"Carol Moden ";" ";"Moorreger Weg 44 ";" ";"25436 ";"Tornesch ";" ";" ";" ";" " +lieferant ;00032127;"CHAMPION ";" ";"unbekannt ";" ";"99999 ";"D- BALINGEN ";" ";" ";" ";" " +lieferant ;00032130;"zz~Christoff Jeans (luft aus, 6086) ";" ";"Falkenstr. 12 ";" ";"70736 ";"Fellbach ";" ";" ";" ";" " +lieferant ;00032131;"CICLO SPORT ";" ";"Konrad-Zuse-Bogen 8 ";" ";"82152 ";"Krailling ";" ";" ";" ";" " +lieferant ;00032133;"Clarissa Badeteppiche GmbH ";" ";"Ernst-Hilker Str. 8 ";" ";"32758 ";"Detmold ";" ";" ";" ";" " +lieferant ;00032139;"COEUR DE LION ";" ";"GEROKSTR. 79 ";" ";"70184 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00032143;"Colortex GmbH ";" ";"Blocksbergstrae 157 ";" ";"66955 ";"Pirmasens ";"06331/511500 ";" ";"06331/94108 ";" " +lieferant ;00032151;"COTTONHOUSE B.V. ";" ";"BRESLAUER STR. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00032158;"CREMER KG ";" ";"FRANZ SESTER STR. 14 ";" ";"53879 ";"EUSKIRCHEN ";" ";" ";" ";" " +lieferant ;00032159;"CREMER ROLF ZEITMESSTEC ";" ";"GRAF-ZEPPELIN-STR. 8 ";" ";"24941 ";"FLENSBURG ";" ";" ";" ";" " +lieferant ;00032161;"CZERNY Manufaktur ";"Inhaberin Theresa Czerny ";"Weiensteinstrae 22 ";" ";"97737 ";"Gemnden/Main ";" ";" ";" ";" " +lieferant ;00032166;"Dartpoint GmbH ";" ";"Am Obereichholz 1-3 ";" ";"97828 ";"Marktheidenfeld ";" ";" ";" ";" " +lieferant ;00032173;"DELSEY Reiseartikel & Lederwaren GmbH ";" ";"Bettinastrae 37 ";" ";"63009 ";"Offenbach am Main ";"069/34007-0 ";" ";"069/82993697 ";" " +lieferant ;00032176;"DERMATA ";" ";"IM WOERTH 19 ";" ";"79567 ";"WEIL AM RHEIN ";" ";" ";" ";" " +lieferant ;00032178;"DEY DESIGN GMBH & CO. ";" ";"LAEMMERSPIELER STRASSE ";" ";"63165 ";"MUEHLHEIM/RUHR ";" ";" ";" ";" " +lieferant ;00032181;"dfix Dhlemann GmbH ";" ";"Tobelwasenweg 25 ";" ";"73235 ";"Weilheim an der Teck ";"07023/9490-0 ";" ";"07023/9490-12 ";" " +lieferant ;00032192;"Duke GmbH ";" ";"Gildenstr. 6 ";" ";"48157 ";"Mnster ";" ";" ";" ";" " +lieferant ;00032200;"Elbeo Vetriebs GmbH ";" ";"Schnlinder Str. 1-11 ";" ";"86956 ";"Schongau ";" ";" ";" ";" " +lieferant ;00032209;"Engel GmbH ";" ";"Wrthstrae 155 ";" ";"72793 ";"Pfullingen ";"07121/38787-7 ";" ";"07121/38787-87 ";" " +lieferant ;00032210;"Ernst Schmuckwaren GmbH ";" ";"Rheinhessenstr. 9 ";" ";"55129 ";"Mainz Hechtsheim ";"06131/55391-0 ";" ";"06131/55391-59 ";" " +lieferant ;00032211;"4U Accessoires GmbH ";" ";"Rheinhessenstr. 9 ";" ";"55129 ";"Mainz Hechtsheim ";"06131/55391-0 ";" ";"06131/55391-59 ";" " +lieferant ;00032213;"ETS J.CANAT ";" ";"LEINWIESENSTR. 26 ";" ";"73072 ";"DONZDORF ";" ";" ";" ";" " +lieferant ;00032220;"FABEL ";" ";"MUEHLENWEG 4 ";" ";"55606 ";"KIRN ";" ";" ";" ";" " +lieferant ;00032227;"Josef Goecke GmbH & Co. KG ";" ";"Hopstener Strae 7-9 ";"11 54 ";"49589 ";"Recke ";" ";" ";" ";" " +lieferant ;00032231;"FISCHER GESELLSCHAFT MBH ";" ";"MAX-EMANUEL-STR.3 ";" ";"94036 ";"Passau ";"0800/5633537 ";" ";"+43/7752/8442148 ";" " +lieferant ;00032237;"Fossil (Europe) GmbH ";" ";"Oberwinkl 1 ";" ";"83355 ";"Grabensttt ";"08661/622-6000 ";" ";"08661/622-7000 ";" " +lieferant ;00032248;"Freudenberg & Co. Kommanditgesellschaft ";" ";"Hhnerweg 2-4 ";" ";"69469 ";"Weinheim ";"06201/80-0 ";" ";"06201/88-0 ";" " +lieferant ;00032249;"Friedrich Lederwaren GmbH ";" ";"In der Alting 9 ";" ";"90596 ";"Schwanstetten ";"09170/9492-0 ";" ";"09170/9492-2360 ";" " +lieferant ;00032250;"Herbert Fritzsche ";" ";"Industriestr. 26 ";" ";"95676 ";"Wiesau ";" ";" ";" ";" " +lieferant ;00032268;"Goldkrone ";"Lederwaren-Handelsgesellschaft mbH ";"Heinrich-Krumm-Str. 12 ";" ";"63073 ";"Offenbach ";"069/890003-0 ";" ";"089/890003-51 ";" " +lieferant ;00032269;"Denario Handelsagentur, Christiane Wolff";"c/o Huser der Mode ";"Klner Strae 1, hdm 1, Raum 0213 ";" ";"65760 ";"Eschborn ";"06196/9678460 ";" ";"06196/9678461 ";" " +lieferant ;00032279;"Ren Husser e.K. ";" ";"Carl-Benz-Strasse 6 ";" ";"63526 ";"Erlensee ";" ";" ";" ";" " +lieferant ;00032282;"Halltex, Haller Textilwerke ";" ";"Innsbrucker Strae 11 ";" ";"6060 ";"Hall In Tirol ";"+49/5223431000 ";" ";"+49/522343110 ";" " +lieferant ;00032288;"HAWECO-IMCOFRANCE ";" ";"BAUERNFELD 4 ";" ";"86165 ";"AUGSBURG ";" ";" ";" ";" " +lieferant ;00032301;"HILGERS TRADING ";" ";"MAINSTRASSE 45-51 ";" ";"41469 ";"NEUSS ";" ";" ";" ";" " +lieferant ;00032305;"Hofmann & Partner GmbH ";"Exclusive Herrenmode ";"Am Geisberg 2 ";" ";"8758 ";"Goldbach ";"06021/44398-0 ";" ";" ";" " +lieferant ;00032310;"Horn KG ";" ";"Hauptstrae 1 ";" ";"95356 ";"Grafengehaig ";"09255/78-0 ";" ";"09255/78-78 ";" " +lieferant ;00032314;"Hossner Heimtex GmbH ";" ";"Siemensstrae 14 ";"1369 ";"91355 ";"Hilpoltstein ";"09174/4708-11 ";" ";"09174/9504 ";" " +lieferant ;00032315;"Hossner Heimtex GmbH ";" ";"Siemensstrae 14 ";"1369 ";"91161 ";"Hilpoltstein ";"09174/4708-11 ";" ";"09174/9504 ";" " +lieferant ;00032317;"Hlster & Kurtenbach ";" ";"Offheimer Weg 45 ";" ";"65549 ";"Limburg ";" ";" ";" ";" " +lieferant ;00032322;"Ignaz Strobel GmbH + Co. ";" ";"Gunterstr. 31 ";" ";"95233 ";"Helmbrechts ";" ";" ";" ";" " +lieferant ;00032326;"***INTERSPORT DEUTSCHLAND ";" ";"WANNENAECKERSTR. 50 ";" ";"74078 ";"HEILBRONN ";" ";" ";" ";" " +lieferant ;00032332;"***JOKER ";" ";"INDUSTRIESTR. 32 ";" ";"74357 ";"BOENNIGHEIM ";" ";" ";" ";" " +lieferant ;00032343;"Kettler Service Center ";" ";"Henry-Everling-Str. 2 ";" ";"59463 ";"Ense-Parsit ";"02938/810 ";" ";"02938/2022 ";" " +lieferant ;00032349;"Authentic Klein GmbH & Co. KG ";" ";"Imberger Str. 17 ";" ";"87527 ";"Sonthofen ";"08321/67244-0 ";" ";"08321/67244-44 ";" " +lieferant ;00032352;"Klocke Floristenbedarf ";" ";"Vogelparadies 2 ";"1254 ";"32457 ";"Porta Westfalica ";" ";" ";" ";" " +lieferant ;00032357;"Florian W. Koenig ";" ";"Kreuzberger Ring 40 ";" ";"65205 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00032358;"Knigsmhle ";" ";"Ravensberger Strae ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00032359;"KONPLOTT s.a r.l. ";" ";"6, Rue de la Montagne ";" ";"6582 ";"Rosport ";"+352-267048-1 ";" ";"+352-267048-22 ";" " +lieferant ;00032360;"KONPLOTT Mode & Accessoires GmbH ";" ";"Konstantinstrae 12 ";" ";"54290 ";"Trier ";"0651/1704617 ";" ";" ";" " +lieferant ;00032361;"Kontraste Kerzen GmbH ";" ";"Teichweg 20 ";" ";"35396 ";"Gieen-Wieseck ";"0641/95234-0 ";" ";"0641/95234-17 ";" " +lieferant ;00032364;"Kramer Elastics GmbH ";" ";"Siegelsdorferstr. 27B ";" ";"90768 ";"Frth ";" ";" ";" ";" " +lieferant ;00032367;"Krug Stickereien ";" ";"Siedlerweg 27 ";" ";"87437 ";"Kempten (Allgu) ";" ";" ";" ";" " +lieferant ;00032368;"Karl-Heinz Krus ";" ";"Stockberg 23 ";" ";"42799 ";"Leichlingen ";" ";" ";" ";" " +lieferant ;00032372;"Kurz Lederwaren Inh. Herbert Simon Paul ";" ";"Seerosenstr. 46 ";" ";"70563 ";"Stuttgart ";"0711/7352144 ";" ";" ";" " +lieferant ;00032379;"La Fenice GmbH ";" ";"Winkelsweg 7 ";" ";"47802 ";"Krefeld ";"02151/562541 ";" ";" ";" " +lieferant ;00032391;"zz~Wolfgang Leupoldt GmbH (16819 nutzen)";" ";"Bahnhofstr. 26 ";" ";"95197 ";"Schauenstein - Obfr. ";" ";" ";" ";" " +lieferant ;00032404;"Lorena Textil GmbH ";" ";"Greiendorfer Weg 9 ";" ";"91315 ";"Hchstadt ";"09193/6383-0 ";" ";"09193/6383-39 ";" " +lieferant ;00032415;"MAERZ LEDERMODEN GMBH ";" ";"SELIGENSTAEDTER STRASSE ";" ";"63073 ";"OFFENBACH-BIEBER ";" ";" ";" ";" " +lieferant ;00032417;"Conrad Maier GmbH & Co. KG ";" ";"Martin-Luther-Str. 1 ";" ";"72438 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00032420;"***MANFRED PARTH GMBH ";" ";"ERZGIESSEREISTR. 18 C ";" ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00032421;"MANOUK BIJOUX B.V. ";" ";"WIJENBURG 81 ";" ";"1082 ";"AMSTERDAM ";" ";" ";" ";" " +lieferant ;00032422;"MANTEROL ";" ";"AM EICHPOLD 10 ";" ";"83052 ";"BRUCKMUEHL ";" ";" ";" ";" " +lieferant ;00032423;"Dieter Mantz ";" ";"Elberfelder Str. 5 ";" ";"42781 ";"Haan ";" ";" ";" ";" " +lieferant ;00032425;"Marc O'Polo International GmbH ";" ";"Hofgartenstrae 1 ";" ";"83071 ";"Stephanskirchen ";" ";" ";" ";" " +lieferant ;00032430;"MB Lederwaren-Importe GmbH ";" ";"Harkortstr. 15 ";"87 ";"59379 ";"Selm (Bork) ";"02592/9742-0 ";" ";"02592/9742-99 ";" " +lieferant ;00032435;"Mexx Bags ";" ";"Koningin Wilhelminaplein 2-4 ";" ";"1062 HK ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00032436;"MHZ HACHTEL GMBH + CO. ";" ";"SINDELFINGER STR. 21 ";" ";"70771 ";"LEINFELDEN ";" ";" ";" ";" " +lieferant ;00032443;"MOEBEL NICOL ";" ";"OSTRING 48-50 ";" ";"34277 ";"FULDABRUECK ";" ";" ";" ";" " +lieferant ;00032448;"Mosbach, Gruber GmbH & Co. KG ";" ";"Sprendlinger Landstr. 180 ";" ";"63069 ";"Offenbach/Main ";" ";" ";" ";" " +lieferant ;00032451;"Mller & Schmidt GmbH & Co. KG ";"Pfeilringwerk ";"Sudetenstr. 5 ";" ";"42653 ";"Solingen ";" ";" ";" ";" " +lieferant ;00032459;"Nanso ";" ";"Torfkuhlenweg 8 ";" ";"49504 ";"Lotte ";" ";" ";" ";" " +lieferant ;00032460;"Ewald Narewski GmbH ";" ";"Jacobastr. 76 ";" ";"52249 ";"Hckelhoven ";" ";" ";" ";" " +lieferant ;00032466;"NIKE EQUIPMENT ";" ";"MEERHEIDE 29-35 ";" ";"5521 ";"DZ ERSEL ";" ";" ";" ";" " +lieferant ;00032471;"OFFERMANN ";" ";"HUNDSIEFEN 3 ";" ";"51429 ";"BERGISCH GLADBACH ";" ";" ";" ";" " +lieferant ;00032476;"OPEW Annaberg GmbH ";" ";"Bahnhofstrae 1a ";" ";"09456 ";"Annaberg-Buchholz ";"03733/81-0 ";" ";"03733/81-23 ";" " +lieferant ;00032479;"Ornata GmbH ";" ";"Niedieckstr. 56 ";" ";"41334 ";"Nettetal ";" ";" ";" ";" " +lieferant ;00032481;"Port of Silk Ostasiatischer Seiden- ";"Import Lieselotte Roloff Nachf. e.K. ";"Sperberhorst 9 ";" ";"22459 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00032483;"OUTDOOR SPORTARTIKEL ";" ";"MITTELSTAEDTER WEG 23 ";" ";"86830 ";"SCHWABMUENCHEN ";" ";" ";" ";" " +lieferant ;00032485;"Pacific-Entermark GmbH ";"PACIFIC International ";"Porschestrae 4-6 ";" ";"73269 ";"Hochdorf ";"07153/98392-0 ";" ";"07153/98392-99 ";" " +lieferant ;00032491;"PARIS BOUTONS ";" ";"78, RUE DU TEMPLE ";" ";"75003 ";"PARIS ";"0142780100 ";" ";"0142744076 ";" " +lieferant ;00032504;"PIETSCH INGO ";" ";"ROBERT-KOCH-STR. 7-9 ";" ";"33813 ";"OERLINGHAUSEN ";" ";" ";" ";" " +lieferant ;00032510;"Stickereien & Textilien GmbH ";"Plauener Spitzenfabrikation ";"Zum Plom 17 ";" ";"8541 ";"Plauen-Neuensalz ";"03741/228131 ";" ";"03741/228133 ";" " +lieferant ;00032515;"zz~POWER TRENDS (luft aus, 18076) ";" ";"LENZENSTUECK 9 ";" ";"56317 ";"URBACH ";" ";" ";" ";" " +lieferant ;00032516;"PRINGLE OF SCOTLAND ";" ";"SCHIESS-STRASSE 44 ";" ";"40549 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00032518;"PROCHOWNICK ";" ";"KAISERSWERTHER STR.196 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00032524;"Bianca-Moden GmbH & Co KG ";" ";"Kreuzweg 70 ";"11 61 ";"48607 ";"Ochtrup ";"02553/79-0 ";" ";"02553/79156 ";" " +lieferant ;00032529;"Raebel OHG ";"(ehem. Gebr. Raebel & Sohn OHG) ";"Moskauer Strae 15 ";" ";"99510 ";"Apolda ";"03644/84490 ";" ";"03644/8449-26 ";" " +lieferant ;00032533;"Rathgeber GmbH ";"Sport und Spiel ";"Industriestrasse 5 ";"60 ";"34355 ";"Stauffenberg ";" ";" ";" ";" " +lieferant ;00032539;"REICHEL GMBH ";" ";"ROTTMAYSTR. 15 ";" ";"83410 ";"LAUFEN ";" ";" ";" ";" " +lieferant ;00032542;"Rheinische Camping GmbH ";" ";"Schulstr. 20-24 ";" ";"77694 ";"Kehl ";" ";" ";" ";" " +lieferant ;00032546;"Rimowa GmbH ";" ";"Richard-Byrd-Str. 13 ";" ";"50829 ";"Kln ";"0221/956-4170 ";" ";"0221/956-4174 ";" " +lieferant ;00032548;"Rio-Bag GmbH Lothar Perl ";" ";"Bieberer Strae 143 ";" ";"63179 ";"Obertshausen ";"06104/40709-0 ";" ";"06104/41495 ";" " +lieferant ;00032569;"rutho-textil GmbH ";" ";"Franzstr. 46-48 ";" ";"46395 ";"Bocholt ";" ";" ";"02871/13281 ";" " +lieferant ;00032571;"SABINE JANSEN ";" ";"WEICHSELSTRASSE 37 ";" ";"12045 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00032580;"Scheffer & Wiggers GmbH ";"Textilgrohandel ";"Alfred-Mozer-Strae 40 ";" ";"48527 ";"Nordhorn ";"05921/38750 ";" ";"05921/33781 ";" " +lieferant ;00032581;"SCHEIBLER PELTZER & CO ";" ";"van der Upwich Str. 3 ";" ";"41334 ";"Lobberich-Nettetal ";" ";" ";" ";" " +lieferant ;00032595;"PS Sport ";"Peppi Schwaiger ";"Am Mhlbach 6 ";" ";"82467 ";"Garmisch-Partenkirchen ";"08821/1044 ";" ";"08821/74140 ";" " +lieferant ;00032605;"SH SELECTION ";" ";"WESTFALENRING 4 ";" ";"48366 ";"LAER ";" ";" ";" ";" " +lieferant ;00032610;"Silhouette Textil GmbH ";" ";"Mercedes-Str. 7 ";" ";"70794 ";"Filderstadt-Sielming ";" ";" ";" ";" " +lieferant ;00032611;"Silhouette Vertiebs-GmbH ";" ";"Schwieberdinger Str. 56 ";" ";"71636 ";"Ludwigsburg ";" ";" ";" ";" " +lieferant ;00032613;"SKI VERTRIEB GMBH ";" ";"GARTENSTR. 10 ";" ";"67454 ";"HASSLOCH ";" ";" ";" ";" " +lieferant ;00032616;"Sixpoche International ";" ";"Oude Almosweg 1b ";" ";"7622 ";"CA Borne ";" ";" ";" ";" " +lieferant ;00032623;"Spadafora S.p.A. ";" ";"Via Lahn, 3 ";" ";"39040 ";"Ora (BZ) ";" ";" ";" ";" " +lieferant ;00032626;"SPORT OCHSENBRUCH ";" ";"KOELNER STR. 56 ";" ";"51379 ";"LEVERKUSENN ";" ";" ";" ";" " +lieferant ;00032654;"STOCK KG ";" ";"AM RING 5 ";" ";"49326 ";"MELLE ";" ";" ";" ";" " +lieferant ;00032668;"M. Sttzle GmbH ";"St. Peter Tracht & Country ";"Schmidpointstrae 6 ";" ";"94065 ";"Waldkirchen ";"08581/2580 ";" ";" ";" " +lieferant ;00032671;"SUED. FROTTIERWEBEREI ";" ";"HERBRECHTINGER STR.84 ";" ";"89542 ";"HERBRECHTINGEN-BOLH ";" ";" ";" ";" " +lieferant ;00032688;"Tee-Maass GmbH (Theodor Maass) ";" ";"Siemensstrae 51 ";" ";"25462 ";"Rellingen ";"04101/3905-0 ";" ";"04101/3905-39 ";" " +lieferant ;00032692;"TERRYBRAS AG ";" ";"HASLERASTR. 17 ";" ";"3186 ";"DUEDINGEN ";" ";" ";" ";" " +lieferant ;00032696;"The Bagsac Company ";" ";"Koningin Wilhelminaplein 2-4 ";" ";"1062 HK ";"Amsterdam ";"+31-20/6158873 ";" ";" ";" " +lieferant ;00032717;"Trading Department ";" ";"Kasseler Str. 17 ";" ";"34613 ";"Schwalmstadt ";" ";" ";" ";" " +lieferant ;00032719;"travelite GmbH & Co. KG ";" ";"Merkurring 70-72 ";" ";"22143 ";"Hamburg ";"040/642154-0 ";" ";"040/642154-215 ";" " +lieferant ;00032723;"Tretorn Vertrieb GmbH (Dachau) Spalding ";" ";"Rudolf-Diesel-Str. 1 ";" ";"85221 ";"Dachau ";"08131/2767-0 ";" ";"08131/2767-30 ";" " +lieferant ;00032729;"Truegler Sporttextil ";" ";"Boveriestr. 44 ";" ";"68526 ";"Ladenburg ";"06203/92870 ";" ";"06203/928720 ";" " +lieferant ;00032740;"Ute v. Bren ";"Modeagentur ";"Modering 1, Haus A, Raum 820 ";"61 52 39 ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00032743;"Van Zon Mode Nederland B.V. ";" ";"Laarakkerweg 19 ";" ";"5061 ";"Oisterwijk ";"013/5210845 ";" ";"013/5220144 ";" " +lieferant ;00032744;"Petrol Industries B.V. ";" ";"Kalundborg 6 ";" ";"5026 SE ";"Tilburg ";"+31-13/2050500 ";" ";"+31-13/5219671 ";" " +lieferant ;00032751;"Village Cosmetics ";" ";"Terlaner Str. 12 ";" ";"86165 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00032765;"Walker GmbH ";" ";"Wolfhager Str. 315 ";" ";"34128 ";"Kassel ";" ";" ";" ";" " +lieferant ;00032769;"WEDDIGE I. ";" ";"BLEICHSTR. 77A ";" ";"33607 ";"Bielefeld ";"0521/174606 ";" ";"0521/174632 ";" " +lieferant ;00032774;"Weinmann GmbH & Co. KG ";"Fahrrad- und Motorrad-Teilefabrik ";"Im Haselbusch 16 ";" ";"78224 ";"Singen a.Htwl. ";" ";" ";" ";" " +lieferant ;00032788;"WOLF H. LEHNER ";" ";"LOISACHAU 2 ";" ";"82418 ";"MURNAU ";" ";" ";" ";" " +lieferant ;00032791;"Windsurfing Chiemsee ";" ";"Chieminger Strasse 19 ";" ";"83355 ";"Grabensttt ";"08661 98880 ";" ";"08661-988825 ";" " +lieferant ;00032802;"ZENNER RUDOLF GMBH & CO ";" ";"SIEMENSSTR. 22 ";" ";"85521 ";"Ottobrunn ";" ";" ";" ";" " +lieferant ;00032889;"Damrich ";" ";"Mittelweg 4b ";"1127 ";"63762 ";"Grossostheim ";" ";" ";" ";" " +lieferant ;00032988;"Hch. Kettelhack ";" ";"Birkenallee 183 ";" ";"48432 ";"Rheine ";"05971/8640 ";" ";"05971/864103 ";" " +lieferant ;00033000;"PM GmbH ";" ";"Siemensstr. 31 ";" ";"47533 ";"Kleve ";"02821/899542 ";" ";"02821/899543 ";" " +lieferant ;00033003;"Esta-V ";"Accessoires Vertrieb ";"Fugnheimer Str. 3 ";" ";"67245 ";"Lambsheim ";"06233/5790470 ";" ";"06233/5790471 ";" " +lieferant ;00033005;"Paul Peter Mnchen ";" ";"Westeresch 6 ";" ";"49497 ";"Mettingen ";"05452/97103 ";" ";"05452/97105 ";" " +lieferant ;00033010;"Impress Clothing Ltd. ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033012;"H & P Texolution GmbH ";" ";"Eschenbrunnlestr.12-14 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00033013;"Mode Aktuell Textil - Grohandel GmbH ";" ";"Otto-Hahn-Str. 64 ";" ";"63303 ";"Dreieich ";"06103/803190 ";" ";"06103/312225 ";" " +lieferant ;00033020;"Fiction ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033024;"Mller Franz GmbH ";" ";"Am Schafberg 4 ";" ";"96489 ";"Niederfllbach ";"09565/9449-0 ";" ";"09565/944944 ";" " +lieferant ;00033029;"Sarl au Capital Wendy ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033032;"Escandelle Sacl ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033034;"DEFET - da vinci ";" ";"Gustav-Adolf-Strasse 33 ";" ";"90439 ";"Nrnberg ";"+49 911 961280 ";" ";"+49 911 9612840 ";" " +lieferant ;00033035;"Inspirion GmbH ";" ";"Zum Panrepel 39 ";" ";"28307 ";"Bremen ";"0421/5227-0 ";" ";"0421/5227-403 ";" " +lieferant ;00033038;"Sarl Montex Vegas ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033039;"Sarl au Capital Didi.M ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033040;"Sensations Pour Elle ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033041;"Inlina SARL ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033042;"Mo-De-Ca Fashion GmbH ";" ";"Kaiserswerther Str. 128 ";" ";"40474 ";"Dsseldorf ";"0211/439881 ";" ";"0211/439892 ";" " +lieferant ;00033043;"Starpool ";" ";"Lehenpointstr. 27 ";" ";"83730 ";"Fischbachau ";"08028/9222 ";" ";" ";" " +lieferant ;00033045;"Marina ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033047;"Universal Ties GmbH ";"Member of Beines Group ";"Adolf-Kempken-Weg 98-104 ";" ";"41189 ";"Mnchengladbach ";"02166/51011-15 ";" ";"02166/54025 ";" " +lieferant ;00033049;"Mono ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033050;"zz~Imagini Moda Donna GmbH ";" ";"Graf-Adolf-Str. 12 ";" ";"40212 ";"Dsseldorf ";"0211/328969 ";" ";"0211/328969 ";" " +lieferant ;00033051;"Viento Modevertrieb und Service GmbH ";" ";"Osdorfer Weg 86a ";" ";"22607 ";"Hamburg ";"040/5593133 ";" ";"040/55971285 ";" " +lieferant ;00033054;"Zinnia Sarl ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033056;"Cak Textil GmbH (LTB) ";" ";"Kaistrae 4 ";" ";"40221 ";"Dsseldorf ";"0211/31114-80 ";" ";"0211/31114-810 ";" " +lieferant ;00033061;"Vestebene ";"Elenea Miro ";"Danziger Str.111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00033062;"Department Fashion GmbH ";" ";"Kaiserswerther Str.207 ";" ";"40211 ";"Dsseldorf ";"0211/9843368 ";" ";"0211/9843389 ";" " +lieferant ;00033063;"LS-Tiemakers OHG ";" ";"Kanalstr.57 ";" ";"67655 ";"Kaiserslautern ";"0631/3606110 ";" ";"0631/3606112 ";" " +lieferant ;00033065;"Tanatar Deutschland GmbH ";"Euromoda B005 ";"Danziger Str. 101 ";" ";"40466 ";"Dsseldorf ";"02131/202123 ";" ";"02131/202124 ";" " +lieferant ;00033071;"Gehring ";"Internationale Handels GmbH ";"Waldbachstr. 9/13 ";"1363 ";"33803 ";"Steinhagen ";"05204/87030-0 ";" ";"05204/87030-30 ";" " +lieferant ;00033072;"Crack Fashion ";"Textil-Vertriebs-GmbH ";"Georg-Wagner-Str.58 ";" ";"72202 ";"Nagold ";"07452/66477 ";" ";"07452/5881 ";" " +lieferant ;00033073;"New Planet ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";"05453/9315-0 ";" ";"05453/9315-10 ";" " +lieferant ;00033074;"Daniel ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";"05453/9315-0 ";" ";"05453/9315-10 ";" " +lieferant ;00033076;"Ela Reck ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";"02131/4088222 ";" " +lieferant ;00033078;"Accessoriesandmore GmbH, Holly Golightly";" ";"Immenhoferstrasse 47 ";" ";"70180 ";"Stuttgart ";"0711/65837-10 ";" ";"0711/65837-09 ";" " +lieferant ;00033081;"Quatro ";"Inh. Piotr Lison ";"Mittelstr. 3a ";" ";"56424 ";"Mogendorf ";" ";" ";" ";" " +lieferant ;00033082;"Sarl Lea Mode ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033084;"Waterfly by Epsan ";"Epsan Sportgerte GmbH ";"Am Mllerberg 1 ";" ";"38729 ";"Lutter a.Bdge. ";"05383/8020 ";" ";"05383/8040 ";" " +lieferant ;00033085;"Dressen GmbH & Co. KG ";" ";"Dieselstrae 77 - 79 ";"20 03 53 ";"41189 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00033087;"Schfer Strumpffabrik GmbH ";" ";"Joh.-Fruhen-Str.43 ";" ";"47929 ";"Grefrath ";"02158/95980 ";" ";"02158/959850 ";" " +lieferant ;00033088;"Jacobsen Modeagentur ";" ";"MNodering 11 ";" ";"22457 ";"Hamburg ";"040/5593133 ";" ";"040/55971285 ";" " +lieferant ;00033089;"Jansport Division ";" ";"Vogelsangerstrasse 195 a ";" ";"50825 ";"Kln ";"0800/92092092 ";" ";" ";" " +lieferant ;00033090;"Aschwi ";" ";"Vogteistr. 8-10 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00033094;"AUBI ";" ";"Aschaffenburger Str.38 ";"1120 ";"63762 ";"Groostheim ";" ";" ";" ";" " +lieferant ;00033095;"Gerber GmbH ";"Spitzen & Stickereien ";"Rodewischer Str.15 ";" ";"08209 ";"Rebesgrn ";" ";" ";" ";" " +lieferant ;00033098;"E.Wellers, Kln ";"Agentur Grtel -Access. ";"Uferstrasse 27 ";" ";"50996 ";"Kln ";"0221/3376354 ";" ";"0221/3376356 ";" " +lieferant ;00033099;"Krawatten Leder GmbH ";" ";"Don-Bosco-Str.26 ";" ";"46397 ";"Bocholt ";"02871/29477-20 ";" ";"02871/29477-21 ";" " +lieferant ;00033101;"MGM Group Deutschland GmbH ";" ";"Talangerstr.7 ";" ";"82152 ";"Krailling ";"089/894254-0 ";" ";"089/894254-450 ";" " +lieferant ;00033110;"C & C Peters Modeagentur ";" ";"Kaiserswertherstr. 144 ";" ";"40474 ";"Dsseldorf ";"0211/20074994 ";" ";"0211/20074995 ";" " +lieferant ;00033112;"***BiBA ";"Daub GmbH ";"Daimlerstr.3 ";" ";"47167 ";"Duisburg ";"0203/51960 ";" ";"0203/5196190 ";" " +lieferant ;00033117;"U-Sportmoden GmbH & Co. KG (Untzer) ";" ";"Maximilianstrae 23 ";" ";"80539 ";"Mnchen ";"089/255427-3 ";" ";"089/2904631 ";" " +lieferant ;00033126;"Ninelives ";"Leon Distribution GmbH ";"Mollenbachstr.55 ";" ";"71229 ";"Leonberg ";"07152/352035 ";" ";"07152/352036 ";" " +lieferant ;00033127;"Kitex GmbH ";" ";"Rothenburger Str. 2-6 ";" ";"90513 ";"Zirndorf ";"0911 / 96444444 ";" ";"0911 / 96444496 ";" " +lieferant ;00033131;"easy Italy ";" ";"Fritz-Wendel-Str.11 ";" ";"67157 ";"Wachenheim ";"06322/62703 ";" ";"06322/620470 ";" " +lieferant ;00033136;"Zep-Zep Textilhandelsges. ";"Textilhandelsges.mbH ";"Modering 3 Hs.B 8 ";" ";"22457 ";"Hamburg ";"040-5503152 ";" ";"040-55007006 ";" " +lieferant ;00033141;"Mink Distribution ";" ";"Schopenhauerstr.9 ";" ";"95447 ";"Bayreuth ";"0921-5075242 ";" ";"0921-5075241 ";" " +lieferant ;00033144;"Le Faxx ";" ";"Mahdentalstr.114 ";" ";"71065 ";"Sindelfingen ";"07031/222406 ";" ";"07031/222413 ";" " +lieferant ;00033145;"AMbEE GmbH ";" ";"Wiesenstrae 21 A1 ";" ";"40549 ";"Dsseldorf ";"0211/6666-0 ";" ";"0211/6666-29 ";" " +lieferant ;00033146;"Abercrombie & Fitch ";"Inventee ";"Lind-Str.2 ";" ";"53177 ";"Bonn ";"0228/9340290 ";" ";"0228/9340292 ";" " +lieferant ;00033150;"intermoda World of Accessoires GmbH ";" ";"Brgermeister-Mittenmeier-Str. 1-3 ";" ";"93077 ";"Bad Abbach ";"09405/7317 ";" ";"09405/7319 ";" " +lieferant ;00033158;"dot-g Textilhandel ";" ";"Akazienweg 46 ";" ";"33415 ";"Verl ";" ";" ";" ";" " +lieferant ;00033160;"FashionDirect GmbH ";" ";"Echterdinger Strae 83 ";" ";"70794 ";"Filderstadt ";"0711/2202380 ";" ";"0711/2847553 ";" " +lieferant ;00033216;"Weinzeche GmbH ";" ";"Rotthauser Strasse 44 ";" ";"45309 ";"Essen ";"+49 201550024 ";" ";"+49 20155025 ";" " +lieferant ;00033280;"Scho ";" ";"Hainstr. 22 a ";" ";"61476 ";"Kronberg ";"06173/995336 ";" ";"06176/995337 ";" " +lieferant ;00033300;"Bogner Shoes GmbH & Co KG ";"Good Leg Shoes ";"Kressengartenstr. 2 ";" ";"90402 ";"Nrnberg ";"0911/46206160 ";" ";"0911/4620912 ";" " +lieferant ;00033360;"Clinton Grohandels GmbH ";" ";"Handwerkerstrae 8 ";" ";"15366 ";"Dahlwitz-Hoppegarten ";"03342/306-0 ";" ";"03342/306-198 ";" " +lieferant ;00033440;"Qaiser-Mode ";"New York ";"Modering 3 ";" ";"22457 ";"Hamburg ";"040/57145874 ";" ";" ";" " +lieferant ;00033449;"W. Zerres GmbH & Co. ";" ";"Mlgaustr. 322-324 ";"300432 ";"41238 ";"Mnchengladbach ";"02166/919300 ";" ";"02166/18105 ";" " +lieferant ;00033994;"Alvi Alfred Viehhofer GmbH & C ";" ";"Pfennigbreite 44 ";"100663 ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00034223;"Zweigart & Sawitzki ";" ";"Postfach 120 ";"120 ";"71043 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00034330;"Fynch-Hatton ";"Textilhandelsgesellschaft mbH ";"Alsstrae 166 ";" ";"41063 ";"Mnchengladbach ";"02161/56745-0 ";" ";"02161/56745-19 ";" " +lieferant ;00035669;"Meico E.B. Meier GmbH ";" ";"Katzwanger Hauptstrae 102 ";"620229 ";"90453 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00035750;"Hinrichs Bekleidungswerk GmbH ";" ";"Kanalstr. Nord 86-89 ";"1154 ";"26629 ";"Groefehn ";"04943/208-40 ";" ";"04943/208-64 ";" " +lieferant ;00036021;"Tally Weijl Trading AG ";" ";"Viaduktstrasse 42 ";" ";"4051 ";"Basel ";"+41 61 568 60 00 ";" ";"+41 64 568 62 00 ";" " +lieferant ;00036360;"Konzept Bruhn ";" ";"Sportallee 76 ";" ";"22335 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00036427;"Ahlers P.C. GmbH ";" ";"Elverdisser Str. 313 ";"1954 ";"32052 ";"Herford ";"05221/979-660 ";" ";"05221/979-661 ";" " +lieferant ;00036633;"Chantelle Lingerie GmbH ";" ";"Hans-Bckler-Str. 1 ";" ";"40476 ";"Dsseldorf ";"0211/171485-21 ";" ";"0211/171485-55 ";" " +lieferant ;00036758;"Le go Bekleidungswerke ";" ";"Am Wiesengrund 20 ";" ";"95032 ";"Hof ";"09281/750-0 ";" ";"09281/750270/78 ";" " +lieferant ;00036930;"zz~F. Stuchlik & Co. ";" ";"Bahnhofstr. 5 ";" ";"94474 ";"Vilshofen ";" ";" ";" ";" " +lieferant ;00036964;"Walter Rudel & Shne ";" ";"Bahnhofstr. 119 ";" ";"45770 ";"Marl ";" ";" ";" ";" " +lieferant ;00037582;"Pefri Bekleidungswerke GmbH ";" ";"Waltgeristr. 1-5 ";"2463 ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00037623;"Alois Oelkuch ";" ";"Im Lauen 11 ";" ";"72393 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00037730;"Weise Fashion GmbH & Co. KG ";"Festmoden ";"Birkenweg 1-3 ";" ";"74579 ";"Fichtenau-Wildenstein ";"07962/71281-0 ";" ";"07962/71281-166 ";" " +lieferant ;00037962;"SE-Blusen Stenau GmbH ";" ";"Ahauser Str. 79-91 ";"2165 ";"48599 ";"Gronau-Epe ";"02565/706-0 ";" ";"02565/706-100 ";" " +lieferant ;00038390;"Klaus Steilmann GmbH & Co. KG ";" ";"Industriestrae 24 ";" ";"59192 ";"Bergkamen ";"02389/9007-0 ";" ";" ";" " +lieferant ;00038746;"Hucke AG ";" ";"Ravensberger Strasse 41 ";"1251 ";"32312 ";"Lbbecke ";"05741/3640 ";" ";"05741/364414 ";" " +lieferant ;00038762;"Leder-Weikert ";" ";"Baumgartenstr. 23-25 ";" ";"64331 ";"Weiterstadt ";" ";" ";" ";" " +lieferant ;00038960;"Julius Schller ";" ";"Postfach 160009 ";"160009 ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00039059;"BLUHM-KLN Bekleidungs GmbH & Co. KG ";" ";"Welserstrae 6a ";" ";"51149 ";"Kln (Porz) ";"02203/9780-0 ";" ";"02203/9780-50 ";" " +lieferant ;00039067;"Cruse Bekleidung GmbH & Co. KG ";" ";"Witthagen 2 ";"1164 ";"48600 ";"Ochtrup ";"02553/9200 ";" ";"02553/920300 ";" " +lieferant ;00039108;"Kurt Beines GmbH & Co. KG ";" ";"Adolf-Kempken-Weg 98-104 ";"7 ";"41189 ";"Mnchengladbach ";"02166/51011 ";" ";"02166/54025 ";" " +lieferant ;00039174;"Wolber & Pfaff ";" ";"Postfach 1120 ";"1120 ";"77756 ";"Hausach ";" ";" ";" ";" " +lieferant ;00039380;"Sudendorf GmbH ";" ";"Siemensstr. 6 ";" ";"71101 ";"Schnaich ";" ";" ";" ";" " +lieferant ;00039413;"Bawi GmbH ";" ";"Rheinstr. 49 ";"12 55 ";"26382 ";"Wilhelmshaven ";"04421/484-0 ";" ";"04421/484-238 ";" " +lieferant ;00040001;"AACHENER ";" ";"BORCHERSTRASSE 18 ";"01 01 54 ";"52072 ";"AACHEN ";" ";" ";" ";" " +lieferant ;00040007;"Auerhahn Bestecke GmbH ";" ";"Im oberen Tal 9 ";" ";"72213 ";"Altensteig ";"07453/9468-0 ";" ";"07453/9468-90 ";" " +lieferant ;00040008;"AVITALE BY ";" ";"Carl-Zeiss-Str.8 ";" ";"25451 ";"Quickborn ";"04106/773371 ";" ";"04106/773373 ";" " +lieferant ;00040018;"BOECKLE IMPORT ";" ";"BURGBLICK 9 ";" ";"74336 ";"BRACKENHEIM ";"07135/9844-0 ";" ";"07135/9844-22 ";" " +lieferant ;00040024;"Brunswiker GmbH ";" ";"Am Forsthaus 3 ";" ";"49477 ";"Ibbenbren ";" ";" ";"05451/509335 ";" " +lieferant ;00040025;"BSF ";" ";"An der ";" ";"28305 ";"Bremen ";"0421/4103-201 ";" ";"0421-4103-123 ";" " +lieferant ;00040027;"Campus Home & Garden ";"Wohnaccessoires GmbH ";"Dorfstrae 29 ";" ";"25524 ";"Itzehoe ";"04821/17590 ";" ";" ";" " +lieferant ;00040029;"CARSTENS LUEBECK ";" ";"Mecklenburger Strae 255 ";"16 01 25 ";"23568 ";"LUEBECK ";" ";" ";" ";" " +lieferant ;00040032;"CHOCON ";" ";"ERNST- ABBE STR. ";" ";"25337 ";"ELMSHORN ";"041214771-0 ";" ";"041214771-50 ";" " +lieferant ;00040038;"Confiserie Burg Lauenstein GmbH ";" ";"Lauensteiner Strae 41 ";" ";"96337 ";"Ludwigsstadt ";"09263/945-0 ";" ";"09263/945-45 ";" " +lieferant ;00040039;"Confiserie Heilemann GmbH ";" ";"Alpenstrae 1 ";" ";"87789 ";"Woringen / Allgu ";"08331/9575-0 ";" ";"08331/9575-60 ";" " +lieferant ;00040040;"Confiserie Rabbel GmbH ";" ";"Gartenkamp 1-3 ";" ";"49492 ";"Westerkappeln ";"05404/9707-0 ";" ";"05404/9707-30 ";" " +lieferant ;00040048;"Interbel D. Biermann GmbH & Co. KG ";" ";"Gewerbestr. 18 ";" ";"32584 ";"Lhne ";"05731/78870 ";" ";"05731/788799 ";" " +lieferant ;00040049;"DELVITA GMBH ";" ";"Dahlweg 26 ";"21 67 ";"41334 ";"Nettetal-Kaltenkirchen ";"02157/87490 ";" ";"02157/870690 ";" " +lieferant ;00040069;"EUTRADE ";" ";"GRAF-RECKE-STR.36 ";" ";"40239 ";"Dsseldorf ";"0211/689414 ";" ";"0211/669203 ";" " +lieferant ;00040073;"FEODORA CHOCOLADE ";" ";"Westerstrasse 36 ";"10 58 03 ";"28199 ";"Bremen ";"0421/59506-1 ";" ";"0421/501204 ";" " +lieferant ;00040088;"GLASAX GMBH ";" ";"DRESDENER STR.10A ";" ";"1936 ";"SCHWEPNITZ ";"035797/62200 ";" ";"035797/62212 ";" " +lieferant ;00040093;"Grfe und Unzer Verlag GmbH ";" ";"Grillparzerstrae 12 ";" ";"81675 ";"Mnchen ";"089/41981-0 ";" ";"089/41981-250 ";" " +lieferant ;00040096;"Gnter Gloy ";" ";"Kohfurth 59 ";" ";"22850 ";"Norderstedt ";"040/5256767 ";" ";"040/5256766 ";" " +lieferant ;00040098;"M. Flues & Co. ";" ";"Flieth 15 (Ortsteil Vohwinkel) ";"14 41 60 ";"42327 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00040108;"HELLWEGE & CO ";" ";"GERTIGSTRASSE ";" ";"22303 ";"HAMBURG ";"040/271512-0 ";" ";"040/271512-12 ";" " +lieferant ;00040109;"HEROLD A/S ";" ";"Farvervej 1 ";" ";"8800 ";"VIBORG ";" ";" ";" ";" " +lieferant ;00040119;"HUTSCHENREUTHER ";" ";"WITTELSBACHERSTRA ";" ";"95100 ";"SELB ";" ";" ";" ";" " +lieferant ;00040127;"Insieme Vertriebs GmbH ";" ";"Carl-Orff-Strae 6 ";" ";"92670 ";"Windischeschenbach ";"09681/917321 ";" ";"09681/4000469 ";" " +lieferant ;00040136;"Leysieffer GmbH & Co.KG ";" ";"BENZSTRASSE 9 ";" ";"49076 ";"OSNABRUECK ";"(0541) 9142-0 ";" ";"(0541)9142111 ";" " +lieferant ;00040140;"KitchenAid Europa Inc ";" ";"Nijverheidslaan 3 ";" ";"1853 ";"Strombeek Bever ";" ";" ";" ";" " +lieferant ;00040141;"Klaus-Dieter Kleffner ";" ";"DANZIGER STR. 59 ";" ";"41352 ";"Korschenbroich ";"02161/64562-64 ";" ";"02161/644018 ";" " +lieferant ;00040153;"LUEHDERS ";" ";"WENDENSTRASSE 329 ";" ";"20537 ";"HAMBURG ";"040/2542007-08 ";" ";"040/2513308 ";" " +lieferant ;00040172;"J. G. Niederegger GmbH & Co. KG ";" ";"Zeistrae 3-5 ";" ";"23560 ";"Lbeck ";"0451/5301-0 ";" ";"0451/5301-112 ";" " +lieferant ;00040178;"OPUS 4 ";" ";"ZUR KOKEMUEHLE 4 ";" ";"30890 ";"BARSINGHAUSEN ";" ";" ";" ";" " +lieferant ;00040193;"ROBBE UND BERKING ";" ";"Zur Bleiche 47 ";" ";"24941 ";"Flensburg ";"0461/903060 ";" ";"0461/90306-22 ";" " +lieferant ;00040198;"Rosenthal AG ";" ";"DRESDENER STRASSE ";" ";"95469 ";"SPEICHERSDORF ";"01803/331265 ";" ";"09275/60393 ";" " +lieferant ;00040206;"Saeco GmbH ";" ";"Hermann-Laur-Strae 4 ";" ";"78253 ";"Eigeltingen ";"07774/505-100 ";" ";"07774/505-297 ";" " +lieferant ;00040212;"Jansen Wsche Antonie Jansen ";" ";"Augustastr. 136 ";" ";"42011 ";"Wuppertal ";"02236/89210 ";" ";"02236/8921100 ";" " +lieferant ;00040224;"SPIEGELAU GMBH ";" ";"Hauptstrasse 2-4 ";" ";"94518 ";"Spiegelau ";"08553/2400 ";" ";"08553/2910 ";" " +lieferant ;00040229;"STOELZLE-OBERGLAS ";" ";"BERLINER STRASSE ";" ";"2943 ";"WEISSWASSER ";" ";" ";" ";" " +lieferant ;00040230;"STRAUSS ";" ";"WUESTENFELDE 22 ";" ";"24147 ";"KIEL ";"0431/7859710 ";" ";"0431/7859712 ";" " +lieferant ;00040236;"Thomas Trend Factory ";" ";"DRESDENER STRASSE ";" ";"95469 ";"SPEICHERSDORF ";"01803/331265 ";" ";"09275/60393 ";" " +lieferant ;00040251;"Wiebold Confiserie GmbH & Co. KG ";" ";"Ernst-Abbe-Str. 2 ";" ";"25337 ";"Elmshorn ";"04121/4771-0 ";" ";"04121/4771-50 ";" " +lieferant ;00040253;"WMH ";" ";"NEUENREUTH 9 ";" ";"95336 ";"MAINLEUS ";"09229/974005 ";" ";"09229/974006 ";" " +lieferant ;00040267;"C..Stiefelmeyer ";" ";"Huettenweg 4 ";" ";"97877 ";"Wertheim ";"0934896150 ";" ";"09342961550 ";" " +lieferant ;00040268;"Fa. Schwarzwaelder ";" ";"Hauptstr. 74 ";" ";"71732 ";"Tamm ";" ";" ";" ";" " +lieferant ;00040269;"Kaarsen Craeymeersch B.V.B.A. ";" ";"Avenue Bois Jacquet 5 ";" ";"7711 ";"Dottenijs ";" ";" ";" ";" " +lieferant ;00040270;"Bolsius Deutschland GmbH ";" ";"Bonsiepen 13 ";" ";"45136 ";"Essen ";" ";" ";" ";" " +lieferant ;00040272;"***Artfleur ";" ";"Heeger Str. 28 ";"11 03 87 ";"42555 ";"Velbert ";" ";" ";" ";" " +lieferant ;00040273;"Stratic Lederwaren ";"Jacob Bonifer GmbH ";"Kasseler Strae 14 ";" ";"63110 ";"Rodgau-Jgesheim ";"06106/8493-0 ";" ";"06106/8493-10 ";" " +lieferant ;00040329;"A Novo Textilgesellschaft mbH ";" ";"Daimlerstr. 14 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00040530;"Chiemsee Sailing Textilvertrieb ";" ";"Seeplatz 10 ";" ";"83257 ";"Gstadt ";" ";" ";" ";" " +lieferant ;00040767;"Herrn Ra Hose ";" ";"Gerichtsstr. 12 ";" ";"32791 ";"Lage ";" ";" ";" ";" " +lieferant ;00040783;"Olymp Bezner KG ";" ";"Hpfigheimer Str. 19 ";" ";"74321 ";"Bietigheim-Bissingen ";"07142/592-0 ";" ";"07142/592-19 ";" " +lieferant ;00040784;"Olymp Casual ";" ";"Hpfigheimer Str. 19 ";" ";"74321 ";"Bietigheim-Bissingen ";"07142/592-0 ";" ";"07142/592-19 ";" " +lieferant ;00040973;"Flick Aktuell ";" ";"Postfach 140368 ";"140368 ";"33623 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00041195;"Richard Mller ";" ";"Conrad-Wagner-Str. 2 ";" ";"96215 ";"Lichtenfels ";" ";" ";" ";" " +lieferant ;00041278;"zz~Hammer Fashion ";" ";"Kirchenlamitzer Str. 71 ";" ";"95213 ";"Mnchberg ";"09251/4410 ";" ";"09251/441210 ";" " +lieferant ;00041343;"Angermeyer & Co GmbH ";" ";"Seitzstr. 8 ";" ";"80538 ";"Mnchen ";"089/21137040 ";" ";"089/21137033 ";" " +lieferant ;00041393;"Sporting Dress GmbH ";" ";"Bckerkamp 21 ";"2854 ";"33330 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00041509;"RoFa-Moden ";"Faller GmbH & Co. ";"Oberes Tor 4 ";"1161 ";"97956 ";"Werbach ";"09341/807-0 ";" ";"09341/807-150 ";" " +lieferant ;00041583;"Simclan Clothing ";" ";"Schulweg 1 ";" ";"97234 ";"Reichenberg/b.Wrzburg ";" ";" ";" ";" " +lieferant ;00041591;"Wega GmbH ";"Sport + Freizeitkleidung ";"Fabrikstrae 19-23 ";" ";"83101 ";"Rohrdorf-Thansau ";"08031/27530 ";" ";"08031/72515 ";" " +lieferant ;00041616;"Augustat GmbH ";" ";"Fringsstrae 30 ";" ";"40221 ";"Dsseldorf ";"0211/90146-0 ";" ";"0211/90146-66 ";" " +lieferant ;00041806;"G.A.T. H. Weidemann ";" ";"Kaiser-Wilhelm-Str. 77 ";" ";"46395 ";"Bocholt ";"02871/9906-0 ";" ";"02871/9906-11 ";" " +lieferant ;00041880;"Heinrich Obermeyer GmbH & Co. KG ";" ";"Immenstdter Str. 6-8 ";"100 ";"87534 ";"Oberstaufen ";"+49 (0) 83 86 / 916-0 ";" ";"+49 (0) 83 86 / 916-2800 ";" " +lieferant ;00042044;"Egeria GmbH ";" ";"Nrtinger Strae 83 ";" ";"72074 ";"Tbingen ";"07071/882-0 ";" ";"07071/882-217 ";" " +lieferant ;00042119;"Knirps International GmbH ";" ";"Konrad-Adenauer-Str. 72-74 ";" ";"42651 ";"Solingen ";"0212/3930 ";" ";"0212393250 ";" " +lieferant ;00042391;"Seidenfalter ";" ";"Hubertusstr. 188-190 ";" ";"47798 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00042474;"Herzlaker Bekleidungswerk GmbH & Co. KG ";" ";"Schtzenstrae 6 ";"1155 ";"49770 ";"Herzlake ";"05962/639 ";" ";" ";" " +lieferant ;00042630;"Konstantin Huebner ";" ";"BUSCHSTR.361 ";" ";"47800 ";"KREFELD ";" ";" ";" ";" " +lieferant ;00042664;"Friedrich Hmmerle ";" ";"MAEHRINGERSTR. 30-32 ";"6062 ";"72770 ";"Reutlingen ";"07121/911-0 ";" ";"07121/911-400 ";" " +lieferant ;00043993;"Import Hansa GmbH ";" ";"Postfach 101851 ";"101851 ";"45018 ";"Essen ";"0201/27507-0 ";" ";"0201/27507-55 ";" " +lieferant ;00044230;"Sterntaler GmbH ";" ";"Werkstr. 6-8 ";"40 ";"65599 ";"Dornburg-Dorndorf ";"06436/509-0 ";" ";"06436/2000 ";" " +lieferant ;00044298;"Taubert Textil GmbH ";" ";"Angerbrunnenstrae 3 ";" ";"85356 ";"Freising ";"08161/9888-0 ";" ";"08161/9888-10 ";" " +lieferant ;00044305;"Billerbeck GmbH ";" ";"Postfach 22 02 46 ";"22 02 46 ";"42372 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00044355;"Adam Kaeppel GmbH ";" ";"Klinkertorstr. 8-10 ";"101951 ";"86152 ";"Augsburg ";"0821/325870 ";" ";"0821/3258749 ";" " +lieferant ;00044587;"Breidhof GmbH ";" ";"Schulstr. 23 ";"1165 ";"35216 ";"Biedenkopf ";"06461/7809-34 ";" ";"06461/7809-10 ";" " +lieferant ;00044644;"Solar Fashion ";" ";"Stckingstr. 2 ";" ";"95463 ";"Bindlach ";"09208/9045 ";" ";"09208/9037 ";" " +lieferant ;00044719;"Maute GmbH & Co.KG ";" ";"Bahnhofstr. 16 ";"120 ";"72406 ";"Bisingen ";"07476/930-160 ";" ";"07476/930-200 ";" " +lieferant ;00044933;"Albert Nill ";" ";"Postfach 1158 ";"1158 ";"72407 ";"Bodelshausen ";" ";" ";" ";" " +lieferant ;00045395;"Leopold Heim GmbH & Co. KG ";" ";"Jahnstrasse 1 ";" ";"72393 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00045410;"Norma ";" ";"Am Rehmengraben 10 ";" ";"31582 ";"Nienburg ";" ";" ";" ";" " +lieferant ;00045569;"Ambrosius Heim GmbH Strick & W ";" ";"RINGINGER STR.17 ";"149 ";"72393 ";"BURLADINGEN ";" ";" ";" ";" " +lieferant ;00045775;"Hermann Biederlack GmbH & Co. KG ";" ";"Biederlackstrae 21 ";"1163 ";"48268 ";"Greven ";"02571/808-0 ";" ";"02571/808-404 ";" " +lieferant ;00045832;"Badenia GmbH ";" ";"Oberschopfheim 100 ";"100 ";"77948 ";"Friesenheim ";" ";" ";" ";" " +lieferant ;00045973;"Dutta Textilvertrieb GmbH ";" ";"Hufnerstr. 20 ";" ";"22083 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00046450;"Arena Italia S.p.A. ";" ";"Rosenheimer Str. 145c ";"80 01 11 ";"81671 ";"Mnchen ";"089/800700-0 ";" ";"089/800700-85 ";" " +lieferant ;00046541;"W. Schmidt GmbH ";" ";"Postfach 3380 ";"3380 ";"91021 ";"Erlangen ";" ";" ";" ";" " +lieferant ;00047036;"Konrad Hornschuch AG ";" ";"Salinenstrae 1 ";" ";"74679 ";"Weibach ";"07947/81-0 ";" ";" ";" " +lieferant ;00047341;"Besmer Bodenbelge GmbH ";" ";"Postfach 220 ";" ";"31834 ";"Hess. Oldendorf ";" ";" ";" ";" " +lieferant ;00047656;"Steger Fashion Group GmbH ";" ";"Osterlange 17 ";" ";"99189 ";"Elxleben a.d.Gera ";"036201/85285 ";" ";"036201/85974 ";" " +lieferant ;00047903;"Fritz Plessing GmbH ";" ";"Postfach 52 ";"52 ";"72349 ";"Geislingen ";" ";" ";" ";" " +lieferant ;00047911;"Gebr. Huber KG ";" ";"Austr. 28 ";"150010 ";"72459 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00048232;"Fridolin Bauer GmbH ";" ";"Hauptstrae 130 ";"6 ";"63849 ";"Leidersbach ";"06028/97240 ";" ";"06028/5026 ";" " +lieferant ;00048381;"New Collection GmbH (Christa Probst) ";" ";"Brgermeister-Graf-Ring 10 ";" ";"82538 ";"Geretsried ";"08171/4209-0 ";" ";"08171/4209-41 ";" " +lieferant ;00049024;"zz~Volma Wirkwaren GmbH ";" ";"Neustr.12 ";"220 ";"72379 ";"Hechingen ";"07471/1890 ";" ";"07471/189120 ";" " +lieferant ;00049248;"Bambino Moden ";" ";"Brandenbusch 2 ";" ";"29320 ";"Hermannsburg ";" ";" ";" ";" " +lieferant ;00049719;"Kunert Fashion GmbH ";" ";"Julius-Kunert-Strae 49 ";"1363 ";"87509 ";"Immenstadt ";"08323/12-0 ";" ";"08323/12-389 ";" " +lieferant ;00049868;"Joy-Sportswear GmbH ";" ";"Brunleinsberg 16 ";" ";"91242 ";"Ottensoos ";"09123/941011 ";" ";"09123/941033 ";" " +lieferant ;00050039;"Edi Ganssmller GmbH ";" ";"Wunsiedler Str. 14 ";"110153 ";"95474 ";"Kemnath ";" ";" ";" ";" " +lieferant ;00050063;"Puma SE (ehem. Puma AG) ";"Rudolf Dassler Sport ";"Puma Way 1 ";"1420 ";"91074 ";"Herzogenaurach ";"091/32810 ";" ";"091/32812246 ";" " +lieferant ;00050072;"Miele Waschsalon Ertl ";" ";"Eggenfeldener Str. 34 ";" ";"84347 ";"Pfarrkirchen ";" ";" ";" ";" " +lieferant ;00050618;"Lida Taschen & Accessoires, Zhang Yongli";" ";"Breslauer Str. 8, Raum 351 ";" ";"12099 ";"Berlin ";"02131/4023978 ";" ";"02131/4086272 ";" " +lieferant ;00050667;"Erfo Bekleidungswerk GmbH & Co. KG ";" ";"Paulstr. 4-8 ";"29 23 ";"48529 ";"Nordhorn ";"05921/1700 ";" ";"05921/170102 ";" " +lieferant ;00050716;"Orbis Textil ";" ";"Kruppstr. 20 ";" ";"58553 ";"Halver ";"02353/91320 ";" ";"02353/913244 ";" " +lieferant ;00050775;"Pamilo, Jutta Silz ";" ";"Klner Str.1,Haus der Mode 1, Raum 0213 ";" ";"65760 ";"Eschborn ";"06196 - 45255 ";" ";"06196 - 484329 ";" " +lieferant ;00050776;"Power Fashion ";" ";"Taunusstr. 45, House 2, Raum 231 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00050790;"Bueckle GmbH ";" ";"Hlderlinstr. 46-54 ";"106 ";"74344 ";"Lauffen ";"07133/108-0 ";" ";"07133/108-49 ";" " +lieferant ;00050906;"Mey GmbH & Co. KG ";" ";"Auf Steingen 6 ";"15 00 15 ";"72459 ";"Albstadt ";"07431/706-0 ";" ";"07431/706-100 ";" " +lieferant ;00050907;"Paplebag Frager GmbH ";" ";"Londoner Str. 11 ";" ";"48455 ";"Bad Bentheim ";" ";" ";" ";" " +lieferant ;00051110;"Fritz Nitzsche GmbH & Co. KG ";" ";"Robert-Bosch-Str. 6 ";" ";"86551 ";"Aichach ";"08251/89900 ";" ";"08251/899018 ";" " +lieferant ;00051235;"***FALKE ";" ";"Postfach 15 60 ";"15 60 ";"59525 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00051714;"Sanetta Gebrder Ammann GmbH & Co. KG ";" ";"Sanettastrae 1 ";"1253 ";"72469 ";"Mestetten ";"07431/639-0 ";" ";"07431/639-109 ";" " +lieferant ;00051805;"Gustav Mader ";" ";"Heinemannstr. 5 ";"1127 ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00052043;"Frankenstolz ";"Steppdecken-Fabrik ";"Industriestrae 1 - 3 ";"10 06 07 ";"63814 ";"Mainaschaff ";"06021/708-0 ";" ";"06021/76479 ";" " +lieferant ;00052259;"Edler von F. ";" ";"Neuhofstr. 30-40 ";"101030 ";"41061 ";"Mnchengladbach ";"02161/241820 ";" ";"02161/16299 ";" " +lieferant ;00052308;"Maerz Muenchen KG ";" ";"Bayerwaldstrae 7 ";" ";"81737 ";"Mnchen ";"089/62727-0 ";" ";"089/62727-109 ";" " +lieferant ;00052415;"Escada AG ";" ";"Karl-Hammerschmidt-Str. ";" ";"85609 ";"Aschheim ";" ";" ";" ";" " +lieferant ;00052423;"elegante bed-linen fashion GmbH ";" ";"Elpke 94 ";"18 01 64 ";"33605 ";"Bielefeld ";"0521/924170 ";" ";"0521/202691 ";" " +lieferant ;00052481;"K.D. Laufer GmbH ";" ";"An der Klberweide 8 ";" ";"82299 ";"Trkenfeld ";"08193/8004 ";" ";"08193/6887 ";" " +lieferant ;00052998;"Dyckhoff GmbH ";" ";"Hauenhorster Str. 131-143 ";"1363 ";"48431 ";"Rheine ";"05971/40080 ";" ";"05971/400845 ";" " +lieferant ;00053364;"Gottlieb Haug GmbH & Co. KG ";"Strickwarenfabrik ";"Lammerbergstr. 75-79 ";" ";"72461 ";"Albstadt-Taifingen ";"07432/9792-0 ";" ";"07432/9792-30 ";" " +lieferant ;00053877;"Christian Alber-Thoma ";" ";"Maierhofstr. 10 ";" ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00053950;"G. Schuemer ";" ";"Postfach 1360 ";"1360 ";"48458 ";"Schttorf ";" ";" ";" ";" " +lieferant ;00054015;"Funny Claire ";" ";"Dringenauer Str. 12 ";" ";"31812 ";"Bad Pyrmont ";" ";" ";" ";" " +lieferant ;00054023;"Magma-Heimtex Erich Hargesheimer e.K. ";" ";"Bahnhofstr. 66 ";" ";"77948 ";"Friesenheim ";" ";" ";" ";" " +lieferant ;00054445;"FREYA GmbH & Co. KG ";"Strickwarenfabrik ";"Eichendorffstrae 4850 ";"7129 ";"72793 ";"Pfullingen ";"07121/9744-0 ";" ";"07121/9744-11 ";" " +lieferant ;00054924;"I.C. Leibfried GmbH Handarbeit ";" ";"Am Feger 5-7 ";"140 ";"71063 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00054982;"Gustav Detzel GmbH Mini Mondo ";" ";"ERNST-ABBE-STR. 21 ";" ";"72770 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00055245;"erima GmbH ";" ";"Carl-Zeiss-Strae 10 ";" ";"72793 ";"Pfullingen ";"07121/342-300 ";" ";"07121/342-1300 ";" " +lieferant ;00055328;"Eugen Schnizler GmbH & Co.KG ";" ";"Grathwohlstr. 5 ";" ";"72762 ";"Reutlingen ";"07121/51483-0 ";" ";"07121/51483-20 ";" " +lieferant ;00055435;"Gustav Gnner GmbH & Co. ";" ";"Gammertinger Strasse 33 ";"1155 ";"88499 ";"Riedlingen ";"07371/93660 ";" ";"07371/936610 ";" " +lieferant ;00055477;"Sllwold & Resch ";" ";"Bahnhofstrae 40 ";"1707 ";"36110 ";"Schlitz ";" ";" ";" ";" " +lieferant ;00055526;"Filzfabrik Fulda GmbH & Co. KG ";" ";"Frankfurter Str. 62 ";" ";"36035 ";"Fulda ";" ";" ";" ";" " +lieferant ;00055691;"Alfred Apelt GmbH ";" ";"An der Rench 2 ";"1151 ";"77704 ";"Oberkirch ";" ";" ";" ";" " +lieferant ;00055716;"Borghorster Frottierweberei ";" ";"Flakamp 15 ";"2120 ";"48565 ";"Steinfurt-Borghorst ";" ";" ";" ";" " +lieferant ;00055774;"Gtz Mode GmbH & Co.KG ";" ";"Dorfstrae 58 ";"100209 ";"72459 ";"Albstadt-Margrethausen ";"07431/7000 ";" ";"07431/700155 ";" " +lieferant ;00055782;"ABRO GmbH & Co. KG ";" ";"Nrnberger Strae 3-9 ";" ";"63110 ";"Rodgau Jgesheim ";"06106/6996-0 ";" ";"06106/6996-39 ";" " +lieferant ;00055956;"Falke KGaA ";" ";"Oststrae 5 ";"1109 ";"57392 ";"Schmallenberg ";"02972/799-1 ";" ";"02972/799-319 ";" " +lieferant ;00056350;"Heinz Gensch ";" ";"Krauchenwieser Str. 36 ";"1149 ";"72517 ";"Sigmaringendorf ";" ";" ";" ";" " +lieferant ;00056392;"Ergee GmbH ";" ";"Hindelanger Str. 33 ";"15 63 ";"87527 ";"Sonthofen ";"08321/8010 ";" ";"08321/22652 ";" " +lieferant ;00056855;"Hudson International ";" ";"Julius-Kunert-Str. 49 ";" ";"87509 ";"Immenstadt ";"08323/120 ";" ";"08323/12389 ";" " +lieferant ;00057051;"Ammann & Bitzer KG Medico ";" ";"Vor dem weien Stein 25 - 31 ";"1140 ";"72434 ";"Albstadt ";"07432/707-0 ";" ";"07432/707-10 ";" " +lieferant ;00057069;"Blmlein & Lang GmbH H.D.K. Ii ";" ";"Wevelinghoven 28/A ";" ";"41334 ";"Nettetal ";"+49 2153 953234 ";" ";" ";" " +lieferant ;00057275;"La Vie GmbH ";" ";"Robert-Perthel-Str. 81 ";" ";"50739 ";"Kln ";"0221/95759211 ";" ";"0211/95759516 ";" " +lieferant ;00057374;"hm-moden ";" ";"Adenauerallee 12 ";" ";"61440 ";"Oberursel/Ts. ";" ";" ";" ";" " +lieferant ;00057598;"Otto Kessler GmbH ";" ";"Vilbeler Landstrae 45b ";" ";"60388 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00057928;"Anton Schirmer GmbH & Co. ";" ";"Seidelbaststrae 12 ";"1644 ";"72461 ";"Albstadt ";"07432/9810-0 ";" ";"07432/9810-50 ";" " +lieferant ;00057952;"Ernst Schller Wschefabriken GmbH ";" ";"Sonnenstr. 100 ";"100543 ";"72458 ";"Albstadt ";"07431/578-500 ";" ";"07431/578-510 ";" " +lieferant ;00057960;"Josef Oelkuch GmbH & Co.KG ";" ";"KIRCHWEG 12 ";" ";"72474 ";"Winterlingen ";"07577/7307 ";" ";"07577/3152 ";" " +lieferant ;00058124;"New Morrigan ";" ";"Harkortstr. 27 ";" ";"40880 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00058265;"Coltex Auenhandel ";" ";"Erdkampweg 100 A ";" ";"22335 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00058405;"H. Schulenburg ";" ";"Am Bahnhof 4 ";"1146 ";"21355 ";"Bardowick ";" ";" ";" ";" " +lieferant ;00058934;"Bode Strickmode ";" ";"Postfach 1243 ";"1243 ";"37278 ";"Wanfried ";"05655/989-8 ";" ";"05655/989-600 ";" " +lieferant ;00058976;"Chr. Hipp GmbH & Co.KG ";" ";"AUF DER STEINGE 3 ";"1180 ";"72827 ";"WANNWEIL ";" ";" ";" ";" " +lieferant ;00059461;"Gottlieb Sauer ";" ";"MELCHINGER STR. 18-20 ";" ";"72819 ";"SONNENBUEHL ";" ";" ";" ";" " +lieferant ;00059999;"R. Ten Hompel ";" ";"Franzstr. 46/48 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00060001;"4-DAMAS CONFEC. ";" ";"PORTELA DE AROES ";" ";"4820 ";"FAFE ";" ";" ";" ";" " +lieferant ;00060301;"H.A. Kruse Import - Export ";" ";"PRACHERDAMM 8 ";"1234 ";"25436 ";"UETERSEN ";" ";" ";" ";" " +lieferant ;00060931;"Kompagniet AF 1991 A/S ";" ";"Elholm 8 ";"319 ";"6400 ";"Sonderborg ";"+45 7443 0207 ";" ";"+45 7443 4007 ";" " +lieferant ;00061044;"Ringella Bekleidungswerk GmbH ";" ";"Daimlerring 3 ";"10 11 41 ";"31135 ";"Hildesheim ";"05121/7649-0 ";" ";"05121/7649-49 ";" " +lieferant ;00061148;"Miroglio Fashion s.r.l. ";" ";"Via Santa Barbara 11 ";" ";"12051 ";"Alba (CN) ";"+39-0173/299111 ";" ";" ";" " +lieferant ;00061193;"Zanders Stoffe ";" ";"Rnneterring 2 ";" ";"41068 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00061250;"Dunlop Tech ";" ";"Kinzigheimer Weg 114 ";"1342 ";"63450 ";"Hanau ";"06181/3630 ";" ";"06181/363119 ";" " +lieferant ;00061424;"Wschefabrik Pill GmbH ";" ";"Hsemanns Esch 3 ";"2109 ";"48531 ";"Nordhorn ";"05921/8352-0 ";" ";"05921/8352-35 ";" " +lieferant ;00061565;"Schencking & Dirting GmbH & Co. KG ";" ";"Grevener Damm 93 ";" ";"48282 ";"Emsdetten ";"02572/93160 ";" ";"05272/6045 ";" " +lieferant ;00061876;"zz~Drge ";" ";"Ulmenweg 4 ";" ";"49808 ";"Lingen ";" ";" ";" ";" " +lieferant ;00062081;"D.M.D. Modevertriebs-GmbH ";" ";"Monnetstr. 16 ";" ";"52146 ";"Wrselen ";" ";" ";" ";" " +lieferant ;00062256;"Hung TAK ";" ";"822 Lai Chi Kok Rd ";" ";" ";"Hong Kong ";" ";" ";" ";" " +lieferant ;00062365;"Baby-Held ";" ";"Woelbattendorfer Weg 7 ";" ";"95030 ";"Hof ";" ";" ";" ";" " +lieferant ;00062441;"Bauhaus-Weis ";" ";"Steinrottstrae 17 ";" ";"45899 ";"Gelsenkirchen ";"0209/518281 ";" ";"0209/518282 ";" " +lieferant ;00062481;"Polo International ";" ";"Brugzuid 31 ";" ";"9880 ";"Malter ";" ";" ";" ";" " +lieferant ;00062604;"Normann Wschefabrik GmbH & Co. KG ";" ";"Industriestr. 3 ";"1420 ";"59929 ";"Brilon ";"02961/982-0 ";" ";"02961/982-200 ";" " +lieferant ;00062640;"***Riverside ";" ";". ";" ";". ";". ";" ";" ";" ";" " +lieferant ;00062727;"Redfield GmbH Textilagentur ";" ";"Kaninenhhe 2 ";" ";"45136 ";"Essen ";" ";" ";" ";" " +lieferant ;00062993;"Hpfner Fashion Line GmbH ";" ";"Langer Brink 33 ";"1265 ";"33790 ";"Halle/Westf. ";"05201/814120 ";" ";"05201/814131 ";" " +lieferant ;00063155;"Meyer-Hosen AG ";" ";"Hauptstrae 30 ";"1140 ";"51580 ";"Reichshof-Denklingen ";"02296/9812-0 ";" ";"02296/9812-65 ";" " +lieferant ;00063198;"Brams Paris BV ";" ";"Terminalweg 15 ";" ";"3800 ";"Amersfort GB ";" ";" ";" ";" " +lieferant ;00063207;"Toni Gard ";"Leatherwear ";"Ostring 9 c ";"1129 ";"63762 ";"Groostheim ";"0602697080 ";" ";" ";" " +lieferant ;00063262;"zz~Riverside Clothing ";" ";"Christophstr.33 ";" ";"50670 ";"Kln ";" ";" ";" ";" " +lieferant ;00063341;"Sara Lee Personal ";" ";"Osterfeldstr. 82 ";" ";"85737 ";"Ismaning ";" ";" ";" ";" " +lieferant ;00063363;"Emil Leipold ";" ";"Alte Str. 1 ";" ";"96482 ";"Ahorn/Coburg ";" ";" ";" ";" " +lieferant ;00063466;"***Jtzlau Fashion GmbH ";" ";"Im Stckmdle 2 + 4 ";" ";"76307 ";"Karlsbad ";" ";" ";" ";" " +lieferant ;00063488;"Sinus-Fashion ";"Inhaber Manfred Haussmann ";"Dr. Gminderstr. 26 ";" ";"72636 ";"Frickenhausen ";"07022/48922 ";" ";"07022/49584 ";" " +lieferant ;00063652;"Otto Keller GmbH & Co. ";" ";"Postfach 1162 ";"1162 ";"48337 ";"Altenberge ";"02505/93370 ";" ";"02505/933777 ";" " +lieferant ;00063668;"Taboo ";" ";"38 LOK KU ROAD ";" ";" ";"HK-CENTRAL/HONG KONG ";" ";" ";" ";" " +lieferant ;00063884;"Karl Conzelmann GmbH & Co. KG ";" ";"Kleine Strae 12 ";"1340 ";"72461 ";"Albstadt ";"07432/704-0 ";" ";"07432/704-48 ";" " +lieferant ;00063925;"Gustav Alber GmbH & Co. KG ";" ";"Jgerstrae 22 ";" ";"72445 ";"Albstadt ";"07432/90714-0 ";" ";"07432/90714-29 ";" " +lieferant ;00064190;"Umlauf & Klein International ";"Gesellschaft fr Modevertrieb mbH ";"Haidenstrae 76 ";" ";"45881 ";"Gelsenkirchen ";"0209/94798-0 ";" ";"0209/94798-55 ";" " +lieferant ;00064230;"Aarup ApS Windfield Outerwear ";" ";"Vestergade 27 ";" ";"8600 ";"Silkeborg ";"+45-8680 0494 ";" ";"+45-8680 6252 ";" " +lieferant ;00064245;"Vinncenzi Cimmino & Figlio Spa ";" ";"Via Ponte del Granili, 20 ";" ";"80146 ";"Napoli ";"081/5108235 ";" ";"081/5108109 ";" " +lieferant ;00064270;"Imperial S.p.A. ";" ";"Via dei Lanaioli, 42 - Blocco 11 ";" ";"40050 ";"Centergross-Argelato (BO) ";"+39-0516646072 ";" ";"+39-051863482 ";" " +lieferant ;00064280;"MSC Italia S.p.A. ";" ";"Contrada Molinetto 8CN ";" ";"62010 ";"Morrovalle (MC) ";"+39-0733/8631 ";" ";"+39-0733/865789 ";" " +lieferant ;00064281;"LOT CLOTHING CONCEPT B.V. ";" ";"Noorderdreef 68 ";"237 ";"2150 ";"AE Nieuw-Vennep ";"0800/1212312 ";" ";" ";" " +lieferant ;00064282;"VERI MODE ";"Eliane et Lena ";"47 boulevard de la Romanerie ";" ";"49124 ";"St. Barthelemy D'Anjou ";"+33-241/800683 ";" ";"+33-241/445895 ";" " +lieferant ;00064283;"Paradise ";"Erik Claus ";"Deurninger Straat 320 ";" ";"7522 ";"CN Enschede ";" ";" ";" ";" " +lieferant ;00064284;"ISA s.p.a. (Kenzo) ";" ";"Statale del Giovi, 251 ";" ";"20823 ";"Lentate (MB) ";"+39-0362/5791 ";" ";"+39-0362/542680 ";" " +lieferant ;00064290;"Max Achammer ";" ";"Bernhard Hfelstr.14 ";" ";"6020 ";"Innsbruck ";"0512/361625 ";" ";"0512/361647 ";" " +lieferant ;00064296;"Cette Artemis ";" ";"Industrielaan 14-3deIZ ";" ";"9320 ";"Erembodegem ";"320/53859530 ";" ";"320/53859531 ";" " +lieferant ;00064301;"M+M Maier-Mhlbacher ";"Gesellschaft m.b.H. & Co. KG ";"Trattmannsberg 5 ";" ";"5230 ";"Mattighofen ";"07742/2158-0 ";" ";"07742/4766-0 ";" " +lieferant ;00064302;"Webfabrik ";" ";"Graben 16 ";" ";"4170 ";"Haslach ";"07289/713140 ";" ";"07289/7131430 ";" " +lieferant ;00064305;"Roytex Trading GmbH ";" ";"Quellenstrae 9 ";" ";"6890 ";"Lustenau ";"+43-5577/88222-36 ";" ";"+43-5577/88222-30 ";" " +lieferant ;00064306;"Textilhandels GmbH ";" ";"Schweizer Str.35 ";" ";"6844 ";"Altach ";"0435576/79963 ";" ";"0435576/79964 ";" " +lieferant ;00064310;"Double XX ";"Handelsges.m.b.H. ";"Erlauftalstr. 23 ";" ";"3292 ";"Gaming ";"(+43)07485/67900 ";" ";"(+43)07485/67900-20 ";" " +lieferant ;00064316;"Alfred Holzer GesmbH & Co. ";"Richfit ";"Holzstrae 5 ";" ";"6890 ";"Lustenau ";"+43-5577/86001 ";" ";"+43-5577/8600199 ";" " +lieferant ;00064330;"BACO MODA ";" ";"Via Funari ";" ";"80044 ";"Ottaviano(NA) ";"081/5295425 ";" ";"081/5292461 ";" " +lieferant ;00064344;"Rossodisera ";" ";"Via del Lanatoli 37 ";" ";"40050 ";"Funo di Angelano ";" ";" ";" ";" " +lieferant ;00064346;"NORTHLAND ";"GGZ s.r.l. ";"Via Tezzon 6/A ";" ";"35020 ";"Pozzonovo (PD) ";"+39-429/773632 ";" ";"+39-429/773193 ";" " +lieferant ;00064350;"KOR a KOR ";" ";"Piazza della Repubblica, 30 ";" ";"20124 ";"MILANO ";"+39 02 92140400 ";" ";" ";" " +lieferant ;00064356;"Cinque Shoes ";" ";"Norbert-Brll-Str. 24 ";" ";"5020 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00064363;" ";" ";"De Giesel 46 ";"4055 ";"6080 ";"AB Haelen ";"31475/571722 ";" ";"31475/571337 ";" " +lieferant ;00064375;"Zerouno S.A. ";" ";"Seestr.463 ";" ";"8038 ";"Zrich ";" ";" ";" ";" " +lieferant ;00064381;"Hop Lun (Benelux) B.V. ";" ";"Nievelsteenstraat 4 A ";" ";"6471 CB ";"Eygelshoven ";"+31-45/5350091 ";" ";"+31-45/5352500 ";" " +lieferant ;00064385;"Eurocorset S.A. ";" ";"Santa Eulalia 5 ";" ";"08012 ";"Barcelona ";"0034/932081460 ";" ";"0034/934587099 ";" " +lieferant ;00064392;"Capricorn ";" ";"Favoritenstr.20 ";" ";"1040 ";"Vienna ";"0043/15045649 ";" ";"0043/14053259 ";" " +lieferant ;00064393;"ear bag AB ";" ";"Stunavgen 13 ";" ";"74030 ";"Bjrklinge ";"+46-705956666 ";" ";" ";" " +lieferant ;00064394;"A. Leyva S.A. ";"Prolong.Avda.Espana s/n. ";"Apdo. 216 ";" ";"23700 ";"Linares ";" ";" ";" ";" " +lieferant ;00064401;"Maxima s.r.l. ";" ";"Via Orobia,11 ";" ";"20139 ";"Milano ";"+39/0257309910 ";" ";"+39/0257309903 ";" " +lieferant ;00064408;"Karl Gompper ";" ";"Ulrichstrae 3 ";" ";"72793 ";"Pfullingen ";"07121/71225 ";" ";"07121/79486 ";" " +lieferant ;00064412;"Kaffe Clothing Company A/S ";" ";"La Cours Vej 6 ";" ";"7430 ";"Ikast ";"0045/97216266 ";" ";"0045/97216267 ";" " +lieferant ;00064415;"Fashion & Trade HandelsgmbH ";"Chilli, Sisters Point ";"Hochriesser Strae 48 ";" ";"3251 ";"Purgstall ";"+43-7489/30089 ";" ";"+43-7489/300891 ";" " +lieferant ;00064416;"Selective Beauty s.a. ";" ";"1,rue des Bles ";" ";"93217 ";"Saint Denis La Plaine ";"0033/149463600 ";" ";"0033/149463636 ";" " +lieferant ;00064422;"Celine ";" ";"23-25,Rue du Pont Neuf ";" ";"75001 ";"Paris ";" ";" ";" ";" " +lieferant ;00064424;"ESTEDE GmbH & Co. KG ";" ";"Etrichstrae 12 ";" ";"4600 ";"Wels ";"+43-7242/61334-0 ";" ";"+43-7242/61334-44 ";" " +lieferant ;00064432;"Ricci Andrist ";" ";"Via Tortona 200 ";" ";"47020 ";"Pievesestina Di Cesena ";"390547/415124 ";" ";"390547/416092 ";" " +lieferant ;00064434;"Via Manzoni ";" ";" ";" ";"80123 ";"Napoli ";" ";" ";" ";" " +lieferant ;00064446;"LECOMBI ";" ";"Schellingsstraat 26 ";" ";"4879 ";"Etten-Leur ";"0031/765016110 ";" ";"0031/765015960 ";" " +lieferant ;00064452;"Stehmann Mode GmbH ";" ";"Hansastr. 22 ";" ";"90766 ";"Frth ";"0911/75900 ";" ";"0911/7590100 ";" " +lieferant ;00064486;"Sassa-Moden GmbH ";" ";"Mauchentalstr. 71 ";" ";"72574 ";"Bad Urach ";"07125/14410 ";" ";"07125/144185 ";" " +lieferant ;00064493;"AIDA Daily Design ";" ";"Grenavej 635A ";" ";"8541 ";"Skodstrup ";"0045/87490900 ";" ";"0045/87490901 ";" " +lieferant ;00064494;"Carmen Foundation Import V.O.F ";" ";"Kerkenbos 10-105 ";" ";"6546 ";"BJ Nijmegen ";"0031/243550124 ";" ";"0031/243550605 ";" " +lieferant ;00064593;"Gebr. Oelkuch GmbH ";" ";"Brunnenstr. 31 ";" ";"72505 ";"Krauchenwies ";" ";" ";" ";" " +lieferant ;00064598;"Karopa Briefumschlagfabrik ";"GmbH & Co KG ";"Otto-Hahn-Str.40 ";"410267 ";"48161 ";"Mnster ";"02534/62120 ";" ";"02534/621230 ";" " +lieferant ;00064813;"J. Lindeberg Norge AS ";" ";"Bogstadveien 11 ";" ";"03555 ";"Oslo ";"+47-22 60 14 55 ";" ";"+47-22 60 14 56 ";" " +lieferant ;00064814;"Binici ";" ";"137, Bd Sebastopol ";" ";"75002 ";"Paris ";"01 40 28 93 02 ";" ";"01 40 28 93 03 ";" " +lieferant ;00064815;"Faust ";" ";"224/226,R. Saint-Denis ";" ";"75002 ";"Paris ";"+33-1/40265022 ";" ";"+33-1/40263348 ";" " +lieferant ;00064824;"Angel Nina ";" ";"226, Rue Saint-Denis ";" ";"75002 ";"Paris ";"01 42 36 42 00 ";" ";"01 42 36 45 00 ";" " +lieferant ;00064825;"Dream Land ";" ";"42 Rue Du Caire ";" ";"75002 ";"Paris ";"01 40 13 07 88 ";" ";"01 40 13 07 98 ";" " +lieferant ;00064829;"Compagnie De Californie ";"C.F.C. SA ";"249, Rue Saint-Denis ";" ";"75002 ";"Paris ";"01 40 39 00 57 ";" ";"01 40 39 00 98 ";" " +lieferant ;00064830;"Orpel ";" ";"223 , Rue Saint - Denis ";" ";"75002 ";"Paris ";"33-(0)1.42.21.16.68 ";" ";"33-(0)1.42.21.16.69 ";" " +lieferant ;00064844;"RJC Jeansmarket ";" ";"Via 1. Maggio, 18 ";" ";"37060 ";"Mozzecane ";"0039/457930633 ";" ";"0039/456340266 ";" " +lieferant ;00064860;"Es van Schijndel Textil b.v. ";"Gossard ";"Kruiswaal 17 ";"218 ";"1160 ";"AE Zwanenburg ";"+31(0)20-4974975 ";" ";"+31(0)20-4974973 ";" " +lieferant ;00064872;"Falguera & Sacrest S.A. ";" ";"Alba Rosa 23-25 ";" ";"17800 ";"Olot (Girona) ";"972 202807 ";" ";"972 261160 ";" " +lieferant ;00064880;"Pepper Line S.L. ";" ";"Honorat Vilamanya, 11 ";" ";"17800 ";"Olot (Girona) ";"902 310032 ";" ";"972 272221 ";" " +lieferant ;00064883;"Dinovalia NO ";" ";"Via Giuriolo, 1/2 ";" ";"36071 ";"Anzignano ";"0039/0444/673111 ";" ";"0039/0444/675719 ";" " +lieferant ;00064885;"Retrofame GmbH (seven for all mankind) ";" ";"Faberstr. 2 ";" ";"5020 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00064895;"Paramitas S.L. ";" ";"C/Prinzipal s/n-Plgno.L.Alamos ";" ";"18230 ";"Atarfe ";" ";" ";" ";" " +lieferant ;00064903;"Ya Ya Showroom ";"Worl Fashion Center ";"K.Wilhelminapl.01.01.21 ";" ";"1062 ";"Amsterdam ";"0031/020408/3688 ";" ";"0031/020408/2761 ";" " +lieferant ;00064933;"Vans Europe ";" ";"Industriestraat 5 ";" ";"4071 ";"Heerenberg ";" ";" ";" ";" " +lieferant ;00064934;"Max Casoli ";" ";"Via Piccini ";" ";"42100 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00064935;"Confitalia s.r.l. ";"Clink Jeanslondon ";"Via Indipendenza, 28 ";" ";"64016 ";"Sant'Egidio alla Vibrata (TE) ";"+39-0861/842725 ";" ";"+39-0861/840454 ";" " +lieferant ;00064950;"S&S s.a.s. ";" ";"Via san Carpoforo 4 ";" ";"20121 ";"Milano ";" ";" ";" ";" " +lieferant ;00064984;"Luis T. GmbH ";" ";"Waltraud Gebert-Deeg Strae 4 ";" ";"39100 ";"Bozen-Bolzano ";"+39-0471/633022 ";" ";"+39-0471/633017 ";" " +lieferant ;00064985;"Sand CPH A/S ";" ";"Amaliegade 3A ";" ";"01256 ";"Copenhagen ";"0800 1830 365 ";" ";" ";" " +lieferant ;00064994;"MACLIV srl ";"di Maetan Cielia ";"Via Lago di Lugano, 15 ";" ";"36015 ";"Schio (VI) ";"+39-0445/576604 ";" ";" ";" " +lieferant ;00065004;"Cars Jeans and Casuals B.V. ";" ";"Generaal Vetterstraat 67 ";" ";"1059 BT ";"Amsterdam ";"31 20-6143007 ";" ";"31 20-6143703 ";" " +lieferant ;00065009;"Liu.Jo sri ";" ";"Via dell`Agricoltura ";" ";"41012 ";"Carpi (MO) ";"+39-059/7362111 ";" ";"+39-059/643260 ";" " +lieferant ;00065053;"bugatti shoes man AG ";" ";"Chamerstrasse 50 ";"346 ";"6331 ";"Hnenberg ";"+41-41/76360-51 ";" ";"+41-41/76360-55 ";" " +lieferant ;00065054;"Daniel Hechter Shoes AG ";" ";"Chamerstrasse 50 ";"346 ";"6331 ";"Hnenberg ";"+41-41/76360-51 ";" ";"+41-41/76360-55 ";" " +lieferant ;00065058;"Mara Carol ";" ";"Isolola 3 Lotto 356 ";" ";"80035 ";"Cis Nola ";" ";" ";" ";" " +lieferant ;00065061;"Stanno Sport NL ";" ";"Teugseweg 42 ";" ";"7418 ";"Am Deventer ";" ";" ";" ";" " +lieferant ;00065086;"Costanzo ";"Industria Confezioni Abbigl. ";"Via Rosselli 99 ";" ";"80023 ";"Caivano ";" ";" ";" ";" " +lieferant ;00065093;"Lanificio Marchesin srl ";" ";"Via Trieste 285 ";" ";"31030 ";"Arcade (TV) ";"0422 874080 ";" ";"0422 874078 ";" " +lieferant ;00065278;"Schneider Sportswear OHG ";" ";"Heimbolweg 4 ";"170004 ";"72459 ";"Albstadt ";"07432/9784-0 ";" ";"07432/9784-30 ";" " +lieferant ;00065583;"Fashy GmbH ";" ";"Kornwestheimer Strae 46 ";"1180 ";"70825 ";"Korntal-Mnchingen ";"02301/913140 ";" ";" ";" " +lieferant ;00066705;"***Frank Eden ";" ";"Postfach 1251 ";"1251 ";"32292 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00066721;"Hermann Nebel ";" ";"Stadtweg 6 ";" ";"63843 ";"Niedernberg ";"06028 - 12 19 ";" ";"06028 - 4942 ";" " +lieferant ;00067042;"Arlington Socks GmbH & Co.KG. ";" ";"Julius-Kunert-Str. 49 ";" ";"87509 ";"Immenstadt ";" ";" ";"0800483766 ";" " +lieferant ;00067563;"LLOYD Arthur Schaper ";"Vertriebsgesellschaft mbH ";"Raiffeisenstrae 5 ";"1161 ";"48346 ";"Ostbevern ";"02532/9604-0 ";" ";"02532/9604-49 ";" " +lieferant ;00067810;"Fiebig GmbH & Co.KG ";" ";"Am groen Teich 8 / Industriegebiet Romb";"1545 ";"58640 ";"Iserlohn-Smmern ";" ";" ";" ";" " +lieferant ;00067985;"Monari GmbH ";" ";"Jbkesweg 19-21 ";"1165 ";"48599 ";"Gronau ";"02562/714-0 ";" ";"02562/71438 ";" " +lieferant ;00068397;"Seeberger GmbH & Co. KG ";"Hutfabrik ";"Alois-von-Brinz-Strae 26 ";"1147 ";"88171 ";"Weiler im Allgu ";"08387/9232-0 ";" ";"08387/9232-32 ";" " +lieferant ;00068404;"Mersini Textilwaren GmbH ";" ";"Industriestr. 9 ";"42 ";"75228 ";"Ispringen ";"07231/88610 ";" ";"07231/886180 ";" " +lieferant ;00068636;"Pieper & Kemper ";" ";"Giesbert-Bergerhoff-Str. 37 ";" ";"49076 ";"Osnabrck ";"0541/1208035 ";" ";"0541/1208036 ";" " +lieferant ;00068834;"Johann Rager ";" ";"Geisenbachstr. 12 ";" ";"72406 ";"Bisingen ";" ";" ";" ";" " +lieferant ;00069220;"Moda Vilona Georg Vilsmeier ";" ";"Regensburger Strae 46 ";" ";"93128 ";"Regenstauf ";" ";" ";" ";" " +lieferant ;00069650;"Kapraun Ledermoden ";" ";"Anne-Frank-Str. 12 ";" ";"63762 ";"Grossostheim ";"0611 3334 0 ";" ";" ";" " +lieferant ;00069692;"Geiger, Borgers GmbH & Co. KG ";" ";"Biederlackstrae 21 ";"1163 ";"48268 ";"Greven ";"02571/808-400 ";" ";"02571/808-491 u. -492 ";" " +lieferant ;00069791;"Robell GmbH ";" ";"Bornhardtstr. 11 ";" ";"38644 ";"Goslar ";"05321/5510 ";" ";"05321/551510 ";" " +lieferant ;00070178;"Braune GmbH ";"Der Flotte Boy ";"Hein.-Malina-Str.103 B ";" ";"47809 ";"Krefeld ";"02151/540077 ";" ";"02151/511120 ";" " +lieferant ;00070722;"Glumann Beachfashion GmbH & Co. KG ";" ";"Ottostr. 2 ";" ";"95448 ";"Bayreuth ";"0921/884-400 ";" ";"0921/884-5400 ";" " +lieferant ;00071027;"Gerke & Shne GmbH ";" ";"Harlandstr. 1 ";"13 51 ";"37170 ";"Uslar ";"05571/3005-0 ";" ";"05571/3005-19 ";" " +lieferant ;00071217;"***Triumph International ";" ";"Marsstr. 40 ";"80 ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00071613;"Charmor Vertriebs GmbH & Co. KG ";" ";"Brgermeister-Schnbauer-Strae 13 ";"14 31 ";"94060 ";"Pocking ";"08531/9164-0 ";" ";"08531/9164-50 ";" " +lieferant ;00071663;"zz~Geb.Conzelmann GmbH & Co. ";" ";"Untere Bachstrae 60 ";"201320 ";"72461 ";"Albstadt-Tailfingen ";"07432/97950 ";" ";"07432/979550 ";" " +lieferant ;00071689;"adidas AG ";" ";"Adi-Dassler-Strae 1-2 ";"11 20 ";"91074 ";"Herzogenaurach ";"09132/84-90 ";" ";"09132/84-2177 ";" " +lieferant ;00071910;"Gebr. Haasis GmbH & Co. KG ";" ";"Sigmaringer Str. 25 ";" ";"72458 ";"Albstadt ";"07431/13770 ";" ";"07431/137711 ";" " +lieferant ;00072778;"Murk GmbH & Co.KG ";" ";"Hauptstr. 5 ";" ";"96193 ";"Wachenroth ";"09548/87-0 ";" ";"09548/8735 ";" " +lieferant ;00072794;"Hugo Spiecker GmbH & Co. KG ";"Hosentrger- und Grtelfabrik ";"Lhrerlen 96 ";"260107 ";"42279 ";"Wuppertal ";"0202/660515 ";" ";"0202/649437 ";" " +lieferant ;00073552;"Neuhoff GmbH Seidenstoffweberei ";" ";"Paulstr. 14-18 ";"20 18 51 ";"42287 ";"Wuppertal ";"0202/592052 ";" ";"0202/592653 ";" " +lieferant ;00073792;"Josef Gessler GmbH & Co.KG ";" ";"Berkacher Str. 42 ";" ";"89584 ";"Ehingen ";"07391/5009-0 ";" ";"07391/5009-29 ";" " +lieferant ;00074302;"Jeantex Sportswear GmbH & Co. ";" ";"Adlerstr. 69-75 ";" ";"25462 ";"Rellingen ";"04101/5550 ";" ";"04101/555198 ";" " +lieferant ;00074310;"Maier Sports GmbH & Co. KG ";" ";"Nrtinger Str. 27 ";"11 55 ";"73257 ";"Kngen ";"07024/8000-0 ";" ";"07024/8000-29 ";" " +lieferant ;00074815;"Reusch-Textrion ";" ";"Mittlere Str. 16 ";" ";"72488 ";"Sigmaringen-Gutenstein ";" ";" ";" ";" " +lieferant ;00075277;"Tom Tailor GmbH ";" ";"Garstedter Weg 14 ";"610428 ";"22453 ";"Hamburg ";"040/589560 ";" ";"040/58956299 ";" " +lieferant ;00075278;"Tom Tailor (neu) ";" ";"Garstedter Weg 14 ";"610428 ";"22453 ";"Hamburg ";"040/589560 ";" ";"040/58956299 ";" " +lieferant ;00075716;"zz~Gerke & Shne GmbH ";" ";"Harlandstrae 1 ";" ";"37170 ";"Uslar ";"05571/30050 ";" ";" ";" " +lieferant ;00075904;"Ibena Textilwerke ";" ";"Industriestr. 7-13 ";"1653 ";"46395 ";"Bocholt ";"02871/2870 ";" ";"02871/287309 ";" " +lieferant ;00076754;"V. Fraas ";" ";"Orsterstr. 6 ";"20 ";"95233 ";"Helmbrechts ";"09252/7030 ";" ";"09252/703500 ";" " +lieferant ;00076944;"P.T.I. Prusok ";" ";"Dammwiesen Str. 29 ";" ";"22045 ";"Hamburg ";"(040) 6699350 ";" ";"(040) 66993566 ";" " +lieferant ;00077067;"Cordes-Heseler GmbH ";" ";"Ihnestr. 5 ";" ";"57439 ";"Attendorn ";"02722/63950 ";" ";"02722/70100 ";" " +lieferant ;00077087;"Dornheim ";" ";"Marienweiher 205 ";" ";"95350 ";"Marktleugast ";"09255/379 ";" ";"09255/7100 ";" " +lieferant ;00100462;"Reinhold Rall ";" ";"Postfach 7304 ";"7304 ";"72786 ";"Pfullingen ";"07121/73005 ";" ";"07121/790123 ";" " +lieferant ;00100537;"Cavo GmbH ";" ";"Ritterstrae 16 ";"14 51 ";"52072 ";"Aachen ";" ";" ";" ";" " +lieferant ;00101270;"Modena Handelsgesellschaft mbH ";" ";"Waldbadstr. 9-13 ";"1363 ";"33803 ";"Steinhagen ";"05204/87030-0 ";" ";"05204/87030-30 ";" " +lieferant ;00103078;"H.G. Hahn-Haustextilien GmbH ";" ";"Altenberger Str. 93 ";" ";"48565 ";"Steinfurt-Borghorst ";"02552/9399-0 247 ";" ";"02552/9399-237 ";" " +lieferant ;00103086;"Doris Meyer ";" ";"KARLSTAL ";"8 ";"72401 ";"Haigerloch-Karlstal ";" ";" ";" ";" " +lieferant ;00103557;"L.& M.Povel GmbH ";" ";"Waldstr. 24 ";" ";"45661 ";"Recklinghausen ";"02361/3778-0 ";" ";"02361/3778-55 ";" " +lieferant ;00103705;"Schachenmayr, Mann & Cie ";" ";"Eduardstr. 30-60 ";"1254 ";"73084 ";"Salach ";" ";" ";" ";" " +lieferant ;00103739;"Susa-Vertriebs-GmbH + Co. ";" ";"Helmut-Hrmann-Str. 6 ";"11 80 ";"73540 ";"Heubach ";"07173/1820 ";" ";"07173/182215 ";" " +lieferant ;00103888;"ART-TEP GmbH ";" ";"Auf dem Esch 3 ";" ";"33619 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00104258;"Estella Ateliers GmbH ";" ";"Josef-Khnl-Weg 1-3 ";"1440 ";"91413 ";"Neustadt an der Aisch ";"09161/6600 ";" ";"09161/66077 ";" " +lieferant ;00104349;"Siegfried Rauh ";" ";"Drei Eichen Str. 14 ";" ";"88339 ";"Bad Waldsee-Ot. Reute ";" ";" ";" ";" " +lieferant ;00104414;"Marie Francoise GmbH & Co. KG ";" ";"Einhornstr. 5 ";" ";"72138 ";"Kirchentellinsfurt ";"07121/9091-0 ";" ";"07121/9091-11 ";" " +lieferant ;00104563;"Bornholdt & Schatte ";" ";"Werkstr. 11-13 ";" ";"21218 ";"Seevetal ";"04105/6903-0 ";" ";"04105/6903-123 ";" " +lieferant ;00105470;"CasaModa Heinrich Katt GmbH & Co. KG ";" ";"Gutenbergstr. 7 ";"9111 ";"26135 ";"Oldenburg ";"0441/2066-0 ";" ";"0441/2066-111 ";" " +lieferant ;00106840;"Mariner Textilien ";" ";"Dieselstr. 2 ";" ";"69221 ";"Dossenheim ";" ";" ";" ";" " +lieferant ;00106999;"Doppler Schirme ";"H. Wrflingsdobler GmbH ";"A.-Kolping-Strae 3 ";" ";"84353 ";"Simbach ";" ";" ";" ";" " +lieferant ;00107070;"Gazella H.D. Bentrup ";" ";"RINGBAHNSTR. 6-8 ";" ";"12099 ";"BERLIN ";" ";" ";" ";" " +lieferant ;00107822;"Bay City Textilhandels GmbH ";" ";"An'n Slagboom 7 ";"31 65 ";"22848 ";"Norderstedt ";"040/53413-0 ";" ";"040/53413-301 ";" " +lieferant ;00108226;"Koenig Leatherwear GmbH ";" ";"Bierstadter Str. 1 ";" ";"65189 ";"Wiesbaden ";"0611/3334455 ";" ";"0611/3334444 ";" " +lieferant ;00109159;"Novotex GmbH ";" ";"Postfach 9225 ";"9225 ";"47749 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00109828;"Forum Handelsges. mbH ";" ";"Maxstr.66 ";" ";"45127 ";"Essen ";" ";" ";" ";" " +lieferant ;00110338;"Cartoon GmbH ";" ";"Rather Str. 110 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00111328;"Ravens Bekleidungsindustrie ";"ZwNdl. der Hucke AG ";"Strubbergstr. 17-21 ";"14 45 ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00111477;"Trend Point + Pader Point ";"Bekleidungs GmbH ";"Otto-Hahn-Str. 32 ";" ";"33104 ";"Paderborn ";"05254/9961-0 ";" ";"05254/4070 ";" " +lieferant ;00111625;"Kock ";" ";"Postfach 730769 ";"730769 ";"22127 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00111667;"Meno Piu ";" ";"Postfach 170 ";"170 ";"63739 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00112657;"ISABELL Fashion GmbH ";" ";"Siemensstrae 26 ";" ";"48619 ";"Heek ";"02568/93430-0 ";" ";"02568/93430-200 ";" " +lieferant ;00112897;"Linum GmbH ";" ";"Herrenholz 18A ";" ";"23556 ";"Lbeck ";"0451/89998-01 ";" ";"0451/89998-60 ";" " +lieferant ;00113308;"Felina GmbH ";" ";"Lange Rtterstr. 11-17 ";"101062 ";"68167 ";"Mannheim ";"0621/3850 ";" ";"0621/34071 ";" " +lieferant ;00113978;"zz~Alpha Chic Bekleidungsgesell. ";"Zller GmbH ";"Unterlandstr. 48 ";" ";"63911 ";"Klingenberg ";" ";" ";" ";" " +lieferant ;00114017;"Emil Heinz GmbH & Co. KG ";"Strickwarenfabrik ";"Stettenstr. 3 ";"40 ";"72805 ";"Lichtenstein ";" ";" ";" ";" " +lieferant ;00114281;"zz~Speedo ";" ";"Mitternachtstr. 22 ";" ";"72760 ";"Reutlingen ";"07121-909040 ";" ";"07121/9090444 ";" " +lieferant ;00114372;"Ari ";" ";"DR.AUG.-STRUMPF-STR.7-9 ";"1163 ";"74731 ";"Walldrn ";"06282/706-0 ";" ";"06282/706-80 ";" " +lieferant ;00115338;"Jens Nolte GmbH ";" ";"Dieemer Bruch 170-172 ";"101628 ";"47805 ";"Krefeld ";"02151/5589-0 ";" ";"02151/541989 ";" " +lieferant ;00115982;"Rucanor GmbH ";" ";"Max-Planck Str. 40 ";" ";"50354 ";"Hrth ";" ";" ";" ";" " +lieferant ;00116097;"Ronnetta ";" ";"Hans-Bckler-Str. 62 ";" ";"40764 ";"Langenfeld ";" ";" ";" ";" " +lieferant ;00116584;"Brigitte Michael ";" ";"Rnneburger Str. 30 ";" ";"21079 ";"Hamburg-Harburg ";" ";" ";" ";" " +lieferant ;00116774;"VIANIA Dessous GmbH ";" ";"Christophstrae 20 ";"1105 ";"72116 ";"Mssingen ";"07473/9435-0 ";" ";"07473/9435-22 ";" " +lieferant ;00117061;"Eros Heimtextilien GmbH ";" ";"Hagedornstrae 19-35 ";"110429 ";"46149 ";"Oberhausen ";"0208/669049 ";" ";"0208/630442 ";" " +lieferant ;00117062;"Yve!decoration GmbH ";" ";"Hagedornstrae 19-33 ";" ";"46149 ";"Oberhausen ";"0208/970678-0 ";" ";"0208/970678-79 ";" " +lieferant ;00117392;"Johannes Kauffmann ";" ";"Rautbrhl 23 ";" ";"88214 ";"Ravensburg ";"07543/946-0 ";" ";"07543/946-165 ";" " +lieferant ;00119455;"Masterhand Bekleidungswerke GmbH ";" ";"Rheinstrae 49 ";"12 55 ";"26382 ";"Wilhelmshaven ";"04421/484-0 ";" ";"04421/484-238 ";" " +lieferant ;00119835;"Copacabana ";"J. Diebrock KG ";"Horner Landstr. 380 ";" ";"22111 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00119918;"Casa Blanca ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00120288;"Haymann GmbH & Co. KG ";" ";"Auf der Heide 2 ";" ";"57629 ";"Norken ";" ";" ";" ";" " +lieferant ;00121632;"Miss Ulrike ";" ";"Industriestr. 1 ";" ";"56457 ";"Halbs ";"02663/9809-0 ";" ";"02663/980949 ";" " +lieferant ;00121955;"G. Sauer GmbH & Co. KG ";"Neue Masche ";"Adolf-Khne-Str. 6 ";" ";"49090 ";"Osnabrck ";"0541/5600903 ";" ";"0541/5600906 ";" " +lieferant ;00122507;"Ulrich Sievers GmbH ";" ";"Wiesenstr. 21 a ";" ";"40549 ";"Dsseldorf ";"0211/50680 ";" ";"0211/5048385 ";" " +lieferant ;00122549;"H.U. Veith Modewaren ";" ";"Rastenburger Str. 18 ";" ";"33415 ";"Verl ";" ";" ";" ";" " +lieferant ;00123456;"Migrationslieferant ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00131988;"Ursula Hartmann ";" ";"Buschstrasse 103 ";" ";"47445 ";"Moers ";" ";" ";" ";" " +lieferant ;00132027;"Ptter Heimtextilien GmbH ";" ";"Joseph-Monier-Str. 1 ";" ";"48268 ";"Greven ";"+49 (0) 25 75 - 971 70 0 ";" ";"+49 (0) 25 75 - 971 70 38 ";" " +lieferant ;00132465;"Santex Moden ";" ";"Postfach 15 37 ";"15 37 ";"52139 ";"Wrselen ";"02405/480-352 ";" ";"02405/480-368 ";" " +lieferant ;00132887;"Mainpol Pll KG ";" ";"Uhinger Str. 71 ";" ";"73095 ";"Albershausen ";"07161/3002-0 ";" ";"07161/3002-33 ";" " +lieferant ;00134958;"Schmutzler & Finke ";"Bekleidungswerk GmbH ";"Villachstr. 2 ";"2580 ";"96052 ";"Bamberg ";" ";" ";" ";" " +lieferant ;00135435;"Jos. Hahn GmbH & Co. KG ";" ";"Landwehrstr. 26 ";" ";"96247 ";"Michelau/Oberfranken ";" ";" ";" ";" " +lieferant ;00136714;"Hedo ";" ";"Essener Str. 99 ";" ";"22419 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00137001;"Krima ";" ";"FORTUNASTR. 10 ";"1168 ";"42489 ";"Wlfrath ";" ";" ";" ";" " +lieferant ;00137621;"Doppelmoppel ";" ";"Kthensdorfer Hauptstr. 122 ";" ";"09249 ";"Burgstdt ";"03724/18310 ";" ";"03724/183166 ";" " +lieferant ;00140963;"Boyco - G. Just ";" ";"Redcarstr. 3 ";" ";"58842 ";"Troisdorf ";"02241-94496-0 ";" ";"02241-94496-91 ";" " +lieferant ;00141218;"Westmur GmbH ";" ";"Postfach 1968 ";"1968 ";"68509 ";"Viernheim ";" ";" ";" ";" " +lieferant ;00141432;"Sacha-Moden ";" ";"BRIGITTASTR. 21 A ";" ";"45130 ";"Essen ";" ";" ";" ";" " +lieferant ;00142555;"Heinz Werner Textil Aussenhandel & ";"Vertriebs GmbH ";"Wollbacher Str. 31 ";" ";"97654 ";"Bastheim-Braidbach ";"09773/1424 ";" ";"09773/5033 ";" " +lieferant ;00142878;"killtec Sport- und Freizeitmode GmbH ";" ";"Zimmererstrae 5 ";" ";"21244 ";"Buchholz ";"04181/2008-0 ";" ";"04181/2008-489 ";" " +lieferant ;00143074;"Feldhues-Moden ";" ";"Postfach 1417 ";"1417 ";"48404 ";"Rheine ";"05971-983-6 ";" ";"05971-983-800 ";" " +lieferant ;00143579;"Hans Leitl oHG ";" ";"Schreinerstr. 7 ";" ";"94419 ";"Niederreisbach ";"08734/9220-0 ";" ";"08734/9220-20 ";" " +lieferant ;00143834;"Aritex GmbH ";" ";"Ottostrae 3 ";"1119 ";"95448 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00144361;"Ding Dong ";" ";"Eschachstr. 7 ";" ";"72459 ";"Albstadt-Lautlingen ";"07431/9585-0 ";" ";"07431/958515 ";" " +lieferant ;00144387;"Ajungilak ";" ";"Postfach 730268 ";"730268 ";"22122 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00145038;"Carl Davidsmeyer GmbH ";" ";"Rheiner Landstr. 193 ";"61 52 ";"49078 ";"Osnabrck ";"0541/944450 ";" ";"05491/9444524 ";" " +lieferant ;00145260;"Impidimpi ";"Textilfabrikation ";"Artlandstrae 73 ";"1263 ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00146193;"Maxine Cashmere e.K. (Henning F. Khler)";" ";"Robert-Bosch-Strae 26 ";" ";"63303 ";"Dreieich ";"06103/9379-0 ";" ";"06103/9379-42 ";" " +lieferant ;00147894;"Friedr. Hammerstein ";" ";"Postfach 1361 ";"1361 ";"42757 ";"Haan ";"02129/9373-0 ";" ";"02129/937333 ";" " +lieferant ;00148044;"New G.O.L. GmbH ";" ";"Grnewaldstr. 49-51 ";" ";"63834 ";"Sulzbach/Main ";"06028/1208-0 ";" ";"06028/1208-99 ";" " +lieferant ;00148206;"Zetex Body Favourites B.V. ";"night&homewear ";"Peter Schreursweg 24-26 ";"Postbus 4006 ";"6081 NX ";"Haelen ";"+31-475/593855 ";" ";"+31-475/594560 ";" " +lieferant ;00148355;"Cassis Modevertrieb GmbH & Co. KG ";" ";"Hessenstrae 1 ";" ";"30855 ";"Langenhagen ";"0511/781483 ";" ";"0521/781433 ";" " +lieferant ;00149014;"Leather Sound Fashion GmbH ";" ";"Hansaallee 228 ";"110737 ";"40507 ";"Dsseldorf ";"0211/592025 ";" ";"0211/591618 ";" " +lieferant ;00149733;"Smartex ";" ";"Gewerbestr. 6 ";" ";"77731 ";"Willstaet-Eckartsw. ";" ";" ";" ";" " +lieferant ;00149949;"Kerboe Lederfashion GmbH ";" ";"Industriestr. 27 ";" ";"40822 ";"Mettmann ";" ";" ";" ";" " +lieferant ;00150574;"Dirk Van Manen ";" ";"Friedrich-Wilhelm-Str. 18 ";" ";"42655 ";"Solingen ";"0212 / 25220-0 ";" ";"0212 / 25220-32 ";" " +lieferant ;00151275;"JULIEL Klosseck GmbH + Co. KG ";" ";"Dieselstrae 2 ";" ";"72805 ";"Lichtenstein ";"07129/9280-0 ";" ";"07129/9280-48 ";" " +lieferant ;00151457;"Divina Mode ";" ";"Im Dorf 33 ";" ";"72157 ";"Dornhan ";" ";" ";" ";" " +lieferant ;00151647;"Degginger Wschefabr. ";" ";"GEISLINGER STR. 2 ";"13 ";"73326 ";"Deggingen ";" ";" ";" ";" " +lieferant ;00151754;"Lloyd Textil Vertriebsges. mbH ";" ";"Leher Heerstr. 28 ";" ";"28359 ";"Bremen ";"0421/2041-0 ";" ";"0421/2041-219 ";" " +lieferant ;00152843;"hajo-strick GmbH ";" ";"Philipp-Karl-Str. 7 ";" ";"92637 ";"Weiden/Nordbayern ";"0961/6006-0 ";" ";"0961/61720 ";" " +lieferant ;00153081;"Mandarin GmbH ";" ";"Am Heilbrunnen 50 ";" ";"72766 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00153495;"Louis London ";" ";"Tilsiter Str. 3 ";"228 ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00154526;"Julius Zllner ";" ";"Kaullache 4 ";" ";"96328 ";"Kueps-Schmlz ";" ";" ";" ";" " +lieferant ;00154667;"Jrgen Stolte GmbH ";" ";"HAUPTSTR. 31 ";" ";"27412 ";"Tarmstedt ";" ";" ";" ";" " +lieferant ;00155516;"Prosport GmbH ";" ";"Hpfling 6 ";" ";"83310 ";"Siegsdorf ";"08662/49800 ";" ";"08662/498030 ";" " +lieferant ;00156473;"Roy Robson Fashion GmbH & Co. KG ";" ";"Bleckeder Landstr. 18-20 ";"1920 ";"21337 ";"Lneburg ";"04131/887-0 ";" ";"04131/887-200 ";" " +lieferant ;00157132;"Johannes Michel ";" ";"Schulstr. 14 ";" ";"53539 ";"Kelberg ";" ";" ";" ";" " +lieferant ;00158023;"Zaffiri GmbH ";" ";"Franzstr. 115 ";" ";"46395 ";"Bocholt ";"02871/956200 ";" ";"02871/956178 ";" " +lieferant ;00158213;"B. Kappelhoff ";"BEKA-Moden GmbH ";"Kohlplattenstrasse 11 ";"150030 ";"72430 ";"Albstadt-Lautlingen ";" ";" ";" ";" " +lieferant ;00159005;"Ambrosia Fashion GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00159245;"Half Moon ";" ";"Fuggerstr. 32 ";" ";"51149 ";"Kln ";"02203/97732-0 ";" ";"02203/307131 ";" " +lieferant ;00159469;"Daily Shirt ";" ";"Gustav Adolf-Str. 4 ";" ";"58507 ";"Ldenscheid ";"02351/679090 ";" ";"02351/6790967 ";" " +lieferant ;00160515;"Oliver Twist ";" ";"s.Oliver-Strae 1 ";" ";"97228 ";"Rottendorf ";"09302/3090 ";" ";"09302/3096449 ";" " +lieferant ;00160820;"zz~Bueltel Fashion Group ";"Ramsdorfer Bekleidungswerke GmbH ";"Sdring 53 ";"2120 ";"46342 ";"Velen-Ramsdorf ";"02863/9598-0 ";" ";"02863/9598-11 ";" " +lieferant ;00161109;"***Efix Tricot GmbH ";" ";"Postfach 1162 ";"1162 ";"72371 ";"Hechingen ";" ";" ";" ";" " +lieferant ;00161183;"Forster Lederbekleidung ";" ";"Krntenstr. 7 ";" ";"96163 ";"Bamberg/Gundelsheim ";" ";" ";" ";" " +lieferant ;00163478;"Malerba Strmpfe Deutschland ";" ";"Landwehr 9 ";"1220 ";"59964 ";"Medebach ";"02982/409-0 ";" ";"02982/409-40 ";" " +lieferant ;00163479;"Ewers Strmpfe GmbH ";" ";"Landwehr 9 ";"1220 ";"59964 ";"Medebach ";"02982/409-0 ";" ";"02982/409-40 ";" " +lieferant ;00164872;"Leder - Bttner KG ";" ";"Alte Schulstr. 26 ";" ";"96328 ";"Kueps ";" ";" ";" ";" " +lieferant ;00167157;"Cornelia Geppert Mode-Accessoires GmbH ";"Gebeana ";"Goldlackstr. 24 ";"21 02 55 ";"42369 ";"Wuppertal ";"0202/24654-0 ";" ";"0202/24654-24 ";" " +lieferant ;00167347;"Hans Wahl ";" ";"Wilsinger Str. 41 ";" ";"72818 ";"Trochtelfingen-Steinhilben ";"07124/2787 ";" ";"07124/4239 ";" " +lieferant ;00167834;"Pompadour Tricot GmbH ";" ";"Schaffhausenstr. 101 ";"1709 ";"72072 ";"Tbingen ";" ";" ";" ";" " +lieferant ;00168444;"Elga ";" ";"Rmerstr. 28 ";" ";"66271 ";"Kleinbittersdorf ";" ";" ";" ";" " +lieferant ;00168551;"Caso Textil-Handels-GmbH ";" ";"Von-Humboldt-Strae 4 ";"1906 ";"64646 ";"Heppenheim ";" ";" ";" ";" " +lieferant ;00171663;"Geb.Conzelmann GmbH & Co ";" ";"Untere Bachstrae 60 ";"201320 ";"72461 ";"Albstadt ";"07432/97950 ";" ";"07432/979550 ";" " +lieferant ;00171801;"Dr. Rehfeld Fashion AG ";" ";"Modering 5, Haus E, 3.OG ";"61 55 63 ";"22457 ";"Hamburg ";"040/55877-01 ";" ";"040/5592060 ";" " +lieferant ;00171802;"Broadway NYC Fashion GmbH(eh. Brandbase)";" ";"Modering 5 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00174607;"Ski-Mieder ";" ";"Postfach 102834 ";"102834 ";"68028 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00175100;"HAKRO GmbH ";" ";"Oberstettener Strae 41 ";"25 ";"74575 ";"Schrozberg ";"07935/9118-0 ";" ";"07935/9118-20 ";" " +lieferant ;00175457;"***Vf Germany (Lee) ";" ";"Vogelsangerstr. 195 A ";" ";"50825 ";"Kln ";" ";" ";" ";" " +lieferant ;00176455;"van happen fashion GmbH ";" ";"Hindenenburgstr. 70 ";" ";"41061 ";"Mnchengladbach ";"02161/24757-0 ";" ";"02161/24757-60 ";" " +lieferant ;00176926;"C. C. Crnert GmbH & Co. KG ";" ";"Saalburgstrae 3a ";" ";"12099 ";"Berlin ";"030/705502-0 ";" ";"030/705502-12 ";" " +lieferant ;00177487;"Euchner GmbH & Co.KG ";" ";"Dieselstr. 6 ";" ";"72770 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00177833;"Concept Clothing Company ";" ";"Hammfelddamm 10 ";" ";"41460 ";"Neuss ";"02131/1212-0 ";" ";"02131/121240 ";" " +lieferant ;00178568;"Via Appia ";" ";"Gundstr. 14 ";" ";"91056 ";"Erlangen ";"09131/99940 ";" ";"09131/999430 ";" " +lieferant ;00178922;"Belotex GmbH & Co.KG ";" ";"SELIGENSTAEDTER GRUND 5 ";"1162 ";"63150 ";"Heusenstamm ";" ";" ";" ";" " +lieferant ;00179392;"Trinity Modevertrieb GmbH ";" ";"Imotex-Center, R. 226B, Breslauer Str. 6";" ";"41460 ";"Neuss ";"02131/120412 ";" ";"02131/130410 ";" " +lieferant ;00179681;"Elfi Swimwear GmbH & Co.KG ";" ";"NUERNBERGER STR. 28 ";"169 ";"91780 ";"WEISSENBURG ";" ";" ";" ";" " +lieferant ;00180307;"Roland Bopp GmbH ";" ";"Seelachstr. 16 ";" ";"74177 ";"Bad Friedrichshall ";"07136-4039 ";" ";"07136-6438 ";" " +lieferant ;00180430;"Draemann-Peill ";" ";"Ritterstr. 16 ";"427 ";"52072 ";"Aachen ";" ";" ";" ";" " +lieferant ;00182048;"Shirt Fashion Buchholz GmbH ";" ";"Stationsweg 7 ";" ";"48493 ";"Wettringen ";"02557/92870 ";" ";"02557/928755 ";" " +lieferant ;00182460;"Hans-Jrgen Hoffmann ";" ";"Parkstr. 26 ";" ";"52525 ";"Heinsberg ";" ";" ";" ";" " +lieferant ;00184177;"Mauritius GmbH I.L. ";" ";"Hahnstrae 8 ";" ";"49835 ";"Wietmarschen-Lohne ";"05908/933370 ";" ";"05908/960144 ";" " +lieferant ;00184292;"Philipp Bazlen GmbH ";" ";"Carl-Zeiss-Str. 33 ";"1130 ";"72555 ";"Metzingen ";"07123/92210 ";" ";"07123/922160 ";" " +lieferant ;00184797;"Ingrid Erasme ";" ";"Servaisstr. 40 ";" ";"54293 ";"Trier-Ehrang ";" ";" ";" ";" " +lieferant ;00185969;"Protex ";" ";"Lise-Meitner Str. 12 ";" ";"46446 ";"Emmerich ";" ";" ";" ";" " +lieferant ;00186131;"Cabrini GmbH ";" ";"Rather Strae 22 ";" ";"52353 ";"Dren ";"02421/392061-63 ";" ";"02421/33225 ";" " +lieferant ;00186229;"VF Europe BVBA ";" ";"Industriepark Noord 4 ";" ";"9100 ";"Sint Niklaas ";" ";" ";" ";" " +lieferant ;00186230;"VF Germany Textilhandels GmbH ";"Wrangler / Lee / H.I.S. / The North Face";"Otto-Hahn-Str. 36 ";" ";"63303 ";"Dreieich ";"06103/581-0 ";" ";"06103/581-346 ";" " +lieferant ;00186793;"Calixtus GmbH ";" ";"Weienfelde 5 ";"1160 ";"21698 ";"Harsefeld ";"04164/88630 ";" ";"04164/886329 ";" " +lieferant ;00187650;"Discovery GmbH & Co. KG ";" ";"Babenhuser Str. 45 ";" ";"63762 ";"Groostheim ";"06026/50070 ";" ";"06026/6914 ";" " +lieferant ;00187874;"Marcucci ";" ";"BRAUWEILER STR. 200 ";" ";"50859 ";"KOELN ";" ";" ";" ";" " +lieferant ;00189474;"Style Fair ";" ";"Hellerbergstr. 6 ";" ";"41460 ";"Neuss ";"02131/171317 ";" ";"02131/171313 ";" " +lieferant ;00191007;"Acotex Textilvertiebs GmbH ";" ";"von-Humboldt-Str. 4 ";"1147 ";"64646 ";"Heppenheim ";"06252/963-0 ";" ";"06252/963-160 ";" " +lieferant ;00191015;"Amity Textilhandels GmbH ";" ";"Gutenbergstrasse 34 ";" ";"44139 ";"DORTMUND ";"02315573750 ";" ";"023155737550 ";" " +lieferant ;00191164;"Headlands ";" ";"Aspelohe 27c ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00192188;"Eisend Kids e.K. ";"Inh. Gerd Eisend ";"Atzmannstrae 4 ";"49 ";"97469 ";"Gochsheim ";"09721/646486-0 ";" ";"09721/646486-99 ";" " +lieferant ;00192980;"LEKRA Ralf Krappmann GmbH ";" ";"Bischof-von-Dinkel-Str. 27 ";" ";"96231 ";"Staffelstein ";"09573/9656-0 ";" ";"09573/9656-40 ";" " +lieferant ;00193061;"Kapalua GmbH ";" ";"Obenhauptstr. 15 ";" ";"22335 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00194598;"Hahn & Rbner GmbH ";" ";"Herforder Str. 182-194 ";" ";"33609 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00196221;"Kettenbach GmbH ";" ";"Carl-Zeiss-Str. 4 ";"1263 ";"72636 ";"Frickenhausen ";"07022/405930 ";" ";" ";" " +lieferant ;00196271;"Rhomtuft GmbH ";" ";"Langes Feld 10 ";" ";"31860 ";"Emmerthal ";" ";" ";" ";" " +lieferant ;00196578;"Germann Goetz ";" ";"Hossinger Str. 11 ";" ";"72469 ";"Messstetten ";" ";" ";" ";" " +lieferant ;00197253;"Heli-Trading ";" ";"SCHILLERSTR. 20 ";"1571 ";"49811 ";"Lingen ";"0591/97303-0 ";" ";"0591/97303-10 ";" " +lieferant ;00198596;"Excellent Intimates GmbH ";" ";"Heinrich-Heine-Str.2 ";" ";"07937 ";"Zeulenroda ";"036628/81-400 ";" ";"036628/81-203 ";" " +lieferant ;00200098;"Bettfedernfabrik Schwarzfische ";" ";"Weiherhausweg 4 ";" ";"93426 ";"Roding-Mitterkreith ";"09461/94100 ";" ";"09461/941051 ";" " +lieferant ;00200212;"Stroetmann GmbH ";" ";"Postfach 12 53 ";"12 53 ";"48270 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00200340;"Arclite Lichtvertrieb GmbH ";" ";"Marie,Curie-Strasse 11 ";" ";"22941 ";"Bargteheide ";" ";" ";" ";" " +lieferant ;00200486;"K. Wermuth GmbH ";" ";"Ziergesheimer Str. 31 ";"1428 ";"86609 ";"Donauwrth ";" ";" ";" ";" " +lieferant ;00200551;"Schultz Schlafkultur Harald Schultz GmbH";" ";"Pagenstecherstrae 136 ";" ";"49090 ";"Osnabrck ";"0541/126088 ";" ";"0541/126081 ";" " +lieferant ;00201426;"Carl Breiding & Sohn ";" ";"Bhmheide 18 ";"11 63 ";"29614 ";"Soltau ";"05191/805-0 ";" ";"05191/805189 ";" " +lieferant ;00201947;"Isabell Fashion GmbH & Co. KG ";" ";"Am Schwimmbad 6 ";" ";"36115 ";"Ehrenberg ";"06683/15-0 ";" ";"06683/15-51 ";" " +lieferant ;00202114;"Carl Prinz GmbH & Co. KG ";" ";"Jakobstr. 8 ";" ";"47574 ";"Goch ";"02823/9703-0 ";" ";"02823/80495 ";" " +lieferant ;00202115;"smart classic clothing GmbH & Co. KG ";" ";"Honoldweg 16 ";" ";"70193 ";"Stuttgart ";"0771/627900 ";" ";"0771/62766905 ";" " +lieferant ;00202151;"A. Kolckmann GmbH Weberei ";" ";"OBERE SCHLOSSTR.140 ";"20 ";"73553 ";"ALFDORF 1 ";" ";" ";" ";" " +lieferant ;00202664;"Peter Rutz accessoires ";" ";"Kronberg 20 ";" ";"24619 ";"Bornhved ";"04323/7261 ";" ";"04323/6573 ";" " +lieferant ;00203216;"Christopeit Sport GmbH ";" ";"Steinbrink 3 ";" ";"42555 ";"Velbert ";" ";" ";" ";" " +lieferant ;00204701;"HAGEMANN Homefashion GmbH ";" ";"Zeiss-Str. 13-15 ";" ";"50171 ";"Kerpen ";" ";" ";" ";" " +lieferant ;00204743;"Scott Chic ";" ";"Rntgenstr. 9 ";" ";"67133 ";"Maxdorf ";" ";" ";" ";" " +lieferant ;00205387;"Palm Beach Bademoden GmbH ";" ";"Industriestrae 1 ";"1157 ";"93077 ";"Bad Abbach ";"09405/9595-0 ";" ";"09405/9595-95 ";" " +lieferant ;00205783;"Maryan Beachwear Group GmbH ";" ";"Kellerhof 8 ";" ";"79730 ";"Murg ";"07763/92010 ";" ";"07763/920110 ";" " +lieferant ;00206377;"zz~Margittes Fashion GmbH ";" ";"von-Andrea-Str. 8 ";" ";"51427 ";"Bergisch Gladbach ";"02204/201740 ";" ";"02204/2017499 ";" " +lieferant ;00208737;"Speierer GmbH ";" ";"Postfach 1150 ";"1150 ";"77863 ";"Rheinau ";" ";" ";" ";" " +lieferant ;00208779;"Umlauf & Klein GmbH & Co. ";" ";"Seesener Str. 10-13 ";" ";"10709 ";"Berlin ";"030/896004-0 ";" ";"030/896004-444 ";" " +lieferant ;00209230;"Montes GmbH ";" ";"Rosenstr. 36 ";" ";"71640 ";"Ludwigsburg ";"07141-2971736 ";" ";"07141-2999855 ";" " +lieferant ;00209397;"Kohl Handarbeiten ";" ";"Ringstr. 14 ";" ";"82538 ";"Geretsried ";" ";" ";" ";" " +lieferant ;00209595;"MICRO Krawattenfabrik GmbH & Co. KG ";" ";"Oppumer Strae 73-75 ";"101445 ";"47799 ";"Krefeld ";"02151/8173-0 ";" ";"02151/8173-10 ";" " +lieferant ;00209694;"Taleco GmbH ";"Maddox ";"Schleusenstrae 21 ";" ";"96247 ";"Michelau ";" ";" ";" ";" " +lieferant ;00210295;"Authentic Style Vertriebs GmbH & Co. KG ";" ";"Mainleite 74 ";" ";"97340 ";"Marktbreit ";"09332/5040-0 ";" ";"09332/5040-40 ";" " +lieferant ;00210427;"Gerlach-Fashion, Franz Gerlach GmbH ";" ";"Gaishornstr. 4 ";"1233 ";"87719 ";"Mindelheim ";" ";" ";" ";" " +lieferant ;00210485;"Campione-Textil-Vertriebs GmbH ";" ";"Modering 3 ";"61 51 38 ";"22459 ";"Hamburg ";"040/5597890 ";" ";"040/55978910 ";" " +lieferant ;00210617;"Gitex ";" ";"Friedrich-Ebert-Damm 143 ";" ";"22047 ";"Hamburg ";"040/694208-0 ";" ";"040/694208-30 ";" " +lieferant ;00211631;"Wiegand GmbH ";" ";"Mhlenstr. 55 ";" ";"87538 ";"Fischen ";"08326/3849890 ";" ";" ";" " +lieferant ;00211764;"Volkmar Prell GmbH ";" ";"Daimlerstrasse 1 ";"450237 ";"66123 ";"Gdingen ";" ";" ";" ";" " +lieferant ;00211855;"Homburg Import GmbH ";" ";"Am Dieck 49 ";" ";"42277 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00212704;"Hartmut Eberle GmbH ";" ";"Wangener Strae 100 ";" ";"73614 ";"Schorndorf-Oberberken ";"07181/9270-0 ";" ";"07181/9270-22 ";" " +lieferant ;00212762;"ITG Textil ";" ";"Postfach 4122 ";"4122 ";"33275 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00213281;"Rasch Textil ";" ";"Postfach 1353 ";"1353 ";"49553 ";"Bramsche ";"05461/8070 ";" ";"05461/80757 ";" " +lieferant ;00213439;"Solo Lederbekleidung Handelsgesellschaft";"mbH ";"Lindigstr. 12 ";" ";"63801 ";"Kleinostheim ";"06026 / 994355 ";" ";" ";" " +lieferant ;00213679;"TAO Technical-Wear GmbH ";" ";"Bauhofstrae 10a ";" ";"90571 ";"Schwaig b. Nrnberg ";"0911 / 540508-0 ";" ";"0911 / 540508-29 ";" " +lieferant ;00214487;"1896.SF GmbH ";" ";"Kampstrae 72 ";"10 11 61 ";"32584 ";"Lhne ";"05731/8491-0 ";" ";"05731/8491-66 ";" " +lieferant ;00214488;"SF Lizenz Vertriebsgesellschaft ";"mbH & Co. KG ";"Kampstrae 72 ";" ";"32584 ";"Lhne ";"05731/8491-0 ";" ";"05731/8491-66 ";" " +lieferant ;00214875;"Tendenza Linea B Modevertriebs GmbH ";" ";"Ziegelstr. 86-88 ";"191842 ";"33609 ";"Bielefeld ";"0521/93229-11 ";" ";"0521/93229-20 ";" " +lieferant ;00214891;"Willi Hoppe GmbH ";" ";"Kreuzstr. 20 ";" ";"42277 ";"Wuppertal ";"0202/5260240 ";" ";"0202/5260248 ";" " +lieferant ;00214982;"Swing Modelle Bekleidungs GmbH ";" ";"Maassenstrae 77 ";" ";"46514 ";"Schermbeck ";"02853/8616-0 ";" ";"02853/8616-20 ";" " +lieferant ;00215964;"Zucchi Deutschland ";" ";"Fraunhofer Str. 5 ";" ";"85152 ";"Martinsried ";" ";" ";" ";" " +lieferant ;00218562;"Passionata Lingerie ";" ";"Hans-Bckler-Str. 1 ";" ";"40476 ";"Dsseldorf ";"0211/171485-21 ";" ";"0211/171485-55 ";" " +lieferant ;00218710;"Blanche Moden GmbH ";" ";"Twentestr. 1 ";"11 43 ";"48527 ";"Nordhorn ";" ";" ";" ";" " +lieferant ;00218968;"Hoelscher GmbH ";" ";"Altendorfer Str. 42 ";" ";"45127 ";"Essen ";" ";" ";" ";" " +lieferant ;00219172;"DC Company ";" ";"Schumannstr. 29 ";" ";"52146 ";"Wrselen ";"02102/516970 ";" ";"02102/5169750 ";" " +lieferant ;00220038;"Olandre ";" ";"Gasstr. 18 Haus 5 ";" ";"22761 ";"Hamburg ";"040/853256-0 ";" ";"040/858549 ";" " +lieferant ;00220046;"Rudolf Vettermann ";" ";"Industriestr. 9 ";" ";"74934 ";"Reichartshausen ";" ";" ";" ";" " +lieferant ;00220963;"Plauener Gardine ";" ";"Leuchtsmhlenweg 15 ";" ";"08523 ";"Plauen ";" ";" ";" ";" " +lieferant ;00223678;"Schlitzer Leinen Industrie ";" ";"Postfach 267 ";"267 ";"36105 ";"Schlitz ";" ";" ";" ";" " +lieferant ;00227430;"Kitan (Europe) GmbH ";" ";"Mnsterstr. 304 ";" ";"40470 ";"Dsseldorf ";"0211/6878420 ";" ";"0211/68784250 ";" " +lieferant ;00227935;"Inside - Mode fr Zwei - Ralf ";" ";"Friedrich-Ebert-Strae 110 ";" ";"41236 ";"Mnchengladbach ";"02166/420385 ";" ";"02166/420625 ";" " +lieferant ;00228016;"Ahlers P.C. GmbH & Co.KG ";" ";"Elverdisser Str. 313 ";"10 05 48 ";"32052 ";"Herford ";"0561/7121-600 ";" ";"0561/7121-609 ";" " +lieferant ;00228371;"Wschefabrik Kneer ";" ";"Am Vogelherd 45 ";"1152 ";"72589 ";"Westerheim ";"07333/8060 ";" ";"07333/80666 ";" " +lieferant ;00228644;"Grossmann-Kirchhofer KG ";" ";"Mahdentalstr. 114 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00228842;"Pfau Modelle GmbH ";" ";"Friedrichstrae 5 ";"1246 ";"77709 ";"Wolfach ";"07834/360 ";" ";"07834/6964 ";" " +lieferant ;00231473;"Yes For Bed GmbH & Co.KG ";" ";"Elpke 94 ";"180164 ";"33605 ";"Bielefeld ";"0521/9241760 ";" ";"0521/9241759 ";" " +lieferant ;00231845;"zz~Hermann Koch (diamona) (23184) ";" ";"Daimlerstrae 19 ";" ";"38446 ";"Wolfsburg ";"05361/8502-0 ";" ";"05361/54888 ";" " +lieferant ;00234823;"Metzeler-Schaum GmbH ";" ";"Postfach 1653 ";"1653 ";"87686 ";"Memmingen ";"08331-830-247 ";" ";"08331-830-259 ";" " +lieferant ;00235673;"Strickwarenfabrik Baur GmbH ";" ";"Dieselstrae 4/1 ";" ";"72555 ";"Metzingen ";"07123/9463-0 ";" ";"07123/9463-33 ";" " +lieferant ;00235724;"Sunset BY TTC ";"TTC Textil-Handels GmbH ";"Mahdentalstr. 96-98 ";" ";"71065 ";"Sindelfingen ";"07031/873004 ";" ";" ";" " +lieferant ;00236027;"Mamselle Dessous ";" ";"Postfach 501724 ";"501724 ";"50977 ";"Kln ";" ";" ";" ";" " +lieferant ;00237455;"Guido Unger GmbH ";" ";"Postfach 7 ";"7 ";"09249 ";"Taura ";" ";" ";" ";" " +lieferant ;00238908;"Online Damenoberbekleidung GmbH ";" ";"Blitzkuhlenstr. 127 ";" ";"45659 ";"Recklinghausen (Hillerheide) ";"02361/184816 ";" ";"02361/184299 ";" " +lieferant ;00239071;"Tex Styles ";" ";"Vogelsanger Str. 348 ";" ";"50827 ";"Kln ";"0221/160980 ";" ";"0221/1609820 ";" " +lieferant ;00240581;"Rupp + Co. GmbH ";" ";"Hllensteiner Str. 25 ";" ";"79689 ";"Maulburg ";" ";" ";" ";" " +lieferant ;00240672;"Christy Europe GmbH ";" ";"Wiesfleckenstr. 12/1 ";" ";"72336 ";"Balingen-Frommern ";"07433/99755-0 ";" ";"07433/99755-55 ";" " +lieferant ;00241183;"Melasie ";" ";"Georg-Kandenw.-Str. 14 ";" ";"73235 ";"Weilheim-Teck ";" ";" ";" ";" " +lieferant ;00241498;"P. Kleidermann ";" ";"Buxheimer Str. 86 ";" ";"87700 ";"Memmingen ";" ";" ";" ";" " +lieferant ;00241604;"Anasasi ";" ";"Garstedter Weg 14 ";" ";"22453 ";"Hamburg ";"040/58956236 ";" ";"040/58956239 ";" " +lieferant ;00241860;"Von Daniels ";" ";"Junkersdorfer Weg 28 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00241977;"Benetton Sportsystem GmbH ";" ";"Nymphenburger Str. 86 ";"19 01 64 ";"80636 ";"Mnchen ";"0039/0422519111 ";" ";"0039/0422969501 ";" " +lieferant ;00241993;"Grantex Juniors ";" ";"Schopenstehl 22 ";" ";"20095 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00242222;"Michel Farah GmbH ";" ";"Graf-Landsberg-Str. 1c ";"100911 ";"41460 ";"Neuss ";"02131-94870 ";" ";" ";" " +lieferant ;00243056;"Abaco GmbH ";" ";"Hammerweg 4 ";" ";"52074 ";"Aachen ";" ";" ";" ";" " +lieferant ;00243535;"Centerline ";" ";"Artlandstrae 73 ";"12 63 ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00243874;"Markwald GmbH & Co. ";" ";"Mnsterstr. 330 ";" ";"40470 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00245028;"Toni Dress Damenmoden GmbH (TONI) ";" ";"Konrad-Ott-Str. 1 ";"5 ";"91301 ";"Forchheim ";"09191/83499 ";" ";"09191/83316 ";" " +lieferant ;00245029;"Toni Dress Damenmoden GmbH (Relaxed) ";" ";"Konrad-Ott-Str. 1 ";" ";"91301 ";"Forchheim ";"09191/83499 ";" ";"09191/83316 ";" " +lieferant ;00245030;"Vroni goes Toni GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"089/37959608 ";" ";" ";" " +lieferant ;00246472;"Heinrich Wirtz ";" ";"Ottostr. 25 ";" ";"41836 ";"Hckelhoven ";" ";" ";" ";" " +lieferant ;00246802;"La Mawi ";" ";"Gewerbestr. Sd 77-79 ";" ";"41812 ";"Erkelenz ";" ";" ";" ";" " +lieferant ;00247470;"Ergora Fashion GmbH ";" ";"Hofer Str. 32 ";" ";"09353 ";"Oberlungwitz ";"03723/61-0 ";" ";"03723/61-248 ";" " +lieferant ;00247471;"Struwa Vertriebs- und Service GmbH ";" ";"Bergstrae 13 ";" ";"88138 ";"Weiensberg ";"03723/61-0 ";" ";"03723/61-283 ";" " +lieferant ;00247793;"Topo in fashion GmbH & Co. KG ";" ";"Heidestrae 28 ";"1354 ";"32584 ";"Lhne ";"05732/9494-0 ";" ";"05732/9494-27 ";" " +lieferant ;00247967;"Forster Webwaren GmbH ";" ";"Elssser Str. 2-5 ";" ";"03149 ";"Forst/Lausitz ";" ";" ";" ";" " +lieferant ;00248022;"GREYSTONE Fashion GmbH ";" ";"Harckesheyde 91-93 ";" ";"22844 ";"Norderstedt ";"040/55877-05 ";" ";"040/55877-554 ";" " +lieferant ;00248402;"Wappen Men's Fashion GmbH ";" ";"Konrad-Ott-Strae 1 ";"7 ";"91299 ";"Forchheim ";"09191/83-384 ";" ";"09191/83-371 ";" " +lieferant ;00249749;"Fairtex Textilhandel GmbH ";" ";"Weiherhofstr. 12 A ";" ";"79104 ";"Freiburg ";"0761/387060 ";" ";"0761/3870648 ";" " +lieferant ;00251934;"Cembalo Fashion for Kids ";" ";"Schippnerstr. 6 ";" ";"63741 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00252031;"Arnold Walterscheid ";" ";"Brgerkamp 6 ";"13 40 ";"48543 ";"Steinfurt ";"02551/147-0 ";" ";"02551/147-190 ";" " +lieferant ;00254136;"MaxiMo Strickmoden ";"Bruno Barthel GmbH & Co KG ";"Clemens-Winkler-Str. 6 ";" ";"09116 ";"Chemnitz ";"0371/81551-0 ";" ";"0371/81551-11 ";" " +lieferant ;00254558;"zz~Walter Bieber GmbH ";" ";"Spiegelstrae 3 ";" ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00254946;"Dingelstdter Strick GmbH ";" ";"Am Hestelweg 2 ";" ";"37351 ";"Dingelstdt ";"036075/3800 ";" ";"036075/38049 ";" " +lieferant ;00255100;"Hans Stratmann HASTRA-Kleidung ";"GmbH & Co. KG ";"Oldenburger Str. 17 ";"17 ";"48429 ";"Rheine ";"05971/983-0 ";" ";"05971/983-106 ";" " +lieferant ;00255465;"Banaras GmbH ";" ";"Weienburgstr. 15 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00255522;"Andy Textil Druck ";" ";"Dwostr. 48/49 ";" ";"27753 ";"Delmenhorst ";" ";" ";" ";" " +lieferant ;00255712;"Caw Textil GmbH & Co. KG ";" ";"Brookweg 91 ";"1153 ";"48282 ";"Emsdetten ";"02572/159-0 ";" ";"02572/159-200 ";" " +lieferant ;00256116;"Proflax ";" ";"Nrtinger Str. 63 ";"12 53 ";"72074 ";"Tbingen ";"07071-882-100 ";" ";"07071-882-120 ";" " +lieferant ;00256207;"Reno Iguana Sportswear ";" ";"Ratzinger Weg 26 ";" ";"94065 ";"Waldkirchen ";"8581/98850 ";" ";"08581/988525 ";" " +lieferant ;00257429;"Curt Bauer GmbH ";" ";"Bahnhofstrae 16 ";"12 04 ";"08280 ";"Aue ";"03771/500-0 ";" ";"03771/500270 ";" " +lieferant ;00257445;"Schmidt Design ";" ";"Mnchener Str. 18 ";" ";"85667 ";"Oberpframmern ";" ";" ";" ";" " +lieferant ;00257528;"Centa-Star Bettwaren GmbH & Co. KG ";" ";"Augsburger Str. 275 ";"600 443 ";"70304 ";"Stuttgart-Untertrkheim ";"0711/30505-0 ";" ";"0711/30505-230 ";" " +lieferant ;00257536;"Irisette ";" ";"Velener Str. 41 ";"2030 ";"46342 ";"Velen-Ramsdorf ";"02863/95800 ";" ";"02863/958090 ";" " +lieferant ;00257635;"zz~Cavori GmbH ";" ";"Ritterstr. 16 ";"14 51 ";"52072 ";"Aachen ";" ";" ";" ";" " +lieferant ;00258526;"Ideetex ";" ";"Berliner Str. 7 ";" ";"42551 ";"Velbert ";" ";" ";" ";" " +lieferant ;00259201;"Janine Design GmbH ";" ";"Up de Hacke 15-17 ";"1154 ";"48691 ";"Vreden ";"02564/309-0 ";" ";"02564/1444 ";" " +lieferant ;00259285;"My Diary ";" ";"Kreuzweg 58 ";" ";"48607 ";"Ochtrup ";"02553/93860 ";" ";"02553/938690 ";" " +lieferant ;00259722;"Top Five GmbH ";" ";"LOCKHOFSTR. 13 ";" ";"45881 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00260505;"Zacharias Mode GmbH ";" ";"Steinweg 36 ";" ";"38518 ";"Gifhorn ";"05371/12000 ";" ";"05371/14221 ";" " +lieferant ;00261909;"Symphony GmbH Bettwsche Mode ";" ";"ELPKE 94 ";"180144 ";"33605 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00262733;"Malitex Textil GmbH ";" ";"Gltzschtalstr. 83 ";"1296 ";"08202 ";"Auerbach ";"03744/82700 ";" ";"03744/827045 ";" " +lieferant ;00262858;"Dmer Clarysse ";"Zweigniederlassung Deutschland ";"Im Hagenkamp 1-5 ";"15 27 ";"48282 ";"Emsdetten ";"02575/9375-0 ";" ";"02572/9375-75 ";" " +lieferant ;00263088;"Olaf Benz ";" ";"Spessartstr. 22 ";" ";"63776 ";"Mmbris ";" ";" ";" ";" " +lieferant ;00263484;"4 You A/s per Adr. Den Danske ";" ";"Modering 3, Haus B ";"101522 ";"22457 ";"Hamburg ";"0045/74272727 ";" ";"0045/74520936 ";" " +lieferant ;00263666;"Albrecht Maute Textilagentur ";" ";"Rmerstrae 35 ";" ";"72456 ";"Albstadt-Lautlingen ";"07431/72818 ";" ";"07431/72587 ";" " +lieferant ;00265175;"Profilo - Henning F. Khler ";" ";"Robert-Bosch-Str. 26 ";" ";"63303 ";"Dreieich ";"06103/937935 ";" ";"06103/937937 ";" " +lieferant ;00266272;"Pausaer Feine Bettwsche GmbH ";" ";"NORDSTR. 26 ";" ";"07952 ";"PAUSA ";"037432-6000 ";" ";"037432-60010 ";" " +lieferant ;00266602;"Pearlwood Trading GmbH ";" ";"Berliner Allee 23 ";" ";"63739 ";"Aschaffenburg ";"+49 6021 4571877 ";" ";"+49 6021 4571879 ";" " +lieferant ;00266751;"Eurex ";" ";"Wittekindstrae 16-18 ";"13 52 ";"32051 ";"Herford ";" ";" ";" ";" " +lieferant ;00267551;"GMV GREYSTONE Modevertriebs GmbH ";" ";"Aspelohe 27c ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00268195;"Treude & Metz ";" ";"Knigstr. 4 ";" ";"57334 ";"Bad Laasphe ";" ";" ";" ";" " +lieferant ;00269143;"Paloma Picasso ";" ";"Ihringer Landstr. 16 ";" ";"79206 ";"Breisach ";"076679454-0 ";" ";"076679454-156 ";" " +lieferant ;00269250;"State Clothing ";" ";"Solitudeallee 109 ";" ";"70806 ";"Kornwestheim ";"07154/83180 ";" ";"07154/831815 ";" " +lieferant ;00269292;"Hil-Tex ";" ";"Bahnhofstr. 12-16 ";" ";"87781 ";"Ungerhausen ";"(08393)1075/1072 ";" ";"(08393)7493 ";" " +lieferant ;00269523;"Gregg Textil Vertriebs GmbH ";" ";"Bunsenstrae 14 ";" ";"75210 ";"Keltern-Ellmendingen ";"07236/93770 ";" ";"07236/7324 ";" " +lieferant ;00269838;"Tovalino Casa ";" ";"Teichberg 32 ";" ";"34286 ";"Spangenberg ";" ";" ";" ";" " +lieferant ;00270083;"Controsenso ";" ";"Xantener Str. 7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00271122;"Trigema ";" ";"Postfach 100 ";"100 ";"72386 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00271784;"Monari Bosch Textil GmbH ";" ";"Jbkesweg 21 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00272386;"Oritep ";" ";"Brooktorkai 6 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00272774;"Triangle GmbH & Co.KG ";" ";"Rather Str. 110 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00273334;"Maisonette GmbH ";" ";"Fuggerstr. 15 ";" ";"48165 ";"Mnster ";" ";" ";" ";" " +lieferant ;00274176;"Walker GmbH ";" ";"Bahnhofstrae 26 ";" ";"36103 ";"Fliedern ";"06655/91696-0 ";" ";"06655/91696-55 ";" " +lieferant ;00274340;"Enjoy Bekleidungs GmbH ";" ";"Brauckstr. 45 ";" ";"58454 ";"Witten ";"02302/98080-0 ";" ";"02302/98080-6 ";" " +lieferant ;00275679;"Peterseim ";" ";"Erfurter Str. 3 ";" ";"99974 ";"Mhlhausen ";" ";" ";" ";" " +lieferant ;00275778;"Kelee-Jawa/Linea ";" ";"Strietwlle 1 ";" ";"76359 ";"Marxzell ";" ";" ";" ";" " +lieferant ;00275794;"Nafz-Sportswear ";" ";"Dompfaffweg 5 ";" ";"72160 ";"Horb ";" ";" ";" ";" " +lieferant ;00275934;"Topaz ";" ";"Oberhausener Str. 6 ";" ";"40476 ";"Dsseldorf ";"0211/65048-0 ";" ";"0211/65048-131 ";" " +lieferant ;00276172;"Crescendo ";" ";"Saarner Str. 528 ";" ";"45468 ";"Mlheim/Ruhr ";" ";" ";" ";" " +lieferant ;00276338;"Bruno Saint Hilaire ";" ";"Postfach 1453/1458 ";"1453/1458 ";"41804 ";"Erkelenz ";" ";" ";" ";" " +lieferant ;00276594;"Entari ";" ";"An Der Silberkuhle 15 ";" ";"58239 ";"Schwerte ";" ";" ";" ";" " +lieferant ;00276627;"Hesco Fashion ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00278821;"Buxenhalter - Ika Busch ";" ";"Ttersburg 39 ";" ";"42277 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00278847;"zz~S4 Fashion Partner ";" ";"Postfach 1064 ";"1064 ";"48481 ";"Neuenkirchen ";" ";" ";" ";" " +lieferant ;00279267;"Amann Handel GmbH ";" ";"Postfach 11 65 ";"11 65 ";"89161 ";"Dietenheim ";" ";" ";" ";" " +lieferant ;00279332;"Va Bene GmbH ";" ";"Wolfserlen 41 ";" ";"56237 ";"Breitenau ";"02623/3974 ";" ";"02623/807214 ";" " +lieferant ;00279738;"NurDie GmbH ";" ";"Birkenallee 110-134 ";" ";"48432 ";"Rheine ";"8861/2180 ";" ";"8861/218202 ";" " +lieferant ;00279879;"Fashion Connections Textilhandels GmbH ";" ";"Einstein-Ring 19 ";" ";"48599 ";"Gronau ";"02562/9634-0 ";" ";"02562/9634-10 ";" " +lieferant ;00279895;"Dohle + Menk GmbH ";" ";"Postfach 1340 ";"1340 ";"46363 ";"Bocholt ";"02871/2127-0 ";" ";"02871/2127-20 ";" " +lieferant ;00281171;"Palmier ";" ";"Schteller Str. 93 ";" ";"41066 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00281329;"Morgenstern GmbH ";" ";"Industriestr. 8a ";"610 ";"25462 ";"Rellingen ";"04101 / 59 00 59 ";" ";"04101 / 59 00 60 ";" " +lieferant ;00282294;"Agenda Textil GmbH ";" ";"Hellersbergstr. 2a ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00282418;"Klepper Sportswear GmbH ";" ";"FUGGERSTR. 15 ";"1211 ";"86830 ";"Schwabmnchen ";" ";" ";" ";" " +lieferant ;00282426;"Intercoat Textilhandelsgesellschaft mbH ";" ";"Danziger Strae 111 ";" ";"40468 ";"Dsseldorf ";"0211/4350515 ";" ";"0211/4350516 ";" " +lieferant ;00282517;"Thull Import ";" ";"Moosenberger Str. 5 ";" ";"54531 ";"Manderscheid ";" ";" ";" ";" " +lieferant ;00282799;"Trend Trading AG ";" ";"Maastr. 24 ";" ";"69123 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00284167;"Van Dillen ";" ";"Industrieweg 17 ";" ";"48493 ";"Wettringen ";" ";" ";" ";" " +lieferant ;00286436;"Gollas GmbH & Co. ";" ";"Rmerstr. 28 ";" ";"63843 ";"Niedernberg ";" ";" ";" ";" " +lieferant ;00287864;"Franke & Schulte GmbH ";"Stooker ";"Boschstr. 11 ";"11 27 ";"28857 ";"Syke ";"04242/9200-0 ";" ";"04242/66444 ";" " +lieferant ;00288119;"Ernst Schfer GmbH ";" ";"Postfach 17 01 63 ";"17 01 63 ";"30842 ";"Langenhagen ";" ";" ";" ";" " +lieferant ;00288705;"PD Trend GmbH ";" ";"Carl-Zeiss-Str. 9 ";" ";"25451 ";"Quickborn ";"04106/73041 ";" ";"04106/73179 ";" " +lieferant ;00289290;"Bellymod ";" ";"Alte Heerstr. 2 ";" ";"38644 ";"Goslar ";"05321-3510 ";" ";"05321-83633 ";" " +lieferant ;00289670;"Zutano ";" ";"Drosselweg 87 ";" ";"52078 ";"Aachen ";" ";" ";" ";" " +lieferant ;00290271;"Bhandari Paras GmbH ";" ";"Holzkamp 5 ";" ";"41352 ";"Korschenbroich ";" ";" ";" ";" " +lieferant ;00290388;"Manfred Hegler GmbH & Co.KG ";" ";"WORRINGSTR. 252 A ";"170120 ";"45289 ";"Essen ";"0201/571720 ";" ";"0201/570377 ";" " +lieferant ;00290859;"Dahlinghauser ";" ";"Mindener Strae 230 ";"20 11 ";"49152 ";"Bad Essen ";" ";" ";" ";" " +lieferant ;00291352;"Main Street ";" ";"Mercedes Str. 7 ";" ";"70794 ";"Filderstadt-Sielmingen ";"07158/9093-0 ";" ";"07158/9093-40 ";" " +lieferant ;00291906;"Dockers Germany GmbH ";" ";"Levi-Strauss-Allee 18 ";" ";"63150 ";"Heusenstamm ";"06104/601101 ";" ";" ";" " +lieferant ;00292011;"Petersen & Vocke GmbH & Co. KG ";" ";"Klarenstrecker Damm 20 ";"1805 ";"21684 ";"Stade ";" ";" ";" ";" " +lieferant ;00292144;"Albert Metzger ";" ";"Postfach 122 ";"122 ";"72445 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00292590;"Ott-tricot Werner Ott e.K. ";" ";"Wieslesweg 25 ";"201 680 ";"72461 ";"Albstadt ";"07432/98414-0 ";" ";"07432/98414-29 ";" " +lieferant ;00293423;"Vredex Heimtextil GmbH ";" ";"Up de Hacke 15-17 ";"1328 ";"48686 ";"Vreden ";" ";" ";" ";" " +lieferant ;00294273;"Velwico ";" ";"Breite Wiese 28-30 ";" ";"57392 ";"Schmallenberg ";" ";" ";" ";" " +lieferant ;00294497;"Tatonka GmbH ";" ";"Robert-Bosch-Str. 3 ";" ";"86453 ";"Dasing ";"08205/96020 ";" ";"08205/960230 ";" " +lieferant ;00294504;"Schenk ";" ";"Ludwig-Wilhelm-Platz 4 ";" ";"76485 ";"Baden-Baden ";" ";" ";" ";" " +lieferant ;00294827;"zz~Klaus Steilmann ";" ";"Feldstr. 4 ";" ";"44867 ";"Bochum ";"02327/9400 ";" ";"02327/940564 ";" " +lieferant ;00295065;"Bestseller Textilhandels GmbH ";" ";"Modering 1, Haus A - Raum 201 ";" ";"22457 ";"Hamburg ";"040/5303-0 ";" ";"040/5303-1100 ";" " +lieferant ;00295172;"Golfers Classic GmbH ";" ";"Postfach 45 02 45 ";"45 02 45 ";"00000 ";"Bremen ";" ";" ";" ";" " +lieferant ;00295445;"Katharina Husemann ";" ";"Nordring 6 a ";" ";"47495 ";"Rheinberg ";"02843/973390 ";" ";"02843/973393 ";" " +lieferant ;00296047;"Pius Brecht ";" ";"An der Salzbach 19 ";" ";"75015 ";"Bretten-Ruit ";" ";" ";" ";" " +lieferant ;00296401;"Rohner GmbH ";" ";"Windsbacher Str.11 ";"20 ";"91584 ";"Lichtenau ";"09827/92500 ";" ";"09827/925092 ";" " +lieferant ;00296914;"E.S. Design ";" ";"Merianstr. 33 ";" ";"40885 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00296930;"ED-Textilvertrieb ";" ";"Tilsiter Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00297079;"Skiny bodywear GmbH ";" ";"Erkrather Str. 220 c ";" ";"40233 ";"Dsseldorf ";"02103/96463 ";" ";"02103/964640 ";" " +lieferant ;00297392;"HCT Textilvertriebs-GmbH ";" ";"An der Strusbek 17 ";" ";"22926 ";"Ahrensburg ";"04102/492929 ";" ";"04102/492920 ";" " +lieferant ;00297996;"Eagle Products ";" ";"Orleansstrae 16 ";"3340 ";"95028 ";"Hof/Saale ";"09281/81913-0 ";" ";"09281/81913-11 ";" " +lieferant ;00298192;"ABE Vertriebs GmbH ";" ";"Bahnhofstr. 2 ";" ";"51580 ";"Reichshof-Brchermhle ";" ";" ";" ";" " +lieferant ;00298340;"Limtex ";" ";"Hauptstrae 12 ";" ";"09212 ";"Limbach-Oberfrohna ";" ";" ";" ";" " +lieferant ;00298423;"Michael Hlzel Textil ";" ";"Hninger Weg 100 ";" ";"50969 ";"Kln ";" ";" ";" ";" " +lieferant ;00298811;"TVS GmbH ";" ";"Postfach 1204 ";"1204 ";"48502 ";"Nordhorn ";" ";" ";" ";" " +lieferant ;00298928;"Liliput/ Tee to Green ";" ";"An der Strusbeck 28 ";" ";"22926 ";"Ahrensburg ";" ";" ";" ";" " +lieferant ;00299786;"WTG Westflische Textil- ";" ";"Franz-Kleine-Str.21-25 ";" ";"33154 ";"Salzkotten ";"05258/503-0 ";" ";"05258/6788 ";" " +lieferant ;00300007;"Agathos Druck GmbH ";" ";"Am Kettnersbusch 37 ";" ";"51379 ";"Leverkusen ";" ";" ";" ";" " +lieferant ;00300012;"Yessadress GmbH ";" ";"Im Stckmdle 13 ";" ";"76307 ";"Karlsbad ";" ";" ";" ";" " +lieferant ;00300228;"American Style ";" ";"Carl-Schurz-Str. 7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00300260;"FS Fashion & Style GmbH - Apanage ";"ehem. Apanage Live Style Steilmann G ";"Emscher Str. 18 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00300294;"Armelle Maschenmoden GmbH ";" ";"ANDREASWEG 7 ";" ";"72401 ";"Haigerloch ";" ";" ";" ";" " +lieferant ;00300319;"Artedomo ";" ";"Grenzhfer Weg 31 ";" ";"69123 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00300335;"Arya GmbH ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";"+49 (0) 6196 - 998380 ";" ";"+49 (0) 6196 - 9983866 ";" " +lieferant ;00300385;"Athlet Sport ";"M. Cyrulla GmbH &. Co. KG ";"Steigleweg 41 ";" ";"72474 ";"Winterlingen ";" ";" ";" ";" " +lieferant ;00300400;"Otto Aumller ";" ";"Postfach 1264 ";"1264 ";"96244 ";"Michelau ";" ";" ";" ";" " +lieferant ;00300450;"Baby - Staab Inh. Gnter Strob ";" ";"Bindegger Weg 4 ";" ";"87482 ";"Nesselwang ";"08361-3152 ";" ";"08361-1323 ";" " +lieferant ;00300525;"Bandolera per Adr. Fortis BK K ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/272790 ";" ";"02131/272794 ";" " +lieferant ;00300575;"Base Line Moden ";" ";"MARSCHALLSTR. 1 ";"331127 ";"52146 ";"AACHEN-WUERSELEN ";" ";" ";" ";" " +lieferant ;00300658;"Beiersdorf AG Konto-Nr. 248 56 ";" ";"Unnastr. 48 ";" ";"20253 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00300666;"Helene Narewski-Wilms ";"Beltimo / Cinturi ";"Graf-Gerhard-Str.50 ";" ";"41849 ";"Wassenberg ";"02432/49670 ";" ";"02432/49679 ";" " +lieferant ;00300674;"Joh. Benker ";" ";"Postfach 160 ";"160 ";"95601 ";"Marktredwitz ";" ";" ";" ";" " +lieferant ;00300690;"Bergische Gardinen Industrie ";"GmbH & Co. KG ";"Hauptstr. 92-94 ";" ";"51709 ";"Marienheide/Rhld. ";" ";" ";" ";" " +lieferant ;00300723;"Best-Basic ";" ";"Am Rmerbuckel 4 ";" ";"69168 ";"Wiesloch ";" ";" ";" ";" " +lieferant ;00300765;"Bietex ";" ";"Bahnhofstr. 16 ";" ";"96157 ";"Ebrach ";" ";" ";" ";" " +lieferant ;00300947;"Brameier-Fanworld AG ";" ";"Strontianitstrasse 5 ";" ";"48317 ";"Drensteinfurt ";"02508/991-0 ";" ";"02508/991-505 ";" " +lieferant ;00301052;"bugatti Leatherwear ";"c/o Heinz Kapraun Ledermoden GmbH&Co. KG";"Hasselstrae 1 ";"1127 ";"63762 ";"Groostheim-Ringheim ";"06026/9708-300 ";" ";"06026/9708-399 ";" " +lieferant ;00301086;"Calida AG ";" ";"Sursee ";" ";"6210 ";"Sursee ";"+41-41/9254525 ";" ";"+41-41/9254284 ";" " +lieferant ;00301218;"Collection Software GmbH ";" ";"TZU, Essener Str. 5 ";" ";"46047 ";"Oberhausen ";"07471/1808-123 ";" ";" ";" " +lieferant ;00301242;"Cosmotex ";" ";"Hittfelder Kirchweg 18 ";" ";"21220 ";"Seevetal ";" ";" ";" ";" " +lieferant ;00301367;"Deco Design Frus GmbH ";" ";"Aldolf-Dembach-Str. 5 ";" ";"47829 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00301375;"Delfina ";" ";"Raiffeisenstr. 12 ";" ";"72127 ";"Kusterdingen ";" ";" ";" ";" " +lieferant ;00301383;"Delius GmbH ";" ";"Goldstr. 16-18 ";"100261 ";"33602 ";"Bielefeld ";"0521/543-0 ";" ";"0521/543-341 ";" " +lieferant ;00301622;"DTX Auenhandels GmbH ";" ";"Oehleckerring 2 ";" ";"22419 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00301747;"Elite Moden ";" ";"Kasberg 80 ";" ";"94110 ";"Wegscheid ";" ";" ";" ";" " +lieferant ;00301937;"Verse Wiebe GmbH ";"Fashion House 2 / R.C207 ";"Danziger Str. 111 ";" ";"40468 ";"Dsseldorf ";"0211/ 200 54 30 ";" ";" ";" " +lieferant ;00301961;"Filigrana Textilges. mbH ";" ";"Am Boewing 10 ";"100 125 ";"46414 ";"Rhede ";" ";" ";" ";" " +lieferant ;00302034;"Frank Alexs ";" ";"Vogesenstrasse 41 ";" ";"76461 ";"Muggensturm ";" ";" ";" ";" " +lieferant ;00302076;"Fransa Clothing ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00302133;"Kurt Frowein ";" ";"Lenneper Str. 130 ";" ";"42289 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00302141;"Giramondo Herrenstrick ";"Eberhard Frh GmbH ";"Dr.-Rudolf-Eberle-Str. 12 ";"1251 ";"79725 ";"Laufenberg ";"0776393940 ";" ";"07763939424 ";" " +lieferant ;00302159;"Fruit Of The Loom ";"FOL International GmbH ";"Von Miller Strae 9 ";"9 ";"67661 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00302208;"Gang Fashion ";" ";"ROSENHEIMER STR. 103 ";" ";"83064 ";"RAUBLING ";" ";" ";" ";" " +lieferant ;00302232;"Gates ";" ";"Postfach 1326 ";"1326 ";"94453 ";"Deggendorf ";"0991/29049-0 ";" ";"0991/29049-19 ";" " +lieferant ;00302307;"Gill Company ";" ";"Siemensring 86 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00302399;"Otto Gruber ";" ";"Hauptstr. 35 ";" ";"85088 ";"Vohburg-Rockolding ";" ";" ";" ";" " +lieferant ;00302688;"zz~Helly Hansen ";" ";"Gromoorkehre 1 ";" ";"21079 ";"Hamburg ";"0800/5600966 ";" ";"089/67349650 ";" " +lieferant ;00302711;"Henne GmbH ";" ";"Antoniusstr. 2-6 ";" ";"73249 ";"Wernau ";" ";" ";" ";" " +lieferant ;00302729;"Henry K. Textilhandel GmbH ";" ";"Kahlbachring 5 ";" ";"69254 ";"Malsch ";"07253/9595-0 ";" ";"07253/9595-55 ";" " +lieferant ;00302745;"Herbold KG ";" ";"Alte Wrther Str. 17 ";" ";"94315 ";"Straubing ";" ";" ";" ";" " +lieferant ;00302795;"Fritz Hiltl Hosenfabrik GmbH & Co. ";" ";"Asamstr.6 ";"12 52 ";"92237 ";"Sulzbach-Rosenberg ";"09661/57-0 ";" ";"09661/57-132 ";" " +lieferant ;00302802;"Hindsgaul Mannequin Service GmbH ";" ";"Gterstrasse 35 ";" ";"46499 ";"Hamminkeln ";" ";" ";" ";" " +lieferant ;00302836;"C. Hohenberger ";" ";"Ottengrner Str. 9A ";" ";"95233 ";"Helmbrechts ";"09252/3377 ";" ";"09252/3377 ";" " +lieferant ;00302844;"Home Decor GmbH ";" ";"Josef-Mller-Str. 2 ";"420 ";"95234 ";"Sparneck ";"09251 89-120 ";" ";"09251 89-110 ";" " +lieferant ;00302860;"Huber Tricot ";" ";"Heuriedeweg 14 ";" ";"87567 ";"Riezlern ";"+43-5523/5050 ";" ";"+43-5523/64647 ";" " +lieferant ;00302894;"Klaus Hbner Fashion GmbH ";" ";"Forckenbeckstr. 50 ";" ";"14199 ";"Berlin ";" ";" ";" ";" " +lieferant ;00302901;"Kurtenbach GmbH & Co. KG ";" ";"Offheimer Weg 45 ";"2261 ";"65549 ";"Limburg ";" ";" ";" ";" " +lieferant ;00303123;"JAKO AG ";" ";"Amtstrae 82 ";" ";"74673 ";"Mulfingen-Hollenbach ";"07938/9063-0 ";" ";"07938/9063-15 ";" " +lieferant ;00303131;"Jansen Fashion Group GmbH ";"ehem. (Jansen Textil GmbH) ";"Widdiger Strae 1-9 ";"1363 ";"50389 ";"Wesseling ";"02236/8921-0 ";" ";"02236/8921-100 ";" " +lieferant ;00303199;"Jipzo By Renate Aust ";" ";"Zeisigweg 34 ";" ";"71032 ";"Bblingen ";" ";" ";" ";" " +lieferant ;00303230;"Kahla/Thhringen ";" ";"Postfach 49 ";"49 ";"07764 ";"Kahla ";" ";" ";" ";" " +lieferant ;00303235;"Schirm Scheer ";" ";"Vor dem Steintor 142 ";" ";"28203 ";"Bremen ";"(04 21) 70 03 50 ";" ";" ";" " +lieferant ;00303264;"Gnther Kampf ";" ";"Niddastrasse 57 ";" ";"60329 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00303321;"Karsten ";"Europa GmbH ";"Uerdinger Str. 5 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00303339;"Katag AG ";" ";"Stralsunder Str. 5 ";" ";"33605 ";"Bielefeld ";"0521/292-0 ";" ";"0521/292-101 ";" " +lieferant ;00303355;"KBC Manufaktur Koechlin ";" ";"Postfach 1720 ";"1720 ";"79537 ";"Loerrach ";"07621/413-0 ";" ";"07621/413-397 ";" " +lieferant ;00303470;"zz~Kirsten Mode GmbH ";" ";"Emscher Mulde 6 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00303488;"Kirsten Modedesign GmbH & Co. KG ";" ";"Emscherstrae 20 ";" ";"45891 ";"Gelsenkirchen ";"0209/97629-0 ";" ";"0209/97629-44 ";" " +lieferant ;00303561;"Kohlschein GmbH & Co KG ";" ";"Feldstrasse 9 ";"120240 ";"41749 ";"Viersen ";" ";" ";" ";" " +lieferant ;00303595;"G. Kollmann GmbH & CO KG ";" ";"Lange Str. 57 ";"1263 ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00303652;"Baumgart-Kretzschmar GmbH ";"junior b. festive girls ";"Nordstrae 17 ";"3068 ";"31832 ";"Springe ";"05044/1040 ";" ";"05044/8183 ";" " +lieferant ;00303686;"Gustav Kruse GmbH & Co. ";" ";"Siedlungsstr. 23 ";" ";"32120 ";"Hiddenhausen ";" ";" ";" ";" " +lieferant ;00303694;"Werner Kruse ";" ";"Eichenweg 5 ";" ";"25436 ";"Moorege ";"04122/8055 ";" ";"04122/8602 ";" " +lieferant ;00303701;"F.A. Kmpers GmbH & Co. ";" ";"Postfach 17 64 ";"17 64 ";"48407 ";"Rheine ";" ";" ";" ";" " +lieferant ;00303826;"Lab-Moda GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00303868;"Weberei Landshut ";" ";"Siemensstrae 14 ";" ";"84051 ";"Essenbach ";" ";" ";" ";" " +lieferant ;00303975;"Liegelind GmbH ";" ";"Karlsbader Str. 12 ";" ";"90579 ";"Langenzenn ";"09101/608 165 ";" ";"09101/608 189 ";" " +lieferant ;00304006;"Linder Gardinen GmbH ";" ";"Neckarstr. 4 ";" ";"45478 ";"Mhlheim an der Ruhr ";" ";" ";" ";" " +lieferant ;00304030;"Kiddy Fashion M. & W. Lblich ";" ";"HAUPTSTR. 17 ";" ";"6840 ";"GOETZIS ";" ";" ";" ";" " +lieferant ;00304048;"Lochner GmbH ";" ";"Peuntstr. 6 ";" ";"95176 ";"Konradsreuth ";" ";" ";" ";" " +lieferant ;00304098;"Lovable ";" ";"Postfach 5020 ";"5020 ";"04000 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00304147;"Luvo Impex GmbH ";" ";"Tauschwitz Nr. 6 ";" ";"08527 ";"Plauen/Vogtl. ";" ";" ";" ";" " +lieferant ;00304262;"Otterndorfer Kleiderfabrik ";" ";"Wesermnder Str. 20a ";"1139 ";"21762 ";"Otterndorf ";"04751/3055-3056 ";" ";"04751/5626 ";" " +lieferant ;00304303;"Hans May & Co ";" ";"Am Weingarten 1 ";" ";"30974 ";"Wennigsen ";" ";" ";" ";" " +lieferant ;00304345;"Mayser GmbH & Co. ";" ";"Bismarckstrae 2 ";"1362 ";"88161 ";"Lindenberg ";"+49 8381 5070 ";" ";"+49 8381 507101 ";" " +lieferant ;00304387;"Menino Modevertrieb GmbH ";" ";"Markgrafenallee 3d ";" ";"95448 ";"Bayreuth ";"0921/764760 ";" ";"0921/7647622 ";" " +lieferant ;00304395;"Menke Fashion GmbH und Co. KG ";" ";"Hhenweg 26 ";"1140 ";"49170 ";"Hagen am Teutoburger Wald ";"05401/971-0 ";" ";"05401/971-40 ";" " +lieferant ;00304452;"MHZ Hachtel GmbH & Co. ";" ";"Postfach 800520 ";"800520 ";"70505 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00304551;"Momm AG ";" ";"Am Bleichanger 33 ";" ";"87600 ";"Kaufbeuren ";" ";" ";" ";" " +lieferant ;00304626;"Mlsen ";" ";"Hauptstr. 134 ";" ";"08132 ";"Mlsen St. Jacob ";" ";" ";" ";" " +lieferant ;00304741;"Arno Nickel GmbH ";" ";"Holzmarkt 5 ";" ";"95326 ";"Kulmbach ";" ";" ";" ";" " +lieferant ;00304840;"Tricosi GmbH ";" ";"Goethestr. 20 ";"201766 ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00304858;"Nuwina Strickwarenfabrik ";"K.-H. Schweiker GmbH ";"- ";" ";"72362 ";"Nusplingen ";" ";" ";" ";" " +lieferant ;00304890;"M & K Moden K-H. Oberschelp ";" ";"Niedermhlenkamp 71 ";" ";"33604 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00304907;"Obrigheim GmbH ";" ";"Postfach 1261 ";"1261 ";"74844 ";"Obrigheim ";" ";" ";" ";" " +lieferant ;00304957;"Opera Bademoden ";" ";"Postfach 160151 ";"160151 ";"95427 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00305004;"H.E. Otten GmbH ";"Matratzenfabrik ";"Gaustr. 7 ";"2326 ";"59557 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00305038;"Paradies GmbH ";" ";"Rayener Str. 14 ";" ";"47506 ";"Neukirchen-Vluyn ";"02845/203238 ";" ";"02845/203140 ";" " +lieferant ;00305065;"Civak Modeagentur ";" ";"Detmolderstr. 30 a ";" ";"33813 ";"Oerlinghausen ";"05202 993500 ";" ";"05202 993501 ";" " +lieferant ;00305096;"Albert Petzoldt ";" ";"Zeissstr. 19 ";" ";"50171 ";"Kerpen ";" ";" ";" ";" " +lieferant ;00305137;"Pflumm ";" ";"Zauncker 7 ";" ";"72406 ";"Bisingen-Wessingen ";"07471/16797 ";" ";"07471/15158 ";" " +lieferant ;00305179;"Pierre Laffitte GmbH ";" ";"Rheinstr. 49 ";" ";"26382 ";"Wilhemshaven ";"04421/484-0 ";" ";"04421/484-507 ";" " +lieferant ;00305236;"Pionier Sportive Freizeitkleidung ";" ";"Postfach 1155 ";"1155 ";"32044 ";"Herford ";" ";" ";" ";" " +lieferant ;00305244;"Pippig & Reichel KG ";" ";"Postf.127 ";" ";"95201 ";"Mnchberg ";" ";" ";" ";" " +lieferant ;00305327;"Plauspitz ";" ";"Am Johannisberg 17 ";" ";"08606 ";"Oelsnitz/Vogtl. ";" ";" ";" ";" " +lieferant ;00305377;"Louis De Poortere P.Adr.KBC Ba ";" ";"RUE DE LA ROYENNE ";" ";"7700 ";"MOUSCROW ";" ";" ";" ";" " +lieferant ;00305426;"Pronto Moda di Carlo Ltd ";" ";"Mahdentalstr. 104 ";" ";"71065 ";"Sindelfingen ";"+49 7031 685373 ";" ";"+49 7031 68548 ";" " +lieferant ;00305434;"Prym Consumer Europe GmbH ";" ";"Zweifaller Strae 130 ";"1740 ";"52224 ";"Stolberg ";"02402/14-2474 ";" ";"02402/14-2905 ";" " +lieferant ;00305442;"PS-Fashion GmbH ";" ";"Dietrich-Bonhoeffer-Str. 18 ";" ";"48429 ";"Rheine ";"05971/88192 ";" ";"05971/85750 ";" " +lieferant ;00305450;"Public GmbH ";" ";"Friedrich-List-Str. 6 ";" ";"70771 ";"Leinfelden-Echterdingen ";"0711/947780 ";" ";"0711/9477860 ";" " +lieferant ;00305509;"Ragman ";" ";"Kupferschmidstr. 84 ";" ";"79781 ";"Waldshut-Tiengen ";" ";" ";" ";" " +lieferant ;00305567;"Reeger GmbH ";" ";"Theodor-Althoff-Str. 47 ";" ";"45133 ";"Essen ";" ";" ";" ";" " +lieferant ;00305898;"Wm. Sang GmbH & Co. ";" ";"Lhdorfer Str. 150-152 ";" ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00305947;"Sariana GmbH ";" ";"Maria-Theresia-Str.9 ";"1901 ";"79746 ";"Waldshut-Tiengen ";"03385/783127 ";" ";"03385/7051 ";" " +lieferant ;00306044;"J. Schilgen ";" ";"Kolpingstr. 2-4 ";" ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00306086;"Hans Schmid ";" ";"Beethovenstr. 24 ";" ";"50858 ";"Kln (Junkersdorf) ";" ";" ";" ";" " +lieferant ;00306101;"Schmidt Textilvertriebs GmbH ";" ";"Lemberger Str. 29 ";" ";"72766 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00306119;"Schller & Stahl ";" ";"Postfach 13 63 ";"13 63 ";"53776 ";"Eitorf ";" ";" ";" ";" " +lieferant ;00306177;"Schramm ";" ";"Taunusstr. 45 Mtc-Hs. ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00306226;"Gebr. Schulten ";" ";"Jakobistr. 7 ";" ";"46354 ";"Sdlohn-Oeding ";" ";" ";" ";" " +lieferant ;00306276;"Schweizer-Effax GmbH ";" ";"Westring 24 ";" ";"48356 ";"Nordwalde ";"02573/9373-0 ";" ";"02573/9373-73 ";" " +lieferant ;00306285;"Wessels Mtzen Hte ";" ";"Schlachtstrasse 6 ";" ";"26441 ";"Jever ";" ";" ";" ";" " +lieferant ;00306333;"Siag Heimtextilien AG ";" ";"Freibach 24 B ";" ";"09424 ";"Rheineck ";" ";" ";" ";" " +lieferant ;00306408;"L-Fashion Group GmbH/Skila ";" ";"Hans-Martin-Schleyer-Str. 18a ";"16 80 ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00306416;"Textil-Kontor GmbH ";" ";"Feuergrfenstr. 10 ";" ";"23879 ";"Mlln ";"04542/8301-0 ";" ";"04542/8301-17 ";" " +lieferant ;00306458;"Solidwear Strickwaren GmbH ";"Stangengrn ";"Am Eisenberg 18a ";" ";"08107 ";"Kirchberg ";" ";" ";" ";" " +lieferant ;00306622;"Georg Stbele GmbH & Co. ";" ";"unbekannt ";" ";"72157 ";"Sigmaringendorf/Hohenz ";" ";" ";" ";" " +lieferant ;00306854;"Wind Sportswear GmbH ";" ";"ALLERBEEKSRING 53-55 ";" ";"21266 ";"Jesteburg ";" ";" ";" ";" " +lieferant ;00306937;"Tex-World Textil GmbH ";" ";"Industriestr. 9 ";" ";"75228 ";"Pforzheim ";"07231/886198 ";" ";"07231/886180 ";" " +lieferant ;00307042;"Toptex-Trade GmbH ";" ";"Am Heidkamp 10 ";" ";"51381 ";"Leverkusen ";" ";" ";" ";" " +lieferant ;00307050;"Toptex ";" ";"Hartkirchener Str. 53 ";" ";"94060 ";"Pocking ";" ";" ";" ";" " +lieferant ;00307084;"Ganterie ";" ";"Weinbergstr. 2 ";" ";"76889 ";"Kappellen-Drusweiler ";" ";" ";" ";" " +lieferant ;00307109;"Tricota - Ferus Textilges. mbH ";" ";"Gletzower Landstr. 1 ";"1 ";"19217 ";"Rehna ";"038872/9220 ";" ";"038872/92215 ";" " +lieferant ;00307117;"Werner Tropitzsch GmbH ";" ";"Industriestr 8 ";" ";"37079 ";"Gttingen ";" ";" ";" ";" " +lieferant ;00307159;"TTS The T-Shirt ";" ";"Gutenbergring 37 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00307175;"Ulmia Stoffe ";" ";"Postfach 1220 ";"1220 ";"88182 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00307216;"Us Legends ";" ";"Am Dorfanger 5 ";" ";"52538 ";"Selfkant ";" ";" ";" ";" " +lieferant ;00307290;"Vitrashop HoldingGmbH ";" ";"Feuerbachstr. 9 ";"1940 ";"79576 ";"Weil am Rhein ";" ";" ";" ";" " +lieferant ;00307307;"Freudenberg ";" ";"Postfach 50 04 20 ";"50 04 20 ";"80974 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00307381;"Andreas Weber Moden GmbH & Co. KG ";" ";"Postfach 1237 ";"1237 ";"66041 ";"Gdingen ";" ";" ";" ";" " +lieferant ;00307505;"Weitfeld Modewaren ";"Inh. Marianne Aufderheide ";"Lippinghauser Str. 111 ";" ";"32120 ";"Hiddenhausen ";"05221/63551 ";" ";"05221/1200925 ";" " +lieferant ;00307521;"Otto Werner ";" ";"Sauerwiese 3 ";" ";"97618 ";"Wollbach ";" ";" ";" ";" " +lieferant ;00307589;"Wieda Reiber ";" ";"Grabauer Str. 53 ";" ";"21493 ";"Schwarzenbek B.Hamburg ";" ";" ";" ";" " +lieferant ;00307753;"YKK Deutschland GmbH ";" ";"Ostring 33 ";" ";"63533 ";"Mainhausen ";" ";" ";" ";" " +lieferant ;00307977;"Annabell s GmbH ";" ";"Boschstr. 11 ";" ";"28857 ";"Syke ";" ";" ";" ";" " +lieferant ;00307993;"Annaveni ";" ";"Bosenheimer Str.286 ";" ";"55543 ";"Bad Kreuznach ";" ";" ";" ";" " +lieferant ;00308040;"Arnold Rubies ";" ";"Postfach 4 ";"4 ";"55560 ";"Sobernheim ";"06751/3021+3022 ";" ";"06751/4048 ";" " +lieferant ;00308115;"At Last - Euromoda ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/2913478 ";" ";"02131/3679380 ";" " +lieferant ;00308149;"Auerbacher Moden GmbH ";" ";"Bahnhofstr. 29 ";" ";"08209 ";"Auerbach ";" ";" ";" ";" " +lieferant ;00308173;"New AXXIT Streetwear GmbH ";" ";"Justus-von-Liebig-Str. 11 ";" ";"63128 ";"Dietzenbach ";"06074/8869990 ";" ";"06074/8869991 ";" " +lieferant ;00308222;"Banjara ";" ";"Industriestr. 4 ";" ";"27446 ";"Selsingen ";" ";" ";" ";" " +lieferant ;00308256;"Basefield GmbH ";" ";"Welkerhude 34 ";" ";"45356 ";"Essen ";" ";" ";" ";" " +lieferant ;00308321;"Hardo Beimdieke ";" ";"Postfach 140160 ";"140160 ";"33621 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00308339;"Bella Textiles GmbH ";" ";"Ihringer Landstr. 16 ";" ";"79206 ";"Breisach ";"0766790660 ";" ";"07667906620 ";" " +lieferant ;00308363;"Elisabeth Berretz ";" ";"POSTSTR. 57 ";" ";"52445 ";"TITZ-HASSELWEILER ";" ";" ";" ";" " +lieferant ;00308389;"Sangeeta Bhandari ";" ";"Rheydter Str. 159 ";" ";"41352 ";"Korschenbroich ";" ";" ";" ";" " +lieferant ;00308412;"Bika ";" ";"Mansteinstr. 3 ";" ";"20253 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00308438;"Bleyle Underwear GmbH ";" ";"Maulbronner Str. 12 ";" ";"74334 ";"Brackenheim ";" ";" ";" ";" " +lieferant ;00308496;"Borsumji-Wehry GmbH ";" ";"Groendahlscher Weg 87 ";" ";"46446 ";"Emmerich ";" ";" ";" ";" " +lieferant ;00308545;"Bravo Textiles & Cooperation GmbH ";" ";"Ludwigstr. 11 ";" ";"83358 ";"Seebruck/Chiemsee ";" ";" ";" ";" " +lieferant ;00308610;"Kleine Wolke ";"Textilgesellschaft mbH & Co. KG ";"Fritz-Tecklenborg-Str. 3 ";"750265 ";"28759 ";"Bremen ";"0421/6261-0 ";" ";"0421/6261-392 ";" " +lieferant ;00308652;"C.N.Y. Company ";" ";"Freiheit 11 ";" ";"13578 ";"Berlin ";" ";" ";" ";" " +lieferant ;00308701;"Campona Mode GmbH ";" ";"KASTANIENSTR. 16 ";" ";"63939 ";"WOERTH/MAIN ";" ";" ";" ";" " +lieferant ;00308777;"Chinin ";" ";"Max-Planck-Str. 5 ";" ";"61381 ";"Friedrichsdorf ";" ";" ";" ";" " +lieferant ;00308785;"Werner Christ GmbH ";" ";"Schnecker Str. 40 ";" ";"56283 ";"Gondershausen ";" ";" ";" ";" " +lieferant ;00308850;"Coconette GmbH ";" ";"Raiffeisenring 48 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00308892;"Conporta ";" ";"Am Deipensiek 13 ";"10 02 50 ";"31139 ";"Hildesheim ";" ";" ";" ";" " +lieferant ;00308983;"zz~Cruse Bekleidung GmbH (wg/ste ";" ";"Postfach 1164 ";"1164 ";"48600 ";"Ochtrup ";" ";" ";" ";" " +lieferant ;00309006;"Chaulnes Textiles Industrie ";" ";"Kreuzerkamp 9 ";" ";"40878 ";"Ratingen ";"02102/702557 ";" ";"0201/702675 ";" " +lieferant ;00309113;"Di Madan-Simatex ";" ";"Max-Planck-Str. 16 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00309147;"Dietz GmbH ";" ";"Luisenstr. 35 ";" ";"75172 ";"Pforzheim ";"07231/17059 ";" ";"07231/32003 ";" " +lieferant ;00309197;"Corsina Europe GmbH ";" ";"Alte Steige 2 ";" ";"73540 ";"Heubach ";"07173/1826526 ";" ";"07173/1826184 ";" " +lieferant ;00309204;"Dornbusch & Co. GmbH ";" ";"Herforder Str. 182-194 ";" ";"33609 ";"Bielefeld ";"0521/306-0 ";" ";"0521/306281 ";" " +lieferant ;00309262;"Eckert & Co.oHG ";"Clothing Company ";"Altenwall 20 ";" ";"28195 ";"Bremen ";"0421/24361-41 ";" ";"0421/2449612 ";" " +lieferant ;00309345;"Elho Sportswear GmbH ";" ";"Richard-Reitzner-Allee 8, Haus D ";" ";"85540 ";"Haar ";"089/42091-0 ";" ";"089/42091-213 ";" " +lieferant ;00309410;"Epilog Trading Gmbh ";" ";"Schwanenwik 30 ";" ";"22087 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00309577;"Fashion Factory-Store GmbH ";" ";"Emscherstr. 20 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00309676;"Gustav Fischer ";" ";"Dorfstr. 39a ";" ";"83527 ";"HAAG/OB - Winden ";"08072/91770 ";" ";"08072/917720 ";" " +lieferant ;00309783;"C. & F. Fraling ";" ";"Bahnhofstr. 39-43 ";" ";"48356 ";"Nordwalde ";" ";" ";" ";" " +lieferant ;00309808;"Frank Eden ";" ";"Ravensberger Str. 41 ";"12 51 ";"32312 ";"Luebbecke ";"02862/6801 ";" ";"02862/68349 ";" " +lieferant ;00310029;"GELCO GmbH & Co. KG ";" ";"Pommernstrae 19 ";"100942 ";"45889 ";"Gelsenkirchen ";"0209/8003-000 ";" ";"0209/8003-471 ";" " +lieferant ;00310030;"Gelco Handels GmbH & Co. KG ";" ";"Pommernstrae 19 ";" ";"45889 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00310061;"Betty Barclay Group (Gil Bret) ";" ";"Heidelberger Str. 9-11 ";" ";"69226 ";"Nuloch ";"06224/900-0 ";" ";"06224/900-510 ";" " +lieferant ;00310144;"Shl & Shlke GmbH & Co.KG ";" ";"Postfach 45 02 45 ";"45 02 45 ";"28296 ";"Bremen ";"0421/43860-0 ";" ";"0421/4841402 ";" " +lieferant ;00310194;"Grndl ";" ";"Ziegeleistr. 66 ";" ";"85055 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00310433;"Herlag ";" ";"Meintestr. 17 ";" ";"37697 ";"Lauenfrde ";" ";" ";" ";" " +lieferant ;00310491;"HKS socks & more GmbH ";" ";"Postfach 1152 ";"1152 ";"75395 ";"Ostelsheim ";" ";" ";" ";" " +lieferant ;00310623;"IH Collection GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00310706;"Itav-Handelsgesellsch. ";" ";"Bebbelsdorf 83 ";" ";"58454 ";"Witten ";" ";" ";" ";" " +lieferant ;00310863;"K.E.S.S. Moden GmbH ";" ";"SCHLACHTHOFSTR. 81-83 ";" ";"99085 ";"Erfurt ";" ";" ";" ";" " +lieferant ;00310889;"Ka-Boo-Ki As Per Adr. Den Danske Bank ";" ";"HAMMERSHUSVEJ 16 A ";" ";"7400 ";"HERNING ";" ";" ";" ";" " +lieferant ;00310890;"Colin's Europe GmbH ";" ";"Hegenheimerstrasse 18 ";" ";"79576 ";"Weil am Rhein ";"07621633701 ";" ";"07621663720 ";" " +lieferant ;00311225;"Lebek & Friends GmbH & Co. KG ";" ";"Am Steinberg 3 ";" ";"41061 ";"Mnchengladbach ";"02161/98000-0 ";" ";"02161/98000-1 ";" " +lieferant ;00311340;"Line One ";" ";"Lockhofstr. 13 ";" ";"45881 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00311374;"Lois ";" ";"Am Rankewerk 2-4 ";" ";"50321 ";"Brhl ";" ";" ";" ";" " +lieferant ;00311499;"Make Up ";" ";"Wolf-Hirth-Str.35 ";" ";"71034 ";"Bblingen ";" ";" ";" ";" " +lieferant ;00311564;"Marjo Ledermoden GmbH ";" ";"Passauer Str. 4 ";" ";"94130 ";"Obernzell ";" ";" ";" ";" " +lieferant ;00311738;"Milestone Sportswear Handels GmbH ";" ";"Hepberger Weg 7 ";" ";"85101 ";"Lenting ";"08456/9183-0 ";" ";"08456/9183-444 ";" " +lieferant ;00311879;"Mller & Partner ";" ";"Schulstr. 38 ";" ";"47877 ";"Willich-Schiefbahn ";"02154/80749 ";" ";"02154/80948 ";" " +lieferant ;00311944;"Dr. Neuser Import GmbH ";" ";"Dornierstr. 10a ";" ";"93049 ";"Regensburg ";"0941/60364-0 ";" ";"0941/60364-20 ";" " +lieferant ;00312041;"Nlle-Nodeko ";" ";"Im Schlahbruch 20-22 ";" ";"59872 ";"Meschede ";" ";" ";" ";" " +lieferant ;00312108;"Odermark Bekleidungswerke ";"Brinnkmann GmbH & Co. KG ";"Odermarkplatz 1 ";"2260 ";"38640 ";"Goslar ";" ";" ";" ";" " +lieferant ;00312182;"Pampus Lederwaren GmbH ";" ";"Kassenberg 56 ";" ";"45479 ";"Mlheim an der Ruhr ";"0208/997350 ";" ";"0208/422096 ";" " +lieferant ;00312223;"Giorgio Passigatti GmbH ";" ";"Baumgartenstrae 16 ";"3 ";"89231 ";"Neu Ulm ";"0731/98577-0 ";" ";"0731/98577-77 ";" " +lieferant ;00312231;"Passport Fashion GmbH ";" ";"Wolf-Hirth-Strae 33 ";"17 60 ";"71034 ";"Bblingen ";"07031/6423 ";" ";"07031/642580 ";" " +lieferant ;00312232;"Passport Group GmbH ";" ";"Wolf-Hirth-Strae 33 ";"17 60 ";"71034 ";"Bblingen ";"07031/6423 ";" ";"07031/642580 ";" " +lieferant ;00312257;"Hans Pauly GmbH ";" ";"Postfach 109 ";"109 ";"57574 ";"Hamm / Sieg ";" ";" ";" ";" " +lieferant ;00312306;"Petressa ";" ";"Antoniusstr. 2-6 ";" ";"73242 ";"Wernau ";" ";" ";" ";" " +lieferant ;00312439;"Pools Fashion ";" ";"Schenkendorfstr. 29 ";" ";"45472 ";"Mlheim Ruhr ";" ";" ";" ";" " +lieferant ;00312629;"Released Fashion GmbH ";" ";"Breslauer Str. 6, Haus Par. ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00312687;"Uwe Rohlfs ";" ";"Georg-Appel-Str. 24 B ";" ";"22455 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00312702;"Roma-Moden GmbH & Co. ";" ";"AN DER ESSEITE 219 ";" ";"48599 ";"GRONAU ";" ";" ";" ";" " +lieferant ;00312710;"Romatex Mode GmbH ";" ";"Carl-Zeiss-Weg 5 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00312851;"Schiesser AG ";" ";"Schtzenstr. 18 ";"15 20 ";"78315 ";"Radolfzell am Bodensee ";"07732/900 ";" ";"07732/905555 ";" " +lieferant ;00312893;"Theo Schneider ";" ";"Postfach 1151 ";"1151 ";"36089 ";"Knzell / Fulda ";" ";" ";" ";" " +lieferant ;00312934;"Schrder & Co.GmbH ";" ";"Anhaltstrae 19/20 ";" ";"14943 ";"Luckenwalde ";" ";" ";" ";" " +lieferant ;00312968;"Klaus Schumacher ";" ";"In der Ttenbeke 16 ";" ";"32339 ";"Espelkamp ";" ";" ";" ";" " +lieferant ;00313106;"Walter Spie ";" ";"Wertenbachstr. 34 ";" ";"72336 ";"Balingen ";"07433/15869 ";" ";"07433/15045 ";" " +lieferant ;00313148;"Sports Line ";" ";"Robert-Bosch-Str. 2 ";" ";"61267 ";"Neu-Anspach ";" ";" ";" ";" " +lieferant ;00313255;"Strickchic GmbH ";" ";"Herderstr. 2 ";" ";"99510 ";"Apolda/Thringen ";" ";" ";" ";" " +lieferant ;00313297;"***Swept ";" ";"Altendorfer Str. 42 ";" ";"45127 ";"Essen ";" ";" ";" ";" " +lieferant ;00313362;"Tectoo ";" ";"Franz-Bcker-Str. 80 ";" ";"86633 ";"Neuburg/Donau ";"08431/5030 ";" ";"08431/503225 ";" " +lieferant ;00313370;"***Teka - Europalager ";" ";"EGMATINGER STR. 3 ";" ";"85667 ";"Oberpframmern ";"08093-300473 ";" ";"08093-300475 ";" " +lieferant ;00313586;"Triumph International GmbH ";" ";"Marsstrae 40 ";"80 ";"80335 ";"Mnchen ";"+49 7174 66 60 ";" ";" ";" " +lieferant ;00313635;"Turbo Clothing ";"Damenbekleidung GmbH & Co. KG ";"Schenkendorfstr. 29 ";" ";"45472 ";"Mhlheim/Ruhr ";" ";" ";" ";" " +lieferant ;00313685;"Tw - Textil ";" ";"Rich. Burkhard Str. 11 ";" ";"72116 ";"Mssingen ";" ";" ";" ";" " +lieferant ;00313718;"Umt GmbH ";" ";"Ihringer Lanstr. 16 ";" ";"79206 ";"Breisach ";" ";" ";" ";" " +lieferant ;00313726;"United Labels ";" ";"Gildenstr. 6 ";" ";"48157 ";"Mnster ";" ";" ";" ";" " +lieferant ;00313784;"Verseidag Futterstoffe ";" ";"Girmesgath 5 ";" ";"47803 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00313841;"Gnther Wegener GmbH ";" ";"Josef-Baumann-Str. 12 ";" ";"44805 ";"Bochum ";" ";" ";" ";" " +lieferant ;00313974;"Ralf Wrtz GmbH ";" ";"Postfach 1270 ";"1270 ";"77706 ";"Wolfach ";" ";" ";" ";" " +lieferant ;00314097;"Zoeppritz Deckenmode GmbH ";" ";"Schmittenstrae 11 ";"1968 ";"89522 ";"Heidenheim ";" ";" ";" ";" " +lieferant ;00500001;"Pi Pa Po Moden ";" ";"Am Stellberge 8a ";" ";"33189 ";"Schlangen ";" ";" ";" ";" " +lieferant ;00500002;"Megatextil GmbH ";" ";"Taunusstr. 37 ";" ";"63694 ";"Limeshain ";" ";" ";" ";" " +lieferant ;00500003;"Nashville Bekleidungs GmbH ";" ";"Anbacher STrassse 2 ";" ";"90513 ";"Zirndorf ";" ";" ";" ";" " +lieferant ;00500004;"Eudako ";" ";". ";" ";"5202 ";"Ca'S Hertogenbosch ";" ";" ";" ";" " +lieferant ;00500005;"zz~Sommer Isfort (luft aus, 894 nutzen)";" ";"Schulweg 1 ";" ";"97234 ";"Reichenberg ";" ";" ";" ";" " +lieferant ;00500006;"Cosmic Textil-Handels-GmbH ";" ";"Thringer STrasse 13 ";" ";"46286 ";"Dorsten-Wulfen ";" ";" ";" ";" " +lieferant ;00500007;"Hermann Engels ";" ";"Georg-Blts-Strasse 8 ";" ";"26135 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00500008;"Louis Strickwarenfabrik ";" ";"Alter Postweg 187 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00500009;"Stephan GmbH ";" ";"Berghamer Strasse 19 ";" ";"83119 ";"Obing ";" ";" ";" ";" " +lieferant ;00500010;"T B NY Modevertriebs GmbH ";" ";"Am Feldrand 27 ";" ";"40667 ";"Meerbusch ";" ";" ";" ";" " +lieferant ;00500011;"K. Burscheidt ";" ";"Wiesengrund 12 ";" ";"40883 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00500012;"Cattiva ";" ";"7th Avenue 499 ";" ";"10018 ";"New York ";" ";" ";" ";" " +lieferant ;00500013;"Dessous Dessous Textil GmbH ";" ";"Am Bagno ";" ";"48565 ";"Burgsteinfurt ";" ";" ";" ";" " +lieferant ;00500014;"Izmir Import/ Export ";" ";"Blokken 21c ";" ";"3460 ";"Birkerod ";" ";" ";" ";" " +lieferant ;00500015;"Ghrs Strand- u. Bademoden GmbH ";" ";"Altenbekener Damm 80 ";" ";"30173 ";"Hannover ";" ";" ";" ";" " +lieferant ;00500016;"Helmut Grinzkey GmbH & Co ";" ";"Albuchenweg 43 - 45 ";" ";"73566 ";"Bartolomae ";" ";" ";" ";" " +lieferant ;00500017;"Toni Klimm Modezubehr GmbH ";" ";"Stettiner Strasse 15+16 ";" ";"87668 ";"Zellererg ";" ";" ";" ";" " +lieferant ;00500018;"Martello Textilvertriebs GmbH ";" ";"Danziger Strasse 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500019;"MM Daniele Marinelli ";" ";"Claerenstrasse 17 ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00500020;"Rudnik GmbH ";" ";"Kabdersummer Weg 40 ";" ";"48431 ";"Rheine ";" ";" ";" ";" " +lieferant ;00500021;"Calin Textilhandels GmbH ";" ";"Max-Weber-Strasse 45 ";" ";"25451 ";"Quickborn ";" ";" ";" ";" " +lieferant ;00500022;"Rob Miller ";" ";"Tilsiter Str. 3 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00500023;"Ben Sens GmbH ";" ";"Anton Kux Str. Raum B024 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500024;"Niwa-International ";" ";"Rotthauser Strasse 75 ";" ";"45309 ";"Essen ";" ";" ";" ";" " +lieferant ;00500025;"Grazia Oelschlegel ";" ";"Freidhofsweg 4 ";" ";"88339 ";"Bad Waldsee ";" ";" ";" ";" " +lieferant ;00500026;"Jessica Textilvertrieb ";" ";"Altenberger Str. 93 ";" ";"48565 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00500027;"Powerhouse GmbH ";" ";"Spessartstrasse 3 ";" ";"63776 ";"Mmbris ";" ";" ";" ";" " +lieferant ;00500028;"ITC Elve ";" ";"Rue de Faubourg 105 ";" ";"75373 ";"Paris ";" ";" ";" ";" " +lieferant ;00500029;"Jrgen Klimmek ";" ";"Hagener Strasse 85 - 87 ";" ";"58039 ";"Hagen ";" ";" ";" ";" " +lieferant ;00500030;"G. Weidauer Vertrieb GmbH ";" ";"Zellinger Strae 26 ";" ";"97274 ";"Leinach ";" ";" ";" ";" " +lieferant ;00500031;"Summit Int Textiles GmbH ";" ";"Breslauerstrasse 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500032;"Monroe LTD. ";" ";"Rheindahler Strasse 15 ";" ";"41189 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00500033;"T&M Sportswear GmbH ";" ";"Xantener Strasse 7 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500035;"Detlef Guenter ";" ";"Dreyer Strasse 21 ";" ";"28277 ";"Bremen ";" ";" ";" ";" " +lieferant ;00500036;"Vianici GmbH ";" ";"Krnkelsweg 6 ";" ";"41748 ";"Viersen ";" ";" ";" ";" " +lieferant ;00500037;"Martin Schaefer GmbH ";" ";"Konrad-Adenauer-Strasse 15 ";" ";"72072 ";"Tbingen ";" ";" ";" ";" " +lieferant ;00500038;"Kaup Krawatten GmbH ";" ";"Heideweg 18 ";" ";"47669 ";"Wachtendonk ";" ";" ";" ";" " +lieferant ;00500039;"Hart & Schiffer GmbH & Co KG ";" ";"Vogelsanger Weg 38 ";" ";"40470 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500040;"Juritex GmbH ";" ";"Lange Mhren 9 ";" ";"20095 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500041;"Heinz Wegener Textilvertrieb. GmbH ";" ";"Rondenbarg a6 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500042;"Dittmar Westedt ";" ";"Tegelbarg 25 ";" ";"24576 ";"Bad Bramstedt ";" ";" ";" ";" " +lieferant ;00500043;"Moonday Underwear GmbH ";" ";"Neustrasse 12 ";" ";"72379 ";"Hechingen ";" ";" ";" ";" " +lieferant ;00500044;"BD Dessousmode GmbH ";" ";"Brunnenweg 19 ";" ";"64331 ";"Weiterstadt ";" ";" ";" ";" " +lieferant ;00500045;"SMD Ledermoden ";" ";"Schrnbornallee 80a ";" ";"63456 ";"Hanau ";" ";" ";" ";" " +lieferant ;00500046;"Michael Zieger GmbH ";" ";"Litzlunger Strasse 3 ";" ";"76547 ";"Sizheim ";" ";" ";" ";" " +lieferant ;00500047;"Julien SA ";" ";"Boite Postale 8 ";" ";"54340 ";"Pompey ";" ";" ";" ";" " +lieferant ;00500048;"Nicole Becker ";" ";"Druselstalstrasse 45 ";" ";"34131 ";"Kassel ";" ";" ";" ";" " +lieferant ;00500049;"Frontline GmbH ";" ";"Werkstrasse 11 ";" ";"21218 ";"Seevetal ";" ";" ";" ";" " +lieferant ;00500050;"Muehlhoff GmbH ";" ";"Anton-Krux-Strassse 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500051;"Falez ";" ";"Just.-V.Liebigstrasse 24 - 26 ";" ";"63128 ";"Dietzenbach ";" ";" ";" ";" " +lieferant ;00500052;"Beautyfull Things GmbH ";" ";"Schrannerstrae 28 ";" ";"8011 ";"Kirchheim ";" ";" ";" ";" " +lieferant ;00500053;"Bodo Kuntzsch ";" ";"Zum Tal 26a ";" ";"45731 ";"Waltrop ";" ";" ";" ";" " +lieferant ;00500054;"Hans Wagener ";" ";"Brdel 3 ";" ";"27389 ";"Fintel ";" ";" ";" ";" " +lieferant ;00500056;"Cotton Club Vertrieb ";" ";"Neuhausstr. 4 ";" ";"52062 ";"Aachen ";" ";" ";" ";" " +lieferant ;00500057;"RESPO AG ";" ";"Danziger Strasse 101 - 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500058;"Harald Meisenbach Gmbh ";"& CO. Vertiebsgesellschaft KG ";"Max-Plank-Str. 25 ";" ";"61184 ";"Karben ";" ";" ";" ";" " +lieferant ;00500059;"Lutz Schade ";" ";"Industriestrasse 39 - 44 ";" ";"2000 ";"Wedeln ";" ";" ";" ";" " +lieferant ;00500060;"Frie-See Steppdecken ";" ";"Otto-Hahn-Strasse 5 ";" ";"27267 ";"Verden ";" ";" ";" ";" " +lieferant ;00500061;"H.E. Foerster GmbH ";" ";"St.Huberter STrasse 28 ";" ";"47906 ";"Kempen ";" ";" ";" ";" " +lieferant ;00500062;"Alois Chiba ";" ";"Anton-Gnther-Strasse 10 ";" ";"89362 ";"Offingen ";" ";" ";" ";" " +lieferant ;00500063;"Chartago Mode GmbH ";" ";"Breslauer Strasse 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500065;"Barbara SA ";" ";"Eberstdter STrasse 34 - 36 ";" ";"64319 ";"Pfungstadt ";" ";" ";" ";" " +lieferant ;00500066;"Gala GmbH ";" ";"^1 ";" ";"1000 ";"Gppingen ";" ";" ";" ";" " +lieferant ;00500067;"Goltex GmbH ";" ";"Iln de Tarpen 44 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00500068;"Cuero Grtel ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500069;"Tim Nik Mode GmbH ";" ";"Zum Strothebach 3 ";" ";"33175 ";"Bad Lippspringe ";" ";" ";" ";" " +lieferant ;00500070;"Heidrun Schuster GmbH ";" ";"Am Nubaum 6 ";" ";"66954 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00500071;"Getratex ";" ";"Route des Acacias 24 ";" ";"1211 ";"Genf ";" ";" ";" ";" " +lieferant ;00500072;"Casamarow Textil-Mode-Design ";" ";"Letter Strasse 50 ";" ";"4836 ";"Herzebrock ";" ";" ";" ";" " +lieferant ;00500073;"Sylvia Hahn Moden ";" ";"Kirchstrae 12 ";" ";"73269 ";"Hochdorf ";" ";" ";" ";" " +lieferant ;00500074;"KJD Fashion ";" ";"Kleinbahnstrasse 7 ";" ";"32683 ";"Barntrup ";" ";" ";" ";" " +lieferant ;00500075;"Border Knitweat Limited ";" ";"Wheatley Hall Road ";" ";"1000 ";"Dancaster ";" ";" ";" ";" " +lieferant ;00500076;"La Plus Belle ";" ";"Hassinger sTrasse 11 ";" ";"72469 ";"Mestetten ";" ";" ";" ";" " +lieferant ;00500077;"Zantmann International ";" ";"Siemenstrasse 72 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00500078;"Dieter Hufschlag ";" ";"Flotter Bruch 30 ";" ";"52068 ";"Aachen ";" ";" ";" ";" " +lieferant ;00500079;"Renate Krieger ";" ";"Lange Wand 8 ";" ";"31812 ";"Bad Pyrmont ";" ";" ";" ";" " +lieferant ;00500080;"Theodor Fritsche GmbH & Co ";" ";"Ottensgrner Strasse 86 ";" ";"95223 ";"Helmbrechts ";" ";" ";" ";" " +lieferant ;00500081;"Irma la Douce ";" ";"Hinterweiler Strasse 3 ";" ";"72810 ";"Gormaringen ";" ";" ";" ";" " +lieferant ;00500082;"H. Horstktter GmbH ";" ";"Oststr. 108 ";" ";"33604 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00500083;"E. Rump GmbH & Co KG ";" ";"Mnsterstrasse 30c ";" ";"46397 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00500084;"M. Riedl & Co ";" ";"Holstenhofweg 45 a ";" ";"22043 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500086;"Ozi ";" ";"Hochwinkel 37 ";" ";"51069 ";"Kln ";" ";" ";" ";" " +lieferant ;00500087;"Herzlieb GmbH ";" ";"Kumbacher STrasse 31 - 35 ";" ";"95460 ";"Bad Bernbeck ";" ";" ";" ";" " +lieferant ;00500088;"Hppe Form GmbH ";" ";"Cloppenburger Strasse 200 ";" ";"26133 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00500089;"Andreas Lorenz (AL Sport GmbH) ";" ";"Klockergasse 1 ";" ";"86316 ";"Friedberg ";"+49 (171) 6831847 ";" ";"+49 (821) 607678 ";" " +lieferant ;00500090;"www.fiore.it s.r.l. ";" ";"Via dei Cardatori ";" ";"40080 ";"Funo d'Argelato (Bologna) ";" ";" ";" ";" " +lieferant ;00500100;"SWIX Sport GmbH ";" ";"Junkersstrae 1 ";" ";"82178 ";"Puchheim ";"089/849369-21 ";" ";"089/849369-13 ";" " +lieferant ;00500101;"Maprom GmbH ";" ";"Rohrweg 33 ";" ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00500102;"Thringer Verlagsauslieferung ";"Langescheidt KG ";"Am Luftschiffhafen 4 ";" ";"99867 ";"Gotha ";"+49 3621 22960 ";" ";" ";" " +lieferant ;00500103;"Service-Center Faerber ";" ";"Von-Werner-Str. 7 ";" ";"53572 ";"Unkel ";"+49 2224 94340 ";" ";" ";" " +lieferant ;00500557;"Heide Lorch Textilwaren ";" ";"Bruderhofstr. 43 ";" ";"78532 ";"Tuttlingen ";" ";" ";" ";" " +lieferant ;00500600;"Hubert S.r.L. ";" ";"Viale Ciovanni da Cermenate 36 ";" ";"I-20141 ";"Milano ";"0039028466746 ";" ";"0039028466740 ";" " +lieferant ;00500601;"Lesati GmbH ";" ";"Alfred-Nobel-Str. 17 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00500602;"Jivaros Vertriebsges. mbH ";" ";"Koelnerstr. 90 ";"1489 ";"41812 ";"Erkelenz ";"02431-809659 ";" ";"02431-809680 ";" " +lieferant ;00500603;"St. Peter Textile GmbH ";" ";"Gerresheimer Str. 97 ";" ";"40233 ";"Dsseldorf ";"0211/162716 ";" ";"0211/162726 ";" " +lieferant ;00500604;"Jrgen Traxel ";" ";"Weinbergstr. 2 ";" ";"76889 ";"Kapellen-Drusweiler ";"06343/61217 ";" ";"06343/61209 ";" " +lieferant ;00500605;"Hans Leitl oHG ";" ";"Krankenhausstr. 31 ";"69 ";"94419 ";"Reisbach ";"08734/9220-0 ";" ";"08734/9220-20 ";" " +lieferant ;00500606;"Favoriet Textil GmbH ";" ";"Schulstr. 7 ";" ";"46446 ";"Emmerich ";" ";" ";" ";" " +lieferant ;00500607;"Internacional Lencera, S.A. ";" ";"Carretera de Malaga, KM ";" ";"72300 ";"Malaga ";"34/962490085 ";" ";"34/962490130 ";" " +lieferant ;00500608;"Karl Herter ";" ";"Wiesenstr. 13 ";"1242 ";"72379 ";"Hechingen ";"07471/9611-0 ";" ";"07471/9611-30 ";" " +lieferant ;00500609;"M.C.I. GmbH ";" ";"Kochstr. 60-61 ";" ";"10969 ";"Berlin ";"030/2519058 ";" ";"030/2512533 ";" " +lieferant ;00500610;"Textile Distributors GmbH ";" ";"Eichsfelder Str. 9 ";" ";"40595 ";"Dsseldorf ";"0211/7053061 ";" ";"0211/702075 ";" " +lieferant ;00500611;"Sarna & Chawla GmbH ";" ";"Jahnstrae 2 ";" ";"70825 ";"Korntal ";"0711-838887-0 ";" ";"0711-838887-10 ";" " +lieferant ;00500612;"CD-Moden GmbH ";" ";"Augustastr. 16 ";"1160 ";"78647 ";"Trossingen ";"07425/9524-0 ";" ";"07425/7009 ";" " +lieferant ;00500613;"Wolfgang Friedrichs GmbH ";" ";"Mndelheimer Weg 33 ";" ";"40472 ";"Dsseldorf ";"0211/47138-30 ";" ";"0211/47138-28 ";" " +lieferant ;00500614;"Ellis John Charles ";" ";"Clarendon Road off Coburg Road ";" ";"GB-N226XG ";"London ";"0181/8888833 ";" ";"0181/8884942 ";" " +lieferant ;00500615;"Lepegro GmbH & Co.KG ";" ";"Bschlein 14 ";" ";"96215 ";"Lichtenfels-Roth ";"09576/244 u. 1093 ";" ";"09576/1008 ";" " +lieferant ;00500616;"Franz Haushofer GmbH ";" ";"Severinstr. 3 ";" ";"81541 ";"Mnchen ";"089/69774-0 ";" ";" ";" " +lieferant ;00500617;"Kirsten Modedesign GmbH & Co. KG ";"Division Rssler Knitwear ";"Adolf-Khne-Str. 6 ";"3609 ";"49090 ";"Osnabrck ";"0541-5600901 ";" ";"0541-5609165 ";" " +lieferant ;00500618;"HTS Textilvertriebs GmbH (khujo) ";" ";"Osterfeldstrae 32-34 ";" ";"22529 ";"Hamburg ";"040/5562035-0 ";" ";"040/5562035-45 ";" " +lieferant ;00500619;"G-Lago GmbH ";" ";"Noltestr. 26 ";" ";"32584 ";"Lhne ";"05732/982026 ";" ";"05732/982027 ";" " +lieferant ;00500620;"Ingeborg Hansen ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";"040/67081072 ";" ";"040/67081075 ";" " +lieferant ;00500621;"STI Service GmbH & Co. KG ";" ";"Sachsenstrae 9 ";" ";"09244 ";"Lichtenau ";"037208/8878-0 ";" ";"037208/8778-11 ";" " +lieferant ;00500622;"Cestino GmbH ";" ";"Waitzstr. 3 ";" ";"22607 ";"Hamburg ";"040/67503907 ";" ";"040/55503401 ";" " +lieferant ;00500623;"Fashion Team GmbH ";" ";"Gundstr. 14 ";" ";"91056 ";"Erlangen ";"09131/999400 ";" ";"09131/999431 ";" " +lieferant ;00500624;"Fabrixx ";" ";"Ruhrstrasse 11 ";" ";"22761 ";"Hamburg ";"040/88885780 ";" ";"040/88885781 ";" " +lieferant ;00500625;"Amadeus S.R.L. ";" ";"via dei Setaioli, 35 ";" ";"I-40050 ";"Funo di Argelato (BO) ";"0039-051-862903 ";" ";"0039-051-862903 ";" " +lieferant ;00500626;"AJM SRL ";" ";"Via dei Pellicciai, 3 ";" ";"I-40050 ";"Funo Di Arelato ";"0039051-8659004 ";" ";"0039051-8651314 ";" " +lieferant ;00500627;"Strass & Strass S.R.L. ";" ";"Blocco1 - Via Pelliicciai n. 7 ";" ";"I-40050 ";"Funo Di Argelato (Bologna) ";"0039051863298 ";" ";"0039051863008 ";" " +lieferant ;00500628;"Burucker Stickerei Gbr ";" ";"Blumenstr. 32-34 ";" ";"47798 ";"Krefeld ";"02151/777471 ";" ";"02151/779194 ";" " +lieferant ;00500629;"Samm Fashion BV ";" ";"Marconistraat 5 ";" ";"NL-2809 PH";"Gouda ";"0031182/394316 ";" ";"0031182/396831 ";" " +lieferant ;00500630;"JMS Distributions ";"Jungbold & Moreno-Stolz GmbH ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234/9261-0 ";" ";"06234/9261-150 ";" " +lieferant ;00500631;"Andrea & Andrea S.r.l. ";" ";"Via Orfanotrofio n 10 ";" ";"I-14100 ";"ASTI / Italien ";"0039-516647872 ";" ";"0039-516648498 ";" " +lieferant ;00500632;"Selmark Corseteria ";" ";"Avenida Freixo, 32 ";"885 ";"SP-36214 ";"Vigo ";"(0034) 986 49 32 32 ";" ";"(0034) 986 41 53 40 ";" " +lieferant ;00500633;"E. Narli ";" ";"Modering 3 /Haus B-5,R.529 ";" ";"22457 ";"Hamburg ";"040-5508760 ";" ";"040-5508607 ";" " +lieferant ;00500634;"FBP S.p.A. ";" ";"Via E. Majorana 3 ";" ";"I-44014 ";"Longastrino ";"0532317111 ";" ";"0532806084 ";" " +lieferant ;00500635;"Jungbold & Moreno-Stolz ";"Handels-GmbH & Co. KG ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234/9261-0 ";" ";"06234/9261-50 ";" " +lieferant ;00500636;"Bernd Gtz GmbH ";"Lederwarenherstellung ";"Konrad-Zuse-Strae 3 ";" ";"74343 ";"Sachsenheim ";"07147/27629-0 ";" ";"07147/27629-29 ";" " +lieferant ;00500637;"P. Heilingbrunner KG ";" ";". ";"12 61 ";"1000 ";"Moosburg a. d. Isar ";"08761/375 ";" ";"08761/61565 ";" " +lieferant ;00500638;"Stefan Holzmann ";" ";"Modering 5 Hs. E /672 ";" ";"22457 ";"Hamburg ";"040-55929655 ";" ";"040-55929656 ";" " +lieferant ;00500639;"Die Schmcker, Koeper & Schinker GbR ";" ";"Weststrae 87 ";" ";"33790 ";"Halle (Westf.) ";"05201/665576 ";" ";"05201/665662 ";" " +lieferant ;00500640;"Low Land Fashion International ";" ";"Wiltonstraat 34 ";" ";"NL-3905 ";"KW Veenendaal ";"0031-318-585858 ";" ";"0031-318-520838 ";" " +lieferant ;00500641;"Texcall GmbH ";" ";"Unteralpfener Strae 3 ";" ";"79761 ";"Waldshut-Tiengen ";"07755/919743 ";" ";"07755/919742 ";" " +lieferant ;00500642;"Rousseau S.A. ";" ";"38, rue des Jeuneurs ";" ";"75081 ";"Paris ";"+33-144/7664-00 ";" ";"+33/144/7664-59 ";" " +lieferant ;00500643;"Brumley GmbH ";" ";"Spatzenweg 62 ";" ";"48282 ";"Emsdetten ";"02572-3954 ";" ";"02572-89303 ";" " +lieferant ;00500644;"Kattau OHG ";" ";"Lange Str. 3-5 ";" ";"49406 ";"Barnstorf ";"05442-98600 ";" ";"05442-96014 ";" " +lieferant ;00500645;"GTR Gruppo Tessile Riunito ";" ";"Loc..La Selvotta ";" ";"86075 ";"Monteroduni (IS) ";"0865/4541 ";" ";"0865/492958 ";" " +lieferant ;00500646;"GVK 2 Staples & Jeske KG ";" ";"Am Schifferwall 4 ";" ";"21335 ";"Lneburg ";"04131-2427-0 ";" ";"04131-242724 ";" " +lieferant ;00500647;"Reflection Mirror of Fashion ";" ";"Steinweg 36 ";" ";"38518 ";"Giffhorn ";"05371-12000 ";" ";"05371-12000 ";" " +lieferant ;00500648;"Fashion Broker GmbH ";" ";"Frankenstr. 17-19 ";" ";"63791 ";"Karlstein ";"06029-995759 ";" ";"06029-5688 ";" " +lieferant ;00500649;"Prime-Style GmbH ";" ";"Ottostr. 4 ";" ";"50259 ";"Pulheim ";"02238/843711 ";" ";"02238/843719 ";" " +lieferant ;00500650;"Dacapo Dessous GmbH ";" ";"Schillerstr. 8 ";"30 ";"08606 ";"Oelsnitz ";"037421/5990 ";" ";"037421/59929 ";" " +lieferant ;00500651;"Top Ten Schmuck GmbH ";" ";"Schmiedestr. 4 ";" ";"48317 ";"Drensteinfurt ";"02508-991351 ";" ";"02508-991355 ";" " +lieferant ;00500652;"Sieg-Textil-Niggemann ";" ";"Kaiserstr. 2 a ";" ";"51643 ";"Gummersbach ";"02261/65544 ";" ";"02261/66519 ";" " +lieferant ;00500653;"Heinsius & Sander GmbH ";" ";"Ob. Knigsstr. 17 ";"10 16 43 ";"34117 ";"Kassel ";" ";" ";" ";" " +lieferant ;00500654;"Christine Belay Couture Schmuck ";" ";"Lilienstrae 27 a ";" ";"85591 ";"Vaterstetten/Mnchen ";"08106/1214 ";" ";"08106/34414 ";" " +lieferant ;00500655;"Trend Design ";" ";"Mittelweg 8 ";" ";"28857 ";"Syke ";"04242/1895 ";" ";"04242/2444 ";" " +lieferant ;00500656;"Fun & Pep Edition ";" ";"Murbacherstr. 37 ";" ";"CH-6002 ";"Luzern ";"041 228 25 75 ";" ";" ";" " +lieferant ;00500657;"Heinze Berlin Mode GmbH ";" ";". ";"110143 ";"1000 ";"Wuppertal ";"0202/7390660 ";" ";" ";" " +lieferant ;00500658;"R. Klass & Co. ERGO GmbH ";" ";"Bremer Str. 247 ";" ";"27751 ";"Delmenhorst ";"04221/70081 ";" ";" ";" " +lieferant ;00500659;"Inter Fashion Vertriebs GmbH ";" ";"Pastor Schmitz-Str. 2 ";" ";"46485 ";"Wesel ";"0281/8110004 ";" ";" ";" " +lieferant ;00500660;"Werbe-Service-Am Goldberg ";" ";"Eschenbrnnelstr. 12-14 ";" ";"71065 ";"Sindelfingen ";"07031/6102-210 ";" ";" ";" " +lieferant ;00500661;"Mode-Centrum Steffen GmbH & Co ";" ";"Handelshof 4 ";" ";"27432 ";"Bremervrde ";"04761/8700 ";" ";"04761/88599 ";" " +lieferant ;00500662;"Karat ";" ";"Lindenstr. 28 ";" ";"84166 ";"Adlkofen ";"08707-8670 ";" ";" ";" " +lieferant ;00500663;"Woodies Ltd. ";" ";"39 Brunel Way ";" ";"IP24 1HP ";"Thetford, Norfolk ";"+44-1842764254 ";" ";" ";" " +lieferant ;00500664;"Boston Man GmbH ";" ";"Joh.-Brahms-Str. 4 ";" ";"72461 ";"Albstadt ";"07432/12089 ";" ";" ";" " +lieferant ;00500665;"HPE Fashion Concept GmbH ";" ";"Galgenfeldstr. 3 ";" ";"44797 ";"Bochum ";"0234-799571 ";" ";" ";" " +lieferant ;00500666;"Gisela Allenstein ";" ";"Hollenbergstr. 9-11 ";" ";"47137 ";"Duisburg ";"0203/455880 ";" ";"0203/4558858 ";" " +lieferant ;00500667;"Konzept Marketing ";" ";"Siemensstr. 22 ";" ";"85521 ";"Ottobrunn ";"089/60871-410 ";" ";"089/60871-402 ";" " +lieferant ;00500668;"C.K. Jeanswear Europe S.p.A. ";" ";"Via Provinciale Lucchese181/11 ";" ";"I-50019 ";"Sesto Fiorentino ";"0039-55/3055.1 ";" ";"0039-55/305.666-667 ";" " +lieferant ;00500669;"VMP Volker Maack Production ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"040/46882515 ";" ";" ";" " +lieferant ;00500670;"Zinc Trading GmbH ";" ";"Ingolstdter Str. 44 ";" ";"80807 ";"Mnchen ";"089/35654365 ";" ";" ";" " +lieferant ;00500671;"Henry Lloyd Limited ";" ";"FY Manchester ";" ";"M28 OGP ";"M28 OGP ";" ";" ";" ";" " +lieferant ;00500672;"Connemara Strickmoden GmbH & Co. KG ";" ";"Neckarstr. 1 ";" ";"78727 ";"Oberndorf ";"07423/86760 ";" ";"07423/867690 ";" " +lieferant ;00500673;"Peter Sonntag GmbH ";" ";"Frankfurter Str. 10-12 ";" ";"36043 ";"Fulda ";"0661-77104 ";" ";" ";" " +lieferant ;00500674;"Kristandt & Kristandt OHG ";" ";"Modering 3 // Haus B/638 ";" ";"22457 ";"Hamburg ";"040/5502654 ";" ";"040/5507983 ";" " +lieferant ;00500675;"Gardella AG ";" ";"Gewerbeweg ";" ";"FI-9486 ";"Schaanwald ";" ";" ";" ";" " +lieferant ;00500676;"Bama GmbH (ehem. SC Johnson) ";" ";"Pfalzgraf-Otto-Str. 50 ";"1164 ";"74821 ";"Mosbach ";"06261/801-0 ";" ";"06261/801290 ";" " +lieferant ;00500677;"Kleemeier GmbH & Co. KG ";" ";"Rauschenbachstr. 4 ";" ";"95028 ";"Hof ";"09281-72720 ";" ";" ";" " +lieferant ;00500678;"Wilmering Beheer B.V. ";" ";"Stadionkade 36 ";" ";"NL-1077 ";"VN Amsterdam ";"003120-6621030 ";" ";" ";" " +lieferant ;00500679;"Hot Lips Trendfashion gmbH ";" ";"Gterstrasse 17/2 ";" ";"69168 ";"Wiesloch ";" ";" ";" ";" " +lieferant ;00500680;"Momento Moda s.r.l. ";" ";"Via Carlo Alberto Dalla Chiesa 1 ";" ";"37026 ";"Pescantina ";" ";" ";" ";" " +lieferant ;00500681;"BOOMBASTIC Sportswear GmbH ";" ";"Otto-Hahn-Strasse 16 ";" ";"63303 ";"Dreieich ";"+49 6103 8071370 ";" ";"+49 6103 8071371 ";" " +lieferant ;00500682;"***Kunsemller Bettferdernfabrik ";" ";"Maschstrasse 22 ";" ";"49565 ";"Bramsche ";" ";" ";" ";" " +lieferant ;00500683;"Silomon GmbH ";" ";"Burgstrasse 4 - 8 ";" ";"26603 ";"Aurich ";" ";" ";" ";" " +lieferant ;00500684;"Sven Johansen GmbH ";" ";"Sievekingsallee 56 ";" ";"20535 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500685;"Renate Wicher ";" ";"Deichhorster Strasse 1 ";" ";"27753 ";"Delmenhorst ";" ";" ";" ";" " +lieferant ;00500686;"Schrodin GmbH ";" ";"Ulmenstrasse 12 ";" ";"26384 ";"Wilhelmshaven ";" ";" ";" ";" " +lieferant ;00500687;"Friedrich Stahl oHG ";" ";"Bsumer Strasse 83 ";" ";"24768 ";"Rendsburg ";" ";" ";" ";" " +lieferant ;00500688;"Casa ";" ";"Taunusstrasse 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500689;"IFC Industrial Fashion Concept GmbH ";" ";"Grnbergerstrasse 54 ";" ";"10245 ";"Berlin ";"030/297737-0 ";" ";"030/297737-11 ";" " +lieferant ;00500690;"Sina Pazza Mode GbR ";" ";"Ackerchen 10 ";" ";"53773 ";"Hennef ";" ";" ";" ";" " +lieferant ;00500691;"Fripac-Medis GmbH ";" ";"Frankenbergstr. 37 ";" ";"71579 ";"Spiegelberg ";" ";" ";" ";" " +lieferant ;00500692;"TRUBA Truttenbach Fashion ";" ";"Gottfried-Schneider-Strasse 4 ";" ";"73540 ";"Heubach ";" ";" ";" ";" " +lieferant ;00500693;"Hans-Jrgen Mller KG ";" ";"Hauptstrasse 18 ";" ";"08318 ";"Hundshbel ";" ";" ";" ";" " +lieferant ;00500694;"Spieluhrenwelt ";" ";"Rheinallee 7 ";" ";"65385 ";"Rdesheim ";" ";" ";" ";" " +lieferant ;00500695;"zz~Stein Mode & Bodywear(luft aus,9008)";" ";"Leonhard-Strell-Strasse 11 ";" ";"85540 ";"Haar-Gronsdorf ";" ";" ";" ";" " +lieferant ;00500696;"Akzente GmbH ";" ";"Wehrberger Strasse 57 ";" ";"31785 ";"Hameln ";" ";" ";" ";" " +lieferant ;00500697;"biggi M Mode Gmbh ";" ";"Luisenstrae 18 ";" ";"72461 ";"Albstadt-Tailfingen ";"07432/984310-0 ";" ";"07432/984310-31 ";" " +lieferant ;00500698;"Fohlmeister Handelsagentur ";" ";"Austrasse 3 ";" ";"83022 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00500699;"Martina Gtz ";" ";"Hhenweg 7 ";" ";"84371 ";"Triftern ";" ";" ";" ";" " +lieferant ;00500700;"Kirstallmuseum Viechtach ";" ";"Linprunstrasse 4 ";" ";"94234 ";"Viechtach ";" ";" ";" ";" " +lieferant ;00500701;"Comodo ";" ";"Landscheidung 191 ";" ";"41069 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00500702;"Flecke GmbH ";" ";"Niederrheinallee 301 ";" ";"47506 ";"Neukirchen-Vluyn ";" ";" ";" ";" " +lieferant ;00500703;"Descamps Group ";" ";"71, Ave Franklin Roosvelt ";" ";"75008 ";"Paris ";"+33 (0) 153322700 ";" ";"+33 (0) 153322766 ";" " +lieferant ;00500704;"Burki Kindermodenerzeugung ";" ";"Gartenstrasse 109 ";" ";"7022 ";"Schattendorf ";" ";" ";" ";" " +lieferant ;00500705;"Gerlinde Hofer ";"Florex GmbH ";"Niederbrunnernstrae 13 ";" ";"4522 ";"Sierning ";"+43-7259/3010-0 ";" ";"+43-7259/3010-4 ";" " +lieferant ;00500706;"Bike Fashion Vertriebs GmbH ";" ";"Dieselstrasse 88 - 92 ";" ";"33442 ";"Herzbrock-Clarholz ";" ";" ";" ";" " +lieferant ;00500707;"Bello ' s.r.l. ";" ";"Via del Lavoro 43 ";" ";"30030 ";"Vigonovo ";" ";" ";" ";" " +lieferant ;00500708;"***Eckert & Co oHG ";" ";"Ansgaritorwallstrasse 19 ";" ";"28195 ";"Bremen ";" ";" ";" ";" " +lieferant ;00500709;"Sommer Art ";" ";"Kippenhorn 29 ";" ";"88090 ";"Immenstaad ";" ";" ";" ";" " +lieferant ;00500710;"T.G.M. Sport & Casual Socks ";" ";"Gewerbepark 4 ";" ";"91785 ";"Pleinfeld ";" ";" ";" ";" " +lieferant ;00500711;"Zippo ";" ";"Via Quardri 67/ 69 ";" ";"36100 ";"Vicenza ";"+39 0444250500 ";" ";"+39 0444303301 ";" " +lieferant ;00500712;"BIG USA ";" ";"Greefield Road ";" ";"E1 1EJ ";"London ";" ";" ";" ";" " +lieferant ;00500713;"MOHAVE ";"M.J.F. srl ";"Via Val Tiberina 14 ";" ";"63037 ";"S. Benedetto del Tronto (AP) ";"+39 861 839025 ";" ";"+39 861 839187 ";" " +lieferant ;00500714;"Karl Kratochwil GmbH ";"Pelz-, Leder- und Lammfellbekleidung ";"Levetzowstr. 20 ";" ";"10555 ";"Berlin-Tiergarten-Mitte ";"030/3915066 ";" ";"030/3916044 ";" " +lieferant ;00500715;"ARABIA ";"Salah El Quafai ";"Schulstrasse 6 ";" ";"82805 ";"Gilching ";" ";" ";" ";" " +lieferant ;00500716;"CLAN Srl. ";" ";"Viale Europa 30/B ";" ";"46042 ";"Castel Goffredo ";" ";" ";" ";" " +lieferant ;00500717;"Hucke AG ";"Bush ";"Ravensberger Str. 41 ";"1251 ";"32312 ";"Lbbecke ";"02862 6801 ";" ";" ";" " +lieferant ;00500718;"AM Sports GmbH ";" ";"Ruessenstrasse 4 ";" ";"8342 ";"Baar ";" ";" ";" ";" " +lieferant ;00500719;"FLA Europe NV ";" ";"Lindestraat 58 ";" ";"9700 ";"Oudenaarde ";" ";" ";" ";" " +lieferant ;00500720;"Mono Quick GmbH (eherm. Rauser) ";"Mono Quick ";"Zechenstr. 10 ";" ";"63793 ";"Kahl/ Main ";" ";" ";" ";" " +lieferant ;00500721;"Parico GmbH ";" ";"Thringerstrasse 21 ";"110363 ";"46286 ";"Dorsten ";" ";" ";" ";" " +lieferant ;00500722;"EGRO Wiegele KG ";" ";"Almstrasse 7 ";"1135 ";"77704 ";"Oberkirch ";" ";" ";" ";" " +lieferant ;00500723;"L & M Modeagentur ";"Spanky ";"Wallstrasse 14 ";" ";"79761 ";"Waldshut ";" ";" ";" ";" " +lieferant ;00500724;"Lehmann Mode Service ";" ";"Gewerbering 1 ";"1261 ";"34560 ";"Fritzlar ";"05622 / 988-0 ";" ";" ";" " +lieferant ;00500725;"Scandic Food A/S ";" ";"Industrivej 1 ";" ";"7120 ";"Vejle East ";"+45 757 11 800 ";" ";"+45 757 11 866 ";" " +lieferant ;00500726;"Ambiente Leather ";"Maze-Leder Hi-Tech-GmbH ";"Hildener Str. 43 ";" ";"40597 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500727;"WM Group ";"Kompetenz in Logistik ";"Hindenburgstrasse 19 ";" ";"46395 ";"Bocholt ";"02871 289 595 ";" ";" ";" " +lieferant ;00500728;"Midor AG ";"Genuss mit Tradition ";"Bruechstr. 70 ";" ";"8706 ";"Meilen ";" ";" ";" ";" " +lieferant ;00500729;"Heiko Blume Gruppe ";" ";"Russlandweg 16 ";" ";"26446 ";"Friedeburg ";"04465 94600 ";" ";"04465 946030 ";" " +lieferant ;00500730;"Wein Wolf Import GmbH & Co ";" ";"Knigswinterer Str. 552 ";" ";"53227 ";"Bonn ";"0228 / 4496230 ";" ";"0228 / 4496239 ";" " +lieferant ;00500731;"Singhoff GmbH ";"Schumacher ";"Industriestr. 47 ";" ";"68469 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00500732;"Intima Moda S.p.A. ";" ";"Via G. Campagna, 60 ";" ";"41010 ";"Cognento (MO) ";"+39-059/2924911 ";" ";"+39-059/343553 ";" " +lieferant ;00500733;"Winklhofer Dekorations-Nherei ";" ";"Ortstrasse 12 ";" ";"94072 ";"Bad Fssing ";"08538573 ";" ";"08538919933 ";" " +lieferant ;00500734;"Esen ";" ";"Steingasse 1 ";" ";"69117 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00500735;"Young Generation Retail GmbH ";" ";"Ruhrstrasse 114 ";" ";"22761 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500736;"Calzaturificio Brunella s.r.l. ";" ";"Via Grecia, 6 Zona Industriale Sud ";" ";"35127 ";"Padova ";"049 / 761180 ";" ";"049 / 761203 ";" " +lieferant ;00500737;"EXESS s.r.l. ";" ";"Via Irpina, 30/32 ";" ";"35020 ";"Saonara ";" ";" ";" ";" " +lieferant ;00500738;"Carl Semler Schuhfabrik GmbH & Co. ";" ";"Alleenstrae 36 ";" ";"66953 ";"Pirmasens ";"06331/7201-0 ";" ";"06331/7201-13 ";" " +lieferant ;00500739;"Pepe Jeans Europe B.V. ";" ";"Dreef 32 ";" ";"2012 HS ";"Haarlem ";"+31-20/5893888 ";" ";"+31-20/5893834 ";" " +lieferant ;00500740;"Ferioli SPA / Confizioni Ferioli s.r.l. ";"Strellson Knitwear ";"Via S.Giorgio 7 ";" ";"42010 ";"Rio Saliceto ";" ";" ";" ";" " +lieferant ;00500741;"Gebrder Brandmeyer ";"Charmy ";"Am Deich 76 ";" ";"28199 ";"Bremen ";" ";" ";" ";" " +lieferant ;00500742;"Janta GmbH ";" ";"Langheimer Str. 94 ";" ";"96264 ";"Altenkunstadt ";" ";" ";" ";" " +lieferant ;00500743;"Carl Dietrich GmbH ";" ";"Streckewalde ";" ";"09518 ";"Grorckerswalde ";" ";" ";" ";" " +lieferant ;00500744;"Calzaturifico Niki s.r.l. ";" ";"Via delle Nazioni, 3 ";" ";"37012 ";"Bussolengo (VR) ";"+39-045/6767067 ";" ";"+39-045/6767076 ";" " +lieferant ;00500745;"Scheller Vertriebs GmbH ";" ";"Stellebergstr. 9 ";" ";"73092 ";"Heinigen ";" ";" ";" ";" " +lieferant ;00500746;"Campo Fashion GmbH ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00500747;"B.Z. Moda s.r.l. ";" ";"Via Bassa, 7 ";" ";"30030 ";"Stra, Loc. Paluello (VE) ";"+39-041/413093 ";" ";"+39-041/5102899 ";" " +lieferant ;00500748;"Bench Ltd ";" ";"Tanzaro House, Ardwick Green North ";" ";"M12 6FZ ";"Manchester ";"+44-161/2763900 ";" ";"+44-161/2743070 ";" " +lieferant ;00500749;"Lotto Sport Italia Spa ";" ";"Via Montebelluna, 5/7 ";" ";"31040 ";"Trevignano (TV) ";"+39-0423/6181 ";" ";"+39-0423/618800 ";" " +lieferant ;00500750;"BiBA GmbH ";" ";"Daimlerstr. 3 ";" ";"47167 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00500751;"HATHI Limited ";"Niederlassung Deutschland ";"Schmiedestrasse 20 ";" ";"24376 ";"Kappeln ";"+494642923675 ";" ";"+494642923676 ";" " +lieferant ;00500752;"MANAS s.p.a. ";"Fashion and Soft ";"Via Tabgenziale, 14/16 ";" ";"62010 ";"Montecosaro Scalo (MC) ";" ";" ";" ";" " +lieferant ;00500753;"ara Shoes AG ";" ";"Zur Schlenkhecke 4 ";"002161 ";"40764 ";"Langenfeld ";"02173/105-0 ";" ";"02173/105-108 ";" " +lieferant ;00500754;"GAREX Abrechnungs GmbH ";" ";"Elisabethstr. 70 ";" ";"40217 ";"Dsseldorf ";"+49211338605 ";" ";"+492113386541 ";" " +lieferant ;00500755;"Granit-Schuh GmbH ";" ";"Zur Schlenkhecke 4 ";"002161 ";"40764 ";"Langenfeld ";"02173/105-0 ";" ";"02173/105-108 ";" " +lieferant ;00500756;"dolphin innovation GmbH ";" ";"Schlterstrasse 22 ";" ";"20146 ";"Hamburg ";"+494041355758 ";" ";"+494041355757 ";" " +lieferant ;00500757;"Jean A. Vequaud GmbH ";"Attitude ";"Danziger Strasse 101 ";" ";"40488 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500758;"Moda Donna GmbH ";"IMAGINI ";"Graf-Adolf-Str. 12 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500759;"Kris Fashion AG ";" ";"Osvobojdenie BLVD 7 ";" ";"5502 ";"Lovetsch ";" ";" ";" ";" " +lieferant ;00500760;"SisterS Point A/S ";" ";"Lokesvej 6 ";" ";"8230 ";"Abyhoj ";"+45-8675 3300 ";" ";"+45-8675 3301 ";" " +lieferant ;00500761;"Giorgio Tassotti & Figli s.r.l. ";"GRAFICHE TASSOTTI ";"Via San F. Lazzaro 103 ";" ";"36061 ";"Bassano del Grappa ";"+39 424 666105 ";" ";"+39 424 566205 ";" " +lieferant ;00500762;"W. Heino ";" ";"Lnzmhlen ";" ";"29640 ";"Schneverdingen ";"+49 5193 / 4021 ";" ";"+49 5193 / 4020 ";" " +lieferant ;00500763;"Sabrina Nier ";" ";"Siglfinger Str. 1d ";" ";"85435 ";"Erding ";"08122/2274736 ";" ";"08122/2274737 ";" " +lieferant ;00500764;"Lacosa Fashion ";"Mode-Centrum Hamburg ";"Modering 1, Haus A, Raum 919, 9. OG ";" ";"22457 ";"Hamburg ";"040/5509181 ";" ";"040/5501286 ";" " +lieferant ;00500765;"HEY-SIGN GmbH ";" ";"Insterburger Strae 18 ";" ";"40670 ";"Meerbusch ";"02159/92848-00 ";" ";"02159/92848-00 ";" " +lieferant ;00500766;"WWHH GmbH ";"China Im - & Export ";"Bonner Str. 40 ";" ";"53842 ";"Troisdorf ";"+49 2241235210 ";" ";"+49 2241235212 ";" " +lieferant ;00500767;"Tundra (Europe) Limited ";" ";"210 Seagrave Road ";" ";"LE12 7 TS ";"Sileby Leicester ";" ";" ";" ";" " +lieferant ;00500768;"Pagoda C. Schuppang ";" ";"Neugreutweg 3 ";" ";"74535 ";"Mainhardt ";"+49 7903 7138 ";" ";"+49 7903 7138 ";" " +lieferant ;00500769;"***Power Fashion ";" ";"Taunusstrasse 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500770;"S. Domann GmbH ";" ";"Taunusstrasse 45, MTC Haus, Raum 221 ";" ";"80807 ";"Mnchen ";"089/3598456 ";" ";" ";" " +lieferant ;00500771;"T. Coop ";" ";"76. Rue Sedaine ";" ";"75011 ";"Paris ";"+33-1/47004839 ";" ";"+33-1/470033498 ";" " +lieferant ;00500772;"M.Hinterkausen ";"S.A.L.E. ";"Sechzigstrae 5 ";" ";"50733 ";"Kln ";"0221-6703948 ";" ";"0221-6703946 ";" " +lieferant ;00500773;"Sha Sha Grosshandels - GmbH ";" ";"Nepril 4 ";" ";"21129 ";"Hamburg ";"040-74214400/01 ";" ";"040-74212540 ";" " +lieferant ;00500774;"Artfides GmbH ";" ";"Stuttgarter Str.2 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500775;"Miracolo ";" ";"Contrada Maggiore 8 ";" ";"6612 ";"Ascona ";"+41 91 791 4144 ";" ";" ";" " +lieferant ;00500776;"Siebeker Handelsagentur Import ";" ";"Im Pinntal 66 ";" ";"46244 ";"Bottrop ";"+49 2045 41250 ";" ";"+49 2045 412510 ";" " +lieferant ;00500777;"PRO LUDO ";"Uwe Walentin ";"Schtzenstrasse 28 ";" ";"78462 ";"Konstanz ";"+49 7531 72789 ";" ";"+49 7531 72793 ";" " +lieferant ;00500778;"Flora Base BV ";" ";"Floralaan 2 T ";" ";"2231 ";"ZV Rihnburg ";" ";" ";" ";" " +lieferant ;00500779;"ONLY Cosmetics ";" ";"Hjortkaevoj 2 ";" ";"6740 ";"Bramming ";"+45 76 103444 ";" ";"+45 76 103444 ";" " +lieferant ;00500780;"NAVA Divisione Design ";" ";"5 via Martin Lutero ";" ";"20126 ";"Milano ";" ";" ";" ";" " +lieferant ;00500781;"Kurt v. Goessel GmbH ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"+49 40 5501116 ";" ";"+49 4105 12355 ";" " +lieferant ;00500782;"Langer Strickwerk GmbH ";" ";"Augsburger Str. 36 ";" ";"86399 ";"Bobingen ";"08234/96739-0 ";" ";"08234/96739-9 ";" " +lieferant ;00500783;"Parfumhaus Gottschalk GmbH ";" ";"Wolfratshauser Strasse 78 ";" ";"81379 ";"Mnchen ";"+49 89 724080 ";" ";"+49 89 7240836 ";" " +lieferant ;00500784;"Gallus Marketing & Sale GmbH ";" ";"Lagerstrasse 4 ";" ";"9400 ";"Wolfsberg ";" ";" ";" ";" " +lieferant ;00500785;"zz~BLEND A/S ";" ";"Edisonvej 4 ";" ";"7100 ";"Vejle ";"+45 79 433000 ";" ";"+45 79 433001 ";" " +lieferant ;00500786;"ear bag GmbH ";" ";"Schulstr.38 ";" ";"09125 ";"Chemnitz ";"0371/522852-0 ";" ";"0371/522852-1 ";" " +lieferant ;00500787;"Horst Borgsmller GmbH ";" ";"Am Bornredder 3 ";" ";"21516 ";"Tramm ";"04156/7172 ";" ";"04156/7799 ";" " +lieferant ;00500788;"Meier GmbH ";" ";"Waldstrae 32/34 ";" ";"74374 ";"Zaberfeld ";"07046/911190 ";" ";"07046/9111999 ";" " +lieferant ;00500789;"Euro-furs ";" ";"Falltorstrasse 6 ";" ";"67591 ";"Mrstadt ";" ";" ";" ";" " +lieferant ;00500790;"Costume International GmnH ";" ";"Sierichstrasse 44 ";" ";"22301 ";"Hamburg ";"040/6451946 ";" ";"040/6451752 ";" " +lieferant ;00500791;"BX Trading Agency ";" ";"Hans-Bckler Str. 6 ";" ";"85221 ";"Dachau ";"08131/669960 ";" ";"08131/6699615 ";" " +lieferant ;00500792;"ALB-Gold Teigwaren GmbH ";" ";"Im Grindel 1 ";" ";"72818 ";"Trochtelfingen ";"07124-9291-0 ";" ";"07124-9291-90 ";" " +lieferant ;00500793;"Deco-Plant Vertriebs GmbH ";" ";"Lindenstrae 28 ";" ";"84166 ";"Adlkofen ";"08707 / 1446 ";" ";"08707 / 1072 ";" " +lieferant ;00500794;"Mbelhof Parsberg GmbH ";" ";"Am Freizeitzentrum ";" ";"92331 ";"Parsberg ";"09492 / 9403-0 ";" ";"09492 / 9403-180 ";" " +lieferant ;00500795;"Amtex Europe GmbH ";" ";"Schopfheimer Str. 25 ";" ";"79541 ";"Lrrach-Brombach ";"07621 / 9151 - 260 ";" ";"07621 / 9151 - 265 ";" " +lieferant ;00500796;"Euro - Bekleidung Vertriebs-Gesellschaft";" ";"Waltgerlstrasse 1-5 ";"1343 ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00500797;"Max Mara Parfums France S.A.S ";"Niederlassung Deutschland ";". ";"301073 ";"50780 ";"Kln ";" ";" ";" ";" " +lieferant ;00500798;"Marck Lufft ";" ";"Landwehrstr. 3 ";" ";"64293 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00500799;"Michael Gimpel ";"Inh. Margarete Bengler ";"Eichlbrunnstrasse 4 ";" ";"85416 ";"Langenbach ";"+49 8761 27786 ";" ";"+49 8761727801 ";" " +lieferant ;00500800;"Assmann Horvath Handelsangentur ";" ";"St. Valentin-Weg 12 ";" ";"85774 ";"Unterfhring ";"089 / 354 65 100 ";" ";"089 / 354 65 200 ";" " +lieferant ;00500801;"***TBF TaBoo Fashion GmbH ";" ";"Industriestr. 17 ";" ";"41516 ";"Grevenbroich ";"02182 / 18638 ";" ";"02182 / 18777 ";" " +lieferant ;00500802;"Forward International GmbH ";" ";"Buschkrugallee 27 ";" ";"12359 ";"Berlin ";" ";" ";" ";" " +lieferant ;00500803;"Trendmark Fashion GmbH ";" ";"Peter-Rosegger-Strae 18 ";" ";"4910 ";"Ried im Innkreis ";"+43-7752/950-04 ";" ";"+43-7752/950-10 ";" " +lieferant ;00500804;"Roland Hempel GmbH ";" ";"Im Nordfeld 15 ";" ";"29336 ";"Nienhagen ";" ";" ";" ";" " +lieferant ;00500805;"Max Lindner GmbH ";" ";"Noosweg 18 ";" ";"92318 ";"Neustadt ";" ";" ";" ";" " +lieferant ;00500806;"Tieworker GmbH ";" ";"Dieemer Bruch 170-172 ";" ";"47805 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00500807;"ARTISANET ";" ";"107 Boulevard Saint Germain ";" ";"75006 ";"Paris ";" ";" ";" ";" " +lieferant ;00500808;"OXYGEN Deutschland ";" ";"Am Kirchenhlzl 13 ";" ";"82166 ";"Grfelfing ";" ";" ";" ";" " +lieferant ;00500809;"Oberfrnkische Glas und Spielzeug KG ";"Fritz Rempel ";"Eisfelder Str. 54 ";" ";"96465 ";"Neustadt b. Coburg ";"09568/3088 ";" ";"09568/3080 ";" " +lieferant ;00500810;"Design GO GmbH ";"C/O Haag Eckhard Schoenpflug ";"Lurgiallee 46 ";" ";"60439 ";"Frankfurt ";"+49 442089068505 ";" ";"+49 4420 89062245 ";" " +lieferant ;00500811;"MT-Leather & Accessoires ";" ";"Vitus Burg Str.1 ";" ";"77652 ";"Offenburg ";"0781/9480-221 ";" ";"0781/9480-328 ";" " +lieferant ;00500812;"Dobler & Assmann GdbR ";"intermoda ";"Brgermeister-Mittenmeier-Str. 1-3 ";" ";"93077 ";"Bad Abbach ";" ";" ";" ";" " +lieferant ;00500813;"Nikita Clothing Co .LTD ";" ";"1 Kamloops Crescent ";" ";"LE1 2HX ";"Leicaster ";" ";" ";" ";" " +lieferant ;00500814;"Sony Music Entertainment GmbH & Co. KG ";"Germany ";"Bellevuestr. 3 ";" ";"10785 ";"Berlin ";"030 / 13888 - 0 ";" ";"030 / 13888 - 7214 ";" " +lieferant ;00500815;"Textil Luis Correia2 SA ";" ";"Vila das Avos, Aparto 34 ";" ";"4769-908 ";"AVES ";" ";" ";" ";" " +lieferant ;00500816;"Modeagentur Geuppert GmbH ";" ";"Kaiserswerther Strasse 207 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500817;"Modacc ";"Inh. Eva Remus ";"Streicherstrasse 36 ";" ";"73614 ";"Schorndorf ";" ";" ";" ";" " +lieferant ;00500818;"Dinino Design ";" ";"Vrouenraetslaan 31 ";" ";"6373 ";"VD Landgraaf ";" ";" ";" ";" " +lieferant ;00500819;"Unitet Chocolates nv ";" ";"Industrieweg 7 ";" ";"2490 ";"Balen ";"(32)(0)14811162 ";" ";"(32)(0)14810719 ";" " +lieferant ;00500820;"Inventee - Thomas Walther ";"textile marketing an consulting ";"Lind Strae 2 ";" ";"53177 ";"Bonn ";"02289340290 ";" ";"02289340292 ";" " +lieferant ;00500821;"Lerderwaren Blsius ";" ";"gartenstr. 11 ";" ";"97526 ";"Sennfeld ";"09721 - 60189 ";" ";"09721 - 608428 ";" " +lieferant ;00500822;"RH Rosita Hocke Modeagentur ";" ";"Frankfurter Str. 74 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00500823;"Gryphon Central Europe ";" ";"Talfingerstrasse 15 ";" ";"89073 ";"Ulm ";" ";" ";" ";" " +lieferant ;00500824;"Roland Frey ";"Handelsvertretung ";"Frankfurtert Str. 70-72 H.d.Mode 3 R.845";" ";"65760 ";"Eschborn ";"06196/776763 ";" ";"06196/776768 ";" " +lieferant ;00500825;"LiteXpress GmbH ";" ";"Schtzenwall 30 ";" ";"48653 ";"Coesfeld ";"02541/967870 ";" ";"02541/967871 ";" " +lieferant ;00500826;"Wickendiek Hotel Betriebs GmbH ";"Nudeltpfchen ";"Sonnbornerstr. 63 ";" ";"42327 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00500827;"Astico Kinderbekleidungs-Vertriebs m.b.H";" ";"Breslauer Strae 6-8, Imotex Center ";" ";"41460 ";"Neuss ";"02131-150015 ";" ";"02131-150016 ";" " +lieferant ;00500828;"Schuhfabrik Theodor Bergmann GmbH ";" ";"Schravelener Niersweg 5 ";" ";"47626 ";"Kevelar ";" ";" ";" ";" " +lieferant ;00500829;"Parissime GmbH ";" ";"Kaiserplatz 18 ";" ";"53113 ";"Bonn ";"0228/976283-0 ";" ";"0228/976283-19 ";" " +lieferant ;00500830;"Verlag Pazeller GmbH & Co.KG ";" ";"Frankfurter Strae 8 ";" ";"36043 ";"Fulda ";" ";" ";" ";" " +lieferant ;00500831;"Albert Schfer Strumpffabrik GmbH ";" ";"Johann Fruhenstrasse 43 ";" ";"47929 ";"Grefrath ";"021558/95980 ";" ";"021558/959850 ";" " +lieferant ;00500832;"Daff Domestic Affairs ";" ";"Viersener Str. 11 ";" ";"40549 ";"Dsseldorf ";"0211 / 5065165 ";" ";"0211 / 5065175 ";" " +lieferant ;00500833;"Falke Fashion ";"Zweigniederlassung der Falke KGaA ";"Ohlgasse 5 ";" ";"57392 ";"Schmallenberg ";"02972/308-0 ";" ";"02972/308-300 ";" " +lieferant ;00500834;"Northland Professional ";" ";"Grabenstrae 90c ";" ";"8010 ";"Graz ";"+43 316 714177-0 ";" ";"+43 316 717206 ";" " +lieferant ;00500835;"Active Sports (europe Noth) GmbH ";"Gordini ";"Eichenstrasse 11c ";" ";"85445 ";"Schwaig ";" ";" ";" ";" " +lieferant ;00500836;"Nhmaschinen Sommer ";" ";"Nibelungenstr. 16 ";" ";"93051 ";"Regensburg ";" ";" ";" ";" " +lieferant ;00500837;"Archiv-Verlag-Wagner ";"Elyane von Dirsztay-Werner ";"Schmid-Ballauf-Weg 8 ";" ";"80997 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500838;"Young Generation Marketing Service ";"Sven Maack e.K. ";"Ruhrstasse 114 ";" ";"227761 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500839;"Elena Grunert Fashion GmbH ";" ";"Einsteinstrae 2 ";" ";"63868 ";"Growallstadt ";"06022/2656-200 ";" ";"06022/2656-240 ";" " +lieferant ;00500840;"Elemente Clemente by Double D ";"Textil GmbH ";"Osterwaldstr. 10 ";" ";"80805 ";"Mnchen ";"089 / 550558 13 ";" ";"089 / 550558 11 ";" " +lieferant ;00500841;"The Bo Dean Company ";" ";"Blankenstraat 4 ";" ";"3364 BB ";"Sliedrecht ";" ";" ";" ";" " +lieferant ;00500842;"Hufschlag & Nachshon GmbH & Co. KG ";" ";"Wallstr. 25 ";" ";"82084 ";"Aachen ";" ";" ";" ";" " +lieferant ;00500843;"PAX-World e.K. ";" ";"Borsingkehre 9 ";" ";"25451 ";"Quickborn ";" ";" ";" ";" " +lieferant ;00500844;"FRX Clothing ";" ";"237 West 37th Street 12th Floor ";" ";"10018 ";"New York ";" ";" ";" ";" " +lieferant ;00500845;"INCA AS ";" ";"PO Box 67 ";" ";"3201 ";"Sandefjord ";" ";" ";" ";" " +lieferant ;00500846;"Christian Behr GmbH ";"Yam Yam fashion ";"Appelberger Str. 3 ";" ";"24405 ";"Mohrkirch ";"04646-775 ";" ";"04646-792 ";" " +lieferant ;00500847;"Brunhilde K. Titze Ville d' Argent ";" ";"Bahnhofstrasse 25 ";" ";"64401 ";"Gross-Bieberau ";" ";" ";" ";" " +lieferant ;00500848;"Wintersteiger GmbH ";" ";"Jgerfeld 18 ";" ";"94152 ";"Neuhaus ";" ";" ";" ";" " +lieferant ;00500849;"Holymama Gbr ";"Heike Labonte, Susanne Pfeifer ";"Dsseldorfer Str. 90 ";" ";"40545 ";"Dsseldorf ";"0211 563 83 87 ";" ";"0211 563 83 89 ";" " +lieferant ;00500850;"Balke Fashion GmbH ";" ";"Rudolf-Diesel Str. 34-36 ";" ";"28876 ";"Oyten (Gewerbepark Nord) ";"04207/9135-35 ";" ";"04207/9135-40 ";" " +lieferant ;00500851;"Ideal T&C GmbH ";" ";"Imotex Center, Raum 8, Breslauerstr. 8 ";" ";"41460 ";"Neus ";" ";" ";" ";" " +lieferant ;00500852;"Unifa Distribution GmbH ";" ";"Weizenmhlenstr. 21 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500853;"Sponeta GmbH ";" ";"Gartenstrae 52 ";" ";"99994 ";"Schlotheim ";" ";" ";" ";" " +lieferant ;00500854;"2D-Sport GmbH ";" ";"Rmerstrae 19 ";" ";"85232 ";"Bergkirchen ";"08131-544 22 ";" ";"08131-544 24 ";" " +lieferant ;00500855;"Modeagentur Sven Schilling ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00500856;"Annabelle Frank ";" ";"Seestr.5 ";" ";"83700 ";"Rottach-Egern ";" ";" ";" ";" " +lieferant ;00500857;"zz~Hermko Hermann Koch KG ";"Trikotwarenfabrik ";"Drbheimerstr. 38/1 ";" ";"78604 ";"Rietheim-Weilheim ";" ";" ";" ";" " +lieferant ;00500858;"Peek & Cloppenburg KG ";"International Brands ";"Berliner Allee 2-8 ";" ";"40212 ";"Dsseldorf ";"0211/3662-0 ";" ";"0221/3662-697 ";" " +lieferant ;00500859;"Departmentgreen GmbH ";" ";"Gottlieb-Daimler-Str. 1 ";"1202 ";"63505 ";"Langenselbold ";"06184/9955-500 ";" ";"06184/9955-555 ";" " +lieferant ;00500860;"Micheal Lembke Handelsagentur ";" ";"E-Langgsser-Strasse 41 ";" ";"51373 ";"Leverkusen ";" ";" ";"0214-4000258 ";" " +lieferant ;00500861;"Indas S.r.l. ";" ";"Via Presolana 1 ";" ";"24030 ";"Medolago ";" ";" ";" ";" " +lieferant ;00500862;"Foamtech International GmbH ";" ";"In den Klostergrten 9 ";" ";"65549 ";"Limburg ";"06431 / 216 960 ";" ";"06431 / 216 961 ";" " +lieferant ;00500863;"San Carlo Food Group Deutschland GmbH ";" ";"Lyoner Strasse 44-48 ";" ";"60528 ";"Frankfurt am Main ";"069/603 262 40 ";" ";" ";" " +lieferant ;00500864;"Dragimex Handels-AG ";" ";"Hans-Bcker-Ring 25 ";" ";"22851 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00500865;"Johannes Lhders KG ";"Ingwer- und Swarenspezialitten ";"Zum Reiherhorst 6 ";" ";"21435 ";"Stelle ";" ";" ";" ";" " +lieferant ;00500866;"Euretco Label Company B.V. ";" ";"Meldornkade 22 ";" ";"3992 GB ";"Houten ";"+31-30/6349200 ";" ";"+31-30/6349201 ";" " +lieferant ;00500867;"Gustav Baehr GmbH ";" ";"Max-Eyth-Str. 39 ";" ";"71332 ";"Waiblingen ";" ";" ";" ";" " +lieferant ;00500868;"i.d. Wohnkultur ";" ";"Josef Kgel-Strae 6-8 ";" ";"89264 ";"Weienborn ";" ";" ";" ";" " +lieferant ;00500869;"YIWU Crafts Trading GmbH ";" ";"Modering 1, Haus A, Raum 301 ";" ";"22457 ";"Hamburg ";"040 / 5320 6131 ";" ";" ";" " +lieferant ;00500870;"PWT Germany GmbH (ehem.Texman GmbH) ";"c/o ModeCentrum Hamburg ";"Modering 3, Haus B 2. OG, Raum 246 ";" ";"22457 ";"Hamburg ";"0800/1828215 ";" ";" ";" " +lieferant ;00500871;"Held Accessoires GmbH ";"Bags & Accessoires ";"Papendiek 1-7 ";" ";"33415 ";"Verl ";"05246 / 505-0 ";" ";" ";" " +lieferant ;00500872;"OXMOX GmbH ";" ";"Siemensstr. 1 ";" ";"86368 ";"Gersthofen ";"0821 / 4987-212 ";" ";"0821 / 4987-229 ";" " +lieferant ;00500873;"Geox S.p.A. ";" ";"Via Feltrina Centro, 16 ";" ";"31030 ";"Biadene di Montebelluna Trevisio ";" ";" ";" ";" " +lieferant ;00500874;"GEOX Deutschland GmbH ";" ";"Wilhelm-Wagenfeld-Str. 26 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500875;"Fashion Styling Licher e.K. ";"Erwin O. Licher ";"Heidemannstrae 31 ";" ";"80939 ";"Mnchen ";"089/360381-66 ";" ";"089/360381-11 ";" " +lieferant ;00500876;"Nordisk Tekstil A/S ";" ";"Rugaardsvej 113-115 ";" ";"5100 ";"Odense ";" ";" ";" ";" " +lieferant ;00500877;"GAM SRL ";"Produzione Calzature ";"Via Risorgimento ";" ";"51015 ";"Monsummano Terme (PT) ";" ";" ";" ";" " +lieferant ;00500878;"Deko Florale Sperling Importe GmbH ";" ";"Am Vitusbach 5 ";" ";"21400 ";"Reinstorf ";" ";" ";" ";" " +lieferant ;00500879;"Wood & Scherer GbR ";" ";"Linprunstr. 33 /Rckgebude ";" ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500880;"Laura & Coorado GmbH ";" ";"Eppsteiner Str. 43 ";" ";"60323 ";"Frankfurt / Main ";" ";" ";" ";" " +lieferant ;00500881;"Rubn Zrate ";" ";"Alte Gasse 6 ";" ";"60313 ";"Frankfurt am Main ";"069 / 63 19 58 87 ";" ";"069 / 63 19 58 91 ";" " +lieferant ;00500882;"The Watersports CO LTD. ";"Reef ";"Church Farm Lane ";" ";"unbekannt ";"East Wittering, West Sussex ";"0044 (0) 12 43 67 36 66 ";" ";"0044 (0) 12 43 67 41 00 ";" " +lieferant ;00500883;"Rhein-Main-Bizz GmbH ";" ";"Werner von Siemens Str. 4-6 ";" ";"65719 ";"Hofheim / Wallau ";" ";" ";" ";" " +lieferant ;00500884;"Virgils & Co Lederwaren GmbH ";" ";"Hans - Bckler - Str. 11-13 ";" ";"63179 ";"Obertshausen ";"06 10 4 / 75 05 1 ";" ";"06 10 4 / 71 65 9 ";" " +lieferant ;00500885;"Gilde Handwerk Macrander GmbH & Co. KG ";" ";"Mergelkamp 5 ";" ";"46395 ";"Bocholt ";"02871/188-0 ";" ";"02871/188-223 ";" " +lieferant ;00500886;"Swan of Denmark ";" ";"Huginsvej 8 ";" ";"4100 ";"Ringsted ";"+45 70 26 88 02 ";" ";"+45 70 26 88 01 ";" " +lieferant ;00500887;"Duprs & Co. GmbH ";" ";"Auf der Muggenburg ";" ";"28271 ";"Bremen ";"0421 / 3996 - 0 ";" ";" ";" " +lieferant ;00500888;"Gas Clothing Germany GmbH ";" ";"Ehrenstrasse 86 ";" ";"50672 ";"Kln ";"0221 / 277 287 0 ";" ";"0221 / 277 287 20 ";" " +lieferant ;00500889;"Sales + Success GmbH ";" ";"Bajuwarenstr. 10 ";" ";"93053 ";"Regensburg ";"0941/89052-0 ";" ";"0941/89052-20 ";" " +lieferant ;00500890;"Aster s.r.l societa unipersonale ";" ";"Via G. Fatin 27/a ";" ";"31030 ";"Ciano del Montello TV ";" ";" ";" ";" " +lieferant ;00500891;"SKS metaplast Scheffer-Klute GmbH ";" ";"Zur Hubertushalle 4 ";" ";"59846 ";"Sundern ";"02933/831-0 ";" ";"02933/831-115 ";" " +lieferant ;00500892;"F&M Trends B.V. ";" ";"Oplagestraat 8 ";" ";"1321 NJ ";"Almere ";"0031 (0)36 54 67 030 ";" ";"0031 (0)36 5362073 ";" " +lieferant ;00500893;"Artwear Dimitriadis ";" ";"Leocharous 15 ";" ";"10562 ";"Athen ";" ";" ";" ";" " +lieferant ;00500894;"Raoul Rousso GmbH ";" ";"Am Eggenkampo 8-10 ";" ";"48268 ";"Greven ";" ";" ";" ";" " +lieferant ;00500895;"Baxen Fashion ";" ";"Kaiserslauterer Str. 13 ";" ";"70499 ";"Stuttgart ";"0711/887676-0 ";" ";"0711/887676-1 ";" " +lieferant ;00500896;"German Luxury Products Division ";" ";"Siemensstrasse 6 ";" ";"41564 ";"Kaarst ";" ";" ";" ";" " +lieferant ;00500897;"BALVI Comercial Balmes Vives S.L. ";" ";"AV. BAIX LLOBREGAT 9-11 ";" ";"08820 ";"EL PRAT DE LLOBREGAT ";"0034 933 789 191 ";" ";"0034 933 704 154 ";" " +lieferant ;00500898;"Schleizer Alben GmbH ";" ";"Baumgasse 2 ";" ";"07907 ";"Schleiz ";" ";" ";" ";" " +lieferant ;00500899;"S.A.R.L. L' Etoile ";" ";"Z.I DE Mozinor ";" ";"93100 ";"Montreuil ";" ";" ";" ";" " +lieferant ;00500900;"Galleria S.R.L. ";" ";"Passarella 2 ";" ";"20122 ";"Milano ";" ";" ";" ";" " +lieferant ;00500901;"Modeagentur Markus Kraut GmbH ";" ";"Herchenrath 76 ";" ";"53804 ";"Much ";"02245/618155 ";" ";"02245/915768 ";" " +lieferant ;00500902;"Evelyn Kahle GmbH ";" ";"Sommerstrasse 33a ";" ";"33649 ";"Bielefeld ";"0521 / 44 22 97 ";" ";"0521 / 44 22 31 ";" " +lieferant ;00500903;"Mother Earth Products ";"Inh. A.Lehr ";"k.a. ";" ";"74211 ";"Leingarten ";"08340 / 978488 ";" ";" ";" " +lieferant ;00500904;"Nannini S.P.A. ";" ";"Via Faetina 77 ";" ";"50133 ";"Firenze ";" ";" ";" ";" " +lieferant ;00500905;"GK-Beck ";" ";"Hechinger Str. 10 ";" ";"72108 ";"Rottenburg ";" ";" ";" ";" " +lieferant ;00500906;"Chelman s.r.l. ";" ";"Via Ponte di Monsummano 55c ";" ";"51018 ";"Pieve a Nievole ";" ";" ";" ";" " +lieferant ;00500907;"Import-Export Adrianna Ulan-Wesoly ";" ";"Gertrudisstr. 21 ";" ";"44866 ";"Bochum ";" ";" ";" ";" " +lieferant ;00500908;"LEXX International Vertriebs GmbH ";" ";"Marienbergstrae 82 ";" ";"90411 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00500909;"Casa Bonturi ";" ";"Palazzine 123 ";" ";"38014 ";"Sini di Gardolo ";" ";" ";" ";" " +lieferant ;00500910;"Kleider Kultur ";" ";"Bennigsen Platz 1 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500911;"La Vetrina ";" ";"Otterloherstrae 14 ";" ";"85649 ";"Brunnthal ";" ";" ";" ";" " +lieferant ;00500912;"Balbina GmbH & Co. KG ";" ";"Friedenstrae 10 ";" ";"81671 ";"Mnchen ";"089/49053390 ";" ";"089/49053392 ";" " +lieferant ;00500913;"Frapp GmbH ";" ";"Kurt Schuhmacher Str.6 ";" ";"91052 ";"Erlangen ";" ";" ";" ";" " +lieferant ;00500914;"KIDILIZ GROUP ";"ehem. Groupe Zannier International s.a.s";"Z.I. du Clos Marquet B.P. 88 ";" ";"42402 ";"Saint-Chamond ";"+33 (0)4 77 31 13 13 ";" ";"+33 (0)4 77 31 14 80 ";" " +lieferant ;00500915;"Alldeko GmbH ";" ";"Arndstr. 1 ";" ";"30167 ";"Hannover ";"0511-7687986 ";" ";"0511-76879888 ";" " +lieferant ;00500916;"Helga De Lana ";" ";"Elektrastrae 13 ";" ";"81925 ";"Mnchen ";"089-35890912 ";" ";"089-35890913 ";" " +lieferant ;00500917;"B&W Mode GmbH ";" ";"Kferstrae 10 ";" ";"45731 ";"Waltrop ";" ";" ";" ";" " +lieferant ;00500918;"PreisAmpel GmbH ";" ";"Industriestr. 1 ";" ";"48653 ";"Coesfeld-Lette ";" ";" ";" ";" " +lieferant ;00500920;"Ins & Outs ";" ";"Mitchamplein 4 ";" ";"7556 ";"SC Hengelo ";" ";" ";" ";" " +lieferant ;00500921;"***MEXX Europe B.V ";" ";"Industrieweg 15 ";" ";"2254 ";"AE Voorschoten ";" ";" ";" ";" " +lieferant ;00500922;"JMARK General Goods ";" ";"Sprendlinger Landstr. 130A ";" ";"63069 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00500923;"Schuh Depot Bockstiegel GmbH ";" ";"Tjchkamstr. 27 ";" ";"26605 ";"Aurich ";" ";" ";" ";" " +lieferant ;00500924;"Schmidt Antiquitten Art&Decoration e.k.";" ";"Hallstr. 17/1 ";" ";"72144 ";"Dulingen ";"07072-928960 ";" ";"07072-9289619 ";" " +lieferant ;00500925;"Mibelle AG Cosmetics ";" ";"Bolimattstrasse 1 ";" ";"5033 ";"Buchs ";" ";" ";" ";" " +lieferant ;00500926;"D & S Vertrieb e.K. ";" ";"Egon- Dittmann-Str. 12 ";" ";"86807 ";"Buchloe ";" ";" ";" ";" " +lieferant ;00500927;"Hemmers/ ITEX ";"Textil Import Export GmbH ";"Gronauer Hof 6 ";" ";"48527 ";"Nordhorn ";"05921-8832-0 ";" ";" ";" " +lieferant ;00500928;"Italian Teamsport GmbH ";" ";"Otto-Hahn-Str. 6 ";" ";"40721 ";"Hilden ";" ";" ";" ";" " +lieferant ;00500929;"Tivona Alimentaria GmbH ";" ";"Im Klapperhof 33a ";" ";"50670 ";"Kln ";"0221/1395654 ";" ";" ";" " +lieferant ;00500930;"Guess Europe sagl ";"Gruppo Guess Europe B.V. ";"Strada Regina 42 ";" ";"6934 ";"Bioggio (TI) ";"+41-91/8095-000 ";" ";"+41-91/8095-100 ";" " +lieferant ;00500931;"Becker - Natur + Kultur ";"H.Becker + S.Becker Gbr ";"In der Buttergrube 1, im GIZ ";" ";"99438 ";"Weimar ";"03643/232-710 ";" ";"03643/232-711 ";" " +lieferant ;00500932;"Georg Reulein GmbH & Co. KG ";"Noris, Gold Sieber Spiele ";"Waldstrae 38 ";" ";"90763 ";"Frth ";"0911-970800 ";" ";"0911-708507 ";" " +lieferant ;00500933;"Sermoneta ";" ";"Piazza di Spagna 61 ";" ";"00100 ";"Roma ";"0039/06/6791960 ";" ";"0039/06/6797167 ";" " +lieferant ;00500934;"Leisure Trends GmbH ";" ";"Beim Wallratstoth 16 ";" ";"66539 ";"Neunkirchen ";" ";" ";" ";" " +lieferant ;00500935;"Rice A/S ";" ";"Havnegade 100 D ";" ";"5000 ";"Odense C ";" ";" ";" ";" " +lieferant ;00500936;"Gadget St. Denis ";"La Cabine ";"Rue Saint-Denise 261 ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500937;"Yoya Lin Bijoux ";" ";"Rue Saint- Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500938;"Kosmika ";" ";"Rue Saint-Denis, 208 ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500939;"FELZ ";" ";"265 - 269 Rue Saint Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500940;"S.A. Antidote Diffuse "Amnesia" ";" ";"14, Rue de Tracy ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500941;"Mayentl ";" ";"127 BD DE Sebastopol ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500942;"Baboune Vimoda ";" ";"242 Rue Saint-Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500943;"Echo Import Export ";" ";"275, Rue Saint-Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500944;"Society of lifestyle (ehm. House Doctor)";" ";"Industrivej 29 ";" ";"7430 ";"Ikast ";"+45-9725 2714 ";" ";" ";" " +lieferant ;00500945;"Selekto-Produktmanagement ";" ";"Gnsemarkt 14 ";" ";"97980 ";"Bad Mergentheim ";" ";" ";" ";" " +lieferant ;00500946;"Gbr. Wadle GmbH & Co KG ";"Damen-Schuhfabrik ";"Prinzregentenstr. 41 ";" ";"66981 ";"Mnchweiler / Rudalb ";" ";" ";" ";" " +lieferant ;00500947;"Surjeet Handicraft GmbH ";"MTC Center ";"Taunusstrae 45 ";" ";"80807 ";"Mnchen ";"089/35029980 ";" ";"089/35029980 ";" " +lieferant ;00500948;"Kaupa Bettfedern GbR ";"Schmuckfedern ";"Richthofenstr. 28 ";" ";"73312 ";"Geislingen ";"07331/63109 ";" ";"07331/63560 ";" " +lieferant ;00500949;"Hugo Boss Shoes & Accessoires Italia SpA";" ";"C. da Molinetto ";" ";"62010 ";"Morrovalle (MC) ";" ";" ";" ";" " +lieferant ;00500950;"A.Steuer GmbH & Co. KG ";"Parisline ";"Sandbrede 29 ";" ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00500951;"Hugo Peter Steingass GmbH + Co. KG ";" ";"Eugen-Jaekle-Platz 2 ";" ";"89508 ";"Heidenheim ";"07321 / 93110 ";" ";"07321 / 93 11 60 ";" " +lieferant ;00500952;"SONNHAUS Deutschland GmbH ";" ";"Gutenbergstrae 5 ";" ";"94315 ";"Straubing ";"09421/7409-0 ";" ";"09421/7409-50 ";" " +lieferant ;00500953;"Modeagentur Michael Hasse ";" ";"Albert-Schweizer-Strae 43 ";" ";"33813 ";"Oerlinghausen ";" ";" ";" ";" " +lieferant ;00500954;"Lorana G. ";" ";"103 Rue D'Aboukir ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500955;"Sarah D.K. Diffusion ";" ";"132 Rue D'Aboukir ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00500956;"Sellano GmbH ";" ";"Ketschendorfer Str. 82-84 ";" ";"96450 ";"Coburg ";"09561 - 853320 ";" ";"09561 - 853329 ";" " +lieferant ;00500957;"Diebeg Textilien GmbH ";" ";"Friedrich-Naumann-Strae 4 ";" ";"04626 ";"Schmlln ";" ";" ";" ";" " +lieferant ;00500958;"Crefo Factoring Rhein Ruhr GmbH ";" ";"Wallstr. 13 ";" ";"47051 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00500959;"Gerondio GmbH ";" ";"Hlsenbruchstrasse 30 ";" ";"45326 ";"Essen ";" ";" ";" ";" " +lieferant ;00500960;"Flex Knit BV ";" ";"Rijswijkstraat 141 M ";" ";"1062 ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00500961;"Bellissima Creation GmbH ";" ";"Untenhhscheid 29 ";" ";"42657 ";"Solingen ";"0212/336078-79 ";" ";"0212/336840 ";" " +lieferant ;00500962;"Lia Fallschessel ";" ";"Schtzenstrae 46 ";" ";"40211 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500963;"Calendar s.r.l. ";" ";"Via Oberdan 26 ";" ";"40126 ";"Bologna ";" ";" ";" ";" " +lieferant ;00500964;"Compagnia Italiana Intimo S.p.A. ";" ";"Viale dell' Industria 26 ";" ";"31055 ";"Quinto di Treviso ";" ";" ";" ";" " +lieferant ;00500965;"tradewithme GmbH & Co. KG ";"hftgold, mischmasch, Morten Naumann ";"Schlesische Strae 26 ";" ";"10997 ";"Berlin ";"030/6959693-0 ";" ";"030/6959693-10 ";" " +lieferant ;00500966;"Reiwald Textilvertrieb ";"Zerberus ";"Hans-Piel-Str. 9b ";" ";"85540 ";"Haar ";" ";" ";" ";" " +lieferant ;00500967;"2U Fashion GmbH ";" ";"Badbergstrasse 5 ";" ";"49610 ";"Quakenbrck ";" ";" ";" ";" " +lieferant ;00500968;"Decopac Dekorationen GmbH ";" ";"Str. f. Landtechnik 5 ";" ";"07929 ";"Ebersdorf ";" ";" ";" ";" " +lieferant ;00500969;"DEVINA-Handels GmbH ";" ";"Eschersheimer Landstrasse 68 ";" ";"60322 ";"Frankfurt ";"+49 69 59676932 ";" ";"+49 69 59676937 ";" " +lieferant ;00500970;"IGL Textil GmbH ";" ";"Neuenkirchenerstrasse 33 ";" ";"49509 ";"Recke ";" ";" ";" ";" " +lieferant ;00500971;"RUSSO Fashionagency ";" ";"Anton-Kux-Str. 2, Euromoda Raum C 513 ";" ";"41460 ";"Neuss ";"02131/167306 ";" ";"02131/167398 ";" " +lieferant ;00500972;"Nouvelle Textilhandels GmbH ";"Baretta St.Pauli Upagenca ";"Susannenstrae 21a ";" ";"20357 ";"Hamburg ";"040/38680471 ";" ";"040/38680470 ";" " +lieferant ;00500973;"Sicem Industriale S.p.A. ";" ";"Via Modena Carpi 290 ";" ";"41019 ";"Soliera (Modena) ";" ";" ";" ";" " +lieferant ;00500974;"Cosmo Clothing Import Export ";" ";"42, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00500975;"Feeling ";" ";"30 Rue La Haie COQ ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00500976;"Shun Tong Deutschland ";" ";"Schaezlerstr. 32 ";" ";"86152 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00500977;"MEXX Body & Beach GmbH ";" ";"Schtzenstrasse 18 ";" ";"78315 ";"Radolfszell ";"07732/9044-4 ";" ";"07732/9044-55 ";" " +lieferant ;00500978;"SARL JINLINA ";" ";"81 Boulaevard Voltaire ";" ";"75014 ";"Prais ";" ";" ";" ";" " +lieferant ;00500979;"Propaganda Grosshandel ";"Mode Centrum Hannover ";"Hessenstr. 1 ";" ";"30855 ";"Langenhagen ";"+49 511 2156773 ";" ";"+49 511 2156765 ";" " +lieferant ;00500980;"Calz. Mandolesi S.r.L. ";" ";"Strada prov. Monturanese ";" ";"63019 ";"Sant'Elpidio a Mare FM (AP) ";" ";" ";" ";" " +lieferant ;00500981;"Fashion and Sportswear GmbH ";" ";"Industriestrae 15 ";" ";"64807 ";"Dieburg ";"06071/30940 ";" ";"06071/309430 ";" " +lieferant ;00500982;"Sarl Ellix ";" ";"29, Rue Popincourt ";" ";"75011 ";"Paris ";"01 49 23 01 65 ";" ";"01 49 23 41 30 ";" " +lieferant ;00500983;"Ethos Musikproduktion ";" ";"Pfarrgasse 4 ";" ";"69121 ";"Heidelberg ";"06221 - 475186 ";" ";"06221 - 472141 ";" " +lieferant ;00500984;"Loana Import Export ";"Fabrican`t - Pret a` Porter ";"34, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00500985;"UST Srl. ";" ";"Zona Ind. Terza Strade 21 ";" ";"30030 ";"Fosso (Venezia) ";" ";" ";" ";" " +lieferant ;00500986;"Onorati s.a.s. di Antonio Onorati e C ";" ";"Via G. Carducci 17 ";" ";"50121 ";"Firenze ";"0039 055 247736 ";" ";" ";" " +lieferant ;00500987;"Domino Werbemittel GmbH ";" ";"Hofwiesenstrae 10 ";" ";"74336 ";"Brackenheim-Stockheim ";" ";" ";" ";" " +lieferant ;00500988;"Scabal S.A. / N.V. ";" ";"Boulevard d`Anvers / 33 Antwerpselaan ";" ";"10000 ";"Brssel ";" ";" ";" ";" " +lieferant ;00500989;"S. Schuhmacher GmbH ";" ";"Friedensstrasse 116 ";" ";"51145 ";"Kln ";"02203/86484 ";" ";" ";" " +lieferant ;00500990;"Indigo Schuhe GmbH ";" ";"Hagener Strae 85-87 ";" ";"58099 ";"Hagen ";"02331/37755-60 ";" ";"02331/37755-660 ";" " +lieferant ;00500991;"Udo Jogereit ";" ";"Danziger Str. 111 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500992;"Magnolia GmbH ";" ";"Pradiger Gasse 14 ";" ";"8001 ";"Zrich ";" ";" ";" ";" " +lieferant ;00500993;"Papero GmbH ";" ";"Oholten 11 ";" ";"5703 ";"Seon ";" ";" ";" ";" " +lieferant ;00500994;"Dagmar Klefisch ";" ";"Theaterstr. 32 ";" ";"80333 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00500995;"Guiseppe Galssi ";" ";"Kaiserswerther Str. 142 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500996;"Moriano GmbH ";" ";"Kaiserswerther Str. 115 ";" ";"4474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00500997;"CRUZ S.r.l. ";" ";"C.d Case Bruciate ";" ";"65010 ";"Collecorvino ";" ";" ";" ";" " +lieferant ;00500998;"J.B. Doxx GmbH ";" ";"Lehmweg 32 ";" ";"20251 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00500999;"Interpool S.P.A. ";" ";"Via Marzabotto 8 ";" ";"37036 ";"San Marino Buon Albergo (VR) ";" ";" ";" ";" " +lieferant ;00501000;"emo-Furnituren GmbH & Co. KG ";" ";"An der Hansalinie 3 ";" ";"59380 ";"Aschberg ";"02593 / 7801 ";" ";"02593 / 7803 ";" " +lieferant ;00501001;"COI by MaxPro GmbH ";"General Sales Office Germany ";"Zietenstrasse 59 ";" ";"40476 ";"Dsseldorf ";"+49 211 45439012 ";" ";"+49 211 4543903 ";" " +lieferant ;00501002;"S&M Fashion GmbH ";"Sam Fashion Socks ";"Karl-Schiller-Str. 14 ";" ";"76684 ";"stringen ";"07253/989739-0 ";" ";"07253/989739-9 ";" " +lieferant ;00501003;"Globe Enterprise ";" ";"13 Moor Park Road ";" ";"HA62DL ";"Northwood, Middlesex ";" ";" ";" ";" " +lieferant ;00501004;"Laurl GmbH ";" ";"Einsteinring 28 ";" ";"85609 ";"Aschheim ";"089/99888-0 ";" ";"089/99888-444 ";" " +lieferant ;00501006;"FTC GmbH ";" ";"Innaustrae 11a ";" ";"83028 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00501007;"Casa D.Textil GmbH ";" ";"Daimlerstrasse 9 ";" ";"67346 ";"Speyer ";" ";" ";" ";" " +lieferant ;00501008;"P.M.T. Koepchen GmbH ";" ";"Friedrich-Ebert-Strasse 154 B ";" ";"42117 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00501009;"Sky-Fashion Company GmbH ";" ";"Breslauer Strasse 8 ";" ";"41460 ";"Neuss ";"021311248571/72 ";" ";" ";" " +lieferant ;00501010;"Spiel- & Sportartikel Vertriebs GmbH ";"Royalbeach ";"Watzmanstr. 1 ";" ";"83417 ";"Kirchanchring ";"08685/9889-0 ";" ";"08985/988988 ";" " +lieferant ;00501011;"HSW Hanseatic Sportswear GmbH ";" ";"Kehrwieder 11 ";" ";"20457 ";"Hamburg ";"040 / 301408 ";" ";" ";" " +lieferant ;00501012;"Blend A/S ";"Blend Shoe ";"Edisonvej 4 ";" ";"7100 ";"Vejle ";" ";" ";" ";" " +lieferant ;00501013;"Nostalgia GmbH ";" ";"Kermeterstrae 21 ";" ";"50935 ";"Kln ";"0221/4912621 ";" ";" ";" " +lieferant ;00501014;"Unique Fashion & Trading GmbH ";" ";"Schirmerstrae 54 ";" ";"40211 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501015;"Norex Trading Ltd. ";" ";"Schlehenweg 2 ";" ";"91161 ";"Hipoltstein ";" ";" ";" ";" " +lieferant ;00501016;"Sonia Fortuna ";" ";"Via dei Carfin 155 ";" ";"50013 ";"Capalle - Campi Bisenzio ";" ";" ";" ";" " +lieferant ;00501017;"Fast4Ward ";" ";"Seeleiten 14A ";" ";"82057 ";"Icking ";" ";" ";" ";" " +lieferant ;00501018;"Mavic SAS ";" ";"Mt2 Lieu dit La Ravoire MetzTessy ";"POB 115656 ";"74996 ";"Annecy Cedex 9 ";"+33-450/654141 ";" ";" ";" " +lieferant ;00501019;"wb compagnie GmbH ";" ";"Dr.-Georg-Schfer-Str. 30 ";" ";"93437 ";"Furth im Wald ";"09973/5002-0 ";" ";"09973/5002-11 ";" " +lieferant ;00501020;"Cons Modehandel GmbH ";" ";"Blaubeurerstrasse 95 ";" ";"89077 ";"Ulm ";"+49 731 9314182 ";" ";"+49 731 9314184 ";" " +lieferant ;00501021;"G. Schaub ";"Lederwarenfabrikation ";"Hinter der Mhle 15 ";" ";"36199 ";"Rotenburg/ Fulda ";"+49 6623 7304 ";" ";"+49 6623 41929 ";" " +lieferant ;00501022;"MARC Shoes GmbH ";" ";"Goldbinnen 1 ";"9 ";"31840 ";"Hess. Oldendorf ";"05152/601-0 ";" ";"05152/601-111 ";" " +lieferant ;00501023;"Heinrich Eisenhardt GmbH ";" ";"Schuhwall 18 ";"1240 ";"37154 ";"Northeim ";"05551/6094-0 ";" ";"05551/6094-50 ";" " +lieferant ;00501024;"Melrose Modeagentur GmbH ";"Thomas Schmidt ";"Frankfurter Ring 162 ";" ";"80807 ";"Mnchen ";"+49 89 3593590 ";" ";"+49 89 35627989 ";" " +lieferant ;00501025;"Lssig GmbH ";" ";"Im Riemen 32 ";" ";"64832 ";"Babenhausen ";"06073/74489-0 ";" ";"06073/74489-29 ";" " +lieferant ;00501026;"Vista Sport GmbH ";" ";"Neubohlingen 1/1 ";" ";"78315 ";"Radolfzell ";"07732/82328-0 ";" ";"07732/82328-11 ";" " +lieferant ;00501027;"zero Franchise GmbH & Co. KG ";" ";"Speicher I, Konsul-Smidt-Str. 8G ";"108040 ";"28217 ";"Bremen ";"0421/4499-01 ";" ";"0421/4499-199 ";" " +lieferant ;00501028;"American Warehouse ";" ";"Pforzheimer Strasse 94 ";" ";"76275 ";"Ettlingen ";" ";" ";" ";" " +lieferant ;00501029;"DOC Urban GmbH ";" ";"Schjmidtstr. 43 - 45 ";" ";"60325 ";"Frankfurt ";"+49 69 90738790 ";" ";" ";" " +lieferant ;00501030;"2GO Shoe Company GmbH ";" ";"Riedstrae 52 ";"1164 ";"72589 ";"Westerheim ";"07333/95095-0 ";" ";"07333/95095-25 ";" " +lieferant ;00501031;"Abasic S.L. (Desigual) ";" ";"Passeig del Mare Nostrum 15 ";" ";"08039 ";"Barcelona ";"+34-933043164 ";" ";"+34-933021907 ";" " +lieferant ;00501032;"Renz Textilhandelsges. mbH ";" ";"Benzstrasse 18 ";" ";"72810 ";"Gomaringen ";"+49 7072 2051 ";" ";"+49 7072 7281 ";" " +lieferant ;00501033;"DGM S.P.A ";" ";"Via Sonnio 59 ";" ";"62012 ";"Civitanova Marche ";" ";" ";" ";" " +lieferant ;00501034;"Punch GmbH ";" ";"Hammer-Land-Str. 95 ";" ";"41460 ";"Neuss ";"02131/2299000 ";" ";"02131/168612 ";" " +lieferant ;00501035;"GTA Distribution OHG ";" ";"Franziusstrasse 6a ";" ";"60314 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00501036;"W.A.R.D. GmbH ";" ";"Erkelenzdamm 7 ";" ";"10999 ";"Berlin ";"030/6980719-0 ";" ";"030/6980719-59 ";" " +lieferant ;00501037;"AVENIDA Europe s.r.o. ";"Logisticky Terminal Tulipan ";". ";" ";"25301 ";"Hostivice Palouky ";" ";" ";" ";" " +lieferant ;00501038;"Mode Contor Hamburg GmbH ";" ";"Oberbaumbrcke 1 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501039;"Kurt Kloehn KG ";" ";"Brunnenallee 71 ";" ";"32257 ";"Bnde ";" ";" ";" ";" " +lieferant ;00501040;"Bayex GmbH ";" ";"Schliersee Str. 73 ";" ";"81539 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501041;"Maica GmbH ";" ";"Gutenbergstrae 20 ";" ";"30823 ";"Garbsen ";"05137/8255-0 ";" ";"05137/8255-20 ";" " +lieferant ;00501042;"Saint Tropez A/S ";" ";"Ndr. Strandvej 119H ";" ";"3150 ";"Hellebaek ";"+45-4970 7600 ";" ";"+45-4970 7788 ";" " +lieferant ;00501043;"Hildegard M.Poth ";"Neuheitenvertrieb ";"Darmstdter Str. 35a ";" ";"64807 ";"Dieburg ";"06071/22871 ";" ";"06071/22610 ";" " +lieferant ;00501044;"PIONIER Freizeitkleidung Ges.m.b.H. ";" ";"Mariasdorf ";" ";"7433 ";"Mariasdorf ";" ";" ";" ";" " +lieferant ;00501047;"SABU Schuh & Marketing GmbH ";" ";"Wannenckerstrae 50 ";" ";"74078 ";"Heilbronn ";"07154/2060 ";" ";" ";" " +lieferant ;00501048;"AMV ";"Authentic Marketing & Vertrieb ";"Bolstrasse 8 ";" ";"72336 ";"Balingen ";"07433/278758 ";" ";" ";" " +lieferant ;00501049;"Helmut Nubaumer GmbH ";"Matrazenfabrik Nubaumer ";"Perastorf 3 ";" ";"94419 ";"Reisbach ";" ";" ";" ";" " +lieferant ;00501050;"Design & Image S.r.l. ";" ";"P.ZA S. Ambrogio ";" ";"20123 ";"Milano ";"0039 02 72 01 17 43 ";" ";"0039 02 72 01 17 52 ";" " +lieferant ;00501051;"FAST Fashion- und Sportswear GmbH ";" ";"Industriestrasse 15 ";" ";"64807 ";"Dieburg ";" ";" ";" ";" " +lieferant ;00501052;"Devrim zean ";" ";"Brunostrasse 10 ";" ";"63654 ";"Bdingen ";" ";" ";" ";" " +lieferant ;00501053;"Gebr. Lonczyk GmbH ";" ";"K.-Schumacher Str. 34 ";" ";"65232 ";"Taunusstein ";" ";" ";" ";" " +lieferant ;00501054;"Optidee Produktions- und Handels GmbH ";" ";"Enschedestr. 9-15 ";" ";"48529 ";"Nordhorn ";"05921 - 82270 ";" ";"05921 - 822718 ";" " +lieferant ;00501055;"Inkognito GmbH ";" ";"Erkelenzdamm 11-13 ";" ";"10999 ";"Berlin ";"030/616 78 93-0 ";" ";"030/615 20 11 ";" " +lieferant ;00501056;"Lifas GmbH Import & Export ";" ";"Max-Plank-Strasse 9 ";" ";"53303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00501057;"Olaf Beulig ";"Textilgrohandel ";"Neuzaschendorf 4 ";" ";"01662 ";"Meien ";"+49 3521 733473 ";" ";"+49 3521 406404 ";" " +lieferant ;00501058;"The Duffer Of St George ";" ";"140 Shoreditch High Street ";" ";"E16JE ";"London ";" ";" ";" ";" " +lieferant ;00501059;"Hans Vitek KG ";"Vista Schuhimport ";"Schtzenstrae 2 - 4 ";"16 34 ";"82407 ";"Wielenbach ";" ";" ";" ";" " +lieferant ;00501060;"Nimotex Vertriebs GmbH ";" ";"Wiesenstrasse 50 ";"2162 ";"33415 ";"Verl ";"052467/4744 ";" ";"05246/82326 ";" " +lieferant ;00501061;"Jacob Conzelmann am Berg GmbH & Co KG ";"Strickwarenfabrik ";"Stadionstrasse 81 - 85 ";"1326 ";"72461 ";"Albstadt ";"+49 7432 5760 ";" ";"+49 7432 14360 ";" " +lieferant ;00501062;"unitex Einkaufsverband GmbH ";" ";"Albrecht-Berblinger-Strasse 11 ";"2029 ";"89231 ";"Neu-Ulm ";"+49 731 707940 ";" ";"+49 7321 7078446 ";" " +lieferant ;00501063;"Josef u. Ulrich Kstle ";"Fabrik fr Krawatten, Schals u. Tcher ";"Mhlackerweg 6 ";" ";"72393 ";"Burladingen ";"07477/311 ";" ";"07477/8019 ";" " +lieferant ;00501064;"Kleopatra-Design ";"Grohandel ";"Niddastrasse 56 ";" ";"60329 ";"Frankfurt am Main ";"+49 69 2329455 ";" ";"+49 069 24004829 ";" " +lieferant ;00501065;"SHYLA GmbH ";" ";"Reiffenstuelweg 9 ";" ";"83700 ";"Rottach-Egern ";"+49 8022 27990 ";" ";"+49 8022 279999 ";" " +lieferant ;00501066;"PRINCESS tam tam ";" ";"39 rue Maurice Gunsbourg ";" ";"94851 ";"Ivry-sur-Seine ";" ";" ";" ";" " +lieferant ;00501067;"Promtex Handelsgesellschaft mbH ";" ";"Domstrasse 19 ";" ";"20095 ";"Hamburg ";"+49 40 333120 ";" ";"+49 40 33312401 ";" " +lieferant ;00501068;"Crnert Italiana S.p.A. ";" ";"Via per Travagliato 28 ";" ";"25030 ";"Torbole Casaglia ";" ";" ";" ";" " +lieferant ;00501069;"Hutter Trade GmbH ";" ";"Bergm.-Landmann-Platz 1 - 5 ";" ";"89312 ";"Gnzburg ";"+49 9221 369638 ";" ";"+49 9221 369633 ";" " +lieferant ;00501070;"DEVO BV ";" ";"Terbekehofdreef 43 a ";" ";"2610 ";"Wilrijk ";" ";" ";" ";" " +lieferant ;00501071;"Pot & Mand b.v. ";" ";"Petseweg 13a ";" ";"4751 ";"RT Out-Gastel ";"+31 165517000 ";" ";"+31 165517017 ";" " +lieferant ;00501072;"Colours Cosmetic GmbH ";" ";"Warnstedtstr. 12d ";" ";"22525 ";"Hamburg ";"+49 40 555 03 68 0 ";" ";"+49 40 540 40 36 ";" " +lieferant ;00501073;"L.C.C GmbH ";"Niedlerlassung Dortmund ";"Hellweg 34 ";" ";"44379 ";"Dormtund ";"0231-92529783 ";" ";"0231-92529784 ";" " +lieferant ;00501074;"Gift Company Geschenke Vertriebsges. mbH";" ";"Christoph-Probst-Weg 3 ";" ";"20251 ";"Hamburg ";"040/600488-0 ";" ";"040/600488-99 ";" " +lieferant ;00501075;"Schaefer & te Neues Seidenwebrei GmbH ";"& Co KG ";"Bogenstrasse 55-57 ";" ";"47799 ";"Krefeld ";"02151-6323-0 ";" ";"02151-201 840 ";" " +lieferant ;00501076;"Crimson Srl ";" ";"Via Aspini 141 ";" ";"00161 ";"Roma ";" ";" ";" ";" " +lieferant ;00501077;"Carl Ross Textil GmbH ";" ";"Breite Strae 2 ";" ";"40670 ";"Meerbusch ";"02159/921626-0 ";" ";"02159/921626-36 ";" " +lieferant ;00501078;"Safilo GmbH ";" ";"Otto-Hahn-Str. 7 ";" ";"50997 ";"Kln ";"0800/86611-04 ";" ";"0800/86611-05 ";" " +lieferant ;00501079;"MMA GmbH & Co KG (lua accessories) ";" ";"Grazer Strae 10 ";" ";"30519 ";"Hannover ";"0511/357697-90 ";" ";"0511/357697-99 ";" " +lieferant ;00501080;"Dernamaria S.R.L. / Ermanno Scervino ";" ";"Viale Michelangiolo 74 ";" ";"50125 ";"Firenze ";" ";" ";" ";" " +lieferant ;00501081;"Logo GmbH Toni Jochner ";" ";"Birkerfeld 5 ";" ";"83627 ";"Warngau ";" ";" ";" ";" " +lieferant ;00501082;"Tessloff Medienvertrieb GmbH & Co. KG ";" ";"Burgschmietstrasse 2-4 ";" ";"90419 ";"Nrnberg ";"0911-3990600 ";" ";"0911-399060-39 ";" " +lieferant ;00501083;"Blindenwerk Fritz Reuter ";"gGmbH Schwerin ";"Carl-Friedrich-Flemming-Str. 14 ";" ";"19061 ";"Schwerin ";" ";" ";" ";" " +lieferant ;00501084;"bellybutton International GmbH ";" ";"Donnerstr. 20 ";" ";"22763 ";"Hamburg ";"040/548068-0 ";" ";"040/548068-79 ";" " +lieferant ;00501085;"Mega Bloks International, Zug Branch ";" ";"Bahnhofstrasse 28 ";" ";"6300 ";"Zug ";"+41 (0) 417254191 ";" ";"+41 (0) 417254199 ";" " +lieferant ;00501086;"Spinnhtte Cellini design GmbH ";" ";"Felder Weg 5 ";" ";"42799 ";"Leichlingen ";"02174/891760 ";" ";"02174/891761 ";" " +lieferant ;00501087;"Ahlers AG ";"nur fr EDI-Zwecke ";"Elverdisser Str. 33 ";" ";"32052 ";"Herford ";" ";" ";" ";" " +lieferant ;00501088;"Protagonista! GmbH ";" ";"Dohrweg 48 ";" ";"41066 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00501089;"Arzana` s.r.l. ";"Ilanada Motta ";"Via Chiesa Campocroce, 4 int.c.2, d2 ";" ";"31021 ";"Mogliano Vento (tv) ";" ";" ";" ";" " +lieferant ;00501090;"Nova of London LTD. ";"Importers, Exporters & Wholesalers ";"191-193 Comercial Road ";" ";"E1 2 BT ";"London ";"+44 (0) 2077900811 ";" ";"+44 (0) 2077027373 ";" " +lieferant ;00501091;"Texpull LTD ";" ";"n.n.g. ";" ";"10 ";"n.f.g. ";" ";" ";" ";" " +lieferant ;00501092;"Philippi GmbH ";" ";"Am Redder 2 ";" ";"24558 ";"Henstedt-Ulzburg / Hamburg ";"04193/88010-0 ";" ";"04193/88010-50 ";" " +lieferant ;00501093;"Barbara Drossler, Peruvian Imports ";" ";"Moorweidenstr. 8 ";" ";"20148 ";"Hamburg ";"040 / 41 73 10 ";" ";"040 / 360 929 18 ";" " +lieferant ;00501094;"Die Hutfabrik GmbH ";" ";"Obermaierstrasse 10 ";" ";"90408 ";"Nrnberg ";"0911 366343 ";" ";"09113663444 ";" " +lieferant ;00501095;"Ellesse LTD ";" ";"The Pentland Centre, Lakeside ";" ";"N3 2QL ";"Squires Lane, Finchley, London ";" ";" ";" ";" " +lieferant ;00501096;"Jan Metzger ";" ";"Kennedyallee 43 ";" ";"60596 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00501097;"InterArt of Cashmere World AG ";" ";"Industriestrasse 24 ";" ";"000 ";"Zug ";" ";" ";" ";" " +lieferant ;00501098;"Signo pbs Handesagentur, Ottmar Hoffmann";" ";"Burgstrasse 28 ";" ";"72285 ";"Pfalzgrafenweiler ";"07445 / 81028 ";" ";" ";" " +lieferant ;00501099;"Shirtmakers Family GmbH ";" ";"Slztalplatz 1 ";" ";"51503 ";"Rsrath ";"02205/909420 ";" ";"02205/907456 ";" " +lieferant ;00501100;"Roehlconcept ";" ";"Bickenbacher Str. 50 ";" ";"64342 ";"Seeheim-Jugenheim ";" ";" ";" ";" " +lieferant ;00501101;"Gilli ";" ";"konomierat-Peitzmeier-Platz 2-4 ";" ";"59063 ";"Hamm ";"02381 / 4365913 ";" ";"02381 / 4362851 ";" " +lieferant ;00501102;"Footex International B.V. ";" ";"Frankijlaan 5 ";" ";"2391 PX ";"Hazerswoude Dorp ";"+31-172/230403 ";" ";"+31-172/230402 ";" " +lieferant ;00501103;"Creativ Werbemittel GmbH ";" ";"Wismarer Strae 9 ";" ";"33605 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00501104;"Sport-Saller ";" ";"Schftersheimer Str. 33 ";" ";"97990 ";"Weikersheim ";" ";" ";" ";" " +lieferant ;00501105;"SAKI AB ";" ";"Gyllerogatan 5 ";"Box 510 ";"233 51 ";"Svedala ";"+46-40/409750 ";" ";"+46-40/404761 ";" " +lieferant ;00501106;"IPS Textilhandel GmbH ";" ";"Hammer Landstrae 95 ";" ";"41460 ";"Neuss ";"02131/166080 ";" ";"02131/166082 ";" " +lieferant ;00501107;"Andre`Preylowski, Lamero ";" ";"Rykestrae 46 ";" ";"10405 ";"Berlin ";" ";" ";" ";" " +lieferant ;00501108;"Mika Lederwaren, Jrg Kleinschmidt e.Kfm";" ";"G.-Schenkerstrasse 5 ";" ";"09244 ";"Lichtenau ";" ";" ";" ";" " +lieferant ;00501109;"Paradiese Mode ";" ";"Lortzingstrasse 19 ";" ";"14772 ";"Brandenburg ";"03381/797767 ";" ";"03381/797737 ";" " +lieferant ;00501110;"Otto Striessnig ";"Deutschland ";"Taunusstrae 45, Haus 2 / 134 ";" ";"80807 ";"Mnchen ";"089/356054 ";" ";"089/3596055 ";" " +lieferant ;00501111;"Manfred Hase GmbH & Co.KG ";" ";"Klein Feldhus 18 ";" ";"26180 ";"Rastede ";"04402 / 598172 ";" ";"04402 / 598173 ";" " +lieferant ;00501112;"WP Wibke Paeth ";" ";"Pferdeweide 39 ";" ";"22589 ";"Hamburg ";"040 / 870 11 98 ";" ";"040 / 87970766 ";" " +lieferant ;00501113;"Mistral S.p.A. ";" ";"Via F. Santi 11 ";" ";"10024 ";"Moncalierie (Torino) ";" ";" ";" ";" " +lieferant ;00501114;"Durchgeknallt - Top Media H.Glditzsch ";" ";"Leonbergerstr. 26 ";" ";"71638 ";"Ludwigsburg ";"07141/904484 ";" ";"07141-902342 ";" " +lieferant ;00501115;"10 Feet B.V. ";" ";"Jarmuldan ";" ";"1046 ";"AC Amsterdam ";"+31 (0) 20/4471100 ";" ";"+31 (0) 20/4471101 ";" " +lieferant ;00501116;"my me ";" ";"253, rue Saint Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501117;"EBENE P.H.S. SAS ";" ";"279, rue Saint Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501118;"Cristiano di Thiene SpA ";" ";"V.Le del Lavoro 25 ";" ";"36016 ";"Thiene ";" ";" ";" ";" " +lieferant ;00501119;"Windsor Men - Strellson ";" ";"Sonnenwiesenstrasse 21 ";" ";"8280 ";"Kreuzlingen ";" ";" ";" ";" " +lieferant ;00501120;"Strellson GmbH ";" ";"Turmstrae 4 ";" ";"78467 ";"Konstanz ";"07531/699082 ";" ";" ";" " +lieferant ;00501121;"DMV Diedrichs MV GmbH & CO. KG ";" ";"Dieselstrasse 3-7 ";" ";"31812 ";"Bad Pyrmont ";" ";" ";" ";" " +lieferant ;00501122;"D.C.C. Sales & Marketing ";" ";"Ab der St. Sylvesterkirche 5 ";" ";"49610 ";"Quakenbrck ";"05431 / 906778 ";" ";"05431 / 906779 ";" " +lieferant ;00501124;"Dijkmans Schoenen BV ";" ";"Veerweg 12 ";" ";"5145 ";"NS Waalwijk ";"+31 416 / 562600 ";" ";"+31 416 / 562660 ";" " +lieferant ;00501125;"In Style GmbH ";" ";"Adenauer Str. 18 ";" ";"52146 ";"Wrselen ";" ";" ";" ";" " +lieferant ;00501126;"Aitems ";" ";"Herlev Hovegade 205 ";" ";"2730 ";"Herlev ";" ";" ";" ";" " +lieferant ;00501127;"Maxx-Art Handelsagentur ";" ";"Prinz-Alfons-Allee 11e ";" ";"82064 ";"Stralach ";" ";" ";" ";" " +lieferant ;00501128;"Christborn GmbH ";" ";"Rosenauer Str. 17 ";" ";"96487 ";"Drfles-Esbach ";" ";" ";" ";" " +lieferant ;00501129;"Yac and ry ";" ";"16 Rue Ibn Charaf ";" ";"4023 ";"Sousse , Erriadh ";" ";" ";" ";" " +lieferant ;00501130;"ADD Mikkelsen A/S ";" ";"Hollufgaard, Hestehaven 201 ";" ";"5220 ";"Odense 20 ";" ";" ";" ";" " +lieferant ;00501131;"Bibi Saintt, Petra Vogel ";" ";"Beckbuscstr. 16 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501132;"To do Expansionsmanagement GbR ";" ";"ABC-Strasse 35 ";" ";"20354 ";"Hamburg ";"040 / 808186715 ";" ";" ";" " +lieferant ;00501133;"Country Corner ";" ";"68, Boulevard Jules Durand, B.P. 5056 ";" ";"76071 ";"Le Havre ";" ";" ";" ";" " +lieferant ;00501134;"Madame Pot s.a.s di Gessner Alberto &C. ";" ";"Via Savona 97 ";" ";"20144 ";"Milano ";" ";" ";" ";" " +lieferant ;00501135;"Hugo Boss Ticino SA ";" ";"Via Sant Apollonia 32 ";" ";"6877 ";"Coldrerio ";" ";" ";" ";" " +lieferant ;00501136;"Holly SARL ";" ";"59 Bis Rue Popicourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501137;"Trousselier S.A. ";" ";"5 Avenue Dorval ";" ";"94310 ";"Orly ";" ";" ";" ";" " +lieferant ;00501138;"Feuer & Glas OHG ";" ";"Sandkaut 10 ";" ";"56355 ";"Nasttten ";"06772/8530 ";" ";"06772/3292 ";" " +lieferant ;00501139;"Thomas Burberry S.A. ";" ";"Lima 23 - 29 ";" ";"08030 ";"Barecelona ";" ";" ";" ";" " +lieferant ;00501140;"Vivat Style ";" ";"45 Rue De La Haie ";" ";"96300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501141;"A1 Stick & Promotion ";" ";"Rohretweg 14 ";" ";"83064 ";"Raubling ";" ";" ";" ";" " +lieferant ;00501142;"L'amis de Paris ";"Import - Export ";"32, Rue Popincourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501143;"Anhaengsel GmbH ";" ";"Groe Elbstrasse 145f ";" ";"22767 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501144;"Love For Denim BV ";" ";"Marienhoef 6 ";"Postbus 214 ";"3851 ST ";"Ermelo ";"+31-341/562588 ";" ";"+31-341/550686 ";" " +lieferant ;00501145;"Bleuforet, Tricotage des Vosges ";" ";"2 Rue Du Jumelage ";" ";"88120 ";"Vagney ";"+33-329/234-545 ";" ";"+33-329/234-530 ";" " +lieferant ;00501146;"Smadja GmbH ";" ";"Frankfurter Ring 150 ";" ";"80807 ";"Mnchen ";"089/35043-856 ";" ";" ";" " +lieferant ;00501147;"Love Jeans GmbH ";"Love & Peace ";"Hammer Landstrae 91 ";" ";"41460 ";"Neuss ";"02131/717900 ";" ";" ";" " +lieferant ;00501148;"Greengate A/S Head Office Denmark ";" ";"Strandvejen 781 ";" ";"2930 ";"Klampenborg ";" ";" ";" ";" " +lieferant ;00501149;"Zimmerli Textil AG ";" ";"Feldstrasse 25 ";" ";"4663 ";"Aarburg ";" ";" ";" ";" " +lieferant ;00501150;"Fashionmiles Ltd. ";" ";"Arheller Str. 52 ";" ";"64289 ";"Darmstadt ";"06151 / 716286 ";" ";" ";" " +lieferant ;00501151;"Grtz Verlag GbR ";" ";"Blume 8 ";" ";"37217 ";"Witzenhausen ";"05545/96000 ";" ";" ";" " +lieferant ;00501152;"Meybona Schokoladenfabrik Meyerkamp GmbH";"& Co. KG ";"Alter Postweg 255 ";" ";"32584 ";"Lhne ";"05732 / 2229 ";" ";" ";" " +lieferant ;00501153;"Preview Milano ";" ";"Viale Beatrice d'Este 23 ";" ";"20122 ";"Milano ";" ";" ";" ";" " +lieferant ;00501154;"S.A.R.L. Filling (Bisou d' eve) ";" ";"61 Rue Du Chemin Vert ";" ";"7511 ";"Paris ";" ";" ";" ";" " +lieferant ;00501155;"The Ninth, by M.C. S.p.a ";" ";"Viale J.F. Kennedy ";" ";"64016 ";"S.Egidio ";" ";" ";" ";" " +lieferant ;00501156;"KMW Stickmoden GmbH ";"Ante Portas ";"Im Drstborne 2 ";" ";"99510 ";"Apolda ";"+49 3644 84000 ";" ";"+49 3644 562866 ";" " +lieferant ;00501157;"MAXIM'S S.A.P.P. ";" ";"Rue Pierre Gilles de Gennes ";" ";"76130 ";"Mont Saint Aignan ";" ";" ";" ";" " +lieferant ;00501158;"Erzgebirgische Volkskunst ";"Richard Glsser GmbH ";"Hauptstrasse 80 ";" ";"09548 ";"Seiffen ";"037362/18-0 ";" ";"037362/18-100 ";" " +lieferant ;00501159;"YAYA Shirt Company B.V. ";" ";"Haarlemmerstraatweg 95 ";"P.O. Box 132 ";"1165 MK ";"Halfweg ";"+31-20/4976066 ";" ";"+31-20/4974499 ";" " +lieferant ;00501160;"API Apparel Partners International GmbH ";" ";"Olympiastrae 1, Gebude 12 ";" ";"26419 ";"Schortens ";"04421/7879-0 ";" ";"04421/7879-299 ";" " +lieferant ;00501161;"SVD Mode GmbH ";" ";"Gut Dorotheental ";" ";"24351 ";"Damp ";" ";" ";" ";" " +lieferant ;00501162;"Chicago Clothing Ltd. ";" ";"77 London Street ";" ";"LE5 3RW ";"Leicaster ";" ";" ";" ";" " +lieferant ;00501163;"Bugs S.A. ";" ";"16, Esplanade de la Moselle ";" ";"6637 ";"Wasserbillig, Luxembourg ";"+352-2671 33-0 ";" ";"+352-2671 33-33 ";" " +lieferant ;00501164;"Genfoot Marketing Europe GmbH ";" ";"Josef-Strobel-Str. 42/1 ";" ";"88213 ";"Ravensburg ";"0751/76954-10 ";" ";"0751/76954-11 ";" " +lieferant ;00501165;"MVG Modevertriebsgesellschaft mbH ";" ";"Katharinenstr. 9-11 ";" ";"72764 ";"Reutlingen ";"07121/411-863 ";" ";"07121/411-869 ";" " +lieferant ;00501166;"Lodenfrey KFT ";" ";"Csorvasi ut 15 ";" ";"5600 ";"Bekescsaba ";"+43 6132 2030 ";" ";"+43 6132 203320 ";" " +lieferant ;00501167;"Schiecher ";"Strumpfreparaturen ";"Schwanenstrasse 12 ";" ";"80070 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00501168;"Sisto Jeans GmbH ";" ";"Dieselstrasse 16 ";" ";"63165 ";"Mhlheim ";"06108 - 793970 ";" ";"06108 - 793972 ";" " +lieferant ;00501169;"Ernst Betz GmbH ";" ";"Obersteltter Strae 10 ";" ";"72531 ";"Hohenstein ";" ";" ";" ";" " +lieferant ;00501170;"Oktavia Gesellschaft fr Bekleidung mbH ";" ";"Spohrstr. 2 ";" ";"22083 ";"Hamburg ";"040 - 636060 ";" ";"040 - 6360199 ";" " +lieferant ;00501171;"SOS International B.V. ";" ";"Fazanstraat 13 ";" ";"401 ";"Oosterhout ";"+31 162 / 430594 ";" ";" ";" " +lieferant ;00501172;"Exes Tradin BV ";" ";"Schipliudenlaan 4 ";" ";"1062 ";"HE Amsterdamm ";"+31 20-4713443 ";" ";" ";" " +lieferant ;00501173;"Chic Star ";" ";"11-15, Rue du Pilier-Lot-49 ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501174;"Isabelle Import - Export Fabricant ";" ";"81, Bd. Voltaire ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501175;"ARC en Ciel ";" ";"53. Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501176;"Wema ";" ";"Hneburg 9 ";" ";"48165 ";"Mnster ";"02501 - 921537 ";" ";" ";" " +lieferant ;00501177;"MasterDis GmbH ";" ";"Maria-Merian-Str. 10 ";" ";"85521 ";"Ottobrunn ";"089/2190957-0 ";" ";"089/2190957-23 ";" " +lieferant ;00501178;"New Era Cap GmbH ";" ";"Vogelsanger Str. 195a ";" ";"50825 ";"Kln ";"0221 / 502 96 77 ";" ";"0221 / 802 96 88 ";" " +lieferant ;00501179;"Scooter Ges.fr Textilhandel mbH ";" ";"In den Tarpen 5a ";" ";"22848 ";"Norderstadt ";" ";" ";" ";" " +lieferant ;00501180;"DIRTY JERZ GmbH ";" ";"Wilhelm Wagenfeld Strae 22 ";" ";"80807 ";"Mnchen ";"089/ 306590-0 ";" ";"089/ 306590-70 ";" " +lieferant ;00501181;"zz~Carhartt ";" ";"Heggenheimstr. 16 ";" ";"79576 ";"Weil am Rhein ";"07621/9666 ";" ";" ";" " +lieferant ;00501182;"PA-Accessoires ";" ";"Lindenalle 49 ";" ";"55590 ";"Meisenheim ";" ";" ";" ";" " +lieferant ;00501183;"J.J. Darboven GmbH & Co.KG ";" ";"Pinkertweg 13 ";" ";"22113 ";"Hamburg ";"040/73333-50 ";" ";"040/73335-116 ";" " +lieferant ;00501184;"FKS Textiles GmbH ";" ";"Schozacher Strasse 14 ";" ";"74388 ";"Talheim ";"+49 7133 205650 ";" ";"+49 7133 205652 ";" " +lieferant ;00501185;"Henne & Kornhauser GmbH & Co. KG ";" ";"Industriestr. 2 ";" ";"64832 ";"Babenhausen ";"06073/72410 ";" ";"06073/724110 ";" " +lieferant ;00501186;"Wohnsinn ";"Michael Rler ";"Hauptstrasse 23 ";" ";"86865 ";"Markt Wald ";" ";" ";" ";" " +lieferant ;00501187;"Jactex GmbH ";" ";"Winterschneidbach 38 ";" ";"91522 ";"Ansbach ";"09805/932940 ";" ";" ";" " +lieferant ;00501188;"European Trading GmbH ";" ";"Hainer Chaussee 9a ";" ";"63303 ";"Dreieich ";"06103/8312925 ";" ";"06103/8312927 ";" " +lieferant ;00501189;"Ecetera Trading GmbH ";" ";"Lohbergenstr. 35 ";" ";"21244 ";"Buchholz ";" ";" ";" ";" " +lieferant ;00501190;"elo Steppdecken - Matratzen Liebrich G";" ";"Fabrikstrae 3 ";" ";"73275 ";"Ohmden ";"+49 (0) 7023/90056-0 ";" ";" ";" " +lieferant ;00501191;"SIA Deutschland GmbH ";" ";"Gottbillstrae 33a ";" ";"54294 ";"Trier-Zewen ";"0651/840440 ";" ";" ";" " +lieferant ;00501192;"Two`s Company ";"Cupcakes & Cartwheels ";"22, Rue de la Liberation, BP 54 ";" ";"25301 ";"Pontarlier Cedex ";" ";" ";" ";" " +lieferant ;00501193;"Appeltree BV ";"Home & Garden ";"Wilhelminakanall Zuid 140 ";" ";"4900 ";"Oosterhout ";" ";" ";" ";" " +lieferant ;00501194;"House of Hansen Europe Kft. ";" ";"Ludanyhalaszi ut2 ";" ";"3170 ";"Szencseny ";" ";" ";" ";" " +lieferant ;00501195;"Lord Excellent Shoes GmbH ";" ";"Diepholzer Str. 88 ";" ";"27232 ";"Sulingen ";"04271 / 20000 ";" ";"04271 / 200020 ";" " +lieferant ;00501196;"Fashion-1 GmbH, Ingo Jarmuzek ";" ";"Tanneneck 8 ";" ";"44799 ";"Bochum ";"0234/9160921 ";" ";"0234/9160922 ";" " +lieferant ;00501197;"D.M. Fashion, Dieter Mohr ";" ";"Schulstrae 2 ";" ";"21220 ";"Sevetal ";"04105/81614 ";" ";"04105/82810 ";" " +lieferant ;00501198;"Caletto, Julia-Nikitina Sarac ";"Home & Homewear ";"Mac-Plank-Str. 18 ";" ";"55435 ";"Gau-Algesheim ";" ";" ";" ";" " +lieferant ;00501199;"H.C.A. Collection Handels-GmbH ";" ";"Vokuhlenweg 2 ";" ";"22941 ";"Bargteheide ";"04532-7447 ";" ";"04532-24747 ";" " +lieferant ;00501200;"DECO-fashion ";" ";"Mitterweg 2 ";" ";"95671 ";"Brnau/hohenthan ";"09635/888-11 ";" ";"09635/888-44 ";" " +lieferant ;00501201;"Atmosphere ";"Accessoires De Mode, Import - Export ";"27, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501202;"Tegatex GmbH ";" ";"Zum Sportplatz 4 ";" ";"21220 ";"Seevetal ";"04105-80762 ";" ";"04105-80782 ";" " +lieferant ;00501203;"Strickerei Kilian Konrad GmbH & Co.KG ";" ";"Talweg 49 ";" ";"51766 ";"Engelskirchen ";"02263 / 92160 ";" ";"02263 / 2425 ";" " +lieferant ;00501204;"Victorinox AG ";"Auslieferungslager ";"Alfred-Nobel-Strae 5 ";"1211 ";"79761 ";"Waldshut-Tiengen ";"07751/8964700 ";" ";"07751/2832 ";" " +lieferant ;00501205;"Peter Drechsler ";" ";"Entleitenstrasse 19 ";" ";"83071 ";"Stepahnskirchen-Hhensteig ";"08031 - 908 27 63 ";" ";"08031 - 908 27 64 ";" " +lieferant ;00501206;"Just B. Germany GmbH ";" ";"Kaiserswerther Str. 200 ";" ";"40474 ";"Dsseldorf ";"0211 - 41 55 650 ";" ";"0211 - 41 55 651 ";" " +lieferant ;00501207;"Karin Grbe ";"Agentur fr Accesoires und Fashion ";"Postfach ";"5365 ";"65728 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00501208;"Spannrit Schuhkomponenten GmbH ";" ";"Industriestr. 3 ";" ";"63801 ";"Keinostheim ";" ";" ";" ";" " +lieferant ;00501209;"H.U. Scheulen GmbH & Co. KG ";"Import - Grohandel ";"Trompeterallee 190 ";" ";"41189 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00501210;"Occo ";" ";"141 Rue D'Abourkir ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501211;"L-Fashion Group Oy / Icepeak ";" ";"P.O. Box 55 ";" ";"15501 ";"Lathi ";" ";" ";" ";" " +lieferant ;00501212;"Egana Deutschland GmbH ";" ";"Kaiserstrae 39-49 ";" ";"63065 ";"Offenbach ";"069 / 80 50 1450 ";" ";"069 / 80 50 1414 ";" " +lieferant ;00501213;"Cushion`s etc. , Petra Heller ";"Schlo Markt Wald ";"Hauptstrasse 23 ";" ";"86865 ";"Markt Wald ";" ";" ";" ";" " +lieferant ;00501214;"Sck & Nolde GmbH & Co. KG ";" ";"Kornharpener Strasse 111 ";" ";"44791 ";"Bochum ";"0234/89398-0 ";" ";"0234/89398-10 ";" " +lieferant ;00501215;"Nova Strada ";"Modevertrieb ";"Mindener Strae 306b ";" ";"49086 ";"Osnabrck ";"0541/2051429 ";" ";"0541/2051428 ";" " +lieferant ;00501216;"BasicItalia S.p.A. ";" ";"Strada della Cebrosa 106 ";" ";"10156 ";"Torino ";"+39 0112617700 ";" ";"+39 0112617575 ";" " +lieferant ;00501217;"Belly Moden ";"Gerlinde Stark ";"Emil-von-Behring-Str. 8 ";" ";"63128 ";"Dietzenbach ";"06074 / 3465 ";" ";"06074 / 31392 ";" " +lieferant ;00501218;"Juchem GmbH ";" ";"Juchem-Strae 1 ";" ";"66571 ";"Eppelborn ";"06881 / 800267 ";" ";"06881 / 88274 ";" " +lieferant ;00501219;"Ego'ism Fashion OHG ";" ";"Noltestr. 24 ";" ";"32584 ";"Lhne ";"05732 / 687027 ";" ";"05732 / 686950 ";" " +lieferant ;00501220;"Artoz Papier AG ";" ";"Ringstrasse West 23 ";" ";"5600 ";"Lenzburg ";" ";" ";" ";" " +lieferant ;00501221;"Millet Desdoitils Marjolaine SAS ";" ";"10, rue Baudelaire ";" ";"69601 ";"Villeurbanne ";"+33-4/72657313 ";" ";"+33-4/72657314 ";" " +lieferant ;00501222;"Menschenkinder Verlag ";" ";"Bergstr. 2 ";" ";"33803 ";"Steinhagen ";"05204 / 9181-0 ";" ";"05204 / 9181-91 ";" " +lieferant ;00501223;"Rappold Papeterie GmbH ";" ";"Lindberghstr. 13 ";" ";"86343 ";"Knigsbrunn ";" ";" ";" ";" " +lieferant ;00501224;"Schildi-Trend Import ";"August Schildberger ";"Strass 4 ";" ";"4732 ";"St. Thomas ";"+43 (7277)-7235 ";" ";"+43 (7277)-72354 ";" " +lieferant ;00501225;"Hepco GmbH ";" ";"Ridinghauser Strasse 11 ";" ";"71672 ";"Marbach ";"07144-904-0 ";" ";"07144-904-44 ";" " +lieferant ;00501226;"Villagio Sportswear GmbH ";" ";"Klner Strae 1 ";" ";"65760 ";"Eschborn ";"06196/95402-0 ";" ";"06196/95402-20 ";" " +lieferant ;00501227;"Udo Hurth GmbH ";" ";"Frankfurter Str. 70-72 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00501228;"Metropol aps ";" ";"Balticagade 10 ";" ";"8000 ";"Aarhus C ";"+45 86100 0105 ";" ";"+45 86100 0037 ";" " +lieferant ;00501229;"T-Box Deutschland ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089 - 35890555 ";" ";"089 - 35890566 ";" " +lieferant ;00501230;"Planet Arminia GmbH ";" ";"Melanchtonstrae 31a ";" ";"33615 ";"Bielefeld ";"0521 - 966110 ";" ";"0521 - 9661111 ";" " +lieferant ;00501231;"Mende Strumpfmanufaktur & Design ";"Thomas Mende ";"Industriestr. 26 ";" ";"95676 ";"Wiesau ";"09634 - 92010 ";" ";"09634 - 920192 ";" " +lieferant ;00501232;"Ducatex GmbH ";" ";"Im Wiesengrund 14 ";" ";"89522 ";"Heidenheim ";"07321 - 52533 ";" ";"07321 - 52112 ";" " +lieferant ;00501233;"bugs S.A. ";" ";"Essplanade de la Moselle 15 ";" ";"6637 ";"Wasserbilling ";" ";" ";" ";" " +lieferant ;00501234;"Sonnenberg GmbH ";" ";"Stormarnring 13 ";" ";"24576 ";"Bad Bramstedt ";"04192/20104-0 ";" ";"04192/20104-14 ";" " +lieferant ;00501235;"P & G Prestige Products GmbH ";" ";"Venloer Str. 241 ";" ";"50823 ";"Kln ";"0221 / 5728 - 501 ";" ";" ";" " +lieferant ;00501236;"Clearpictures oHG ";" ";"Barbossastr. 1 ";" ";"67655 ";"Kaiserslautern ";"0631 / 303740 ";" ";"0631 / 3037410 ";" " +lieferant ;00501237;"Mcbase Marketing GmbH ";" ";"Richtstrecke 15 ";" ";"45731 ";"Waltrop ";"02309 / 911770 ";" ";"02309 / 9177-10 ";" " +lieferant ;00501238;"bondi Marketing GmbH ";" ";"Richtstrecke 15 ";" ";"45731 ";"Waltrop ";"02309/91188-0 ";" ";"02309/91188-10 ";" " +lieferant ;00501239;"Louis & Louisa GmbH ";" ";"Ziegetsdorfer Strae 117 ";" ";"93051 ";"Regensburg ";"0941/30779262 ";" ";"0941/30779265 ";" " +lieferant ;00501240;"majea ";"Marco Skobel ";"An der Jagst 38 ";" ";"73479 ";"Ellwangen ";"07961/56278-0 ";" ";"07961/56278-111 ";" " +lieferant ;00501241;"Dessy Schuhvertriebs GmbH ";" ";"Stahlbachstr. 7A/B ";" ";"44577 ";"Castropo-Rauxel ";"02305/6100-0 ";" ";"02305/6100-20 ";" " +lieferant ;00501242;"Ernst Pottmeier GmbH & Co. KG ";"Der Nhkasten ";"Knigstrasse 11/15 ";" ";"46397 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00501243;"Delu Aku Minky GmbH ";" ";"Hauptstrasse 103 ";" ";"53619 ";"Rheinbreitbach ";" ";" ";" ";" " +lieferant ;00501244;"Malik Moden GmbH ";" ";"Lise-Meigner-Str. 8 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00501245;"Creativ Stickerei GmbH ";" ";"Westerburger Weg 20 ";" ";"26203 ";"Wardenburg ";" ";" ";" ";" " +lieferant ;00501246;"Intex Global GmbH & Co. KG ";" ";"Domstrasse 19 ";" ";"20095 ";"Hamburg ";"040 / 333 12 - 0 ";" ";"040 / 333 12 - 401 ";" " +lieferant ;00501247;"KBT Bettwaren Vertriebs GmbH & Co. KG ";" ";"Boschweg 47 ";" ";"48351 ";"Everswinkel ";"02582 / 66 28 0 ";" ";"02582 / 66 28 27 ";" " +lieferant ;00501248;"Broken Home Ltd. ";" ";"Parkstr. 15/17 ";" ";"13187 ";"Berlin ";" ";" ";" ";" " +lieferant ;00501249;"Erzgb. Holzkunst Gahlenz GmbH RuT ";" ";"Hauptstr. 18 ";" ";"09569 ";"Gahlenz/Germany ";"037292/6930 ";" ";" ";" " +lieferant ;00501250;"PS Design , Bernd Schmitt ";" ";"Gutenbergstr. 3 ";" ";"63179 ";"Obertshausen ";"06104 - 72136 ";" ";"06104 - 971611 ";" " +lieferant ;00501251;"Uttam London LTD ";" ";"13 Gorst Road Park Royal ";" ";"NW 10 6 LA";"London ";" ";" ";" ";" " +lieferant ;00501252;"Canterbury Europe Ltd ";" ";"Hurst St ";" ";"SK57BZ ";"Reddish ";" ";" ";" ";" " +lieferant ;00501253;"Bruel s.r.l. ";" ";"Via Donino, 5/7 ";" ";"25028 ";"Verolanuova (BS) ";" ";" ";" ";" " +lieferant ;00501254;"Calzaturificio Marpi S.p.a. ";" ";"IV Strada 9 ";" ";"30032 ";"Fiesso D'Arlico ";" ";" ";" ";" " +lieferant ;00501255;"Hans Behr Schuhvertriebsgesellschaft mbH";" ";"Kaiser Str. 33 ";" ";"6370 ";"Reith-Kitzbhel ";"+43-5356/74790 ";" ";"+43-5356/74789 ";" " +lieferant ;00501256;"Studio Borgelt GmbH ";" ";"Am Glser Weg 2-6 ";" ";"56220 ";"Bassenheim ";" ";" ";" ";" " +lieferant ;00501258;"J.A. de Bruijn b.v. ";" ";"Zuipool 3 ";" ";"2801 ";"RW Gouda ";" ";" ";" ";" " +lieferant ;00501259;"Guess Italia s.r.l. ";"Gruppo Guess Europe B.V. ";"Via Danubio 9/11 ";" ";"50019 ";"Sesto Florentino (FI) ";" ";" ";" ";" " +lieferant ;00501260;"Shingora International ";"Mr. Amit Jain ";"HC-28, Phase -VI, Focal Point ";" ";"141 010 ";"Ludhia ";" ";" ";" ";" " +lieferant ;00501261;"Verlag Wolfgang Hlker GmbH ";" ";"Hafenweg 30 ";" ";"48155 ";"Mnster ";"0251 / 41411 - 41 ";" ";"0251 / 41411 - 40 ";" " +lieferant ;00501262;"Van Dillen Asiatex GmbH ";" ";"Wernher von Braun Str. 10a ";" ";"85640 ";"Putzbrunn / Mnchen ";" ";" ";" ";" " +lieferant ;00501263;"Pronto Moda GmbH & Co. KG ";" ";"Lebrechtstrasse 43 ";" ";"64846 ";"Gross-Zimmern ";" ";" ";" ";" " +lieferant ;00501264;"Handed By bv ";" ";"Masterwijkerdijk 12B ";" ";"3417 ";"BT Montfoort ";" ";" ";" ";" " +lieferant ;00501265;"Landi Confezioni ";" ";"Via Fabiani 60 ";" ";"50053 ";"Empoli ";" ";" ";" ";" " +lieferant ;00501266;"Rutz Vertriebs GmbH ";" ";"Winterpadd 12 ";" ";"27777 ";"Ganderkesee (Heide) ";" ";" ";" ";" " +lieferant ;00501267;"Maripe s.p.a. ";" ";"Quartiere dell'Industria IV Strada, 9 ";"28 ";"30032 ";"Fiesso D'Artico (Venezia) ";"+39-049/9801540 ";" ";"+39-049/503333 ";" " +lieferant ;00501268;"Italia Leather Wear ILW Handelsges. Nord";"GmbH ";"Modering 1A, 302 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501269;"Unser GbR ";" ";"Reichertsgraben 2 ";" ";"74211 ";"Leingarten ";" ";" ";" ";" " +lieferant ;00501270;"Tushita Verlags GmbH ";" ";"Homberger Str. 50 ";" ";"47119 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00501271;"Rhnisch Sportswear AB ";" ";"Hemmansvgen 42 ";" ";"70006 ";"rebro ";" ";" ";" ";" " +lieferant ;00501272;"C.I.P. Handelsgesellschaft GmbH ";" ";"Planckstrae2 ";" ";"71665 ";"Vaihingen ";" ";" ";" ";" " +lieferant ;00501273;"ATT-Fashion GmbH ";"Armor Trust and Truth ";"Revierstrae 10 ";" ";"44379 ";"Dortmund ";"0231-967897-0 ";" ";"0231-967897-20 ";" " +lieferant ;00501274;"Modeagentur Nicole Duldinger ";" ";"Fashion Atrium, Ingolstdter Str 44 R22 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501275;"Unterbichler GmbH & Co KG ";" ";"Schertlinstrasse 10 ";" ";"81379 ";"Mnchen ";"+49 89 1688765 ";" ";"+49 89 166125 ";" " +lieferant ;00501276;"illycaff Handelsges. ";"Alleinvertrieb fr Deutschland mgH ";"Eversbuschstrasse 200 ";" ";"80999 ";"Mnchen ";"+49 89 8129024 ";" ";"+49 89 8129804 ";" " +lieferant ;00501277;"Ferdinand Bierbichler oHG ";" ";"Hofmhlstr. 1 - 7 ";" ";"83071 ";"Stephanskirchen ";"+49 8031 7210 ";" ";"+49 8031 721122 ";" " +lieferant ;00501278;"Conzelmann & Gtz, C & G Fashion GmbH ";" ";"Goethestrae 7 ";" ";"72461 ";"Albstadt ";"07432/994759 ";" ";"07432/994762 ";" " +lieferant ;00501279;"Clarks Shoes Vertriebs GmbH ";" ";"Friedrich-Ebert-Strasse 8 ";" ";"55411 ";"Bingen ";"+49 6721 97110 ";" ";"+49 6721 45020 ";" " +lieferant ;00501280;"Claus Lermer ";"Grohandel f. Obst und Gemse ";"Traunsteiner Strasse 11b ";" ";"83313 ";"Siegsdorf ";"+49 8662 7191 ";" ";"+49 8662 12884 ";" " +lieferant ;00501281;"B2K Accessoires GmbH ";" ";"Industriestr. 10 ";" ";"55606 ";"Kirn ";" ";" ";" ";" " +lieferant ;00501282;"Inside Brands ";"Ragwear ";"Zwaanhoefstraat 4 ";" ";"4702 ";"LC Roosenda ";" ";" ";" ";" " +lieferant ;00501283;"Wohntex Textilverlag ";" ";"Sellrainer Strae 1 ";" ";"6175 ";"Kematen ";" ";" ";" ";" " +lieferant ;00501284;"I.F.U. s.r.l. ";" ";"Via di Pietralata , 179 ";" ";"00158 ";"Rom ";" ";" ";" ";" " +lieferant ;00501285;"Modeagentur L&M Ltd. ";" ";"Wallstrasse 14 ";" ";"79761 ";"Waldshut ";" ";" ";" ";" " +lieferant ;00501286;"Natacha Paris ";" ";"Rue Saint-Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501287;"Inware GmbH ";" ";"Clber Weg 8 ";" ";"35094 ";"Lahntal ";" ";" ";" ";" " +lieferant ;00501288;"Canam Herrenmode GmbH ";" ";"Postfach 7030 ";" ";"72734 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00501289;"Deko-Welt ";" ";"Gewerbeallee 22 ";" ";"45478 ";"Mlheim ";" ";" ";" ";" " +lieferant ;00501290;"Freudenberg Vliesstoffe KG ";" ";"Hatschekstr. 11 ";" ";"69126 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00501291;"Global Bedding GmbH ";" ";"Ruhrstr. 51 ";" ";"22761 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501292;"Huber-Tricot GmbH ";" ";"Hauptstrasse 17 ";" ";"6840 ";"Gtzis ";" ";" ";" ";" " +lieferant ;00501293;"HWP Teppich GmbH ";" ";"Nrnberger Str. 22 ";" ";"91257 ";"Pegnitz ";" ";" ";" ";" " +lieferant ;00501294;"Meridian Industries ";" ";"1002-1008 Tai Nan West ";" ";"1002-1008 ";"HK-Kowloon ";" ";" ";" ";" " +lieferant ;00501295;"J.V. Mirbach Teppiche ";" ";"Alfred-Nobel-Str.7-9 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00501296;"Ernst Pietsch ";" ";"Postfach 1720 ";" ";"94457 ";"Deggendorf ";" ";" ";" ";" " +lieferant ;00501297;"Prado Deutschland GmbH ";" ";"Senefelder Str. 1 ";" ";"33041 ";"Paderborn ";" ";" ";" ";" " +lieferant ;00501298;"Present International B.V. ";" ";"Koppelstr ";" ";"17 ";"Twello ";" ";" ";" ";" " +lieferant ;00501299;"RK Textile Raumkunst GmbH ";" ";"Thiersteinstr. 26 ";" ";"96215 ";"Lichtenfels ";" ";" ";" ";" " +lieferant ;00501300;"Franz Schning ";" ";"Joh.-Brahms-Str. 4 ";"3 ";"72461 ";"Albstadt ";"07432/12088 ";" ";" ";" " +lieferant ;00501301;"Bernhard Schulte GmbH & Co.KG ";" ";"Harkort Str. 24 ";" ";"48163 ";"Mnster ";" ";" ";" ";" " +lieferant ;00501302;"Gebr. Seuster ";" ";"Postfach 5253 ";" ";"58829 ";"Plettenberg ";" ";" ";" ";" " +lieferant ;00501303;"Karl H.W. Tacke GmbH ";" ";"Dickmannstr. 70 ";" ";"42287 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00501305;"Companhia De Torres Novas ";" ";"Rua da Fabricia ";" ";"2350 ";"Torres Novas ";" ";" ";" ";" " +lieferant ;00501306;"Wegner Strickmoden GmbH ";" ";"Postfach 1311 ";" ";"99503 ";"Apolda ";" ";" ";" ";" " +lieferant ;00501307;"Abdi Yaghoubi, U.Partner GmbH ";" ";"Borsteler Chaussee 85 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501308;"R. Winterstein GmbH ";" ";"Postfach 1247 ";" ";"61242 ";"Usingen ";" ";" ";" ";" " +lieferant ;00501309;"W. Haack Trading GmbH ";" ";"Am Schiffbeker Berg 32 ";" ";"22111 ";"Hamburg ";"040 / 7320481 ";" ";" ";" " +lieferant ;00501310;"ProNa GmbH ";" ";"Walskamp 224 ";" ";"48308 ";"Senden ";" ";" ";" ";" " +lieferant ;00501311;"Phincx Collection Limited ";" ";"Kleeweg 20 ";" ";"47906 ";"Kempen-Tnisberg ";" ";" ";" ";" " +lieferant ;00501312;"SM GmbH ";"Syed Khurram ";"Carl-Zeiss-Str. 8 ";" ";"72555 ";"Metzingen ";" ";" ";" ";" " +lieferant ;00501313;"Sarl Euros 2002 ";" ";"87-95 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501314;"Intense ";" ";"55 Rue de la Haie Coq ";" ";"93300 ";"Auberviliers ";" ";" ";" ";" " +lieferant ;00501315;"K-Star ";" ";"Rue des Gardinoux ";" ";"93300 ";"Auberviliers ";" ";" ";" ";" " +lieferant ;00501316;"Keck & Lang GmbH ";" ";"Nordring 1 ";"20 ";"89558 ";"Bhmenkirch ";"07332/82-0 ";" ";"07332/82-81 ";" " +lieferant ;00501317;"Cagi Maglierie ";" ";"Piazza Garibaldi 2 ";" ";"20086 ";"Motta Visconti (Milano) ";"+39 02 905789 1 ";" ";"+39 02 90578920 ";" " +lieferant ;00501318;"Lisbeth Dahl A/S ";" ";"Herstedvang 2-4 ";" ";"2620 ";"Albertslund ";" ";" ";" ";" " +lieferant ;00501319;"Peter Saurenz oHG ";"Papier & Lederverarbeitung ";"Ringstr. 41 - 45 ";" ";"56626 ";"Andernach ";" ";" ";" ";" " +lieferant ;00501320;"Repeat A/S ";" ";"Livvej 21 ";" ";"8800 ";"Viborg ";" ";" ";" ";" " +lieferant ;00501321;"Blammo AB ";" ";"Virkevgen 3 ";" ";"12030 ";"Stockholm ";" ";" ";" ";" " +lieferant ;00501322;"Ju-lein GmbH ";" ";"Lyrenstrasse 13 ";" ";"44866 ";"Bochum ";" ";" ";" ";" " +lieferant ;00501323;"New Texas Import & Export ";" ";"Otto-Hahn-Str. 1 ";" ";"63303 ";"Dreieich-Sprendlingen ";" ";" ";" ";" " +lieferant ;00501324;"Cantus Wegenka Modevertrieb ";" ";"Lange Strae 15 ";" ";"49661 ";"Cloppenburg ";" ";" ";" ";" " +lieferant ;00501325;"Swiss Industries GmbH ";"Division Swiss Delice, c/ o Midor AG ";"Bruechstrasse 70 ";" ";"8706 ";"Meilen ";" ";" ";" ";" " +lieferant ;00501326;"United Company GmbH & Co. KG ";" ";"Caldenhofer Weg 192 ";" ";"59063 ";"Hamm ";"02381/4365913 ";" ";"02381/4365914 ";" " +lieferant ;00501327;"Aldo Martini's S.A. ";" ";"Calle Portugal 5 ";" ";"8700 ";"Igualada (Barcelona) ";"000349380 54042 ";" ";"000349380 52327 ";" " +lieferant ;00501328;"Pre End New Globe Textiles ";"Rainer Fladda ";"Strohgurong 72 ";" ";"71254 ";"Ditzingen ";" ";" ";" ";" " +lieferant ;00501329;"ST Sports ud Teamwear GmbH ";" ";"Carl-Schurz-Str. 7, S-F- Center Raum D ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00501330;"Mania GmbH ";" ";"Industriepark 7 ";" ";"74706 ";"Osterburken ";"06291 - 41 50 81 ";" ";" ";" " +lieferant ;00501331;"Libron & Co. aps. ";" ";"Musvagevej 25 ";" ";"3120 ";"Dronningmolle ";" ";" ";" ";" " +lieferant ;00501332;"Princess ";" ";"Gerlitzenstrasse 12 ";" ";"9521 ";"Treffen ";" ";" ";" ";" " +lieferant ;00501333;"Doctor Paper S.L. ";" ";"C/ De la barca, 2-4 ";" ";"08970 ";"Sant Joan Desp, Barcelona ";" ";" ";" ";" " +lieferant ;00501334;"STE EXPL. ETS DUBOS ";" ";"26 Rue F. Arago ";" ";"33700 ";"Merignac ";" ";" ";" ";" " +lieferant ;00501335;"Fresh Air ";"Total Apparel Solutions ";"Oxgate Lane ";" ";"NW27JJ ";"London ";" ";" ";" ";" " +lieferant ;00501336;"Hartley & Marks Publishers Ltd ";"Paperblanks ";"2-4 Ely Place ";" ";"D2 ";"Dublin ";" ";" ";" ";" " +lieferant ;00501337;"Mossapour Interior Design OHG ";" ";"Ballindamm 7 ";" ";"20095 ";"Hamburg ";"040 / 8825 26 ";" ";" ";" " +lieferant ;00501338;"Rubinato Deutschland ";"Sibylle Ztzl ";"Schertlinstr. 21 ";" ";"86159 ";"Augsburg ";"0821 / 259 29 09 0 ";" ";"0821 / 259 29 0 99 ";" " +lieferant ;00501339;"CCDK A/S ";" ";"Strandlodsvej 48 ";" ";"2300 ";"Kobenhaven S ";"+45 63 10 82 00 ";" ";"+45 631 10 82 10 ";" " +lieferant ;00501340;"Hartmut Jentzsch ";" ";"Eggenpfad 25 ";" ";"58791 ";"Werdohl ";" ";" ";" ";" " +lieferant ;00501341;"Charmant GmbH Europe ";" ";"Liebigstr. 15-16 ";" ";"85757 ";"Karlsfeld ";"08131/3828-0 ";" ";"08131/3828-10 ";" " +lieferant ;00501342;"Bag Street International e.K. ";"Niederlassung Neuss ";"Anton-Kux-Str. 2, Raum B119-121 ";" ";"41460 ";"Neuss ";"02131/4033919 ";" ";" ";" " +lieferant ;00501343;"M. Collections Sarl ";" ";"Rue Geoges Mazoyer ";" ";"71700 ";"Tournus ";" ";" ";" ";" " +lieferant ;00501344;"Glory Times Limited ";" ";"5 Jupiter House Calieva Park ";" ";"RG7BNN ";"Beckshire ";" ";" ";" ";" " +lieferant ;00501345;"EBI & EBI Sportsmen GmbH ";"Gesellschaft fr Sportmarketing und Text";"Mollenbachstr. 19 ";" ";"71229 ";"Leonberg ";"+(49) (0) 7152/ 92 00 82 ";" ";"+(49) (0) 7152/ 92 00 100 ";" " +lieferant ;00501346;"Moma GmbH ";" ";"Taunusstr. 45, Haus 2/003 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501347;"Zeis Excelsa Spa. ";" ";"Via Alpi 133-135 ";" ";"63014 ";"Montegranaro ";" ";" ";" ";" " +lieferant ;00501348;"Ape & Partners S.p.A. ";" ";"Viale Italia, 33 ";" ";"31040 ";"Segusino (TV) ";"+39-0423/8023 ";" ";"+39-0423/979672 ";" " +lieferant ;00501349;"Seafolly B.V. ";" ";"Eurode-Park 1/12 ";" ";"6461 ";"KB Kerkrade ";"+31 455453521 ";" ";"+31 455453629 ";" " +lieferant ;00501350;"Caroline de Boer Kids Collection ";" ";"Karl-Jacob-Strasse 31 ";" ";"22609 ";"Hamburg ";"040 / 8805960 ";" ";" ";" " +lieferant ;00501351;"Orthaheel Deutschland ";" ";"Evenaristr. 10 ";" ";"64293 ";"Darmstadt ";"06151 / 3975899 ";" ";"06151 / 5899 ";" " +lieferant ;00501352;"Duesenberg Textilhandel GmbH ";" ";"Max-Volmer-Strasse 18 ";" ";"40724 ";"Hilden ";"02103/28896-0 ";" ";"02103/28896-25 ";" " +lieferant ;00501353;"Comei & Co. srl (add) ";" ";"Ripa di Porta Ticinese, 77/79 ";" ";"20143 ";"Milano ";"+39-02/4241481 ";" ";"+39-02/48958335 ";" " +lieferant ;00501354;"Lodenfrey Menswear GmbH ";" ";"Daimlerstr. 25 ";" ";"85748 ";"Garching ";"089-32666-0 ";" ";"089-32666-150 ";" " +lieferant ;00501355;"Rubra NineLives S.R.L ";" ";"Viale dell' Agrigianato 94 ";" ";"37060 ";"Casselle di Sommacampagna (Verona) ";"045-8588511 ";" ";" ";" " +lieferant ;00501356;"Brand Fram A/S ";" ";"Hyskenstraede 6,1 ";" ";"1207 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00501357;"LCO Diffusion ";"Screwpull ";"109 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501358;"Viva Deutschland GmbH ";" ";"Oderstrasse 2 ";" ";"73522 ";"Schwbisch Gmnd ";" ";" ";" ";" " +lieferant ;00501359;"F. Menrad GmbH + Co KG ";" ";"Oderstrasse 2 ";" ";"73522 ";"Schwbisch Gmnd ";" ";" ";" ";" " +lieferant ;00501360;"LEADER Mode ";"Import + Export ";"55 Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501361;"M & K GmbH ";" ";"Sdl. Mnchner Str. 20 ";" ";"82031 ";"Grnwald ";"089/6493827 ";" ";"089/6493535 ";" " +lieferant ;00501362;"Engels Kerzen GmbH ";" ";"Am Sender 8 ";" ";"47906 ";"Kempen ";"02152 - 206560 ";" ";"02152 - 206565 ";" " +lieferant ;00501363;"Leontine Hagoort Accessories ";" ";"Schiekade 49C ";" ";"3033BD ";"Rotterdam ";"+31 (0) 102655261 ";" ";"+31 (0) 102655262 ";" " +lieferant ;00501364;"SENSE GmbH ";" ";"Cecilienalle ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501365;"Frank Saul Fashions Ltd. ";" ";"Steele Road,Park Royal ";" ";"NW10 7AR ";"London ";"+ 44 (0) 20 8965 1522 ";" ";"+ 44 (0) 20 8965 1518 ";" " +lieferant ;00501366;"American Apparel Deutschland GmbH ";" ";"Zollhof 10 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501367;"Bramante S.p.A. ";" ";"Zona Industriale Santafiora ";" ";"52037 ";"Sansepolcro (AR) ";"+39-0575/743111 ";" ";"+39-0575/743131 ";" " +lieferant ;00501368;"Travel Blue GmbH ";" ";"Lippeltstr. 1 ";" ";"20097 ";"Hamburg ";"040/82242928 ";" ";"040/30393350 ";" " +lieferant ;00501369;"Posthumus GmbH (royalposthumus) ";" ";"Kornelimnster Weg 9b ";" ";"52066 ";"Aachen ";"0241/158919 ";" ";"0800/1811862 ";" " +lieferant ;00501370;"Brandwidth Licensing Ltd ";" ";"41 Mitchel Street, 2nd Floor ";" ";"EC1V3QD ";"London ";" ";" ";" ";" " +lieferant ;00501371;"Italian Fashion Trade Ltd. ";" ";"Hauptstrasse 12 ";" ";"04546 ";"Grossdeuben ";"034299 - 77830 ";" ";"034299 - 77833 ";" " +lieferant ;00501372;"Cuirco Diffusion S.A.S. ";" ";"Bat. 139 Rue Fernand Forest ";" ";"77295 ";"Mitry Mory Cedex ";"0033 16 46 76 800 ";" ";"0033 16 46 73 878 ";" " +lieferant ;00501373;"Bieber Fashion GmbH ";" ";"Kleestdter Str. 60 ";" ";"64832 ";"Babenhausen ";"06021/5838970 ";" ";"06021/5838975 ";" " +lieferant ;00501374;"P'NA GmbH ";" ";"Gutshof Haus Meer 2 ";" ";"40667 ";"Meerbusch ";"02132 91 53 0 ";" ";"02132 91 53 50 ";" " +lieferant ;00501375;"Unisa Europa S.A. ";" ";"Poligono Chinorlet XB-56 ";" ";"03649 ";"Chinorlert Monovar (Alicante) ";" ";" ";" ";" " +lieferant ;00501376;"Betsey-Ann, Andera Brgler ";" ";"Jgerweg 30 ";" ";"82110 ";"Germering ";"089 - 89 40 45 72 ";" ";" ";" " +lieferant ;00501377;"Dobrefra Nederland B.V. ";" ";"Leigraafseweg 39 ";" ";"6983 ";"Doesburg ";" ";" ";" ";" " +lieferant ;00501378;"Cut for friends Hamburg GmbH ";" ";"Osterfeldstr. 16 ";" ";"22529 ";"Hamburg ";"040 55 76 00 10 ";" ";"040 55 76 00 11 ";" " +lieferant ;00501379;"LIBERTI S.P.A. ";" ";"Via Circonvallazione est, 48/50 ";" ";"31033 ";"Castelfranco Veneto ";" ";" ";" ";" " +lieferant ;00501380;"MBM Distribution GmbH ";" ";"Humboldstr. 5 ";" ";"79539 ";"Lrrach ";"07621 / 16 72 940 ";" ";"07621 / 16 72 9 444 ";" " +lieferant ;00501381;"Kurt Klln GmbH ";" ";"Modering 3, Haus B, 5. Etage ";" ";"22457 ";"Hamburg ";"040/55000-12 ";" ";"040/5503915 ";" " +lieferant ;00501382;"Gigiesse Group S.p.A ";" ";"Via Boscofangone Zona A.S.I. ";" ";"80035 ";"Nola (NA) ";" ";" ";" ";" " +lieferant ;00501383;"Z & H Bcherland GmbH ";" ";"Auf dem Hls ";" ";"40822 ";"Mettmann ";"0700 / 70 70 71 72 ";" ";"0700 / 80 80 81 82 ";" " +lieferant ;00501384;"Incon Sports ";" ";"Schramberger Weg 2 ";" ";"78733 ";"Aichhalden ";"07422 / 54156 ";" ";"07422 / 55657 ";" " +lieferant ;00501385;"HANWAG GmbH ";" ";"Wiesenfeldstr. 7 ";" ";"85256 ";"Vierkirchen-Pasenbach ";"08139/9356-0 ";" ";"08139/9356-56 ";" " +lieferant ;00501386;"Alois Beck GmbH ";" ";"In den Lachen 6 ";" ";"74235 ";"Erlenbach ";"07132/34160-0 ";" ";"07132/34160-10 ";" " +lieferant ;00501387;"Bauer Mtzenfabrik GmbH ";" ";"Beinestrae 11 - 13 ";" ";"68642 ";"Brstadt ";" ";" ";" ";" " +lieferant ;00501388;"Standardgraph Zeichentechnik GmbH ";" ";"Spreestrasse 27-31 ";" ";"82538 ";"Geretsried ";" ";" ";" ";" " +lieferant ;00501389;"Soxart GmbH ";" ";"Riedweg 55 ";" ";"98081 ";"Ulm ";" ";" ";" ";" " +lieferant ;00501390;"Fredy Zwenger GmbH ";" ";"Raalter Str. 5 ";" ";"49497 ";"Mettingen ";"05452 - 936852 ";" ";" ";" " +lieferant ;00501391;"Attitude Distribution OHG ";" ";"Interburger Str. 10 ";" ";"28207 ";"Bremen ";" ";" ";" ";" " +lieferant ;00501392;"TSM Distributionen ";" ";"Bundeststr.10-12 ";" ";"79338 ";"Ehrenkirchen ";" ";" ";" ";" " +lieferant ;00501393;"M44 Products GmbH ";" ";"Berg 10 ";" ";"82385 ";"Oberhausen/ OBT ";" ";" ";" ";" " +lieferant ;00501394;"Gordon Bros. ";" ";"Richmod Str. 6 ";" ";"50667 ";"Kln ";" ";" ";" ";" " +lieferant ;00501395;"Eggers & Franke GmbH & Co. KG ";" ";"Ttenbohm 8 ";"10 60 29 ";"28195 ";"Bremen ";"0421/3053-0 ";" ";"0421/3053-110 ";" " +lieferant ;00501396;"Hans van Paridon ";" ";"Paasheuvelweg 34e ";" ";"1105 ";"BJ Amsterdam z.o. ";" ";" ";" ";" " +lieferant ;00501397;"La Martina Shoes ";" ";"Via dell 'Artigianato 35/37 ";" ";"63010 ";"Torre San Patrizio ";" ";" ";" ";" " +lieferant ;00501398;"Modeimport Dpl. Kfm. M.Sarikus ";" ";"Robert-Bosch-Str. 11 ";" ";"71691 ";"Freiberg ";" ";" ";" ";" " +lieferant ;00501399;"Ricovisage GmbH ";" ";"Leibnizstrae 58 ";" ";"10829 ";"Berlin ";" ";" ";" ";" " +lieferant ;00501400;"Oberndorfer Beinmoden Vertriebs GmbH ";" ";"Negrekkinstae 38 ";" ";"4600 ";"Wels ";" ";" ";" ";" " +lieferant ;00501401;"Cecilia de Rafael ";" ";"Isaac Peral 27 ";" ";"08960 ";"Sant Just Desvern ";" ";" ";" ";" " +lieferant ;00501402;"Saltex SP.zo.o. ";" ";"ul. Milionowa 53 ";" ";"93-113 ";"Lodz ";" ";" ";" ";" " +lieferant ;00501403;"Dittmar GmbH & Co. KG ";"Joop Hemden ";"Grotrian-Steinweg-Str. 4b ";"5818 ";"38112 ";"Braunschweig ";"0531/21080-0 ";" ";"0531/21080-50 ";" " +lieferant ;00501404;"PAS A/S ";" ";"Hammershusvej 4A-B ";" ";"7400 ";"Herning ";" ";" ";" ";" " +lieferant ;00501405;"Binasco Handels GmbH ";" ";"Dortheenstrae 176a ";" ";"22299 ";"Hamburg ";"040/547639-90 ";" ";"040/547639-92 ";" " +lieferant ;00501406;"G.O. Trading Handelsagentur ";"Otto J. Gratzl ";"Jgergasse 1 ";" ";"82393 ";"Iffeldorf ";" ";" ";" ";" " +lieferant ;00501407;"La Strada Fashionhouse ";" ";"Lorentzpark 18 ";" ";"9351 ";"Leek ";" ";" ";" ";" " +lieferant ;00501408;"Best Items B.V. ";" ";"Gieterij 28 ";" ";"2211 ";"Noordwojkerhout ";"+31-252/433974 ";" ";" ";" " +lieferant ;00501409;"Heike Bienia ";" ";"Weidmannstrae 4 ";" ";"04315 ";"Leipzig ";"0341 - 6819610 ";" ";"0341 - 6819611 ";" " +lieferant ;00501410;"Born FFM Textilhandels GmbH CoKG ";" ";"Lilistr. 83 ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00501411;"Weinhandel Sansibar Seckler/Hamann GbR ";" ";"Rantum ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00501412;"Kraftwerk c/o KTT& B A/S ";" ";"St. Kongensgade 40 ";" ";"1264 ";"Kopenhagen ";" ";" ";" ";" " +lieferant ;00501413;"Vertriebsgesellsachft CP ";"Thomas Frentrop ";"Postfach 1119 ";" ";"57483 ";"Drohlhagen ";" ";" ";" ";" " +lieferant ;00501414;"Heymann Moden GmbH ";" ";"Mhlenstrae 7 ";" ";"18119 ";"Rostock-Warnemnde ";"0381 - 680225 ";" ";"0381 - 6865149 ";" " +lieferant ;00501415;"A.Hense GmbH & Co.KG ";" ";"Salzstrae 7-11 ";" ";"87534 ";"Oberstaufen ";" ";" ";" ";" " +lieferant ;00501416;"Aznar Textil ";" ";"Villa de Bilbao ";" ";"46988 ";"Valencia (Spain) ";" ";" ";" ";" " +lieferant ;00501417;"Algemare-Schuhvertrieb F. Leucht e.K. ";" ";"Steinheilerstr. 54 ";" ";"91058 ";"Erlangen ";" ";" ";" ";" " +lieferant ;00501418;"afis-international Schuhproduktions GmbH";" ";"Blocksberstrae 151 ";" ";"66955 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00501419;"AdHoc Entwicklung und Vertrieb GmbH ";" ";"Im Pfeifferswrth 16 ";" ";"68167 ";"Mannheim ";"0621/12348-0 ";" ";"0621/12348-20 ";" " +lieferant ;00501420;"Arte Espina ";" ";"Oliver van Noortweg 6 ";" ";"5928 ";"Venlo ";" ";" ";" ";" " +lieferant ;00501421;"ABC Art International GmbH ";" ";"Am Molkenborn 4 ";" ";"63303 ";"Dreieich-Buchschlag ";" ";" ";" ";" " +lieferant ;00501422;"ARTA Design-GmbH ";" ";"Helleforthstr. 30-38 ";" ";"33758 ";"Schlo Holte ";" ";" ";" ";" " +lieferant ;00501423;"Aquanova NV ";" ";"Lausbedstraat 6 ";" ";"3630 ";"Maasmechelen ";" ";" ";" ";" " +lieferant ;00501424;"Anima Akman GmbH ";" ";"Behrehnsstr. 23 ";" ";"50374 ";"Erftstadt ";" ";" ";" ";" " +lieferant ;00501425;"Akzente, Thomas Wolf ";" ";"Lise meitner-Str. 12 ";" ";"50259 ";"Pullheim ";" ";" ";" ";" " +lieferant ;00501426;"Achberger Mode GmbH & Co.KG ";" ";"Birkenweg 2 ";" ";"74579 ";"Fichtenau-Wildenstein ";" ";" ";" ";" " +lieferant ;00501427;"Kaiseralm Bekleidungswerk ";"Johann Auzinger ";"Enzenkirchen 9 ";" ";"4761 ";"Enzenkirchen (O) ";" ";" ";" ";" " +lieferant ;00501428;"Rudolf Bauer GmbH ";" ";"Haydnstr. 3 ";" ";"86391 ";"Stadtbergen ";" ";" ";" ";" " +lieferant ;00501429;"Hans Brckner- Heimtex Zubehr E.K. ";" ";"Grnthalstrasse 4 ";" ";"95482 ";"Gefrees ";" ";" ";" ";" " +lieferant ;00501430;"N.V. Balta industries ";" ";"Wakkensteenweg 2 ";" ";"8710 ";"St. Baafs Vijve ";" ";" ";" ";" " +lieferant ;00501431;"Blmchen & Ko ";"Heike Bringemeier e.K. ";"Am Berg 30 ";" ";"49479 ";"Ibbenbren ";"05451/5099-0 ";" ";"05451/5099-19 ";" " +lieferant ;00501432;"Blessing & Overbeck ";" ";"Bognerweg 30 ";" ";"82234 ";"Weling ";" ";" ";" ";" " +lieferant ;00501433;"Botnia Carpet OY ";" ";"P.O. Box 45 ";" ";"62901 ";"Alajrvi ";" ";" ";" ";" " +lieferant ;00501434;"Bell Arte ";" ";"Hessigheimer Strasse 12 ";" ";"74354 ";"Besigheim ";" ";" ";" ";" " +lieferant ;00501435;"Guiseppe Bellora s.p.a. ";" ";"Via Vincenzo 27 ";" ";"20123 ";"Mailand ";" ";" ";" ";" " +lieferant ;00501436;"Carat System Boden GmbH ";" ";"Tiedexer Tor 14 ";" ";"37574 ";"Einbeck ";" ";" ";" ";" " +lieferant ;00501437;"Wolfgang Bovensiepen ";" ";"Am Krhenberg 19 A ";" ";"22587 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501438;"Cepewa GmbH ";" ";"Max-Plank-Strae 10a ";" ";"61184 ";"Karben ";" ";" ";" ";" " +lieferant ;00501439;"Manifattura Castiglioni S.p.A. ";" ";"Via Industria 52/54 ";" ";"20020 ";"Arconate ";" ";" ";" ";" " +lieferant ;00501440;"Craftsman ";" ";"Groot Egtenterseweg 72 ";" ";"5928 ";"Venlo ";" ";" ";" ";" " +lieferant ;00501441;"Colourful Life GmbH ";" ";"Bernhard-Thiersch-Strae 6 ";" ";"38820 ";"Halberstadt ";" ";" ";" ";" " +lieferant ;00501442;"Durmont Teppichbodenfabrik GmbH ";" ";"Wiesengasse 55 ";" ";"8230 ";"Hartberg ";" ";" ";" ";" " +lieferant ;00501443;"Diggers-Garden Warenhandels GmbH ";" ";"Bahnhofstr. 24 ";" ";"29378 ";"Wittingen ";" ";" ";" ";" " +lieferant ;00501444;"Duprs & Co. GmbH ";" ";"Auf der Muggenburg 7 ";" ";"28217 ";"Bremen ";" ";" ";" ";" " +lieferant ;00501445;"Herbert Denk ";" ";"Mhlenstrae 24-25 ";" ";"94032 ";"Passau ";" ";" ";" ";" " +lieferant ;00501446;"Decor Line Handels GmbH ";" ";"Schweizerstr. 33 ";" ";"6844 ";"Altach ";" ";" ";" ";" " +lieferant ;00501447;"Eschert Design BV ";" ";"Euregioweg 225 ";" ";"7532 ";"Enschede ";" ";" ";" ";" " +lieferant ;00501448;"Englmeier Schlafsysteme GmbH ";" ";"Hirschberger Ring 29 ";" ";"94315 ";"Straubing ";" ";" ";" ";" " +lieferant ;00501449;"Faust, N. ";" ";"MTC-Taunusstrae 45, Haus 2 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501450;"Finotex Textil-Vertriebsgesellschaft mbH";" ";"Payerstr. 3 ";" ";"70184 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00501451;"Froca S.L. ";" ";"Avda. de Villena ";" ";"03410 ";"Biar, Alicante ";" ";" ";" ";" " +lieferant ;00501452;"Fausto GmbH & Co. KG ";" ";"Nordfeldstr. 18 ";" ";"59192 ";"Bergkamen ";" ";" ";" ";" " +lieferant ;00501453;"Gottstein GmbH & Co. KG ";" ";"Bundesstrae 1 ";" ";"6460 ";"Imst ";" ";" ";" ";" " +lieferant ;00501454;"Verlagsgruppe Random House GmbH ";" ";"Schleissheimerstr. 104A ";" ";"85748 ";"Garching ";"089/4136-0 ";" ";"089/4136-3333 ";" " +lieferant ;00501455;"Modeagentur Kay Henschel ";" ";"Alpspitzstrasse 6 ";" ";"82131 ";"Stockdorf ";" ";" ";" ";" " +lieferant ;00501456;"Leonhard Hofstetter (e.K.) ";" ";"Neunburger Strae 15 ";" ";"92444 ";"Rtz ";" ";" ";" ";" " +lieferant ;00501457;"Hamat BV ";" ";"Spoelstraat 16 ";" ";"8280 ";"Genemuiden ";" ";" ";" ";" " +lieferant ;00501458;"Hensiek GnbH & Co KG ";" ";"Mindener Str. 449-453 ";" ";"49086 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00501459;"Hometrand Inku GmbH ";" ";"Nikolaus-Otto-Str. 6 ";" ";"70771 ";"Leinfelden-Echterdingen ";" ";" ";" ";" " +lieferant ;00501460;"Seidensticker Private Label GmbH ";" ";"Herforder Str. 182-194 ";"10 03 09 ";"33609 ";"Bielefeld ";"0521/306-0 ";" ";"0521/306-283 ";" " +lieferant ;00501461;"Haco-tex ";" ";"Maybachstrae 3/1 ";" ";"71735 ";"Eberdingen ";" ";" ";" ";" " +lieferant ;00501462;"Htzel ";" ";"Niedernstrasse 9 ";" ";"88299 ";"Leutkirch ";" ";" ";" ";" " +lieferant ;00501463;"Hadler & Hollerbuhl GmbH ";" ";"Borsteler Chaussee 85-99 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501464;"ITM Services GmbH ";" ";"Fhringer Allee 51 ";" ";"85774 ";"Unterfhring ";" ";" ";" ";" " +lieferant ;00501465;"PT Group B.V. -Present Time- ";" ";"Transistorstraat 24 ";" ";"1322 CE ";"Almere ";"+31 (0) 36 535 8888 ";" ";"+31 (0) 36 535 8800 ";" " +lieferant ;00501466;"Inthema S.r.l. ";" ";"Via Interna 147 / 149 ";" ";"46016 ";"Cogozzo ";" ";" ";" ";" " +lieferant ;00501467;"IBS Industrievertriebs-KG Steffel ";"Steffel Gmbh & Co. ";"Wittenstrasse 25 ";" ";"13509 ";"Berlin ";" ";" ";" ";" " +lieferant ;00501468;"Inver Gesellschaft mbH ";" ";"Mlforter Strae 59 ";" ";"41238 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00501469;"Krassler GmbH ";"Sportmode Vertrieb ";"Hauptplatz 31 ";" ";"4910 ";"Ried i.I. ";" ";" ";" ";" " +lieferant ;00501470;"Taschen Deutschland GmbH ";" ";"Hohenzollernring 53 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00501471;"Kotting Industries KG ";" ";"An der Eseite 183d ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00501472;"Peter Kaiser GmbH ";"Schuhfabrik ";"Lemberger Strasse 46 ";" ";"66955 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00501473;"Weinhaus August Kesseler ";" ";"Lorcher Str. 16 ";" ";"65385 ";"Assmannshausen ";" ";" ";" ";" " +lieferant ;00501474;"L.C. Wholesaler (eh.La Casa di Caesar) ";" ";"Braaker Bogen 2-4 ";" ";"22145 ";"Braak ";"+49 40 4134866-0 ";" ";"+49 40 4134866-10 ";" " +lieferant ;00501475;"Karl Lhner GmbH ";" ";"Brunnenweg 6 ";" ";"95179 ";"Geroldsgrn / Ofr. ";" ";" ";" ";" " +lieferant ;00501476;"Edelbert Lenz GmbH & Co. KG ";" ";"Wiesenweg 2 ";" ";"6858 ";"Schwarzach ";" ";" ";" ";" " +lieferant ;00501477;"Maximus GmbH ";" ";"Feldheider Strae 70-74 ";" ";"40699 ";"Erkrath ";" ";" ";" ";" " +lieferant ;00501478;"Mellau- Teppich ";"Lotteraner, Wrstner GmbH & Co. ";"Zimmerau 133 ";" ";"6881 ";"Mellau ";" ";" ";" ";" " +lieferant ;00501479;"Mastro Raphael S.p.A. ";" ";"Loc. Santo Chido 161 ";" ";"06049 ";"Spoleto ";" ";" ";" ";" " +lieferant ;00501480;"Gebrder Munzert GmbH & Do. ";"Heimtextilien Weberei ";"Ernst-Richard-Funke-Str. 17-19 ";" ";"95119 ";"Naila ";" ";" ";" ";" " +lieferant ;00501481;"Wetropa-MST GmbH ";" ";"Salzstrae 11 ";"1105 ";"85622 ";"Feldkirchen ";"089/909798-30 ";" ";"089/9039046 ";" " +lieferant ;00501482;"melvo GmbH ";" ";"Voithstrae 1 ";" ";"71640 ";"Ludwigsburg ";"07141/48880-0 ";" ";"07141/48880-21 ";" " +lieferant ;00501483;"Manz-Fortuna Schuhfabrik GmbH ";" ";"Bahnhofstr. 9 ";" ";"91315 ";"Hchstadt / Aisch ";" ";" ";" ";" " +lieferant ;00501484;"Maiflor Natur-Decor ";"Heimtextilien Vertriebs GmbH ";"Str ";" ";"72406 ";"Bisingen ";" ";" ";" ";" " +lieferant ;00501485;"Mncher Boulevard Mbel GmbH ";" ";"Steinbruchstrasse 3 ";" ";"83539 ";"Pfaffing-Forstin ";" ";" ";" ";" " +lieferant ;00501486;"Meusburger Gardinenfabrik GmbH ";" ";"Sonnenbergstrasse 17 ";" ";"6820 ";"Frastanz ";" ";" ";" ";" " +lieferant ;00501487;"Miniconf s.r.l. ";" ";"Via Provinciale 1/A ";" ";"52010 ";"Ortignano ";" ";" ";" ";" " +lieferant ;00501488;"Optimo Schlafsysteme GmbH ";" ";"Industriezeile 10 ";" ";"5280 ";"Braunau / Inn ";" ";" ";" ";" " +lieferant ;00501489;"Ocean Regntoj A/S ";" ";"Orbygardvej 3-5 ";" ";"7400 ";"Herning ";" ";" ";" ";" " +lieferant ;00501490;"Dechau Gmbh & Co. KG ";" ";"Jacobistr. 45 ";" ";"79104 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00501491;"Fransa Company AS ";" ";"Telehjen 8 ";" ";"5220 ";"Odense S ";"+45 6315 8515 ";" ";"+45 6315 8505 ";" " +lieferant ;00501492;"AM Shoe Company GmbH ";" ";"Im Gehrnerwald 17 ";" ";"66954 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00501493;"Mind Company A/S ";" ";"Niels Bohrs Vej 19 ";" ";"8660 ";"Skanderborg ";" ";" ";" ";" " +lieferant ;00501494;"Stummer GmbH ";" ";"Greifswalder Strae 5 ";"2280 ";"33106 ";"Paderborn ";"05251/7107-30 ";" ";"05251/7107-70 ";" " +lieferant ;00501495;"Mauritius GmbH International Fashion ";" ";"Hahnstrae 8 ";" ";"49835 ";"Wietmarschen-Lohne ";"05908/9333-0 ";" ";"05908/960144 ";" " +lieferant ;00501496;"Boviva GmbH ";" ";"Papiermhlenweg 74 ";" ";"40882 ";"Ratingen ";"+49 (0) 2102 13 50 227 ";" ";"+49 (0) 2102 88 96 282 ";" " +lieferant ;00501497;"Herlitz PBS AG ";"Papier-, Bro- und Schreibwaren ";"Am Borsigturm 100 ";" ";"13507 ";"Berlin ";"030/4393-0 ";" ";"030/4393-3408 ";" " +lieferant ;00501498;"Development engineering GmbH ";" ";"Egmatinger Str. 3 ";" ";"85667 ";"Oberpframmern ";" ";" ";" ";" " +lieferant ;00501499;"CD Silks ";" ";"Nelkenstrasse 1 ";" ";"47906 ";"Kempen ";" ";" ";" ";" " +lieferant ;00501500;"Zller GmbH ";" ";"Unterlandstrae 48 ";" ";"63911 ";"Klingenberg / Main ";"09372 / 3880 ";" ";"09372 / 2744 ";" " +lieferant ;00501501;"PONTI Accessoires GmbH ";" ";"Rathenaustrae 2 ";" ";"35394 ";"Gieen ";"0641/68680-500 ";" ";"0641/68680-509 ";" " +lieferant ;00501502;"Walter Sthr GmbH ";"Strickwarenfabrik ";"Feistelbergerstrae 19 ";" ";"92533 ";"Wernberg-Kblitz ";"09604/90934-0 ";" ";"09604/90934-29 ";" " +lieferant ;00501503;"Niedergnzl GmbH ";" ";"Neunteufeln 2 ";" ";"83417 ";"Kirchberg ";"086/849885-0 ";" ";"086/849885-55 ";" " +lieferant ;00501504;"Gass Jeanstrading ";"Inh. Jochen Gass ";"Burgdorfer Weg 19 ";" ";"79108 ";"Frelburg ";"0761/5036867 ";" ";" ";" " +lieferant ;00501505;"Expresso Fashion B.V. ";" ";"Luchtvaartstraat 3A-B ";"P.O. Box 75114 ";"1059 CA ";"Amsterdam ";"+31-20/6143772 ";" ";"+31-20/6174575 ";" " +lieferant ;00501506;"Sport und Vertriebs GmbH ";"Peter Peterknecht ";"Frankfurter Str. 60-62, Haus 5, R 203 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00501507;"Magellan & Mulloy ";"De Kastje ";"Grotestraat 33 ";" ";"7478 ";"Diepenheim ";" ";" ";" ";" " +lieferant ;00501508;"Hutfabrik Sutterer ";" ";"Allerheiligenstr. 51 ";" ";"77855 ";"Achen ";" ";" ";" ";" " +lieferant ;00501509;"Pepper.Corn ";" ";"Kokbjerg 29C ";" ";"6000 ";"Kolding ";" ";" ";" ";" " +lieferant ;00501510;"Oxmo ";" ";"Jyllandsgarde 3 ";" ";"6400 ";"Sonderborg ";"+45 7312 5840 ";" ";"+45 7312 5815 ";" " +lieferant ;00501511;"LK International AG (KJUS) ";" ";"Rothusstrasse 24 ";" ";"6331 ";"Hnenberg ";"+41-41/7480808 ";" ";"+41-41/7480800 ";" " +lieferant ;00501512;"Maica Textilfabrik GmbH ";" ";"Frankenring 14 ";" ";"30855 ";"Langenhagen ";"0511/4754260 ";" ";"0511/47542630 ";" " +lieferant ;00501513;"Reflexion Denmark ApS ";" ";"Hasselunden 16, 1 ";" ";"2765 ";"Smoerum ";" ";" ";" ";" " +lieferant ;00501514;"Items Warenhandels GmbH ";" ";"Giemstrae 16 ";" ";"41564 ";"Kaarst ";" ";" ";" ";" " +lieferant ;00501523;"H. Sprau GmbH ";" ";"Windsberger Strasse 18 ";" ";"66954 ";"Pirmasens ";"+49 6331 51770 ";" ";"+49 6331 517716 ";" " +lieferant ;00501600;"PICO Food GmbH ";" ";"Hauptstrasse 74 ";" ";"71732 ";"Tamm ";"+49 7141 697820 ";" ";"+49 7141 697819 ";" " +lieferant ;00501601;"Perle Textil GmbH ";" ";"Hallerstrasse 202 ";" ";"6020 ";"Innsbruck ";"+43 512 2464312 ";" ";"+43 512 2464335 ";" " +lieferant ;00501602;"Pater GmbH ";" ";"Hermann-Lns-Strasse 38 ";" ";"59469 ";"Ense-Lttringen ";"+49 2938 97160 ";" ";"+49 2938 971610 ";" " +lieferant ;00501603;"J.H. Plking GmbH & Co. KG ";" ";"Groer Fledderweg 29 ";"3503 ";"49084 ";"Osnabrck ";"0541/95747-0 ";" ";"0541/95747-90 ";" " +lieferant ;00501604;"Blome GmbH ";" ";"Im Karweg 3 ";" ";"59846 ";"Sundern ";"+49 2933 8460 ";" ";"+49 2933 846100 ";" " +lieferant ;00501605;"Papier+Design GmbH ";"tabletop ";"An der Heinzbank 15 ";" ";"09429 ";"Wolkenstein ";"037369/847-0 ";" ";"037369/847-20 ";" " +lieferant ;00501606;"PNZ-Produkte GmbH ";" ";"Eichsttter Strasse 2 - 4a ";" ";"85110 ";"Kipferberg ";"+49 8465 17380 ";" ";"+49 8465 3616 ";" " +lieferant ;00501607;"Theodor Poettinger KG ";" ";"Ettaler Strasse 14 ";" ";"82496 ";"Oberau ";"+49 8824 206 ";" ";"+49 8824 8783 ";" " +lieferant ;00501608;"PPD Paperproducts Design GmbH ";" ";"Am Hambuch 4 ";" ";"53340 ";"Meckenheim ";"02225/9935-0 ";" ";"02225/9935-35 ";" " +lieferant ;00501609;"RICO Lederwaren ";" ";"Mnchner Strasse 19 ";" ";"86641 ";"Rein am Lech ";"+49 9090 96760 ";" ";"+49 9090 967666 ";" " +lieferant ;00501610;"RMP Collezioni ";"Renate Pinkas ";"Taunusstrasse 45 ";" ";"80807 ";"Mnchen ";"+49 89 3507258 ";" ";" ";" " +lieferant ;00501611;"RS Office Products GmbH ";" ";"Werner-Heisenberg-Str. 18a ";" ";"68519 ";"Viernheim ";"+49 6204 71001 ";" ";"+49 6204 75853 ";" " +lieferant ;00501612;"Raum+Boden Import und VertriebsgesmbH ";" ";"Gewerbepark Grories 761 ";" ";"5412 ";"Puch ";"+43 6245 71390 ";" ";"+43 6245 71393 ";" " +lieferant ;00501613;"Manuel Revert Y CIA S.A. ";" ";"Paseo de La Habana 6 ";" ";"46890 ";"Agullent ";" ";" ";" ";" " +lieferant ;00501614;"Rummel+Stoiber KG ";"Heimtextilien-Grohandel ";"Rudolf-Diesel-Strasse 23 - 25 ";" ";"85521 ";"Ottobrunn-Riemerling ";"+49 89 4585520 ";" ";"+49 89 45855299 ";" " +lieferant ;00501615;"Regina Schloberger ";"Textilverlag ";"Dax Lueg Strae 12 ";" ";"5023 ";"Salzburg ";"+43 662 647510 ";" ";" ";" " +lieferant ;00501616;"Radici Trading GmbH ";"Division Carat System Boden ";"Industriestrasse 42 ";" ";"59192 ";"Bergkamen ";"+49 2389 783117 ";" ";"+49 2389 783113 ";" " +lieferant ;00501617;"Rattan-Mbel-Import GmbH ";" ";"Duvendahl 91 ";" ";"24435 ";"Stelle ";"+49 4174 6508 ";" ";"+49 4174 650842 ";" " +lieferant ;00501618;"Swisa-mropa-moden GmbH ";"Knzel-Bavariae ";"Hugo-Junkers-Strasse 4 ";" ";"82031 ";"Grnwald ";"+49 89 6493827 ";" ";"+49 896493535 ";" " +lieferant ;00501619;"Wolfgang Rieck eK ";"Sunday ";"Curchmannstrasse 20 ";" ";"20251 ";"Hamburg ";"+49 4101 473221 ";" ";"+49 4101 473226 ";" " +lieferant ;00501620;"Saum & Viebahn GmbH & Co KG ";"Textilverlag ";"E.-C.-Baumann-Str. 12 ";" ";"95326 ";"Kulmbach ";"+49 9221 8000 ";" ";"+49 9221 80088 ";" " +lieferant ;00501621;"Sanita A/S ";" ";"La Cours Vej 6 ";" ";"7430 ";"Ikast ";"+45 96605370 ";" ";"+45 9596605301 ";" " +lieferant ;00501622;"F. Sommerauer ";"Modeproduktionen & Vertrieb ";"Kirchengasse 5 ";" ";"5020 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00501624;"Sit-in Deutschland GmbH ";" ";"Industriestrasse 10 ";" ";"59192 ";"Bergkamen ";" ";" ";" ";" " +lieferant ;00501625;"Spirella s.a. ";" ";"Tannenstrasse 98 ";" ";"8424 ";"Embrach-Zrich ";"+41 44 8662424 ";" ";"+41 44 8662490 ";" " +lieferant ;00501626;"Speed & Fashion Trading GmbH ";" ";"Trattmansberg 5 ";" ";"5230 ";"Mattighofen ";" ";" ";" ";" " +lieferant ;00501627;"Sieger Dessign e.K. ";" ";"Vorster Strasse 15 ";" ";"41748 ";"Viersen ";"02162/356613 ";" ";"02162/356615 ";" " +lieferant ;00501628;"Johann Wimmer ";"San Marco ";"Eiselfinger Strasse 14 ";" ";"83512 ";"Wasserburg ";"+49 8071 40555 ";" ";"+49 8071 40844 ";" " +lieferant ;00501629;"Sixten Limited ";" ";"Crookley Park ";" ";"PO90AD ";"Horndean Hamshire ";" ";" ";" ";" " +lieferant ;00501630;"Heinz Schneider e.K. Handelsvertreter CD";"Inh. Carolin Schneider ";"Taunusstr. 45, Haus 4, Raum 012 ";" ";"80807 ";"Mnchen ";"089/35663334 ";" ";"089/3507883 ";" " +lieferant ;00501631;"Xaver Schneider GmbH & CO KG ";" ";"Mittlerer Weg 1 ";" ";"88512 ";"Mengen ";"+49 7572 76360 ";" ";"+49 7572 763626 ";" " +lieferant ;00501632;"SchoBaTex GmbH ";" ";"Herrnbergstrasse 30 ";" ";"84428 ";"Ranoldsberg ";"+49 8086 94740 ";" ";"+49 8086 947450 ";" " +lieferant ;00501633;"Max Schfer ";" ";"Zeppelinstrasse 34 ";" ";"73760 ";"Ostfildern ";"+49 711 167660 ";" ";"+49 711 1676666 ";" " +lieferant ;00501634;"J.G.Schrdel GmbH ";" ";"Hans-Bunte-Str. 2 ";" ";"90431 ";"Nrnberg ";"0911/3239695-0 ";" ";"0911/3239695-9 ";" " +lieferant ;00501635;"Schrautemeier GmbH ";"FAMOWESTA ";"Industriestrae 17 ";" ";"55743 ";"Idar-Oberstein ";"+49 6784 980727 ";" ";"+49 6784 980726 ";" " +lieferant ;00501636;"Dieter Schneider ";" ";"Parchwitzerstrasse 3 ";" ";"82256 ";"Frstenfeldbruck ";"+49 8141 12879 ";" ";"+49 8141 15580 ";" " +lieferant ;00501637;"Stern GmbH & Co. KG ";"Garten- & Freizeitmbel ";"Maybachstrae 13 ";" ";"71563 ";"Affalterbach ";"07144/8377-0 ";" ";"07144/831094 ";" " +lieferant ;00501638;"Hubert Striegel GmbH ";" ";"Am Buschkopf 16 ";" ";"86381 ";"Krumbach ";"+49 8282 90030 ";" ";"+49 8282 7123 ";" " +lieferant ;00501639;"Karl Steckemeier ";"Esgano-Schuhe ";"Sepp-Weidinger-Weg 32 ";" ";"84140 ";"Gangkofen ";"+49 8722 94960 ";" ";"+49 8722 949626 ";" " +lieferant ;00501640;"Stoffdruckerei Tutzing GmbH ";" ";"Lindemannstrae 11 ";" ";"82327 ";"Tutzing ";"+49 8158 6083 ";" ";"+49 8158 2975 ";" " +lieferant ;00501641;"Stoiber Textil GmbH ";" ";"Herrnbergstrasse 6 ";" ";"84428 ";"Ranoldsberg ";"+49 8086 947592 ";" ";"+49 8086 947590 ";" " +lieferant ;00501642;"TVMania GmbH ";" ";"Hans-Boeckler-Str. 1 ";" ";"40764 ";"Langenfeld ";"+49 2173 109390 ";" ";"+49 2173 1093930 ";" " +lieferant ;00501643;"Rudolf Tesch ";" ";"Pienzenau Nord 20 ";" ";"94439 ";"Robach ";"+49 8547575 ";" ";"+49 8547 7376 ";" " +lieferant ;00501644;"Nikolaus Tsiaktanis & Co E.E. ";"Import - Export - Produktion ";"Stadiou 173 ";" ";"59100 ";"Veria ";" ";" ";" ";" " +lieferant ;00501645;"Telenzo Carpets ";" ";"Fabriekstraat 13 ";" ";"280 ";"AC Genemuiden ";" ";" ";" ";" " +lieferant ;00501646;"TY Europe Ltd. ";" ";"Fareham Rd. ";" ";"0 ";"Gosport ";" ";" ";" ";" " +lieferant ;00501647;"Olivier Thevenon Selection ";" ";"Route de L'Ermitage 46 ";" ";"43004 ";"Le Puy Cedex ";" ";" ";" ";" " +lieferant ;00501648;"Trend-Stoff GmbH ";"Vertriebsgesellschaft fr Heimtextilien ";"Industriestrae 9 ";" ";"83402 ";"Mitterfelden ";"+49 8654 48460 ";" ";"+49 8654 484620 ";" " +lieferant ;00501649;"Texdecor GmbH ";" ";"Kirchefeldstrasse 60 ";" ";"40217 ";"Dsseldorf ";"+49 211 3892600 ";" ";"+49 211 3892601 ";" " +lieferant ;00501650;"VEBE Floorcoverings GmbH ";" ";"Europark Fichtenhain A 13a ";" ";"47807 ";"Krefeld ";"+49 2151 37270 ";" ";"+49 2151 372725 ";" " +lieferant ;00501651;"Van Es Home B.V. ";" ";"Industrieweg Noord 12 ";" ";"3958 VT ";"Amerongen ";"+31-343/442144 ";" ";"+31-343/442594 ";" " +lieferant ;00501652;"Waldorff Leico ";" ";"Rottweg 83 ";" ";"5020 ";"Salzburg ";"+43 662 436420 ";" ";"+43 662 43642020 ";" " +lieferant ;00501653;"WMK Werbematten GmbH ";" ";"Muggenhofer Str. 172 ";" ";"90429 ";"Nrnberg ";"+49 911 933680 ";" ";"+49 911 9336826 ";" " +lieferant ;00501654;"Wulff GmbH & Co KG ";" ";"Wersener Strae 3 ";" ";"49504 ";"Lotte ";"+49 5404 8810 ";" ";"+49 5404 88119 ";" " +lieferant ;00501655;"Marco Tozzi Shoes GmbH & Co. KG ";"*ehemalig* Wendel GmbH & Co. KG ";"Klingenbergstrae 1-3 ";" ";"32758 ";"Detmold ";"05231/605-01 ";" ";"05231/605-152 ";" " +lieferant ;00501656;"Max Weiss GmbH & Co ";"Lebkuchenfabrik ";"Junkersstrasse 4-6 ";" ";"89231 ";"Neu-Ulm ";"0731/72910 ";" ";"0731/724412 ";" " +lieferant ;00501657;"Mbel Wanninger e.K. ";" ";"Wettzeller Str. 7 ";" ";"93444 ";"Ktzing ";"+49 9941 6050 ";" ";"+49 9941 605300 ";" " +lieferant ;00501658;"Zollanvari GmbH ";" ";"Borsteler Chaussee 85 ";" ";"22453 ";"Hamburg ";"+49 40 37500570 ";" ";" ";" " +lieferant ;00501659;"Minardi Commerciale srl ";" ";"Via Tomba 11 ";" ";"I-48022 ";"Lugo (RA) ";"+39(0)545 900714 ";" ";"+39(0)545 288562 ";" " +lieferant ;00501660;"Lifestyle and Fashion AG ";" ";"Pyramidenweg 6 ";" ";"25474 ";"Ellerbek ";"04101/83486-90 ";" ";"04101/83486-99 ";" " +lieferant ;00501661;"LANDMANN - PEIGA ";" ";"Am Binnenfeld 3-5 ";" ";"27711 ";"Osterholz-Scharmbeck ";" ";" ";" ";" " +lieferant ;00501662;"Collection Schulte GmbH & Co KG ";" ";"Fritz-Peters-Strasse 10 - 12 ";" ";"47447 ";"Moers-Kapellen ";"+49 2841 18000 ";" ";"+49 2841 180090 ";" " +lieferant ;00501663;"R. Felten Futterstoffe ";" ";"Bandwirkerstrasse 43 ";" ";"42369 ";"Wuppertal ";"+49 202 463489 ";" ";"+49 202 462639 ";" " +lieferant ;00501664;"Zauner GmbH ";"Bayerische Drahtmatratzenfabrik ";"Zeppelinstrasse 14 ";" ";"85748 ";"Garching ";"+49 89 3294800 ";" ";"+49 89 3203260 ";" " +lieferant ;00501665;"Weiss GmbH ";"Creationen in Leder ";"Hauptstrasse 4 ";" ";"88486 ";"Kirchberg ";"+49 7354 936713 ";" ";"+49 7354 936715 ";" " +lieferant ;00501666;"Dieter Reeb ";" ";"F.H. Erasmus-Strasse 11 ";" ";"79650 ";"Schopfheim ";"+49 7622 668675 ";" ";"+49 7622 668677 ";" " +lieferant ;00501667;"P+E Festartikel GmbH ";" ";"Braitler Str. 53 ";" ";"55566 ";"Bad Sobernheim ";" ";" ";" ";" " +lieferant ;00501668;"Nickel Collection ";"Albani Group GmbH & Co KG ";"Leuchtmhlenweg 15 ";" ";"08505 ";"Plauen ";" ";" ";" ";" " +lieferant ;00501669;"Marianne Stockhausen ";" ";"Zur Trnke 3 ";" ";"53567 ";"Buchholz ";" ";" ";" ";" " +lieferant ;00501670;"LAPARO ";"Rudolf Laustroer ";"Kapellenweg 88 ";" ";"33415 ";"Verl ";" ";" ";" ";" " +lieferant ;00501671;"Lekkerland Deutschland GmbH & Co.KG ";" ";"Europaallee 57 ";" ";"50226 ";"Frechen ";"02234/1821-0 ";" ";"02234/1821-100 ";" " +lieferant ;00501672;"Wolfgang Kohl GmbH ";"Lederwaren-Grovertrieb ";"Fischbachstrasse 86 ";" ";"66125 ";"Saarbrcken ";" ";" ";" ";" " +lieferant ;00501673;"HILTI Deutschland GmbH ";" ";"Hiltistrasse 2 ";" ";"86916 ";"Kaufering ";" ";" ";" ";" " +lieferant ;00501674;"Trend Gardinen + Zubehr GmbH & Co KG ";" ";"Johanniterstrasse 12 ";" ";"72393 ";"Burladingen ";" ";" ";" ";" " +lieferant ;00501675;"Gardinia Home Decor GmbH ";" ";"Neutrachburger Strasse 20 ";" ";"88316 ";"Isny ";" ";" ";" ";" " +lieferant ;00501676;"Gerlinde Gebert ";"Hobby-Studio ";"Pfarrgasse 13 ";" ";"86732 ";"Oettingen ";" ";" ";" ";" " +lieferant ;00501677;"Gottlob Fischer ";" ";"Ersbergstrasse 10 ";" ";"72622 ";"Nrtingen ";" ";" ";" ";" " +lieferant ;00501678;"August Farny GmbH ";" ";"Trausnitzstrasse 1 ";" ";"81671 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501679;"Alma Zerbone ";"Tarantine s.r.l. ";"Anton-Kux-Strasse 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00501680;"Brunner OHG ";" ";"Kiesgrubenweg 25 ";" ";"87766 ";"Memmingerberg ";" ";" ";" ";" " +lieferant ;00501681;"Steiner GmbH & Co KG ";" ";". ";" ";"8974 ";"Mandling ";" ";" ";" ";" " +lieferant ;00501682;"VERCERAL S.A. ";" ";"1 rue Edmond Besse ";"B.P. 49 ";"33083 ";"Bordeaux Cedex ";"+33-556/696868 ";" ";"+33-556/694832 ";" " +lieferant ;00501683;"Surplus Textilien GmbH & Co. KG ";" ";"Niehler Strasse 272 ";" ";"50735 ";"Kln ";" ";" ";" ";" " +lieferant ;00501684;"Veldhoven Deutschland ";"DoubleU ";"Derendorfer Allee 4a ";" ";"40476 ";"Dsseldorf ";"+49 211 94686903 ";" ";" ";" " +lieferant ;00501685;"WM Sport ";"Wolfgang Mackewicz ";"Recklinghuser Str. 119 ";" ";"45721 ";"Haltern am See ";"02364 6036230 ";" ";"02364 6036239 ";" " +lieferant ;00501686;"Arcteryx Equipment Inc. ";" ";"100-2155 Dollarlon HWY ";" ";"V7H ";"North Vancouver ";" ";" ";" ";" " +lieferant ;00501687;"Manifatture Tessili Castellane S.r.l ";" ";"Via Sile, 46 ";" ";"31033 ";"Castelfranco Veneto (TU) ";"+39 0 423 722755 ";" ";" ";" " +lieferant ;00501688;"nmph A/S ";" ";"Ibsvej 1-3 ";" ";"6000 ";"Kolding ";"+45-7631 4300 ";" ";"+45-7631 0393 ";" " +lieferant ;00501689;"Kauf AG ";" ";"Rosenbelstrasse 50 ";" ";"9642 ";"Ebnat-Kappel ";"+41 71 992 6070 ";" ";" ";" " +lieferant ;00501690;"Mars & More b.v. ";" ";"Telfordstraat 41 ";" ";"8013 ";"RL Zwolle ";" ";" ";" ";" " +lieferant ;00501691;"luft aus richtig 25433 ";" ";". ";" ";". ";". ";" ";" ";" ";" " +lieferant ;00501692;"Richard & Peter Pohl GmbH ";" ";"Ludwigstrasse 136 ";" ";"63067 ";"Offenbach ";"069 800720-0 ";" ";"069 800720-99 ";" " +lieferant ;00501693;"Handelsvertretung Ingo Henig ";" ";"Schwerterstr. 58-60 ";" ";"71065 ";"Sindelfingen ";"07031 - 87329 ";" ";"07031 - 678260 ";" " +lieferant ;00501694;"CW Mode GmbH ";" ";"Groenlandstr. 31 ";" ";"46446 ";"Emmerich am Rhein ";"02828 335496 ";" ";"02828 903412 ";" " +lieferant ;00501695;"AOL Verlag Frohmut Menze GmbH ";" ";"Waldstr. 18 ";" ";"77839 ";"Lichtenau ";"07227 9588-0 ";" ";"07227 9588-95 ";" " +lieferant ;00501696;"Ste FRIME ";" ";"64 Rue Sedain ";" ";"75011 ";"Paris ";"01 43 14 99 92 ";" ";"01 43 14 99 72 ";" " +lieferant ;00501697;"D.H. Fashion GmbH ";" ";"Stockstdter Str. 31 ";" ";"63762 ";"Groostheim ";"+49 (0) 6026 / 9787 - 0 ";" ";"+49 (0) 6026 / 9787 - 25 ";" " +lieferant ;00501698;"Cortex GmbH ";" ";"Am Schallerseck 32 ";" ";"90765 ";"Frth-Bislohe ";"0911/93635-0 ";" ";"0911/93635-30 ";" " +lieferant ;00501699;"Boston Brothers ";" ";"De Beek 10 ";" ";"3871 MS ";"Hoevelaken ";"0031 - 88 10 20 456 ";" ";" ";" " +lieferant ;00501700;"Jaded Legend Fashion ";" ";"Kuhlenstr. 4 ";" ";"45468 ";"Mlheim / Ruhr ";"0208 8293503 ";" ";" ";" " +lieferant ;00501701;"Ega Textil S.A. ";" ";"C/ Merkatondoa, 24 - Apartado 98 ";" ";"31200 ";"Estella (Navarra) ";"+34-948/5563-00 ";" ";"+34-948/5563-36 ";" " +lieferant ;00501702;"Beim Jupiter Accessoires GmbH ";" ";"Horst 4 ";" ";"25779 ";"Hennstedt ";" ";" ";" ";" " +lieferant ;00501703;"A. Phl GmbH ";" ";"Gewerbepark 6 ";" ";"4616 ";"Weikirchen ";" ";" ";" ";" " +lieferant ;00501704;"Vox Populi ";" ";"54 Rue Joseph Vernet ";" ";"84000 ";"Avignon ";" ";" ";" ";" " +lieferant ;00501705;"Huberman's Europe GmbH ";" ";"Hanauer Landstr. 155 ";" ";"60314 ";"Frankfurt am Main ";"069/9431838-0 ";" ";"069/9431838-10 ";" " +lieferant ;00501706;"Italca s.n.c. ";"di Cairoli Luigi & Co. ";"Via Cittorio Veneto n. 36 ";" ";"22079 ";"Villguardia - Como ";" ";" ";" ";" " +lieferant ;00501707;"R+S Handschuhvetriebs GmbH & Co. KG ";" ";"Karlsbader Str. 5 ";" ";"91550 ";"Dinkelsbhl ";"09851/5799-0 ";" ";"09851/5799-33 ";" " +lieferant ;00501708;"Antje Meyer- Henning ";" ";"Am Hang 16 ";" ";"25588 ";"Olendorf ";" ";" ";" ";" " +lieferant ;00501709;"Playshoes GmbH ";" ";"Onstmettingen, Eberhardstrae 20-26 ";" ";"72461 ";"Albstadt ";"07432/20091-0 ";" ";"07432/20091-19 ";" " +lieferant ;00501710;"Papier Union GmbH ";" ";"Warburgstrae 28 ";" ";"20354 ";"Hamburg ";"040/41175-0 ";" ";" ";" " +lieferant ;00501711;"Papstar Vertriebsgesellschaft ";"mbH & Co. KG ";"Daimlerstrae ";" ";"53925 ";"Kall ";" ";" ";" ";" " +lieferant ;00501712;"Staedler Deutschland Vertriebs GmbH ";" ";"Moosckerstr. 3 ";" ";"90427 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00501713;"L&M Resources Inc. ";" ";"860 Los Angeles St. ";" ";"CA 90014 ";"Los Angeles ";" ";" ";" ";" " +lieferant ;00501714;"Wolfgang Nolte GmbH ";"Monti Cravatten ";"Dieemer Bruch 170-172 ";" ";"47805 ";"Krefeld ";"02151/5589-0 ";" ";"02151/5589-50 ";" " +lieferant ;00501715;"Roadsign Europe - Office ";"PA. Lascol ";"6 Allee Jeans Monnet, Collegien ";" ";"77615 ";"Marne La Vallee - Cedex 3 ";" ";" ";" ";" " +lieferant ;00501716;"Clasen GmbH ";" ";"Pulverweg 6 ";" ";"21337 ";"Lneburg ";" ";" ";" ";" " +lieferant ;00501717;"Gebr. Kemperman Lederwaren BV ";" ";"Leuverinkstraat 10 ";" ";"7011 ";"En Gaanderen ";" ";" ";" ";" " +lieferant ;00501718;"C-I International B.V. ";" ";"Oostenburgervoostraat 83A ";" ";"1018 ";"MP Amsterdam ";" ";" ";" ";" " +lieferant ;00501719;"Blueline Fashion GmbH ";" ";"Junghansstrae 5 ";" ";"70469 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00501720;"Dirk Kienappel ";" ";"Berrischstr. 167a ";" ";"50769 ";"Kln ";"0221/16919600 ";" ";"0221/790761002 ";" " +lieferant ;00501721;"Peter Langer Handelsagentur CDH ";" ";"Am Forstanger 33 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00501722;"Princesse tam tam ";" ";"39, rue Maurice Gunsbourg ";" ";"94851 ";"Paris ";" ";" ";" ";" " +lieferant ;00501723;"HK TEX Naturdaunen ";" ";"Avendruper Str. 37 ";" ";"48157 ";"Mnster - Handorf ";" ";" ";" ";" " +lieferant ;00501724;"Lascol Textiles ";" ";"2, Avanue Alphonsino ";" ";"98820 ";"Le Plessis-Trevise ";" ";" ";" ";" " +lieferant ;00501725;"Tapic GmbH ";" ";"Trockenbachweg 5 ";" ";"36093 ";"Knzell ";" ";" ";" ";" " +lieferant ;00501726;"HR Group GmbH & Co. KG ";" ";"Am Tie 7 ";"21 29 ";"49086 ";"Osnabrck ";"0541/9584-0 ";" ";"0541/9584-9221 ";" " +lieferant ;00501727;"Krger Import GmbH ";" ";"Borsingstrasse 7 ";" ";"40880 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00501728;"Parah S.p.A. ";" ";"Corso L.Da Vinci 50 ";" ";"21013 ";"Gallerate VA ";" ";" ";" ";" " +lieferant ;00501729;"Fraas Spiegel GmbH & Co. KG ";" ";"Erlangen Str. 15 ";" ";"90542 ";"Eckental ";" ";" ";" ";" " +lieferant ;00501730;"Soho & Jagger GmbH ";" ";"Rdigerstr. 12 ";" ";"44319 ";"Dortmund ";"0231/300386-0 ";" ";"0231/300386-66 ";" " +lieferant ;00501732;"Georg Blessing Vertriebs GmbH ";" ";"Ingolstdter Strae 44 ";" ";"80807 ";"Mnchen ";"089/3569103 ";" ";"089/3595609 ";" " +lieferant ;00501733;"Fussl Modestrasse, Mayr GmbH ";" ";"Fusslstrae 26-32 ";" ";"4974 ";"Ort im Innkreis ";" ";" ";" ";" " +lieferant ;00501734;"Peter Feldhusen Modeagentur GmbH ";" ";"Rheinmetall Alllee 3 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501735;"Maglificio Gran Sasso S.p.A. ";" ";"Via Isaac Newton, 2 ";" ";"64016 ";"Sant'Egidio alla Vibrata (TE) ";"+39-0861/846-0 ";" ";"+39-0861/846-070 ";" " +lieferant ;00501736;"David & Scotti ";" ";"Via del Padule no. 64 ";" ";"50018 ";"Scandicci ";" ";" ";" ";" " +lieferant ;00501737;"Annemar bv ";" ";"Lipsstraat 1-13 ";" ";"5151 ";"BH Drunen ";" ";" ";" ";" " +lieferant ;00501740;"Lsieg Gardienenerzeugungs Ges. mbH ";" ";"Stromstrae 1 ";" ";"1200 ";"Wien ";" ";" ";" ";" " +lieferant ;00501741;"I.D. Medienhaus ";" ";"Ludwig-Wagner-Strae 19a ";" ";"69168 ";"Wiesloch ";" ";" ";" ";" " +lieferant ;00501742;"Schabani ";" ";"Melendorfer Str. 94 ";" ";"22145 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501743;"Elzacher Matratzen GmbH ";" ";"Industriestrae 4 ";" ";"79215 ";"Elzach ";" ";" ";" ";" " +lieferant ;00501744;"Domino Modevertrieb GmbH ";" ";"Marlowring 21 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501745;"Agentur Waschke ";" ";"Avenida del Mar 32 ";" ";"07180 ";"Costa de la Calma ";" ";" ";" ";" " +lieferant ;00501746;"GINA B. Fashion GmbH ";" ";"Franzstr. 115 ";" ";"46395 ";"Bocholt ";"02871/956-0 ";" ";"02871/956-178 ";" " +lieferant ;00501747;"Voggenreiter Verlag GmbH ";" ";"Viktoriastrae 25 ";" ";"53173 ";"Bonn ";"0228/93575-0 ";" ";"0228/93575-75 ";" " +lieferant ;00501748;"Hugenberg ";" ";"Zweibrckenstrae 2 ";" ";"80331 ";"Mnchen ";"089 12 00 16 70 ";" ";" ";" " +lieferant ;00501749;"Batrax s.r.l. ";" ";"Lungo Dora Colletta 85 ";" ";"10153 ";"Torino ";" ";" ";" ";" " +lieferant ;00501750;"Reklame Verlag GmbH ";" ";"Ahornstr. 1 ";" ";"10787 ";"Berlin ";"030 23 63 77 87 ";" ";"030 23 63 88 39 ";" " +lieferant ;00501751;"Josef Mser GmbH ";" ";"Rossmhder 9 ";" ";"6850 ";"Dornbirn ";" ";" ";" ";" " +lieferant ;00501752;"La Compagnia delle Pelli S.p.A. ";" ";"Via San Crescenziano 12 ";" ";"00199 ";"Rom ";" ";" ";" ";" " +lieferant ;00501753;"Rajan Imports Limited ";"Rajan House 61 ";"Great Ducie Street ";" ";"M3 1RR ";"Manchester ";" ";" ";" ";" " +lieferant ;00501754;"Texdia, S.A. Christof Jackstdt ";" ";"Am altzen Broich 83 ";" ";"40764 ";"Langenfeld ";" ";" ";" ";" " +lieferant ;00501755;"Texteis Texdia, S.A. ";" ";"Rua das Vinhas Nr. 232 ";" ";"4785901 ";"Riba de Ave ";" ";" ";" ";" " +lieferant ;00501756;"Ernst Lindenstruth ";"Schmuck ";"Ostannstr. 20 ";" ";"64285 ";"Darmstadt ";"06151 59 59 12 ";" ";" ";" " +lieferant ;00501757;"X17 GmbH ";" ";"Die Lach 4 ";" ";"66121 ";"Saarbrcken ";"0681-96724-41 ";" ";"0681-96724-44 ";" " +lieferant ;00501758;"Rudolf Breuer e.K. ";"Mechanische Weberei ";"Austrae 6 ";" ";"95460 ";"Bad Berneck ";" ";" ";" ";" " +lieferant ;00501759;"B&L GmbH & Co KG ";"Boldog & Laube ";"Eschstr. 6 ";" ";"48167 ";"Mnster ";" ";" ";" ";" " +lieferant ;00501760;"Eddie Tigger ";" ";"Otto Hahn Str. 39 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00501761;"Estral Handelsonderneming B.V. ";" ";"Professor Asserweg 20a ";" ";"5144 NC ";"Waalwijk ";"+31-416/322556 ";" ";"+31-416/322590 ";" " +lieferant ;00501762;"Amplified Germany-Austria ";"3ple Ste ";"Mahdentalstr. 108 /HDK I ";" ";"71065 ";"Sindelfingen ";"07031-68 85 93 ";" ";" ";" " +lieferant ;00501763;"Wissmach Modefilialen GmbH ";" ";"Holzheimer Str. 8 ";" ";"73037 ";"Gppingen ";"07161/95050-0 ";" ";"07161/95050-50 ";" " +lieferant ;00501764;"Phard s.p.a. ";" ";"Via s. brigida n 16 ";" ";"80132 ";"Napoli ";" ";" ";" ";" " +lieferant ;00501765;"Zinnober ";"Buchmller & Nonnenbroich GbR ";"Gartenstrae 75 ";" ";"88212 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00501766;"Intune GmbH ";" ";"Berta-Cramer-Ring 32a ";" ";"65205 ";"Wiesbaden ";"06122/533109 ";" ";"06122/53306 ";" " +lieferant ;00501767;"Aura Future s.r.l. ";" ";"P.I.C.A.C/. Gran Bretana, 168 ";" ";"03600 ";"Elda Alicante ";" ";" ";" ";" " +lieferant ;00501768;"Doris John Lederwaren Import ";" ";"Industriestr. 8a ";" ";"66981 ";"Mnchweiler ";" ";" ";" ";" " +lieferant ;00501769;"AJ Moda ";"Foulards-Bijoux Ceintures ";"23 Qual Lucien Lefranc ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501770;"Fantazja-Just ";" ";"ul.Biala 47 ";" ";"87-100 ";"Torun ";" ";" ";" ";" " +lieferant ;00501771;"Nelca nv/sa ";" ";"Stationstraat 80 ";" ";"8860 ";"Tendelede ";" ";" ";" ";" " +lieferant ;00501772;"Solida Bekleidungswerke Ges.m.b.H. ";" ";"Sittersdorf 46 ";" ";"9133 ";"Miklauzhof ";" ";" ";" ";" " +lieferant ;00501773;"Gate Innowear GmbH & Co. KG ";" ";"Peutestr. 53 ";" ";"20539 ";"Hamburg ";"040 /7029351 - 10 ";" ";" ";" " +lieferant ;00501774;"SPROX Headquarters ";" ";"Meersbloem Melden 42 ";" ";"9700 ";"Oudenaarde ";"32 (0)55 33 56 56 ";" ";"+32 (0)55 33 56 57 ";" " +lieferant ;00501775;"Calzaturificia Donna Carolina s.r.l. ";" ";"Vicolo Mascagni, 1 ";" ";"30032 ";"Fiesso d'Artica - Venezia ";"+39-041/5160141 ";" ";"+39-041/5160455 ";" " +lieferant ;00501776;"Fashion Partner Bastad AB ";" ";"Angelholmsvgen 76 ";" ";"26937 ";"Bastad ";" ";" ";" ";" " +lieferant ;00501777;"Aude Handels GmbH ";" ";"Fendigasse 33-35 ";" ";"1050 ";"Wien ";" ";" ";" ";" " +lieferant ;00501778;"NOVABRESSE - AUTREMENT DIT ";" ";"15, avenue des Tilleuls ";" ";"71500 ";"Louhans ";" ";" ";" ";" " +lieferant ;00501779;"Seratex - Rainer Raab ";" ";"Am Hinterberg 6 ";" ";"63073 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00501780;"Arbeitsring anerkannter ";"Blindenwerksttten-Schlich GmbH ";"An der binnesburg 2-6 ";" ";"52393 ";"Hrtgemwald-Horm ";" ";" ";" ";" " +lieferant ;00501781;"German Textile Agency Dis TIC. LTD. ";" ";"75.Yil Mahallesi Istiklal CAD.No.58Kat2 ";" ";"0 ";"Istanbul ";" ";" ";" ";" " +lieferant ;00501782;"BRITA GmbH ";" ";"Heinrich-Hertz-Strae 4 ";" ";"65232 ";"Taunusstein ";"06128/746-0 ";" ";"06128/746-601 ";" " +lieferant ;00501783;"United Sports Brand Europe ";" ";"Hagelberg 29 ";" ";"2250 ";"Olen ";"+32-14/854785 ";" ";"+32-14/850219 ";" " +lieferant ;00501784;"Positive Thinking ";" ";"Hellweg 21-23 ";" ";"44787 ";"Bochum ";" ";" ";" ";" " +lieferant ;00501785;"M&V Pronto Moda die Zhang Chunwei ";" ";"Via Friuli Venezia Giulia 19 ";" ";"59014 ";"Macrolotto Iolo Prato (PO) ";" ";" ";" ";" " +lieferant ;00501786;"Stella Marina S.r.l. ";" ";"Via Piemonte 1 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00501787;"Yess Fashion Import - Export ";" ";"48, rue Sedine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501788;"Le Comptoir Normand ";" ";"99, route de Dieppe ";" ";"76770 ";"Malaunay ";" ";" ";" ";" " +lieferant ;00501789;"MC S.r.l. ";" ";"Via Friuli Venezia Giulia, 23 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00501790;"Emerald Eternal Green BV ";" ";"Jan Hilgersweg 14 ";" ";"5657 ";"ES Eindhoven ";"+31(0)40 259 0 359 ";" ";"+31(0)40 259 0 355 ";" " +lieferant ;00501791;"PCI Augsburg GmbH ";" ";"Piccardstr. 11 ";" ";"86159 ";"Augsburg ";"+49(821) 59 01 - 0 ";" ";"+49(821) 59 01 - 372 ";" " +lieferant ;00501792;"Studio Moda S.r.l. ";" ";"Regione Mantegna ";" ";"13019 ";"Varallo Sesia (VC) ";"+39.0163.52246 ";" ";"+39 0163.560303 ";" " +lieferant ;00501793;"Change of Scandinavia A/S ";" ";"Farum Gydevej 73 ";" ";"3520 ";"Farum ";" ";" ";" ";" " +lieferant ;00501794;"Ernst Diekgraefe GmbH & Co. ";" ";"Altenaer Strasse 13 ";" ";"58762 ";"Alteana-Dahle ";"0 23 52 / 70 01-0 ";" ";"0 23 52 / 70 01-99 ";" " +lieferant ;00501795;"Elisa Moda ";"di Shao Rui Qing ";"Via Basilicata 11 ";" ";"59014 ";"Iolo - Prato ";" ";" ";" ";" " +lieferant ;00501796;"Cite Folie ";" ";"38, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501797;"Wolfgang Bockamp ";"Handelsagentur f. Accessoires ";"Oldendorfer Str. 21 ";" ";"49324 ";"Melle ";" ";" ";" ";" " +lieferant ;00501798;"Kerstin Venema, Lazis e.K. ";"ehem (Kerstin Seckler, Homestyle Lazis) ";"Reitschule 23 ";" ";"55545 ";"Bad Kreuznach ";"+49 (0) 671 / 9 20 66 05 ";" ";"+49 (0) 671 / 9 20 66 07 ";" " +lieferant ;00501799;"SpringBoost SA ";" ";"EPFL -PSE A ";" ";"1015 ";"Lausanne ";" ";" ";" ";" " +lieferant ;00501800;"Crocs Europe B.V. ";" ";"Planeetbaan 4 ";"Postbus 84420 ";"2132HZ ";"Hoofddorp ";"+31 237411223 ";" ";"+31 0237410055 ";" " +lieferant ;00501801;"DBC - Denim Blue Company ";"Rainer Mller ";"Friedhofstr. 68 ";" ";"67688 ";"Rodenbach ";" ";" ";" ";" " +lieferant ;00501802;"Redmond GmbH ";" ";"Otto-Brenner-Str.202 ";" ";"33604 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00501803;"Imexpo GmbH ";" ";"Graf Zeppelin Str. 20 ";" ";"24841 ";"Flensburg ";" ";" ";" ";" " +lieferant ;00501804;"Mary's Moda di Li Xiujialo ";" ";"Via Pistolese, 92 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00501805;"Coalision Inc. ";" ";"619 Le Breton ";" ";"J4G 1R9 ";"Longcull, Quebec ";" ";" ";" ";" " +lieferant ;00501806;"YSL Beaut GmbH ";" ";"Karlstrasse 35 ";" ";"80333 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501807;"Valem Sport Wear SRL ";" ";"Zona Industriale SS274 KM ";" ";"73059 ";"Ugento ";" ";" ";" ";" " +lieferant ;00501808;"Longchamp GmbH ";" ";"Wrttemberger Str. 33 ";" ";"76646 ";"Bruchsal ";" ";" ";" ";" " +lieferant ;00501809;"Kapworks Modevertriebs GbR ";" ";"Otzenstrae 25 ";" ";"22767 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501810;"Filatures Du Lion ";" ";"48, Rue Alphonse Penaud ";" ";"75020 ";"Paris ";" ";" ";" ";" " +lieferant ;00501811;"Textilagentur Thomas Mller ";" ";"Weidenstr. 14 ";" ";"82223 ";"Eichenau ";" ";" ";" ";" " +lieferant ;00501812;"Meindl Bekleidung GmbH & Co. KG ";" ";"Dorfplatz 8-10 ";" ";"83417 ";"Kirchanschring ";"08685/985-0 ";" ";"08685/1575 ";" " +lieferant ;00501813;"Valentino Fashion Group S.p.A. ";" ";"Via Turati, 16/18 ";" ";"20121 ";"Milano (MI) ";"+39-0445/427411 ";" ";"+39-0445/427200 ";" " +lieferant ;00501814;"NoBasics Fashion GmbH ";" ";"Am Schlegler Berg 2 ";" ";"95213 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501815;"Ilena Schnell Cosmetics GmbH ";" ";"Lerchenstrae 14 ";" ";"80995 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501816;"Trade Yard Ltd. ";" ";"Schockenriedstr. 42 ";" ";"70565 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00501817;"Wallmann Textil GmbH ";" ";"Jakob-Hannibal-Str. 16 ";" ";"6845 ";"Hohenems ";"+43-5576/72126 ";" ";"+43-5576/7212683 ";" " +lieferant ;00501818;"Brasi & Brasi GbR ";"Sabrina nier & Maxi Kysely ";"Str. ";"1170 ";"61211 ";"Bad Nauheim ";" ";" ";" ";" " +lieferant ;00501819;"Tradeteam (U.K.) LTD ";" ";"Unit 10 Mahal Business Park ";" ";"Les 8LJ ";"Leicester ";" ";" ";" ";" " +lieferant ;00501820;"Groupe Triomphe Chaussures ";" ";"68, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501821;"Yellamaris GmbH ";" ";"Max-Planck-Str. 63 ";" ";"32107 ";"Bad Salzuflen ";"0 52 22 - 60 34 6 ";" ";"0 52 22 - 60 34 4 ";" " +lieferant ;00501822;"Creatuft ";" ";"Industrielaan 16 ";" ";"8520 ";"Kuurne ";" ";" ";" ";" " +lieferant ;00501823;"Franco Roma F. Lambrecht ";" ";"Mittenwalder Str. 1+37a ";" ";"81377 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501824;"Brellco HB ";" ";"Winges vg 5 ";" ";"139060 ";"Vrmd ";"+46(0)8 765 91 11 ";" ";"+46(0)8 765 91 11 ";" " +lieferant ;00501825;"unique europe GmbH ";" ";"Habichtweg 20 ";" ";"41468 ";"Neuss ";"02131/366360 ";" ";"02131/366366 ";" " +lieferant ;00501826;"Style 2000 GmbH ";" ";"Hauptstrasse 111 ";" ";"69489 ";"Weinheim ";" ";" ";" ";" " +lieferant ;00501827;"bb Klostermann GmbH & Co. KG ";" ";"Carl-Zeiss-Str.6 ";" ";"36088 ";"Hnfeld ";"06652/9674-0 ";" ";"06652/9674-10 ";" " +lieferant ;00501828;"M.L. di Yin Weibin ";" ";"Via Piemonte 33 ";" ";"5900 ";"Prato ";" ";" ";" ";" " +lieferant ;00501829;"Feng Tai s.r.l. ";" ";"Via Siculiana 237/F ";" ";"00133 ";"Roma ";" ";" ";" ";" " +lieferant ;00501830;"Stefanie Escanecrabe ";" ";"Obere Mhlstrasse 9 ";" ";"64291 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00501831;"Roberta Maglieria s.n.c. ";"die Pasinato Gino & C. ";"Via del Folo, 21 ";" ";"35013 ";"Cittadella ( PD) ";" ";" ";" ";" " +lieferant ;00501832;"Top Site ";" ";"22, Rue popincourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501833;"Gefora Forster GmbH ";" ";"Am Reitelloh 1 ";" ";"92342 ";"Freystadt ";" ";" ";" ";" " +lieferant ;00501834;"Hillfloor b.v. ";" ";"Puttenstraat 1 ";" ";"8281BP ";"Genemuiden ";" ";" ";" ";" " +lieferant ;00501835;"mkm GmbH Manufaktur fr Geniesser ";" ";"Laubanger 2 ";" ";"96152 ";"Burghaslach ";" ";" ";" ";" " +lieferant ;00501836;"Cherry Diffusion ";"Import - Export ";"44 Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501837;"Smile GmbH ";" ";"Eisenbahnstrae 61 ";" ";"1190 ";"Wien ";" ";" ";" ";" " +lieferant ;00501838;"VPV-Lamich KG ";" ";"Helgolnder Strae 34-40 ";" ";"24768 ";"Redsburg ";" ";" ";" ";" " +lieferant ;00501839;"sylt & art verlag Gernot Westendorf ";" ";"Norderstrae 51a ";" ";"25980 ";"Westerland/Sylt ";"04651/27638 ";" ";"04651/449365 ";" " +lieferant ;00501840;"Krger Maritim GmbH ";" ";"Schleiestr. 1a ";" ";"31073 ";"Dellingsen ";" ";" ";" ";" " +lieferant ;00501841;"Hartung Edition GmbH & Co. KG ";" ";"Haberstrasse 23 ";" ";"24537 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00501842;"Schning GmbH & Co. KG ";" ";"An der Hlshorst 5 ";" ";"23568 ";"Lbeck ";" ";" ";" ";" " +lieferant ;00501843;"Deutsche Post AG ";" ";"Charles-de-Gaulle-Strae 20 ";" ";"53113 ";"Bonn ";" ";" ";" ";" " +lieferant ;00501844;"J.F.C Lau ";" ";"Bredhornweg 74 ";" ";"25488 ";"Holm ";" ";" ";" ";" " +lieferant ;00501845;"Eiland Verlag ";"Frank Rosemann ";"Friesische Str. 53 ";" ";"25980 ";"Westerland ";" ";" ";" ";" " +lieferant ;00501846;"Erika Degen, der Sylt-Versand ";" ";"Am Seedeich 19b ";" ";"25980 ";"Westerland / Sylt ";" ";" ";" ";" " +lieferant ;00501847;"WS - Design, Werner Scholz ";" ";"Sigmundstr. 162 ";" ";"90431 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00501848;"NOWI, Karl Noss Lederwaren GmbH & Co KG ";" ";"Carl-Zeiss-Strae 2 ";" ";"51674 ";"Wiehl ";"02261/9479-0 ";" ";"02261/9479-99 ";" " +lieferant ;00501849;"2964 Garmisch ";"Creation Bauer GmbH ";"Hauptstr. 130 ";" ";"63847 ";"Leidersbach ";" ";" ";" ";" " +lieferant ;00501850;"Henry Fashion di Hu Cuie & C. S.a.s. ";" ";"Via Trentino Alto Adige, 4 ";" ";"59014 ";"Prato ";" ";" ";" ";" " +lieferant ;00501851;"Jrgen Meyendorf Handelshaus ";" ";"Lindenstrae 31 ";" ";"71297 ";"Mnsheim ";" ";" ";" ";" " +lieferant ;00501852;"Love Fashion BV ";" ";"Multatulistraat 8 ";" ";"7575 ";"EB Oldenzaal ";" ";" ";" ";" " +lieferant ;00501853;"Langhorst Kollektion GmbH ";" ";"Gutenbergstrasse 21 ";" ";"28865 ";"Lilienthal ";" ";" ";" ";" " +lieferant ;00501854;"Atrium Fashion & Accessoires GmbH ";" ";"Mahdenthalstr. 96-98 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00501855;"WECO Pyrotechnische Fabrik GmbH ";" ";"Bogestr. 54-56 ";" ";"53783 ";"Eitorf ";" ";" ";" ";" " +lieferant ;00501856;"Amigo Spiel + Freizeit GmbH ";" ";"Waldstr. 23 -D5 ";" ";"63128 ";"Dietzenbach ";" ";" ";" ";" " +lieferant ;00501857;"CILIO Tischaccessoires GmbH ";" ";"Hhscheiderweg 29 ";" ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00501858;"Gunold GmbH ";" ";"Obernburger Str. 125 ";" ";"63811 ";"Stockstadt ";" ";" ";" ";" " +lieferant ;00501859;"Ernst Hofer Strickerei ";" ";"Bamberger Str 28 ";" ";"96179 ";"Rattelsdorf ";" ";" ";" ";" " +lieferant ;00501860;"Handelshaus Legler OHG ";" ";"Achimer Str. 7 ";" ";"27755 ";"Delmenhorst ";"04221 / 97302 - 40 ";" ";"04221 / 97302 - 27 ";" " +lieferant ;00501861;"Martin Baxa ";" ";"Theodor-Heuss-Str 14 ";" ";"25980 ";"Westerland ";" ";" ";" ";" " +lieferant ;00501862;"Avan Carte GmbH ";" ";"Insterbuger Strae 16/18 ";" ";"28207 ";"Bremen ";" ";" ";" ";" " +lieferant ;00501863;"Acquamare GmbH ";" ";"Gailbacher Str. 10 ";" ";"63743 ";"Aschaffenburg ";"08021/457488 ";" ";"08021/457489 ";" " +lieferant ;00501864;"Solida Textil ";"und Netzwarenmanufaktur GmbH & Co.KG ";"Emmerstedter Strae 30 ";" ";"38350 ";"Helmstedt ";" ";" ";" ";" " +lieferant ;00501865;"Tricotages des Vosges ";" ";"54, rue Etienne Marcel ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501866;"SYPHARM GmbH ";" ";"Deelgung 18 ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00501867;"Decasta e.K ";" ";"Nebingerhof 4 ";" ";"96047 ";"Bamberg ";"0951 - 9686916 ";" ";"0951 - 9686939 ";" " +lieferant ;00501868;"Gurimo-tex GmbH ";" ";"Roschwitzer Str. 9 ";" ";"06406 ";"Bernburg (Saale) ";" ";" ";" ";" " +lieferant ;00501869;"Billett-Spezialist R.Graf GmbH ";" ";"Hafnerstrasse 172 ";" ";"8054 ";"Graz ";" ";" ";" ";" " +lieferant ;00501870;"P.M.H. Textilproduktion GmbH & Co. KG ";" ";"Borsigkehre 1 ";" ";"25451 ";"Quickborn ";"04106/80924-0 ";" ";"04106/80924-29 ";" " +lieferant ;00501871;"greenhousefashion Modehandelsagentur ";"Daniel Splettster ";"Botenkamp 9 ";" ";"49377 ";"Vechta ";"0176/21831701 ";" ";"04441/916846 ";" " +lieferant ;00501872;"DOR International Design GmbH ";" ";"Oberschlesierstr. 25 ";" ";"44141 ";"Dormund ";" ";" ";" ";" " +lieferant ;00501873;"Teppich-Werk Neumnster GmbH ";" ";"Altonaer Str. 140 - 146 ";" ";"24539 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00501874;"Kymo GmbH ";" ";"Karlstare 45 ";" ";"76133 ";"Karlsruhe ";" ";" ";" ";" " +lieferant ;00501875;"Werbetechnik Schnippe ";" ";"Gerhart-Hauptmann- Str. 34 ";" ";"33129 ";"Delbrck-Boke ";" ";" ";" ";" " +lieferant ;00501876;"Richard Jger ";"Inh. Doris Becker ";"Hallenburgstrae 21-23 ";" ";"98587 ";"Steinbach-Hallenberg ";"036847/42547 ";" ";" ";" " +lieferant ;00501877;"Exclusiv-Modelle Norbert Schmidt ";"Inh. Susanne Rosenbaum e.K. ";"Rembrandtstr. 1 ";" ";"92224 ";"Amberg ";" ";" ";" ";" " +lieferant ;00501878;"Ulf Lindner - TM! Trendmoden ";" ";"Schlostr. 17b ";" ";"42551 ";"Velbert ";" ";" ";" ";" " +lieferant ;00501879;"Fashion Generation GmbH ";" ";"Lise-Meitner-Str. 5 ";" ";"50259 ";"Pulheim ";"02234/69738-100 ";" ";"02234/69738-199 ";" " +lieferant ;00501880;"Green House Fashion, Danile Splettster";" ";"Modering 9 / Raum 186 ";" ";"22457 ";"Hamburg ";"040 / 55 00 69 72 ";" ";" ";" " +lieferant ;00501881;"Bayside Import Export GmbH ";" ";"Glm 3A ";" ";"22965 ";"Todendorf ";"04534/298341 ";" ";"04534/298354 ";" " +lieferant ;00501882;"Eberhard Tschepe ";" ";"Marstall L7 ";" ";"71634 ";"Ludwigsburg ";"07141/926707 ";" ";"07141/926707 ";" " +lieferant ;00501883;"Beim Jupiter Geschenkideen H. Bttel ";" ";"Am Hangar 3 ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00501884;"Horst Knab ";"Geschenkartikel ";"Untertalstrasse 42 ";" ";"78136 ";"Schonach ";" ";" ";" ";" " +lieferant ;00501885;"Gernot Westendorf ";"Mauritz ";"Friesische Strasse 78a ";" ";"25980 ";"Westerland ";" ";" ";" ";" " +lieferant ;00501886;"Weidner und Thngen GbR ";"Die Flaschenpost ";"Lilienstrasse 39b ";" ";"42369 ";"Wuppertal ";"0202/47847943 ";" ";"0202/464066 ";" " +lieferant ;00501887;"G. Kathe ";"KARAT Schmuckwaren ";"Ostring 30 ";" ";"34277 ";"Fuldabrck-Bergshausen ";" ";" ";" ";" " +lieferant ;00501888;"Areco GmbH ";" ";"Lise-Meitner-Str. 6 ";" ";"59581 ";"Warstein ";"02902/97859-0 ";" ";"02902/97859-20 ";" " +lieferant ;00501889;"Trudi GmbH ";"Spielwarenvertrieb ";"Balbiererstrae 28 ";" ";"90763 ";"Frth ";"0911/12060-0 ";" ";"0911/12060-90 ";" " +lieferant ;00501890;"Kappen-Orth GmbH & Co KG ";" ";"Stockelsdorfer Weg 78 ";" ";"23611 ";"Bad Schwartau ";" ";" ";" ";" " +lieferant ;00501891;"HANSI-Siebert GmbH & Co. KG ";" ";"Buchenstrae 4 ";"1165 ";"73035 ";"Gppingen ";"07161/9283-0 ";" ";"07161/9283-50 ";" " +lieferant ;00501892;"Dressler & Zimmerhackl KG ";" ";"Boschstrasse 8 ";" ";"76153 ";"Karlsruhe ";" ";" ";" ";" " +lieferant ;00501893;"Rahlf GmbH ";" ";"Rendsburger Strasse 380 ";" ";"24537 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00501894;"Armin Deppe ";" ";"Keltumer Landstrasse 17a ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00501895;"IGRO GmbH ";" ";"Werner-von-Siemens-Strae 12 ";" ";"65582 ";"Diez ";"06432/9142-0 ";" ";"06432/9142-10 ";" " +lieferant ;00501896;"Jrn Petermann ";"Textilagentur ";"Ginsterweg 23 ";" ";"22889 ";"Tangstedt ";" ";" ";" ";" " +lieferant ;00501897;"Willy Christmann Lederwarenfabrik ";" ";"Mannheimer Strasse 273 ";"1416 ";"55543 ";"Bad Kreuznach ";"0671/62808 ";" ";"0671/73194 ";" " +lieferant ;00501899;"Gnter Andersen ";"Inh. Sven Andersen e.K. ";"Christa u. Gnter Andersen Weg 1 ";" ";"24986 ";"Satrup ";"04633/9590-0 ";" ";"04633/9590-30 ";" " +lieferant ;00501900;"Josef Strick GmbH ";"Wachsfackelfabrik ";"Bachstr. 14 ";"460122 ";"50858 ";"Kln ";"0221/488135 ";" ";"0221/481315 ";" " +lieferant ;00501901;"Desch Fashion ";" ";"Magnolienweg 8 ";" ";"63741 ";"Aschaffenburg ";"06021/59790 ";" ";"06021/597929 ";" " +lieferant ;00501902;"AFA Ateliers de Fabrication d'Agendas ";" ";"132, quai de Jemmapes ";" ";"75461 ";"Paris cedex 10 ";"+33 1 40 40 44 70 ";" ";"+33 1 42 45 30 20 ";" " +lieferant ;00501903;"Roeckl Sporthandschuhe GmbH & Co. KG ";" ";"Beethovenstrae 6 ";" ";"80336 ";"Mnchen ";"089/7201883-0 ";" ";"089/7201883-43 ";" " +lieferant ;00501904;"Reichmann Schuhe Import & Grohandel ";" ";"Max-Planck-Str. 11 ";" ";"63128 ";"Dietzenbach ";"06074/4852449 ";" ";"06074/4852893 ";" " +lieferant ;00501905;"OGE GmbH ";" ";"Kampstrae 16 ";" ";"31180 ";"Giesen / OT Hasede ";"05121/7487870 ";" ";"05121/7487890 ";" " +lieferant ;00501906;"BTX Footwear A/S ";" ";"Jyllandsgade 8 ";" ";"7100 ";"Vejle ";"+45-7690-3800 ";" ";"+45-7690-3801 ";" " +lieferant ;00501907;"Hatland ";" ";"Branderweg 1f ";" ";"8042 ";"Zwolle ";" ";" ";" ";" " +lieferant ;00501908;"N.I. Teijin Shoji Europe GmbH ";" ";"Brandswiete 4 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501909;"Erich Gasser GmbH ";" ";"Kehlerau 20 ";" ";"6851 ";"Dornbirn ";" ";" ";" ";" " +lieferant ;00501910;"JOKER- Vertrieb - Dieter Becher ";" ";"Eisenacher Str. 56 ";" ";"10823 ";"Berlin ";"+49 (0) 30 216 17 77 ";" ";"+49 (0) 30 216 17 77 ";" " +lieferant ;00501911;"Springhill Textile AB ";" ";"Mrsaregatan 25 ";"22300 ";"250 25 ";"Helsingborg ";"+46 42 25 08 00 ";" ";" ";" " +lieferant ;00501912;"aHa Fashion, Angela Harting ";" ";"Modering 3, Haus B / 5.OG ";"645255 ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501913;"Industries S.p.A. ";" ";"Via Stendhal, 47 ";" ";"20144 ";"Milano (MI) ";"+39-049/9323111 ";" ";"+39-049/9386658 ";" " +lieferant ;00501914;"Bing Carpet GmbH ";" ";"Gewerbestr. 2 ";" ";"48249 ";"Dlmen ";"(0 25 90) 93 88 15 ";" ";"(0 25 90) 93 88 16 ";" " +lieferant ;00501915;"HDZ Sport Marketing GmbH ";" ";"Kiebitzweg 31 ";" ";"33154 ";"Salzkotten ";" ";" ";" ";" " +lieferant ;00501916;"Hama GmbH & Co. KG ";" ";"Dresdner Str. 9 ";" ";"86653 ";"Monheim ";"09091/502-0 ";" ";" ";" " +lieferant ;00501917;"Schuhmann, Inh. Erich Schuhmann ";" ";"Hans- Sachs- Str. 6 ";" ";"40721 ";"Hilden ";"02103 - 287065 ";" ";"02103 - 287068 ";" " +lieferant ;00501918;"Joyvita, Edith Sassen ";" ";"Mitterweg 10a ";" ";"82152 ";"Krailling ";" ";" ";" ";" " +lieferant ;00501919;"Bianca Europe ";" ";"Monte Alvar -Rofe ";" ";"4800-539 ";"Ronfe GMR ";" ";" ";" ";" " +lieferant ;00501920;"HARDYS ";"Inga Neubauer-Mller ";"Im Starennest 30 ";" ";"67657 ";"Kaiserslautern ";"0172/4029329 ";" ";" ";" " +lieferant ;00501921;"SARL Megachaussures ";" ";"21 23 Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501922;"DL Fashion Enseigne Koko Magic ";" ";"72 Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501923;"Momo Fashion Import Export ";" ";"72, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501924;"SARL L'Original ";" ";"74, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00501925;"Schumann ";" ";"Hans-Sachs-Str. 6 ";" ";"40721 ";"Hilden ";"02103 - 364845 ";" ";"02103 - 364846 ";" " +lieferant ;00501926;"Intraflor Walter Hllerer GmbH ";" ";"Siegelsdorfer Str. 31 ";" ";"90768 ";"Frth ";"0911 / 7569577 ";" ";" ";" " +lieferant ;00501927;"Semikolon GmbH ";" ";"Am Oberwald 3 ";" ";"76437 ";"Rastatt ";"07222 / 15871-0 ";" ";"07222 / 15871-20 ";" " +lieferant ;00501928;"Kurt Obermeier Gmbh & Co. KG ";" ";"Berghuser Str. 70 ";" ";"57319 ";"Bad Berleburg-Raumland ";" ";" ";" ";" " +lieferant ;00501929;"soonproject GmbH ";" ";"Enschedestr. 19a ";" ";"48529 ";"Nordhorn ";" ";" ";" ";" " +lieferant ;00501930;"Sebastian Daus Modevertrieb ";" ";"Am Steinemen Weg 14 ";" ";"97848 ";"Rechtenbach ";"0049 9352 601452 ";" ";"0049 9352 601453 ";" " +lieferant ;00501931;"Knig Moden ";"Wolfgang Ghring Inh. G. Ghring ";"Eichbhlstr. 18 ";" ";"72336 ";"Balingen ";"07435/424 ";" ";"07435/8045 ";" " +lieferant ;00501932;"zz~Vittozzi (luft aus, 17685) ";" ";"Nobelstr. 13 ";" ";"66130 ";"Saarbrcken- Gdingen ";" ";" ";" ";" " +lieferant ;00501933;"Boschagroup GmbH & Co. KG ";" ";"Boschaplatz 3 ";" ";"95355 ";"Presseck ";" ";" ";" ";" " +lieferant ;00501934;"LUXOR BV ";"Import Export ";"Danzigerkade 209A ";" ";"1013 ";"AP Amsterdam ";"+31 20 330 9978 ";" ";"+31 20 2400791 ";" " +lieferant ;00501935;"angellino , Rolf Griesinger ";"Internationale Mode GmbH ";"Hans - Ummiller - Ring 14 ";" ";"82515 ";"Wolfhausen ";"08171 / 76799 ";" ";" ";" " +lieferant ;00501936;"zz~Peter Stupp Design Mode GmbH ";"(luft aus, bitte 16027 nutzen) ";"Stiemensstrae 6 ";" ";"71691 ";"Freiberg am Neckar ";"07141/2768-0 ";" ";"07141/2768-99 ";" " +lieferant ;00501937;"Beyond Internationl Trading GmbH ";" ";"Modering 1, Haus A, Raum 322 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00501938;"Langer + Langer ";" ";"Spiegelslustweg 22b ";" ";"35039 ";"Marburg ";"06421 / 917133 ";" ";"06421 / 917144 ";" " +lieferant ;00501939;"Aubade SA ";" ";"Industriestrasse ";" ";"6210 ";"Sursee ";"+41-41/92547-27 ";" ";"+41-41/92547-87 ";" " +lieferant ;00501940;"Maya A/S ";" ";"Herlev-Hovergade 205 ";" ";"2730 ";"Herlev ";"+45 448 406 66 ";" ";"+456 448 406 86 ";" " +lieferant ;00501941;"Spoom Cuillere BV ";" ";"Gouwzeestraat 10-12 ";" ";"1382 KD ";"Weesp ";" ";" ";" ";" " +lieferant ;00501942;"Jane Praetro & Sandra Burth ";"Scott meets Lilly ";"Fischtenweg 7 ";" ";"72805 ";"Liechtenstein ";" ";" ";" ";" " +lieferant ;00501943;"World Design & Trade Co Limited ";" ";"Mansfiel Road ";" ";"W3 0BZ ";"London ";" ";" ";" ";" " +lieferant ;00501944;"Jam Session srl ";" ";"Via Mercalli 8/A ";" ";"43100 ";"Parma ";" ";" ";" ";" " +lieferant ;00501945;"Sdtrikot GmbH & Co. KG ";" ";"Eberhardt-Flinckh-Str. 51 ";" ";"89075 ";"Ulm ";" ";" ";" ";" " +lieferant ;00501946;"Vinci Vici B.V. (Vingino) ";" ";"Marinhoef 6 ";" ";"3851 ST ";"Ermelo ";"(+31) 341 - 217 444 ";" ";" ";" " +lieferant ;00501947;"Lili Export & Import GmbH ";" ";"Anton- Kux Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00501948;"Dalp International S.L. ";" ";"Elche Parque Industrial,C/Marie Curie 34";" ";"03203 ";"Elche ";" ";" ";" ";" " +lieferant ;00501949;"L.J. SRL ";" ";"Via T. A. Adige, 6-8 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00501950;"Brina Trend GmbH ";" ";"Drnhaarer Str. 3a ";" ";"85658 ";"Egmating ";" ";" ";" ";" " +lieferant ;00501951;"Kayala GmbH ";"Euromoda ";"Raum A018, Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00501952;"Wiledi Paris ";" ";"21/23, Rue de la haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501953;"Theill Copenhagen ApS ";" ";"Gammelager 1 ";" ";"2605 ";"Broendby ";" ";" ";" ";" " +lieferant ;00501954;"Premium Bodywear AG ";" ";"Chemnitzer Str. 36 - 38 ";" ";"09228 ";"Chemnitz ";"+49/37200/860 557 ";" ";"+49/37200/860 699 ";" " +lieferant ;00501955;"Eura Fashion GmbH ";" ";"Vorgebirgsstr. 11 ";" ";"50389 ";"Wesseling ";"02236 / 9290-0 ";" ";"02236 / 9290-19 ";" " +lieferant ;00501956;"Reha Textil GmbH ";" ";"Friedrich Ebert Str. 15c ";" ";"51373 ";"Leverkusen ";" ";" ";" ";" " +lieferant ;00501957;"X. Fashion, Gerrit Draeger ";" ";"Brgerbuschweg 101 ";" ";"51381 ";"Lerverkusen ";" ";" ";" ";" " +lieferant ;00501958;"Kravattenservice Handelsvertretung Hoppe";" ";"Hmaburger-Tor-Str. 12 ";" ";"19309 ";"Lenzen ";" ";" ";" ";" " +lieferant ;00501959;"Jochen Grieskamp ";" ";"Domberger Strae 379 ";" ";"33619 ";"Bielefeld ";"0521 / 102 382 ";" ";"0521 / 103 789 ";" " +lieferant ;00501960;"Majestic SARL Filatures Du Lion ";" ";"48 Rue Alpjonse Penaud ";" ";"75020 ";"Paris ";" ";" ";" ";" " +lieferant ;00501961;"Hongo Kong s.r.l. ";"Pronto Moda ";"Via Trentino Alto Adige 22 ";" ";"59100 ";"Iolo, Prato Po ";" ";" ";" ";" " +lieferant ;00501962;"Gbber GmbH & Co. KG ";" ";"Bahnhofstr. 40 ";" ";"27324 ";"Eystrup ";" ";" ";" ";" " +lieferant ;00501963;"Mack Waltraud ";"Ergofit ";"Hauptstrae 113 ";" ";"8962 ";"Grbming ";" ";" ";" ";" " +lieferant ;00501964;"Casa Bea GmbH ";"Import & Export ";"Klosterhofweg 74 ";" ";"41199 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00501965;"Art Crafts Int. S.P.A. ";" ";"Via Carlo D'Angio 39 ";" ";"50126 ";"Firenze ";" ";" ";" ";" " +lieferant ;00501966;"Growing Veip B.V. ";" ";"Visserstraat 42 ";" ";"1431 ";"GJ Aalsmeer ";"+31 297 381 444 ";" ";"+31 297 381 445 ";" " +lieferant ;00501967;"IMAR GmbH ";" ";"Heidekampsweg 73 /2.OG ";" ";"20097 ";"Hamburg ";"040 8817 40 38 ";" ";"040 8817 40 39 ";" " +lieferant ;00501969;"Schmid Nachfolger ";" ";"Meglingerstr. 47 ";" ";"81477 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501970;"Grimm & Krajatsch GmbH & Co. KG ";" ";"Mahdenstr. 98 Raum 139 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00501971;"Trend-Art Birkenhake ";" ";"Gtersloher Str. 230 ";" ";"33415 ";"Verl ";"05246 / 7000 9 -0 ";" ";" ";" " +lieferant ;00501972;"Modeagentur Nikolic ";" ";"Kaiserswerther Str. 128 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00501973;"Ventcouvert Paris ";" ";"109 Boulevard Beaumarchais ";" ";"75003 ";"Paris ";" ";" ";" ";" " +lieferant ;00501974;"Crystal Denim ";" ";"38, Rue Etienne Marcel ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00501975;"Mabrun SpA ";" ";"Via S. Andrea, 14/16, loc. San Lazzaro ";" ";"36061 ";"Bassano del Grappa (VI) ";"+39-0424/887311 ";" ";"+39-0424/567061 ";" " +lieferant ;00501976;"H. & H. Vertriebs GmbH ";" ";"Schillerstr. 20 ";"1571 ";"49811 ";"Lingen ";" ";" ";" ";" " +lieferant ;00501977;"Canal Brands B.V. ";" ";"Koningin Wilhelminaplein 2-4 ";" ";"1062 ";"HK Amsterdam ";"0031-20/4084313 ";" ";"0031-20/6151088 ";" " +lieferant ;00501978;"NZA New Zealand Auckland B.V. ";" ";"Koningin Wilhelminaplein 13, WFC 2.06.01";"Postbus 69368 ";"1062 HH ";"Amsterdam ";"+31-20/3053460 ";" ";"+31-20/3053461 ";" " +lieferant ;00501979;"Intrex Deutschland GmbH ";" ";"Breslauerstr. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00501980;"Michael Gallmeyer, Spiel & Geschenkideen";" ";"Posttor 15 ";" ";"71364 ";"Winnenden ";"07195 - 947505 ";" ";"07195 - 947506 ";" " +lieferant ;00501981;"Corte di Kel, Gi BL S.r.l. ";" ";"Ponte Pattoli Resigna 1/A 16 ";" ";"06085 ";"Ponte Pattole ";" ";" ";" ";" " +lieferant ;00501982;"The Chain b.v. ";" ";"Ommelandvaart 14 ";" ";"1335 ";"SG Almere ";" ";" ";" ";" " +lieferant ;00501983;"Gisin und Suzuki ";" ";"Dinkelbergstrasse 1 ";" ";"4127 ";"Birsfelden ";" ";" ";" ";" " +lieferant ;00501984;"W.S. Engros APS ";" ";"Balticagade 10-12, 1 ";" ";"8000 ";"Aarhus ";" ";" ";" ";" " +lieferant ;00501985;"Supreme Distribution A/S ";" ";"Virkelyst 3 ";" ";"4420 ";"Regstryp ";" ";" ";" ";" " +lieferant ;00501986;"Minkel Modelle GmbH ";" ";"Am Ehrenmal 2-6 ";" ";"34327 ";"Krle ";"05665/2028 ";" ";"05665/30270 ";" " +lieferant ;00501987;"Kurt Eulzer GmbH & Co . KG ";" ";"Hermann-Schumann-Str. 1 ";" ";"16761 ";"Henningsdorf ";" ";" ";" ";" " +lieferant ;00501988;"SPM Shoe Trade b.v. ";" ";"Touwslager 12 ";" ";"5253 RK ";"Nieuwkuijk ";" ";" ";" ";" " +lieferant ;00501989;"Pley-Katex GmbH ";" ";"Brunnengasse 1 ";" ";"95126 ";"Schwarzenbach / Saale ";" ";" ";" ";" " +lieferant ;00501990;"Sportex s.r.l. ";"Nationality ";"Via del lavoro ";" ";"36030 ";"Z.L. Sarcedo 8Vicenza) ";" ";" ";" ";" " +lieferant ;00501991;"Lucy Wernick & Associates Ltd ";"Fashion Agency ";"11 Bowling Green Lane ";" ";"EC1R 0BG ";"Clerkenwell, London ";"+44-20/7580-8644 ";" ";"+44-20/7580-8744 ";" " +lieferant ;00501992;"Gorilla v/DK Retail Group ApS ";" ";"Borgergade 26 ";" ";"1300 ";"Kopenhagen ";" ";" ";" ";" " +lieferant ;00501993;"D-XEL ";" ";"Hjerting Strandvej 164 ";" ";"6710 ";"Esbjerg ";" ";" ";" ";" " +lieferant ;00501994;"S.A.R.L. Macherie ";" ";"45 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00501995;"Saffer Wein GmbH ";" ";"Martin-Kollar-Str. 11 ";" ";"81829 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00501996;"Cassandra ";" ";"Hohenthan, Im Pfarrgarten 16 ";" ";"95671 ";"Brnau ";" ";" ";" ";" " +lieferant ;00501997;"Marica Bartho Engel ";"Sawabena ";"Rheinstrasse 74 ";" ";"64572 ";"Bttelborn ";" ";" ";" ";" " +lieferant ;00501998;"Cashmerefine Group SPA ";" ";"Via Losanna 16 ";" ";"13900 ";"Biella ";" ";" ";" ";" " +lieferant ;00501999;"TWN Textil-Werke Neumnster ";" ";"Am Anger 14 ";" ";"24539 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00502000;"Trendartikelimport Handelsagentur ";" ";"Friedhelm Koordt ";" ";"48282 ";"Emsdetten ";" ";" ";" ";" " +lieferant ;00502001;"Wachholtz Verlag GmbH ";" ";"Rungestr. 4 ";" ";"24537 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00502002;"Sun & Protection Ltd. ";"Sonnenbrillenvertrieb ";"Frankfurter Strasse 47 ";" ";"65779 ";"Kelkheim ";" ";" ";" ";" " +lieferant ;00502003;"GC Group S.p.A. ";"ehem. Contemporary Bags & Accessories sr";"Via Pistoiese 245/1 ";" ";"50145 ";"Firenze ";"+39 55 316597 ";" ";"+39 55 311196 ";" " +lieferant ;00502004;"Aigle Deutschland GmbH ";" ";"Rather Strae 49D ";" ";"40476 ";"Dsseldorf ";"0211/239569-0 ";" ";"0211/239569-90 ";" " +lieferant ;00502005;"Blank home ";" ";"Ackerstrae 6/7 ";" ";"13585 ";"Berlin ";" ";" ";" ";" " +lieferant ;00502006;"Zotter Schokoladenmanufaktur GmbH ";" ";"Bergl 56 ";" ";"8333 ";"Riegersburg ";" ";" ";" ";" " +lieferant ;00502007;"2964 Garmisch ";"Grasegger Manufaktur ";"Ettaler Strae 3 ";" ";"82490 ";"Farchant ";" ";" ";" ";" " +lieferant ;00502008;"Peterson & Co ";" ";"Svinget 9, Styding ";" ";"6500 ";"Vojens ";"+45 74 52 93 33 ";" ";"+45 74 52 93 44 ";" " +lieferant ;00502009;"Cape Horn SRL ";" ";"Via Antonio Fogazzaro 20 ";" ";"36011 ";"Arsiero (VI) ";" ";" ";" ";" " +lieferant ;00502010;"Passione Moda s.r.l. ";" ";"Via dei Fossi 8 ";" ";"59100 ";"Prato PO ";" ";" ";" ";" " +lieferant ;00502011;"Reinhild Brger ";" ";"Prstwai 15a ";" ";"25980 ";"Sylt-Ost ";" ";" ";" ";" " +lieferant ;00502012;"Stride Rite Europe BV ";" ";"Flemmingstraat 5 ";" ";"1704 SL ";"Heerhugowaard ";"+31/725718100 ";" ";"+31/725717300 ";" " +lieferant ;00502013;"Exclusivas Baraca, s.l. ";" ";"Ctra. de Saliinas, s/n ";" ";"03630 ";"Sax (Alicante) ";" ";" ";" ";" " +lieferant ;00502014;"PAS Trading Ltd. ";" ";"Industriering 7 ";" ";"63868 ";"Grosswaldstadt ";" ";" ";" ";" " +lieferant ;00502015;"AESSE S.p.A. ";" ";"V.le Caduti aul Lavoro 1/a ";" ";"37063 ";"Isola della Scala (Verona) ";"0035-045/66305-55 ";" ";"0035-045/66305-61 ";" " +lieferant ;00502016;"Antela S.r.l ";" ";"Via Napcleone III N.70 ";" ";"185 ";"Roma ";" ";" ";" ";" " +lieferant ;00502017;"Yilba GmbH (Cipo & Baxx) ";" ";"Sperberweg 18 ";" ";"41468 ";"Neuss ";"02131/1331016 ";" ";"02131/1331114 ";" " +lieferant ;00502018;"Handelsagentur Dreipunkt ";"Andre Budzien ";"Neu Pampow 7c ";" ";"19061 ";"Schwerin ";" ";" ";" ";" " +lieferant ;00502019;"Schulz & Schulz GmbH ";" ";"Kaldenkirchener Str. 30 ";" ";"41372 ";"Niederkrchten ";" ";" ";" ";" " +lieferant ;00502020;"Celidone sarl ";" ";"63, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";"++33-1/48116189 ";" ";"++33-1/48116459 ";" " +lieferant ;00502021;"Modforlife2007 ";" ";"97, Bd. Voltaire ";" ";"75011 ";"Paris ";"0148066575 ";" ";"0148064681 ";" " +lieferant ;00502022;"C&V Fashion ";" ";"70, Rue de la Haie Coq ";" ";"9330 ";"Aubervilliers ";"0148346318 ";" ";"0148346911 ";" " +lieferant ;00502023;"Mondaine Watch Ltd ";" ";"Lessingstrasse 5 ";" ";"8027 ";"Zurich ";" ";" ";" ";" " +lieferant ;00502024;"Passion Sports International LTD. ";" ";"Marbridge House, Harolds Road ";" ";"CM 19 5 BJ";"Harlow ";" ";" ";" ";" " +lieferant ;00502025;"Chiemsee GmbH & Co. KG ";" ";"Gutenbergring 69c ";" ";"22848 ";"Norderstedt ";"040/53413-5660 ";" ";"040/53413-5202 ";" " +lieferant ;00502026;"K.S. Fashion Design Ltd. ";" ";"Elbinger Weg 2b ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502027;"Ar & Co. s.r.l. ";" ";"Via Mazzini, 5 ";" ";"20053 ";"Muggio ";" ";" ";" ";" " +lieferant ;00502028;"Perleberg Creative GmbH ";" ";"Langheimer Str. 94 ";" ";"96264 ";"Altkunstadt ";"09572/7220-0 ";" ";"09572/7220-109 ";" " +lieferant ;00502029;"Tradition & Fortschritt ";" ";"Bautnitzer Str. 141 ";" ";"01099 ";"Dresden ";"0351/8106101 ";" ";" ";" " +lieferant ;00502030;"Staudenmaier + Lucas Modeagentur ";" ";"Mahdenthalstr. 96 - 98 ";" ";"71065 ";"Sindelfingen ";"07031 / 79 88 - 8 ";" ";"07031 / 79 88 - 10 ";" " +lieferant ;00502031;"FIX Kinderbekleidung GmbH ";" ";"Dieselstrae 1 ";" ";"63843 ";"Niedernberg ";"06028 / 9718-0 ";" ";"06028 / 971849 ";" " +lieferant ;00502032;"Marie-Luise Rigo Modeagentur ";" ";"Trautenaustr. 8 ";" ";"10717 ";"Berlin ";"030 / 86424087 ";" ";"030 / 86424088 ";" " +lieferant ;00502033;"Texline A/S ";" ";"Edisonvej 1 ";" ";"7100 ";"Veijle ";" ";" ";" ";" " +lieferant ;00502034;"W. F. Kaiser u. Co. GmbH ";" ";"Werner-von-Siemens-Str. 28 ";"11 64 ";"65582 ";"Diez ";"06432/915-0 ";" ";"06432/915-199 ";" " +lieferant ;00502035;"Peter Witt ";" ";"Ksterbergstr. 11 ";" ";"22587 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502037;"Highlight Company, Carla Kemper ";" ";"Borsigstr. 11 ";" ";"59609 ";"Anrchte ";"02947/569902 ";" ";"02947/9759207 ";" " +lieferant ;00502038;"Sensitex GmbH ";" ";"Marienstrae 1 ";"1364 ";"48691 ";"Vreden ";"02564/39508-0 ";" ";"02564/39508-22 ";" " +lieferant ;00502039;"Uptown Fashion & Trends Jrg Klein ";" ";"Robachstr. 9 ";" ";"88214 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00502040;"Robeez (UK) Ltd. ";" ";"Unit 45, Vale Business Park ";" ";"CF71 7PF ";"Llandow, Cowbridge, South Glamorgan ";" ";" ";" ";" " +lieferant ;00502041;"AR Sports Inh. Andreas Rohrmeier ";"Handelsvertretungen & Vertrieb von ";"Karl-Mathes-Strae 17 ";" ";"82008 ";"Unterhaching ";"089/619257 ";" ";"089/616548 ";" " +lieferant ;00502042;"Rolf Herzberger GmbH & Co KG ";" ";"Am Felsbrunnen 8 ";" ";"66119 ";"Saarbrcken ";" ";" ";" ";" " +lieferant ;00502043;"Z.T. Pronto Moda di Weng Ciiunlian ";" ";"Vacrolotto ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00502044;"N.V Vranckx S.A. ";" ";"Harensesteenweg 482 ";" ";"1800 ";"Vilvoorde ";" ";" ";" ";" " +lieferant ;00502045;"Jochen Kallenbach ";" ";"Oberer Schutz 1 ";" ";"36433 ";"Bad Salzungen / Langefeld ";" ";" ";" ";" " +lieferant ;00502046;"Centro Moda Adry s.r.l. ";" ";"Via dell Artigianato 7 ";" ";"37060 ";"Pradelle die Nogarole Rocca (VR) ";" ";" ";" ";" " +lieferant ;00502047;"Buur Fashion Factory ";" ";"Molenwerf 21f ";" ";"1911 ";"DB Uitgeest ";"+31 (0)251 316313 ";" ";"+31 (0)251 316286 ";" " +lieferant ;00502048;"Wolfgang Janizewski ";" ";"Mhlenbach 9 ";" ";"49626 ";"Berge-Dalvers ";" ";" ";" ";" " +lieferant ;00502049;"Stilfabrik AG ";" ";"Rebmattli 50a ";" ";"8832 ";"Willen bei Wollerau ";"+41-62/2096880 ";" ";"+41-62/2096889 ";" " +lieferant ;00502050;"Florentina Stickereigesellschaft mbH ";" ";"Reiiger Str. 12 ";" ";"08525 ";"Plauen ";" ";" ";" ";" " +lieferant ;00502051;"Bison A/S ";" ";"Ballevej 118 ";" ";"7180 ";"Bredsten ";" ";" ";" ";" " +lieferant ;00502052;"Bison GmbH ";" ";"Modering 11, Raum 105 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502053;"Boss Management GmbH ";"Skike Sport Deutschland ";"Werner-von-Siemens-Str. 15 ";" ";"69198 ";"Schriesheim ";" ";" ";" ";" " +lieferant ;00502054;"I.F.S. GmbH ";"International Fashion Service ";"Siegenstrasse 116 ";" ";"44359 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00502055;"D'Oz Puor Homme ";" ";"Seitenstr. 48 ";" ";"66919 ";"Weselberg ";" ";" ";" ";" " +lieferant ;00502056;"European Head Quarters B.V. ";" ";"Kon. Wilhelminaplein 1 ";" ";"1060 ";"Amsterdamm ";" ";" ";" ";" " +lieferant ;00502057;"Bibliographisches Institut & ";"F.A. Brockhaus AG ";"Dudenstrae 6 ";" ";"68003 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00502058;"Sorry S.p.a. ";" ";"Via Copernico 14/16 ";" ";"35028 ";"Piove die Sacco PD ";" ";" ";" ";" " +lieferant ;00502059;"Azor La Mode ";" ";"Kingfisher House, Hackbridge Road ";" ";"SM6 7AH ";"Hackbridge ";" ";" ";" ";" " +lieferant ;00502060;"Bambooa ";" ";"Kingfisher House, Hackbridge Road ";" ";"SM6 7AH ";"Hackbridge ";" ";" ";" ";" " +lieferant ;00502061;"Prego GmbH ";" ";"Deliusweg 1 ";" ";"22391 ";"Hamburg ";"040/50797544 ";" ";"040(5360210 ";" " +lieferant ;00502062;"Gerlo ";" ";"Poppenbouwing 29-31 ";" ";"4191 ";"Geldermalsen ";" ";" ";" ";" " +lieferant ;00502063;"Kemner Distribution GmbH & Co. KG ";" ";"Weender Landstr. 1 ";" ";"37073 ";"Gttingen ";"0551/50083-0 ";" ";"0551/50083-78 ";" " +lieferant ;00502064;"Soulfood People GmbH ";" ";"Widdersdorfer Str. 325-327 ";" ";"50993 ";"Kln ";" ";" ";" ";" " +lieferant ;00502065;"Dr. Alfred Schuh GmbH ";" ";"Helmershuserstr. 12 ";" ";"63674 ";"Altenstadt ";" ";" ";" ";" " +lieferant ;00502066;"Daniele S.r.l. ";" ";"Via dei pellegrini , 20 ";" ";"VA ";"Cairate ";" ";" ";" ";" " +lieferant ;00502067;"Della Ciana Industries SRL ";" ";"Via del Borgello 1/D ";" ";"06132 ";"S. Maria Rossa ";" ";" ";" ";" " +lieferant ;00502068;"Ed Hardy ";" ";"1135 North Mansfield Avenue ";" ";"CA 90038 ";"Los Angeles ";" ";" ";" ";" " +lieferant ;00502069;"A. Gegenfurtner ";"Armbandvertrieb ";"Eisenwerkstr. 26 ";" ";"58332 ";"Schwelm ";"0700/69002900 ";" ";"0700/69002901 ";" " +lieferant ;00502070;"Rudolf Drosten ";" ";"Prhlsfeld 4 ";" ";"29683 ";"Bad Fallingbostel ";" ";" ";" ";" " +lieferant ;00502071;"The Fashionrepublic AG ";" ";"Kronbergerstrae 12 ";" ";"14193 ";"Berlin / Grunewald ";"030/657901-40 ";" ";"030/657901-42 ";" " +lieferant ;00502072;"MGA Entertainment GmbH ";" ";"Rntgenstrasse 3 ";" ";"64291 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00502073;"Strickwarenfabrik Ludwig GmbH ";" ";"Eichkopfweg 8a ";" ";"34326 ";"Altmorschen ";" ";" ";" ";" " +lieferant ;00502074;"Stride Rite Europe BV ";" ";"Kings Place, 90 York Way ";" ";"N1 9AG ";"London ";"+44-207/8600100 ";" ";"+44-207/8600851 ";" " +lieferant ;00502075;"Sookswear ";"Wiese & Klein Sockswear GmbH ";"Konrad-Adenauer-Str. 4 ";" ";"57304 ";"Eisenberg ";" ";" ";" ";" " +lieferant ;00502076;"Picard & Wielptz GmbH & Co. KG ";" ";"Burgstrasse 106-110 ";"20 01 54 ";"42655 ";"Solingen ";"0212/22253-0 ";" ";"0212/201921 ";" " +lieferant ;00502077;"Bosum Trading GmbH ";" ";"Carl-Schurz-Strae 7 ";" ";"41460 ";"Neuss ";"02131/74963-0 ";" ";"02131/74963-10 ";" " +lieferant ;00502078;"FGF Industry S.p.A. ";" ";"Via Zocco 99 ";" ";"36047 ";"Montegalda (VI) ";" ";" ";" ";" " +lieferant ;00502079;"Petras Papeteria ";"Baldo-Vertrieb Mnchen ";"Plinganser Str.26 ";" ";"81369 ";"Mnchen ";"089/765231 ";" ";"089/7256474 ";" " +lieferant ;00502080;"Filippa K AB ";" ";"Box 38195 ";"Box 38195 ";"10064 ";"Stockholm ";"+468 6157000 ";" ";"+468 6157099 ";" " +lieferant ;00502081;"Escapulario OHG ";"Gummerer-Papendieck ";"Hoppertstr. 10 ";" ";"90409 ";"Nrnberg ";"+49 (0)911 5300621 ";" ";"+49 (0)911 5300616 ";" " +lieferant ;00502082;"Tibor Laszlo Ehmen ";" ";"Altonaer Poststr. 9a ";" ";"22767 ";"Hamburg ";"040/4301001 ";" ";"040/4303030 ";" " +lieferant ;00502083;"Selecta ";" ";"Ulrichstr. 102 ";" ";"72116 ";"Mssingen ";"07473 7012-0 ";" ";" ";" " +lieferant ;00502084;"K&K Logistics GmbH ";"Inh. Clemens Kappler ";"Stuttgarter Strae 157/1 ";" ";"70734 ";"Fellbach ";"0711/520897-0 ";" ";"0711/520897-10 ";" " +lieferant ;00502085;"Lufer & Gutenberg GmbH ";" ";"Luferweg 1 ";"100362 ";"31303 ";"Burgdorf ";"05136/8001-0 ";" ";"05136/8001-140 ";" " +lieferant ;00502086;"I.F.D. Italian Fashion Design S.R.L. ";" ";"Via A. Emo 8 ";" ";"20132 ";"Milano ";"+39-02/2563402 ";" ";"+39-02/27200906 ";" " +lieferant ;00502087;"BiJZONDER ";" ";"Kaar 4 ";" ";"5374 JX ";"Schaijk ";" ";" ";" ";" " +lieferant ;00502088;"Licona Fashion GmbH & Co KG ";" ";"Autokaderstrasse 33 ";" ";"1210 ";"Wien ";"0043-1-2783534 ";" ";"0043-1-2783534-39 ";" " +lieferant ;00502089;"AT Textil GmbH ";" ";"von-Humboldt-Str.4 ";"1147 ";"64646 ";"Heppenheim ";"06252/963-0 ";" ";"06252/963-165 ";" " +lieferant ;00502090;"BIJOU Vertriebsgesellschaft mbH ";" ";"Industriestr. 9 ";" ";"35799 ";"Merenberg ";"06471/91267-0 ";" ";"06471/91267-14 ";" " +lieferant ;00502091;"Firetrap ";" ";"1Western Av. Business Park,Mansfield Rd.";" ";". ";"London W3 0BZ ";"+44 (0)208 753 0200 ";" ";"+ 44 (0)208 753 0201 ";" " +lieferant ;00502092;"GREENHOUSE GmbH ";" ";"Rosenthalstr. 12 ";" ";"92224 ";"Amberg ";"09621/7822-0 ";" ";"09621/7822-20 ";" " +lieferant ;00502093;"H4 S.r.l. ";" ";"Via Cipriano Cipriani 7 ";" ";"59100 ";"Prato PO ";" ";" ";" ";" " +lieferant ;00502094;"Leipziger Kommision- und ";"Grobuchhandelgesellschaft mbH ";"Ptzschauer Weg ";" ";"04579 ";"Espenhain ";"034206 / 65-0 ";" ";" ";" " +lieferant ;00502095;"Fuwang ";"Product Imports International ";"Fotograaf 17 ";" ";"6921 ";"RR Duiven ";"+31 26 3121051 ";" ";"+31 26 3120264 ";" " +lieferant ;00502096;"Kannai B.V. Import - Export ";" ";"Ravenswade 80 ";" ";"3439 LD ";"Nieuwegein ";"+31-302676204 ";" ";"+31-302676673 ";" " +lieferant ;00502097;"Katahati exotic ";" ";"Bartweg 20 ";" ";"30453 ";"Hannover ";" ";" ";" ";" " +lieferant ;00502098;"LEIFHEIT AG ";" ";"Leifheitstrae 1 ";"11 65 ";"56377 ";"Nassau/Lahn ";"02604/977-0 ";" ";"02604/977-300 ";" " +lieferant ;00502099;"Peter Bodum GmbH ";" ";"Roseggerstr. 35 ";" ";"21079 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502100;"RBV Birkmann GmbH & Co. KG ";" ";"Hegelstrae 15 ";" ";"33790 ";"Halle/Westf. ";"05201 66 169 0 ";" ";"05201 66 169 66 ";" " +lieferant ;00502101;"iSi Deutschland GmbH ";" ";"Mittelitterstr. 12-16 ";"190360 ";"42719 ";"Solingen ";"0212/397-0 ";" ";"0212/397-222 ";" " +lieferant ;00502102;"IFD ";"International Fashion Distributors Ltd. ";"Via Motta 4 ";" ";"6828 ";"Balerna ";"+41-91/9800256 ";" ";"+41-91/9800258 ";" " +lieferant ;00502103;"APM Marketing GmbH ";" ";"Hans-Urmiller-Ring 58 ";" ";"82515 ";"Wolfratshausen ";"0871/38708-0 ";" ";"0871/38708-12 ";" " +lieferant ;00502104;"Trade Con GmbH ";" ";"Haferwende 7 ";" ";"28357 ";"Bremen ";"0421/22316-6 ";" ";"0421/22316-77 ";" " +lieferant ;00502105;"Gartenflair Helmut Gnther e.K. ";" ";"Randstr. 3-5 ";" ";"22525 ";"Hamburg ";"040/69630921 ";" ";"040/85371123 ";" " +lieferant ;00502106;"Clayre & Eef GmbH ";" ";"Brandstrmstrasse 10 ";" ";"47533 ";"Kleve ";"02821/997760 ";" ";"02821/9977629 ";" " +lieferant ;00502107;"Jansen Furniture ";" ";"Edisonstraat 70 ";" ";"6902 ";"PK Zevenaar ";" ";" ";" ";" " +lieferant ;00502109;"Mller Porzellan GmbH ";" ";"Kirchstrae 43 ";" ";"92685 ";"Flo ";"09603/9204-0 ";" ";"09603/9204-10 ";" " +lieferant ;00502110;"E.H.M. PREUSS KG ";" ";"Bahrenfelder Chaussee 75a ";"520 661 ";"22761 ";"Hamburg ";"040/899796-0 ";" ";"040/899796-18 ";" " +lieferant ;00502111;"Quermarken Verlag oHG ";" ";"Pfefferkrug 4 ";" ";"22397 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502112;"Designers Remix Collection A/S ";"By Charlotte Eskildsen ";"Pilestrde 10, 1. sal ";" ";"1112 ";"Copenhagen K ";"+45-3318/8888 ";" ";"+45-3318/8898 ";" " +lieferant ;00502113;"The Territory Distribution GmbH ";" ";"Pasteurstrae 1a ";" ";"50735 ";"Kln ";" ";" ";" ";" " +lieferant ;00502114;"Ritzenhoff AG ";" ";"Sametwiesen 2 ";"13 44 ";"34431 ";"Marsberg ";"02992/981-0 ";" ";"02992/981-116 ";" " +lieferant ;00502115;"Tokyo Jane ApS ";" ";"Ravnsborggade 2 ";" ";"2200 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00502116;"bugatti shoes woman AG ";" ";"Chamerstrasse 50 ";"346 ";"6331 ";"Hnenberg ";" ";" ";" ";" " +lieferant ;00502117;"Designer Homeware Distribution GmbH ";"Maxwell & Williams ";"Sametwiesen 2 ";"13 54 ";"34431 ";"Marsberg ";"02992/981-244 ";" ";"02992/981-255 ";" " +lieferant ;00502118;"Futur Fashion SARL ";" ";"40, rue Sedaine ";" ";"75011 ";"Paris ";"0033-1/48050887 ";" ";"0033-1/48053880 ";" " +lieferant ;00502119;"Milanie SARL ";" ";"36, rue Sedaine ";" ";"75011 ";"Paris ";"0033-1/43571803 ";" ";"0033-1/43571833 ";" " +lieferant ;00502120;"Home Tekstil San. Tic. Ltd. ";" ";"Girne Cad. Diken Sok. No: 2 Sanayi Mah. ";" ";"80660 ";"Istanbul ";"0090-212/32416-74 ";" ";"0090-212/32416-73 ";" " +lieferant ;00502121;"KIKI`s Bijoux ";" ";"Farmstrasse 16-18 ";" ";"64546 ";"Mrfelden-Walldorf ";"06105/409715 ";" ";"06105/409720 ";" " +lieferant ;00502122;"Hans Gnter Rupp ";"Manage Germany ";"Schnbornstr. 61 ";" ";"63075 ";"Offenbach am Main ";"069/8999-0776 ";" ";"069/8999-0993 ";" " +lieferant ;00502123;"Fantex GbR ";" ";"Schopenhauerstrae 9 ";" ";"95447 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00502124;"Zento AS ";" ";"Vordingborgvej 422 ";" ";"4690 ";"Haslev ";"+45 5630 3080 ";" ";"+45 5630 3081 ";" " +lieferant ;00502125;"Greene Saget Design Ltd. ";" ";"1 & 2, Bradfield Court, Milton Road ";" ";"OX14 4EF ";"Drayton, Oxfordshire ";"0044-1235/8611-11 ";" ";"0044-1235/8611-33 ";" " +lieferant ;00502126;"Mayer-Balbach GmbH ";" ";"Freibuck 8 ";" ";"73485 ";"Unterschneidheim ";"07966/424 ";" ";"07966/2087 ";" " +lieferant ;00502127;"Zee Accessoires LTD ";" ";"Kalda 36 ";" ";"10912 ";"Tallinn ";" ";" ";" ";" " +lieferant ;00502128;"Sassi Cara ";"Andrea Stumpf ";"Pfanzeltplatz 15 ";" ";"81737 ";"Mnchen ";"089/6375779 ";" ";"089/6375779 ";" " +lieferant ;00502129;"Otto GmbH & Co KG ";"Lascana ";"Werner-Otto-Str. 1-7 ";" ";"22179 ";"Hamburg ";"01805/104343 ";" ";"01805/106262 ";" " +lieferant ;00502130;"Jochen Heil, European Distribution ";"Folkmanis Puppets ";"Am Haag 11c ";" ";"97234 ";"Reichenberg ";" ";" ";" ";" " +lieferant ;00502131;"TAWA Albert Weishaupt AG ";" ";"Sulzbach ";"35 ";"9108 ";"Gonten ";"0041-71/79540-40 ";" ";"0041-71/79540-49 ";" " +lieferant ;00502132;"Justus Brenger & Co. ";" ";"Wiedenkamper Str. 7-15 ";"19 01 47 ";"42719 ";"Solingen ";"0212/3140-55 ";" ";"0212/316252 ";" " +lieferant ;00502133;"LMT Lederwaren GmbH ";" ";"Am Fiebig 10 ";" ";"01561 ";"Thiendorf ";" ";" ";" ";" " +lieferant ;00502134;"KIBA Rainwear ApS ";" ";"AErovej 12 ";" ";"8800 ";"Viborg ";"0045-87/25-5666 ";" ";"0045-87/25-4966 ";" " +lieferant ;00502135;"El Foro S.L. ";"Modas Unipersonal ";"C.C. Botanico L-1 ";" ";"35100 ";"Maspalomas Gran Canaria ";" ";" ";" ";" " +lieferant ;00502136;"TDV Deutschland GmbH ";" ";"Industriestrae 4 ";" ";"79801 ";"Hohentengen ";"07742/858-789 ";" ";"07742/858-790 ";" " +lieferant ;00502137;"Gerlinde Schwaiger ";"Giaco Lederhutmoden ";"Zaunergasse 21 ";" ";"5020 ";"Salzburg ";"0043-662/422351 ";" ";" ";" " +lieferant ;00502138;"Uschi Kunert ";"Sport- Modeagentur ";"Frankfurter Str. 70-72 ";" ";"65760 ";"Eschborn ";"061 96 / 96 74 74 ";" ";" ";" " +lieferant ;00502139;"SARL PARADA ";"Import - Export ";"48-50, Rue du Chemin Vert ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00502140;"Active Sportswear Int. AS ";" ";"Maltvej 20 ";" ";"9700 ";"Broenderslev ";"+45 98825533 ";" ";"+45 98800004 ";" " +lieferant ;00502141;"Scandic Outdoor GmbH ";" ";"Zum Sportplatz 4 ";" ";"21220 ";"Seevetal ";"+49 (0) 4105 / 6813-0 ";" ";"+49 (0) 4105 / 6813-50 ";" " +lieferant ;00502142;"Reviera Maison Export B.V. ";" ";"Middenweg 11a ";" ";"1432 DE ";"Aalsmeer ";"+31 297-239110 ";" ";"+31 297-239111 ";" " +lieferant ;00502143;"Mueller Trading & Production GmbH ";" ";"Hans-Geiger-Strae 13 ";" ";"67661 ";"Kaiserslautern ";"06301/320734-0 ";" ";"06301/320734-69 ";" " +lieferant ;00502144;"Georg F. Ott ";" ";"Postfach 2105 ";" ";"75201 ";"Knigsbach-Stein ";" ";" ";" ";" " +lieferant ;00502145;"Kraft Elektrogrosshandel ";" ";"Handwerkstr. 1 ";" ";"70565 ";"Stuttgart ";"(0711) 78806-0 ";" ";" ";" " +lieferant ;00502146;"Handelsvertretung Thomas Ullmann ";" ";"Eugenstr. 7 ";" ";"73269 ";"Hochdorf ";"07153 927532 ";" ";" ";" " +lieferant ;00502147;"Lola Casademunt S.L. ";" ";"Cr. C-251, km.,5 ";" ";"08440 ";"Cardedeu ";" ";" ";" ";" " +lieferant ;00502148;"Pippi AS ";"Childrens Choice of Fashion ";"Lollandsvej 2 ";" ";"7400 ";"Herning ";"+45 9626 7777 ";" ";" ";" " +lieferant ;00502149;"TLG Brands LTD ";" ";"Mill House, Unit 2 Eelmoor Road ";" ";"GU14 7QN ";"Farnborough, Hamshire ";" ";" ";" ";" " +lieferant ;00502150;"Augenwiese Hamburg ";"Yasmin Abdul-Hack, Birgit Schweyer ";"Detlev Bremer Str. 21 ";" ";"20359 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502151;"Baur Chocolat GmbH & Co. KG ";" ";"Postfach 1133 ";" ";"88381 ";"Biberach an der Riss ";" ";" ";" ";" " +lieferant ;00502152;"Schwermer Dietrich Stiel GmbH ";" ";"Knigsberger Str. 30 ";"1643 ";"86825 ";"Bad Wrishofen ";"08247/3508-0 ";" ";"08247/3508-14 ";" " +lieferant ;00502153;"zz~Confiserie Heilemann GmbH (40039) ";" ";"Alpenstrae 1 ";" ";"87789 ";"Woringen / Allgu ";" ";" ";" ";" " +lieferant ;00502154;"Bremer Hachez Chocolatte GmbH ";" ";"Postfach 106707 ";" ";"28067 ";"Bremen ";" ";" ";" ";" " +lieferant ;00502155;"Rdesheimer-Confiserie-Pralinen GmbH ";" ";"Postfach 2446 ";" ";"83426 ";"Bad-Reichenhall ";" ";" ";" ";" " +lieferant ;00502156;"Rosemunde ApS ";" ";"Kirktorvet 1 ";" ";"2820 ";"Gentoftn ";" ";" ";" ";" " +lieferant ;00502157;"Neuhaus Lederwaren Import & Vertrieb ";" ";"Nikolaus-Otto-Str. 11 ";" ";"24536 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00502158;"Kicherer ";"Ital. Spezialitten Feinkost Weine ";"Ulmer Str. 44/1 ";" ";"73037 ";"Gppingen ";"07161 73395 ";" ";"07161 968089 ";" " +lieferant ;00502159;"Goliath Inc. BV ";" ";"Industriestraat 29 ";"P.O. Box 7453 ";"3281 LB ";"Numandsdorp ";"+31-186/655744 ";" ";"+31-186/680091 ";" " +lieferant ;00502160;"Douceur Brands Germany GmbH ";" ";"Schanzenstr. 94 ";" ";"40549 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502161;"PAW Deutschland GmbH ";" ";"Alte Dorfstr. 28 ";" ";"27367 ";"Sottrum ";" ";" ";" ";" " +lieferant ;00502162;"Li Youn International Ltd. ";" ";"40-44 Bunham Strand, Unit A, 13 F ";" ";"1 ";"Sheung Wan, Hong Kong ";" ";" ";" ";" " +lieferant ;00502163;"GeoCenter Touristik Medienservice GmbH ";" ";"Schockenriedstr. 44 ";" ";"70565 ";"Stuttgart ";"0711/78194610 ";" ";"0711/7824375 ";" " +lieferant ;00502164;"LA.I.PE. SpA (Laipe) ";"Lavorazione Italiana Pelletterie ";"Via WalterTobagi, 2 ";" ";"62029 ";"Tolentino (MC) ";"+39-733/971541 ";" ";"+39-733/971563 ";" " +lieferant ;00502165;"Proske Marketing ";" ";"Ahrenshooper Zeile 11 ";" ";"14129 ";"Berlin ";" ";" ";" ";" " +lieferant ;00502166;"Busch Fashion GmbH ";" ";"Vredener Str. 119 ";" ";"48703 ";"Stadtlohn ";" ";" ";" ";" " +lieferant ;00502167;"Riedel Tiroler Glashtte Ges.m.b.H. ";" ";"Weissachstrae 28-32 ";" ";"6330 ";"Kufstein ";"+43 (0) 5372 64896 ";" ";"+43 (0) 5372 63225 ";" " +lieferant ;00502168;"Swarovski (Deutschland) GmbH ";" ";"Httenstr. 25-27 ";" ";"87600 ";"Kaufbeuren ";"08341/970-0 ";" ";"08341/970-155 ";" " +lieferant ;00502169;"Dyson GmbH ";" ";"Lichtstr. 43 e ";" ";"50825 ";"Kln ";"0221/50600-0 ";" ";"0221/50600-190 ";" " +lieferant ;00502170;"Gaggia GmbH ";" ";"Fritz-Reichle-Ring 6 ";" ";"78315 ";"Radolfzell ";"07732/939-1200 ";" ";"07732/939-1229 ";" " +lieferant ;00502171;"Gebr. Graef GmbH & Co. KG ";" ";"Donnerfeld 6, Industriegebiet Bergheim ";" ";"59757 ";"Arnsberg ";"02932/9703-0 ";" ";"02932/9703-90 ";" " +lieferant ;00502172;"JURA Elektrogerte Vertriebs-GmbH ";" ";"Bamberger Strae 10 ";"99 01 44 ";"90425 ";"Nrnberg ";"0911/2525-0 ";" ";"0911/2525-250 ";" " +lieferant ;00502173;"JURA Elektroapparate AG ";" ";"Kaffeeweltstrasse 10 ";" ";"4626 ";"Niederbuchsiten ";"+41-62/38982-33 ";" ";"+41-62/38982-94 ";" " +lieferant ;00502174;"petra-electric ";"Peter Hohlfeldt GmbH & Co. KG ";"Greisbacherstr. 6 ";" ";"89331 ";"Burgau ";"08222/4004-0 ";" ";"08222/4004-100 ";" " +lieferant ;00502175;"SIGG Switzerland AG ";" ";"Walzmhlestrasse 62 ";" ";"8501 ";"Frauenfeld ";"+41-52/72863-30 ";" ";"+41-52/72863-07 ";" " +lieferant ;00502176;"BSH Hausgerte GmbH ";"Bosch und Siemens Hausgerte ";"Carl-Wery-Str. 34 ";" ";"81739 ";"Mnchen ";"089/4590-01 ";" ";"089/4590-2128 ";" " +lieferant ;00502177;"VARTA Consumer Batteries GmbH & Co. KGaA";" ";"Alfred-Krupp-Str. 9 ";" ";"73479 ";"Ellwangen ";" ";" ";" ";" " +lieferant ;00502178;"Gate One Fashion ";" ";"Kruppstr. 1 ";" ";"49835 ";"Wietmarschen / Lohne ";" ";" ";" ";" " +lieferant ;00502179;"Accessoires Center Eschborn ";" ";"Haus der Mode 4, ET4 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00502180;"Destiny's World GmbH ";" ";"Hauptstrasse 14 ";" ";"97332 ";"Volkach ";"09381 84 72 67 ";" ";" ";" " +lieferant ;00502181;"Fiorelli ";"The Lunan Group Ltd. ";"Unit 1B, Weyhill Ind. Park, Fyfieldroad ";" ";"SP11 8DN ";"Hampshire ";" ";" ";" ";" " +lieferant ;00502182;"Onsale Trading Company ";" ";"Intzestrasse 1 ";" ";"60314 ";"Frankfurt ";"069/86004299-0 ";" ";"069/86004299-11 ";" " +lieferant ;00502183;"BMC S.A.S ";" ";"48 rue Ferdinand Buisson ";" ";"33323 ";"Begle Cedes ";"+33 5 57 35 06 93 ";" ";"+33 5 57 35 06 94 ";" " +lieferant ;00502184;"Ralf Roth Sports GmbH & Co. KG ";" ";"Am Mombacher Kreisel 3 ";" ";"55120 ";"Mainz ";"06131/570789-0 ";" ";"06131/570789-10 ";" " +lieferant ;00502185;"Chocoladefabriken Lindt & Sprngli GmbH ";" ";"Ssterfeldstr. 130 ";" ";"52072 ";"Aachen ";"0241/8881-0 ";" ";"0241/8889-313 ";" " +lieferant ;00502186;"Waechtersbach Keramik ";"Otto Friedrich Frst zu Ysenburg ";"Fabrikstrasse 12 ";" ";"63636 ";"Brachttal ";"06053/801-0 ";" ";"06053/5204 ";" " +lieferant ;00502187;"FashionSales Marketing GmbH ";" ";"Hanauer Landstrasse 184 ";" ";"60314 ";"Frankfurt ";"069 6696 3955 ";" ";"069 6696 3956 ";" " +lieferant ;00502188;"Hsken Distribution ";" ";"Wallstr. 15 ";" ";"45468 ";"Mhlheim a. d. Ruhr ";"02236 - 929 4860 ";" ";"02266 - 929 4852 ";" " +lieferant ;00502189;"Valentino Handels-GmbH ";" ";"Lhdorfer Str. 12 ";" ";"42699 ";"Solingen ";" ";" ";" ";" " +lieferant ;00502190;"Wachswarenfabrik GmbH & Co. KG ";" ";"Buchstrae 20 ";" ";"86381 ";"Krumbach ";" ";" ";" ";" " +lieferant ;00502191;"Cascade Repair Service ";" ";"Katharienenstr. 7 ";" ";"90762 ";"Fhrth ";" ";" ";" ";" " +lieferant ;00502192;"Confiserie Heidel ";" ";"Hafenringstrae 6 ";"44 49 ";"49090 ";"Osnabrck ";"0541/9181-21 ";" ";"0541/9181-222 ";" " +lieferant ;00502193;"Port Textilvertriebs GmbH & Co. KG ";" ";"Wissener Weg 26 ";" ";"47626 ";"Kevelaer - Winnekendonk ";"0 28 32 - 97 53 88 ";" ";"0 28 32 - 8 00 20 ";" " +lieferant ;00502194;"Joeyce Watt Collection ";" ";"5 Rue Popincourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00502195;"S.A.R.L. Fashion City ";" ";"8-10 Rue de la Haie Coq ";" ";"93330 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502196;"Kahlstatt Lederwaren ";" ";"Hugenottenstrae 73 ";" ";"61381 ";"Friedrichsdorf ";" ";" ";" ";" " +lieferant ;00502197;"Bruno Knitzer Lederwaren ";" ";"Zollernstr. 13 ";" ";"78462 ";"Konstanz ";"07531/44816 ";" ";"07531/43832 ";" " +lieferant ;00502198;"Sansibar Textil ";" ";"Hrnummer Str. 80 ";" ";"25980 ";"Rantum / Sylt ";" ";" ";" ";" " +lieferant ;00502199;"Brother Fashion s.r.l. ";"Unipersonale ";"Via Filippo Turati, 161 ";" ";"00185 ";"Roma ";" ";" ";" ";" " +lieferant ;00502200;"Pronto Moda Bella Donna srl ";" ";"Via Colombaie, 54 ";" ";"59100 ";"Prato ";"+39-0574/625557 ";" ";" ";" " +lieferant ;00502201;"Americana Germany GmbH ";" ";"Balanstrae 73, Haus 9-10 / 1. OG ";" ";"81541 ";"Mnchen ";"089/150018-30 ";" ";"089/150018-500 ";" " +lieferant ;00502202;"Fun of Europe Handels GmbH ";" ";"Schleifweg 12 ";" ";"90562 ";"Heroldsberg ";"0911/569299-0 ";" ";"0911/569299-50 ";" " +lieferant ;00502203;"Werder Bremen Fan-Service-GmbH ";" ";"Auf dem Peterswerder 32 ";" ";"28205 ";"Bremen ";"0421/499955 ";" ";" ";" " +lieferant ;00502204;"Fanshop Sweets GmbH & Co. KG Produktwelt";" ";"Parkgasse 8 ";" ";"45699 ";"Herten ";"02366/9354-13 ";" ";"02366/9354-14 ";" " +lieferant ;00502205;"Whoopi Fashion GmbH ";" ";"Ravensberger Str. 41 ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00502206;"zz~Bieber (luft aus, 501373 nutzen) ";" ";"Am Geisberg 2 ";" ";"63773 ";"Goldbach ";" ";" ";" ";" " +lieferant ;00502207;"Denimwear Legends GmbH ";" ";"Dsseldorfer Str. 53 ";" ";"41515 ";"Grevenbroich ";"02181/2132952 ";" ";"02181/1642799 ";" " +lieferant ;00502208;"YAKO GROUP ";" ";"Otto-Hahn-Str. 6 ";" ";"53842 ";"Troisdorf ";"02241/2572589 ";" ";"02241/2572587 ";" " +lieferant ;00502209;"bandermann GmbH ";" ";"Bruchweg 94 ";" ";"41564 ";"Kaarst ";"02131/1767100 ";" ";"02131/605855 ";" " +lieferant ;00502210;"Leiendeckers Ess Cult u. Marmeladen ";"Manufaktur ";"Alte Landstr. 24 ";" ";"22941 ";"Bargteheide ";" ";" ";" ";" " +lieferant ;00502211;"Baldessarini GmbH ";" ";"Elverdisser Strae 313 ";" ";"32052 ";"Herford ";"+49 5221 979 0 ";" ";"+49 5221 979 8772 ";" " +lieferant ;00502212;"TopScene ";" ";"308 St. Savours Rosd ";" ";"LE5 4Hj ";"Leicester ";" ";" ";" ";" " +lieferant ;00502213;"Franke-Bauartikel GmbH85748 ";" ";"Schleiheimer Strasse 84 ";" ";"Franke-Bau";"Garching-Hochbrck ";" ";" ";" ";" " +lieferant ;00502214;"Tiger and Dragon ";" ";"Kammerlanderweg 23 ";" ";"83098 ";"Brannenburg ";" ";" ";" ";" " +lieferant ;00502215;"Dornbusch Fashion Ltd. ";" ";"Ocean Center Room 728, 5 Canton Rd ";"98540 ";"1 ";"Tsim Sha Tsui, Kowloon, SAR-Hong Kong ";"(852)2737/6100 ";" ";"(852)2730/7700 ";" " +lieferant ;00502216;"Gielen Engel Design GbR ";"4Trmpfe ";"Lindenallee 40 ";" ";"20259 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502217;"Siegfanz Agentur ";" ";"Sattelhecke 1 ";" ";"63867 ";"Johannesberg ";" ";" ";" ";" " +lieferant ;00502218;"Handmacher Helga Kovar OG ";" ";"Ringstrae 3 ";" ";"4600 ";"Wels ";"+43-7242/61662 ";" ";"+43-7242/207677 ";" " +lieferant ;00502219;"Janusch Uhren & Schmuck ";" ";"Marktstr. 1a ";" ";"23714 ";"Bad Malente ";" ";" ";" ";" " +lieferant ;00502220;"Style Textil GmbH & Co. KG ";" ";"Auf Bsselhagen 14 ";" ";"31515 ";"Wunstorf ";"05031/14060 ";" ";"05031/515140 ";" " +lieferant ;00502221;"Tru Fashion GmbH ";" ";"Obenhauptstrasse 5 ";" ";"22335 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502222;"WARNING Wefel & Dlken GbR ";" ";"Daimlerstr. 17 ";" ";"49504 ";"Lotte ";"05404/9668-22 ";" ";"05404/9668-44 ";" " +lieferant ;00502223;"Forvert GmbH ";" ";"Bruesseler Platz 10 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00502224;"Action Apparal Ltd Chilli Couture ";" ";"62-63 Henning Road ";" ";"B98 0 EA ";"Worcestershire, Wasfoard, Reddich ";" ";" ";" ";" " +lieferant ;00502225;"Rodial S.L. ";" ";"c/ Nou 20 ";" ";"43885 ";"Salomo ";" ";" ";" ";" " +lieferant ;00502226;"Eichler & Zimmermann GmbH ";"Fashion Shoes Accecsoires ";"Am Sandtorkai 25 ";" ";"20457 ";"Hamburg ";"040/5476365-0 ";" ";"040/5476365-2 ";" " +lieferant ;00502227;"Eckhardt Heimtextilien Import - Export ";" ";"Steinmetzstr. 14 ";" ";"47053 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00502228;"Waalwear B.V. ";" ";"Windestraat 7 ";" ";"1171 KK ";"Badhoevedorp ";" ";" ";" ";" " +lieferant ;00502229;"Sport & Modevertrieb, Jrg Moeller ";" ";"Waldweg 42 ";" ";"24598 ";"Boostedt ";" ";" ";" ";" " +lieferant ;00502230;"Jaime Mascaro S.A. ";" ";"Poligono Industrial - C/D Parcela 9 ";" ";"07750 ";"Ferrerias - Menorca ";"+34-971/374500 ";" ";"+34-971/373859 ";" " +lieferant ;00502231;"Clothing Company s.p.a. ";" ";"Via Giotto, 5 ";" ";"31021 ";"Nogliano Veneto (TV) ";"+37-041/5972311 ";" ";"+37-041/5972312 ";" " +lieferant ;00502232;"Task License B.V. ";" ";"P.O. Box 2197 ";" ";"8203 ";"AD Leiystad ";" ";" ";" ";" " +lieferant ;00502233;"Modehaus Brgerding ";" ";"Mnsterstrae 74 ";" ";"49377 ";"Vechta ";"04441 / 2315 ";" ";"04441 / 83296 ";" " +lieferant ;00502234;"Allsport Moden GmbH ";" ";"Feldstrae 13 ";" ";"6833 ";"Weiler/Vlbg. ";"+43-5523/62074 ";" ";"+43-5523/52218 ";" " +lieferant ;00502235;"PN Peter Niedner GmbH ";"Kommissionsgesellschaft ";"Oberfeldstr. 23 ";" ";"60439 ";"Frankfurt am Main ";"069/95740930 ";" ";"069/95740985 ";" " +lieferant ;00502236;"Samsoe & Samsoe Wholesale ApS ";" ";"Ryesgade C, 5 ";" ";"2200 ";"Kobenhavn N ";"+45-3537/1166 ";" ";"+45-3537/1196 ";" " +lieferant ;00502237;"Seidenweber Krawatten GmbH ";" ";"Blumentalstrae 295 ";" ";"47803 ";"Krefeld ";"02151/565030-0 ";" ";"02151/875947 ";" " +lieferant ;00502238;"SMP GmbH ";"Shampoo & More Professional ";"Lornsenstrae 128-130 ";" ";"22869 ";"Hamburg ";"040-8397624 ";" ";" ";" " +lieferant ;00502239;"Bayerische Handwebteppiche ";"und Teppiche aus aller Welt ";"Eichenweg 11 ";" ";"97892 ";"Kreuzwertheim ";"09342/83246 ";" ";"09342/83247 ";" " +lieferant ;00502240;"Duesenberg Collection GmbH ";" ";"Max-Volmer-Strasse 18 ";" ";"40724 ";"Hilden ";"02103/28896-0 ";" ";"02103/28896-25 ";" " +lieferant ;00502241;"pluslinks GmbH ";" ";"Dohrweg 48 ";" ";"41066 ";"Mnchengladbach ";"02161/30851-0 ";" ";"02161/30851-20 ";" " +lieferant ;00502242;"Mepal bv ";" ";"Aalsvoort 101 ";"Postbus 227 ";"7241 MB ";"Lochem ";"+31-573/257233 ";" ";"+31-573/256072 ";" " +lieferant ;00502243;"Souza for Kids ";" ";"Postbus 90 ";" ";"5690AB ";"Son ";"+31-499/378466 ";" ";" ";" " +lieferant ;00502244;"HEIKE Schlafkomfort GmbH ";" ";"Couvenstr. 2 ";" ";"40211 ";"Dsseldorf ";"0211/416075320 ";" ";"0211/41607532- 5 ";" " +lieferant ;00502245;"IAW GmbH & Co KG International Trading ";" ";"An den Hirtenackern 9 ";" ";"63791 ";"Karlstein ";"06188-990742 ";" ";"06188-990744 ";" " +lieferant ;00502246;"Textilvertrieb Dirk Grenke ";" ";"Lise-Meitner-Str. 1-7 ";" ";"24223 ";"Raisdorf ";" ";" ";" ";" " +lieferant ;00502247;"Kids Workers World GmbH ";" ";"Waldweg 31 ";" ";"49549 ";"Ladbergen ";"05485/832967 ";" ";"05485/832969 ";" " +lieferant ;00502248;"Barracuda Welt Importe ";" ";"Werkstrae 1 ";" ";"02979 ";"Spreetal ";"03564/318542 ";" ";"03564/318654 ";" " +lieferant ;00502249;"WoolGroup Srl ";" ";"Via Amendola, 34 ";" ";"50058 ";"Signa (FI) ";"+39-055/8790143 ";" ";"+39-055/8790078 ";" " +lieferant ;00502250;"MILENA CONFEZIONI S.p.A. ";" ";"Via Tiberina Nord, 800 ";" ";"52037 ";"Sansepolcro [AR] ";"+39-0575/742230 ";" ";"+39-0575/733304 ";" " +lieferant ;00502251;"VeV Italia SRL ";" ";"Via Isola, 19 ";" ";"64010 ";"Colonnella (TE) ";"+39-0735/757080 ";" ";"+39-0735/757076 ";" " +lieferant ;00502252;"Stdter GmbH ";" ";"Am Kreuzweg 1 ";" ";"35469 ";"Allendorf/Lumda ";"06407/4034-1000 ";" ";"06407/4034-1009 ";" " +lieferant ;00502253;"Trenddesign GbR ";" ";"Heiligengeiststrae 26 ";" ";"26121 ";"Oldenburg ";"0441/361866-21 ";" ";"0441/361866-29 ";" " +lieferant ;00502254;"Taubhorn & Zhang GbR ";" ";"Poelzigstr. 16 ";" ";"28205 ";"Bremen ";"(04 21) 2 22 43 06 ";" ";" ";" " +lieferant ;00502255;"Modeagentur Helmut Krebs GmbH ";"Der Krawattenspezialist ";"Bogenstrae 53 ";" ";"47799 ";"Krefeld ";"02151/1549080 ";" ";"02151/3600885 ";" " +lieferant ;00502256;"Li Ledermoden GmbH ";" ";"Modering 3, Haus B, Raum 331 ";" ";"22457 ";"Hamburg ";"040-55008490 ";" ";"04055008491 ";" " +lieferant ;00502257;"Apply Trading GmbH ";" ";"Buchheimer Weg 50 ";" ";"51107 ";"Kln ";"0221/7882210 ";" ";" ";" " +lieferant ;00502258;"krima & isa decorative art GbR ";"Kristina Marquardt ";"Willy-Brandt-Strae 45 ";" ";"20457 ";"Hamburg ";"040/43260-699 ";" ";" ";" " +lieferant ;00502259;"Emco Bau- und Klimatechnik GmbH & Co. KG";" ";"Breslauer Strae 34-38 ";"1860 ";"49808 ";"Lingen ";"0591/9140-0 ";" ";"0591/9140-852 ";" " +lieferant ;00502260;"Silke Busche Handelsagentur ";"Emile et Rose ";"Kamper Weg 149 ";" ";"40627 ";"Dsseldorf ";"0211/2519177 ";" ";"0211/2519935 ";" " +lieferant ;00502261;"Zllner-Wiethoff GmbH ";" ";"Rntgenstrae 3 ";"1547 ";"96465 ";"Neustadt b. Coburg ";"09568/849-0 ";" ";"09568/849-49 ";" " +lieferant ;00502262;"Gottschalk AGA Textilvertrieb GmbH ";" ";"Industriestr. 59 ";"1345 ";"31275 ";"Lehrte ";"05132/56067 ";" ";"05132/56277 ";" " +lieferant ;00502263;"Leuchtturm Albenverlag GmbH & Co. KG ";" ";"Am Spakenberg 45 ";"1340 ";"21502 ";"Geesthacht ";"04152/801-0 ";" ";"04152/801-222 ";" " +lieferant ;00502264;"Eroglu Europe GmbH ";" ";"Sachsenstrae 22 ";" ";"68775 ";"Ketsch ";"06202/97848-4 ";" ";"06202/97848-69 ";" " +lieferant ;00502265;"IX Shoes, S.L. ";" ";"Marti I Soler, 11 B ";" ";"03203 ";"Elche (Alicante) ";"+34-965/683-856 ";" ";"+34-965/683-711 ";" " +lieferant ;00502266;"CONTUR Clothing Company GmbH ";" ";"Troplowitzstrae 7 ";" ";"20249 ";"Hamburg ";"040/4291819-00 ";" ";"040/4291819-29 ";" " +lieferant ;00502267;"Geo Spirit S.p.A. ";" ";"Via Prov. del Biagioni, 55 ";" ";"55011 ";"Altopascio (LU) ";"+35-0583-201120 ";" ";"+35-0583-201141 ";" " +lieferant ;00502268;"Sonitex Computerstrickerei ";" ";"Floworthstr. 3-9 ";" ";"68199 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00502269;"Dixie ApS ";" ";"Mlbjerg 9, Soevind ";" ";"8700 ";"Horsens ";"+45 75 659 649 ";" ";"+45 75 659 639 ";" " +lieferant ;00502270;"JOMORANI art+design GmbH ";" ";"Bismarckstrasse 44 ";" ";"14109 ";"Berlin-Wannsee ";"030/8620-2678 ";" ";"030/8620-2679 ";" " +lieferant ;00502271;"Gina Conti ";"Inh. Gerhard Poppke ";"Breslauerstr. 8 // Raum 220 ";" ";"41460 ";"Neuss ";"02131/222043 ";" ";"02131/222045 ";" " +lieferant ;00502272;"Princesse tam.tam Deutschland GmbH ";" ";"Altestadt 7 ";" ";"40213 ";"Dsseldorf ";"0211/862929-0 ";" ";"0211/862929-29 ";" " +lieferant ;00502273;"Fabrica de Malhas Cheong Weng LDA ";" ";"Rua dos Currais, Block E, 7th Floor ";" ";"@ ";"Industrial Cidade Nova, Macau ";" ";" ";" ";" " +lieferant ;00502274;"Back Up! Srl ";" ";"Zona Industriale A (P.I.P.) ";" ";"62012 ";"Civitanova Marche (MC) ";"+39-0733895507 ";" ";"+39-0733895518 ";" " +lieferant ;00502275;"Exoal bv ";" ";"2e Maasbosstraat 46 ";" ";"3134 ";"XJ Vlaardingen ";"+31 (0) 10 247 04 99 ";" ";"+31 (0) 10 247 05 15 ";" " +lieferant ;00502276;"Denimlovers N.J. GmbH & Co KG ";" ";"Barbarossastr. 60 ";" ";"67655 ";"Kaiserslautern ";"0631/6314560 ";" ";"0631/36154310 ";" " +lieferant ;00502277;"Currex GmbH ";" ";"Schaartor 1 ";" ";"20459 ";"Hamburg ";"+49 40 4134 6060 ";" ";"+49 40 4134 6069 ";" " +lieferant ;00502278;"Annvy Fashion ";" ";"Steinsdorferstr. 21 ";" ";"80538 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00502279;"Ambermedia GmbH ";" ";"Mnzstrae 18 ";" ";"10178 ";"Berlin ";" ";" ";" ";" " +lieferant ;00502280;"LANGELTJE Larissa von Buchwaldt ";"Papeterie + Text ";"Stresemannstrae 73 ";" ";"22769 ";"Hamburg ";"040/3181354-0 ";" ";"040/3181354-1 ";" " +lieferant ;00502281;"Gerhard Welzel ";" ";"Einbacher Strae 43 a+b ";" ";"77756 ";"Hausach ";"07831/9365-0 ";" ";"07831/9365-25 ";" " +lieferant ;00502282;"PeachesPresents ";" ";"Korveldwarsstraat 22 ";" ";"5025 ";"JA Tilburg ";"+31-135438383 ";" ";"+31-847138824 ";" " +lieferant ;00502283;"Iris Horbach ";" ";"Friedastrae 3 ";" ";"81479 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00502284;"Volltreffer ";" ";"Joachimstrae 3-4 ";" ";"10119 ";"Berlin ";" ";" ";" ";" " +lieferant ;00502285;"Prim Style s.a.s ";" ";"R.C. Bourgoin - Jallieu ";" ";"38110 ";"Saint Jean de Soudain ";" ";" ";" ";" " +lieferant ;00502286;"Aguzon s.a.s. ";" ";"- ";" ";"26170 ";"Saint Auban Sur L'ouveze ";" ";" ";" ";" " +lieferant ;00502287;"Nicole Sievert ";"Lieblingskissen ";"Raumerstrasse 34 ";" ";"10437 ";"Berlin ";" ";" ";" ";" " +lieferant ;00502288;"Miss Hill S.A.R.L. ";" ";"106 Rue de la Roquette ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00502289;"Zack & Zoe ";"Import - Export ";"11, Rue de Haie Coq ";" ";"93300 ";"Aubervilliers ";"+33-141570375 ";" ";"+33-148393417 ";" " +lieferant ;00502290;"wave & motion Sport u. Mode ";"Vetriebs GmbH ";"Salmdorfer Str.1 ";" ";"85540 ";"Haar b. Mnchen ";" ";" ";" ";" " +lieferant ;00502291;"Mala Alisha ";" ";"Schrannengasse 5 ";" ";"5020 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00502292;"Roidal, S.L. ";" ";"Nou, 20 ";" ";"43885 ";"Salomo (Tarragona) ";"+34 977 629 029 ";" ";"+34 977 629 052 ";" " +lieferant ;00502293;"arvato media GmbH ";" ";"An der Autobahn ";" ";"33310 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00502294;"Accessoires one GmbH ";" ";"Klner Strasse 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00502295;"Provinco Italia S.R.L. ";" ";"via Monte Oro 5/B ";" ";"38066 ";"Riva del Garda (TN) ";"+39 0464 557 081 ";" ";"+39 0464 557 082 ";" " +lieferant ;00502296;"Herno S.p.A. ";" ";"Via Opifici, 100 ";" ";"28040 ";"Lesa (NO) ";"+39 0322 77091 ";" ";"+39 0322 77974 ";" " +lieferant ;00502297;"Mar-XS B.V. ";" ";"Koningin Wilhelminaplein 13 ";"P.O. Box 69100 ";"1062 HH ";"Amsterdam ";"+31-20/5110612 ";" ";"+31-20/5110618 ";" " +lieferant ;00502298;"Textilagentur Rainer Hacker ";" ";"Zeisigweg 22 ";" ";"45731 ";"Waltrop ";" ";" ";" ";" " +lieferant ;00502299;"Magistral-Young Kft. ";" ";"Engels u. 33 ";" ";"2360 ";"Gyal ";" ";" ";" ";" " +lieferant ;00502300;"Dickies WD Europe S.A.S. ";" ";"166, Rue Saint-Francois Xavier ";" ";"33173 ";"Gradignan Cedex ";" ";" ";" ";" " +lieferant ;00502301;"Fausto Colato ";" ";"Via N.Battaglia , 34 ";" ";"20127 ";"Milano ";" ";" ";" ";" " +lieferant ;00502302;"E&M Handel GbR ";" ";"Ziegelei 11 ";" ";"39171 ";"Slzetal ";" ";" ";" ";" " +lieferant ;00502303;"Elegance Collection GmbH ";" ";"Bckmann 1 ";" ";"1345 ";"Recke ";" ";" ";" ";" " +lieferant ;00502304;"Villa Gaia GmbH ";"SN of Sweden ";"Marktplatz 5 ";" ";"83209 ";"Prien am Chiemsee ";" ";" ";" ";" " +lieferant ;00502305;"Fashion Look GmbH ";" ";"In der Schildwacht 15 ";" ";"65933 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00502306;"Pantofola d'Oro SpA ";" ";"Loc. Villa S. Antonio c/o C.I.T. ";" ";"63100 ";"Ascoli Piceno ";"+39-0736/812512 ";" ";"+39-0736/818635 ";" " +lieferant ;00502307;"Mill One GmbH ";" ";"Brokeloher Str. 8-12 ";" ";"31628 ";"Landesbergen ";" ";" ";" ";" " +lieferant ;00502308;"Secon Group B.V. ";" ";"Overschiestraat 182 ";" ";"1062XK ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00502309;"Style Wave Ltd. ";" ";"22 Humphrey street ";" ";"M8 9JR ";"Manchaster ";" ";" ";" ";" " +lieferant ;00502310;"Blackbox Fashion GmbH ";" ";"Pascalstrasse 26D ";" ";"52076 ";"Aachen ";" ";" ";" ";" " +lieferant ;00502311;"Rosi Bavaria, Gabriele Hoyler ";" ";"Grfin-Schlippenbach- Weg3 ";" ";"83708 ";"Kreuth ";" ";" ";" ";" " +lieferant ;00502312;"RIP CURL Europe S.A.S. ";" ";"407 Avenue de la Tuilerie ";"q ";"40150 ";"Hossegor ";"0821/237800 ";" ";"0821/417809 ";" " +lieferant ;00502313;"FOLIA ";" ";"47 Rue Reaumur ";" ";"75003 ";"Paris ";" ";" ";" ";" " +lieferant ;00502314;"Neptun GmbH ";" ";"Philipp-Reis-Str. 4 ";" ";"63128 ";"Dietzenbach ";"06074/7293062 ";" ";"06074/7293063 ";" " +lieferant ;00502315;"Emil Vertriebs-GmbH ";" ";"Watzenberg 4 ";" ";"84384 ";"Wittibreut ";"08574 / 910 44 ";" ";"08574 / 241 ";" " +lieferant ;00502316;"Verweij Fashion B.V. ";" ";"Keineborgweg 103 ";" ";"1101 ";"Amsterdamm ZO ";" ";" ";" ";" " +lieferant ;00502317;"Deltracon ";" ";"Gentstraat 129 ";" ";"8770 ";"Ingelmunster ";" ";" ";" ";" " +lieferant ;00502319;"zz~Fashion-1 (luft aus, 501196 nutzen) ";"Ingo Jarmuzek ";"Hellweg 21-23 ";" ";"44787 ";"Bochum ";"0234/9160921 ";" ";"0234/9160922 ";" " +lieferant ;00502320;"Fast Beautiful S.r.l. ";" ";"Via Santa Alessandro, 7 ";" ";"00131 ";"Roma ";" ";" ";" ";" " +lieferant ;00502321;"bugatti GmbH ";"Niederlassung Mnchengladbach ";"Krahnendonk 104 ";" ";"41066 ";"Mnchengladbach ";"02161/94653-0 ";" ";"02161/94653-53 ";" " +lieferant ;00502322;"Everest GmbH ";" ";"Weienbachstr. 1 ";" ";"88316 ";"Isny / Algu ";" ";" ";" ";" " +lieferant ;00502323;"Friedrich Jahncke GmbH & Co. KG ";" ";"Borsigstrae 2 ";" ";"21465 ";"Reinbek ";"040/650601-0 ";" ";"040/650601-60 ";" " +lieferant ;00502324;"Wohnmanufactur Grnberger s.r.o. ";" ";"_ ";" ";"33023 ";"Nyrany / Pilsen - Uherce ";"089 / 59976799-0 ";" ";" ";" " +lieferant ;00502325;"AHMADDY ";" ";"Am Kalkbrunnen 14 ";" ";"69151 ";"Neckargemnd ";"06223/866579-0 ";" ";"06223/866579-1 ";" " +lieferant ;00502326;"deGoede shoes GmbH & Co. KG ";" ";"Wirtgasse 5 ";" ";"97204 ";"Hchberg ";"0931/41793960 ";" ";" ";" " +lieferant ;00502327;"JAFT c/o KTT&B A/S ";" ";"Skodsborg strandvej 11 ";" ";"2942 ";"Skodborg ";" ";" ";" ";" " +lieferant ;00502328;"Dresscode GmbH ";" ";"August-Wessels-Str. 18 ";" ";"86154 ";"Augsburg ";"0821/248888-33 ";" ";"0821/248888-34 ";" " +lieferant ;00502329;"Moravia Europe GmbH ";" ";"Ehrwalder Str. 77 ";"31 11 42 ";"81377 ";"Mnchen ";"0800/4225111-00 ";" ";"0711/969926-67 ";" " +lieferant ;00502330;"Liebeskind GmbH ";" ";"Stralauer Allee 10-11 ";" ";"10245 ";"Berlin ";"030/5659030-0 ";" ";"030/5659030-20 ";" " +lieferant ;00502331;"DKH Retail Ltd (ehem. Laundry) ";" ";"Unit 60, The Runnings ";" ";"GL51 9NW ";"Cheltenham ";"0044-12425881 ";" ";"0044-12422631 ";" " +lieferant ;00502332;"Religion Ltd. ";" ";"Unit 4, Hackhurst Lane ";" ";"BN27 4BW ";"Hailsham East Sussex ";" ";" ";" ";" " +lieferant ;00502333;"P-Collection Bernd Plutzkat ";" ";"Max-Planck-Str.1 ";" ";"72336 ";"Balingen ";" ";" ";" ";" " +lieferant ;00502334;"Freistil Ravensburg Gbr. ";" ";"Rossbachstr. 9 ";" ";"88212 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00502335;"RYN Deutschland GmbH ";" ";"Groe Weilstrae 15 ";" ";"45525 ";"Hattingen ";"02324/950859 ";" ";"02324/26709 ";" " +lieferant ;00502336;"MD-ENTREE ";" ";"Sisalstraat 65 ";" ";"8281 ";"JJ Genemuiden ";"+31(0)38-3855119 ";" ";"info@md-entree.nl ";" " +lieferant ;00502337;"Walberg Fashion GmbH ";" ";"Samuel-Bachmann-Stae 1 ";" ";"87527 ";"Sonthofen ";"08321/60955-0 ";" ";"08321/60955-29 ";" " +lieferant ;00502338;"Best Sales & Services GmbH ";" ";"Rather Strae 49e ";" ";"40476 ";"Dsseldorf ";"0211/943034-0 ";" ";"0211/943034-24 ";" " +lieferant ;00502339;"Texteis Calvario, Lda. ";" ";"Moinho Do Buraco ";" ";"4810 ";"Guimaraes ";"+351-253/533915 ";" ";"+351-351-253-535644 ";" " +lieferant ;00502340;"zz~daus design & distribution ";" ";"Reibeltgasse 11 ";" ";"97070 ";"Wrzburg ";"0931/3046-357 ";" ";"0931/3046-358 ";" " +lieferant ;00502341;"Rainer Huber Textilagentur CDH ";" ";"Am Kirchberg 16 ";" ";"86485 ";"Biberbach ";"08271/429832 ";" ";"08271/429395 ";" " +lieferant ;00502342;"ARIDO Hemden Manufaktur GmbH ";" ";"Schnotzendorfergasse 7 ";" ";"2700 ";"Wiener Neustadt ";"+43-2622/24191-0 ";" ";"+43-2622/24191-40 ";" " +lieferant ;00502343;"kai Europe GmbH ";" ";"Lhdorfer Str. 51 ";" ";"42699 ";"Solingen ";"0212/23238-0 ";" ";"0212/23238-99 ";" " +lieferant ;00502344;"IFC Consumer Products GmbH ";" ";"Memminger Strae 11-13 ";" ";"87734 ";"Benningen ";"08331/92797-80 ";" ";"08331/92797-81 ";" " +lieferant ;00502345;"Typhoon Housewares Ltd ";" ";"Oakcroft Road, Chessington ";" ";"KT9 1RH ";"Surrey ";"+44-20/8974-4750 ";" ";"+44-20/8974-4760 ";" " +lieferant ;00502346;"ED. WSTHOF DREIZACKWERK ";" ";"Kronprinzenstr. 49 ";"10 13 84 ";"42655 ";"Solingen ";"0212/2067-0 ";" ";"0212/2067-48 ";" " +lieferant ;00502347;"Nesac Tekstil Fabrika ";" ";"Fevzi Cakmak, Matr. 25 No. 9 ";" ";"0 ";"Izmir - Torbali ";"+90-232-8642323 ";" ";"+90-232-8642424 ";" " +lieferant ;00502348;"Impuls Schuhe GmbH ";" ";"Hagener Str.85-87 ";" ";"58099 ";"Hagen ";"02331/483318-0 ";" ";"02331/483318-88 ";" " +lieferant ;00502349;"Heinrich Berndes Haushaltstechnik ";"GmbH & Co. KG ";"Wiebelsheidestr. 55 ";"12 80 ";"59757 ";"Arnsberg ";"02932/475-0 ";" ";"02932/475-162 ";" " +lieferant ;00502350;"Bram's Paris Deutschland GmbH ";" ";"Zeppelinstrasse 3-4 ";" ";"03099 ";"Kolkwitz/Krieschow ";"035604/6468-0 ";" ";"035604/6468-22 ";" " +lieferant ;00502351;"Glashtte Valentin Eisch GmbH ";" ";"Am Steg 7 ";" ";"94258 ";"Frauenau ";"09926/189-0 ";" ";"09926/189-250 ";" " +lieferant ;00502352;"RASTAL GmbH & Co. KG ";" ";"Rastal-Strae 1 ";"13 54 ";"56203 ";"Hhr-Grenzhausen ";"02624/16-0 ";" ";"02624/16-103 ";" " +lieferant ;00502353;"WIKI OF DENMARK A/S ";" ";"Stenhuggervej 18 ";" ";"5230 ";"Odense M ";"+45-65/933-933 ";" ";"+45-65/933-934 ";" " +lieferant ;00502354;"SARTIE Uguale Prodotto Snc ";" ";"Via G. B. Brocchi, 7/a ";" ";"20131 ";"Milano ";"+39-346/3800832 ";" ";"+39-02/70607396 ";" " +lieferant ;00502355;"DC Design & Concept GmbH ";" ";"Emscherstr. 20 ";" ";"45891 ";"Gelsenkirchen ";"0209/9767-03 ";" ";"0209/9767-385 ";" " +lieferant ;00502356;"Panda srl ";" ";"Via di Vittorio,2 ";" ";"40057 ";"Cadriano di Granarolo Emilia (BO) ";" ";" ";" ";" " +lieferant ;00502357;"SES Deutschland GmbH ";" ";"Blumenstr. 9 ";"2344 ";"48527 ";"Nordhorn ";"05921/75914 ";" ";" ";" " +lieferant ;00502358;"Buff Deutschland GmbH ";" ";"Aschheimer Str. 13 ";" ";"85622 ";"Feldkirchen ";"089/427176-0 ";" ";"089/427176-66 ";" " +lieferant ;00502359;"Tobby Band u. Flechtwaren Ges.m.b.H ";" ";"Illekgasse 24 ";" ";"1150 ";"Wien ";"+43-1/9824484 ";" ";"+43-1/9850572 ";" " +lieferant ;00502360;"Fashionagentur Jens Aselmeyer GmbH ";" ";"Hessenstrae 1, Raum C 449-451 ";" ";"30855 ";"Langenhagen ";"0511/7860-160 ";" ";"0511/7860-394 ";" " +lieferant ;00502361;"Kerlin KG ";" ";"Marie-Curie-Strae 33 ";"372 ";"40721 ";"Hilden ";"02103/5094-0 ";" ";"02103/5094-20 ";" " +lieferant ;00502362;"Hangar Srl ";" ";"Via Comelico, 24 ";" ";"20135 ";"Milano ";"+39-02-36576600 ";" ";"+39-02-45474635 ";" " +lieferant ;00502363;"Fu Feng s.r.l. ";" ";"Via Portuense, 1555 ";" ";"00050 ";"Roma ";"+39-06-65000093 ";" ";"+39-06-77076453 ";" " +lieferant ;00502364;"Pronto Moda Angela srl ";" ";"Via Vai D'Aosta 58/60 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00502365;"DKB Household Germany GmbH ";" ";"Liboristrae 13 ";" ";"48155 ";"Mnster ";"0251/53499-0 ";" ";"0251/53499-10 ";" " +lieferant ;00502366;"ByBest ";"Raik Dannemann ";"Zuschka 38 ";" ";"03044 ";"Cottbus ";"0355/4867124 ";" ";"0355/4867125 ";" " +lieferant ;00502367;"SIVA S.r.l. (ehem. Linea Marche S.p.A.) ";" ";"Fraz. Piticchio, 230 ";" ";"60011 ";"Arcevia (AN) ";"+39-0731-9871 ";" ";"+39-0731-987245 ";" " +lieferant ;00502368;"Anthoni Crown GmbH ";" ";"berseering 11 ";" ";"22297 ";"Hamburg ";"040/5190095-70 ";" ";"040/5190095-77 ";" " +lieferant ;00502369;"European Retail Network GmbH ";" ";"Winkelsweg 178-180 / Halle 18 ";" ";"40764 ";"Langenfeld ";"02173/1065-440 ";" ";"02173/1065-660 ";" " +lieferant ;00502370;"CPM-Accessoires GmbH ";" ";"Birkenwaldstr. 38 ";" ";"63179 ";"Obertshausen ";"06021/456379 ";" ";"06021/456380 ";" " +lieferant ;00502371;"Casto Pelletteria in Castello ";" ";"Via Gramsci, 133 ";" ";"06074 ";"Ellera di Corciano (PG) ";"+39-075-5171713 ";" ";" ";" " +lieferant ;00502372;"Sonja Kiefer Design GmbH ";" ";"Saalfelder Str. 3 ";" ";"63322 ";"Rdermark ";"0607499496 ";" ";"06074927962 ";" " +lieferant ;00502373;"Trachtenschmuck Stephan ";"Inh. Manfred Neugebauer ";"Hochriesstrae 23 ";" ";"83093 ";"Bad Endorf ";"08053/2992 ";" ";"08053/2236 ";" " +lieferant ;00502374;"YAKO Modeangentur GmbH ";" ";"Iltisweg 10 ";" ";"53842 ";"Troisdorf ";"02241/8466535 ";" ";"02241/8466538 ";" " +lieferant ;00502375;"KBK GmbH & Co. KG ";" ";"Philipp-Melanchthon-Strae 8 ";" ";"92224 ";"Amberg ";"09621/4862-0 ";" ";"09621/4862-48 ";" " +lieferant ;00502376;"Why Not BV ";" ";"Saal van Zwanenbergweg 10 ";" ";"5026 RN ";"Tilburg ";"+31-134678097 ";" ";" ";" " +lieferant ;00502377;"Westermann Lernspielverlag GmbH ";" ";"Georg-Westermann-Allee 66 ";" ";"38104 ";"Braunschweig ";" ";" ";" ";" " +lieferant ;00502378;"C. Kreul GmbH & Co. KG ";" ";"Carl-Kreul-Str. 2 ";" ";"91352 ";"Hallerndorf ";" ";" ";" ";" " +lieferant ;00502379;"Sanrio GmbH ";" ";"Stckenhoop 6 ";" ";"21465 ";"Wentorf bei Hamburg ";" ";" ";" ";" " +lieferant ;00502380;"Team 4 tune GmbH & Co. KG ";" ";"Osterfeldstr. 16 ";" ";"22529 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502381;"ANVIL GmbH ";" ";"Abtstrae 25a ";" ";"67878 ";"Mehlingen ";"06303/8076-0 ";" ";"06303/8076-66 ";" " +lieferant ;00502382;"Kinderleicht Wissen Verlag GmbH & Co. KG";" ";"Wrzburger Strae 5 ";" ";"93059 ";"Regensburg ";"0941/568189-54 ";" ";"0941/568189-50 ";" " +lieferant ;00502383;"CELIK Strumpfwaren GmbH ";" ";"Sdfeld 7 d ";" ";"59174 ";"Kamen ";"02307/97321-0 ";" ";"02307/97321-21 ";" " +lieferant ;00502384;"Zipitbag GbR ";"Matthias Altfeld u. Roland Scharff ";"Senefelder Str. 1/F1 ";" ";"63110 ";"Rodgau ";"06106/639402-0 ";" ";"06106/639402-10 ";" " +lieferant ;00502385;"Yebane Espanola, S.A. ";" ";"Carretera d'Alcoi, 28 ";" ";"46860 ";"Albaida (Valencia) ";"+34-962/39802-0 ";" ";"+34-962/39802-1 ";" " +lieferant ;00502386;"wondercandle RCB Handels-&Marketing GmbH";" ";"Goethestrae 17 ";" ";"76275 ";"Ettlingen ";"07243/5246-93 ";" ";"07243/5246-95 ";" " +lieferant ;00502387;"Riviera Groothandel B.V. ";" ";"Middenweg 11a ";" ";"1432 ";"DE Aalsmeer ";"+31-297/239-114 ";" ";"+31-297/239-114 ";" " +lieferant ;00502388;"Corsina (Private Label) ";" ";"Alte Steige 2 ";" ";"73540 ";"Heubach ";"07173/1826526 ";" ";"07173/1826184 ";" " +lieferant ;00502389;"KBS Kleider Bauer Betriebs GmbH ";" ";"Gymnasiumstrae 67 ";" ";"1190 ";"Wien ";"+43-1919-44-0 ";" ";"+43-1919-44-10 ";" " +lieferant ;00502390;"Kch GmbH ";" ";"Oberstr. 2 ";" ";"30167 ";"Hannover ";" ";" ";" ";" " +lieferant ;00502391;"Startex GmbH ";" ";"Gutenbergstr. 9 ";" ";"30966 ";"Hemmingen ";" ";" ";" ";" " +lieferant ;00502392;"Neutex Home Deco GmbH ";" ";"Kulmbacher Str. 82 ";" ";"95213 ";"Mnchberg ";"09251/871-0 ";" ";"09251/871-172 ";" " +lieferant ;00502393;"Wolfs Presxnta GmbH ";" ";"Zum Drillchen 1 ";" ";"56291 ";"Steinbach ";" ";" ";" ";" " +lieferant ;00502394;"Albatex ";" ";"Astastrae 10-14 ";"140108 ";"33617 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00502395;"Michel Weberei GmbH ";" ";"Querstr. 3 ";" ";"08606 ";"Tirpersdorf ";" ";" ";" ";" " +lieferant ;00502396;"renz Wohndesign GmbH ";" ";"Grovkamp 9 ";" ";"27324 ";"Eystrup ";" ";" ";" ";" " +lieferant ;00502397;"Heinrich Bscher GmbH ";" ";"Jllheide 7 ";" ";"33609 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00502398;"Feilai Trading GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502399;"Dress-Coat GmbH ";" ";"August-Wesels-Str. 18 ";" ";"86154 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00502400;"Modeagentur Lubasch ";" ";"Kaiserswerther Str. 196 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502401;"Weberei Weddigen GmbH & Co.KG ";" ";"Diebrocker Str. 42 ";" ";"32020 ";"Herford ";" ";" ";" ";" " +lieferant ;00502402;"DekoGraphics GmbH ";" ";"Hohenaspen 20 ";" ";"69231 ";"Rauenberg ";" ";" ";" ";" " +lieferant ;00502403;"S & Z Verpackung GmbH ";" ";"Mittelweg 99 ";" ";"59302 ";"Oelde ";" ";" ";" ";" " +lieferant ;00502404;"One Way GmbH ";" ";"Geo-Ph-Wrlen-Str 4 ";" ";"94034 ";"Passau ";" ";" ";" ";" " +lieferant ;00502405;"Albrecht Kind GmbH ";" ";"Hermann-Kind-Str. 18-20 ";" ";"51645 ";"Gummersbach ";" ";" ";" ";" " +lieferant ;00502406;"Lisa Fashion GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502407;"Carite Sport A/S ";" ";"Industrievej Syd 3 ";" ";"7400 ";"Herning ";" ";" ";" ";" " +lieferant ;00502408;"Mueller TRADING GmbH ";" ";"Keltenweg 93 ";" ";"64663 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00502409;"Vetter ";" ";"Industriestr. 2 ";" ";"97359 ";"Schwarzach ";" ";" ";" ";" " +lieferant ;00502410;"***Newline A/S ";" ";"Gravsholtvej 15 Langholt ";" ";"9310 ";"Vodskov ";"+45-9639 7780 ";" ";"+45-9639 7781 ";" " +lieferant ;00502411;"E-Vitale-shoes ";" ";"Breslauerstr. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502412;"Timberland World Trading GmbH ";" ";"Boschetsrieder Str. 67 ";" ";"81379 ";"Mnchen ";"089/748838-0 ";" ";" ";" " +lieferant ;00502413;"Grnbacher Gardinenkonfektion H.Rammler ";" ";"Wendelsteinweg 3b ";" ";"08223 ";"Grnbach ";" ";" ";" ";" " +lieferant ;00502414;"Otto GmbH Sportpreise ";" ";"Idsteiner Str 96 ";" ";"65232 ";"Taunusstein ";" ";" ";" ";" " +lieferant ;00502415;"Alpas GmbH ";"Sportartikel ";"Assenheimer Str. 51 ";" ";"61194 ";"Niddatal ";"06034/8521 ";" ";"06034/8925 ";" " +lieferant ;00502416;"Royalbeach Spiel- & Sportartikel ";"Vertriebs GmbH ";"Watzmannstrae 1 ";" ";"83417 ";"Kirchanschring ";" ";" ";" ";" " +lieferant ;00502417;"Hartmann & Schreiner GmbH ";" ";"Karrystrae 17 ";" ";"36041 ";"Fulda ";" ";" ";" ";" " +lieferant ;00502418;"Handelsagentur Dietmar Nickl ";" ";"Sdbahnhofstr. 3 ";" ";"37213 ";"Witzenhausen ";"05542/6656 ";" ";" ";" " +lieferant ;00502419;"HUKA Sport - Vertriebs - OHG ";" ";"Burggener Str.16 ";" ";"86956 ";"Schongau ";" ";" ";" ";" " +lieferant ;00502420;"Horst Hanus e.K. ";"VOLLEY - Spoxtartikel ";"Steinbeisstrae 14 ";" ";"88353 ";"Kisslegg ";" ";" ";" ";" " +lieferant ;00502421;"h.moser Bekleidung Ges.m.b.H. ";" ";"Gllegasse 11 a ";" ";"5023 ";"Salzburg-Gnigl ";"+43-662/660283 ";" ";"+43-662/660964 ";" " +lieferant ;00502422;"Wegener GmbH & Co. KG ";" ";"Corveyer Allee 25a ";" ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00502423;"Street-Surff A/S ";" ";"Svinovej 129 ";" ";"4750 ";"Lundby ";"+45-36967265 ";" ";"+45-69802841 ";" " +lieferant ;00502424;"Nethe Druck & Werbung GbR ";" ";"Nieheimer Str. 8 ";" ";"33034 ";"Brakel ";" ";" ";" ";" " +lieferant ;00502425;"Eilebrecht Hans ";" ";"Flechtheimer Str. 2 ";" ";"33034 ";"Brakel ";" ";" ";" ";" " +lieferant ;00502426;"Stoff-Paradies ";" ";"Westerbachstr. ";" ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00502427;"Reher GmbH ";" ";"Flutstr. 270 ";" ";"26388 ";"Wilhelmshaven ";" ";" ";" ";" " +lieferant ;00502428;"Yonex Sports GmbH ";" ";"Hanns-Martin-Schleyer-Str. 11 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00502429;"Meumann ";" ";"Anderter Str. 137 ";" ";"30559 ";"Hannover ";" ";" ";" ";" " +lieferant ;00502430;"Korbach K.H. ";" ";"Ltmarser Str. 73 ";" ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00502431;"Zeitmesstechnik GmbH ";" ";"Saarstr. 9 ";" ";"55590 ";"Meisenheim ";" ";" ";" ";" " +lieferant ;00502432;"Carell Thomas ";" ";"Molkereistr. 26 ";" ";"47589 ";"Uedem ";"02825/9392-0 ";" ";"02825/9392-29 ";" " +lieferant ;00502433;"IDMerchandising GmbH ";" ";"Welsingheide 32 ";" ";"48161 ";"Mnster ";"02534/972740 ";" ";"02534/644492 ";" " +lieferant ;00502434;"sportspartner ";"Volker Ziegler ";"Neue Strae 33 ";" ";"71134 ";"Aidlingen ";"07034/655007 ";" ";"07034/655008 ";" " +lieferant ;00502435;"Volker Heinrich ";"Orient-Teppich-Import GmbH ";"Borsteler Chaussee 85-99a, Haus 21 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502436;"You & Me Fashion Habermann OHG ";"ehem. Roman Habermann ";"Mhlstrae 23 ";" ";"81675 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00502437;"Gertex Textil GmbH ";" ";"Gertex Textil GmbH ";" ";"89547 ";"Gerstetten ";" ";" ";" ";" " +lieferant ;00502438;"Budoland Sportartikel Vertriebs GmbH ";" ";"Oberauserstr.45 ";" ";"83026 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00502439;"Schramm Sport GmbH ";"KWON - The Martial Arts Power Team ";"Unterfeldring 3 ";" ";"85256 ";"Vierkirchen ";" ";" ";" ";" " +lieferant ;00502440;"Gggel GmbH ";" ";"Reutlinger Strae 27 ";" ";"72501 ";"Gammertingen ";" ";" ";" ";" " +lieferant ;00502441;"Cawila Sportartikel ";"Hans-Bernhard Wiegmann ";"Hauptstrae 6 ";" ";"49762 ";"Lathen ";" ";" ";" ";" " +lieferant ;00502442;"Textilagentur Jochen Frschle ";" ";"Panoramastr. 56 ";" ";"73760 ";"Ostfildern ";" ";" ";" ";" " +lieferant ;00502443;"Couleurs de Provence ";"Mbelatelier la Franaise ";"Niederau 15 ";" ";"96250 ";"Ebensfeld ";" ";" ";" ";" " +lieferant ;00502444;"Franz Peters Bettwschefabrik ";" ";"Ltsch 24 ";" ";"41334 ";"Nettetal ";" ";" ";" ";" " +lieferant ;00502445;"Maier & Wydra GmbH & Co ";" ";"Bahnhofstrae 12-16 ";" ";"87781 ";"Ungerhausen ";" ";" ";" ";" " +lieferant ;00502446;"Hind Sportbekleidung ";" ";"Gewerbestr. 7 ";" ";"69469 ";"Weilheim ";" ";" ";" ";" " +lieferant ;00502447;"P. Bohland ";" ";"Kohlenstrae 68 ";" ";"34121 ";"Kassel ";" ";" ";" ";" " +lieferant ;00502448;"Lafuma Group GmbH ";" ";"Fabrikstr. 35 ";" ";"73266 ";"Bissingen an der Teck ";"07023/9511-0 ";" ";"07023/9511-55 ";" " +lieferant ;00502449;"Kannai GmbH ";" ";"Klner Strae 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00502450;"Tazzio Jeans ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502451;"Hugo Mollen GmbH & Co Kg ";" ";"Dortmunder Strae 32 ";" ";"44575 ";"Castrop-Rauxel ";" ";" ";" ";" " +lieferant ;00502452;"Sports und Teamwear GmbH ";" ";"Am Fliegenhorst 8 ";" ";"63762 ";"Grossostheim ";" ";" ";" ";" " +lieferant ;00502453;"Artiach ";" ";"Trabajo, 8 ";" ";"80008 ";"Zaragoza ";" ";" ";" ";" " +lieferant ;00502454;"Boldog u. Laube GbR ";" ";"Hltenweg 49 ";" ";"48155 ";"Mnster ";" ";" ";" ";" " +lieferant ;00502455;"Authentic Marketing & Vertrieb ";"Markus Marcel Ifenthaler ";"Kurt-Schumacher-Str. 18 ";" ";"72336 ";"Balingen ";" ";" ";" ";" " +lieferant ;00502456;"Andreas Waldow - McCaps ";"Die STrickmanufaktur ";"Ravensburger Strae 71 ";" ";"88239 ";"Wangen im Allgu ";" ";" ";" ";" " +lieferant ;00502457;"Flock Express ";"Transfertechnik ";"Zeppelinstr. 4 ";" ";"89604 ";"Allmendingen ";" ";" ";" ";" " +lieferant ;00502458;"Backes GmbH wohnen&sparen ";" ";"Gambacher Weg 5 ";" ";"35415 ";"Pohlheim ";" ";" ";" ";" " +lieferant ;00502459;"TATCH GmbH ";" ";"Kolkmannskamp 10 ";" ";"44879 ";"Bochum ";"0234/41799-0 ";" ";"0234/41799-20 ";" " +lieferant ;00502460;"Repassierbetrieb E. Winning ";" ";"Falkenstrae 82 ";" ";"33758 ";"Schlo Holte ";" ";" ";" ";" " +lieferant ;00502461;"WdN GmbH ";" ";"Kieler Str. 208 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502462;"Hua Da Import-Export GmbH ";" ";"Anton-Kux-Str.2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502463;"FFC Fasel Fashion Consulting GmbH ";" ";"Strmper Str. 1 ";" ";"40670 ";"Meerbusch ";"02159/9111-47 ";" ";"02159/9111-48 ";" " +lieferant ;00502464;"Jon Bosco GmbH & Co. KG ";" ";"Vogelsangstrae 8 ";"1122 ";"74252 ";"Massenbachhausen ";"07138/999-0 ";" ";"07138/999-20 ";" " +lieferant ;00502465;"Markwins Interntional GmbH ";" ";"Borsingstrae 34 ";" ";"65205 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00502466;"Komet und Helden GmbH ";" ";"Osterwaldstrasse 10 ";" ";"80805 ";"Mnchen ";"089/970528-0 ";" ";"089/970528-10 ";" " +lieferant ;00502467;"1-2-FUN GmbH ";" ";"Mitterweg 2 ";" ";"95671 ";"Brnau-Hohenthan ";"09635/888-0 ";" ";"09635/888-44 ";" " +lieferant ;00502468;"Leopold GmbH ";" ";"Im Erlet 13 ";" ";"90518 ";"Altdorf ";"09187/40999-0 ";" ";"09187/40999-22 ";" " +lieferant ;00502469;"Arrow Collection ";" ";"Karl-Arnold-Platz 1 ";" ";"40474 ";"Dsseldorf ";"0211/415507-70 ";" ";"0211/415507-79 ";" " +lieferant ;00502470;"S.J.B. Lange Beheer B.V. h/o Downunder ";" ";"Hollandse kade 4 ";" ";"1391 ";"JD Abcoude ";"+31-294/256256 ";" ";"+31-294/256257 ";" " +lieferant ;00502471;"SIGG Deutschland GmbH ";" ";"Rohrackerweg 5-7 ";" ";"73734 ";"Esslingen ";"0711 9003 577 - 0 ";" ";"0711 9003 577 - 20 ";" " +lieferant ;00502472;"Peter Hahnefeld ";" ";"Heinrich-Kley-Str. 12 / 1. St. ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00502473;"CHW Creationen Hmmerich ";" ";"Flurstrasse 8 ";" ";"56269 ";"Dierdorf Giershofen ";"02689/2909-0 ";" ";"02689/2909-33 ";" " +lieferant ;00502474;"Textilhaus Kleine ";" ";"Kreistr. 51 ";" ";"37671 ";"Hxter-Brenkhause ";" ";" ";" ";" " +lieferant ;00502475;"Talo Europe GmbH ";" ";"Wattstr. 11-13 ";" ";"13355 ";"Berlin ";"030/44044412 ";" ";"030/4419846 ";" " +lieferant ;00502476;"Inter Art of Cashmere World AG ";" ";"Ruessenstrae 5a ";" ";"6340 ";"Baar ";"+41(0)4176727-37 ";" ";"+41(0)4176727-39 ";" " +lieferant ;00502477;"Sigari srl ";" ";"Viale XXIV Maggio, 56 ";" ";"31015 ";"Conegliano (TV) ";"+39 0438 450495 ";" ";" ";" " +lieferant ;00502478;"roseli Rosenecker & Elischer GbR ";" ";"Wiesenstr. 71 ";" ";"91301 ";"Forchheim ";" ";" ";" ";" " +lieferant ;00502479;"Loewe Verlag GmbH ";" ";"Bhlstrasse 4 ";" ";"95463 ";"Bindlach ";" ";" ";" ";" " +lieferant ;00502480;"EganaGoldpfeil Accessoires GmbH ";" ";"Kaiserstrae 39-49 ";" ";"83065 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00502481;"gsus Deutschland GmbH & Co. KG ";" ";"Speditionsstrae 17 ";" ";"40221 ";"Dsseldorf ";"0211/8763023-0 ";" ";"0211/8763023-9 ";" " +lieferant ;00502482;"Knackfuss GmbH Strickwaren ";" ";"Vogelsangstrae 1 ";" ";"72461 ";"Albstadt ";"07432/6616 ";" ";"07432/14638 ";" " +lieferant ;00502483;"Cecil Men GmbH ";" ";"Sattlerstr. 10 ";" ";"30916 ";"Isernhagen ";" ";" ";" ";" " +lieferant ;00502484;"Oasis ";"Aurora Fashions Ltd ";"69-77 Paul Street ";" ";"EC2A 4PN ";"London ";"0211/301255-0 ";" ";"0211/301255-99 ";" " +lieferant ;00502485;"Wilhelm Diefenthal & Sohn GmbH & Co. KG ";" ";"Nordstrae 14 ";" ";"53520 ";"Wershofen ";" ";" ";" ";" " +lieferant ;00502486;"Van der Elst nv ";" ";"Leon Bekaertlaan 22 ";" ";"9880 ";"Aalter ";" ";" ";" ";" " +lieferant ;00502487;"Aubart Werbemittel ";" ";"Am Herrenbrnnchen 6a ";" ";"54295 ";"Trier ";" ";" ";" ";" " +lieferant ;00502488;"Mller & Co Group A/S ";" ";"Jyllandsgade 30 ";"Postboks 209 ";"6400 ";"Snderborg ";"+45-7312/5555 ";" ";"+45-7312/5556 ";" " +lieferant ;00502489;"Klaus Hanfstingl Verlag GmbH ";" ";"Breitenbachstrae 6 ";" ";"82538 ";"Geretsried-Gelting ";" ";" ";" ";" " +lieferant ;00502490;"HKS Socks & More GmbH ";" ";"Hauptstrasse 76 ";" ";"09392 ";"Auerbach ";" ";" ";" ";" " +lieferant ;00502491;"ESB Sport GmbH ";" ";"Hofmhlstrae 34 ";" ";"83071 ";"Stephanskirchen ";"08031/2745-111 ";" ";"08031/2745-318 ";" " +lieferant ;00502492;"Microplane International Germany ";" ";"Schnackenburgallee 41a ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502493;"Adriano Goldschmied Srl ";" ";"Via Cadore 51 ";" ";"20135 ";"Mailand ";"+39-02-54107749 ";" ";"+39-02-54108226 ";" " +lieferant ;00502494;"zz~MAR-XS BV ";" ";"P.O. Box 69100 ";" ";"1080 ";"CD Amsterdamm ";" ";" ";" ";" " +lieferant ;00502495;"Stanno Sport GmbH ";" ";"Am Hockeypark 1 ";" ";"41179 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00502496;"Teddy's Europe GmbH ";" ";"An'n Slagboom 7 ";" ";"22848 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00502497;"Missoni S.p.A. ";" ";"Via L. Rossi 52 ";" ";"21040 ";"Sumirago VA ";" ";" ";" ";" " +lieferant ;00502498;"Fischer Wrmetechnik ";" ";"Neuer Weg 9 ";" ";"56271 ";"Kleinmaischeid ";" ";" ";" ";" " +lieferant ;00502499;"Sa. D.P. H. Lingerie ";" ";"5 Rue Marcel-Paul ";" ";"94817 ";"Villejuif ";" ";" ";" ";" " +lieferant ;00502500;"Basil BV ";" ";"Ettenseweg 7A ";"Postbus 29 ";"7071 ";"AA Ulft ";"+31-315/632222 ";" ";"+31-315/632226 ";" " +lieferant ;00502501;"Fashion Trade FT GmbH ";" ";"Revierstr. 10 ";" ";"44379 ";"Dortmund ";"0231/967897-0 ";" ";"0231/967897-20 ";" " +lieferant ;00502502;"Indas Deutschland GmbH ";" ";"Widenmayerstrae 32 ";" ";"80538 ";"Mnchen ";"089/2388546-0 ";" ";"089/2388546-10 ";" " +lieferant ;00502503;"Soda-Club GmbH ";" ";"Hhenstrae 2 ";" ";"65549 ";"Limburg-Dietkirchen ";"01805/000998 ";" ";"01805/110101 ";" " +lieferant ;00502504;"Heinemann Textilmarketing ";" ";"Weingartenstr. 55 ";" ";"72202 ";"Nagold ";"07452/3060 ";" ";"07452/6003252 ";" " +lieferant ;00502505;"M.K.J. Textilhandel GmbH ";" ";"Benzenbergstrae 45 ";" ";"40219 ";"Dsseldorf ";"0211/862017-0 ";" ";"0211/862017-77 ";" " +lieferant ;00502506;"WP S.P.A. ";" ";"Piazza Galvani 3 ";" ";"40124 ";"Bologna (BO) ";"+41-91/91248-58 ";" ";"+41-91/91248-59 ";" " +lieferant ;00502507;"Leo Khler GmbH & Co. KG ";" ";"Am Forsthaus 3 ";" ";"36163 ";"Poppenhausen ";"06658/9623-0 ";" ";"06658/522 ";" " +lieferant ;00502508;"van Laack GmbH ";" ";"Hennes-Weisweiler-Allee 25 ";" ";"41179 ";"Mnchengladbach ";"02161/357-0 ";" ";"02161/357-389 ";" " +lieferant ;00502509;"Chehoma Bis SA ";" ";"Chemin du Stoquoi ";" ";"7822 ";"Ghislenghien ";"+32-68 65 96 96 ";" ";"+32-68 65 96 66 ";" " +lieferant ;00502510;"Pinbone & Bannock ";" ";"Baronielaan 86 ";" ";"4818 ";"RC Breda ";"+31-76/5321357 ";" ";"+31-76/5321315 ";" " +lieferant ;00502511;"Budde + Kraehe GbR ";"Sportartikelvertrieb Intl. ";"Alte Leipziger Str. 14 ";" ";"63571 ";"Gelnhausen ";"06051/53231 ";" ";"06051/16183 ";" " +lieferant ;00502512;"einzA GmbH & Co. KG ";" ";"Junkersstr. 13 ";"11 02 51 ";"30179 ";"Hannover ";"0511/67490-0 ";" ";"0511/67490-20 ";" " +lieferant ;00502513;"hagebau Handelsgesellschaft mbH & Co. KG";" ";"Celler Strae 47 ";"1253 ";"29614 ";"Soltau ";"05191/802-0 ";" ";"05191/802-361 ";" " +lieferant ;00502514;"Schnox GmbH ";" ";"Alfred-Nobel-Strae 6 ";"11 40 ";"48720 ";"Rosendahl ";"02547/910-0 ";" ";"02547/910-101 ";" " +lieferant ;00502515;"Tarkett Agepan Laminate Flooring S.C.S. ";" ";"14, rue d'Eglise ";" ";"9650 ";"Esch-sur-Sre ";"+35-2/2451-1 ";" ";"+35-2/2451-9501 ";" " +lieferant ;00502516;"Janser GmbH ";" ";"Bblinger Strae 91 ";"1163 ";"71139 ";"Ehningen ";"07034/127-0 ";" ";"07034/8838 ";" " +lieferant ;00502517;"Repac Montagetechnik GmbH & Co. KG ";" ";"Ronnenberger Strae 15 ";"11 10 ";"30989 ";"Gehrden ";"05108/9291-0 ";" ";"05108/9291-51 ";" " +lieferant ;00502518;"PUFAS Werk KG ";" ";"Im Schedetal 1 ";"14 69 ";"34346 ";"Hann. Mnden ";"05541/7003-01 ";" ";"05541/7003-50 ";" " +lieferant ;00502519;"RAGOLLE N.V. ";" ";"Vichtsweg 123-129 ";" ";"8790 ";"Waregem ";"+32-56/777479 ";" ";"+32-56/775728 ";" " +lieferant ;00502520;"Findeisen GmbH ";" ";"Bulacher Str. 53 ";"03 53 ";"76275 ";"Ettlingen ";"07243/7100-0 ";" ";"07243/12760 ";" " +lieferant ;00502521;"A.S. Creation Tapeten AG ";" ";"Sdstrae 47 ";"21 03 61 ";"51645 ";"Gummersbach ";"02261/542-321 ";" ";"02261/542-390 ";" " +lieferant ;00502522;"Burghardt & Wagner oHG ";" ";"Industriehof 1 ";"51 ";"36214 ";"Nentershausen ";"06627/91928-4 ";" ";"06627/91928-6 ";" " +lieferant ;00502523;"TMI Bremen GmbH ";" ";"Zum Panrepel 17 ";" ";"28307 ";"Bremen ";"06227/877-113 ";" ";"06227/877-118 ";" " +lieferant ;00502524;"Schwarzkopf und Henkel GmbH ";" ";". ";" ";"40191 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502525;"Walter GmbH & Co.KG ";" ";"Wahlhuser Str. 8a ";" ";"37242 ";"Bad Sooden-Allendorf ";"05652 9553-0 ";" ";" ";" " +lieferant ;00502526;"Sauerwein & Dilcher ";" ";"In den Giesen 7 ";" ";"36251 ";"Bad Hersfeld ";"06621 / 9280-0 ";" ";" ";" " +lieferant ;00502527;"Drsedau & Mller GmbH & Co.KG ";" ";"Bahnhof Densberg ";" ";"34632 ";"Jesberg ";"06695 / 9606-0 ";" ";" ";" " +lieferant ;00502528;"Marker Tecnica Vlkl GmbH ";" ";"Europaring 8 ";" ";"943115 ";"Straubing ";"09421/320-0 ";" ";"09421/320-186 ";" " +lieferant ;00502529;"Nordhessischer Baustoffmarkt GmbH &Co.KG";" ";"Industriestrae 10 ";" ";"36251 ";"Bad Hersfeld - Asbach ";"06621 / 176-0 ";" ";" ";" " +lieferant ;00502530;"SKV GmbH ";" ";"Ockershuser Allee 38 ";"2040 ";"35037 ";"Marburg ";"06421 / 306-0 ";" ";"06421 / 306-120 ";" " +lieferant ;00502531;"Reusch Deutschland BV ";" ";"Jan van Galenstraat 14 ";" ";"3115 ";"JG Schiedam ";"+31(0)10 4091111 ";" ";"+31(0)10 4091122 ";" " +lieferant ;00502532;"W. & L. JORDAN GmbH ";" ";"Horst-Dieter-Jordan-Strae 7-10 ";"420107 ";"34134 ";"Kassel ";"+49 / (0) 5 61 / 9 41 77-0 ";" ";" ";" " +lieferant ;00502533;"HS Stoffe Hubert SCHUSTER GmbH & Co.KG ";" ";"Dieselstr. 97 ";"400166 ";"41189 ";"Mnchengladbach-Wickrath ";"02166 / 958322 ";" ";"02166 / 958323 ";" " +lieferant ;00502534;"fabromont AG ";"Fabrik neuer textiler Systeme ";"Industriestrasse 10 ";" ";"3185 ";"Schmitten / FR ";"+41 (0)26 497 88 11 ";" ";"+41 (0)26 497 88 66 ";" " +lieferant ;00502535;"Flocktec ";" ";"Am Stetenrain ";" ";"36251 ";"Ludwigsau / Mecklar ";"06621 / 78222 ";" ";"06621 / 78279 ";" " +lieferant ;00502536;"Bervision GmbH ";" ";"Gartenstrasse 25 ";"420 ";"95213 ";"Mnchberg ";"09251 / 89-142 ";" ";"09251 / 89-110 ";" " +lieferant ;00502537;"Khnemuth & Co. GmbH ";" ";"Trift 25 ";" ";"37297 ";"Frankershausen ";" ";" ";" ";" " +lieferant ;00502538;"Heinrich Werner ";"Inh. R. Ptting ";"Oststrae 3-5 ";" ";"33154 ";"Salzkotten-Thle ";"05258/94035-0 ";" ";"05258/94035-0 ";" " +lieferant ;00502539;"Moorer S.p.A. (Jan Mayen) ";" ";"Via XXV Aprile, 90 ";" ";"37014 ";"Castelnuovo del Garda (VR) ";"+39-045/6450770 ";" ";"+39-045/6461924 ";" " +lieferant ;00502540;"Panache Lingerie Limited ";" ";"7 Drake House Crescent ";" ";"S20 7HT ";"Sheffield ";"+44-114/241888-8 ";" ";"+44-114/241888-9 ";" " +lieferant ;00502541;"Rayher Hobby GmbH ";" ";"Fockestrae 15 ";" ";"88471 ";"Laupheim ";"07392/7005-0 ";" ";"07392/7005-245 ";" " +lieferant ;00502542;"Verlag Herder GmbH ";" ";"Hermann-Herder-Str. 4 ";" ";"79104 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00502543;"Frost Fashion ";" ";"Ravenswade 60 ";" ";"3439 ";"LD Nieuwegein ";"+31-30/267 ";" ";"+31-30/267 ";" " +lieferant ;00502544;"Zassenhaus International GmbH & Co. KG ";" ";"Hhscheider Weg 29 ";" ";"42699 ";"Solingen ";"+49 (0)212 / 65 82 -70 ";" ";"+49 (0)212 / 65 82 -79 ";" " +lieferant ;00502545;"Runge Rther Vertriebs GbR ";"Kathrin Runge / Patrick Rther ";"Gntherstrae 6 ";" ";"22087 ";"Hamburg ";"040/806010-36 ";" ";"040/806010-37 ";" " +lieferant ;00502546;"icke-berlin Textilvertrieb ";"Barbara Kristen ";"Friedelstr. 35 ";" ";"12047 ";"Berlin ";"030/62989997 ";" ";"030/77900162 ";" " +lieferant ;00502547;"Hutterer GmbH ";" ";"Edelweistrae 11 ";" ";"82407 ";"Wielenbach ";"0881/4263 ";" ";"0881/4265 ";" " +lieferant ;00502548;"Lardon Media AG ";" ";"Borsteler Bogen 27 ";" ";"22453 ";"Hamburg ";"040/57002557-0 ";" ";"040/57002557-5 ";" " +lieferant ;00502549;"Galleria Home & Garden GmbH & Co. KG ";" ";"Gut Bernstorf ";" ";"85402 ";"Kranzberg ";"08166/9932-0 ";" ";"08166/9932-22 ";" " +lieferant ;00502550;"Do You Football GmbH ";" ";"Harckesheyde 91-93 ";" ";"22844 ";"Norderstedt ";"040/89720-350 ";" ";"040/89720-399 ";" " +lieferant ;00502551;"Burlington Fashion GmbH ";" ";"Oststrae 5 ";" ";"57392 ";"Schmallenberg ";" ";" ";" ";" " +lieferant ;00502552;"ERKA Feinleder- und Lederwarenfabrik ";"Ernst Kaltwasser Nachfolger OHG ";"Hgelstrae 6 ";" ";"65510 ";"Hnstetten-Grsroth ";"06126-2494 ";" ";"06126-54505 ";" " +lieferant ;00502553;"ALLEZVERA ";"Renette Kurras ";"Cuvillistrasse 12 ";" ";"81679 ";"Mnchen ";"089/99817607 ";" ";"089/99895776 ";" " +lieferant ;00502554;"Robert Herder GmbH & Co.KG ";"Windmhlenmesser ";"Ellerstrasse 16 ";" ";"42697 ";"Solingen ";"0212/267050 ";" ";"0212/75327 ";" " +lieferant ;00502555;"Matthias von Reimersdahl ";" ";"Kurzer Kamp 6 ";" ";"24582 ";"Bordesholm ";"04322/692353 ";" ";" ";" " +lieferant ;00502556;"Take2-Designagentur GmbH & Co. KG ";" ";"Heilig-Geist-Strae 18 ";" ";"83022 ";"Rosenheim ";"08031/23397-0 ";" ";"08031/23397-19 ";" " +lieferant ;00502557;"PSP Deutschland GmbH ";"Peugeot ";"Industriestrae 45 ";" ";"48629 ";"Metelen ";"02556/90211-0 ";" ";"02556/90211-19 ";" " +lieferant ;00502558;"the perfect collection ";"Mode und Sport Kollektionen ";"Herrschaftsstrasse 10 ";" ";"73087 ";"Bad Boll ";"07164/146227 ";" ";"07164/12302 ";" " +lieferant ;00502559;"Ocean Rainwear AS ";" ";"HI Park 387 ";" ";"7400 ";"Herning ";"+45 97 12 27 66 ";" ";"+45 97 12 57 96 ";" " +lieferant ;00502560;"Happy People GmbH & Co. KG ";" ";"Speicher I, Konsul-Smidt-Str. 8 b-c ";"10 41 01 ";"28217 ";"Bremen ";"0421/38889-0 ";" ";"0421/38889-99 ";" " +lieferant ;00502561;"Peuterey Group S.p.A. (ehemals G&P Net) ";" ";"Via Prov. le del Biagioni, 55 ";" ";"55011 ";"Altopascio (LU) ";"+39-0583/201111 ";" ";"+39-0583/201370 ";" " +lieferant ;00502562;"neumann'S ";" ";"Mnchener Ring 2 ";" ";"04435 ";"Schkeuditz ";"034204/31250 ";" ";" ";" " +lieferant ;00502563;"Carmen Montero Modeaccessoires ";" ";"Mnchener Ring 2, MMC, Haus A, Raum 112 ";" ";"04435 ";"Schkeuditz ";"034204/61963 ";" ";"034204/61964 ";" " +lieferant ;00502564;"Moderner Zeitschriften Vertrieb ";"GmbH & Co. KG ";"Breslauer Strae 5 ";"1123 ";"85386 ";"Eching ";"089/31906-0 ";" ";"089/31906-113 ";" " +lieferant ;00502565;"Principles ";"arcticgroup ";"Cecilienallee 45 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502566;"CP Fashion GmbH ";" ";"Rttehofstr. 35 ";" ";"79713 ";"Bad Sckingen ";"07763/927706-0 ";" ";"07763/927706-9 ";" " +lieferant ;00502567;"Nudie Jeans Marketing GmbH ";" ";"Sdra Larmgatan 14 ";" ";"411 16 ";"Gteborg ";" ";" ";" ";" " +lieferant ;00502568;"Koch, Neff & Oetinger ";"Verlagsauslieferung GmbH ";"Schockenriedstrae 39 ";" ";"70565 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00502569;"D&K Distribution S.p.A. ";" ";"Via Nuova Provinciale Nazzano, 24 ";" ";"54031 ";"Avenza - Carrara (MS) ";"+39-0583/21111 ";" ";"+39-0583/201370 ";" " +lieferant ;00502570;"Dovetica Industries S.p.A. ";" ";"San Marco 5574 ";" ";"30100 ";"Venedig ";" ";" ";" ";" " +lieferant ;00502571;"Amscan Europe GmbH (ehem. C.Riethmller)";" ";"Dettinger Strae 148 ";" ";"73230 ";"Kirchheim/Teck ";"07021/926-0 ";" ";"07021/926-108 ";" " +lieferant ;00502572;"XS EXES Sport & Fun Company ";" ";"Meisenweg 2 ";" ";"86573 ";"Obergriesbach ";"06084/95950-0 ";" ";"06084/95950-130 ";" " +lieferant ;00502573;"Duvetica International srl ";" ";"San Marco, 5369/A ";" ";"30124 ";"Venzia (VE) ";" ";" ";" ";" " +lieferant ;00502574;"Die Kunstkarte ";"Andreas Nuberger und Peter Blanc GbR ";"Levelingstrasse 8 ";" ";"81673 ";"Mnchen ";"089/27372340 ";" ";"089/2780017 ";" " +lieferant ;00502575;"TFA Dostmann GmbH & Co. KG ";"Thermometerfabrik ";"Zum Ottersberg 12 ";" ";"97877 ";"Wertheim ";"09342/308-0 ";" ";"09342/308-49 ";" " +lieferant ;00502576;"Robert Kull GmbH ";" ";"Alfred-Klingele-Str. 39 ";" ";"73630 ";"Remshalden ";"07151/97966-0 ";" ";"07151/97966-50 ";" " +lieferant ;00502577;"Men's Shirt & Knitwear GmbH ";" ";"Otto-Brenner-Str. 202 ";" ";"33604 ";"Bielefeld ";"0521/260747-0 ";" ";"0521/260747-29 ";" " +lieferant ;00502578;"Seafolly Pty Ltd ";" ";"247 King Street ";"PO BOX 873 ";"2020 ";"Mascot NSW ";" ";" ";" ";" " +lieferant ;00502579;"667 Brckmann, Khne u. Schulte GbR ";" ";"Eisenstr. 108 ";" ";"40227 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502580;"Apparel United Europe GmbH ";" ";"Gottlieb-Daimler-Str. 1 ";" ";"63505 ";"Langenselbold ";"06184/99557-00 ";" ";"06184/99557-77 ";" " +lieferant ;00502581;"Bonnie Doon Europe B.V. ";" ";"Zandweistraat 19 ";" ";"4181 ";"CG Waardenburg ";"+31-418/652721 ";" ";"+31-418/651746 ";" " +lieferant ;00502582;"Prade Wohndesign GmbH ";" ";"Carl-Benz-Str. 26 ";" ";"71154 ";"Nufringen ";"07032/32093-0 ";" ";"07032/32093-19 ";" " +lieferant ;00502583;"L by Rabe GmbH ";" ";"Bielefelder Str. 40-42 ";" ";"49176 ";"Hilter ";" ";" ";" ";" " +lieferant ;00502584;"Borussia Mnchengladbach ";"Auslieferungslager ";"Birkenmaarstr. 8 ";" ";"53340 ";"Meckenheim ";"0180/522-1900 ";" ";" ";" " +lieferant ;00502585;"Zizzi ApS ";" ";"Klvermarken 29 ";" ";"7190 ";"Billund ";"+45-76981100 ";" ";"+45-76980810 ";" " +lieferant ;00502586;"Fame Fabian Fltotto Clothing Company ";" ";"Eversgerdweg 7 ";" ";"33332 ";"Gtersloh ";"05241/905707 ";" ";"05241/905708 ";" " +lieferant ;00502587;"essential media & textiles gmbh ";" ";"Colonnaden 13 ";" ";"20354 ";"Hamburg ";"040/355375-12 ";" ";"040/355375-19 ";" " +lieferant ;00502588;"For Fellows B.V. ";" ";"Maalderij 23 ";"Postbus 302 ";"1185 ";"ZC Amsterdam ";"+31-20/6477067 ";" ";"+31-20/6459998 ";" " +lieferant ;00502589;"OILILY Deutschland GmbH ";" ";"Breslauer Strae 6, Haus Paris 10. OG ";" ";"41460 ";"Neuss ";"02131/29866-0 ";" ";"02131/29866-22 ";" " +lieferant ;00502590;"OILILY B.V. ";" ";"Marterkoog 1 ";"Postbus 8077 ";"1822 BK ";"Alkmaar ";"+31-72/56622-66 ";" ";"+31-72/56622-22 ";" " +lieferant ;00502591;"Just Due di Yang Tianshu ";" ";"Via Martino Meucci, 16 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00502592;"DIEBRA Textil-Handels-GmbH ";" ";"Osterwaldstrae 10 ";" ";"80805 ";"Mnchen ";"089/364230 ";" ";"089/363085 ";" " +lieferant ;00502593;"ROHE-Germany GmbH ";" ";"Hauptstrae 60 ";" ";"59846 ";"Sundern ";"02933/90278-0 ";" ";"02933/90278-290 ";" " +lieferant ;00502594;"Amadeo GmbH ";" ";"Hartstrae 15-17 ";" ";"47608 ";"Geldern ";" ";" ";" ";" " +lieferant ;00502595;"NYDJ Europe B.V. ";" ";"Kon. Wilhelminaplein 13 ";"669100 ";"1062 ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00502596;"Amani B.V. ";" ";"Bijleveldsingel 12 ";" ";"6521 ";"AS Nijmegen ";" ";" ";" ";" " +lieferant ;00502597;"Baisel & Co. Italia srl ";" ";"Via Dolomiti n. 61 ";" ";"63014 ";"Montegranaro ";" ";" ";" ";" " +lieferant ;00502598;"Blutsgeschwister GmbH ";" ";"Mrikestr. 34 ";" ";"70178 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00502599;"Brooks Sports B.V. ";" ";"Olympisch Stadion 33 ";" ";"1076 DE ";"Amsterdam ";"0251/13530-0 ";" ";" ";" " +lieferant ;00502600;"Modeagentur M. Oelhafen GmbH ";" ";"Moosfeldstrae 1 ";" ";"5101 ";"Bergheim ";"+43-662/454073 ";" ";"+43-662/451173 ";" " +lieferant ;00502601;"BARTOS FASHION B.V. ";" ";"Van Gijnstraat 17a ";"Postbus 1784 ";"2288 GB ";"Rijswijk ";"+31-70/3994286 ";" ";"+31-70/3907871 ";" " +lieferant ;00502602;"Totes Isotoner S.A.S. ";" ";"Alle Paul Chanut ";" ";"15140 ";"Saint Martin Valmeroux ";"+33-471/692001 ";" ";"+33-471/694200 ";" " +lieferant ;00502603;"Kokon GmbH ";" ";"Brunhamstr. 21 ";" ";"81249 ";"Mnchen ";"089/552514-0 ";" ";"089/552514-99 ";" " +lieferant ;00502604;"Norway C.B.S. srl ";" ";"Via Spippola, 6 ";" ";"40068 ";"S. Lazzaro di Savena (BO) ";"+39-051/482808 ";" ";"+39-051/480751 ";" " +lieferant ;00502605;"Security Product ";"Dipl.Ing.(FH) Jrg Wendland ";"Groe Weserstr. 8 ";" ";"25746 ";"Heide ";"0481/42153994 ";" ";" ";" " +lieferant ;00502606;"DTS Service & Vertrieb GmbH ";" ";"Schwabacher Str. 11 ";" ";"90439 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00502607;"Frst Fashion GmbH ";" ";"Salzburger Strae 21 ";" ";"5204 ";"Strasswalchen ";"+43-6215/6643-0 ";" ";"+43-6215/6643-20 ";" " +lieferant ;00502608;"Forward Textil S.r.l. ";" ";"Via Portuense, 1555 ";" ";"00050 ";"Roma Isola N.36 ";" ";" ";" ";" " +lieferant ;00502609;"Miss Piu' s.r.l. ";"Magazzino All'Ingrosso ";"Via Filippo Turati, 136-138 ";" ";"00185 ";"Roma ";" ";" ";" ";" " +lieferant ;00502610;"Antigel Lingerie ";" ";"45 rue Saint Pierre de Vaise - CS 60615 ";" ";"69256 ";"Lyon CEDEX 09 ";" ";" ";" ";" " +lieferant ;00502611;"Pieszak ze Zenski ";" ";"Gl. Tved 25D ";" ";"6000 ";"Kolding ";"+45-76/31143-0 ";" ";"+45-76/31143-9 ";" " +lieferant ;00502612;"Broghammer GmbH ";" ";"Anzinger Str. 8 ";" ";"85560 ";"Ebersberg/Obb. ";"08092/8243-27 ";" ";"08092/8243-43 ";" " +lieferant ;00502613;"medi GmbH & Co. KG ";" ";"Medicusstrae 1 ";" ";"95448 ";"Bayreuth ";"0921/912-0 ";" ";"0921/912-57 ";" " +lieferant ;00502614;"Heidi Nickel Accessoires ";" ";"Baldestr. 9 ";" ";"80469 ";"Mnchen ";"089/28743874 ";" ";"089/18910850 ";" " +lieferant ;00502615;"Max Tricots SARL ";" ";"3, Rue des Filles du Calvaire ";" ";"75003 ";"Paris ";"+33-1/48875722 ";" ";"+33-1/48873960 ";" " +lieferant ;00502616;"Bladelli Schoenen b.v. ";" ";"Nobelstraat 19 ";"Postbus 181 ";"6902 PH ";"Zevenaar ";"+31-316/526915 ";" ";"+31-316/528997 ";" " +lieferant ;00502617;"Lingerie Louis Fraud Mode GmbH ";" ";"Schaffhausenstrae 101 ";" ";"72072 ";"Tbingen ";"07071/153-300 ";" ";"07071/153-310 ";" " +lieferant ;00502618;"Water Colors Sports Vertriebs GmbH ";" ";"Schulstrae 1 ";" ";"95444 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00502619;"ultraSPORTS ";"ehem (Ultra Energieprodukte GmbH) ";"Tbinger Strae 47 ";" ";"72127 ";"Kusterdingen ";"0 70 71 60 53 ";" ";"0 70 71 60 53 301 ";" " +lieferant ;00502620;"Stckli Swiss Sports AG ";" ";"Kommetsrtl 7 ";" ";"6110 ";"Wolhusen ";" ";" ";" ";" " +lieferant ;00502621;"Reebok-CCM Hockey GmbH ";" ";"Klausenerring 26 ";" ";"85551 ";"Heimstetten ";" ";" ";" ";" " +lieferant ;00502622;"Pryde Group GmbH ";" ";"Bergstr. 7 ";" ";"82024 ";"Taufkirchen ";" ";" ";" ";" " +lieferant ;00502623;"Nixon Europe SARL ";" ";"33, Avenue des Tisserands ";" ";"40150 ";"Soorts Hossegor ";" ";" ";" ";" " +lieferant ;00502624;"Meeting Group SpA ";" ";"Via Roma, 147 ";" ";"31020 ";"Lancenigo di Villorba (TV) ";"+39-0422/6113 ";" ";"+39-0422/918863 ";" " +lieferant ;00502625;"Con 1 GmbH ";" ";"Leithstrae 39 ";" ";"45886 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00502626;"VoWa Handelsagentur und Grohandel ";" ";"Alte Landstr. 45 ";" ";"25474 ";"Hasloh ";"04106/618266 ";" ";"04106/618268 ";" " +lieferant ;00502627;"Koch alpin GmbH ";" ";"Volderer Brcke 9 ";" ";"6068 ";"Mils ";"+43-5223/45594-0 ";" ";"+43-5223/45594-94 ";" " +lieferant ;00502628;"Kopfber GmbH ";" ";"Hatternholzweg 14 ";" ";"88239 ";"Wangen ";"07520/956239-0 ";" ";"07520/956239-9 ";" " +lieferant ;00502629;"Haglfs Deutschland GmbH ";" ";"Albert-Einstein-Strae 6 ";" ";"87437 ";"Kempten ";" ";" ";" ";" " +lieferant ;00502630;"Golla Oy ";" ";"Hietalahdenranta 5 C ";" ";"00120 ";"Helsinki ";" ";" ";" ";" " +lieferant ;00502631;"Green Fitness GmbH ";" ";"Limburger Str. 66 ";" ";"65555 ";"Limburg a.d. Lahn ";"06431/58487-0 ";" ";"06431/58487-99 ";" " +lieferant ;00502632;"Five Ten Europe n.v./s.a. ";" ";"Kapucijnendreef 32 ";" ";"3090 ";"Jezus-Eik ";" ";" ";" ";" " +lieferant ;00502633;"Erhrad Sport International GmbH ";" ";"Oberer Kaiserweg 8 ";" ";"91541 ";"Rothenburg o.d.T. ";" ";" ";" ";" " +lieferant ;00502634;"Sport Bohny GmbH ";" ";"Kaiser-Joseph-Strasse 217 ";" ";"79098 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00502635;"C.de Waal b.v. ";" ";"Montageweg 36-38 ";" ";"3433 ";"NT Nieuwegein ";" ";" ";" ";" " +lieferant ;00502636;"Van Roon Living ";" ";"Weerlaan 1 ";" ";"2181 ";"HG Hillegom ";" ";" ";" ";" " +lieferant ;00502637;"Villa Collection A/S ";" ";"Slotsgade 27 ";" ";"9000 ";"Aalborg ";" ";" ";" ";" " +lieferant ;00502639;"Wandelei ";" ";"Faistenhaarer Str. 5a ";" ";"85635 ";"Siedertsbrunn ";" ";" ";" ";" " +lieferant ;00502640;"Tentazione Srl ";" ";"Via Alpi 82 ";" ";"43014 ";"Montegranaro ";" ";" ";" ";" " +lieferant ;00502641;"Tabata Deutschland GmbH ";" ";"Basler Strae 35a ";" ";"79540 ";"Lrrach ";" ";" ";" ";" " +lieferant ;00502642;"van Rijsoort bv ";" ";"Metaalstraat 1 A ";" ";"5107 ";"ND Dongen ";" ";" ";" ";" " +lieferant ;00502643;"Sodilog (SAS) ";" ";"4 Rue Curie - CS1617 ";" ";"68016 ";"Colmar ";"+33 (0)3 89 20 13 00 ";" ";" ";" " +lieferant ;00502644;"THD GmbH ";" ";"Grabenweg 1 ";" ";"34281 ";"Gudensberg ";" ";" ";" ";" " +lieferant ;00502645;"Sixtyseven Inter S.L. ";" ";"G / Sovoro Ochoa, 38 ";" ";"03203 ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00502646;"Sioux GmbH ";" ";"Finkenweg 2-4 ";" ";"74399 ";"Walheim ";" ";" ";" ";" " +lieferant ;00502647;"Scarpa Schuhe AG ";" ";"Lrracherstr. 60 ";" ";"4125 ";"Riehen ";" ";" ";" ";" " +lieferant ;00502648;"Rotelpa S.A. ";" ";"Veiguina 32 ";" ";"36212 ";"Vigo ";" ";" ";" ";" " +lieferant ;00502649;"Q-Texx GmbH ";" ";"Leithstr. 39 ";" ";"45886 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00502650;"Pearl Izumi GmbH ";" ";"Ottenstrasse 2 ";" ";"79199 ";"Kirchzarten ";" ";" ";" ";" " +lieferant ;00502651;"BVBA On The Move ";" ";"Korte Gotevliestraat 9 ";" ";"8000 ";"Brgge ";" ";" ";" ";" " +lieferant ;00502652;"OL-KO Oldenburger Kolonialwaren ";" ";"Klein Feldhus 18 ";" ";"26180 ";"Rastede ";" ";" ";" ";" " +lieferant ;00502653;"My Flair GmbH ";" ";"Brook 8 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502654;"Ib Laursen Aps ";" ";"ster Vedsted Vej 16 ";" ";"6760 ";"Ribe ";" ";" ";" ";" " +lieferant ;00502655;"L.C.B. Company srl ";" ";"Via A. Meucci 19 ";" ";"37036 ";"S. Martino B.A. ";" ";" ";" ";" " +lieferant ;00502656;"K.M. Vertriebsgesellschaft mbH ";" ";"Knkelstrae 125 ";" ";"41063 ";"Mnchengladbach ";"02161/94692-0 ";" ";"02161/94692-80 ";" " +lieferant ;00502657;"Jeepers Peepers Sunglasses ";" ";"10 New Quebec Street ";" ";"W1H7RN ";"London ";" ";" ";" ";" " +lieferant ;00502658;"Invotis b.v. ";" ";"Steynlaan 16 ";" ";"1217 ";"Hilversum ";" ";" ";" ";" " +lieferant ;00502659;"Peak Performance Germany GmbH ";"(ehem. IC Group Germany GmbH) ";"Cantadorstrae 18 ";" ";"40211 ";"Dsseldorf ";"0211/31136-0 ";" ";"0211/31136-100 ";" " +lieferant ;00502660;"IL' Dolce ";" ";"Staalindustrieweg 41 ";" ";"2952 ";"AT Alblasserdam ";" ";" ";" ";" " +lieferant ;00502661;"Husler GmbH ";" ";"Klosterplatz 10 ";" ";"87509 ";"Immenstadt ";" ";" ";" ";" " +lieferant ;00502662;"zz~Hofmann + Co. AG (luft aus, 4045) ";"Krawattenfabrik ";"Gaisenrain 1 ";" ";"78224 ";"Singen ";" ";" ";" ";" " +lieferant ;00502663;"Giano Srl ";" ";"Via dell Artigianato 35/37 ";" ";"63010 ";"Torre San Patrizio ";" ";" ";" ";" " +lieferant ;00502664;"Alpha Massimo Rebecchi ";" ";"Via Mura Castellane 3/A ";" ";"50058 ";"Signa ";" ";" ";" ";" " +lieferant ;00502665;"EJA International ApS ";" ";"Vrkstedsvej 8 ";" ";"6000 ";"Kolding ";" ";" ";" ";" " +lieferant ;00502666;"Eratex GmbH ";" ";"Kaistrasse 2 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502667;"D&K Distribution S.p.A. ";" ";"Via Nuova Prov.le Nazzano, 24 ";" ";"54031 ";"Carrara ";" ";" ";" ";" " +lieferant ;00502668;"D&M Depot NV/SA ";" ";"Industrieweg 23, IZ West Z6 ";" ";"2630 ";"Aartselaar ";" ";" ";" ";" " +lieferant ;00502669;"Marlies Dekkers Holding BV ";" ";"Delftseplein 30 K ";"PO Box 61136 ";"3013 AA ";"Rotterdam ";"+31-10/4760414 ";" ";"+31-10/4762274 ";" " +lieferant ;00502670;"Lifestyle & Fashion GmbH i.L. ";" ";"Dieselstr. 20 ";" ";"85748 ";"Mnchen ";"089/39297061 ";" ";"089/28808607 ";" " +lieferant ;00502671;"Empire Merchandising GmbH ";" ";"Hessenring 5 ";" ";"64572 ";"Bttelborn ";"06152/7102-0 ";" ";"06152/7102-22 ";" " +lieferant ;00502672;"Dainese S.p.A. ";" ";"Via dell'Artigianato, 35 ";" ";"36060 ";"Molvena (VI) ";"+39-0424/410711 ";" ";"+39-0424/410700 ";" " +lieferant ;00502673;"Fashion Internazional ";"R. Schiefelbein ";"Vom-Stein-Str. 33b ";" ";"33175 ";"Bad Lippspringe ";"05252/9380-47 ";" ";"05252/9380-49 ";" " +lieferant ;00502674;"FFG Platinum Designer Holdings Ltd ";" ";"Pikioni Street, 4 ";" ";"3075 ";"Limassol ";" ";" ";" ";" " +lieferant ;00502675;"DPV Deutscher Pressevertrieb GmbH ";" ";"Dsternstrae 1-3 ";" ";"20355 ";"Hamburg ";"040/37845-0 ";" ";"040/37845-5619 ";" " +lieferant ;00502676;"Lancio di Lanciotti Alberto & C. s.n.c. ";" ";"Via Friuli 10 ";" ";"63014 ";"Montegranaro AP ";" ";" ";" ";" " +lieferant ;00502677;"A&G Calzaturificio S.p.A. ";" ";"Via Merloni 20 ";" ";"60030 ";"Serra d Conti (AN) ";" ";" ";" ";" " +lieferant ;00502678;"Croxe Complementos S.L. ";" ";"C. Major de Sant Pere 50, Baixos ";" ";"08221 ";"Terrassa ";" ";" ";" ";" " +lieferant ;00502679;"Catarzi Filippo Srl ";"Capogiro ";"Via dei Colli 191 ";" ";"50058 ";"Signa ";" ";" ";" ";" " +lieferant ;00502680;"Blaumax Handelsges.m.b.H ";" ";"Inkustrae 13 ";" ";"3400 ";"Klosterneuburg / Wien ";"+43-2243/22899-0 ";" ";"+43-2243/22899-33 ";" " +lieferant ;00502681;"Bestford BV ";"c/o Vermeulen & Masereeuw BV ";"Panamalaan 100-102 ";" ";"1019 AZ ";"Amsterdam ";"+31-20/3059955 ";" ";" ";" " +lieferant ;00502682;"Riffelmacher & Weinberger ";"Christbaumschmuck-Fabrik GmbH & Co. KG ";"Norisstrae 1 ";" ";"91154 ";"Roth ";" ";" ";" ";" " +lieferant ;00502683;"CNB Socken und Strmpfe GmbH ";" ";"Wolfener Str. 36 W ";" ";"12681 ";"Berlin ";"030/9370343 ";" ";"030/93662572 ";" " +lieferant ;00502684;"5Stern GmbH ";" ";"Lotzencker 18 ";" ";"72379 ";"Hechingen ";"07471/98883-0 ";" ";"07471/98883-69 ";" " +lieferant ;00502685;"BRFL Italia SRL ";" ";"Via Massimo D'Azeglio, 25 ";" ";"40123 ";"Bologna ";"+39-0521/538911 ";" ";"+39-0521/606256 ";" " +lieferant ;00502686;"Dumling Schuhfabr. Hermann Meyer GmbH ";" ";"Lachbergstrae 25 ";"11 24 ";"66994 ";"Dahn ";"06391/9233-0 ";" ";"06391/9233-60 ";" " +lieferant ;00502687;"IGO-POST GmbH ";"Internationale Geschenke Organisation ";"Von-Ketteler-Strae 10 ";" ";"47906 ";"Kempen ";"02152/896-0 ";" ";"02152/896-110 ";" " +lieferant ;00502688;"Geis fashion group, Alexander Geis ";" ";"Einsteinstrae 4a ";" ";"63868 ";"Growallstadt ";"06022/264104-0 ";" ";"06022/264104-9 ";" " +lieferant ;00502689;"Volksmarke Berlin ";"Luisella Stroebele ";"Erkelenzdamm 59/61 ";" ";"10999 ";"Berlin ";"030/6165-3610 ";" ";"030/6165-3612 ";" " +lieferant ;00502690;"Fritsch Textilhandel ";"Inh. Heide Fritsch ";"Tanusstr. 45 Haus 1 / R 021 ";" ";"80807 ";"Mnchen ";"089/358477-75 ";" ";"089/358477-80 ";" " +lieferant ;00502691;"andrea design GmbH & Co. KG ";" ";"Koppelberg 8 ";" ";"24159 ";"Kiel/Friedrichsort ";"0431/260405-0 ";" ";"0431/260405-20 ";" " +lieferant ;00502692;"fanplace Handels GmbH ";" ";"St. Peter Hauptstrae 119 ";" ";"8042 ";"Graz ";"+43-316/683106 ";" ";"+43-316/683409 ";" " +lieferant ;00502693;"B-Style GmbH ";" ";"Kaiserstr. 48 ";" ";"53721 ";"Siegburg ";"02241/9744425 ";" ";"02241/9951900 ";" " +lieferant ;00502694;"Windmller Flooring GmbH & Co. KG ";" ";"Charles-Lindbergh-Ring 13 ";" ";"32756 ";"Detmold ";"05231/60225-0 ";" ";"05231/60225-99 ";" " +lieferant ;00502695;"Letex GmbH ";" ";"Zum Querdamm 38 ";" ";"47559 ";"Kranenburg ";"02826/916465 ";" ";"02826/916136 ";" " +lieferant ;00502696;"SARL Onlypole ";" ";"87. Av Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502697;"NYDJ Europe BV ";"Not Your Daugther's Jeans ";"Koningin Wilhelminaplein 13 ";"Postbus 69100 ";"1062 HH ";"Amsterdam ";"+31-20/5110612 ";" ";"+31-20/5110618 ";" " +lieferant ;00502698;"Ralf Rogalewski ";"Handelsagentur ";"Tittardsfeld 56 ";" ";"52072 ";"Aachen ";" ";" ";" ";" " +lieferant ;00502699;"Anita Stephan ";" ";"Mahdentalstr. 96 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00502700;"Shoto, Medori Stefano ";" ";"Via Elpidiense Nord 154 ";" ";"63014 ";"Montegrano ";" ";" ";" ";" " +lieferant ;00502701;"Zone Two (UK) Limited ";" ";"15 Pratt Mews, Camden Town ";" ";"NW1 0AD ";"London ";" ";" ";" ";" " +lieferant ;00502702;"Grahammers Team u. Fan Shop ";" ";"Am Luginsland 5 ";" ";"87700 ";"Memmingen ";" ";" ";" ";" " +lieferant ;00502703;"Jefferson OHG ";" ";"Hagenauer Str. 59 ";" ";"65203 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00502704;"Erfurt ApS ";"erfurt luxury accessories ";"uhrevej 17 ";" ";"6064 ";"jordrup ";"+45-7020/2100 ";" ";"+45-7020/2199 ";" " +lieferant ;00502705;"Eurofashion Textiles ";" ";"Meerkenstraat 42 ";" ";"3650 ";"Dilsen-Stokkern ";" ";" ";" ";" " +lieferant ;00502706;"24-7 Distribution GmbH ";" ";"Kesslerweg 4 ";" ";"48155 ";"Mnster ";" ";" ";" ";" " +lieferant ;00502707;"Marianelli s.r.l. ";" ";"Via Pistoiese, 51 ";" ";"50054 ";"Fucecchio (FI) ";" ";" ";" ";" " +lieferant ;00502708;"SACK'S ";"A.H. Fashion 3020 Ltd. ";"6 Hakishor St. ";" ";"68167 ";"Tel-Aviv ";"+972-3/6837770 ";" ";"+972-3/6837770 ";" " +lieferant ;00502709;"Deyk smart classic clothing GmbH & Co KG";" ";"Honoldweg 16 ";" ";"70193 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00502710;"Keen Europe GmbH ";" ";"Vogelanger 10 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00502711;"Traktor Clothing GmbH & Co. KG ";" ";"Rosastr. 42 ";" ";"45130 ";"Essen ";" ";" ";" ";" " +lieferant ;00502712;"Monopol Textilhandels GmbH ";"Matter of Head M.O.D. ";"Obernauer Strae 125 ";" ";"63743 ";"Aschaffenburg ";"06021/45980-0 ";" ";"06021/45980-10 ";" " +lieferant ;00502713;"Vervot Fashion GmbH ";" ";"Charlottenburger Allee 33 ";" ";"52068 ";"Aachen ";" ";" ";" ";" " +lieferant ;00502714;"Papo GmbH ";" ";"Grosse Bockenheimer Strasse 33-35 ";" ";"60313 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00502715;"Amtico International GmbH ";" ";"Im Taubental 11 ";" ";"41468 ";"Neuss Grimlinghausen ";" ";" ";" ";" " +lieferant ;00502716;"LUXUAR GmbH ";" ";"Herbert-Ludwig-Strae 1 ";" ";"28832 ";"Achim ";"04202/88570-0 ";" ";"04202/88570-99 ";" " +lieferant ;00502717;"Frank Remmert Design ";" ";"Ermgasser Heide 1 ";" ";"33818 ";"Leopoldshhe ";" ";" ";" ";" " +lieferant ;00502718;"See View International ";" ";"Hniger Hauptstr. 10a ";" ";"67317 ";"Alteinigen ";" ";" ";" ";" " +lieferant ;00502719;"D&T Sports GmbH ";" ";"Stenzelring 23 ";" ";"21107 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502720;"ZetaFashiongroup Srl ";" ";"Via Campagna 72 ";" ";"41010 ";"Cogneto ";" ";" ";" ";" " +lieferant ;00502721;"Moore + Company GbR ";" ";"Heiligengeiststr. 26 ";" ";"26121 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00502722;"Blindenwerkstatt R. Kaniss e.K. ";" ";"Wrthstrae 175/H2 ";" ";"47053 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00502723;"Vervoort Fashion GmbH ";" ";"Charlottenburger Alllee 33 ";" ";"52068 ";"Aachen ";" ";" ";" ";" " +lieferant ;00502724;"POLO SYLT Sportswear GmbH ";" ";"Osterfeld Str. 16 ";" ";"22529 ";"Hamburg ";"040/42101580 ";" ";"040/42101581 ";" " +lieferant ;00502725;"Inge's Christmas Dekor GmbH ";" ";"Dieselstr. 7 ";" ";"96465 ";"Neustadt ";" ";" ";" ";" " +lieferant ;00502726;"Funbike GmbH ";"Norbert Katsch ";"Halleiner Landesstr. 116 ";" ";"5412 ";"Puch ";" ";" ";" ";" " +lieferant ;00502727;"Xero Wheels S.r.l. ";" ";"Via Mure 83 ";" ";"31030 ";"Altivole ";" ";" ";" ";" " +lieferant ;00502728;"Franz Wittmann & Co Ges.m.b.H. ";" ";"Drauergasse 16 ";" ";"1170 ";"Wien ";" ";" ";" ";" " +lieferant ;00502729;"Meander BV ";" ";"Amperelaan 3 ";" ";"2289 ";"Rijswijk ";" ";" ";" ";" " +lieferant ;00502730;"ter steege bv ";" ";"Nijverheidsstraat 53 ";" ";"7460 ";"Rijsen ";" ";" ";" ";" " +lieferant ;00502731;"Zeeb & Hornung GmbH & Co. ";" ";"Einhornstr. 10 ";" ";"72138 ";"Kirchentellinsfurt ";" ";" ";" ";" " +lieferant ;00502732;"icebreaker uk ";" ";"16 Mill Street, Oakham ";" ";"LE15 6EA ";"Rutland ";" ";" ";" ";" " +lieferant ;00502733;"Urban Brands Europe BV ";" ";"Zwaanhoefstraat 4 ";" ";"4702 LC ";"Roosendaal ";" ";" ";" ";" " +lieferant ;00502734;"Under Armour Europe, BV ";" ";"Olympisch Stadjon 13 ";" ";"1076 DE ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00502735;"Trade Source ";" ";"Dorstener Landweg 10a ";" ";"46359 ";"Heiden ";" ";" ";" ";" " +lieferant ;00502736;"Nikolaus Grassl ";" ";"MTC Haus 4, Raum 306, Taunusstr. 45 ";" ";"88087 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00502737;"MariaSole GmbH ";" ";"Willsttter Str. 22 ";" ";"40549 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502738;"G7 Italy S.R.L. ";" ";"Via Codroipo 8 ";" ";"00117 ";"Rom ";" ";" ";" ";" " +lieferant ;00502739;"Maglie Prato ";"di Ren Zhonghu ";"Vis Fossi 8/B9 ";" ";"48100 ";"Prato ";" ";" ";" ";" " +lieferant ;00502740;"Moda Italia s.r.l. ";" ";"Via Val D'Aosta 19 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00502741;"Weingut Alexander Laible ";" ";"Unterweiler 48 ";" ";"77770 ";"Durbach ";"0781/2842380 ";" ";"0781/2842180 ";" " +lieferant ;00502742;"Hans Helmut Nitsche ";"Antike Dekorationen & Geschenkartikel ";"Genfer Strasse 2 ";" ";"60437 ";"Frankfurt am Main ";"069/5071011 ";" ";"069/5072612 ";" " +lieferant ;00502743;"Waterville Greentex s.r.l. ";" ";"Via Roma, 22 ";" ";"33090 ";"Sequals (PN) ";"+39-0427/93909-5 ";" ";"+39-0427/93909-8 ";" " +lieferant ;00502744;"Stelema 2000 s.r.l. ";" ";"Lotto 18/C Mod 15, Il Baricentro S.S. ";" ";"70010 ";"Casamassima (BA) ";"+39-080/6977333 ";" ";"+39-080/6977344 ";" " +lieferant ;00502745;"MIK Malgorzata Grabowska ";" ";"Ul. Wyspianskiego 46/17 ";" ";"06-400 ";"Chiechanow ";" ";" ";" ";" " +lieferant ;00502746;"SkiBoot Butler ";"Michael Vlpel e.K. ";"Ackergarten 3 ";" ";"35789 ";"Wellmnster ";"0641/2501375 ";" ";" ";" " +lieferant ;00502747;"Modehaus Urban KG ";" ";"Altheimer Eck 15 ";" ";"80331 ";"Mnchen ";"089/2366720 ";" ";"089/23667299 ";" " +lieferant ;00502748;"Jenny Moda s.r.l. ";" ";"Via Pistoiese, 92 ";" ";"59100 ";"Prato (PO) ";"+39-0574528131 ";" ";"+39-0574623485 ";" " +lieferant ;00502749;"t blade GmbH ";" ";"Schwenninger Strae 20 ";" ";"78052 ";"Villingen-Schwenningen ";"07721/40608-0 ";" ";"07721/40608-20 ";" " +lieferant ;00502750;"Hagan Ski Ges.m.b.H. ";" ";"Eggerdingerstrasse 6 ";" ";"4980 ";"Antiesenhofen ";"+43-7711/33133-0 ";" ";"+43-7711/33133-11 ";" " +lieferant ;00502751;"PIEPS GmbH ";" ";"Parkring 4 ";" ";"8403 ";"Lebring ";"+43-3182/52556-0 ";" ";"+43-3182/52556-19 ";" " +lieferant ;00502752;"Ski-Nill GmbH ";" ";"Reutlinger Strae 23 ";" ";"72147 ";"Nehren ";"07473/9428-0 ";" ";"07473/9428-28 ";" " +lieferant ;00502753;"PROLIT Verlagsauslieferung GmbH ";" ";"Siemensstrae 16 ";"9 ";"35463 ";"Fernwald-Annerod ";"0641/94393-0 ";" ";"0641/94393-93 ";" " +lieferant ;00502754;"Poelman B.V. ";" ";"Professor Asserweg 4 ";" ";"5144 NC ";"Waalwijk ";"+31-416/568-000 ";" ";"+31-416/568-001 ";" " +lieferant ;00502755;"Dickie-Tamiya Modellbau GmbH & Co. KG ";" ";"Werkstr. 1 ";" ";"90756 ";"Frth ";" ";" ";" ";" " +lieferant ;00502756;"KBS Shoes GmbH ";" ";"Am Hollenberg 4 ";" ";"41379 ";"Brggen-Bracht ";"02157/125299 ";" ";" ";" " +lieferant ;00502757;"San Zero GmbH ";" ";"Rheinstr. 49 ";" ";"26382 ";"Wilhelmshaven ";" ";" ";" ";" " +lieferant ;00502758;"J. Bnting Teehandelshaus GmbH & Comp. ";" ";"Brunnenstrae 37 ";" ";"26787 ";"Leer ";" ";" ";" ";" " +lieferant ;00502759;"IMAC S.p.A. ";"Divisione IGI ";"Via Juri Gagarin, 6 ";" ";"06070 ";"Ellera di Corciano (PG) ";"+39-075/50281 ";" ";"+39-075/5171795 ";" " +lieferant ;00502760;"Trend Import GmbH ";" ";"Otto-von-Guericke-Ring 18 ";" ";"49811 ";"Lingen ";"0591/610172-0 ";" ";"0591/610172-1 ";" " +lieferant ;00502761;"Andreas Stark Modeagentur ";" ";"Savignystr. 9 ";" ";"84034 ";"Landshut ";" ";" ";" ";" " +lieferant ;00502762;"Hpke Textil-Verlag ";" ";"Simongasse 19-21 ";" ";"96489 ";"Niederfllbach ";" ";" ";" ";" " +lieferant ;00502763;"Rouben Trusted Fashion GmbH ";" ";"Klingerstrasse 25 ";" ";"60313 ";"Frankfurt a. M. ";" ";" ";" ";" " +lieferant ;00502764;"KEEN Europe Outdoor B.V. ";" ";"Lloydstraat 62 ";" ";"3024 EA ";"Rotterdam ";"+31-1022/1144-4 ";" ";"+31-1022/1144-9 ";" " +lieferant ;00502765;"Sport Schmidt GmbH ";" ";"Scheffelstrae 4 ";" ";"88045 ";"Friedrichshafen ";"07541/23531 ";" ";"07541/33753 ";" " +lieferant ;00502766;"Systemsport GmbH ";" ";"Carl-Benz-Str. 21 ";" ";"89597 ";"Munderkingen ";"07393/1777 ";" ";"07393/3777 ";" " +lieferant ;00502767;"Pretty Accessoires GmbH ";" ";"Frankfurter Str. 70, HDM 1, 2. OG ";" ";"65760 ";"Eschborn ";"06196/64079-40 ";" ";"06196/64079-42 ";" " +lieferant ;00502768;"Reichmann Schuhe Import & Grohandel ";" ";"Max-Planck-Str. 11 ";" ";"63128 ";"Dietzenbach ";" ";" ";" ";" " +lieferant ;00502769;"Brandconnection GmbH ";" ";"Betriebswerk 6, Oskar-Jger-Str. 173 ";" ";"50825 ";"Kln ";"0221/58980629 ";" ";"0221/58980630 ";" " +lieferant ;00502770;"THE BLUE Warenhandel GmbH ";" ";"Wolfenmhlenweg 1 ";" ";"88348 ";"Bad Saulgau ";"07581/5094-903 ";" ";"07581/5094-20 ";" " +lieferant ;00502771;"JAFT c/o Intersource UK Ltd. ";" ";"216 Brick Lane ";" ";"E1 6SA ";"London ";"+44-207/739-2252 ";" ";"+44-207/739-2141 ";" " +lieferant ;00502772;"Social Fashion Company GmbH ";" ";"Theberstrae 17 ";" ";"50823 ";"Kln ";"0221/292329-500 ";" ";"0221/292329-51 ";" " +lieferant ;00502773;"V & S agenturen Beatex bvba ";" ";"Morinnestraat 7A ";" ";"8500 ";"Kortrijk ";" ";" ";" ";" " +lieferant ;00502774;"Ingrid Elssser Sport Accessoires ";" ";"Brunellenweg 15 ";" ";"87439 ";"Kempten ";"0831/585958-3 ";" ";"0831/585958-2 ";" " +lieferant ;00502776;"Edwin Mieg oHG ";" ";"Dickenhardtstr. 55 ";" ";"78054 ";"Villingen-Schwenningen ";" ";" ";" ";" " +lieferant ;00502777;"Flockan Deutschland GmbH & Co. KG ";" ";"Pastoratshof 23 ";" ";"47929 ";"Grefrath ";"02158/1835 ";" ";"02158/1834 ";" " +lieferant ;00502778;"Baumann Agency GmbH ";" ";"Luckenwalderstrae 4-6 ";" ";"10963 ";"Berlin ";"030/25358622 ";" ";"030/62908550 ";" " +lieferant ;00502779;"beachers GmbH ";" ";"Beendorder Str. 23 ";" ";"32609 ";"Hllhorst ";"05741/2303998 ";" ";"05741/2303997 ";" " +lieferant ;00502780;"XTI Footwear, S.L. ";" ";"P. Ind. Las Teresas, C/Miguel Servet ";"PO Box no. 690 ";"30510 ";"Yecla (Murcia) ";"+34-968/718-313 ";" ";"+34-968/718-340 ";" " +lieferant ;00502781;"CMZ Modehandels-GmbH ";" ";"Planckstr. 2 ";" ";"71665 ";"Vaihingen/Enz ";"07042/9512-0 ";" ";"07042/9512-17 ";" " +lieferant ;00502782;"Clipper A(S ";" ";"Nakskovvej 1 ";" ";"7400 ";"Herning ";"+45-9626 3200 ";" ";"+45-9626 3201 ";" " +lieferant ;00502783;"Patagonia Europe Cooperatief U.A. ";" ";"Jollemanhof 11 ";" ";"1019 GW ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00502784;"McNeal KG ";" ";"Berliner Allee 2 ";" ";"40212 ";"Dsseldorf ";"0211/3662/141 ";" ";"0211/3662/140 ";" " +lieferant ;00502785;"Sport Rhode GmbH ";" ";"Unterfeldring 3 ";" ";"85256 ";"Vierkirchen ";"08139/9365-3 ";" ";"08139/9365-50 ";" " +lieferant ;00502786;"Ergee Textilgruppe GmbH ";" ";"Gmnder Strae 43 ";" ";"3943 ";"Schrems ";" ";" ";" ";" " +lieferant ;00502787;"Brandpool GmbH & Co. KG ";" ";"Ernst-Griesheimer-Platz 6a / Atrium ";" ";"63071 ";"Offenbach am Main ";"069/8299339-0 ";" ";"069/8299339-2 ";" " +lieferant ;00502788;"Mayoral Moda Infantil S.A.U. ";" ";"La Orotova, 118 ";" ";"29006 ";"Malaga ";"+34.95/204520-4 ";" ";"+34.95/204520-0 ";" " +lieferant ;00502789;"Good true beautiful GmbH ";" ";"Merzhauser Strae 183 ";" ";"79100 ";"Freiburg ";"+49 (0) 761. 409 78 71 ";" ";"+49 (0) 761. 409 78 72 ";" " +lieferant ;00502791;"Donau Sports GmbH ";" ";"Donaugasse 16 ";" ";"94474 ";"Vilshofen an der Donau ";"08541/979120 ";" ";"08541/979148 ";" " +lieferant ;00502792;"Casco International GmbH ";" ";"Gewerbring Sd 11 ";" ";"01900 ";"Bretnig / Sachsen ";" ";" ";" ";" " +lieferant ;00502793;"Hans Rix Handelsgesellschaft mbH ";" ";"Braunstrae 15 ";" ";"24145 ";"Kiel ";" ";" ";" ";" " +lieferant ;00502794;"Enzo Lorenzo Fashion GmbH ";" ";"Kaiserpassage 13 ";" ";"72764 ";"Reutlingen ";"07121/51488-0 ";" ";"07121/51488-10 ";" " +lieferant ;00502795;"Strickstudio Heuermann GmbH ";" ";"In der Garte 4 ";" ";"49201 ";"Dissen ";" ";" ";" ";" " +lieferant ;00502796;"Mauermann Wolfgang Textilvertriebs GmbH ";" ";"Oderweg 4 ";" ";"34277 ";"Fuldabrck ";" ";" ";" ";" " +lieferant ;00502797;"Yongo Europe B.V. ";" ";"De Lasso 55 ";" ";"2370 AD ";"Roelofarendsveen ";" ";" ";" ";" " +lieferant ;00502798;"AFO Krawatten Inh. J. Knecht ";" ";"Machaberstr. 56 ";" ";"50668 ";"Kln ";" ";" ";" ";" " +lieferant ;00502799;"Sportagentur Weidner ";" ";"Brenbhlgraben 6 ";" ";"90475 ";"Nrnberg ";"0911/2558441 ";" ";"0911/2558655 ";" " +lieferant ;00502800;"Capo Rueff Textil GmbH ";" ";"Melisau 1130 ";" ";"6863 ";"Egg ";"+43(0)55 12 23 81 0 ";" ";"+43(0)55 12 23 81 25 ";" " +lieferant ;00502801;"kindisport, Kirsten Kindinger ";" ";"Breubergstr. 15 ";" ";"64579 ";"Gernsheim ";"06258/9039382 ";" ";"06258/9039383 ";" " +lieferant ;00502802;"Fordville Ltd ";"Longford Trading Estate ";"Thomas Street, Stretford ";" ";"M32 0JT ";"Manchester ";"+44 (0)161 864 4666 ";" ";"+44 (0)161 864 4777 ";" " +lieferant ;00502803;"Brainstream GmbH ";" ";"Dalbker Str. 74 ";" ";"33813 ";"Oerlinghausen ";"05202/9707-0 ";" ";"05202/9707-99 ";" " +lieferant ;00502804;"Moda Flash s.r.l. ";" ";"Via delle Industrie II, 86 ";" ";"30020 ";"Meolo (VE) ";"0421/618426 ";" ";"0421/618457 ";" " +lieferant ;00502805;"Just Brands European Headquarters ";" ";"New Yorkstraat 50 ";"P.O. Box 21 ";"1175 RD ";"Amsterdam-Lijnden ";"+31-20/4878888 ";" ";"+31-20/4878678 ";" " +lieferant ;00502806;"Gallion GmbH ";" ";"Nikolaus-Otto-Str. 6 ";"10 01 60 ";"70771 ";"Leinfelden-Echterdingen ";"0711/9492-300 ";" ";"0711/9492-436 ";" " +lieferant ;00502807;"Best-Line ";" ";"Breslauer Strasse 8,Haus London,Raum 706";" ";"41460 ";"Neuss ";"02131/13311-40 ";" ";"02131/13311.42 ";" " +lieferant ;00502809;"Morghy SRL ";" ";"Via di santa Alessandro 7 ";" ";"00131 ";"Rom ";" ";" ";" ";" " +lieferant ;00502810;"S.A.R.L. City Vision ";" ";"90 rue de la Haie Coq ";" ";"93536 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502811;"Clayre & Eef B.V. ";" ";"De Giesel 46 ";"Postbus 4055 ";"6081 PH ";"Haelen ";"+31-475/571-722 ";" ";"+31-475/571-345 ";" " +lieferant ;00502812;"H & I (Toiletries) Ltd ";" ";"25 Oldbury Place ";" ";"W1U 5PN ";"London ";" ";" ";" ";" " +lieferant ;00502813;"Ilse Wahl Gymnastikschuhe GmbH & Co KG ";" ";"Rofelderstrae 52/2 ";" ";"74564 ";"Crailsheim ";" ";" ";" ";" " +lieferant ;00502814;"Triple-Eight UG ";" ";"Reisstr. 5 ";" ";"78467 ";"Konstanz ";" ";" ";" ";" " +lieferant ;00502815;"Tichebox s.r.l. ";" ";"Via dell' Elettricista, 2/3 ";" ";"40138 ";"Bologna ";" ";" ";" ";" " +lieferant ;00502816;"Tamaris Accessoires GmbH ";" ";"Waldstrae 19 ";" ";"63179 ";"Obertshausen ";"06104/4053-40 ";" ";"06104/4053-53 ";" " +lieferant ;00502817;"Overland Shoes Ltd. ";" ";"Egale1, 80 St Albans Road ";" ";"WD17 1RP ";"Watford, Hertfordshire ";"+44-1923/478102 ";" ";" ";" " +lieferant ;00502818;"Winning Moves Deutschland GmbH ";" ";"Mnsterstr. 359 ";" ";"40237 ";"Dsseldorf ";"0211/550275-0 ";" ";"0211/550275-22 ";" " +lieferant ;00502819;"Ridrei GmbH & Co. KG ";" ";"Freunder Landstr. 88 ";" ";"52078 ";"Aachen ";" ";" ";" ";" " +lieferant ;00502820;"Greenland Nature GmbH ";" ";"Hofwiese 16 ";" ";"96352 ";"Wilhelmsthal - Steinberg ";" ";" ";" ";" " +lieferant ;00502821;"Black Lilly Accessories a/s ";"Kornmagasinet ";"Rantzausgavevej 9 ";" ";"8355 ";"Solbjerg ";" ";" ";" ";" " +lieferant ;00502822;"MBG Mode und Bekleidung GmbH ";" ";"Gewerbepark 1 ";" ";"91350 ";"Gremsdorf ";" ";" ";" ";" " +lieferant ;00502823;"Dellalui S.A.R.L. ";" ";"Espace Valentin-Nord B.P. 3131 ";" ";"25047 ";"Besancon Cedex ";"+33-3/8154-7474 ";" ";"+33-3/8154-7497 ";" " +lieferant ;00502824;"Ambiente Europe B.V. ";" ";"Spijkerweg 1 ";" ";"6584 AB ";"Molenhoek ";"+31-24/3570440 ";" ";"+31-24/3570450 ";" " +lieferant ;00502825;"INCOM S.p.A. ";" ";"Via Roma, 47 ";" ";"51018 ";"Pieve a Nievole (PT) ";"+39-0572/777-1 ";" ";"+39-0572/777-449 ";" " +lieferant ;00502826;"Mbus Sport ";"Inh. Wolfgang Pohl ";"Peter-Sander-Strae 15 ";" ";"55252 ";"Mainz-Kastel ";"06134/189-831 ";" ";"06134/189-978 ";" " +lieferant ;00502827;"Desire Design ";" ";"2-6 rue des Cardinoux ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502828;"SKS Fashion GmbH ";" ";"Eupener Strae 60 ";" ";"50933 ";"Kln ";"0221 170 68 117 ";" ";"0221 170 68 119 ";" " +lieferant ;00502829;"D&A Duft und Ambiente ";" ";"Hauptstrasse 9 ";" ";"79822 ";"Titisee-Neustadt ";" ";" ";" ";" " +lieferant ;00502830;"F1-Generation GmbH ";" ";"Palmstr. 36 ";" ";"50672 ";"Kln ";"0221/270598-0 ";" ";"0221/270598-10 ";" " +lieferant ;00502831;"Fresh Distribution GmbH ";" ";"Blankeneser Chaussee 22 ";" ";"22869 ";"Schenefeld ";" ";" ";" ";" " +lieferant ;00502832;"Fresh Distribution GmbH ";" ";"Lerstr. 56-58 ";" ";"48565 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00502833;"F.W. Gzze Frotierweberei GmbH ";" ";"Laerstr. 56-58 ";" ";"48585 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00502834;"Heeling Sports EMEA Germany ";" ";"Enzianstrasse 6 ";" ";"82319 ";"Starnberg ";" ";" ";" ";" " +lieferant ;00502835;"Sport Eger ";"Ludwig Eger Sportartikel ";"Marenstrasse 5 ";" ";"08056 ";"Zwickau ";" ";" ";" ";" " +lieferant ;00502836;"Wed J.P. van Bommel BV ";" ";"Oisterwijkseweg 40 ";"Postbus 1 ";"5066 XD ";"Moergestel ";"+31-13/51369-00 ";" ";"+31-13/51369-99 ";" " +lieferant ;00502837;"Ralf Kuhn Modevertrieb GmbH ";" ";"Frankenstrasse 4 ";" ";"63839 ";"Kleinwallstadt ";" ";" ";" ";" " +lieferant ;00502838;"Martin Fuchs Spielwaren GmbH & Co. KG ";" ";"Am Weidiggraben 4 ";"1227 ";"90763 ";"Frth ";"0911/96070-0 ";" ";"0911/96070-30 ";" " +lieferant ;00502839;"elkline GmbH ";" ";"Falkenried 74a ";" ";"20251 ";"Hamburg ";"040/860576 ";" ";"040/5701998-57 ";" " +lieferant ;00502840;"MC Handelsagentur Michael Claren ";" ";"Wilhelmstr. 19 ";" ";"33415 ";"Verl ";"05246 - 50 5 114 ";" ";" ";" " +lieferant ;00502841;"Hedgren Creations N.V. ";" ";"Herman De Nayerstraat 6 ";" ";"2550 ";"Kontich ";"+32(0)15 30 05 60 ";" ";"+32(0)15 30 05 70 ";" " +lieferant ;00502842;"LAG Leder Accessoires GmbH ";" ";"Kaiserstrae 39-49 ";" ";"63065 ";"Offenbach ";"069/8050-1400 ";" ";"069/8050-1414 ";" " +lieferant ;00502843;"little affair ";"Heike Cathrine Torstenson ";"Johannesstrae 19 ";" ";"53881 ";"Euenheim ";"02251/1256990 ";" ";"02251/605046 ";" " +lieferant ;00502844;"Texbox GmbH ";" ";"Husemannstr. 77 ";" ";"45879 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00502845;"Khaled Siddig ";"Export Import Transparente e.K. ";"Modering 3B, Raum 546 ";" ";"22457 ";"Hamburg ";"040/5528867-0 ";" ";"040/5528867-1 ";" " +lieferant ;00502846;"Arena Verlag GmbH ";" ";"Rottendorfer Str. 16 ";" ";"97074 ";"Wrzburg ";" ";" ";" ";" " +lieferant ;00502847;"Dr. Rolf Hein GmbH & Co. KG ";" ";"Kilchberg, Bahnhofstrasse 29 ";"1640 ";"72072 ";"Tbingen ";"07071/791005 ";" ";"07071/791007 ";" " +lieferant ;00502848;"anju GmbH ";" ";"Weetenkamp 9 ";" ";"22609 ";"Hamburg ";"040/5592111 ";" ";"040/5594829 ";" " +lieferant ;00502849;"Big Ben s.r.l ";" ";"Corso Garibaldi, 180 ";" ";"26100 ";"Cremona ";"+39-0372/26417 ";" ";"+39-0372/410524 ";" " +lieferant ;00502850;"Gebro GmbH ";" ";"Robert-Bunsen-Str. 2 ";" ";"48599 ";"Gronau ";"02562/8174-0 ";" ";"02562/8174-74 ";" " +lieferant ;00502851;"NorthWestUnited, Stephan Chauchoy ";" ";"Parkstrasse 31 ";" ";"40477 ";"Dsseldorf ";"0211/164536-0 ";" ";"0211/164536-29 ";" " +lieferant ;00502852;"Savage Culture ";" ";"Bo La Central s/n Nave 8a ";" ";"39608 ";"Cacicedo de Camargo (Cantabria) ";"+34-942/260010 ";" ";"+34-942/2610135 ";" " +lieferant ;00502853;"COUPON fashion design GmbH ";" ";"Albert-Einstein-Strasse 10 ";" ";"63128 ";"Dietzenbach ";"06074/2114451 ";" ";"06074/2115987 ";" " +lieferant ;00502854;"Paradise SY Textil Vertriebs GmbH ";" ";"Albert-Schffler-Str.10 ";" ";"74080 ";"Heilbronn ";"07131/6425202 ";" ";"07131/6425394 ";" " +lieferant ;00502855;"JoJo Handelsagentur Joachim Krz e.K. ";" ";"Hotzenwaldstr. 46 ";" ";"79730 ";"Murg-Niederhof ";" ";" ";" ";" " +lieferant ;00502856;"Frank Lyman Design ";" ";"555 Chabanel Ouest #1100 ";" ";"H2N 2H8 ";"Montreal, Quebec ";"+1-514/385-9696 ";" ";"+1-514/385-9004 ";" " +lieferant ;00502857;"Carl Weible KG ";"Spielwarenfabrik ";"Wieslauftalstrae 105 ";" ";"73614 ";"Schorndorf-Haubersbronn ";" ";" ";" ";" " +lieferant ;00502858;"Walther & Huss Innovationsmanagement GbR";" ";"Beckmannstrae 14 ";" ";"24539 ";"Neumnster ";"04321 53399 2211 ";" ";"04321 5399 2219 ";" " +lieferant ;00502859;"Vittidesign ";"Marketing und Vertiebsgesellschaft ";"Bahnhofstr. 47A ";" ";"76751 ";"Jockgrim ";" ";" ";" ";" " +lieferant ;00502860;"Ben Green International GmbH ";" ";"Berliner Strasse 52 ";" ";"33378 ";"Rehda-Wiedenbrck ";" ";" ";" ";" " +lieferant ;00502861;"Topfive Fashion ";"Inh. Gkhan Dogruol ";"Unterlandstr. 48 ";" ";"63911 ";"Klingenberg ";" ";" ";" ";" " +lieferant ;00502862;"Ren Huser e.K. ";" ";"Martin-Luther-King-Strae 24 ";" ";"63452 ";"Hanau ";" ";" ";" ";" " +lieferant ;00502863;"Chuloo's Santander ";" ";"B La Central S/N Nave 8A ";" ";"39608 ";"Cantabria ";" ";" ";" ";" " +lieferant ;00502864;"Nurage GmbH & Co. KG ";" ";"Jgerstrae 10a ";" ";"63477 ";"Maintal ";"069/86007693 ";" ";"069/86007695 ";" " +lieferant ;00502865;"Aurelie Accessoires GmbH ";" ";"Haselmhlweg 43 ";" ";"63741 ";"Aschaffenburg ";"06021/456379 ";" ";"06021/456380 ";" " +lieferant ;00502866;"Rettberg GmbH & Co. KG ";" ";"Poller Kirchweg 13 ";" ";"50679 ";"Kln ";" ";" ";" ";" " +lieferant ;00502867;"Myla LA ";" ";"PO Box 15445 ";" ";"92659 ";"Newport Beach ";" ";" ";" ";" " +lieferant ;00502868;"Apple Bottoms Aka (EU) Ltd. ";" ";"12 Great Portland Street ";" ";"W1F7TH ";"London ";" ";" ";" ";" " +lieferant ;00502869;"L.M. Kartenvertrieb & Verlags GmbH ";" ";"Hasenheide 9 ";" ";"10967 ";"Berlin ";"030/8930328 ";" ";"030/8930427 ";" " +lieferant ;00502870;"BestSaller ";" ";"Im Martinskirchle 5 ";" ";"72178 ";"Waldachtal ";" ";" ";" ";" " +lieferant ;00502871;"Bulgari Parfums GmbH ";" ";"Kormoranweg 1 ";" ";"65201 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00502872;"KooKoo GmbH ";" ";"Ludwigstrae 44 ";" ";"85399 ";"Halbergmoos ";" ";" ";" ";" " +lieferant ;00502873;"Moda 5 ";" ";"Via A. Fogazzaro ";" ";"36073 ";"Cornedo Vicentino (VI) ";" ";" ";" ";" " +lieferant ;00502874;"deKATA Dennerlein GbR ";" ";"Trettlachstr. 5 ";" ";"91301 ";"Forchheim ";"09191/169839 ";" ";"09191/169840 ";" " +lieferant ;00502875;"Matrix Solutions ";"Inh. Y. Erdogan ";"Am Dreierfeld 12b ";" ";"33719 ";"Bielefeld ";"0521/1643938 ";" ";"0521/2381161 ";" " +lieferant ;00502876;"Rovitex GmbH ";" ";"Dransfelder Str.4 ";" ";"37079 ";"Gttingen ";" ";" ";" ";" " +lieferant ;00502877;"Belmondo Vertriebsgesellschaft mbH ";" ";"Spitalerstrae 10 ";" ";"20095 ";"Hamburg ";"040/33300-351 ";" ";"040/33300-354 ";" " +lieferant ;00502878;"Sabine Kober ";" ";"Behringerstrae 7 ";" ";"87700 ";"Memmingen ";"08331/984021 ";" ";"0721/151417811 ";" " +lieferant ;00502879;"Voba GmbH ";" ";"Schwaighoferstr. 34 ";" ";"8045 ";"Zrich ";" ";" ";" ";" " +lieferant ;00502880;"Sette Stelle srl ";" ";"Via Rimini, 49 ";" ";"59100 ";"Prato ";"+39-0574/620484 ";" ";"+39-0574/620484 ";" " +lieferant ;00502881;"C. Matteo s.r.l. ";" ";"Via F. Turati, 23A-25 ";" ";"00185 ";"Roma ";"+39-06/4467153 ";" ";"+39-06/4467153 ";" " +lieferant ;00502882;"Alpha IndustriesTextilvertriebsges. mbH ";" ";"Siemensstr. 11 ";" ";"63263 ";"Neu-Isenburg ";"06102/77600 ";" ";"06102/329034 ";" " +lieferant ;00502883;"Filser Sport & Marketing (FSM) ";"Inh. Matthias Filser ";"Altstdter Strae 12 ";" ";"87527 ";"Sonthofen ";"08321/780935-0 ";" ";"08321/780935-99 ";" " +lieferant ;00502884;"Pronto Moda Sara ";"di Yu Daomin ";"Via del Fossi, 8/U ";" ";"59100 ";"Prato (PO) ";"+39-0574/623172 ";" ";"+39-0574/623172 ";" " +lieferant ;00502885;"Saddler Scandinavia AB ";" ";"Kabelgatan 9 ";" ";"43437 ";"Kungsbacka ";" ";" ";" ";" " +lieferant ;00502886;"Louis N. Kuenen GmbH ";" ";"Opelstrae 24 ";"65 47 ";"68789 ";"St. Leon-Rot ";"06227/51081 ";" ";"06227/59283 ";" " +lieferant ;00502887;"Lutz Mauder Verlag ";"Carsten Elkemann e.K. ";"Birksiefenweg 5 ";" ";"52159 ";"Roetgen-Rott ";"02471/1341-0 ";" ";"02471/1341-14 ";" " +lieferant ;00502888;"Funny Farm Trendprodukte-Vertriebs-GmbH ";" ";"Am Wetzel 3 ";" ";"69483 ";"Wald-Michelbach ";"06207/6005-3 ";" ";"06207/6005-59 ";" " +lieferant ;00502889;"Kuhl Projektmanagement ";"Gesellschaft fr Marketing/Trading/ ";"Wemmstrae 18c ";" ";"63619 ";"Bad Orb ";"06052/9188-90 ";" ";"06052/9188-87 ";" " +lieferant ;00502890;"Stecol Flex s.r.l. ";" ";"Via Francesco Baracca, 12/14 ";" ";"20056 ";"Trezzo sullAdda (MI) ";"+39-02/9090202 ";" ";"+39-02/9090225 ";" " +lieferant ;00502891;"Conrad Handels GmbH ";" ";"Waldbadstrae 9-13 ";" ";"33803 ";"Steinhagen ";"05204/87030-0 ";" ";"05204/87030-30 ";" " +lieferant ;00502892;"Tessilform Vertriebs GmbH ";" ";"Tassiloplatz 7 ";" ";"81541 ";"Mnchen ";"089/444887-0 ";" ";"089/444887-19 ";" " +lieferant ;00502893;"M&C GmbH ";" ";"M&C GmbH ";" ";"80331 ";"Mnchen ";"089/54506252 ";" ";"089/54506255 ";" " +lieferant ;00502894;"Gnter Zimmermann ";" ";"Uhlandstr. 7 ";" ";"75239 ";"Eisingen ";" ";" ";" ";" " +lieferant ;00502895;"Schelchen GmbH ";"pedag International ";"Im Gewerbepark 5-6 ";"1426 ";"15711 ";"Knigs Wusterhausen ";"03375/9038-0 ";" ";"03375/9038-33 ";" " +lieferant ;00502896;"Trimil S.p.A. ";" ";"Strada Cebrosa n. 75 ";" ";"10036 ";"Settimo Torinese ";" ";" ";" ";" " +lieferant ;00502897;"Callas Textiles GmbH & Co. KG ";" ";"Schulten Sundern 6 ";" ";"48432 ";"Rheine ";"05975/917578-0 ";" ";"05975/917578-9 ";" " +lieferant ;00502898;"Rocket Dog Brands International Ltd ";" ";"502 Centennial Park, Centennial Avenue ";" ";"WD6 3SL ";"Elstree, Hertfordshire ";"+44-20/8207720-0 ";" ";"+44-20/8207720-1 ";" " +lieferant ;00502899;"J.L.O.S. S.A.R.L. ";"Fashion New-York ";"5/ rue d'Hauteville ";" ";"75010 ";"Paris ";"+33-1/48000003 ";" ";"+33-1/48000006 ";" " +lieferant ;00502900;"Demitex Handelsgesellschaft m.b.H. ";" ";"Dirmhirngasse 106-108 ";" ";"1230 ";"Wien ";" ";" ";" ";" " +lieferant ;00502901;"Parkway Concept Textilvertriebs GmbH ";" ";"An'n Slagboom 7 ";" ";"22848 ";"Norderstedt ";"040/53413353 ";" ";"040/53413488 ";" " +lieferant ;00502902;"Bastion Group GmbH ";"Schunk & Rosenfeld ";"Stresemannstr. 12 ";" ";"40210 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502903;"Selbi di Selmo Natalina ";"rossana diva ";"Via Lungochiampo 40 ";" ";"36054 ";"Montebello Vicentio (VI) ";"+39-0444/649958 ";" ";"+39-0444/648453 ";" " +lieferant ;00502904;"ARAV FASHION S.p.A., Silvian Heach ";" ";"Loc. Pagliarelle, Via Provinciale Nola ";" ";"80030 ";"San Vitaliano (NA) ";"+39-081/19131111 ";" ";" ";" " +lieferant ;00502905;"Puriti Clothing Iberia S.L. ";" ";"Pau Claris 97, 4/1 ";" ";"08009 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00502906;"Wine & More ";" ";"Handwerkerstr. 3 ";" ";"92355 ";"Velburg ";" ";" ";" ";" " +lieferant ;00502907;"Nikatex Fashion Group GmbH ";" ";"Stockstdter Strae 45 ";" ";"63762 ";"Groostheim ";"06026/99584-0 ";" ";"06026/99584-29 ";" " +lieferant ;00502908;"Moses Verlag GmbH ";" ";"Arnoldstrae 13d ";" ";"47906 ";"Kempen ";"02152/2098-50 ";" ";"02152/2098-60 ";" " +lieferant ;00502909;"Pronto Moda KS.r.l. ";" ";"Via Marengo 27 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00502910;"Braschi Giorgio S.r.l. ";" ";"Via Monari Sarde 2/4 ";" ";"40010 ";"S. Marino di Bentivoglio (Bo) ";" ";" ";" ";" " +lieferant ;00502911;"Herstal A/S ";" ";"Datavej 3 ";" ";"5220 ";"Odense SO ";"+45-70204420 ";" ";"+45-65934133 ";" " +lieferant ;00502912;"Wilhelm Geilfuss GmbH ";" ";"Carl-Ler-Strasse 6 ";" ";"49084 ";"Osnabrck ";"0541/58480-0 ";" ";"0541/58480-11 ";" " +lieferant ;00502913;"MIGOR spa ";" ";"Via Colombo, 5 ";" ";"41012 ";"Carpi (MO) ";"+39-059/6258311 ";" ";"+39-059/6228022 ";" " +lieferant ;00502914;"SN of Sweden ";"Nslund & Jonsson Import AB ";"Regementsgatan 23 ";" ";"831 41 ";"stersund ";"+46-63/120141 ";" ";"+46-63/180444 ";" " +lieferant ;00502915;"Heinrich Bauer GmbH & Co. KG ";" ";"Hans-Bunte-Str. 2 ";" ";"90431 ";"Nrnberg ";"0911/32452-0 ";" ";"0911/32452-40 ";" " +lieferant ;00502916;"Living Gighlights B.V. ";" ";"Le Pooleweg 7 ";" ";"2314 XT ";"Leiden ";" ";" ";" ";" " +lieferant ;00502917;"Dittmar GmbH ";" ";"Lerchenweg 25 ";" ";"57642 ";"Alpenrod ";"02662/1553 ";" ";"02662/5130 ";" " +lieferant ;00502918;"Star & Wings GmbH & Co. KG ";" ";"Am Flobach 15 ";" ";"67112 ";"Mutterstadt ";"06234/9261-0 ";" ";"06234/9261-50 ";" " +lieferant ;00502919;"Andrea Cardone s.r.l. ";" ";"Via Bari, 45 ";" ";"80143 ";"Napoli ";"+39-081/5541847 ";" ";"+39-081/5537588 ";" " +lieferant ;00502920;"1927 London ";" ";"1927 Building, 2 Michael Road ";" ";"SW6 2AD ";"London ";" ";" ";" ";" " +lieferant ;00502921;"Sport Klose , Arndt Klose ";" ";"Friedrichstrae 202 ";" ";"42551 ";"Verlbert ";"02051 / 51212 ";" ";"02051 / 52649 ";" " +lieferant ;00502922;"Louisa Import - Export - Fabricant ";" ";"8, Rue des Gardinoux ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502923;"Just Addict ";" ";"8-10 Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00502924;"Seyma Importatio S.L. ";" ";"Bellavista 15 ";" ";"07520 ";"Petra (Mallorca) ";" ";" ";" ";" " +lieferant ;00502925;"SIA Distribution ";" ";"115, Avenue de Dreux ";" ";"78370 ";"Plaisir ";" ";" ";" ";" " +lieferant ;00502926;"Gabriela Reisecker ";"Silberschmuck und Accessoires ";"Gnsgasse 28 ";" ";"5282 ";"Ranshofen ";"+43-650/8884630 ";" ";"+43-7722/84630 ";" " +lieferant ;00502927;"Steco GmbH ";" ";"Trifelsstr. 14 ";" ";"67112 ";"Mutterstadt ";"06234/9267-92 ";" ";"06234/9267-94 ";" " +lieferant ;00502928;"Strike GmbH ";" ";"Seestrae 28 ";" ";"76275 ";"Ettlingen (EWR) ";" ";" ";" ";" " +lieferant ;00502929;"Ravensburger Buchverlag Otto Maier GmbH ";" ";"Marktstr. 22-26 ";" ";"88212 ";"Ravensburg ";" ";" ";" ";" " +lieferant ;00502930;"lemonfish GmbH ";" ";"Im Rank 10 ";" ";"73655 ";"Plderhausen ";"07181/9943528 ";" ";"07181/9943534 ";" " +lieferant ;00502931;"Trade Point Germany GmbH ";" ";"Siemensstrasse 30 ";" ";"47533 ";"Kleve ";"02871 / 340 484 ";" ";"02871 / 340 485 ";" " +lieferant ;00502932;"W.F.C. Fashion Garden ";" ";"Kon. Wilhelminaplain ";" ";"1062 HG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00502933;"Shirin Sehan GmbH ";" ";"Hartsteinplatz 1 ";" ";"53340 ";"Meckenheim ";" ";" ";" ";" " +lieferant ;00502934;"Atelier Jeannette ";"Inh. Erich Schmitt ";"Wahlerter Strae 34 ";" ";"63628 ";"Bad Soden-Salmnster ";"06056/2743 ";" ";"06056/3287 ";" " +lieferant ;00502935;"AGNSS GmbH ";" ";"Am Markt 11 ";" ";"44575 ";"Castrop-Rauxel ";"02305/54807-0 ";" ";"02305/54807-1 ";" " +lieferant ;00502936;"viabox UG (haftungsbeschrnkt) & Co. KG ";" ";"Wlferoder Str. 10 ";" ";"30539 ";"Hannover ";"0511/220015-90 ";" ";"0511/51995-14 ";" " +lieferant ;00502937;"Rahmig & Partner GmbH ";" ";"Alte Auerbacher Str. 22 ";"1151 ";"08236 ";"Ellefeld ";"03745/7820-0 ";" ";"03745/7820-78 ";" " +lieferant ;00502938;"Consitex S.A. ";" ";"Via Ligornetto 14 ";" ";"6855 ";"Stabio ";"+41-91/6414600 ";" ";"+41-91/6414602 ";" " +lieferant ;00502939;"Industria Confezioni Abbigliamento ";" ";"Zona Ind. Str. Prov per Moltoia ";" ";"74015 ";"Martina Franca ";" ";" ";" ";" " +lieferant ;00502940;"Light Force s.p.a. ";" ";"Via Franklin 14/16 ";" ";"41012 ";"Carpi ";" ";" ";" ";" " +lieferant ;00502941;"Sport Box Inh. Karsten Ghsing ";" ";"Im Stegacker 1 ";" ";"87490 ";"Haldenwang ";" ";" ";" ";" " +lieferant ;00502942;"Gabs ";"Gruppo Emergenti ";"Via S. Carlo 2707/2709 ";" ";"47020 ";"San Carlo di Cesena ";" ";" ";" ";" " +lieferant ;00502943;"IB Company KG ";" ";"Berliner Allee 2 ";" ";"40212 ";"Dsseldorf ";"0211/61770-0 ";" ";"0211/3662697 ";" " +lieferant ;00502944;"Medusa ";"Inhaber: Alexander Goldhausen ";"Zieglersteg 12 ";" ";"52078 ";"Aachen ";"0241/4015590 ";" ";"0241/4018866 ";" " +lieferant ;00502945;"VEDES AG ";" ";"Beuthener Strae 43 ";" ";"90471 ";"Nrnberg ";"0911/6556-0 ";" ";"0911/6556-251 ";" " +lieferant ;00502946;"Hurley Europe ";" ";"Pasco de Gracia 77 ";" ";"08008 ";"Pl. 5 Barcelona, Alava ";" ";" ";" ";" " +lieferant ;00502947;"Cleptomanicx ";"Pitt Feil ";"Budapester Strasse 49 ";" ";"20359 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00502948;"SLG Textil AG ";" ";"Spinnerei Lettenstrasse 1, Postfach ";" ";"8192 ";"Zweidlen ";"+41-44/86831-31 ";" ";"+41-44/86831-32 ";" " +lieferant ;00502949;"Gmundner Keramik Manufaktur GmbH ";" ";"Keramikstrae 24 ";" ";"4810 ";"Gmunden ";"+43-7612/786-0 ";" ";"+43-7612/786-99 ";" " +lieferant ;00502950;"Fast Food Trends ";" ";"Odentaler Weg 237 ";" ";"42657 ";"Solingen ";"0212 / 380 38 0 1 ";" ";"0212 / 380 38 23 ";" " +lieferant ;00502951;"Campomaggi & Caterina Lucchi S.R.L. ";" ";"Via San Carlo, 2707/2709 ";" ";"47020 ";"San Carlo di Cesana (FC) ";"+39-0547/373077 ";" ";"+39-0547/373363 ";" " +lieferant ;00502952;"Styles Fashion Starshine B.V. ";" ";"Hogebrinkerweg 29 ";" ";"3871 KM ";"Hoevelanden ";"+33-25/38008 ";" ";"+33-25/38707 ";" " +lieferant ;00502953;"Tube Trading B.V. ";" ";"Waltawei 10 ";" ";"8635 ";"MZ Boazum ";" ";" ";" ";" " +lieferant ;00502954;"Markus Klein ";" ";"Auf der Ahr 2 ";" ";"56575 ";"Weienthurm ";"0160/5543384 ";" ";"02625/957929 ";" " +lieferant ;00502955;"Jensen Women A/S ";" ";"Nordlundvej 1 ";" ";"7330 ";"Brande ";"+45-9726 8800 ";" ";"+45-9726 8826 ";" " +lieferant ;00502956;"La Sportiva Deutschland ";" ";"Postfach 750541 ";"750541 ";"81335 ";"Mnchen ";"089/7670-1843 ";" ";"089/7670-2147 ";" " +lieferant ;00502957;"Katimpex GmbH & Co. KG ";" ";"Am Sandtorkai 4 ";" ";"20457 ";"Hamburg ";"040/362081 ";" ";"040/365910 ";" " +lieferant ;00502958;"Mau + Andresen ";" ";"Nikolaistrae 2-6 ";" ";"24937 ";"Flensburg ";" ";" ";" ";" " +lieferant ;00502959;"Cowboysbelt B.V. ";" ";"Schurenbergweg 6 ";" ";"1105 AR ";"Amsterdam ";"+31-20/2292784 ";" ";"+31-294/432271 ";" " +lieferant ;00502960;"FitzRoy s.r.l. ";" ";"Zona Ind. Tronco "A" - Lotto 5/6 ";" ";"73042 ";"Casarano (LE) ";"+39-0833/332743 ";" ";"+39-0833/599915 ";" " +lieferant ;00502961;"Sommer Gardinen Technik (SoGaTec) ";"Fachgrohandel fr Gardinentechnik ";"Augsburger Str. 7 ";" ";"87700 ";"Memmingen ";"08331/961872-0 ";" ";"08331/961872-1 ";" " +lieferant ;00502962;"Harricana Par Mariouche ";" ";"3000 rue St.-Antoine Ouest ";" ";"H4C 1A5 ";"Montreal, Quebec ";"+1-514/287-6517 ";" ";"+1-514/287-7418 ";" " +lieferant ;00502963;"Double V Fashion GmbH ";" ";"Derendorfer Str. 52 ";" ";"40479 ";"Dsseldorf ";"0211 - 46 95 99 95 ";" ";" ";" " +lieferant ;00502964;"DND AS ";" ";"Birkenmose alle 37 ";" ";"6000 ";"Kolding ";"+45-76355300 ";" ";"+45-76355301 ";" " +lieferant ;00502965;"Mario Bock Kunststofftechnik & Handels ";"GmbH & Co. KG ";"Breitscheidstr. 95c ";" ";"07407 ";"Rudolstadt ";"03672/4788-0 ";" ";"03672/4788-23 ";" " +lieferant ;00502966;"GARMONT s.r.l. ";" ";"Via Spineda 12 ";" ";"31040 ";"Volpago del Montello (TV) ";"+39-0423/8726 ";" ";"+39-0423/621392 ";" " +lieferant ;00502967;"Emilia Schuhe Import & Export GmbH ";" ";"Anton-Kux-Str. 2, Raum B 012 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502968;"Lili Import & Export GmbH ";" ";"Anton Kux Str. 2, Raum B 016 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00502969;"Kasper & Richter GmbH & Co.KG ";" ";"Erlanger Str. 14 ";"10 ";"91080 ";"Uttenreuth ";" ";" ";" ";" " +lieferant ;00502970;"Promitex GmbH ";" ";"Aschaffenburger Str. 28 ";" ";"63762 ";"Groostheim ";"06026/9777-0 ";" ";"06026/9777-21 ";" " +lieferant ;00502971;"Fashion Point Leicester ";" ";"Unit No.4, 46 London Street ";" ";"LES 3RU ";"Leicester ";" ";" ";" ";" " +lieferant ;00502972;"T. MA Pronto Moda srl ";" ";"Via del Fossi 8/U ";" ";"59100 ";"Prato ";"+39-0574/667208 ";" ";" ";" " +lieferant ;00502973;"Lola B. Pronto Moda ";"Di Chen Ding Qiu ";"Via Val D'Aosta, 21 ";" ";"59100 ";"Prato (PO) ";"+39-0574/725697 ";" ";"+39-0574/622605 ";" " +lieferant ;00502974;"Oscar Pronto Moda ";"di Qu Jiandong ";"Via Toscana, 103 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00502975;"Shoeman GmbH ";" ";"Alpenstr. 60 ";" ";"87700 ";"Memmingen ";"08331/4905185 ";" ";"08331/4905363 ";" " +lieferant ;00502976;"Textil Kontor ";"Inh. Kordula Grn ";"Bahnhofstrae 38c ";" ";"87749 ";"Hawangen ";"0180-5656454 ";" ";"0800/5454550 ";" " +lieferant ;00502977;"ZILI BV ";"Brandboxx Hannover Trademart, B010014 ";"Hessenstrae 1 ";" ";"30855 ";"Hannover-Langenhagen ";" ";" ";" ";" " +lieferant ;00502978;"S-Atea d.o.o. ";" ";"Rimski trg 8, Kerestinec ";" ";"10431 ";"Sveta Nedjelja ";" ";" ";" ";" " +lieferant ;00502979;"Deluxe Distribution -Fashion Group- ";" ";"Wilhelmine-Gemberg-Weg 6 (DAZ) ";" ";"10179 ";"Berlin ";"030/69597690 ";" ";"030/69597691 ";" " +lieferant ;00502980;"Valindo - Indstria de Confeces S.A. ";" ";"I ";" ";"0 ";"Cepaes, Fafe ";" ";" ";" ";" " +lieferant ;00502981;"Ecce Moda SRL ";" ";"Via della Moscova 7 ";" ";"20121 ";"Milano ";" ";" ";" ";" " +lieferant ;00502982;"Just Go S.A.R.L. ";" ";"87-95, Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-1/49372513 ";" ";"+33-1/49372819 ";" " +lieferant ;00502983;"SFA ";"Texteis J. F. Almeida, SA ";"Av. De Silvares, Apartado 98 ";" ";"4815-922 ";"Caldas De Vizela ";"+351-253/560-000 ";" ";"+351-253/560-009 ";" " +lieferant ;00502984;"Pro Vigo ";"Vertriebs- & Beteiligungsgesellschaft ";"St. Tniser Str. 22 ";" ";"47906 ";"Kempen ";"02152/898728 ";" ";"02152/204031 ";" " +lieferant ;00502985;"Tricotage des Vosges Deutschland GmbH ";" ";"Industriestrae 4 ";" ";"79801 ";"Hohentengen a.H. ";"07742/8587-89 ";" ";"07742/8587-90 ";" " +lieferant ;00502986;"Our Fashion GmbH & Co. KG ";" ";"Doerriesweg 5 ";" ";"22525 ";"Hamburg ";"040/85192260 ";" ";"040/85186772 ";" " +lieferant ;00502987;"Fashion-Gang GmbH ";" ";"Kohlmarkt 6 ";" ";"38100 ";"Braunschweig ";"0531/59065-04 ";" ";"0531/59065-69 ";" " +lieferant ;00502988;"FREDsBRUDER GmbH ";" ";"Kurt-Schumacher-Str. 269 ";" ";"46539 ";"Dinslaken ";"02064/472650 ";" ";"02064/472651 ";" " +lieferant ;00502989;"Azenor Ltd. ";" ";"Mhlstr. 10 ";" ";"88085 ";"Langenargen ";" ";" ";" ";" " +lieferant ;00502990;"Yankee Candle Deutschland GmbH ";" ";"Luitpolderstr. 9 ";" ";"91550 ";"Dinkelsbuehl ";" ";" ";" ";" " +lieferant ;00502991;"Triple H agency GmbH ";" ";"Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00502992;"Assmann Electronic GmbH ";"Network & Peripherals ";"Auf dem Schffel 3 ";" ";"58513 ";"Ldenscheid ";" ";" ";" ";" " +lieferant ;00502993;"Beach Company AG ";" ";"Eibenstrasse 9 ";" ";"8045 ";"Zrich ";"+41-44/45074-74 ";" ";"+41-44/45074-75 ";" " +lieferant ;00502994;"F by Friis Aps ";" ";"Thoravej 7 ";" ";"2400 ";"Copenhagen NV ";" ";" ";" ";" " +lieferant ;00502995;"SA.BI.NE trend GmbH ";" ";"Hornbhlstrasse 2A ";" ";"90602 ";"Pyrbaum ";" ";" ";" ";" " +lieferant ;00502996;"Noppies - Task Interntional BV ";" ";"Poseidonweg 17 ";" ";"8239 ";"Lelstad ";" ";" ";" ";" " +lieferant ;00502997;"BRIC S SRL ";" ";"VIA MICHELANGELO 21 ";" ";"22077 ";"OLGIATE COMASCO, COMO ";" ";" ";" ";" " +lieferant ;00502998;"United Textile & Partners SA ";" ";"Via Balli 2 ";" ";"6600 ";"Locarno ";"+41-917522949 ";" ";"+41-917434219 ";" " +lieferant ;00502999;"MT. Sapola GmbH Europe ";" ";"Gut Bernstorf ";" ";"85402 ";"Kranzberg ";" ";" ";" ";" " +lieferant ;00503000;"Maria Clementine Martin Klosterfrau ";"Vertriebsgesellschaft mbH ";"Gerconsmhlengasse 1-11 ";" ";"50670 ";"Kln ";" ";" ";" ";" " +lieferant ;00503001;"Dutch Llc. ";"Current / Elliott ";"4599 Disctrict Blvd ";" ";"CA 90058 ";"Vernon ";"+1-323/277-3900 ";" ";"+1-323/277-9530 ";" " +lieferant ;00503002;"Paper + Design GmbH tabletop ";" ";"An der Heinzebank 15 ";" ";"09429 ";"Wolkenstein ";"037369/847-0 ";" ";"037369/847-20 ";" " +lieferant ;00503003;"Paul Wirths GmbH & Co KG ";" ";"Bergstrae 40-42 ";" ";"42651 ";"Solingen ";" ";" ";" ";" " +lieferant ;00503004;"Jex Europe Ltd ";" ";"145-157 St. John Street ";" ";"EC14PY ";"London ";" ";" ";" ";" " +lieferant ;00503005;"Impex Lederwaren ";"Import-Export GmbH ";"Im Weidig 11 ";" ";"63785 ";"Obernburg ";" ";" ";" ";" " +lieferant ;00503006;"Gie Goods International GmbHImpex Lederw";" ";"Belsenplatz 2 ";" ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503007;"JOOP! Division Menswear Casual ";"Strellson AG ";"Sonnenwiesenstrasse 21 ";" ";"8280 ";"Kreuzlingen ";"+41-71686/3232 ";" ";"+41-71686/3464 ";" " +lieferant ;00503008;"Bernd Redslob ";" ";"Trillser Graben 2 ";" ";"40699 ";"Erkrath ";" ";" ";" ";" " +lieferant ;00503009;"DPH Design-Agentur ";"Dagmar Hlscher ";"Zeisstr. 13 ";" ";"53359 ";"Rheinbach ";"02226/2317 ";" ";"02226/912785 ";" " +lieferant ;00503010;"VENFOR srl ";" ";"Via dei Cardatori, 7 - Blocco 7 ";" ";"40050 ";"Funo di Argelato (BO) ";"+39-051/8901280 ";" ";"+39-051/6647982 ";" " +lieferant ;00503011;"La Sportiva S.p.A. ";" ";"Via Ischia 2 ";" ";"38030 ";"Ziano di Fiemme (TN) ";"+39-0462/5718-00 ";" ";"+39-0462/5718-80 ";" " +lieferant ;00503012;"Bonusmedien GmbH & Co. KG ";" ";"Ernst-Mey-Strae 1a ";" ";"04229 ";"Leipzig ";"0341/9899028 ";" ";"0341/9899027 ";" " +lieferant ;00503013;"MCB Vertriebs GmbH ";" ";"Flz-Zollverein-Str. 5 ";" ";"59368 ";"Werne ";"02389/9285965 ";" ";"02389/9285957 ";" " +lieferant ;00503014;"VALUE Vertriebsgesellschaft mbH ";" ";"Voltenseestr. 2 ";" ";"60388 ";"Frankfurt ";"06109/3098-10 ";" ";"06109/3098-77/79 ";" " +lieferant ;00503015;"RSB Retail+Service Bank GmbH ";" ";"Bahnhofstr. 82 ";"18 10 ";"70806 ";"Kornwestheim ";"07154/206-9 ";" ";"07154/206-7009 ";" " +lieferant ;00503016;"Montagu Neckwear GmbH ";" ";"Bayernstr. 26 ";" ";"30855 ";"Langenhagen ";"+49 511 475426-0 ";" ";"+49 511 475426-30 ";" " +lieferant ;00503017;"Jalan-Jalan e.K. ";" ";"Bahnhofstrae 32 ";" ";"96250 ";"Ebensfeld ";"09573/330933 ";" ";"09573/330930 ";" " +lieferant ;00503018;"DU4 Fashion GmbH ";" ";"Rudolfstrae 10h ";" ";"41068 ";"Mnchengladbach ";"02161/4665300 ";" ";"02161/4663381 ";" " +lieferant ;00503019;"H.I.S Textil GmbH ";" ";"Bellevue 7 ";" ";"22301 ";"Hamburg ";"040/4806078-0 ";" ";" ";" " +lieferant ;00503020;"Frst Moden ";"Inh. Peter Frst ";"Scheidter Strae 80 ";" ";"66123 ";"Saarbrcken ";"0681/3906756 ";" ";" ";" " +lieferant ;00503021;"LEXUS International Ltd. ";" ";"Lexus House, 182-185 Dudley Road ";" ";"WV2 3DR ";"Wolverhampton ";"+44-1902/456800 ";" ";"+44-1902/457568 ";" " +lieferant ;00503022;"SHIVADIVA ";"Ulla Schmidt-Hofmann ";"Industriestr. 11a, Haus B ";" ";"80797 ";"Mnchen ";"089/3593590 ";" ";"089/35627989 ";" " +lieferant ;00503023;"Mandel Fashion GmbH & Co. KG ";" ";"Mariendorfer Damm 1-3 ";" ";"12099 ";"Berlin ";"030/70098451 ";" ";"030/70072210 ";" " +lieferant ;00503024;"Florapharm ";"Pflanzliche Naturprodukte GmbH ";"Am Steinernen Kreuz 7 ";" ";"96110 ";"Schelitz ";"09542/9412-0 ";" ";"09542/9412-30 ";" " +lieferant ;00503025;"Schrittenloher GmbH ";"Rieder Mamanufaktur ";"Niederhohlstrae 20 ";" ";"76863 ";"Herxheim ";"07276/5701 ";" ";"07276/1083 ";" " +lieferant ;00503026;"Atlas Design Group AB ";" ";"Banehagsliden 2 ";"Box 12124 ";"40242 ";"Gteborg ";"+46-31/72096-00 ";" ";"+46-31/72096-02 ";" " +lieferant ;00503027;"Mustang Fashionservices GmbH ";" ";"Austrae 10 ";"1264 ";"74653 ";"Knzelsau ";"07940/125-700 ";" ";"07940/125-701 ";" " +lieferant ;00503028;"Navy Europe Ltd ";" ";"Unit 1E Block 71, Park West, Nangor Road";" ";"D12 ";"Dublin ";"+353-1/6250045 ";" ";"+353-1/6250026 ";" " +lieferant ;00503029;"Jameson & Tailor Tee- und Kaffeezubehr ";"Deutschland GmbH & Co. KG ";"Bergstrae 107a ";" ";"01744 ";"Malter ";"03504/617100 ";" ";"03504/610095 ";" " +lieferant ;00503030;"E+N Deko Vertriebs GmbH ";" ";"Zeppelinstrae 4-5 ";" ";"89160 ";"Dornstadt ";"07348/9863-0 ";" ";"07348/9863-20 ";" " +lieferant ;00503031;"Arma Leder Deutschland GmbH ";" ";"Kaiserswertherstrae 140 ";" ";"40474 ";"Dsseldorf ";"0211/415527-5 ";" ";"0211/415527-6 ";" " +lieferant ;00503032;"Denham the Jeanmaker ";" ";"Prinsengracht 495 ";" ";"1016HR ";"Amsterdam ";"+31-20/331-5039 ";" ";"+31-20/337-4633 ";" " +lieferant ;00503033;"Enesco Ltd ";" ";"Brunthill Road, Kingstown ";" ";"CA3 0EN ";"Carlisle, Cumbria ";"0180/3005213 ";" ";"+44-1228/404080 ";" " +lieferant ;00503034;"Attentif ";" ";"100 Boulevard Voltaire ";" ";"75011 ";"Paris ";"+33-1/47006159 ";" ";"+33-1/47005980 ";" " +lieferant ;00503035;"Trachtenlust ";"Accessoires & Design ";"Feringastrae 2 ";" ";"85774 ";"Unterfhring ";"089/95716-150 ";" ";"089/95716-151 ";" " +lieferant ;00503036;"CEDON MuseumShops GmbH ";" ";"Gabelsbergerstr. 17 ";" ";"80333 ";"Mnchen ";"089/286763-0 ";" ";" ";" " +lieferant ;00503037;"Apfelsina ";"Ina Kerkhoff ";"Blowstrae 66, Aufgang D3 ";" ";"10783 ";"Berlin ";"030/23636808 ";" ";"030/23636801 ";" " +lieferant ;00503038;"Ya She di Chen Zeng Yu ";" ";"Via del Fosso di Tor Tre Teste, 70-80 ";" ";"00100 ";"Roma ";"+39-06/3391918368 ";" ";" ";" " +lieferant ;00503039;"Waagen-Schmitt GmbH ";" ";"Hammer Steindamm 27-29 ";" ";"22089 ";"Hamburg ";"040/431359-0 ";" ";"040/431359-99 ";" " +lieferant ;00503040;"Good Stuff Fashion Company GmbH ";" ";"Obere Wrthstr. 17 ";" ";"90403 ";"Nrnberg ";"0172/9725561 ";" ";"0911/3785035 ";" " +lieferant ;00503041;"Creazioni Emmetre s.r.l. ";" ";"Via Calabria, 2 ";" ";"59100 ";"Prato ";"+39-0574/825536 ";" ";"+39-0574/628462 ";" " +lieferant ;00503042;"Celebriti e. K. ";"Handan Celebi ";"Flurstrasse 64 ";" ";"40235 ";"Dsseldorf ";"0211/3830537 ";" ";"0211/1579576 ";" " +lieferant ;00503043;"Timmer ETS GmbH ";" ";"Otto-Hahn-Str. 37 ";"2405 ";"48529 ";"Nordhorn ";"05921/8996-0 ";" ";"05921/8996-30 ";" " +lieferant ;00503044;"Peter Copik Parkett ";" ";"Finkenweg 23 ";" ";"34576 ";"Homberg-Welferode ";"05685/1034 ";" ";"05685/900483 ";" " +lieferant ;00503045;"Textilpflege Wenk ";"Inh. U. Kiefer ";"Hauptstrae 3 ";" ";"36266 ";"Heringen ";"06624/919400 ";" ";"06624/919633 ";" " +lieferant ;00503046;"Universal Music GmbH ";" ";"Stralauer Allee 1 ";" ";"10245 ";"Berlin ";"030/52007-01 ";" ";"030/52007-09 ";" " +lieferant ;00503047;"Hallmark Cards GmbH ";" ";"Wespienstrae 8-10 ";" ";"52062 ";"Aachen ";"0241/990909-0 ";" ";"0241/990909-99 ";" " +lieferant ;00503048;"Scott meets Lilly GbR ";"Sandra Burth und Stefanie Zahn ";"Der Schne Weg 140 ";" ";"72766 ";"Reutlingen ";"07121/411943 ";" ";"07121/411945 ";" " +lieferant ;00503049;"Agentur Norbert Gresch ";" ";"Christoph-Probst-Weg 1 ";" ";"20251 ";"Hamburg ";"040/88141591-0 ";" ";"040/88141591-5 ";" " +lieferant ;00503050;"The Enzian Connection, Christof Loesch ";" ";"Grngrtelstrasse 79 ";" ";"50996 ";"Kln ";" ";" ";" ";" " +lieferant ;00503051;"Mandala, Natalie Prieger ";" ";"Morassistr. 4 Rgb. ";" ";"80469 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503052;"Benz - Accessoires ";"I. Gebert - Benz ";"Haus der Mode 4- EG R. 0072 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503053;"HYSTERIA Internationaler Modevertrieb ";"Christine Kreis - Daniele Di Domenicanto";"Klner Strae 1, Haus der Mode, Raum 316";" ";"65760 ";"Eschborn/Ts. ";"06196/959295 ";" ";"06196/959296 ";" " +lieferant ;00503054;"Gianni Moda di Gu Ningning ";" ";"Via Basilica 11 ";" ";"59014 ";"Iolo - Prato ";" ";" ";" ";" " +lieferant ;00503055;"Manfred Schaper ";" ";"Bomhoffstrae 14 ";" ";"25980 ";"Sylt / OT Westerland ";" ";" ";" ";" " +lieferant ;00503056;"Indigofera Distribution LTD ";" ";"89 1/2 Worship Street ";" ";"EC2A 2BF ";"London ";"+44 20 7613 5551 ";" ";"+44 20 7613 5109 ";" " +lieferant ;00503057;"Snipes GmbH ";" ";"Mannesmannstr. 10 ";" ";"50996 ";"Kln ";" ";" ";" ";" " +lieferant ;00503058;"Rosti Mepal Deutschland ";" ";"Hermann-Hrmann-Platz 1 ";" ";"66629 ";"Freisen ";" ";" ";" ";" " +lieferant ;00503059;"BSH Licence ";" ";"20, Avn. Prat Gimont ";" ";"13267-1332";"Balma Cedex ";" ";" ";" ";" " +lieferant ;00503060;"The Barn B.V. ";" ";"Antwerpen 4 ";" ";"7418 ";"CR Deventer ";" ";" ";" ";" " +lieferant ;00503061;"Josef Brutigam KG ";"Inh. Renate Brutigam ";"Ringstrae 13 ";"47 ";"63839 ";"Kleinwallstadt / Main ";"06022/21408 ";" ";"06022/25319 ";" " +lieferant ;00503062;"Jos Bles ";" ";"Konigin Wilhelminaplein 13 ";" ";"1062 ";"Amsterdamm ";" ";" ";" ";" " +lieferant ;00503063;"Spoom Culliere BV ";" ";"Gouwzeestraat 10-12 ";" ";"1382 KD ";"Weesp ";" ";" ";" ";" " +lieferant ;00503064;"Kiefermann GmbH (iheart) ";" ";"Gerresheimer Str. 86 ";" ";"40233 ";"Dsseldorf ";"0211/936539-10 ";" ";"0211/936539-13 ";" " +lieferant ;00503065;"GTZ Puppenmanufaktur Int. GmbH ";" ";"Einberger Strae 113 ";"1180 ";"96472 ";"Rdental ";"09563/909-0 ";" ";"09563/909-54 ";" " +lieferant ;00503066;"Vizona GmbH ";"Ladenbau ";"Feuerbachstr. 9 ";" ";"79576 ";"Weil am Rhein ";"07621/7700300-0 ";" ";"07621/7700300-1 ";" " +lieferant ;00503067;"Bernd Gantzkow ";" ";"Sohnstrae 27 ";" ";"40237 ";"Dsseldorf ";"0211/684193 ";" ";" ";" " +lieferant ;00503068;"Ostfriesische Tee Gesellschaft ";"Laurens Spethmann GmbH & Co. KG ";"Am Bauhof 13-15 ";" ";"21218 ";"Seevetal ";"04105/504-0 ";" ";"04105/624-0 ";" " +lieferant ;00503069;"Exner GmbH ";"Garten- & Wohnaccessoires ";"Am Stadion 63 ";" ";"45659 ";"Recklinghausen ";"02361/80689-0 ";" ";"02361/80689-20 ";" " +lieferant ;00503070;"Rubies Deutschland GmbH ";" ";"Httenstr. 45 - 47 ";" ";"51469 ";"Bergisch-Gladbach ";"02202104-0 ";" ";"02202104-500 ";" " +lieferant ;00503071;"Tritoni Watches - Distrikt Infinity B.V.";" ";"Allard Piersonstraat 17-2 ";" ";"1053 ";"ZX Amsterdam ";" ";" ";" ";" " +lieferant ;00503072;"Orac NV SA ";" ";"Bierkorfstraat 32 ";" ";"8400 ";"Oostende ";" ";" ";" ";" " +lieferant ;00503073;"Overbeck and Friends e.K. ";"Andrea Overbeck ";"Seestrae 63 ";" ";"82229 ";"Seefeld - Hechendorf ";"08152/3962-441 ";" ";"08152/3962-442 ";" " +lieferant ;00503074;"Hackett Ltd ";" ";"4 Maguire St. ";" ";"SE1 2NQ ";"London ";"+44-20/7939-6800 ";" ";"+44-20/7939-6801 ";" " +lieferant ;00503075;"Marianne u. Ernst Stenger GbR ";"Handel und Design ";"Pappelweg 3 ";" ";"63741 ";"Aschaffenburg ";"06021/8585-53 ";" ";"06021/8585-54 ";" " +lieferant ;00503076;"artist media&print ";" ";"Rosenstr. 2 ";" ";"36275 ";"Kirchheim ";"06625/343679 ";" ";"06625/343757 ";" " +lieferant ;00503077;"Schmuckrausch ";" ";"Sendlingerstrasse 24 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503078;"Textilien- Beratungs- und Vertiebs GmbH ";" ";"Wendenstrae 130 ";" ";"20537 ";"Hamburg ";"040/3039581-0 ";" ";"040/3039581-29 ";" " +lieferant ;00503079;"Reckitt Benckiser ";"Deutschland GmbH & Co. KG ";"Theodor-Heuss-Anlage 12 ";" ";"68165 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00503080;"VILA GmbH ";" ";"Modering1, Haus A, Raum 201 ";" ";"22457 ";"Hamburg ";"040/5303-0 ";" ";"040/5303-1100 ";" " +lieferant ;00503081;"Rosa Rodriguez Modeagentur ";" ";"Lindwurmstrae 124 ";" ";"80337 ";"Mnchen ";"089/55263169 ";" ";" ";" " +lieferant ;00503082;"MANKIND Accessoires ";" ";"Diepengoor 1-c ";" ";"7591 BR ";"Denekamp ";"+31-6/10928531 ";" ";" ";" " +lieferant ;00503083;"Kehr Design GbR ";" ";"Ostheimerstrae 3 ";" ";"59555 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00503084;"Gourmet Berner GmbH & Co. KG ";" ";"Boschstrae 7 ";" ";"71384 ";"Weinstadt ";"07151/20513-60 ";" ";"07151/20513-61 ";" " +lieferant ;00503085;"Peter Stemmermann ";"Fashion & Sports ";"Frankfurterstrae 70-72, HDM 4/0179 ";" ";"65760 ";"Eschborn ";"06196/482115 ";" ";"06196/482301 ";" " +lieferant ;00503086;"Europsales B.V. ";" ";"Christiaen Huygensstraat 11 ";"Postbus 274 ";"1131 VB ";"Volendam ";"+31-299/350007 ";" ";"+31-299/350014 ";" " +lieferant ;00503087;"LANIUS GmbH ";" ";"Rolandstrae 63 ";" ";"50677 ";"Kln ";"0221/8011184-0 ";" ";"0221/8011184-15 ";" " +lieferant ;00503088;"Colorful Licenses Deutschland GmbH ";" ";"Bergstrae 38 ";" ";"85080 ";"Galmersheim ";"0180/591177-0 ";" ";"0180/591177-1 ";" " +lieferant ;00503089;"minimum as ";" ";"Balticagade 16, hal 3 & 4 ";" ";"8000 ";"Aarhus C ";"+45-702505-31 ";" ";"+45-702505-32 ";" " +lieferant ;00503090;"Hekkert & Vanderleen ";" ";"Grotestraat 13 ";" ";"5841 ";"AA Oploo ";" ";" ";" ";" " +lieferant ;00503091;"Dunloplan Objekt GmbH ";" ";"Zum Wartturm 9 ";" ";"63571 ";"Gelnhausen ";" ";" ";" ";" " +lieferant ;00503092;"U&K International ";" ";"Haldenstrae 76 ";" ";"45881 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00503093;"Abfash GmbH ";" ";"Palmstr. 36 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00503094;"Einladen Birgit Dziudzek ";" ";"Fasanenstrae 46 ";" ";"38102 ";"Braunschweig ";" ";" ";" ";" " +lieferant ;00503095;"Greenlife Value GmbH ";" ";"Schwertfegerstr. 8 ";" ";"23556 ";"Lbeck ";"+49 (0)451.8905-400 ";" ";"+49 (0)451.8905-429 ";" " +lieferant ;00503096;"Allegro ";"Reimund Epping ";"Elise-Bartels-Weg 3 ";" ";"31141 ";"Hildesheim ";"05121/884747-3 ";" ";"05121/884747-6 ";" " +lieferant ;00503097;"mcb GmbH ";" ";"Mdlinger Strae 18 ";" ";"2352 ";"Gumpoldskirchen ";"+43-2252/62001 ";" ";"+43-2252/62001-13 ";" " +lieferant ;00503098;"Ulrike Oberbach ";" ";"Schirner Strae 7 ";" ";"41515 ";"Grevenbroich ";"02181/245513 ";" ";"02181/245512 ";" " +lieferant ;00503099;"verveshop GmbH ";" ";"Eimsbtteler Chaussee 44 ";" ";"20259 ";"Hamburg ";"040/350710357 ";" ";"01803/551827773 ";" " +lieferant ;00503100;"MORI ";"Richard May ";"Ringbergstr. 19 ";" ";"82054 ";"Sauerlach ";"08104/88898-98 ";" ";"08104/88898-97 ";" " +lieferant ;00503101;"WKL FASHION TRENDS GmbH & Co. KG ";" ";"Eugen Adolff Strae 120 ";" ";"71522 ";"Backnang ";"07191/3677022 ";" ";"07191/3677023 ";" " +lieferant ;00503102;"Raw Blue Europe GmbH ";" ";"Klever Str. 187 ";" ";"47574 ";"Goch ";"02823/8799-370 ";" ";"02823/8799-390 ";" " +lieferant ;00503103;"RADIO ";"Mina International Ltd ";"Paul-Ehrlich-Str. 1a ";" ";"63225 ";"Langen ";"06103/80303-0 ";" ";"06103/80303-10 ";" " +lieferant ;00503104;"Long Fa sarl ";" ";"103 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-141617810 ";" ";"+33-141617810 ";" " +lieferant ;00503105;"Lidy's Fashion ";" ";"27, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";"+33-1481118-88 ";" ";"+33-1481118-89 ";" " +lieferant ;00503106;"Mode Forum ";"New Paradoxe sarl ";"59-63 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-141586650 ";" ";"+33-143520180 ";" " +lieferant ;00503107;"La Reference ";" ";"53, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";"+33-148391596 ";" ";"+33-149371689 ";" " +lieferant ;00503108;"Annette von der Pfalz ";"Inh. Anette Willemsen ";"Lindenstrae 169 ";" ";"40233 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503109;"pole position Textil Vertriebs GmbH ";" ";"Fichtenweg 10 ";" ";"71297 ";"Mnsheim ";"07044/920108 ";" ";"07044/920148 ";" " +lieferant ;00503110;"Hong Kong Moda ";" ";"Frankfurter Str. 70-72, Raum 0241 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503111;"Culti srl ";" ";"Viale Brianza 32/34 ";" ";"20036 ";"Meda ";" ";" ";" ";" " +lieferant ;00503112;"Lora Distributions SA ";" ";"20 Rimini ";" ";"14123 ";"Lykovrisi ";" ";" ";" ";" " +lieferant ;00503113;"Cornelie Mode ";"Catherine Parra ";"Calle Griva, 8 ";" ";"08197 ";"Valldoreix ";"+39-935/441155 ";" ";"+39-935/898573 ";" " +lieferant ;00503114;"PRO SWIM GmbH ";" ";"Kopernikusring 64 ";" ";"92318 ";"Neumarkt ";"09181/220023 ";" ";"09181/220024 ";" " +lieferant ;00503115;"Albert Turk GmbH & Co. KG ";" ";"Mhlhofe 8 ";" ";"58540 ";"Meinerzhagen ";"02358/2727-0 ";" ";"02358/2727-27 ";" " +lieferant ;00503116;"Ott Werbeagentur ";" ";"Oberer Taubentalweg 48c ";" ";"85055 ";"Ingolstadt ";"0841/1790-1 ";" ";"0841/1790-3 ";" " +lieferant ;00503117;"Tabitha s.r.l. ";" ";"Viale Tito Labieno, 25 ";" ";"00174 ";"Roma ";" ";" ";" ";" " +lieferant ;00503118;"Decostar BV ";"Living & Decoration ";"Nagelpoelweg 35 ";" ";"7333 NZ ";"Apeldoorn ";"+31-55/54030-24 ";" ";"+31-55/54030-25 ";" " +lieferant ;00503119;"MT Imports srl ";" ";"Via Betulle 33 ";" ";"33010 ";"Valbruna (UD) ";" ";" ";" ";" " +lieferant ;00503120;"Icebreaker Pure Merino GmbH ";" ";"Schiffbauerweg 1 ";" ";"82319 ";"Starnberg ";"08151/446888-30 ";" ";"08151/446888-90 ";" " +lieferant ;00503121;"PublicSolution GmbH ";" ";"Grenzstrae 18 ";" ";"01109 ";"Dresden ";"0351/320678-88 ";" ";"0351/320678-99 ";" " +lieferant ;00503122;"Fashion Express ";" ";"Johann-Auer-Strae 8 ";" ";"85435 ";"Erding ";"08122/94545-0 ";" ";"08122/94545-45 ";" " +lieferant ;00503123;"Blue Effect ";"Inh. Gkhan Dogruol ";"Mathilde-Planck-Str. 2 ";" ";"74369 ";"Lchgau ";"07143/9689750 ";" ";"07143/9689751 ";" " +lieferant ;00503124;"So Pure GmbH i.G. / Global Detox OHG ";"c/o rio nord GmbH ";"Schulterblatt 58,Alte Pianoforte,Eing.D ";" ";"20357 ";"Hamburg ";"040/40414593-60 ";" ";"040/40414593-70 ";" " +lieferant ;00503125;"Gruber Vertriebs GmbH ";" ";"Lilienthalstr. 4 ";" ";"92421 ";"Schwandorf ";"09431/7406-0 ";" ";"09431/7406-2 ";" " +lieferant ;00503126;"O'Neill (UK) Ltd. ";" ";"Unit K, Hilton Park, Church Farm Lane ";" ";"PO20 8RL ";"East Wittering, West Sussex ";"+44-1243/673666 ";" ";"+44-1243/674100 ";" " +lieferant ;00503127;"European Mannequins & Shop ";" ";"Arhusvej 19 ";" ";"4800 ";"Nykobing F. ";" ";" ";" ";" " +lieferant ;00503128;"Fritz Fries + Shne GmbH & Co. KG ";" ";"Industriestrasse 17 ";" ";"55743 ";"Idar-Oberstein ";"06784/9932-0 ";" ";" ";" " +lieferant ;00503129;"Yerse, S.A. ";" ";"Carratera de Terrassa, 263 ";" ";"08205 ";"Sabadell (Barcelona) ";"+34-39/7451700 ";" ";"+34-39/7451701 ";" " +lieferant ;00503130;"Karl F. Buchheister e.K. ";" ";"Selscheder Weg 4 ";"1120 ";"59846 ";"Sundern ";"02933/9762-0 ";" ";"02933/9762-20 ";" " +lieferant ;00503131;"The Australian Swimwear Co. (Europe) Ltd";" ";"45 Cardrew Way, Cadrew Industrial Estate";" ";"TR15 1SS ";"Redruth, Cornwall ";"+44-1209/314883 ";" ";"+44-1209/314887 ";" " +lieferant ;00503132;"Schlafmond Krmer GmbH ";" ";"Obere Kreienbrede 31 ";" ";"32051 ";"Herford ";"05221/15327 ";" ";"05221/55104 ";" " +lieferant ;00503133;"Guess Deutschland GmbH ";" ";"Speditionstr. 7a ";" ";"40221 ";"Dsseldorf ";"0211/301547-0 ";" ";"0211/301547-20 ";" " +lieferant ;00503134;"Horst Schfer GmbH ";"Bettfedern- und Daunenfabrik ";"Breslauer Strae 9 ";" ";"85386 ";"Eching/Mnchen ";"089/31927-40 ";" ";"089/31927-93 ";" " +lieferant ;00503135;"Reusch GmbH ";" ";"In Laisen 31-35 ";" ";"72666 ";"Reutlingen ";"07127/922107 ";" ";"07127/8112920 ";" " +lieferant ;00503136;"Heinz Haberger Sport & Outdoor ";" ";"Dorfstrae 20 ";" ";"82319 ";"Hadorf ";"08151/7460521 ";" ";"08151/7460522 ";" " +lieferant ;00503137;"Reinhold W. Heim GmbH & Co. KG ";" ";"Rudolf-Diesel-Strae 8 ";"1165 ";"24568 ";"Kaltenkirchen ";"04191/9969-0 ";" ";"04191/9969-99 ";" " +lieferant ;00503138;"Imacco GmbH ";" ";"Knigsallee 33 ";" ";"71638 ";"Ludwigsburg ";"07141/24223-88 ";" ";"07141/24223-89 ";" " +lieferant ;00503139;"Confitalia s.r.l. ";" ";"Via Indipendenza, 28 ";" ";"64016 ";"Sant'Egidio alla Vibrata (TE) ";"+39-0861/842725 ";" ";"+39-0861/840454 ";" " +lieferant ;00503140;"Noll Textil-Handels und Vertriebs GmbH ";" ";"Reinsburgstr. 15 ";" ";"70178 ";"Stuttgart ";"0711/6336494 ";" ";"0711/6336496 ";" " +lieferant ;00503141;"G.R.T. s.r.l. ";"AMBRA Corsetteria ";"Via Industria, 2 ";" ";"12051 ";"Alba (CN) ";"+39-0173/442200 ";" ";"+39-0173/33460 ";" " +lieferant ;00503142;"Sport Kober e.K. ";" ";"Hindenburgstrae 31 ";" ";"73760 ";"Ostfildern (Nellingen) ";"0711/349366 ";" ";"0711/3482647 ";" " +lieferant ;00503143;"Focus Europe s.r.l. ";" ";"Via Carlo Levi, 201 ";" ";"40014 ";"Crevalcore (BO) ";" ";" ";" ";" " +lieferant ;00503144;"DAFF s.r.l. ";" ";"Via Limitese, 148 ";" ";"50059 ";"Sovigliana-Vinci (FI) ";"+39-0571/902232 ";" ";"+39-0571/500528 ";" " +lieferant ;00503145;"Helenpell s.n.c. ";" ";"Via Milano, 213 ";" ";"46015 ";"Cicognara (MN) ";"+39-0375/88-289 ";" ";"+39-0375/88-513 ";" " +lieferant ;00503146;"Weverij Jules Clarysse ";" ";"Brugsesteenweg 106 ";" ";"8740 ";"Pittem ";"+32-51/460300 ";" ";"+32-51/465421 ";" " +lieferant ;00503147;"Bckerei Kramer ";" ";"Julianenburger Str. 1 ";" ";"26603 ";"Aurich ";"04941/2745 ";" ";" ";" " +lieferant ;00503148;"Norbert Woll GmbH ";" ";"Heinrich-Barth-Strae 711 ";" ";"66115 ";"Saarbrcken ";"0681/97049-0 ";" ";"0681/97049-29 ";" " +lieferant ;00503149;"Fifth Season GmbH ";" ";"Linienstrae 127 ";" ";"10115 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503150;"Hgl Shoe Fashion GmbH ";" ";"Joseph-Lorenz-Strae 1 ";" ";"4775 ";"Taufkirchen/Pram ";"+43-7719/8811-0 ";" ";"+43-7719/8811-95 ";" " +lieferant ;00503151;"Pronto Moda Rubino ";"di Yang Xiao Lan ";"Via Dei Fossi 8 / C ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503152;"H&P Pronto Moda ";" ";"Via del Fossi 8 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503153;"Knitz Porzellan GmbH ";" ";"Bahnhofstrae 2 ";" ";"07333 ";"Knitz ";"036732/344-0 ";" ";"036732/344-77 ";" " +lieferant ;00503154;"Oxford Mbel Vertriebs GmbH ";" ";"Lilienthalstr. 1 ";" ";"30179 ";"Hannover ";"0511/7010455 ";" ";"0511(67664672 ";" " +lieferant ;00503155;"Pronto Moda Z.D. S.r.l. ";" ";"Via Marengo 27 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503156;"michael sander cashmere ";" ";"Hessenstrae 1 ";" ";"30855 ";"Langenhagen ";"0511/7852395 ";" ";"0511/781433 ";" " +lieferant ;00503157;"DG Furs s.a.s. ";" ";"Via S. Pertini, 12 ";" ";"80017 ";"Melito (NA) ";"+39-081/7102498 ";" ";" ";" " +lieferant ;00503158;"Lakigei ";" ";"Via G. Di Vittorio, 10, Z.I. Terrafino ";" ";"50053 ";"Empoli (FI) ";"+39-0571/946743 ";" ";" ";" " +lieferant ;00503159;"Whispering Smith Limited ";" ";"61 Great Ducie Street ";" ";"M3 1RR ";"Manchester ";" ";" ";" ";" " +lieferant ;00503160;"Twenthe Group NV ";" ";"Kleine Waregemsestraat 9 ";" ";"8530 ";"Harlbeke ";" ";" ";" ";" " +lieferant ;00503161;"Boncetti GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503162;"Pronto Moda D.G. srl ";" ";"Via Friuli Venezia Giulla 18 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503163;"Vanilla s.r.l. ";" ";"Via Valle D' Aosta, 50 ";" ";"59100 ";"Iolo - Prato ";" ";" ";" ";" " +lieferant ;00503164;"Kiegle Handels GmbH ";" ";"Rdesheimer Strae 38-42 ";" ";"65366 ";"Geisenheim ";" ";" ";" ";" " +lieferant ;00503165;"Giorgio Armani S.P.A. ";"Milan, Swiss Branch Mendrisio ";"Via Penate 4 ";" ";"6850 ";"Mendrisio ";"+41-91/64081-00 ";" ";"+41-91/64081-99 ";" " +lieferant ;00503166;"ILG Germany GmbH (ehem.TWC Uhren GmbH) ";" ";"Ulmer Strasse 68 ";" ";"73431 ";"Aalen ";" ";" ";" ";" " +lieferant ;00503167;"Sichou GmbH ";" ";"Mnsterstrasse 57a ";" ";"48431 ";"Rheine ";" ";" ";" ";" " +lieferant ;00503168;"House of Emotions GmbH ";" ";"Alte Landstrae 9 ";" ";"45329 ";"Essen ";"0201/72044620 ";" ";"0201/87782584 ";" " +lieferant ;00503169;"Kffner Aluzargen GmbH & Co. OHG ";" ";"Kutschenweg 12 ";" ";"76287 ";"Rheinstetten ";"0721/5169-0 ";" ";"0721/5169-40 ";" " +lieferant ;00503170;"G. van Delden GmbH ";" ";"Koldestrae 10 ";" ";"91052 ";"Erlangen ";"09131/32067 ";" ";"09131/14688 ";" " +lieferant ;00503171;"Canepa S.p.A. ";" ";"Via Trinita, 1 ";" ";"22020 ";"S. Fermo della Battaglia (CO) ";" ";" ";" ";" " +lieferant ;00503172;"Zielonka - Wohnen und Leben GmbH ";" ";"An den Eichen 21 ";" ";"42699 ";"Solingen ";"0212/38084-0 ";" ";"0212/38084-11 ";" " +lieferant ;00503173;"Vingino Footwear ";"Achten Fashion Group ";"Tuinstraat 1 ";" ";"5144 NE ";"Waalwijk ";"+31-416/566688 ";" ";" ";" " +lieferant ;00503174;"Fit x 2 GmbH ";" ";"Helene-Weber-Allee 7 ";" ";"80637 ";"Mnchen ";"089/41874152 ";" ";"089/90900488 ";" " +lieferant ;00503175;"Hans Mahn ";"Floristik-Dekobedarf ";"Friedrich-Schott-Str. 6 ";" ";"69123 ";"Heidelberg ";"06221/775791 ";" ";"06221/776897 ";" " +lieferant ;00503176;"Scandinavian Stuff ";" ";"Kalscheurenerstr. 19, Atelier 29 ";" ";"50354 ";"Hrth ";" ";" ";" ";" " +lieferant ;00503177;"Sundern Investment, S.L. ";" ";"Calle de Valdeon, 12-d ";" ";"28947 ";"Fuenlabrada ";" ";" ";" ";" " +lieferant ;00503178;"Wfo ";"Ziegler Textil GmbH ";"Hinter-Winterbach 1 ";" ";"77794 ";"Lautenbach ";"07802/980086 ";" ";"07802/980088 ";" " +lieferant ;00503179;"Sales Affairs ";"Jarmila Musil ";"Spichernstrae 36 ";" ";"50672 ";"Kln ";"0211/299314-88 ";" ";"0211/299314-95 ";" " +lieferant ;00503180;"Misfit Germany ";" ";"Hermannstrae 29 ";" ";"40233 ";"Dsseldorf ";"0211/22962639 ";" ";"0211/22962639 ";" " +lieferant ;00503181;"METZ Textil & Design GmbH ";" ";"Thann 17 ";" ";"84544 ";"Aschau am Inn ";"08638/8841600 ";" ";"08638/8841606 ";" " +lieferant ;00503182;"Stubai Werkzeugindustrie r.Gen.m.b.H. ";" ";"Dr.-Kofler-Strae 1 ";"50 ";"6166 ";"Fulpmes ";"+43-5225/6960-0 ";" ";"+43-5225/6960-12 ";" " +lieferant ;00503183;"MK by Riviera Maison ";"Melanie Knig ";"Bahnhofstrae 21a ";" ";"73430 ";"Aalen ";"07361/9219472 ";" ";"07361/9219473 ";" " +lieferant ;00503184;"SIMAR s.r.l. ";" ";"Via C. Battisti, 22 ";" ";"24062 ";"Costa Volpino (BG) ";"+39-035/988285 ";" ";"+39-035/4346644 ";" " +lieferant ;00503185;"aktimo Sport und Mode GbR ";"Bernd + Michaela Longerich ";"Mittelstrae 10 ";" ";"46514 ";"Schermbeck ";"02853/44853-55 ";" ";"02853/44853-57 ";" " +lieferant ;00503186;"Grafik Werkstatt Bielefeld ";"Becker & Becker Vertrieb GmbH & Co. KG ";"Stadtring Nordhorn 113 ";" ";"33334 ";"Gtersloh ";"05241/21167-0 ";" ";"05241/21167-49 ";" " +lieferant ;00503187;"ViennaSoapOpera ";"Mag. Andrea Stieg ";"St. Georgen 50a ";" ";"8786 ";"Rottenmann ";"+43-3614/20155 ";" ";"+43-3614/20158 ";" " +lieferant ;00503188;"TSL Sport Equipment SA ";" ";"9 rue du Pre Faucon, PAE Les Glaisins ";" ";"74 940 ";"Annecy le Vieux ";"+33-450102828 ";" ";"+33-450012897 ";" " +lieferant ;00503189;"Avoca Nest ";" ";". ";" ";"0 ";"Kilmacanogue, Bray, Co. Wicklow ";"+353-1/2746900 ";" ";"+353-1/2862367 ";" " +lieferant ;00503190;"Warrior Sports Inc. ";" ";"Nordstr. 2 ";" ";"87616 ";"Marktoberdorf ";"08342/897000-0 ";" ";"08342/897000-9 ";" " +lieferant ;00503191;"Weekday Brands AB ";" ";"Trehrnavgen 2 ";"P.O Box 336 ";"573 41 ";"Tranas ";"+46-768/760205 ";" ";"+46-140/15880 ";" " +lieferant ;00503192;"Reiner Appelrath-Cpper Nachf. GmbH ";" ";"Zeppelinstrae 2 ";" ";"50667 ";"Kln ";"0221/205990 ";" ";"0221/2573838 ";" " +lieferant ;00503193;"Seefelder Mode ";"Brigitte Seefelder ";"Salzstrae 29 ";" ";"87435 ";"Kempten/Allgu ";"0831/17504 ";" ";"0831/10319 ";" " +lieferant ;00503194;"Dr. Alfred Haar Weinhandel ";" ";"Ina-Seidel-Strasse 13 ";" ";"72770 ";"Reutlingen ";"07121/5782-42 ";" ";"07121/5782-94 ";" " +lieferant ;00503195;"Murnauer Kaffeersterei GmbH ";" ";"Am Leitle 9 ";" ";"82418 ";"Riegsee ";"08841/625550 ";" ";"08841/627906 ";" " +lieferant ;00503196;"Sport Society Handels GmbH ";" ";"Schu 2 (Ostin) ";" ";"83703 ";"Gmund / Tegernsee ";"08022/96833-0 ";" ";"08022/96833-8 ";" " +lieferant ;00503197;"Caprice Schuhproduktion GmbH & Co. KG ";" ";"Klingenbergstr. 1-3 ";" ";"32758 ";"Detmold ";" ";" ";" ";" " +lieferant ;00503198;"DS55 Sas (ehem. EP6 sas) ";" ";"1 bis. Rue de Saint-Loius ";" ";"57150 ";"Creutzwald ";"+33-387/937161 ";" ";"+33-387/936295 ";" " +lieferant ;00503199;"Trendwerk77 GmbH ";" ";"Kaiserstrae 66 ";" ";"45468 ";"Mhlheim a. d. Ruhr ";"0208/30228-0 ";" ";"0208/30228-19 ";" " +lieferant ;00503200;"Fietz & Bazata GbR (Fashion Account) ";" ";"Thumenberger Weg 26 ";" ";"90491 ";"Nrnberg ";"0911/5976760 ";" ";"0911/5976784 ";" " +lieferant ;00503201;"Modeagentur up to date GmbH ";" ";"Ingolstdter Str. 44 ";" ";"80807 ";"Mnchen ";"089/35651605 ";" ";"089/3597339 ";" " +lieferant ;00503202;"SARL KRISTO ";" ";"Rue Andre Apere Local B6 ";" ";"17180 ";"Perigny ";" ";" ";" ";" " +lieferant ;00503203;"C&R Scherer GmbH & Co. KG ";" ";"Oscar-von-Miller-Ring 8 ";" ";"85254 ";"Sulzemoos ";"08135/9387-0 ";" ";"08135/9387-69 ";" " +lieferant ;00503204;"Harris Tweed Scotland Limited ";" ";"Haincliffe Road ";" ";"BD21 5BU ";"Keighley, West Yorkshire ";" ";" ";"+44-1535/251961 ";" " +lieferant ;00503205;"Ottinger GmbH ";"Schneeketten ";"Gterstrae 25 ";"170 ";"78224 ";"Singen ";"07731/66011 ";" ";"07731/66001 ";" " +lieferant ;00503206;"Leo Karausz ";" ";"FenchelStr. 25 ";" ";"47445 ";"Moers ";" ";" ";" ";" " +lieferant ;00503207;"GEFU Kchenboss GmbH & Co. KG ";" ";"Braukweg 28 ";" ";"59889 ";"Eslohe ";"02973/9713-0 ";" ";"02973/9713-55 ";" " +lieferant ;00503208;"Zimex Trading Ltd. ";" ";"Waldstrae 40a ";" ";"64572 ";"Bttelborn ";"06152/187-6250 ";" ";"06152/187-7372 ";" " +lieferant ;00503209;"Calao Bademoden ";"S.T.A.-U. Schneider ";"Heinrich-Schicht-Str. 15 ";"100412 ";"42499 ";"Hckeswagen ";"02192/4289 ";" ";"02192/7118 ";" " +lieferant ;00503210;"Franklynman Design ";" ";"555 Chabanel, Suite 1100 ";" ";"QC H2N 2H8";"Montreal ";" ";" ";" ";" " +lieferant ;00503211;"Modeagentur Tom Woll ";"Inh. Thomas Woll ";"Andrestrae 51 ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00503212;"The Swiss Label ";" ";"KesslerStrasse 9 ";" ";"9000 ";"St. Gallen ";" ";" ";" ";" " +lieferant ;00503213;"NON STOP Modetextil Vertriebs GmbH ";" ";"Hindenburgstrae 160 ";" ";"22297 ";"Hamburg ";"040/656854-0 ";" ";"040/657092-0 ";" " +lieferant ;00503214;"Kucky de Luca ";"Modelahandels UG ";"Siegestr. 23 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503215;"Zartgefhl ";"Naturkosmetik ";"Eduard Rhein Str. 58 ";" ";"53639 ";"Knigswinter ";"02244/8875348 ";" ";"02244/8875348 ";" " +lieferant ;00503216;"pad home.design.concept.gmbh ";" ";"Knigsberger Strae 46 ";"1309 ";"86690 ";"Mertingen ";"0906/9999211 ";" ";"0906/9999212 ";" " +lieferant ;00503217;"Fiskars Brands Germany GmbH ";" ";"Oststrae 23 ";" ";"32051 ";"Herford ";"05221/935-0 ";" ";"05221/935-199 ";" " +lieferant ;00503218;"JF-Akzente ";"Jrgen Frannsen ";"Fontanestr. 15 ";" ";"47638 ";"Straelen ";"02834/7470 ";" ";"02834/7683 ";" " +lieferant ;00503219;"Sapph Distribution BV ";" ";"Hoofdveste 10 ";" ";"3992 DG ";"Houten ";"+31-30/6346610 ";" ";"+31-30/6346612 ";" " +lieferant ;00503220;"Project Floors GmbH ";" ";"Max-Ernst-Str. 4 ";" ";"50354 ";"Hrth ";"02233/9687-0 ";" ";"02233/9687-10 ";" " +lieferant ;00503221;"Konert Home GmbH ";" ";"Humboldstr. 5 ";" ";"50171 ";"Kerpen ";" ";" ";" ";" " +lieferant ;00503222;"Knigsmhle GmbH & Co. KG ";" ";"Ravensberger Str. 41 ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00503223;"Kiefer Sport GmbH & Co. KG ";" ";"Sonnenstrae 107 ";" ";"72458 ";"Albstadt ";"07431/935322-00 ";" ";"07431/935322-22 ";" " +lieferant ;00503224;"Bagatelle Advies B.V. ";" ";"Neon 33A ";" ";"4751 ";"XA Oud Gastel ";" ";" ";" ";" " +lieferant ;00503225;"Casualplay Deutschland ";"Bssler & Hornbacher GbR ";"Gartenstrasse 1A ";" ";"77731 ";"Willsttt / Sand ";" ";" ";" ";" " +lieferant ;00503226;"Braun GmbH ";"Sicher ist sicher ";"Am Grnberg 8 ";" ";"92318 ";"Neumarkt - Plling ";"09181/2307-0 ";" ";"09181/2307-70 ";" " +lieferant ;00503227;"Naketano GmbH ";" ";"Alfredstrae 57-65 ";" ";"45130 ";"Essen ";"0201/81099610 ";" ";"0201/81099611 ";" " +lieferant ;00503228;"Wiese GbR Handelsagentur ";" ";"Mahdentalstr. 108, Haus 1 / 2. Stock ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00503229;"Fashion Avenue GmbH ";" ";"Flz-Zollverein-Str. 5 ";" ";"59368 ";"Werne ";"02389/9285965 ";" ";"02389/9285967 ";" " +lieferant ;00503230;"Th. Lang - Fischer GmbH ";"Orthopdi-Schuhtechnik ";"Breitenstr. 3 ";" ";"36251 ";"Bad Hersfeld ";" ";" ";" ";" " +lieferant ;00503231;"Week End a la Mer ";" ";"10 rue Denis Papin ";" ";"33510 ";"Andernos Les Bains ";" ";" ";" ";" " +lieferant ;00503232;"Verhagen Group ";" ";"Doornepol 5 ";" ";"5301 LV ";"Zaltbommel ";"+31-418/636536 ";" ";"+31-418/636530 ";" " +lieferant ;00503233;"Khan Import-Export ";"Rockhill Leather Fashion ";"Holzweg 19 ";" ";"86156 ";"Augsburg ";"0821/2082075 ";" ";"0821/9029406 ";" " +lieferant ;00503234;"CNS Group A/S ";" ";"Trianglen 24 ";" ";"6000 ";"Kolding ";"+49-7635/5300 ";" ";"+49-7635/5301 ";" " +lieferant ;00503235;"nora systems GmbH ";" ";"Hhnerweg 2-4 ";"100853 ";"69469 ";"Weinheim ";"0621/805666 ";" ";"0621/883019 ";" " +lieferant ;00503236;"G. Schmer GmbH & Co. KG ";" ";"Geistrae 9 ";" ";"48465 ";"Schttdorf ";" ";" ";" ";" " +lieferant ;00503237;"Limited Sports GmbH ";" ";"Hofwiesenstrae 25 ";" ";"73433 ";"Aalen ";"07361/3700-00 ";" ";"07361/3700-20 ";" " +lieferant ;00503238;"Legero Schuhfabrik GmbH ";" ";"Marburger Strae 10 ";" ";"8042 ";"Graz ";"+43-316/429100-90 ";" ";"+43-316/429100-49 ";" " +lieferant ;00503239;"Linco Textilvertrieb GmbH ";" ";"Lindenstrasse 4 ";" ";"48341 ";"Altenberge ";" ";" ";" ";" " +lieferant ;00503240;"Brigitte Scheu ";"mode - marken - management ";"Bodinusstrae 2 ";" ";"40239 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503241;"SO! Sport Outsourcing GmbH ";" ";"Aschheimer Str. 13 ";" ";"856322 ";"Feldkirchen ";" ";" ";" ";" " +lieferant ;00503242;"Numero 8 s.r.l. ";" ";"Via Copernico 14 ";" ";"30020 ";"Noventa di Piave, Venezia ";" ";" ";" ";" " +lieferant ;00503243;"Ittierre S.p.A in A.S. ";" ";"Zona Industriale ";" ";"86090 ";"Pettoranello di Molise (IS) ";"+39-0865/4461 ";" ";"+39-0865/460290 ";" " +lieferant ;00503244;"DSV Solutions B.V. ";" ";"Tasmanweg 2 ";" ";"5928 LH ";"Venlo ";" ";" ";" ";" " +lieferant ;00503245;"Seyness Vertrieb Deutschland ";" ";"Dorotheenstr. 93a ";" ";"22301 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503246;"Setex Textil GmbH ";" ";"Frankenstrae 15 ";"95 ";"46499 ";"Hamminkeln/Dingden ";"02852/9640-0 ";" ";"02852/9640-11 ";" " +lieferant ;00503247;"Sport 65 Sportswear & Reisen OHG ";"Jrgen Sattler und Holger Drsam ";"Bahnhofstrae 12 ";" ";"69469 ";"Weinheim ";"06201/185951 ";" ";"06201/185953 ";" " +lieferant ;00503248;"BW Sport Options GmbH ";" ";"Carlo-Schmid-Strae 11 ";" ";"52146 ";"Wrselen ";"02405/450-0 ";" ";"02405/450-100 ";" " +lieferant ;00503249;"Verse Robert Kuipers GmbH ";" ";"Danziger Str.11 Fashion Haus 2 Raum c207";" ";"40468 ";"Dsseldorf ";"0211/2005430 ";" ";" ";" " +lieferant ;00503250;"KKM-ski GmbH ";" ";"Freiburger Strae 35a ";" ";"79674 ";"Todtnau/Schwarzwald ";"07671/260 ";" ";"07671/8582 ";" " +lieferant ;00503251;"La Bella GmbH u. Co. KG ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503255;"concertare ";"Beratungs und Dienstleistungsges.mbH ";"Industriestr 52 ";" ";"51399 ";"Burscheid ";" ";" ";" ";" " +lieferant ;00503256;"dekoArt ";"Annete Brinkmann ";"Humboldstrasse 13 ";" ";"49074 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00503257;"Yun Fei ";" ";"HDM 1, 1. O.G, Raum 115 Klner Str.1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503258;"Modeagentur Astrid Sturm ";" ";"Parkstrasse 20 ";" ";"65189 ";"Wiesbaden ";"0151 - 50435250 ";" ";"0611 - 900 3853 ";" " +lieferant ;00503259;"INTERIA Marionetten ";"Herstellung und Vertrieb ";"Jakobstrae 14 ";" ";"37697 ";"Lauenfrde ";"05273/5773 ";" ";"05273/21426 ";" " +lieferant ;00503260;"Rannenberg & friends ";"Verena Rannenberg ";"Klaus Groth-Strae 84 ";" ";"20535 ";"Hamburg ";"040/3905317 ";" ";"040/3904043 ";" " +lieferant ;00503261;"Kuyichi europe bv ";" ";"H.figeeweg 5L ";" ";"2031 ";"BJ Haarlem ";" ";" ";" ";" " +lieferant ;00503262;"HFS Vertrieb GmbH ";" ";"Gildestrae 3 ";" ";"21244 ";"Buchholz ";" ";" ";" ";" " +lieferant ;00503263;"Werner Vo GmbH ";"Handel & Marketing ";"Feldstiege 60 ";" ";"48161 ";"Mnster-Nienberge ";" ";" ";" ";" " +lieferant ;00503264;"Wendekreis Handelskontor GmbH ";"Roger la Borde ";"Dederingstrasse 10 ";" ";"12107 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503266;"Roger la Borde ";" ";"Dederingstr. 10 ";" ";"12107 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503267;"Lilalu Aachen ";" ";"Helvetierstr 3 ";" ";"52074 ";"Aachen ";" ";" ";" ";" " +lieferant ;00503268;"Da Selbi Confezioni die Selmo Natalina ";" ";"Via Lungo Chlampo 40 ";" ";"36054 ";"Montebello Vicentio ";" ";" ";" ";" " +lieferant ;00503269;"Modeagentur Silvano Rose ";" ";"Obere Wrthstrae 22 ";" ";"90403 ";"Nrnberg ";"0911/2110480 ";" ";"0911/2110480 ";" " +lieferant ;00503270;"J.Belts Joachim Bein ";"Modische Accessoires ";"Rathenaustr. 60 c ";" ";"22297 ";"Hamburg ";"040/513121-10 ";" ";"040/513121-66 ";" " +lieferant ;00503271;"Modeagentur Neuwhner ";" ";"Wittekindstr.5 ";" ";"32312 ";"Lbbecke ";" ";" ";" ";" " +lieferant ;00503272;"Verlag Die Werkstatt GmbH ";" ";"Knigstae 43 ";" ";"26180 ";"Rastede ";" ";" ";" ";" " +lieferant ;00503273;"Steiff Schulte Webmanufaktur GmbH ";" ";"Postfach 10 12 40 ";" ";"47012 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00503274;"0039 Italy ";" ";"Echterdinger Str. 83 ";" ";"70794 ";"Filderstadt ";" ";" ";" ";" " +lieferant ;00503275;"Agency promise-Evrim nal ";"Ugli Sista ";"Stermrker Str. 104 ";" ";"70469 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00503276;"Maison Jurgan di Sven Jurgan ";" ";"Via Soldini, 38 ";" ";"6830 ";"Chiasso ";" ";" ";" ";" " +lieferant ;00503277;"Trendhaus Handelsgesellschaft mbH ";" ";"Mhlweg 15 ";" ";"92369 ";"Sengenthal ";"09181/32024-0 ";" ";"09181/32024-99 ";" " +lieferant ;00503278;"Dutchbag B.V. ";" ";"Jamdesweh 14-16 ";" ";"9482 WE ";"Tynaarlo ";"+31-592/857000 ";" ";"+31-592/857001 ";" " +lieferant ;00503279;"MaxFort ";"Successori Bernagozzi srl ";"Via dei Lanaioli, 50 - Blocco 11 ";" ";"40050 ";"Funo di Argelato (BO) ";"+39-051/6646082 ";" ";"+39-051/6646088 ";" " +lieferant ;00503280;"Snagfree Distributuion ";" ";"Hausburgstrae 16 ";" ";"10249 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503281;"Neiber GmbH ";" ";"Goldener Steig 21 ";" ";"94116 ";"Hutthurm ";"08505/915312 ";" ";"08505/915313 ";" " +lieferant ;00503282;"tatzino Vetriebs GmbH & Co. KG ";" ";"Johann-Schmidt-Str. 33a ";" ";"27749 ";"Delmenhorst ";"04221/98178-0 ";" ";"04221/98178-88 ";" " +lieferant ;00503283;"Sole Technology Europe ";" ";"Generaal Vetterstraat 76A ";" ";"1059 BW ";"Amsterdam ";"+31 20 355 1100 ";" ";" ";" " +lieferant ;00503284;"KCG Dr. Kawalth-Consulting GmbH ";" ";"Bunsenstr. 38 ";" ";"85053 ";"Ingolstadt ";" ";" ";" ";" " +lieferant ;00503285;"Lulu H ";" ";"42 Bis Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00503286;"Ron Henze Mode BV ";" ";"Kadjik 9 ";" ";"8531 ";"XH Lemmer ";" ";" ";" ";" " +lieferant ;00507888;"Original Art Trading Sants Barcelona S.L";" ";"C/ Margorell, 11 ";" ";"25340 ";"Verd (Lleida) ";"+34 973 347045 ";" ";" ";" " +lieferant ;00503287;"Concept K ";" ";"Seesener Stare 10-13 ";" ";"10709 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503288;"erik bagger as ";" ";"Rormosevej 2D ";" ";"3450 ";"Allerod ";"+45.48/190000 ";" ";"+45-48/190001 ";" " +lieferant ;00503289;"ACA Germany GmbH ";" ";"Alte Zollstrae 50 ";" ";"41372 ";"Niederkuchten ";"+32-9/27268-10 ";" ";"+32-9/27268-29 ";" " +lieferant ;00503290;"John Varvatos Enterprises, Inc. ";" ";"40 West 57th St. 3rd Fl. ";" ";"NY 10019 ";"New York ";" ";" ";" ";" " +lieferant ;00503291;"Style Butler Copenhagen A/S ";" ";"Gunnakaer 70 ";" ";"2610 ";"Rodovre ";"+46-36/721642 ";" ";"+46-36/415522 ";" " +lieferant ;00503292;"blessing Care sports e.K. ";"Sport- & Gesundheitsprodukte ";"St. Johannes Weg 6 ";" ";"79199 ";"Kirchzarten ";"07661/981977 ";" ";"07661/981978 ";" " +lieferant ;00503293;"Manuela Maaen ";"RK-Agentur und Importe, CDH ";"Roonstrae 3 ";"501635 ";"50996 ";"Kln ";"0221/391633 ";" ";"0221/396388 ";" " +lieferant ;00503294;"DK Company A/S ";" ";"La Cours Vej 6 ";" ";"7430 ";"Ikast ";"+45-96/600-700 ";" ";"+45-96/600-710 ";" " +lieferant ;00503295;"Ludwig Artzt GmbH ";" ";"Schiesheck 5 ";" ";"65599 ";"Dornburg ";"06436/94493-0 ";" ";"06436/94493-33 ";" " +lieferant ;00503296;"INPETTO Caff GmbH & Co. KG ";" ";"Wiesenstrae 72c ";" ";"40549 ";"Dsseldorf ";"0211/454495-0 ";" ";"0211/454495-1 ";" " +lieferant ;00503297;"Oxxyzen ";" ";". ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503298;"Kuhn Rikon AG ";" ";"Neschwilerstrasse 4 ";" ";"8486 ";"Rikon ";" ";" ";" ";" " +lieferant ;00503299;"P4 Marketing GmbH ";" ";"Frberstr. 136 ";" ";"40223 ";"Dsseldorf ";"+49 211 33987830 ";" ";" ";" " +lieferant ;00503300;"Madame Butterfly ";"Modeschmuck Gro u. Einzelhandel GmbH ";"Rohrauerstr. 70 ";" ";"81477 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503301;"Kitchen Craft Thomas Plant LTD ";" ";"Plumbob House, Valepts Road ";" ";"B33 0TD ";"Birmingham ";" ";" ";" ";" " +lieferant ;00503302;"Lilla Pronto Moda ";" ";"Via Pre ";" ";"020/1939 ";"Partia i.v.A ";" ";" ";" ";" " +lieferant ;00503303;"Leslii GmbH ";" ";"Industriestrae 28 ";" ";"54439 ";"Saarburg ";"06581/99969-0 ";" ";"06581/99969-20 ";" " +lieferant ;00503304;"ZAK designs Europe AG ";" ";"Laubisrtistrasse 52 ";" ";"8712 ";"Staefa ";"+41-44/928250-0 ";" ";"+41-44/928250-1 ";" " +lieferant ;00503305;"My Way Legwear GmbH ";" ";"Wilmsberger Weg 12 ";" ";"48565 ";"Steinfurt ";" ";" ";" ";" " +lieferant ;00503306;"Timeless Company GmbH ";" ";"Rostocker Str. 13 ";" ";"68766 ";"Hockenheim ";"06205/284383 ";" ";" ";" " +lieferant ;00503307;"B-Side ";" ";"Via Basilicata 4 ";" ";"59014 ";"Iolo - Prato ";" ";" ";" ";" " +lieferant ;00503308;"YE Suqiong ";" ";"Via Scorticabove, 161 ";" ";"00100 ";"Roma ";" ";" ";" ";" " +lieferant ;00503309;"New Vintage ";"di Zhao Yuezhang ";"Via Vensio 7 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503310;"Emil Schwenk ";"Puppen und Spielwarenfabrik ";"Rothinstrae 42 ";" ";"96472 ";"Rdental ";" ";" ";" ";" " +lieferant ;00503311;"Schoeller Sssen GmbH ";" ";"Bhlstrae 14 ";"1160 ";"73079 ";"Sssen ";"07162/93050-15 ";" ";"07162/43080 ";" " +lieferant ;00503312;"Scara B.V. ";"Jeans Company ";"Giterij 28 ";" ";"2211 XK ";"Noordwijkerhout ";" ";" ";" ";" " +lieferant ;00503313;"Mademoiselle Chi Chi ";" ";"Anderterstrae 3 ";" ";"30629 ";"Hannover ";"0178/8452652 ";" ";"0512/6314435 ";" " +lieferant ;00503314;"FF Diamonds & Acessoires ";" ";"Birkenstr. 20 ";" ";"83533 ";"Edling ";" ";" ";" ";" " +lieferant ;00503315;"IG IdeaGeneration ";" ";"Wilhelm-Wagenfeld-Strae 20 ";" ";"80807 ";"Mnchen ";"089/3272983-0 ";" ";"089/3272983-10 ";" " +lieferant ;00503316;"Elkonda GmbH ";"Int. Beschaffung u. Produktion ";"Weringsta. 43 , Haus B ";" ";"81541 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503317;"C.&T. Srl (HOX Italia) ";" ";"Via Della Scienza,16 ";" ";"36100 ";"Vicenza (VI) ";"+39-0444348358 ";" ";"+39-0444348445 ";" " +lieferant ;00503318;"M.J.M. Productions B.V. ";" ";"Watermolen 20 ";" ";"6229 PM ";"Maastricht ";"+31-43/3560929 ";" ";"+31-43/3560893 ";" " +lieferant ;00503319;"Haglfs Scandinavia AB ";" ";"Henry Bergstens vg 3, Hus B ";" ";"17669 ";"Jrflla ";"+46-22657000 ";" ";"+46-22657159 ";" " +lieferant ;00503320;"Veneziaweine ";"Venezia Antonio ";"Wiesenstr. 5 ";" ";"87435 ";"Kempen ";" ";" ";" ";" " +lieferant ;00503321;"Linclalor s.p.a. ";" ";"Strada Statale 31 km 18 ";" ";"15030 ";"Villanova Monferrato (AL) ";"+39-0142/3384-11 ";" ";"+39-0142/3384-40 ";" " +lieferant ;00503322;"HOGRI ";"Honer & Grimm GmbH & Co. KG ";"Rudolf-Diesel-Strae 6 ";"12 60 ";"78549 ";"Spaichingen ";"07424/9561-0 ";" ";"07424/501424 ";" " +lieferant ;00503323;"Kidzone A/S ";" ";"Kokbjerg 29B ";" ";"6000 ";"Kolding ";"+45-7312/5555 ";" ";"+45-7312/5556 ";" " +lieferant ;00503324;"Lizas GmbH & Co. KG ";" ";"Lilienthalstr. 9 ";" ";"30179 ";"Hannover ";"0511/22063180 ";" ";"0511/22063199 ";" " +lieferant ;00503325;"Pronto Moda Forever srl ";" ";"Vie dei Fossi, 25 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00503326;"Gebr. Heinemann GmbH & Co. KG ";" ";"Carl-SChulz-Str. 5 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503327;"Cretex- Vertrieb Dieter Horst ";" ";"Berliner Str. 109 ";" ";"47918 ";"Tnisvorst ";" ";" ";" ";" " +lieferant ;00503328;"nderungs-Atelier M. Tezgr ";" ";"Krefelder Str. 56 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503329;"MAWA GmbH ";" ";"Hohenwarter Str. 100 ";" ";"85276 ";"Pfaffenhofen ";"08441/8000 ";" ";" ";" " +lieferant ;00503330;"Bonner Fahnenfabrik GmbH ";" ";"Rmerstrae 303 - 305 ";" ";"53117 ";"Bonn ";" ";" ";" ";" " +lieferant ;00503331;"Albert Eisele Klapphutfabrik ";" ";"Kaiser Wilhelm Str. ";" ";"77855 ";"Achern ";" ";" ";" ";" " +lieferant ;00503332;"Andrea Nadermann ";"Handelsvertretung ";"Preussenstr.51 ";" ";"40883 ";"Ratingen ";"02102/896453 ";" ";"02102/896688 ";" " +lieferant ;00503333;"Now Italian Fabrics s.r.l. ";" ";"Via Albertini, 36 ";" ";"60131 ";"Ancona Blocco H3 ";"+39-071/2916344 ";" ";"+39-071/2916653 ";" " +lieferant ;00503334;"Yuma srl ";"Serigrafia pat20 di Scarpellini Yuri ";"Via Crimea, 7/A ";" ";"47900 ";"Rimini ";"+39-0541/740698 ";" ";"+39-0541/747217 ";" " +lieferant ;00503335;"Alpenwahn GmbH ";" ";"Heignkam 4 ";" ";"83607 ";"Holzkirchen ";"08024/3504 ";" ";"08024/8668 ";" " +lieferant ;00503336;"Art-Moda s.r.l. ";" ";"Via Carlo Levi, 22 ";" ";"50024 ";"Mercatale Val di Pesa (FI) ";"+39-055/821034 ";" ";"+39-055/8218063 ";" " +lieferant ;00503337;"Uniring (Uni-Toys) ";"Import- und Export GmbH ";"Reuterstrae 38 ";"1631 ";"53773 ";"Hennef / Sieg ";"02242/6083 ";" ";"02242/82559 ";" " +lieferant ;00503338;"Zound Industries AB ";" ";"Makvardsgatan 2 ";" ";"11353 ";"Stockholm ";" ";" ";" ";" " +lieferant ;00503339;"Depotex Textilhandel GmbH ";" ";"Wallgraben 24 ";" ";"48356 ";"Nordwalde ";"02573/9355-0 ";" ";"02573/9355-20 ";" " +lieferant ;00503340;"GRANIT ";"Hans-Jrgen Krger ";"Egerer Strae 3 ";" ";"91207 ";"Lauf an der Pegnitz ";"0911/2559185 ";" ";" ";" " +lieferant ;00503341;"Micro Fashion ";"Ned. Dassenfabr. Mic-Ro Verkoop B.V. ";"Hoofdweg 48a ";"P.O. Box 5099 ";"2908 LC ";"Capelle aan den IJssel ";"+31-10/2643888 ";" ";"+31-10/2643858 ";" " +lieferant ;00503342;"Staff S.A. ";" ";"Industrial Area of Larissa, P.O. Box 165";"P.O. Box 1659 ";"41002 ";"Larissa Hellas ";" ";" ";" ";" " +lieferant ;00503343;"Russ Berrie LTD ";" ";"Stoke Park, Tower Lane ";" ";"SO506NZ ";"Eastleigh, Handts ";" ";" ";" ";" " +lieferant ;00503344;"YDC Groupe Europe Textilhandels GmbH ";" ";"Weihofer Str. 100 ";" ";"75015 ";"Bretten ";" ";" ";" ";" " +lieferant ;00503345;"EVA Denmark AS ";" ";"Malov Teknikerby 18-20 ";" ";"2760 ";"Malov ";" ";" ";" ";" " +lieferant ;00503346;"JUNDA Taschen & Accessoires ";"Inh. Jun Zhang ";"Modering 1, MCH Haus A 309 ";" ";"22457 ";"Hamburg ";"040/55007278 ";" ";"040/59354453 ";" " +lieferant ;00503347;"Nickelson Nederland B.V. ";" ";"Catharinastraat 16 ";" ";"4811 XH ";"Breda ";"+31-76/5231210 ";" ";"+31-76/5231212 ";" " +lieferant ;00503348;"Diggers-Garden Warenhandels GmbH ";" ";"Bahnhofstr. 24 ";" ";"29378 ";"Wittingen ";" ";" ";" ";" " +lieferant ;00503349;"Genial s.r.l. ";" ";"Via Giovanni XXIII , 25 ";" ";"80059 ";"Torre del Greco ";" ";" ";" ";" " +lieferant ;00503350;"Miroglio Deutschland GmbH ";" ";"Riegelgrube 23 ";" ";"55543 ";"Bad Kreuznach ";"0671/920826-0 ";" ";"0671/920826-20 ";" " +lieferant ;00503351;"The Baand SS ";" ";"Jaegersborgadde 14 ";" ";"2200 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00503352;"Intermeet Fashion ";"Administrations- und Import GmbH ";"Zeppelinstrae 2 ";" ";"50667 ";"Kln ";"0221/20599-10 ";" ";"0221/20599-925 ";" " +lieferant ;00503353;"SKNL (UK) LTD ";" ";"19-20 Berners Street ";" ";"N1T3NW ";"London ";" ";" ";" ";" " +lieferant ;00503354;"Stenstrms Skjortfabrick ";" ";"Regemntsv. 1 ";" ";"25457 ";"Helsingborg ";" ";" ";" ";" " +lieferant ;00503355;"Josephine & Co ";" ";"Hoogestaat 252 ";" ";"3972 LK ";"Driebergen ";" ";" ";" ";" " +lieferant ;00503356;"Oswald - Shoes an More ";"Vertriebsgesellschaft ";"Kniebistr. 6 ";" ";"77767 ";"Appenweier ";" ";" ";" ";" " +lieferant ;00503357;"Benabou GmbH ";" ";"Kaiserswerther Str. 200 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503358;"Corty Bennett ";" ";"Marqus de Monteagudo 22 ";" ";"28028 ";"Madrid Spain ";" ";" ";" ";" " +lieferant ;00503359;"KV&H Verlag GmbH ";"Harenberg. Heye. Weingarten. ";"Ottobrunner Strae 41 ";"1480 ";"82008 ";"Unterhaching ";"089/693378-0 ";" ";"089/693378-139 ";" " +lieferant ;00503360;"Blue Brain GmbH ";" ";"Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503361;"HOAL Comfort & Fashion GmbH ";" ";"Bahnhofstr. 9 ";"40 ";"96257 ";"Redwitz ";"09574/338-0 ";" ";"09574/338-34 ";" " +lieferant ;00503362;"The Clothes Company ";"Sven Khne ";"Dinkelstrae 97 E ";" ";"70599 ";"Stuttgart ";"0711/1267628 ";" ";" ";" " +lieferant ;00503363;"Oxxa B.V. ";" ";"van Leeuwenhoekweg 4 ";" ";"5482 TK ";"Schijndel ";" ";" ";" ";" " +lieferant ;00503364;"Self Service LTD ";" ";"25 Harcourt Street ";" ";"W1H4HN ";"London ";" ";" ";" ";" " +lieferant ;00503365;"Fabian Trading APS ";" ";"Ellekaer 6B ";" ";"2730 ";"Herlev ";" ";" ";" ";" " +lieferant ;00503366;"Smashed Lemon ";" ";"Johan van Hasseltweg 8a ";" ";"1022 WV ";"Amsterdam ";"+31-20/6152278 ";" ";"+31-20/6157448 ";" " +lieferant ;00503367;"Extra-D di Sheng Guifang ";" ";"Via Veneto n. 15 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00503368;"La Meduse ";" ";"29, Rue popincourt ";" ";"75011 ";"Paris ";"+33-1/49230165 ";" ";"+33-1/49234130 ";" " +lieferant ;00503369;"C&T Pronto Moda S.A.S. ";" ";"Via Veneto, 17 ";" ";"59100 ";"Prato (PO) ";"+39-0574/623828 ";" ";"+39-0574/628448 ";" " +lieferant ;00503370;"Italservice di Yang Yuming ";" ";"Via ix strada, 44 ";" ";"35100 ";"Padova (PD) ";" ";" ";" ";" " +lieferant ;00503371;"Fraema s.r.l. ";" ";"Via G. di Vittorio ";" ";"06053 ";"Deruta (PG) ";"+39-075/9730021 ";" ";"+39-075/9729743 ";" " +lieferant ;00503372;"Red Wing Shoe Company, Inc. ";" ";"314 Main Street ";" ";"MN 55066 ";"Red Wing ";"+1-800/RED-WING ";" ";" ";" " +lieferant ;00503373;"Lyle & Scott ";" ";"Ettrick Riverside, Dunsdale Road ";" ";"TD7 5EB ";"Selkirk, Scotland ";"+44-1750/724225 ";" ";"+44-845/3893228 ";" " +lieferant ;00503374;"Enrico Mandelli S.p.A. ";" ";"Via Mascagni, 2 ";" ";"23807 ";"Merate (LC) ";"+39-039/999991 ";" ";"+39-039/9900296 ";" " +lieferant ;00503375;"SPM Shoe Trade ";" ";"Elzenweg 33a ";" ";"5144 MB ";"Waalwijk ";" ";" ";" ";" " +lieferant ;00503376;"Uli Hauer Pluslinks GmbH ";" ";"Dohrweg 44 ";" ";"41066 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00503377;"Stardust J.C. Sales, Inh. Jens Cimander ";" ";"Zur schnene Aussicht 14 ";" ";"18196 ";"Hohen Schwarfs ";" ";" ";" ";" " +lieferant ;00503378;"Heinrich Hussling GmbH & Co. KG ";" ";"Branchwellerhofstr. 200 ";" ";"67433 ";"Neustadt a.d.W. ";"06321/9773-0 ";" ";"06321/15279 ";" " +lieferant ;00503379;"Artico s.n.c. di Elsa Merlo & C. ";" ";"Via Risorgimento, 22 ";" ";"400100 ";"Sala Bolognese (BO) ";"+39-051/828266 ";" ";"+39-051/828495 ";" " +lieferant ;00503380;"EMU Australia Germny GmbH ";" ";"Geilbelstr. 46a ";" ";"22303 ";"Hamburg ";"040/35015780 ";" ";"040/35013366 ";" " +lieferant ;00503381;"Inter Parfums Deutschland GmbH ";" ";"Kormoranweg 1 ";" ";"65201 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00503382;"Pronto Moda K.T. die Chi Shaofen ";" ";"Via Mango 21 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503383;"scs-finesse GmbH ";" ";"Im Pinntal 66 ";" ";"46244 ";"Bottrop ";"02045/4125-0 ";" ";"02045/4125-10 ";" " +lieferant ;00503384;"kjomizo ";"Simona Albers & Nadine Gehrmann GbR ";"Poppenbttler Bogen 64 ";" ";"22399 ";"Hamburg ";"040/38044485 ";" ";"040/38044475 ";" " +lieferant ;00503385;"Haase & Schimanski ";" ";"Kantstrasse 18-20 ";" ";"44867 ";"Bochum ";"02327 - 605780 ";" ";"023276057850 ";" " +lieferant ;00503386;"zz~Hop Lun (Benelux) B.V. (64381 nutzen)";" ";"Crabethstraat 9F ";" ";"5613 JZ ";"Eindhoven ";" ";" ";" ";" " +lieferant ;00503387;"Die Gummibrchenfarm ";"Inh. Tobias Fladung ";"Auf der Liede 2a ";" ";"36167 ";"Nsttal ";"06684/917141 ";" ";"06684/917235 ";" " +lieferant ;00503388;"Sobi -Strumpfwaren Importe ";"R.Friedlein ";"Am Bannelsberg 1 ";" ";"64668 ";"Zotzenbach ";" ";" ";" ";" " +lieferant ;00503389;"KuSan Accessoires Ltd. ";" ";"25 Queens Parade Close, Friern Barnet ";" ";"N113DA ";"London ";" ";" ";" ";" " +lieferant ;00503390;"Vista Smith ";" ";"Str ";" ";"0 ";"Radolfzell ";" ";" ";" ";" " +lieferant ;00503391;"AceCamp GmbH ";" ";"Neugasse 18 ";" ";"63075 ";"Offenbach am Main ";"069/8383295-00 ";" ";"069/8383295-29 ";" " +lieferant ;00503392;"DC Fashion Group ";" ";"Weverstraat 20 ";" ";"9400 ";"AD Assen ";" ";" ";" ";" " +lieferant ;00503393;"Kalfany Se Werbung GmbH & Co. KG ";" ";"Holzmattenstr. 22 ";" ";"79336 ";"Herbolzheim ";" ";" ";" ";" " +lieferant ;00503394;"MANGO PUNTO FA, S.L ";"ehem. MANGO Deutschland GmbH ";"Calle Mercaders 9-11, Pol. Ind. Riera d";" ";"08184 ";"Palau-solit i Plegamans (Barcelona) ";" ";" ";" ";" " +lieferant ;00503395;"Brand Group 11 GmbH ";" ";"Fuggerstr. 10 ";" ";"41468 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503396;"Isis Parfums ";" ";"Schirmerstr. 4 ";" ";"76133 ";"Karlsruhe ";" ";" ";" ";" " +lieferant ;00503397;"Claudia May Fashion KG ";" ";"Falkenried 74 ";" ";"20251 ";"Hamburg ";"040/41406668 ";" ";"040/46091199 ";" " +lieferant ;00503398;"Ligne Pure NV ";" ";"Nijverheidslaan 70 ";" ";"8540 ";"Deerlijk ";"+32-56/777000 ";" ";"+32-56/775278 ";" " +lieferant ;00503399;"B&F Lifestyle GmbH & Co. KG ";" ";"Hans-Bckler-Str. 14 ";" ";"47877 ";"Willich ";"02154/464870 ";" ";"02154/464871 ";" " +lieferant ;00503400;"mimic copenhagen a/s ";" ";"Nitivej 10 ";" ";"2000 ";"Frederiksberg C ";"+45-70/209378 ";" ";"+45-70/209377 ";" " +lieferant ;00503401;"Happy Socks AB ";" ";"Valhallavgen 66 ";"Box 119 ";"114 27 ";"Stockholm ";"+491729818476 ";" ";" ";" " +lieferant ;00503402;"Natural Fashion ";"G. Designs ";"Kastanienweg 5 ";" ";"24790 ";"Schacht-Audorf ";"04331/4372392 ";" ";"04331/3399962 ";" " +lieferant ;00503403;"Westlife Distribution Europe ";" ";"Via Marco Polo, 25 ";" ";"31031 ";"Caerano di S.Marco (TV) ";"+39-0423/21430 ";" ";"+39-023/1990117 ";" " +lieferant ;00503404;"Provogue ";" ";"6 Rue Popincourt ";" ";"75011 ";"Paris ";"+33-1/43484291 ";" ";"+33-1/43484291 ";" " +lieferant ;00503405;"Premiere Page sarl ";"Eylex ";"8-10 Rue de la Haie Coq, CIFA Lot 155 ";" ";"93300 ";"Aubervilliers ";"+33-1/43520440 ";" ";"+33-1/43520480 ";" " +lieferant ;00503406;"ICOMAS srl ";" ";"Via Cerbara - Zona Artiglanale ";" ";"61030 ";"Piagge (PU) ";"+39-0721/891971 ";" ";"+39-0721/890377 ";" " +lieferant ;00503407;"black fashion ";"Nahid Taheri ";"Modering 3, Modecentrum, Haus B,Raum 128";" ";"22457 ";"Hamburg ";"040/55007899 ";" ";"040/55007972 ";" " +lieferant ;00503408;"Flow Unit Aps ";" ";"Larsbjornsstraede 13 ";" ";"1454 ";"KBH K ";" ";" ";" ";" " +lieferant ;00503409;"Cape Times ";" ";"Rykestr. 41 ";" ";"10405 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503410;"BF Lifestyle GmbH & Co. KG ";" ";"Hans-Bckler-Str. 14 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00503411;"Sabalin ";" ";"Zemaltes Str. 145 ";" ";"0 ";"Siaullai ";" ";" ";" ";" " +lieferant ;00503412;"Peine GmbH ";" ";"Rheinstrae 49 ";" ";"26382 ";"Wilhelmshaven ";"04421/484-0 ";" ";"04421/484-238 ";" " +lieferant ;00503413;"Dragonfly u.G. Trading ";" ";"N4,6 ";" ";"68161 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00503414;"Mean GmbH ";" ";"Wrzburger Strae 168 ";" ";"63743 ";"Aschaffenburg ";"06021/771-4341 ";" ";"06021/771-4343 ";" " +lieferant ;00503415;"BFG-Fashion Group BV (Berghaus) ";" ";"Wilhelminaplein 2-4 ";" ";"1062 HK ";"Amsterdam ";"+31-20/51953-00 ";" ";"+31-20/51953-99 ";" " +lieferant ;00503416;"Cocotier S.A. ";"Legend & Soul Europe ";"86, Rue Reamur ";" ";"75002 ";"Paris ";"+33-1/4482790-0 ";" ";"+33-1/4482790-9 ";" " +lieferant ;00503417;"Giovani Idee S.r.l. ";" ";"Via Jugoslavia 8-8/C- ";" ";"41012 ";"Carpi ";" ";" ";" ";" " +lieferant ;00503418;"Moda Star di Mo Xiaoyan ";" ";"Via Muraccio di Rischiaro 32-6 ";" ";"00155 ";"Roma (RM) ";"+39-06/2281626 ";" ";" ";" " +lieferant ;00503419;"Mazzola, Alessandro ";" ";"Dsselthalerstr. 22 ";" ";"40211 ";"Dsseldorf ";"0211/4370838 ";" ";"0211/4370839 ";" " +lieferant ;00503420;"D&U Designkontor GmbH ";" ";"Kaiserstrae 67 ";" ";"60329 ";"Frankfurt ";"069/29920780 ";" ";"069/29920771 ";" " +lieferant ;00503421;"Bijou Brigitte modische Accessoires AG ";" ";"Poppenbtteler Bogen 1 ";" ";"22399 ";"Hamburg ";"040/60609-0 ";" ";"040/6026409 ";" " +lieferant ;00503422;"Kaufmann Handels GmbH ";" ";"Anton-Zeeh-Strae 10 ";"14 01 13 ";"55252 ";"Mainz-Kastel ";"06134/28478-0 ";" ";"06134/28478-70 ";" " +lieferant ;00503423;"KAWIT International Textil GmbH ";" ";"Im Effels 8 ";" ";"52385 ";"Nideggen ";"0211/5441897-0 ";" ";"0211/5441897-9 ";" " +lieferant ;00503424;"Juffrouw Jansen Amsterdam ";" ";"Surinameplein 15hs ";" ";"1058 ";"GL Amsterdamm ";" ";" ";" ";" " +lieferant ;00503425;"Silvia Schineis Handelsagentur ";" ";"Neuenreuther Strae 1 ";" ";"95473 ";"Haag-Unternschreez ";"09201/799900 ";" ";"09201/9170099 ";" " +lieferant ;00503426;"Just Us s.a.r.l. ";"Les Jupons de Tess ";"17, Rue Le Peletier ";" ";"75009 ";"Paris ";"+33-1/40538267 ";" ";"+33-1/40538269 ";" " +lieferant ;00503427;"EXILIA Gaia srl ";" ";"Via della Tecnica 49 ";" ";"40068 ";"San Lazzaro di Savena (BO) ";"+39-051/6258368 ";" ";"+39-051/6258470 ";" " +lieferant ;00503428;"Naama Naot Germany GmbH ";" ";"Hohlstrasse 4-6 ";" ";"76891 ";"Bruchweiler-Brenbach ";" ";" ";" ";" " +lieferant ;00503430;"Bumler Fashion GmbH ";" ";"Eriagstrae 8 ";" ";"85053 ";"Ingolstadt ";"0841/138038-0 ";" ";"0841/138038-99 ";" " +lieferant ;00503431;"Anckaert Confectie N.V. ";" ";"Waregemstraat 14 ";" ";"8792 ";"Desselgem ";"+32-56/713059 ";" ";"+32-56/715388 ";" " +lieferant ;00503432;"Beyond International s.r.l. ";" ";"Via Porturese , 1555, Isola L43 ";" ";"00100 ";"Rom ";" ";" ";" ";" " +lieferant ;00503433;"Bopp AG ";" ";"Gottfried-Leibniz-Strae 8 ";" ";"74172 ";"Neckarsulm ";"07132/15660-0 ";" ";"07132/15660-29 ";" " +lieferant ;00503434;"Reitsport Schockemhle GmbH ";"(ehem. Schockemhle Sports GmbH) ";"Mnsterlandstrae 1 ";" ";"49439 ";"Mhlen ";"+49 5492 5577 0 ";" ";"+49 5492 5577 10 ";" " +lieferant ;00503435;"Textil Difusion, S.A. ";" ";"Calle Rosellon, 202 ";" ";"08008 ";"Barcelona ";"+34-902/372-222 ";" ";"+34-902/371-111 ";" " +lieferant ;00503436;"SI:U International GmbH ";" ";"Schulstrae 23 ";" ";"35216 ";"Biedenkopf ";"06461/7809-35 ";" ";"06461/7809-40 ";" " +lieferant ;00503437;"Colchic Collections, S.L.U. ";" ";"Av de la Libertad, 2-3 - 1ro. Izq. ";"PO Box 411 ";"03610 ";"Petrer (Alicante) ";"+34-965/371586 ";" ";" ";" " +lieferant ;00503438;"Ruggeri & Luciani s.r.l. ";" ";"Via Lorenzo Lotto, 20 ";" ";"62014 ";"Corridonia (MC) ";"+39-0733/432111 ";" ";"+39-0733/431966 ";" " +lieferant ;00503439;"Brand Masters GmbH ";" ";"Scheurenstrae 5 ";" ";"40215 ";"Dsseldorf ";"0211-157687-0 ";" ";"0211-157687-19 ";" " +lieferant ;00503440;"J M Roca, S.L. ";" ";"C/ Gallo 1 ";" ";"08950 ";"Esplugues de Llobregat (Barcelona) ";"+34-9320/53414 ";" ";"+34-9320/46100 ";" " +lieferant ;00503441;"FLEXI-SPORTS GmbH ";" ";"Grafinger Strasse 6 ";" ";"81671 ";"Mnchen ";"089/450287-0 ";" ";"089/450287-27 ";" " +lieferant ;00503442;"Pro Label GmbH ";" ";"Alois-Trk-Strae 1 ";" ";"97424 ";"Schweinfurt ";"09721/50987-0 ";" ";"09721/50987-209 ";" " +lieferant ;00503443;"Christoph Bals ";"Petit Fours ";"Blmgesgrund 44 ";" ";"63571 ";"Gelnhausen ";"06051/61053 ";" ";"06051/979767 ";" " +lieferant ;00503444;"Jhn Handels GmbH & Co. KG ";" ";"Eintrachtstrae 4 ";"1425 ";"57627 ";"Hachenburg ";"02662/94880-0 ";" ";"02662/94880-29 ";" " +lieferant ;00503445;"FOUR ACE EUROPE GmbH ";" ";"Delitzscher Str. 79 ";" ";"06116 ";"Halle (Saale) ";"0345/566721-0 ";" ";"0345/566721-13 ";" " +lieferant ;00503446;"ESGANO-Schuhe ";"Karl Steckermeier ";"Sepp-Weidinger-Weg 32 ";" ";"84140 ";"Gangkofen ";"08722/9496-0 ";" ";"08722/9496-26 ";" " +lieferant ;00503447;"Eleven Paris S.A.R.L. ";" ";"3 Rue de Turbigo ";" ";"75001 ";"Paris ";"+33-1/445969-15 ";" ";"+33-1/445969-17 ";" " +lieferant ;00503448;"Humr A/S ";" ";"Ibsvej 1-3 ";" ";"6000 ";"Kolding ";"+45-7631 4350 ";" ";"+45-7630 7080 ";" " +lieferant ;00503449;"Sebastian Kern ";"edelschwarz ";"Kantstrae 2 ";" ";"87439 ";"Kempten (Allgu) ";"0831/9902225 ";" ";" ";" " +lieferant ;00503450;"Typ 28 Mode GmbH ";" ";"Klner Strae 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503451;"Columbia Sportswear International Sarl ";" ";"GBC 12 Avenue des Morgines ";" ";"1213 ";"Petit Lancy ";" ";" ";" ";" " +lieferant ;00503452;"Modeagentur D&D Zara Demir-Dirim ";" ";"Mahdentalstrae 100/102, Raum 191 ";" ";"71065 ";"Sindelfingen ";"07031/792111-2 ";" ";"07031/792111-3 ";" " +lieferant ;00503453;"Schmid GmbH ";" ";"Christophstrae 45 ";" ";"86956 ";"Schongau ";"08861/7137776 ";" ";"0721/151-591535 ";" " +lieferant ;00503454;"Armada Skis GmbH ";" ";"Feldstrae 1b, Top 36 ";" ";"6020 ";"Innsbruck ";"+43-512/209075 ";" ";"+43-512/209075-9 ";" " +lieferant ;00503455;"Max Tessuti ";"Justus Graf von Kalckreuth ";"Jrgen-Wullenwever-Str. 8 ";" ";"23566 ";"Lbeck ";"0176/62366070 ";" ";" ";" " +lieferant ;00503456;"Select Sport Deutschland ";" ";"Brooktorkai 8, 1. Boden ";" ";"20457 ";"Hamburg ";"040/3008636-0 ";" ";"040/3008636-10 ";" " +lieferant ;00503457;"Jeikner KG ";" ";"Johannespfad 11 ";" ";"57223 ";"Kreuztal ";"02732/5533-0 ";" ";"02732/769443 ";" " +lieferant ;00503458;"AMORPH concept GmbH ";" ";"Savignyplatz S-Bahnbogen 591 ";" ";"10623 ";"Berlin ";"030/31990585 ";" ";"030/31990584 ";" " +lieferant ;00503459;"International House of Fashion ";"Jan Keupp ";"Eberhardstr. 7 ";" ";"72764 ";"Reutlingen ";"07121/330036 ";" ";"07121/346497 ";" " +lieferant ;00503460;"Fischer Markenschuh GmbH ";" ";"Heidkampsweg 21 ";" ";"29640 ";"Schneverdingen ";"05193/9851-0 ";" ";"05193/9851-51 ";" " +lieferant ;00503461;"Reischmann GmbH & Co. KG ";" ";"Kirchstrae 2-6 ";" ";"88212 ";"Ravensburg ";"0751/36147-0 ";" ";"0751/36147-299 ";" " +lieferant ;00503462;"PVH Europe, Inc. ";"Phillips-Van Heusen ";"1001 Frontier Road ";" ";"NJ 08807 ";"-2955 Bridgewater ";"+1-908/685-0050 ";" ";" ";" " +lieferant ;00503463;"Alliance Import & Export S.R.L. ";" ";"Via Pio Semenghini 9 ";" ";"01 ";"Rom ";" ";" ";" ";" " +lieferant ;00503464;"Onstage Denmark ";" ";"Lynghojvej 27A, Stilling ";" ";"8660 ";"Skanderborg ";" ";" ";" ";" " +lieferant ;00503465;"European Fashion Sales Network Ltd. ";" ";"Tersteegenstrasse 63 ";" ";"404474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503466;"Norberto Costa , LDA ";" ";"Rua Rebelo de Carvalho 626 ";" ";"00 ";"Felgueiras ";" ";" ";" ";" " +lieferant ;00503467;"Unifa Premium GmbH ";" ";"Plange Mhle 1 ";" ";"40221 ";"Dsseldorf ";"0211/171499-0 ";" ";"0211/171499-28 ";" " +lieferant ;00503468;"A. Hausburg ";"Berufs- u. Imagebekleidung ";"Waldstrasse 27 ";" ";"70597 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00503469;"Northmile S4 Fashion Partner GmbH ";" ";"Auf der Lauge 10 ";" ";"48485 ";"Neuenkirchen ";" ";" ";" ";" " +lieferant ;00503470;"JMR Fashion OHG ";" ";"Lhner Str 50 ";" ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00503480;"Dots Textilvertrieb GmbH & Co. KG ";" ";"Im Stadtfelde 20 ";" ";"31515 ";"Wunstorf ";" ";" ";" ";" " +lieferant ;00503481;"Fanhalle.de ";"Manuel Reinsch ";"Ulmerstrae 5 ";" ";"86720 ";"Nrdlingen ";" ";" ";" ";" " +lieferant ;00503482;"Fischertechnik GmbH ";" ";"Weinhalde 14- 18 ";" ";"72178 ";"Walsdachtal ";" ";" ";" ";" " +lieferant ;00503483;"SUSSKIND, Fashion Tracks BV ";" ";"Visbystraat 25 ";" ";"7418 BE ";"Deventer ";"+31-570/627677 ";" ";"+31-570/676736 ";" " +lieferant ;00503484;"Millefiori srl ";" ";"Via del Commercio 28 ";" ";"20881 ";"Bernareggio (MB) ";"+39 039 9220979 ";" ";"+39 039-9220943 ";" " +lieferant ;00503485;"Bernher S.A. ";" ";"Ronda Sant Ramon, 121 ";" ";"08830 ";"Saint Boi Del Llobregat (Barcelona) ";" ";" ";" ";" " +lieferant ;00503486;"RK-Mode-Strumpf ";"Inh. R. Keck ";"Kniebisstr. 56 ";" ";"72768 ";"Reutlingen ";"07121/66960 ";" ";"07121/63999 ";" " +lieferant ;00503487;"Succes Deutschland GmbH ";" ";"Sperberweg 4L ";" ";"41468 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503488;"Alexander Schindel ";" ";"Kaiserswerther Strae 228 ";" ";"40474 ";"Dsseldorf ";"0211/6355877-0 ";" ";"0211/6355877-9 ";" " +lieferant ;00503489;"West Coast Distribution Ltd. ";" ";"Maple Road ";" ";"DE74 2UT ";"Castle Donington ";" ";" ";" ";" " +lieferant ;00503490;"Grtelfabrik Fronhofer ";" ";"Schlostrae 14 ";" ";"93080 ";"Pentling ";" ";" ";" ";" " +lieferant ;00503491;"Studio Fair s.a.s ";" ";"Via Lambro 9 ";" ";"20129 ";"Milano ";" ";" ";" ";" " +lieferant ;00503492;"Durbacher Winzergenossenschaft eG ";" ";"Nachtweide 2 ";" ";"77770 ";"Durbach ";"0781/9366-0 ";" ";"0781/36547 ";" " +lieferant ;00503493;"dambiro.de ";"DAmbrosio Roberto ";"Klaraweg 15 ";" ";"70806 ";"Kornwestheim ";"0160/1257507 ";" ";"03212/1021993 ";" " +lieferant ;00503494;"Bongartz & Schoser GbR ";" ";"Dr. Friedrich-Drechsler-Str. 5 ";" ";"86609 ";"Donauwrth ";"0906/7092399 ";" ";"0906/7058194 ";" " +lieferant ;00503495;"Werbeartikel Erb ";" ";"Ulmerstr. 24 ";" ";"89180 ";"Berghlen ";"07344/8114 ";" ";"07344/3869 ";" " +lieferant ;00503496;"Brandoffice Handelsagentur ";"Lars Langer ";"Schatzlanger Strae 10 ";" ";"82355 ";"Berg ";" ";" ";" ";" " +lieferant ;00503497;"M&O Handels GmbH ";" ";"Im Gewerbegebiet 21-23 ";" ";"26419 ";"Schortens ";"04461/98448-44 ";" ";"04461/98448-03 ";" " +lieferant ;00503498;"Wein + Sektgut Bernhard Huber ";" ";"Heimbacher Weg 19 ";" ";"79364 ";"Malterdingen ";" ";" ";" ";" " +lieferant ;00503499;"Weingut Heinrich Mnnle ";" ";"Sendelbach 16 ";" ";"77770 ";"Durbach ";" ";" ";" ";" " +lieferant ;00503500;"Weingut Marktgraf von Baden ";" ";"Schloss Salem ";" ";"88682 ";"Salem ";" ";" ";" ";" " +lieferant ;00503501;"DIGA Colmore Venlo B.V. ";" ";"Floralaan 25 ";" ";"5928 RD ";"Venlo ";"+31-77/3241-930 ";" ";"+31-77/3241-949 ";" " +lieferant ;00503502;"Intersport Wolfstetter ";" ";"Rmerstrasse 2A ";" ";"63785 ";"Obernburg am Main ";" ";" ";" ";" " +lieferant ;00503503;"R&M Top-Sport ";" ";"Ollenhauerstr. 4-5 ";" ";"13405 ";"Berlin ";" ";" ";" ";" " +lieferant ;00503504;"KONA International GmbH ";" ";"Nettekovener Strae 124 ";" ";"53347 ";"Alfter ";"0228/925046-8 ";" ";"0228/925046-7 ";" " +lieferant ;00503505;"Paul Lange & Co. OHG ";" ";"Hofener Strae 114 ";" ";"70372 ";"Stuttgart ";"0711/2588-02 ";" ";"0711/2588-305 ";" " +lieferant ;00503506;"Lurch AG ";" ";"Schinkelstrasse 6 ";" ";"31137 ";"Hildesheim ";" ";" ";" ";" " +lieferant ;00503507;"Trends & Trade Venlo ";" ";"Floralaan 31 ";" ";"5928 RD ";"Venlo ";" ";" ";" ";" " +lieferant ;00503508;"FG Fashion Generation GmbH ";" ";"Lise-Meitner-Str 5 ";" ";"50259 ";"Pullheim ";" ";" ";" ";" " +lieferant ;00503509;"Tramondi Germany e.K. ";" ";"Lindauer Str. 108/1 ";" ";"88046 ";"Friedrichshafen ";"07541/3740-0 ";" ";"07541/3740-29 ";" " +lieferant ;00503510;"Worn By Ltd ";" ";"2-8 Scrutton Street ";" ";"EC2A 4RT ";"London ";" ";" ";" ";" " +lieferant ;00503511;"Calzados Nuevo Milenio, S.L. ";" ";"Pol. Industrial Tejerias C/Los Hertor s/";" ";"26500 ";"Calahorra (La Rioja) ";"+34-941148124 ";" ";"+34-941148144 ";" " +lieferant ;00503512;"TICA Aalsmeer ";" ";"Randweg 155 ";" ";"1422 ";"ND Uithoorn ";" ";" ";" ";" " +lieferant ;00503513;"Das Prisma ";"Multimedia Produktion ";"Kuchelmannweg 2 ";" ";"88662 ";"berlingen ";" ";" ";" ";" " +lieferant ;00503514;"SUSSKIND, Fashion Tracks BV ";" ";"Visbystraat 25 ";" ";"7418 BE ";"Deventer ";"+31-570/627677 ";" ";"+31-570/676736 ";" " +lieferant ;00503515;"Arcticgroup GmbH ";" ";"Cecilienallee 43 ";" ";"40474 ";"Dsseldorf ";"0211/301255-0 ";" ";"0211/301255-99 ";" " +lieferant ;00503516;"Sport Diekemper ";" ";"Geiststrae 13-17 ";" ";"59302 ";"Oelde ";"02522/2434 ";" ";"02522/7097 ";" " +lieferant ;00503517;"Jana shoes GmbH & Co. KG ";" ";"Klingenbergstr. 1-3 ";" ";"32758 ";"Detmold ";"05231/605-04 ";" ";"05231/605-236 ";" " +lieferant ;00503518;"ABS Protection GmbH ";"(ehem. ABS Peter Aschauer GmbH) ";"Stefanusstr. 6a ";" ";"82166 ";"Grfelfing ";"089/898789-0 ";" ";"089/898789-60 ";" " +lieferant ;00503519;"Christos Abatzis & CO SA ";" ";"13, Marathons str. ";" ";"56430 ";"Erfapia - Tessaloniki ";" ";" ";" ";" " +lieferant ;00503520;"New West Business Development GmbH ";" ";"Rdigerstr. 10 ";" ";"58179 ";"Bonn ";" ";" ";" ";" " +lieferant ;00503521;"Liquid Sports GmbH ";" ";"Ammergaustr. 10 ";" ";"26123 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00503522;"Lemper Mode-Accessoires GmbH & Co KG ";" ";"Bahnhofsallee 20 ";" ";"35606 ";"Solms ";" ";" ";" ";" " +lieferant ;00503523;"Sport Profimarkt I.F. GmbH & Co. KG ";"Sport Flss ";"Poststrae 1 ";" ";"73033 ";"Gppingen ";"07161/96535-0 ";" ";"07161/96535-99 ";" " +lieferant ;00503524;"Hiker S.R.L. ";" ";"Via Venezia, 37. ";" ";"37019 ";"Peschiera Del Garda (VR) ";"+39-045/7570556 ";" ";"+39-045/7570556 ";" " +lieferant ;00503525;"Christys' & Company Ltd ";" ";"Unit 7,Witan Park,Station Lane,Avenue 2 ";" ";"OX28 4FH ";"Witney, Oxon ";"+44-1993/770736 ";" ";"+44-1993/770737 ";" " +lieferant ;00503526;"Ultima Edizione srl ";" ";"Via Amba d'Ora 54 ";" ";"25123 ";"Brescia ";" ";" ";" ";" " +lieferant ;00503527;"Parajumpers Ape & Partners s.p.a. ";" ";"Via delle Pose, 9A ";" ";"31040 ";"Segusino (TV) ";" ";" ";" ";" " +lieferant ;00503528;"Uwe Kolloss Textilhandelsges. mbH ";" ";"Osterfeldstr. 16 ";" ";"22529 ";"Hamburg ";"040/481208 ";" ";"040/4603080 ";" " +lieferant ;00503529;"Lwenfreunde Sylt G.b.R. ";"Co Severingode ";"Mittelweg16 ";" ";"25980 ";"Sylt / OT Tinnum ";" ";" ";" ";" " +lieferant ;00503530;"Grubenmann GbR ";" ";"Auf der Heide 3 ";" ";"44803 ";"Bochum ";"0234/541611-88 ";" ";"0234/541611-89 ";" " +lieferant ;00503531;"Asmodee GmbH ";" ";"August-Borsig-Strae 20 ";" ";"78467 ";"Konstanz ";"07531/36399-0 ";" ";"07531/36399-98 ";" " +lieferant ;00503532;"Freemark Enterprises Ltd. ";" ";"Martiusstr. 7 ";" ";"80802 ";"Mnchen ";"089/330395-0 ";" ";" ";" " +lieferant ;00503533;"DEPT Germany GmbH ";" ";"Hauptstrae 46-48 ";" ";"53804 ";"Much ";"02245/618155 ";" ";"02245/915768 ";" " +lieferant ;00503534;"Taylan GmbH ";" ";"Ehrenstr. 65 ";" ";"50672 ";"Kln ";"0221/16896-222 ";" ";"0221/16896-223 ";" " +lieferant ;00503535;"Tap Industries GmbH & Co. KG ";" ";"Talstrae 6 ";" ";"09471 ";"Brenstein ";"037347/8690 ";" ";"037347/6950 ";" " +lieferant ;00503536;"Capuline ";" ";"Modering1, Hausb B, R 732 ";" ";"22547 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503537;"Meyer & Sko Aps ";" ";"Roholmsvej 17 ";" ";"2620 ";"Albertslund ";" ";" ";" ";" " +lieferant ;00503538;"Peter Morio ";"Agentur Morio ";"Im Krautgarten 35 ";" ";"76879 ";"Bornheim ";" ";" ";" ";" " +lieferant ;00503539;"Antress Industry SPA ";"E-go ";"Via Dei Barrocciai, 14 ";" ";"41012 ";"Carpi (MO) ";"+39-059/684721 ";" ";"+39-059/652456 ";" " +lieferant ;00503540;"Pom Pom BV ";" ";"Gooiland 36 ";" ";"1948 RC ";"Beverwijk ";"+31-251/320531 ";" ";"+31-251/320857 ";" " +lieferant ;00503541;"AM-Design Floristik GmbH ";" ";"Tafingerstr. 9 ";" ";"71665 ";"Vaihingen an der Enz ";"+49 (0) 7042 81453-0 ";" ";"+49( 0) 7042 81453-29 ";" " +lieferant ;00503542;"Knig Walter ";"Anja Kninger ";"Eisenbahnstrae 11 ";" ";"10997 ";"Berlin ";"030/27492474 ";" ";" ";" " +lieferant ;00503543;"RADIOAFRICA S.r.l. ";" ";"Via Monviso, 31 ";" ";"10040 ";"Volvera (TO) ";"+39-011/9859163 ";" ";"+39-011/9859144 ";" " +lieferant ;00503544;"TomShot Accessoires ";"Thomas Schwender ";"Sredzkistrasse 56 ";" ";"10405 ";"Berlin ";"030/44038350 ";" ";"030/44038351 ";" " +lieferant ;00503545;"Royal Monkey AB ";"By Gorilla ";"Rnnviksgatan 13 ";" ";"21374 ";"Malm ";" ";" ";" ";" " +lieferant ;00503546;"Yehwang ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503547;"Buchdruckerei & Verlag ";"Schumacher-Gebler KG ";"Goehtestrae 21 ";" ";"80336 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503548;"Ariadne S.A. ";" ";"1st km Polikastro-Kilkis ";" ";"61200 ";"Polikastro ";" ";" ";" ";" " +lieferant ;00503549;"Pretto S.A. (Sani Blu) ";" ";"Industrial Area Thermis ";"P.O. Box 60223 ";"57001 ";"Thermi - Thessaloniki ";"+30-2310/466366 ";" ";"+30-2310/466365 ";" " +lieferant ;00503550;"Creazioni Apple di Chen Wenwei ";" ";"Via Veneto 11/B ";" ";"89100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503551;"Adeline Import - Export ";" ";"Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503552;"Jaceline Mode SARL Boping ";" ";"Rue Sedaine 51 ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00503553;"Vita Style S.A.R.L. ";" ";"51 Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00503554;"Big Star LTD ";"Splka Z o.o. ";"Al Wjska Polklego 21/21a ";" ";"62-800 ";"Kallz ";" ";" ";" ";" " +lieferant ;00503555;"Levante Deutschland GmbH & Co. KG ";" ";"Pfefferkrug 53 ";" ";"22397 ";"Hamburg ";"040/61139927 ";" ";"040/61139962 ";" " +lieferant ;00503556;"roll & sport GmbH ";" ";"Oelser Strae 9 ";" ";"40231 ";"Dsseldorf ";"0211/86566-17 ";" ";" ";" " +lieferant ;00503557;"Midas Shop Service GmbH (Alberotanza) ";" ";"Hohenzollernstrae 11-13 ";" ";"40211 ";"Dsseldorf ";"0211/8639045 ";" ";"0211/8632618 ";" " +lieferant ;00503558;"Renate Salmen Textilhandels-GmbH ";" ";"Mahdentalstr. 96-98, Raum 404 ";" ";"71065 ";"Sindelfingen ";"07031/811519 ";" ";"07031/879230 ";" " +lieferant ;00503559;"Red Jewel s.r.l. ";"Pronto Moda ";"Via Marengo, 27 ";" ";"59100 ";"Prato (PO) ";"+39-0574/624227 ";" ";"+39-0574/624193 ";" " +lieferant ;00503560;"AGLINI srl ";" ";"Via Degli Artigiani N.5, ZI Santa Fiora ";" ";"52037 ";"Sansepolcro (AR) ";"+39-0575/749822 ";" ";"+39-0575/735130 ";" " +lieferant ;00503561;"Salord Y C. Doux S.L. ";" ";"Negrete, 46 ";" ";"07760 ";"Ciutadella de Menorca ";"+34-971/385561 ";" ";"+34-971/382308 ";" " +lieferant ;00503562;"TERZO NODO s.a.s. ";"di Sara Bertinelli & C. ";"Via IV Novembre, 45 ";" ";"40056 ";"Crespellano (BO) ";"+39-051964899 ";" ";"+39-051964899 ";" " +lieferant ;00503563;"Bredemeijer BV ";" ";"Savannahweg 59 ";" ";"3542 AW ";"Utrecht ";" ";" ";" ";" " +lieferant ;00503564;"CA'SHOTT A/S ";" ";"Rentemestervej 69B ";" ";"2400 ";"Copenhagen ";"+45-38104542 ";" ";"+45-381090000 ";" " +lieferant ;00503565;"Ritzenhoff & Breker GmbH & Co. KG ";" ";"Industriestrae 21 ";" ";"33014 ";"Bad Driburg ";"05253/977-0 ";" ";"05253/977-277 ";" " +lieferant ;00503566;"Ergora Textil GmbH ";" ";"Gmnder Str. 43 ";" ";"3943 ";"Schrems ";" ";" ";" ";" " +lieferant ;00503567;"Gauder Handels-GmbH ";" ";"Talstrae 14 ";" ";"74321 ";"Bietigheim-Bissingen ";"07142/7716-0 ";" ";"07142/7716-14 ";" " +lieferant ;00503568;"Vivaraise ";" ";"14 Rue Crepet ";" ";"69007 ";"Lyon ";"+33-472/730364 ";" ";"+33-478/584101 ";" " +lieferant ;00503569;"Derek Rose Ltd ";" ";"Victor Mill, Worall Street ";" ";"CW12 1DT ";"Congleton, Cheshire ";"+44-1260/29670-0 ";" ";"+44-1260/29670-1 ";" " +lieferant ;00503570;"Hong Kong S.r.l. ";" ";"Via Trentino Alto Adige, 22 ";" ";"59100 ";"Prato (PO) ";"+39-0574/625061 ";" ";"+39-0574/071486 ";" " +lieferant ;00503571;"O.F.T. Podlesyki GbR ";" ";"Mariendorfer Damm 1-3, Haus 1a / 1132B ";" ";"12099 ";"Berlin ";"030/706033-70 ";" ";"030/706033-72 ";" " +lieferant ;00503572;"Lissandy Ledermoden GmbH ";" ";"Anton-Kux-Str. 2, Euromoda Raum A-342 ";" ";"41460 ";"Neuss ";"02131/1676-10 ";" ";"02131/1676-21 ";" " +lieferant ;00503573;"Bahama Bay ";" ";"Marktplein 15 ";" ";"4524 JR ";"Sint Anna ter Muiden ";"+31-626328341 ";" ";" ";" " +lieferant ;00503574;"BFG-Fashion GmbH ";" ";"Siemensstr. 36 ";" ";"48619 ";"Heek ";"02568/93430-100 ";" ";"02568/93430-129 ";" " +lieferant ;00503575;"SASAtrend GmbH ";" ";"Freunder Weg 106 ";" ";"52068 ";"Aachen ";"0241/1891604 ";" ";"0241/1891608 ";" " +lieferant ;00503576;"Piktura Holzbearbeitung GmbH ";" ";"Otto-Hahn-Strae 23-25 ";" ";"33161 ";"Hvelhof ";"05257/9795-0 ";" ";"05257/9795-25 ";" " +lieferant ;00503577;"A-Brands Quality Wear BV ";" ";"Krijgsman 5, Commerce Parc "De Stelling"";" ";"1186 DM ";"Amstelveen ";"+31-20/5451999 ";" ";"+31-20/5451990 ";" " +lieferant ;00503578;"ALIAS Snc ";"di Innocenti Pietro & C. ";"Via dell'Artigianato, 37 ";" ";"50056 ";"Montelupo Fiorentino (FI) ";"+39-0571/913688 ";" ";"+39-0571/913540 ";" " +lieferant ;00503579;"J.S.C. Srl Unipersonale ";" ";"Via Coll. Varisco, 24 ";" ";"35010 ";"Vigonza (PD) ";"+39-049/8932886 ";" ";"+39-049/8953899 ";" " +lieferant ;00503580;"Bella Gardinenkonfektion AG ";" ";"Sickenreuther Strae 36 ";" ";"95497 ";"Goldkronach ";"09273/995-0 ";" ";"09273/995-38 ";" " +lieferant ;00503581;"Envirosax Pty Ltd (EU) ";" ";"Dsseldorfer Strae 76 ";" ";"10719 ";"Berlin ";"030/86393668 ";" ";"030/86393669 ";" " +lieferant ;00503582;"HS Footwear GmbH ";" ";"Am Huxmhlenbach 4 ";" ";"49084 ";"Osnabrck ";"0541/20025-07 ";" ";"0541/20025-027 ";" " +lieferant ;00503583;"Creano GmbH ";" ";"Bergstrae 11 ";" ";"31832 ";"Springe ";"0511/3539-869 ";" ";"0511/3539-996 ";" " +lieferant ;00503584;"Enjoy the Sun S.r.l. ";" ";"Via Albert Einstein, 24 ";" ";"50013 ";"Campi Bisenzio (FI) ";"+39-02/89410393 ";" ";"+39-02/45485115 ";" " +lieferant ;00503585;"Confezioni Modi S.p.A. ";" ";"Via dell'Industria, 18/22 ";" ";"06014 ";"Montone (PG) ";"+39-075/94254 ";" ";"+39-075/9412136 ";" " +lieferant ;00503586;"P.F.C.M.N.A. S.p.A. (Fracomina) ";" ";"Via Duomo, 89 - Isola 8 Lotto 8066 / 7 ";" ";"80035 ";"Nola (NA) ";"+39-081/8269594 ";" ";"+39-081/5109847 ";" " +lieferant ;00503587;"0211 fashion GmbH ";" ";"Kaiserswerther Str. 229 ";" ";"40474 ";"Dsseldorf ";"0211/5424319-1 ";" ";"0211/5424319-4 ";" " +lieferant ;00503588;"ZANETTI MODA s.r.l. ";" ";"Via Nazionale, 27 ";" ";"36040 ";"Grumolo delle Abbadesse (VI) ";"+39-0444/414955 ";" ";"+39-0444/381603 ";" " +lieferant ;00503589;"Nouvelles Images S.A. ";" ";"Lombreuil, BP 51005 ";" ";"45701 ";"Villemandeur Cedex ";"00800/38962662 ";" ";"00800/38963200 ";" " +lieferant ;00503590;"Black Sheep S.p.A. ";" ";"Via di Prato ";" ";"50041 ";"Calenzano ";" ";" ";" ";" " +lieferant ;00503591;"Marlox Germany GmbH ";" ";"Konrad-Adenauer-Allee 1 ";" ";"6118 ";"Bad Vilbel ";"+41-6101/8022-200 ";" ";"+41-6101/8022-250 ";" " +lieferant ;00503592;"Bosch Textil Ges.m.b.H. ";" ";"Mildenburggasse 6 ";" ";"5020 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00503593;"SL Services Germany GmbH ";" ";"An der Pnt 45 ";" ";"40885 ";"Ratingen ";" ";" ";"089/215873599 ";" " +lieferant ;00503594;"Azadpour GmbH ";" ";"Heinrich str. 239 ";" ";"8053 ";"Zrich ";" ";" ";" ";" " +lieferant ;00503595;"Lika Schmodsien ";" ";"Oederweg 44 ";" ";"60318 ";"Frankfurt a. Main ";"069/7074291 ";" ";"069/15057933 ";" " +lieferant ;00503596;"Barbara Kessels ";" ";"Werinherstr. 43 ";" ";"81541 ";"Mchen ";" ";" ";" ";" " +lieferant ;00503597;"Cavallo GmbH & Co. KG ";" ";"Kampstr. 72 ";" ";"32584 ";"Lhne ";"+49 5731 53080 ";" ";"+49 5731 530839 ";" " +lieferant ;00503598;"nautilus skin touch GmbH & Co. ";"Wsche- und Badebekleidung KG ";"Strae der Freundschaft 102 ";" ";"09419 ";"Thum OT Jahnsbach ";"037297/49608 ";" ";"037297/49609 ";" " +lieferant ;00503599;"Memory Trade Im- und Export ";"Beteiligungs GmbH ";"Dorf 77 ";" ";"9428 ";"Walzenhausen ";"+41-71/577272-0 ";" ";"+41-71/577272-1 ";" " +lieferant ;00503600;"Greta Gold UG ";" ";"Bornstr. 22 ";" ";"20146 ";"Hamburg ";"040/441917-27 ";" ";"040/441917-29 ";" " +lieferant ;00503601;"Waltke & Quernheim GbR ";" ";"Siegfriedstr. 70 ";" ";"33615 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00503602;"Rio Grande Arts & Crafts GmbH ";" ";"Xantener Str. 42 ";" ";"40670 ";"Meerbusch ";"02159/81891 ";" ";"02159/6466 ";" " +lieferant ;00503603;"Deichgraf Textil Grohandels GmbH ";" ";"Amsterdamer Strae 232 ";" ";"50735 ";"Kln ";"0221/76803843 ";" ";"0221/76803845 ";" " +lieferant ;00503604;"Jane Norman Retail GmbH & Co.KG ";" ";"Cecilienallee 12 ";" ";"40474 ";"Dsseldorf ";"0211/301255-33 ";" ";"0211/301255-99 ";" " +lieferant ;00503605;"Tucan Licenses BV ";" ";"P.O. Box 8077 ";"P.O. Box 8077 ";"1802 KB ";"Alkmaar ";"+31-72/576074-0 ";" ";"+31-72/576074-1 ";" " +lieferant ;00503606;"Modelleisenbahn GmbH ";" ";"Plainbachstrae 4 ";" ";"5101 ";"Bergheim ";"+43-5/7626-0 ";" ";"+43-5/7626-1599 ";" " +lieferant ;00503607;"True Religion Brand Jeans Germany GmbH ";" ";"Plange Mhle 6 ";" ";"40221 ";"Dsseldorf ";"0211/171499-0 ";" ";"0211/171499-115 ";" " +lieferant ;00503608;"Isis Fashion GmbH ";" ";"Bahnhofstr. 8 ";" ";"76698 ";"Ubstadt-Weiher ";" ";" ";" ";" " +lieferant ;00503609;"H.Mol Textiel BV ";" ";"Bosweg 9b ";" ";"3922 ";"GK Elst (U) ";" ";" ";" ";" " +lieferant ;00503610;"Pronto Moda Lili ";"di Han Guangoi ";"Via Yeneto 11/c ";" ";"501100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503611;"Lady M. ";"di Teng Dong Qing ";"Via Plemonte 3 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503612;"albisetti s.p.a. ";" ";"Via Nazionale, 3 ";" ";"22070 ";"Vertemate con Minoprio (CO) ";"+39-031/53727 ";" ";"+39-031/901295 ";" " +lieferant ;00503613;"Fashion Lab S.p.A. ";" ";"Via Polvica ";" ";"80035 ";"Nola ";" ";" ";" ";" " +lieferant ;00503614;"Komaretho GmbH ";" ";"Inkustrae 13 ";" ";"3400 ";"Klosterneuburg ";"+43-2243/228990 ";" ";" ";" " +lieferant ;00503615;"So Fashion s.a.r.l. ";" ";"50 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-148338004 ";" ";"+33-148336764 ";" " +lieferant ;00503616;"New 2000 ";" ";"8-10 Rue de la Haie Coq ";" ";"93324 ";"Aubervilliers Cedex ";"+33-148348295 ";" ";"+33-148347827 ";" " +lieferant ;00503617;"Nudie Jeans Marketing AB ";" ";"Sdra Larmgatan 14 ";" ";"411 16 ";"Gteborg ";" ";" ";" ";" " +lieferant ;00503618;"European Retail Network GmbH ";" ";"Kaiser-Friedrich Str. 1B ";" ";"40597 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503619;"Alchemist Fashion B.V. ";"Fashion House ";"Koningin Wilhelminaplein 8 ";" ";"1062 ";"HK Amsterdamm ";" ";" ";" ";" " +lieferant ;00503620;"Headoffice Noir A/S ";" ";"Rysensteensgade 1 st.tv. ";" ";"1552 ";"Copenhagen V ";" ";" ";" ";" " +lieferant ;00503621;"Supremo Shoes & Boots Handels GmbH ";" ";"Blocksbergstr. 174 ";" ";"66955 ";"Pirmasens ";"06331/5512-0 ";" ";"06331/5512-8 ";" " +lieferant ;00503622;"ACTC GmbH ";" ";"Alte Papierfabrik 28-30 ";" ";"40699 ";"Erkrath ";"0211/168281-0 ";" ";"0211/168281-29 ";" " +lieferant ;00503623;"HR Kindler-Consulting ";" ";"Im Rhrle 6 ";" ";"71101 ";"Schneich ";" ";" ";" ";" " +lieferant ;00503624;"L.H.P. (Luana Holding Products)S.p.A ";" ";"Viale Hanoi 12/a, 12/b ";" ";"50065 ";"Pontassieve (FIRENZE) ";" ";" ";" ";" " +lieferant ;00503625;"OLala GmbH ";" ";"Prienitzstr. 8 ";" ";"07422 ";"Bad Blankenburg ";" ";" ";" ";" " +lieferant ;00503626;"Valisere Lingerie ";" ";"Marsstrasse 40 ";" ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503627;"Jennifer Jones Leather GmbH ";" ";"Anton -Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503628;"AIDA Taschen & Accessoires ";"Aicha Wang ";"Anton-Kux-Str. 2A /A203 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00503629;"Beltart GmbH ";" ";"Friedrich-Engels-Str. 29 ";" ";"51545 ";"Waldbrl ";" ";" ";" ";" " +lieferant ;00503630;"best of retail GmbH ";" ";"Schanzenstr. 36, Gebude 197 ";" ";"51063 ";"Kln ";"0221/337745-0 ";" ";"0221/337745-29 ";" " +lieferant ;00503631;"The Hilt N.V. ";" ";"Minervahavenweg 2 ";" ";"1013 AR ";"Amsterdam ";"4036329009918 ";" ";"4036329009918 ";" " +lieferant ;00503632;"Ampntoullaeva Fashion ";" ";"Vitus Str. 59-71 ";" ";"41061 ";"Monchengladbach ";" ";" ";" ";" " +lieferant ;00503633;"Rudolf Litzlfelder GmbH ";" ";"Gutenbergstr. 16 ";" ";"85646 ";"Anzing b. Mnchen ";" ";" ";" ";" " +lieferant ;00503634;"maidenform brands International Limited ";" ";"Shannon Industrial Estate Unit 6 & 7 ";" ";"0 ";"Airport Free Zone, Co. Clare ";"0800/1860360 ";" ";" ";" " +lieferant ;00503635;"Bollmann Headwear Europe Ltd. ";" ";"Cleator Mills, Cleator ";" ";"CA 23 3DJ ";"Cumbria ";"+44-1946/810312 ";" ";" ";" " +lieferant ;00503636;"District Two Cosmetics Distribution GmbH";" ";"Balanstrae 73, Haus 10 ";" ";"81541 ";"Mnchen ";"089/360378-0 ";" ";"089/360378-0 ";" " +lieferant ;00503637;"Bloomingville A/S ";" ";"Lene Haus Vej 3-5 ";" ";"7430 ";"Ikast ";"+45-96264645 ";" ";"+45-96264650 ";" " +lieferant ;00503638;"Norwin Handels GmbH ";" ";"Ortsplatz 8, Hart ";" ";"3304 ";"St. Georgen/Ybbsfelde ";"+43-7472/24620 ";" ";"+43-7472/24620-36 ";" " +lieferant ;00503639;"J-Club International BV ";" ";"Vlotbrugweg 24 ";" ";"1332 AJ ";"Almere ";"+31-36/5320777 ";" ";"+31-36/5322098 ";" " +lieferant ;00503640;"5 Pre View AB ";" ";"Box 11179 ";"Box 11179 ";"10061 ";"Stockholm ";"+46-722103655 ";" ";"+46-48030755 ";" " +lieferant ;00503641;"20:20mobile Germany GmbH ";" ";"Nikolaus-Otto-Str. 1b ";" ";"53859 ";"Niederkassel ";"0228/9764997-0 ";" ";"0228/9764997-777 ";" " +lieferant ;00503642;"Nakamol Design, LLC ";" ";"50 East Oak Street, First Floor East ";" ";"60611 ";"Chicago, IL ";"+1-312/649-9146 ";" ";"+1-312/649-9133 ";" " +lieferant ;00503643;"Hoofdkantoor LifeStyle ";" ";"Verlengde Lageweg 19 ";" ";"1628 PM ";"Hoorn ";"+31-229/294900 ";" ";"+31-229/294901 ";" " +lieferant ;00503644;"SAINTS Textilvertriebs GmbH % Co. KG ";" ";"Weihoferstrae 100 ";" ";"75015 ";"Bretten ";"07252/977784 ";" ";"07252/977780 ";" " +lieferant ;00503645;"Handelsvertretung Georg Baumgartner ";" ";"Innsiedlung 2 ";" ";"6330 ";"Kufstein ";"+43-5372/65079 ";" ";"+43-5372/65079 ";" " +lieferant ;00503646;"Inka Koffke ";" ";"Spretistr. 9 ";" ";"85057 ";"Ingolstadt ";"0841/9819581 ";" ";"0841/9819667 ";" " +lieferant ;00503647;"Porzellanfabrik Tettau ";" ";"Fabrikstrae 1 ";"1020 ";"96355 ";"Tettau / Ofr. ";"0926998020 ";" ";"09269980277 ";" " +lieferant ;00503648;"Clementoni S.P.A. ";" ";"Zona Industriale Fontenoce ";" ";"62019 ";"Recanati (MC) ";" ";" ";" ";" " +lieferant ;00503649;"Glow2B Germany GmbH ";" ";"Max-Planck-Strae 3 ";" ";"42477 ";"Radevormwald ";"02195/92773-0 ";" ";"02195/92773-29 ";" " +lieferant ;00503650;"Sinnesberger Distribution ";"Michael Sinnesberger e.U. ";"Franz-Reisch-Str. 5-7 ";" ";"6370 ";"Kitzbhel ";"+43-5356/71431 ";" ";"+43-5356/72583 ";" " +lieferant ;00503651;"Sergio Tacchini International S.p.A. ";" ";"Galleria dei Borromeo 3 ";" ";"35137 ";"Padova ";" ";" ";" ";" " +lieferant ;00503652;"arthouse GmbH & Co. KG ";" ";"Gewerbestrae 4 ";" ";"86860 ";"Jengen ";"08241/96008-0 ";" ";"08241/96008-99 ";" " +lieferant ;00503653;"Systo Level s.r.l. ";" ";"Via Melibeo, 43 ";" ";"00155 ";"Roma ";" ";" ";" ";" " +lieferant ;00503654;"Cai Chun Sheng ";" ";"Via Pio Semeghini, 9 ";" ";"00155 ";"Roma ";" ";" ";" ";" " +lieferant ;00503655;"Magu GmbH ";" ";"Bruckmhlenstrae 25 ";" ";"79235 ";"Vogtsburg-Oberrotweil ";"07662/949467-10 ";" ";"07662/949467-67 ";" " +lieferant ;00503656;"Inside Brands GmbH ";" ";"Sonnenblick 5 ";" ";"08236 ";"Ellefeld ";"03745/751278-0 ";" ";"03745/751278-1 ";" " +lieferant ;00503657;"Blinden-Handwerker-Frsorge ";"Gotha / Thpringen GmbH ";"Kindieber-Str. 39 ";" ";"99867 ";"Gotha ";" ";" ";" ";" " +lieferant ;00503658;"Stockhouse ApS ";" ";"Holstebrovej 1-3 ";" ";"7490 ";"Aulum ";" ";" ";" ";" " +lieferant ;00503659;"Asiatides ";" ";"11, rue de Cambrai ";" ";"75945 ";"Paris Cedex 19 ";" ";" ";" ";" " +lieferant ;00503660;"Inovento AG ";" ";"Gartenweg ";" ";"5034 ";"Suhr ";" ";" ";" ";" " +lieferant ;00503661;"Alpheda Papierkultur ";" ";"Merianstrasse 24A ";" ";"60316 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00503662;"Fever Clothing Ltd ";" ";"Ground Floor 62, Eastcastle Street ";" ";"W1W8ED ";"London ";" ";" ";" ";" " +lieferant ;00503663;"CHW Shoe Supply Internationale ";"Schuhproduktionsvertriebsgese. mbH ";"Gteborger Str. 7 ";" ";"66482 ";"Zweibrcken ";" ";" ";" ";" " +lieferant ;00503664;"Relaunch Fashion BV ";" ";"Aventurijn 222 ";" ";"3316 LB ";"Dordrecht ";" ";" ";" ";" " +lieferant ;00503665;"Th. Braun GmbH ";" ";"Kellerstr. 5 "Alte Schule" ";" ";"25474 ";"Ellerbek ";" ";" ";" ";" " +lieferant ;00503666;"Agentur Homeister ";" ";"Mindenerstr. 46a ";" ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00503667;"Dethlefsen & Balk GmbH ";" ";"Hermann- Wsthof-Ring 16 ";" ";"21035 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503668;"Numa Style S.r.l. ";" ";"Via Lombardia, 10 ";" ";"20036 ";"Meda ";" ";" ";" ";" " +lieferant ;00503669;"EASY Haushaltsprodukte ";"Jochen Petereit ";"Amselweg 15 ";" ";"58507 ";"Ldenscheid ";" ";" ";" ";" " +lieferant ;00503670;"& Klevering Ws. ";" ";"van marwijk kooystraat 10 b ";" ";"1096 ";"br Amsterdam ";" ";" ";" ";" " +lieferant ;00503671;"G.F. Heim Shne ";" ";"Ernst-Ludwig-Str. 3 ";" ";"64372 ";"Ober-Ramstadt ";" ";" ";" ";" " +lieferant ;00503672;"Diliar S.r.l. ";" ";"Via Togliatti, 7 ";" ";"50052 ";"Certaldo ";" ";" ";" ";" " +lieferant ;00503673;"Bestron Nederland BV ";" ";"Moeskampweg 20 ";" ";"5222 AW ";"'s-Hertogenbosch ";"+31-73/6216335 ";" ";"+31-73/6212396 ";" " +lieferant ;00503674;"Calliope ";" ";"241, Rue Saint-Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00503675;"Shimo Shimo Euro 2000 ";" ";"230, Rue St. Denis ";" ";"75002 ";"PAris ";" ";" ";" ";" " +lieferant ;00503676;"Artefina Design ApS ";" ";"GL. Guldagervej 46A ";" ";"6710 ";"Esbjerg V ";" ";" ";" ";" " +lieferant ;00503677;"Onyxo S.A.R.L. ";" ";"275 Rue Saint Denis ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00503678;"DCC Lili la Tigresse ";" ";"119 Boulevard de Sabastopol ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00503679;"Pronto Moda H.P. di Jin Yongfen ";" ";"Va del Foogo, 8 ";" ";"69100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503680;"Rong Xin s.r.l. ";" ";"Via Principe Eugenio, 1-1a ";" ";"00185 ";"Roma ";" ";" ";" ";" " +lieferant ;00503681;"De Chang s.r.l. ";" ";"Via Filippo Turati 81 ";" ";"0085 ";"Roma ";" ";" ";" ";" " +lieferant ;00503682;"Beaujou International B.V. ";" ";"Arnhemseweg 102 ";" ";"6711 HJ ";"Ede GLD ";"+31-623 964 662 ";" ";"+31-318 619 450 ";" " +lieferant ;00503683;"Gallo S.p.A. ";" ";"129, Viale Motta Casella Postale 133 ";" ";"25015 ";"Desenzano ";" ";" ";" ";" " +lieferant ;00503684;"Handelsmaatschappij J.H. van Hilst b.v. ";" ";"Elzenweg 19 ";" ";"5144 MB ";"Waalwijk ";"+31-416/335196 ";" ";"+31-416/342131 ";" " +lieferant ;00503685;"Toper B.V. ";" ";"Nieuw Zeelandweg 7 ";" ";"1045 AL ";"Amsterdam ";"+31-20/6112878 ";" ";"+31-20/4110622 ";" " +lieferant ;00503686;"Absolut Fashion ";" ";"68 rue des Archives ";" ";"75003 ";"Paris ";"+33-1/42728126 ";" ";" ";" " +lieferant ;00503687;"Jubel & Stern GmbH ";" ";"Sonnenacker 22 ";" ";"40489 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503688;"France Concept Import - Export ";" ";"57, Rue Sedaine ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00503689;"Eternekke SAS Chicline ";" ";"79 AV Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503690;"Ivy Land ";" ";"8/10 Rue de la Haie coq ";" ";"93300 ";"Auberviliiers ";" ";" ";" ";" " +lieferant ;00503691;"Mila Mode ";" ";"8/10 Rue da la Haie coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503692;"Faliero Sarti L'accessorio srl ";" ";"Via Vittorio Alfieri, 88 ";" ";"50013 ";"Campi Bisenzio (FI) ";"+39-055/8966250 ";" ";"+39-055/890604 ";" " +lieferant ;00503693;"Max Mara Hosery ";" ";"Via Giulia Maramotti 4 ";" ";"42124 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00503694;"colorkitchen GmbH ";" ";"Mangfallstr.5 ";" ";"81547 ";"Mnchen ";"089/8589620-0 ";" ";"089/8589620-2 ";" " +lieferant ;00503695;"Schuhagentur Christoph Siegel e. K. ";" ";"Am Technologiepark 8 ";" ";"82229 ";"Seefeld ";"08152/9993511 ";" ";"08152/9993510/13 ";" " +lieferant ;00503696;"RO.DI. Group s.r.l. ";" ";"via Pasubio, 78 ";" ";"40133 ";"Bologna ";"+39-051/433803 ";" ";"+39-051/4392035 ";" " +lieferant ;00503697;"Shoes Unlimited B.V. ";" ";"Grotestraat 2 ";" ";"5141 HA ";"Waalwijk ";"+31-416/340565 ";" ";"+31-416/652021 ";" " +lieferant ;00503698;"Click Company B.V. ";" ";"Anthony van Leeuwenhoekweg 40 ";" ";"2408 AN ";"Alpen aan den Rijn ";"+31-172/501123 ";" ";"+31-172/501526 ";" " +lieferant ;00503699;"Werner Mller GmbH ";" ";"Rudolf-Diesel-Strae 7 ";"1828 ";"67227 ";"Frankenthal ";"06233/3793-0 ";" ";"06233/3793-20 ";" " +lieferant ;00503700;"MeroWings International GmbH & Co. KG ";" ";"Sauerlandstr. 20 ";" ";"70469 ";"Stuttgart ";"0711/6016238 ";" ";"0711/6016239 ";" " +lieferant ;00503701;"Jeannot's srl ";" ";"Via dei Calzaturieri, 11 ";" ";"70056 ";"Molfetta (BA) ";"+39-080/3381233 ";" ";"+39-080/3384982 ";" " +lieferant ;00503702;"Revolution Limited ";" ";"256, 26th Street ";" ";"CA 90402 ";"Santa Monica ";" ";" ";" ";" " +lieferant ;00503703;"Hager & Co. GmbH ";"Stoffe-Gardinen ";"Darmstdter Str. 100 ";" ";"63741 ";"Aschaffenburg ";"06021/89095 ";" ";"06021/418800 ";" " +lieferant ;00503704;"Sport- & Modeagentur A.Wagner ";"Andy Wagner ";"Goethestr. 98a ";" ";"63225 ";"Langen ";"06103/977252 ";" ";"06103/977254 ";" " +lieferant ;00503705;"Softclox ";"Cristina Mhle ";"Alpseestrae 5 ";" ";"81377 ";"Mnchen ";"089/57933391 ";" ";"089/57001868 ";" " +lieferant ;00503706;"SPM Shoetrade GmbH ";" ";"Siemensstrae 31 ";" ";"47533 ";"Kleve ";"02821/8069857 ";" ";"02821/8069858 ";" " +lieferant ;00503707;"Grace GmbH ";" ";"Carl-Zeiss-Strasse 11 ";" ";"72793 ";"Pfullingen ";"+49 7121241959-0 ";" ";"+49 7121241959-59 ";" " +lieferant ;00503708;"Daus Modevertrieb (Plomo o Plata) ";" ";"Sanderring 21 ";" ";"97070 ";"Wrzburg ";"0931/3046-357 ";" ";"0931/3046-358 ";" " +lieferant ;00503709;"Ralph Gladen ";" ";"Wolbecker Windmhle 19a ";" ";"48167 ";"Mnster-Wolbeck ";" ";" ";" ";" " +lieferant ;00503710;"DEV. Marc Remmert ";" ";"Schloerstr. 7 ";" ";"33790 ";"Halle Westf. ";" ";" ";" ";" " +lieferant ;00503711;"Sugarhill Boutique ";" ";"Unit 10 Davigdor Mews ";" ";"BN3 1RF ";"Hove ";" ";" ";" ";" " +lieferant ;00503712;"Olaf Richter Hiluxx ";" ";"Lottestr. 57 ";" ";"22529 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503713;"Zand Amsterdam Wholesale ";" ";"P.O. Boc 59146 ";" ";"1060 CD ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00503714;"O'Neill Europe BV ";" ";"Oosteinde 32 ";" ";"2361 HE ";"Warmond ";" ";" ";" ";" " +lieferant ;00503715;"Bouzi & Co ";" ";"P.O. Box 171, Agia Paraskevi ";" ";"57001 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00503716;"IMMAGINE srl ";" ";"Viaq Plo XI, 149 ";" ";"22100 ";"Como ";" ";" ";" ";" " +lieferant ;00503717;"E. Oettinger GmbH ";" ";"OTTO-HAHN-STR. 10 ";" ";"83428 ";"Hanau ";" ";" ";" ";" " +lieferant ;00503718;"Best Tekstil Sanayii A.S. ";" ";"Maslak Mah.Dereboyu Cad.no:6/3 ";" ";"34398 ";"Sisli / Istanbul ";" ";" ";" ";" " +lieferant ;00503719;"LIOLA TEKSTIL SAN.TIC.LTD.STI ";" ";"Sok. No: 9 ";" ";"34590 ";"Bahelievler/Istanbul ";" ";" ";" ";" " +lieferant ;00503720;"LAGOON Limited ";" ";"38 Lok Ku Road ";" ";"0 ";"Sheung Wan, Hong Kong ";" ";" ";" ";" " +lieferant ;00503721;"Avit mode GmbH ";" ";"Hansaalee 313 ";" ";"40549 ";"Dsseldorf ";"0211/55026987 ";" ";" ";" " +lieferant ;00503722;"Pols Pottern ";" ";"Hornweg 77a ";" ";"1432 ";"GD Aalsmeer ";" ";" ";" ";" " +lieferant ;00503723;"YOKO Sportartikel Vertriebs GmbH ";" ";"Am Hirtengarten 30 ";" ";"57290 ";"Neunkirchen ";" ";" ";" ";" " +lieferant ;00503724;"XU Textil Grosshandel ";" ";"Ingolstdter Str. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503725;"Not Your Daughter's Jeans ";" ";"Kon . Wilheminaplein 13 ";" ";"1060 CD ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00503726;"Blackboard S.r.l. ";" ";"Via Livraghi, 14 ";" ";"20126 ";"Milano (MI) ";"+39-02/255151-1 ";" ";" ";" " +lieferant ;00503727;"Cornelia Geppert Mode Accessoires GmbH ";" ";"Goldlackstr. 24 ";" ";"42369 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00503728;"CMT international NV ";" ";"Watertorenstraat 2 ";" ";"3590 ";"Diepenbeek ";" ";" ";" ";" " +lieferant ;00503729;"Style & Republic GmbH ";" ";"Rosenthaler Strae 13 ";" ";"10119 ";"Berlin ";"030/6122084 ";" ";" ";" " +lieferant ;00503730;"Textilberatung Dagmar Schmidt GmbH ";" ";"Danziger Strae 15 ";" ";"61118 ";"Bad Vilbel ";" ";" ";" ";" " +lieferant ;00503731;"Ragsch Retail GmbH ";" ";"Tumannstrasse 70 ";" ";"40477 ";"Dsseldorf ";"+49 (0)211.4 695 750 ";" ";"Fax +49 (0)211.6 397 243 ";" " +lieferant ;00503732;"Vino & Sapori ";" ";"Hauptstr. 15 ";" ";"86825 ";"Bad Wrishofen ";" ";" ";" ";" " +lieferant ;00503733;"Boodevaar Moden GmbH ";" ";"Untermark 6 ";" ";"82515 ";"Wolfratshausen ";" ";" ";" ";" " +lieferant ;00503734;"SKINS GmbH ";" ";"Lillienthalallee 40 / D124 ";" ";"80939 ";"Mnchen ";"089/1891767-0 ";" ";"089/1891767-20 ";" " +lieferant ;00503735;"Carsten Busch ";" ";"Am Weidengrund6 ";" ";"21109 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503736;"Atout Cosmetics GmbH & Co. KG ";" ";"Harderweg 7 ";" ";"22549 ";"Hamburg ";"040/42933677-0 ";" ";"040/42933677-15 ";" " +lieferant ;00503737;"United Fashion Group NL ";" ";"Koningin Wilhelminaplein 1 7 ";" ";"1062 HG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00503738;"Coflusa S.A. ";" ";"Poligono Industrial s/n ";" ";"07300 ";"Inca / Mallorca ";" ";" ";" ";" " +lieferant ;00503739;"Sport - Fashion - Center ";" ";"Carl - Schurz Str. 7 ";" ";"41460 ";"Neuss ";"02131/1334444 ";" ";"02131/1334445 ";" " +lieferant ;00503740;"Kramer GmbH & Co. KG (Herzensangel.) ";" ";"Am Hansastadion 3 ";" ";"28195 ";"Bremen ";"0421/348061 ";" ";"0421/348062 ";" " +lieferant ;00503741;"Rosemunde ApS ";" ";"Stakoften 2 ";" ";"2950 ";"Vedbaek ";"+45-3964 0190 ";" ";" ";" " +lieferant ;00503742;"Rossimoda S.p.A. ";" ";"Via Venezia 22 ";" ";"35010 ";"Vigonza (Padova) ";" ";" ";" ";" " +lieferant ;00503743;"GEA s.r.l. ";" ";"Via Signagatta 23 ";" ";"10044 ";"Pianezza ";" ";" ";" ";" " +lieferant ;00503744;"NOOSA ";"Best of Retail GmbH ";"Lderichstrae 2-4 ";" ";"51105 ";"Kln ";" ";" ";" ";" " +lieferant ;00503745;"Zucchero GmbH ";" ";"Hofmannstrae 7a ";" ";"81379 ";"Mnchen ";"089/7263401-0 ";" ";"089/7263401-1 ";" " +lieferant ;00503746;"Zwei GmbH ";" ";"Waldstrae 15 ";" ";"64331 ";"Weiterstadt ";"06151/86045-99 ";" ";"06151/86045-85 ";" " +lieferant ;00503747;"Readycot s.a. ";" ";"9th Agalianoy Str. - A. Touba ";" ";"543 52 ";"Thessaloniki ";"+30-31/922761 ";" ";"+30-31/901530 ";" " +lieferant ;00503748;"Willi Heller e.Kfm. ";"Pelz Gross- und Einzelhandel ";"In der Drrwiesen 12 ";" ";"74731 ";"Walldrn ";"06286/1205 ";" ";"06286/404 ";" " +lieferant ;00503749;"Rudolf Wille ";" ";"Neue Str. 14 ";" ";"21244 ";"Buchholz ";" ";" ";" ";" " +lieferant ;00503750;"Sani Blu ";" ";"Industrial Area Thermis ";"60223 ";"570 01 ";"Thermi ";" ";" ";" ";" " +lieferant ;00503751;"Yuan Sheng ";" ";"Haus der Mode 1, R. 115 , Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00503752;"me & my Jeans GmbH ";" ";"Konrad-Ott-Str.1 ";" ";"91301 ";"Forchheim ";"09191/ 83 - 299 ";" ";"09191 / 83 - 316 ";" " +lieferant ;00503753;"Clementine s.r.l. ";" ";"Via Santa Chiara, 38 ";" ";"59100 ";"Prato (PO) ";"+39-0574/448194 ";" ";"+39-0574/610465 ";" " +lieferant ;00503754;"DEPT bv ";" ";"Mangaan 11 ";" ";"5234 GD ";"s-Hertogenbosch ";"+31-73/6443-43 ";" ";"+31-73/6443-333 ";" " +lieferant ;00503755;"THEMATA AG ";" ";"Kanzleistrasse 117 ";" ";"8004 ";"Zrich ";"+41-44/24038-10 ";" ";"+41-44/24038-11 ";" " +lieferant ;00503756;"Norvin Handels GmbH ";" ";"Ortsplatz 8/Hart ";" ";"3304 ";"St. Georgen/Ybbsfelde ";" ";" ";" ";" " +lieferant ;00503757;"NewCo Trade GmbH ";" ";"Aulendorferstrae 32 ";" ";"88339 ";"Bad Waldsee ";"0731/9314395 ";" ";"0731/9314396 ";" " +lieferant ;00503758;"FRETZ MEN AG ";"Herrenschuhfabrik ";"Hallwilerweg 4 ";" ";"5615 ";"Fahrwangen ";"+41-56/6766010 ";" ";"+41-56/6766039 ";" " +lieferant ;00503759;"Label Agent Distribution ";" ";"Lobeckstrae 30-35, Haus D, Raum 213 ";" ";"10969 ";"Berlin ";"030/322970220 ";" ";"030/202375689 ";" " +lieferant ;00503760;"SCHEIBLER ";"Importgesellschaft mbH ";"Industriestrae 11 ";" ";"94330 ";"Salching ";"09421/9627-0 ";" ";"09421/9627-150 ";" " +lieferant ;00503761;"Mikk-Line A/S ";" ";"Tultrupvej 11 ";" ";"7430 ";"Ikast ";"+45-86861611 ";" ";"+45-86862818 ";" " +lieferant ;00503762;"Blinden-Arbeitszentrale Saar e.V. ";" ";"Maibrunnenweg 1 ";" ";"66578 ";"Schiffweiler-Heiligenwald ";"06821/9437532 ";" ";"06821/9437534 ";" " +lieferant ;00503763;"s&m. fashion GmbH (Wiesloch) ";" ";"In den Ziegelwiesen 25/1 ";" ";"69168 ";"Wiesloch ";"06222/30486-0 ";" ";"06222/30486-19 ";" " +lieferant ;00503764;"Only A Shoes BV ";" ";"Cartografenweg 24 ";" ";"5141 MT ";"Waalwijk ";"+31-416/315-531 ";" ";"+31-416/315-111 ";" " +lieferant ;00503765;"HF-Sport GmbH ";" ";"Bahnhofstrae 10 ";" ";"9431 ";"St. Stefan ";"+43-4352/51500 ";" ";"+43-4352/51500-5 ";" " +lieferant ;00503766;"George's s.r.l. ";" ";"Via Crocella Santa, 82/B ";" ";"81027 ";"San Felice a Cancello (CE) ";"+39-0823/950382 ";" ";" ";" " +lieferant ;00503767;"Herpa Miniaturmodelle GmbH ";" ";"Leonrodstr. 46-47 ";" ";"90599 ";"Dietenhofen ";"09824/951-00 ";" ";"09824/951-100 ";" " +lieferant ;00503768;"Artsana Germany GmbH (chicco) ";" ";"Borsigstr. 1-3 ";" ";"63128 ";"Dietzenbach ";" ";" ";" ";" " +lieferant ;00503769;"Simba-Dickie-Vertriebs-GmbH ";" ";"Werkstr. 1 ";" ";"90765 ";"Frth ";" ";" ";" ";" " +lieferant ;00503770;"Maggi ";" ";"Flat C-H, 18/F, 63-75 Ta Chuen Ping St ";" ";". ";"Kwai Chung, N.T., Kowloon, Hong Kong ";"+852/2426-7621 ";" ";"+852/2489-8776 ";" " +lieferant ;00503771;"Special-Druck-Design ";" ";"Carl-Bantzer-Weg 2 ";" ";"35279 ";"Neustadt ";"06692/5983 ";" ";"06692/7398 ";" " +lieferant ;00503772;"Nexxpro, Lda ";" ";"Z.I. de Amoreira da Gandara, Lote No. 11";" ";"3780-024 ";"Amoreira da Gandara, Anadia ";"+351 231 596 860 ";" ";": +351 231 596 861 ";" " +lieferant ;00503773;"Maison de Paris GmbH ";" ";"Modering 1, Haus A Raum 611 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503774;"St. Barth srl ";" ";"Via Comelico 3 ";" ";"20135 ";"Milano ";" ";" ";" ";" " +lieferant ;00503775;"Schlapperl GmbH ";" ";"Finkenstr. 8 ";" ";"85521 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503776;"Lotus Benelux B.V. ";" ";"Proostwetering 103 ";" ";"3543 ";"AC Uetrecht ";" ";" ";" ";" " +lieferant ;00503777;"Golden Season srl ";" ";"Via Corfu, 66 ";" ";"25124 ";"Brescia ";" ";" ";" ";" " +lieferant ;00503778;"Forest Oak ";" ";"Marktveldpassage 12 ";"P.O. Box 67 ";"5261 EC ";"Vught ";"+31-73751-3668 ";" ";" ";" " +lieferant ;00503779;"zz~MANGO (503394) ";"Punto FA, S.L. ";"Pol.Ind.Riera de Caldes,c/Mercaders,9-11";" ";"08184 ";"Palau-Solita i Plegamans (Barcelona) ";"+34-93/86022221 ";" ";"+34-93/8602251 ";" " +lieferant ;00503780;"Vingino ";" ";"Marinhoef 6 ";" ";"3851 ";"St Ermelo ";" ";" ";" ";" " +lieferant ;00503781;"Walt and Brown S.A ";" ";"Via Cgn 2 ";" ";"6883 ";"Novazzano ";"+41-91/9800256 ";" ";"+41-91/9800258 ";" " +lieferant ;00503782;"L&H Handels GmbH ";" ";"Hessenstrasse 1 ";" ";"30855 ";"Langenhagen ";" ";" ";" ";" " +lieferant ;00503783;"Jrgen Schiefelbein ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"0176 490 772 99 ";" ";"+49 40 1 888 11 344 ";" " +lieferant ;00503784;"B&B Tekstil ";" ";"Sevgi Sitesi Zambak Sk. No 3-4 ";" ";"34457 ";"Tarabya/Istanbul ";"+90-212/2237737 ";" ";"+90-212/2993261 ";" " +lieferant ;00503785;"KnowledgeCotton Apparel ";" ";"Nystedvej 11 ";" ";"7400 ";"Herning ";"+45-70209031 ";" ";"+45-70209931 ";" " +lieferant ;00503786;"Meyer & Meyer ";"Logistikzentrum Essen GmbH & Co. KG ";"Teilungsweg 30 ";" ";"45329 ";"Essen ";"0201/83332-603 ";" ";"0201/83332-609 ";" " +lieferant ;00503787;"DFP International SpA (European Culture)";" ";"Via Leonardo da Vinci, 31 ";" ";"64013 ";"Corropoli (TE) ";"+39-0861/839166 ";" ";"+39-0861/839168 ";" " +lieferant ;00503788;"French Connection ";"Pre Tex ";"Unit B, Dolphin Way ";" ";"RM19 1NZ ";"Purfleet, Essex ";"+44-80/70367075 ";" ";"+44-20/70367071 ";" " +lieferant ;00503790;"n a/s ";" ";"Neptunvej 18 ";" ";"8960 ";"Randers S ";"+45-8712 2300 ";" ";"+45-8712 2301 ";" " +lieferant ;00503791;"Hartman Cosmetic GmbH ";" ";"Grntenstr. 4 ";" ";"87789 ";"Woringen ";" ";" ";" ";" " +lieferant ;00503792;"Giving & Living ApS ";" ";"Oscar Ellingers Vej 5 ";" ";"2000 ";"Frederiksberg ";" ";" ";" ";" " +lieferant ;00503793;"You and Me ";" ";"5-7 Rue des Grandinox ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503794;"BPC Amersfoort B.V. ";" ";"Terminalweg 15 ";"Postbus 2525 ";"3821 AJ ";"Amersfoort ";"+31-33/4544344 ";" ";"+31-33/4544333 ";" " +lieferant ;00503795;"Five Seasons AB ";" ";"Lergksgatan 14 ";" ";"421 50 ";"Vstra Frlunda ";" ";" ";" ";" " +lieferant ;00503796;"House of Accessories A/S ";" ";"Islevdalvej 96 ";" ";"2610 ";"Rodovre ";"+45-44840666 ";" ";"+45-44840686 ";" " +lieferant ;00503797;"Aktiv Life Sport & Wellness GmbH ";" ";"St. Tniser Str. 22 ";" ";"47906 ";"Kempen ";"02152/8959288 ";" ";"02152/204031 ";" " +lieferant ;00503798;"Tropica-Floristik ";"Kunstgewerbe ";"Winzenheimer Str. 30 ";" ";"55559 ";"Bretzenheim ";"0671/83418-0 ";" ";"0671/83418-38 ";" " +lieferant ;00503799;"blomus GmbH ";" ";"Zur Hubertushalle 4 ";" ";"59846 ";"Sundern ";"02933/831-0 ";" ";"02933/831-201 ";" " +lieferant ;00503800;"HUB BUB BV ";" ";"Saturnusstraat 60, unit 82 ";" ";"2516 AH ";"Den Haag ";"+31-70/21703-00 ";" ";"+31-70/21703-33 ";" " +lieferant ;00503801;"Levi's Footwear & Accessories S.A. ";" ";"Va alla Campagna 2 entr. B ";" ";"6934 ";"Bioggio ";"+41 091 611 5171 ";" ";"+41 091 600 1855 ";" " +lieferant ;00503802;"Khawaja Ledermoden GmbH ";" ";"Feincheswiese 13 ";" ";"56424 ";"Staudt bei Montabaur ";" ";" ";" ";" " +lieferant ;00503803;"New Zealand ";" ";"Koninginneweg 1 ";" ";"3871 JZ ";"Hoevelaken ";" ";" ";" ";" " +lieferant ;00503804;"Vilebrequin Central Europe ";"Distribution GmbH ";"Bltenstr. 9 ";" ";"80799 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503805;"Piedi Nudi s.r.l. ";" ";"Via Alfredo Cappellini, 3 ";" ";"00185 ";"Roma ";" ";" ";" ";" " +lieferant ;00503806;"Hoff-Interieur GmbH & Co.KG ";"Wohnen und Schenken ";"Wetzlarer Strae 26 ";" ";"90427 ";"Nrnberg ";"0911/93060-0 ";" ";"0911/3071335 ";" " +lieferant ;00503807;"Animation Ltd. ";" ";"30 Kanton Road, Tower 2, Rm 1109-1110 ";" ";". ";"Tsim sha Tsui, Kowloon, Hong Kong ";"+86-852/23751396 ";" ";" ";" " +lieferant ;00503808;"Lucky Mind ";" ";"31 Tai Yip Street, Flat A+B, 4th floor ";" ";". ";"Kwung Tong (Ngau Tau Kok), Kowloon, HK ";"+86-852/23688698 ";" ";" ";" " +lieferant ;00503809;"Top Elite International Ltd. ";" ";"3 Salisbury Road, Unit 523, Star House ";" ";". ";"Tsim Sha Tsui, Kowloon, Hong Kong ";"+86-852/21109966 ";" ";" ";" " +lieferant ;00503810;"Kkten Tekstil ";" ";"Ferhatpasa Mah.Kocasinan Cad.G-7 SK N125";" ";"34858 ";"Kayistag/Istanbul ";"+90-216/6612341 ";" ";" ";" " +lieferant ;00503811;"Max Mara s.r.l. ";" ";"Via Giulia Maramotti, 4 ";" ";"42100 ";"Reggio Emilia (RE) ";"+39-0522/3891 ";" ";"+39-0522/3993993 ";" " +lieferant ;00503812;"Wallace Sacks Ltd. ";" ";"4th Floor, 8 Scrubs Lane ";" ";"NW 106RB ";"London ";" ";" ";" ";" " +lieferant ;00503813;"c&s Design GmbH ";"David&Alex ";"Anton Kux Strae 2, B201-203 ";" ";"41460 ";"Neuss ";"02131/102450 ";" ";"02131/120452 ";" " +lieferant ;00503814;"SBS Shirt by Shirt Europe GmbH ";" ";"Ernst-Griesheimer-Platz 6a ";" ";"63071 ";"Offenbach ";"069/80089901 ";" ";"069/82993392 ";" " +lieferant ;00503815;"Dressing S.p.A. ";" ";"Via delle Industrie, 7 ";" ";"31057 ";"Silea ";" ";" ";" ";" " +lieferant ;00503816;"IVI GmbH ";"ehem. (Beneke-Eidmann Giesen GbR) ";"Bismarckstrae 50 ";" ";"50672 ";"Kln ";"0211/964469-22 ";" ";"0211/964469-25 ";" " +lieferant ;00503817;"McAlpine Consulting ";" ";"Herzogstrae 50 (Gartenhaus) ";" ";"80803 ";"Mnchen ";"089/38476388 ";" ";"089/38476396 ";" " +lieferant ;00503818;"Adamski & Caramia GmbH & Co. KG ";" ";"Cecilienallee 53 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00503819;"Ye Bomei ";" ";"Via Melibeo, 61 ";" ";"00155 ";"Roma ";" ";" ";" ";" " +lieferant ;00503820;"Jodeco Glass B.V. ";" ";"Anholtseweg 34 ";" ";"7091 HB ";"Dinxperlo ";" ";" ";" ";" " +lieferant ;00503821;"Brunnen Verlag GmbH ";" ";"Gottlieb-Daimler.Str. 22 ";" ";"35398 ";"Giessen ";" ";" ";" ";" " +lieferant ;00503822;"k1x GmbH ";" ";"Landwehrstr. 70a ";" ";"80336 ";"Mnchen ";"089/1795999-60 ";" ";" ";" " +lieferant ;00503823;"Cyroline Textil GmbH ";" ";"Kronsforder Allee 126a ";" ";"23560 ";"Lbeck ";" ";" ";" ";" " +lieferant ;00503824;"MBM Merchandising Products GmbH ";"Wiesnknig ";"Schomburger Strae 11 ";" ";"88279 ";"Amtzell ";" ";" ";" ";" " +lieferant ;00503825;"Pompei Collection ";" ";"Herbststr.8 ";" ";"82216 ";"Gernlinden ";" ";" ";" ";" " +lieferant ;00503826;"Vadim ";" ";"Mahdenthalstrae 87 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00503827;"Oste Vertrieb ";"Sabine Stier ";"Berg 35 ";" ";"21726 ";"Brobergen ";" ";" ";" ";" " +lieferant ;00503828;"Alfred Faller GmbH ";"Konfitrenmanufaktur ";"Seeweg 3 ";" ";"79594 ";"Utzenfeld ";" ";" ";" ";" " +lieferant ;00503829;"SHEELA ";"Jasmin Stanonik ";"Ramseiden 19 d ";" ";"5760 ";"Saalfelden ";"+43-680/1220330 ";" ";"+43-6582/20226-1 ";" " +lieferant ;00503830;"Agentur Claudia Krings ";" ";"Lohrstr. 41 ";" ";"51371 ";"Leverkusen ";"02173/1019809 ";" ";"02173/1019860 ";" " +lieferant ;00503831;"Roemer & Pus GbR ";" ";"Ackerstrae 3a ";" ";"10117 ";"Berlin ";"030/99296936-4 ";" ";"030/99296936-8 ";" " +lieferant ;00503832;"J. Gasser & Co. AG ";" ";"Industriestrasse 4 ";" ";"4658 ";"Dniken ";"+41-62/288908-0 ";" ";"+41-62/288908-5 ";" " +lieferant ;00503833;"Frank Wolfarth (Fashion Pure, Emily) ";" ";"Hinsbecker Str. 5a ";" ";"47929 ";"Grefrath ";"02158/408305 ";" ";"02158/408306 ";" " +lieferant ;00503834;"Calao S.L. ";" ";"Mendez Alvaro, 59 ";" ";"28045 ";"Madrid ";"+34-91/5283248 ";" ";"+34-91/5391099 ";" " +lieferant ;00503835;"SCANPAN A/S ";" ";"Industrivej 49 ";" ";"8550 ";"Ryomgaard ";"+45-87741400 ";" ";"+45-87741411 ";" " +lieferant ;00503836;"Style-Box GbR ";"Tanja Schlnvoigt/Maximilian Weiss ";"Albrecht-Berblinger-Str. 13 ";" ";"89231 ";"Neu-Ulm ";"0731/1762-135 ";" ";"0731/1762-136 ";" " +lieferant ;00503837;"fashion im netz ";"claus borgelt ";"Freiherr-vom-Stein-Str. 3 ";" ";"56220 ";"Bassenheim ";"0171/7402249 ";" ";"032121/324641 ";" " +lieferant ;00503838;"Hbsch A/S ";" ";"Marsvej 7 ";" ";"7430 ";"Ikast ";"+45-8891 7900 ";" ";"+45-8891 7909 ";" " +lieferant ;00503839;"Emro-Aziatica ";" ";"Hanzeweg 42029 ";" ";"7418AV ";"Deventer ";"0031570 625613 ";" ";"00031570 605092 ";" " +lieferant ;00503840;"Coast Fashions Ltd. ";" ";"Stanton Harcourt Industrial Estate ";" ";"OX29 5UT ";"Stanton Harcourt, Witney, Oxon ";" ";" ";" ";" " +lieferant ;00503841;"Lucky de Luca Modehandels UG ";" ";"Innenrieder Str. 1 ";" ";"94227 ";"Zwiesel ";"+49 9922-5025370 ";" ";"+49 89-9543 98899 ";" " +lieferant ;00503842;"Bervell S.r.l. Unipersonale ";" ";"Via Triestina Entrata D ";" ";"30020 ";"Torre di Mosto ";" ";" ";" ";" " +lieferant ;00503843;"Yvonne Fehling & Jennie Peiz ";" ";"Durlacher Allee 60, Alter Schlachthof ";" ";"76131 ";"Karlsruhe ";" ";" ";" ";" " +lieferant ;00503844;"Kvadrat GmbH ";" ";"Schne Aussicht 20 ";" ";"61348 ";"Bad Homburg ";"06172/94392-0 ";" ";"06172/94392-20 ";" " +lieferant ;00503845;"Lucky ";" ";"67 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503846;"Ieudi SRL ";" ";"Via di Peitralata 179 ";" ";"00158 ";"Rom ";" ";" ";" ";" " +lieferant ;00503847;"Pronto Moda MC di Hu Suping ";" ";"Via Friuli Venezia Giulia, 23 ";" ";"95100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00503848;"ARAV FASHION S.p.A., Silvian Heach ";" ";"Zona PIP, Localit Gorga, lot. 28 ";" ";"80036 ";"Palma Campania (NA) ";" ";" ";" ";" " +lieferant ;00503849;"DreiMaster Modevertrieb GmbH & Co. KG ";" ";"Osterfeldstr. 12-14 ";" ";"22529 ";"Hamburg ";"040/55288-333 ";" ";"040/55288-331 ";" " +lieferant ;00503850;"Umbra bv ";" ";"Transistorstraat 42-I ";" ";"1322 CG ";"Almere ";"+31-36/549-5422 ";" ";"+31-36/549-5420 ";" " +lieferant ;00503851;"J Shoes ";"Journey 2000 Limited ";"15 The Point, Rockingham Road ";" ";"LE16 7QU ";"Market Harborough, Leicestershire ";"+44-1858/468123 ";" ";"+44-1858/468234 ";" " +lieferant ;00503852;"Friederike Vetter ";"Ecua-Andino Niederlassung Nordeuropa ";"Hans-Heyden-Strae 21 ";" ";"25451 ";"Quickborn ";"04106/67744 ";" ";"04106/67744 ";" " +lieferant ;00503853;"Fabric Copenhagen ";" ";"Lindegardsvej 14, Baghuset ";" ";"2920 ";"Charlottenlund ";"+45-26353990 ";" ";"+45-39662220 ";" " +lieferant ;00503854;"NBR GmbH ";"New Balance Royer ";"Plange Mhle 2 ";" ";"40221 ";"Dsseldorf ";"0211/876374 00 ";" ";"0211/876374 20 ";" " +lieferant ;00503855;"Vento Vertriebs GmbH ";" ";"Hauptstrasse 6 ";" ";"85462 ";"Reisen ";"+49 (0) 8122 / 9727-10 ";" ";"+49 (0) 8122 / 9727-40 ";" " +lieferant ;00503856;"Space 2000 S.p.a. ";" ";"Piazza Carlo Emanuele II, 13 ";" ";"10123 ";"Torino ";"+39(0)124/510007 ";" ";"+39(0)124/510017 ";" " +lieferant ;00503857;"Brunelleschi srl ";" ";"Via Inghilterra, 12/A ";" ";"35010 ";"Vigonza (PD) ";"+39-049/7071504 ";" ";"+39-049/7071504 ";" " +lieferant ;00503858;"Pronto Moda Kai Tai ";"di Jiang Yan ";"Via Basilicata, 17 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00503859;"Soquesto GmbH ";" ";"Hrste 26 ";" ";"48231 ";"Warendorf ";"02584/9198-0 ";" ";"02584/9198-13 ";" " +lieferant ;00503860;"Anka Group ";" ";"Duquesa de Almodvar, 25-27 ";" ";"03830 ";"Muro de Alcoy (Alicante) ";"+34 (0) 96 55 30 306 ";" ";"+34 (0) 96 55 30 153 ";" " +lieferant ;00503861;"Gaastra International Footwear B.V. ";" ";"Krijgsman 12-14 ";"P.O. Box 18 ";"1186 DM ";"Amstelveen ";"+31-20/5038600 ";" ";"+31-20/5038603 ";" " +lieferant ;00503862;"BONFORT ";"Verstraete-Hahn N.V. ";"Sprietestraat 280 ";" ";"8792 ";"Desselgem ";"+32-56/73578-0 ";" ";"+32-56/73578-5 ";" " +lieferant ;00503863;"SAMTEX Textil-Handels-GmbH ";" ";"Limespark Sulzbach, Otto-Volger-Str. 9A ";" ";"65843 ";"Sulzbach/Taunus ";"06196/768011-0 ";" ";"06196/768011-9 ";" " +lieferant ;00503864;"Irmaos Vila Nova S.A. ";" ";"Avenida da Industria, n 511, Aparto7079";" ";"4760-725 ";"Ribeirao ";" ";" ";" ";" " +lieferant ;00503865;"alba textile agency GmbH ";" ";"7km Thessaloniki-Oreokastrou ";" ";"57013 ";"Thessaloniki ";"+30-2310/689843 ";" ";"+30-2310/692018 ";" " +lieferant ;00503866;"Palpa Trading B.V. ";" ";"Cartografenweg 40 ";" ";"5145 MT ";"Waalwijk ";"+31 416 650 155 ";" ";"+31 416 650 165 ";" " +lieferant ;00503867;"S-Style Sabine Wartinger ";" ";"Robert Koch Strae 7a ";" ";"4614 ";"Marchtrenk ";"+43-676/6715779 ";" ";" ";" " +lieferant ;00503868;"Fairford Holdings Germany GmbH ";" ";"Berliner Allee 32 ";" ";"40212 ";"Dsseldorf ";"0211/301874-0 ";" ";"0211/301874-14 ";" " +lieferant ;00503869;"Berneda s.a. ";" ";"C/Garbi, 30 Apartos de Correos,97 ";" ";"08786 ";"Capellades (Barcelona) ";" ";" ";" ";" " +lieferant ;00503870;"Wacoal France S.A. ";" ";"7/11, Rue des Gazometres ";" ";"93218 ";"Saint-Denis La Plaine ";"+33-1/559303-10 ";" ";"+33-1/559303-20 ";" " +lieferant ;00503871;"Duelle di Sabatini Luca & C. s.a.s. ";" ";"Via Ciambellana, 22/24 ";" ";"50059 ";"Vitolini - Vinci ";"+39-0571/584623 ";" ";"+39-0571/584079 ";" " +lieferant ;00503872;"Flower & Style GmbH & Co. KG ";" ";"Harderhook 19 ";" ";"46395 ";"Bocholt ";"02871/21902-0 ";" ";"02871/21902-866 ";" " +lieferant ;00503873;"Kylskpspoesi AB ";" ";"Olaigatan 34 ";" ";"703 61 ";"rebro ";" ";" ";" ";" " +lieferant ;00503874;"Groh Verlag GmbH ";" ";"Kleinfeldstrasse 4 ";" ";"82110 ";"Germering ";"089/622336- 0 ";" ";"089/622336-77 ";" " +lieferant ;00503875;"GIVEC Importacao Exportacao Texteis S.A.";" ";"Rua Nova do Corujo ";" ";"4750-784 ";"Barcelos ";" ";" ";" ";" " +lieferant ;00503876;"Electric Europe SARL ";" ";"202 Avenue des Menuisiers ";" ";"40150 ";"Soort-Hissegor ";" ";" ";" ";" " +lieferant ;00503877;"Marc Brssel ";"Eisen- & Stahlgrohandelsges. mbH ";"Willy-Messerschmitt-Str. 5 ";" ";"50126 ";"Bergheim ";"02271/6792-11 ";" ";"02271/6792-18 ";" " +lieferant ;00503878;"Adenauer & Co GmbH ";" ";"Goethestr. 73 ";" ";"40237 ";"Dsseldorf ";"0211/544189-0 ";" ";"0211/544189-79 ";" " +lieferant ;00503879;"F.I.V.E Bianchi S.p.A. ";" ";"via delle Batteglie 5 ";" ";"24047 ";"Treviglio (BG) ";" ";" ";" ";" " +lieferant ;00503880;"Sitting Bull GmbH ";" ";"Hauptstr. 70 ";" ";"33397 ";"Rietberg ";" ";" ";" ";" " +lieferant ;00503881;"Ellert & Richter Verlag GmbH ";" ";"Groe Brunnenstrae 116-120 ";" ";"22763 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00503882;"Carl Edelmann GmbH ";" ";"Steinheimer Strae 45 ";" ";"89518 ";"Heidenheim ";"07321/340-0 ";" ";"07321/340-244 ";" " +lieferant ;00503883;"Edelman B.V. ";" ";"Schinkeldijk 56 ";"P.O. Box 40 ";"2811 PB ";"Reeuwijk ";"+31-182/398200 ";" ";"+31-182/398300 ";" " +lieferant ;00503884;"Lightmakers B.V. (Light & Living) ";"Light & Lifestyle ";"'s Gravendijckseweg 8 ";" ";"2201 CZ ";"Noordwijk ";"+31-77/308130-0 ";" ";"+31-77/308130-9 ";" " +lieferant ;00503885;"Timehouse GmbH ";" ";"Hauptstrae 22a ";" ";"27324 ";"Eystrup ";"04254/9327-0 ";" ";"04254/9327-20 ";" " +lieferant ;00503886;"FRNIS ";"Wolfgang Frnwein ";"Servitengasse 4A ";" ";"1090 ";"Wien ";"+43-1/968 62 33 ";" ";"+43-1/9685285 ";" " +lieferant ;00503887;"J.C. Rags B.V. ";" ";"Mangaan 11 ";" ";"5234GD ";"`s Hertogenbosch ";"+31-73/6443434 ";" ";"+31-73/6443333 ";" " +lieferant ;00503889;"Flashpoint AG ";" ";"Tarpen 40 ";" ";"22419 ";"Hamburg ";"040/710060 ";" ";" ";" " +lieferant ;00503890;"Weico Produkte Spiele + Freizeitartikel ";"GmbH ";"Rheinhausener Str. 12 ";" ";"47239 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00503891;"caro e. ";"Carolin Ermer-Graening ";"Kochhannstr. 24 ";" ";"10249 ";"Berlin ";"030/42980600 ";" ";" ";" " +lieferant ;00503892;"Valbisenzio Tessitura a navetta srl ";" ";"Via Rondine 27 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00503893;"Lbech Living ApS ";" ";"Hasserisgade 14, st mf ";" ";"9000 ";"Aalborg ";"+45 9810 1617 ";" ";"+45 9815 9385 ";" " +lieferant ;00503894;"Feintschnerei ";"Leonhard Rau ";"Bergweg 12 ";" ";"83627 ";"Osterwarngau ";"08024/8908 ";" ";"08024/49182 ";" " +lieferant ;00503895;"who are you GmbH ";" ";"Weseler Str. 48-50 D ";" ";"45478 ";"Mlheim an der Ruhr ";"0208/305678-0 ";" ";"0208/305678-97 ";" " +lieferant ;00503896;"Leon's Modevertrieb ";"Inh. Harald Leonhardt ";"Aplentstrae 1 ";" ";"78262 ";"Gailingen ";"07734/4870328 ";" ";"07734/4870328 ";" " +lieferant ;00503897;"Franco Austral S.L. ";" ";"Calle Zamora 103, atico 1 ";" ";"08018 ";"Barcelona ";"+34-93/3004992 ";" ";"+34-93/3009509 ";" " +lieferant ;00503898;"shucube GmbH ";" ";"Bahnhofstrae 25 ";" ";"4880 ";"St. Georgen i. Attergau ";"+43-7667/8101-0 ";" ";"+43-7667/8101-4 ";" " +lieferant ;00503899;"Marie-Kristin Vonau ";"hangtime-beanies.de ";"Walderseestr. 63 ";" ";"25551 ";"Hohenlockstedt ";" ";" ";" ";" " +lieferant ;00503900;"S+P Trading KG ";" ";"Auwinkl 13b ";" ";"6352 ";"Ellmau ";"+43 5358 44585 ";" ";"+43 5358 44583 ";" " +lieferant ;00503901;"Artinsan Trading ";"Heimerdinger & Freyberg ";"Tbinger Str. 12-16 ";" ";"70178 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00503902;"ATOMIC Austria GmbH ";" ";"Lackengasse 301 ";" ";"5541 ";"Altenmarkt ";"+43-6452/3900-0 ";" ";"+43-6452/3900-120 ";" " +lieferant ;00503903;"Portocolonia ";"Organic Fair Fashion ";"Uferstr. 17 ";" ";"50996 ";"Kln ";" ";" ";" ";" " +lieferant ;00503904;"Mega Company GmbH ";" ";"Ulmerstrae 7 ";" ";"88212 ";"Ravensburg ";"0751/36688-11 ";" ";"0751/36688-17 ";" " +lieferant ;00503905;"Union 3 Fashion Ltd. ";" ";"4, Agiou Athanasiou Street ";" ";"564 30 ";"N. Efkarpia, Thessaloniki ";"+30-2310/683392 ";" ";"+30-2310/683123 ";" " +lieferant ;00503906;"Sorema Welspun Deutschland GmbH ";" ";"Bahnhofstr. 41 ";" ";"48356 ";"Nordwalde ";" ";" ";" ";" " +lieferant ;00503907;"International Trading ";" ";"Via per Curnasco 21 ";" ";"24100 ";"Bergamo ";" ";" ";" ";" " +lieferant ;00503908;"department ";"Agentur fr Kommunikation ";"Bayenthalgrtel 31 ";" ";"50968 ";"Kln ";" ";" ";" ";" " +lieferant ;00503909;"Bernhard Bhringer GmbH ";" ";"Wirtsgrund 7 ";" ";"91086 ";"Aurachtal ";" ";" ";" ";" " +lieferant ;00503910;"VESPUCCI S.A.R.L. ";" ";"30 Rue Du Temple ";" ";"75004 ";"Paris ";"+33-1/4277-0101 ";" ";"+33-1/4277-9576 ";" " +lieferant ;00503911;"GLG SERIGRAPHIE SAS ";" ";"6 Rue Sigmund Freud ";" ";"69120 ";"Vaulx-En-Velin Za La Rize ";"+33-4/37451222 ";" ";"+33-4/37451223 ";" " +lieferant ;00503912;"Prince Sports Europe Ltd. ";" ";"116 High Street, Thames House ";" ";"TW12 1NT ";"Hampton Hill, Middlesex ";" ";" ";" ";" " +lieferant ;00503913;"Scoretex GmbH ";" ";"Weidestrae 122c ";" ";"22083 ";"Hamburg ";"040-60924990 ";" ";"040-609249999 ";" " +lieferant ;00503914;"Cration Baumann GmbH ";" ";"Paul-Ehrlich-Strae 7 ";" ";"63128 ";"Dietzenbach ";"06074/3767-0 ";" ";"06074/3767-11 ";" " +lieferant ;00503915;"Stahlheber Accessoires ";" ";"Weier Stein 13 ";" ";"91786 ";"Gschwenda ";" ";" ";" ";" " +lieferant ;00503916;"Only Fashion s.r.l. ";" ";"Via Piemonte ";" ";"59180 ";"Prato ";" ";" ";" ";" " +lieferant ;00503917;"Gruppo Lin ";"di Lin Lingyaan ";"Via dell'Omo 141 ";" ";"00155 ";"Roma ";" ";" ";" ";" " +lieferant ;00503918;"J.U. Hildebrandt GmbH & Co. KG ";" ";"Bismarkstr. 4 ";" ";"33775 ";"Versmold-Peckeloh ";"05423/47680-6 ";" ";"05423/47680-7 ";" " +lieferant ;00503919;"Mhlbauer Hut und Mode GmbH & Co KG ";" ";"Franz-Josefs-Kai 15 ";" ";"1010 ";"Wien ";"+43-1/5335269 ";" ";"+43-1/5335269-23 ";" " +lieferant ;00503920;"S.C.S. GmbH ";"Thomas Rath ";"Cecilienallee 40 ";" ";"40474 ";"Dsseldorf ";"0211/4361570-0 ";" ";"0211/4361570-1 ";" " +lieferant ;00503921;"Everything Girl, Lda ";" ";"Estrada de Manique 1896 ";" ";"2645-560 ";"Alcabideche ";" ";" ";" ";" " +lieferant ;00503922;"Gerry Intergeschenke Ges.m.b.H. ";" ";"Blhnbachstrasse 9 ";" ";"5451 ";"Tenneck ";"+43-6468/8914 ";" ";"+43-6468/8914-4 ";" " +lieferant ;00503923;"Raffauf Rainwear ";" ";"Raumerstrae 2 ";" ";"50935 ";"Kln ";"0221/99837-10 ";" ";"0221/99837-11 ";" " +lieferant ;00503924;"Jay Daz fashion design Company ";" ";"Paul-Lbe-Weg 7 ";" ";"25337 ";"Elmshorn ";"04121/7010657 ";" ";"04121/7010653 ";" " +lieferant ;00503925;"Katimpex Einfuhr- und ";"Handelsgesellschaft mbH & Co. ";"Speicher Block Q, St. Annenufer 5 ";" ";"20457 ";"Hamburg ";"040/362081 ";" ";"040/365909 ";" " +lieferant ;00503926;"CRICK IT International GmbH & Co. KG ";" ";"Palmaille 55 ";" ";"22767 ";"Hamburg ";"040/28784576 ";" ";"040/41169732 ";" " +lieferant ;00503927;"Kimo Textilhandels GmbH ";" ";"Am alten Viehwege 28 ";" ";"53359 ";"Rheinbach ";" ";" ";" ";" " +lieferant ;00503928;"Droth Design ";"Inh. Thomas Droth ";"Zeppelinstr. 1 ";" ";"88410 ";"Bad Wurzach ";"07564/2387 ";" ";"07564/5557 ";" " +lieferant ;00503929;"Silentia GmbH ";" ";"Blankeneser Bahnhofstr. 29 ";"550182 ";"22587 ";"Hamburg ";"040/3905502 ";" ";"040/3903768 ";" " +lieferant ;00503930;"Lubiam Moda per L'uomo S.p.A. ";" ";"Viale Fiume 55 ";" ";"46100 ";"Mantova (MN) ";"+39-0376/3091 ";" ";"+39-0376/324421 ";" " +lieferant ;00503931;"Spring International GmbH ";" ";"Hhscheider Weg 29 ";" ";"42699 ";"Solingen ";"0212/658219-0 ";" ";"0212/658219-9 ";" " +lieferant ;00503932;"UmjuBELT by Krokopelli ";"Kerstin Wein ";"Amselweg 3 ";" ";"25597 ";"Breitenberg ";"04822/378551 ";" ";"04822/378552 ";" " +lieferant ;00503933;"Brandmasters GmbH ";" ";"Scheurenstr. 5 ";" ";"40215 ";"Dsseldorf ";"0211/157687-0 ";" ";"0211/157687-19 ";" " +lieferant ;00503934;"ACM Boots GmbH ";" ";"Otto-Schtz-Weg 3 ";" ";"8050 ";"Zrich ";"+41-44/86261-18 ";" ";"+41-44/86261-17 ";" " +lieferant ;00503935;"Bun S.r.l. ";" ";"Via Castellana 87 ";" ";"30174 ";"Venezia Mestre ";" ";" ";" ";" " +lieferant ;00503936;"Furextreme ";" ";"Niddastr. 63 ";" ";"60329 ";"Frankfurt / Main ";" ";" ";" ";" " +lieferant ;00503937;"Modeagentur Wolfgang Scheer ";" ";"Fritz-Reuter-Weg 1 ";" ";"49214 ";"Bad Rothefelde ";" ";" ";" ";" " +lieferant ;00503938;"Felllust, Nikolas Alex Kalpazidis ";"Furry Kalpazidis ";"Gounaradon Avenue Karamanli ";" ";"52100 ";"Kastoria ";"+30/24670/24022 ";" ";"+30/24670/24014 ";" " +lieferant ;00503939;"GMU Textil Vertriebs GmbH ";" ";"Konrad-Zuse-Ring 11 ";" ";"61137 ";"Schneck ";"06187/9936-030 ";" ";"06187/9936-032 ";" " +lieferant ;00503940;"Chaos Brothers (UK) Ltd ";" ";"15 New Street, Leamington Spa ";" ";"CV31 1HP ";"Warwickshire ";" ";" ";" ";" " +lieferant ;00503941;"Rhodi Suppliers Ltd ";" ";"1 Fishwick Park, Mercer Street ";" ";"PR1 4LZ ";"Preston ";"+44-1772/206107 ";" ";"+44-1772/822789 ";" " +lieferant ;00503942;"SenseSire Fa. Bernhard Brandl ";" ";"Israel-Beker-Str. 5a ";" ";"86899 ";"Landsberg ";"08191 428933 ";" ";" ";" " +lieferant ;00503943;"Speak up! Junia Keutel ";" ";"Spiegelweg 2 ";" ";"14057 ";"Berlin ";"030 3225931 ";" ";"030 3225978 ";" " +lieferant ;00503944;"Tecnica Group S.p.A. ";" ";"Via Fante d'Italia, 56 ";" ";"31040 ";"Giavera del Montello (TV) ";" ";" ";" ";" " +lieferant ;00503945;"Premium Brand Group Distribution GmbH ";" ";"Bltenstr. 9 ";" ";"80799 ";"Mnchen ";"089 27273414 ";" ";"089 27273415 ";" " +lieferant ;00503946;"Sarl Bella Best ";" ";"63 Rue Sedaine ";" ";"75011 ";"Paris ";"+33-1/47003228 ";" ";"+33-1/47003978 ";" " +lieferant ;00503947;"Victoria El ";"Accessoires de Mode ";"27, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00503948;"OLIP Italia S.p.A. Airstep ";" ";"Via Confine, 13 ";" ";"37017 ";"Cola di Lazise (VR) ";"+39-045/64631-11 ";" ";"+39-045/64631-91 ";" " +lieferant ;00503949;"Elite Fashion Vertriebs GmbH ";" ";"Santrigelstrae 12 ";" ";"81829 ";"Mnchen ";"089/212393-6 ";" ";"089/212393-70 ";" " +lieferant ;00503950;"Z.T. Moda di Lin Yunbao ";" ";"Via dei Fossi, 8/U ";" ";"59100 ";"Prato (PO) ";"+39-0574/623277 ";" ";" ";" " +lieferant ;00503951;"Goliath B.V. ";" ";"Vijzelpad 80 ";"P.O. Box 51 ";"8051 KR ";"Hattem ";"+31-38/4443093 ";" ";" ";" " +lieferant ;00503952;"Brkle Leisten & Profile GmbH ";" ";"Siemensstr. 30 ";"Postfach 1244 ";"67227 ";"Frankenthal ";"06233/373-0 ";" ";"06233/373-111 ";" " +lieferant ;00503953;"Martin Magnusson & Co AB ";"Hestra Handsken ";"Box 116 ";"Box 116 ";"330 27 ";"Hestra ";"+46-370/339710 ";" ";"+46-370/339705 ";" " +lieferant ;00503954;"THUASNE Deutschland GmbH ";" ";"Hauptstrae 16 ";" ";"35099 ";"Burgwald ";"06451/7212-0 ";" ";"06451/7212-950 ";" " +lieferant ;00503955;"Kampara Fashion BV ";" ";"Vijzelweg 18D ";" ";"5145 NK ";"Waalwijk ";"+31-416/340144 ";" ";"+31-416/330317 ";" " +lieferant ;00503956;"Cards & Arts Kuzniacki e.K. ";" ";"Sandweg 3 ";" ";"33790 ";"Halle / Westfalen ";" ";" ";" ";" " +lieferant ;00503957;"Otto Kern Accessories ";"Mathias Trebes ";"Hauptstrae 55 ";" ";"77799 ";"Ortenberg ";" ";" ";" ";" " +lieferant ;00503958;"anke drechsel ";" ";"Mondstrae 5 ";" ";"76135 ";"Karlsruhe ";"0721/849890 ";" ";"0721/857384 ";" " +lieferant ;00503959;"Wintex Textilhandels GmbH ";" ";"Maysweg 2 ";" ";"47918 ";"Tnisvorst ";" ";" ";" ";" " +lieferant ;00503960;"Citizens of Humanity Germany GmbH ";" ";"Kaiserswerther Strae 183 ";" ";"40474 ";"Dsseldorf ";"0211/171499-291 ";" ";"0211/171499-114 ";" " +lieferant ;00503961;"O-Motion ";"Compress an Sport ";"Am Gckel 24 ";" ";"96188 ";"Stettfeld ";" ";" ";" ";" " +lieferant ;00503962;"Stellwag Grtel ";" ";"Wittorfer Str. 84 ";" ";"24534 ";"Neumnster ";"04321/267418 ";" ";"04321/267419 ";" " +lieferant ;00503963;"66 North Baltic SIA ";" ";"Liela iela 77 ";" ";"3801 ";"Saldus novadus, Saldus ";"+371/63881247 ";" ";" ";" " +lieferant ;00503964;"ONE WAY Sport OY ";" ";"Shktie 8 ";" ";"01510 ";"Vantaa - Tammisto ";"+358-108345400 ";" ";"+358-108345401 ";" " +lieferant ;00503965;"Chillaz International GmbH ";" ";"Hoferweg 13 ";" ";"6134 ";"Vomp (Tirol) ";"+43-5242/62399 ";" ";"+43-5242/62777 ";" " +lieferant ;00503966;"Meyningmann Fussleisten GmbH ";" ";"Schtzenstr. 123 a ";" ";"48607 ";"Ochtrup ";"02553/80810 ";" ";"02553/720666 ";" " +lieferant ;00503967;"Schngeist Agentur ";"Bus & Hckelkempken GbR ";"Ludwigstrasse 32 / HH 3OG ";" ";"63067 ";"Offenbach am Main ";"069/80109993 ";" ";"069/80907473 ";" " +lieferant ;00503968;"H.J. Kaiser ";"Naturfellprodukte ";"Am Mhlenweg 3 ";" ";"56414 ";"Dreikirchen ";"06435/9647-0 ";" ";"06435/9647-99 ";" " +lieferant ;00503969;"Bernd Wigger Markenvertrieb (Casa Vigar)";" ";"Ortwicker Strae 11 ";" ";"48683 ";"Ahaus ";"02561/971350 ";" ";"02561/971351 ";" " +lieferant ;00503970;"Handelsagentur Alex Gruber ";" ";"Allersberger Str. 185, Hs. O, 2. OG ";" ";"90461 ";"Nrnberg ";"0911/4244860 ";" ";"0911/4244862 ";" " +lieferant ;00503971;"Dress - up di Calyanzhen ";" ";"Via Portuense 155 - isola L/30 ";" ";"00148 ";"Ponta Galeria ";" ";" ";" ";" " +lieferant ;00503972;"Hoferer Vertriebsagentur GmbH ";" ";"Walter-Gropius-Str. 21 ";" ";"80807 ";"Mnchen ";"089/327298-315 ";" ";"089/327298-310 ";" " +lieferant ;00503973;"Premium Fashion Brands BV ";" ";"Schweitzerlaan 66 ";" ";"1187 JD ";"Amstelveen ";"+31-20/3450155 ";" ";"+31-20/3454344 ";" " +lieferant ;00503974;"Odd Molly International AB ";" ";"Kornhamnstorg 6 ";" ";"111 27 ";"Stockholm ";"+46-8/52228500 ";" ";"+46-8/303628 ";" " +lieferant ;00503975;"Bhmler ";"Einrichtungshaus GmbH ";"Tal 11 ";" ";"80331 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00503976;"Buena Vista Modevertriebs GmbH ";" ";"Fraunhoferstr. 6 ";" ";"97076 ";"Wrzburg ";"0931/99120500 ";" ";"0931/32995144 ";" " +lieferant ;00503977;"ARTE Wohnaccessoires GmbH & Co KG ";" ";"Wigglis 5 ";" ";"88167 ";"Rthenbach ";" ";" ";" ";" " +lieferant ;00503978;"contexfashion / Pencini ";" ";"Verginas-Gennimata 1A ";" ";"54250 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00503979;"Black Diamond Equipment AG ";" ";"Hans-Maier Strasse 9 ";" ";"6020 ";"Innsbruck ";"+41-61/5643333 ";" ";"+41-61/5643334 ";" " +lieferant ;00503980;"Angelina Alba ";" ";"Penelope 7km ";" ";". ";"Thessaloniki-Oreokastrou ";" ";" ";" ";" " +lieferant ;00503981;"Koekten Tekstil Uerueleri ";" ";"Caddesi G-7 Sokak ";" ";"34858 ";"Maltepe-Istanbul ";" ";" ";" ";" " +lieferant ;00503982;"Shanghei Diyuan Tectile Co. LTD ";" ";"Minsheng Road ";" ";"1403 ";"Shanghai ";" ";" ";" ";" " +lieferant ;00503983;"Flex Knits BV ";"Betriebststte Deutschland ";"Oederweg 9 ";" ";"60318 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00503984;"Easy On Limited ";" ";"4 Wang Kwong Road ";" ";". ";"Kowloon, Hongkong ";"+852-2756 2233 ";" ";"+852-2756 9191 ";" " +lieferant ;00503985;"Silver Summit GmbH ";"Solar ";"Langer Acker 6 ";" ";"30900 ";"Wedemark ";" ";" ";" ";" " +lieferant ;00503986;"Die Beschrifter ";"Antonio Pisanu GbR ";"Am Breiten Bach 12 ";" ";"87600 ";"Kaufbeuren ";"08341/960096-0 ";" ";"08341/960096-1 ";" " +lieferant ;00503987;"TC Footwear GmbH ";" ";"Hauptstr. 14 ";" ";"66482 ";"Zweibrcken ";" ";" ";" ";" " +lieferant ;00503988;"Holzbau Nennstiel ";"Inh. Claus Nennstiel ";"Am Windrad 3 ";" ";"36251 ";"Bad Hersfeld ";" ";" ";" ";" " +lieferant ;00503989;"M.I.G. home Michael Wiemer ";" ";"Johanna-Hlter-Str. 49 ";" ";"41069 ";"Mnchengladbach ";"02161 / 59 30 02 ";" ";" ";" " +lieferant ;00503990;"Dickie-Spielzeug GmbH & Co. KG ";" ";"Werkstr. 1 ";" ";"90765 ";"Frth ";" ";" ";" ";" " +lieferant ;00503991;"Noris Spiele ";"Georg Reulein GmbH & Co. KG ";"Werkstr. 1 ";" ";"90765 ";"Frth ";"0911/97080-0 ";" ";"0911/708507 ";" " +lieferant ;00503992;"F.Hinze & B.Kpper KG ";" ";"Anton-Kux-Str. 2, Raum D 103 ";" ";"41460 ";"Neuss ";"02131/166033 ";" ";"02131/129477 ";" " +lieferant ;00503993;"Dakota Textildruck , Thomas Mosner ";" ";"Mathias - Brggenstr. 18 ";" ";"50827 ";"Kln ";" ";" ";" ";" " +lieferant ;00503994;"Blumenstein Leistenfabrikation GmbH ";" ";"Leipziger Strae 64a ";" ";"34298 ";"Helsa ";"05602/915162 ";" ";"05602/915163 ";" " +lieferant ;00503995;"Vanyor S.A. ";" ";"C/ Charles Darwin, 34-36 ";" ";"46980 ";"Paterna (Valencia) ";"+34-96-346-2777 ";" ";"+34-96-346-2776 ";" " +lieferant ;00503996;"Blinksport GmbH ";" ";"Westfalendamm 172a ";" ";"44141 ";"Dortmund ";"0231/286659-0 ";" ";"0231/286659-19 ";" " +lieferant ;00503997;"Levantis & Traianu GbR ";" ";"Niddastrae 66-68 ";" ";"60329 ";"Frankfurt am Main ";"069/251774 ";" ";"069/25781364 ";" " +lieferant ;00503998;"Supreme Agency ";"Tina Boettcher ";"Aachender Str. 1089 ";" ";"50858 ";"Kln ";"02234 - 277 95 01 ";" ";"02234 - 277 95 02 ";" " +lieferant ;00503999;"Shengtai di Dong Aixia ";"Commercity G25 ";"Via Portuense, 1555 ";" ";"00148 ";"Rom ";" ";" ";" ";" " +lieferant ;00504000;"Gold Flower Handels GmbH ";" ";"Breslauerstr. 1 ";" ";"41460 ";"Neuss ";"02131 - 3883398 ";" ";"02131 - 3663328 ";" " +lieferant ;00504001;"Garmin Deutschland GmbH ";" ";"Parkring 35 ";" ";"85749 ";"Garching ";" ";" ";" ";" " +lieferant ;00504002;"Emmerling Knorren Nichols GmbH ";" ";"Hammerhof 15 ";" ";"92275 ";"Hirschbach ";"0049-9152-9285946 ";" ";"0049-9152-9285947 ";" " +lieferant ;00504003;"WERKHAUS Design + Produktion GmbH ";" ";"Industriestr.11+13 ";" ";"29389 ";"Bad Bodenteich ";"05824/955-0 ";" ";"05824/955-155 ";" " +lieferant ;00504004;"Holsten Flock ";" ";"Feldstr. 22 ";" ";"24534 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00504005;"Stadtmarketing in Elmshorn e.v. ";" ";"Knigstr. 17 ";" ";"25335 ";"Elmshorn ";" ";" ";" ";" " +lieferant ;00504006;"Henio Otto Zimmermann KG ";" ";"Knig-Heinrich-Weg 140b ";" ";"22455 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504007;"Papyrus GmbH & Co KG ";" ";"Milchstrae 5 ";" ";"33775 ";"Versmold ";"05423/9425-0 ";" ";"05423/9425-25 ";" " +lieferant ;00504008;"Handelspartner 24 GmbH ";" ";"Heselstcken 4 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504009;"Garn Grohandel Hamburg GmbH ";" ";"Mhlenstr. 74 ";" ";"25421 ";"Pinneberg ";" ";" ";" ";" " +lieferant ;00504010;"Corti Giuseppe Ugo s.r.l. ";" ";"Via L.Leoni 6 ";" ";". ";"Como ";" ";" ";" ";" " +lieferant ;00504011;"F. Ili Bonfanti die Marie e Bonfanti ";" ";"Via Baltea 20 ";" ";"10155 ";"Torino ";" ";" ";" ";" " +lieferant ;00504012;"by Riese GmbH & Co. KG ";" ";"Im Pfaffenfeld 16 ";" ";"83483 ";"Bischofswiesen ";"08652/655939-0 ";" ";"08652/655939-9 ";" " +lieferant ;00504013;"Lang Garn & Wolle GmbH ";" ";"Pllenweg 20 ";" ";"41352 ";"Kroischenbroich ";" ";" ";" ";" " +lieferant ;00504014;"Textilagentur Kay Geffers GbR ";" ";"Kastanienweg 10 ";" ";"16540 ";"Hohen Neuendorf / OT Stolpe ";"03303/409523 ";" ";"03303/409524 ";" " +lieferant ;00504015;"FC St. Pauli Merchandising GmbH & Co. KG";"ehem. Upsolut ";"Friesenweg 7 ";" ";"22763 ";"Hamburg ";"040/881800553 ";" ";"040/881800555 ";" " +lieferant ;00504016;"HDS-Modestoffe ";" ";"Weberstrae 71 ";" ";"46499 ";"Haminkeln ";" ";" ";" ";" " +lieferant ;00504017;"Francois Hans S.A.S. ";" ";"103 Boulevard d'Alsace ";" ";"88402 ";"Grardmer ";" ";" ";" ";" " +lieferant ;00504018;"Brandstream GmbH + Co Textilhandels GmbH";"21 am ";"Einsteinring 24 ";" ";"85609 ";"Dornach ";"089/99275833 ";" ";" ";" " +lieferant ;00504019;"Ambros Design OHG ";" ";"Klingholz 3 ";" ";"97232 ";"Giebelstadt ";"09334/978815 ";" ";"09334/978825 ";" " +lieferant ;00504020;"zz~Bielefelder Bettfedern Verse (10186) ";" ";"Engersche Strae 226-228 ";" ";"33611 ";"Bielefeld ";"0521/98204-0 ";" ";"0521/98204-13 ";" " +lieferant ;00504021;"La Vie GmbH ";" ";"Marienstrae 19 ";" ";"26871 ";"Aschendorf ";"04962/995945 ";" ";"04962/995946 ";" " +lieferant ;00504022;"EFT European Fashion Team ";" ";"Loeffstraat 109 ";"P.O. BOX 671 ";"5142 EP ";"Waalwijk ";"+31-416/317878 ";" ";"+31-416/317879 ";" " +lieferant ;00504023;"Blue Chips Produktions u. Vertriebs GmbH";" ";"Innaustr. 2a ";" ";"83026 ";"Rosenheim ";"08031/269547 ";" ";"08031/69147 ";" " +lieferant ;00504024;"Stickperle ";"Produktions- und Handelsgesellschaft mbH";"Gewerbering 17 ";" ";"08223 ";"Falkenstein ";"037/457442-0 ";" ";"037/457442-11 ";" " +lieferant ;00504025;"Johann Swafing ";"Stoffe der Mode ";"Bentheimer Str. 175-179 ";"2380 ";"48529 ";"Nordhorn ";"05921/3053-0 ";" ";"05921/3053-33 ";" " +lieferant ;00504026;"AWV Abensberger-Waren-Vertriebs GmbH ";" ";"Lindenstrae 7 ";" ";"78669 ";"Wellendingen ";"07426/3001 ";" ";"07426/3072 ";" " +lieferant ;00504027;"Regatta GmbH ";" ";"Reichenberger Strae 1 ";" ";"84130 ";"Dingolfing ";"08731/3191-0 ";" ";" ";" " +lieferant ;00504028;"Freudenberg Vertrieb Einlagestoffe KG ";" ";"Leithestr. 8 ";"600166 ";"44866 ";"Bochum ";"02327/92820 ";" ";" ";" " +lieferant ;00504029;"Dunlopillo GmbH ";" ";"Birkenhainer Strae 77 ";"1342 ";"63450 ";"Hanau ";"06181/9394-0 ";" ";" ";" " +lieferant ;00504030;"Voigt GmbH ";"Filz- und Filtertechnik ";"Brhlstrae 6-8 ";" ";"73249 ";"Wernau ";"07153/30506-0 ";" ";"07153/30506-50 ";" " +lieferant ;00504031;"STYLESNOB A/S ";" ";"Ellekilden 7 ";" ";"3140 ";"Alsgarde ";"+45-3393 9000 ";" ";"+45-3393 9015 ";" " +lieferant ;00504032;"SCHILD Flaggen-Store GmbH ";" ";"Am Jgersberg 14 ";" ";"24161 ";"Altenholz bei Kiel ";"0431/66700-0 ";" ";"0431/57080-92 ";" " +lieferant ;00504033;"Seco Accessoires GmbH ";" ";"Florianstrae 6 ";"13 63 ";"95643 ";"Tirschenreuth ";"09631/2603 ";" ";"09631/6153 ";" " +lieferant ;00504034;"Kunststoffe Dattenberg GmbH ";" ";"Zum Ludwigstal 10-12 ";" ";"45527 ";"Hattingen ";"02324/9332-0 ";" ";"02324/9332-33 ";" " +lieferant ;00504035;"Sevenonesenven Independet Ind. ";" ";"Westraat 129 ";" ";"9940 ";"Sleidinge ";" ";" ";" ";" " +lieferant ;00504036;"Scala Europe B.V. ";" ";"Euregioweg 366 ";"P.O. Box 6013 ";"7532 SN ";"Enschede ";"+31-53/4619985 ";" ";"+31-53/4619986 ";" " +lieferant ;00504037;"Designtex Ltd. ";" ";"Dhaka Mymensingh Road, Sector #09 ";" ";"1230 ";"Uttara, Dhaka ";" ";" ";" ";" " +lieferant ;00504038;"Angie Riedmiller ";" ";"Karl-Theodor-Str. 18a ";" ";"80803 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504039;"Mellini Textilvertrieb E. Schwan ";"Im-&Export GmbH ";"Ernst-Bergeet Weg 22 ";" ";"21077 ";"Hamburg ";"040 - 76 11 15 13 ";" ";"040 - 76 11 16 29 ";" " +lieferant ;00504040;"Kids Fashion Group ";" ";"Wilhelm-Schickard-Str. 7 ";" ";"72124 ";"Pilzhausen ";"07127/8114-0 ";" ";"07127/8114-457 ";" " +lieferant ;00504041;"Serena Malin Textilhandels GmbH ";" ";"Gewerbepar 17 ";" ";"26209 ";"Hatten ";" ";" ";" ";" " +lieferant ;00504042;"SHE Trading GmbH ";" ";"Fraunhoferstr. 12a ";" ";"82152 ";"Martinsried-Planegg ";"089/8914653-0 ";" ";"089/8914653-29 ";" " +lieferant ;00504043;"Philips GmbH Market DACH ";"ehem. Philips Consumer Electronics ";"Rntgenstr. 22 ";" ";"22335 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504044;"Gibo' Co.S.p.A. ";" ";"VIA OROBIA 34 ";" ";"20139 ";"Milano ";" ";" ";" ";" " +lieferant ;00504045;"Popov Clothing B.V. ";" ";"New Yorkstraat 40 ";" ";"1175 RD ";"Lijnden ";"+31-20/497-6643 ";" ";"+31-20/497-8916 ";" " +lieferant ;00504046;"Creative Recreation ";" ";"9000 Sunset Blvd, Suite 1200 ";" ";"CA 90069 ";"West Hollywood ";"+1-310/278-7328 ";" ";"+1-310/278-7329 ";" " +lieferant ;00504047;"Haldun Hasan lker ";" ";"Dyckhofstr. 36 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504048;"A.W. Wiegand GmbH ";" ";"Sneator-Behrens-Str. 3 ";" ";"310610 ";"Alfeld ";" ";" ";" ";" " +lieferant ;00504049;"Core Trading GmbH ";" ";"Frankfurter Ring 81 ";" ";"80807 ";"Mnchen ";"089/12596955-0 ";" ";"089/12596955-5 ";" " +lieferant ;00504050;"Hudson Shoe Agencies Ltd ";" ";"6 Garden Walk ";" ";"EC2A 3EQ ";"London ";"+44-20/77292113 ";" ";"+44-20/70332815 ";" " +lieferant ;00504051;"keeeper GmbH (ehem. OKT Germany GmbH) ";" ";"Postdamm 43 ";" ";"32351 ";"Stemwede-Oppenwehe ";"05773/801-0 ";" ";"05773/801-50 ";" " +lieferant ;00504052;"Spirit Wholesale ApS ";" ";"Ouskaer 32 ";" ";"7100 ";"Vejle ";"+45-7641 4040 ";" ";"+45-7641 4041 ";" " +lieferant ;00504053;"nmc Deutschland GmbH ";" ";"Weiherhausstrae 8b ";" ";"64646 ";"Heppenheim ";"06252/967-0 ";" ";"06252/967-222 ";" " +lieferant ;00504054;"Wiesnknig ";"Wolfram Neurohr ";"Schomburger Strae 11 ";" ";"88279 ";"Amtzell ";"07520/6624 ";" ";"07520/6627 ";" " +lieferant ;00504055;"Cavallina GmbH ";"Inh. Karin Fleischer-Kgel ";"Mhlenredder 10 ";" ";"23847 ";"Plitz ";"04539/244 ";" ";"04539/1254 ";" " +lieferant ;00504056;"Wolfgang Kusche Berufsbekleidung ";" ";"Hasenwinkel 6 ";" ";"21447 ";"Handorf ";"04133 / 210 326 ";" ";"04133 / 210 327 ";" " +lieferant ;00504057;"Pollmann Uhren Vertriebs GesmbH ";" ";"Raabser Strae 1 ";" ";"3822 ";"Karlstein ";" ";" ";" ";" " +lieferant ;00504058;"Trend Design Shoe Fashion B.V. ";" ";"Grotestraat 2 ";" ";"5141 ";"HA Waalwijk ";"+31-416/331600 ";" ";"+31-416/333410 ";" " +lieferant ;00504059;"JGMK Sales for Fashion Int. B.V. ";" ";"Lorentzweg 2 ";" ";"3752 ";"LH Bunschoten ";" ";" ";" ";" " +lieferant ;00504060;"Julbo SAS ";" ";"Rue Lacuzon ";" ";"39400 ";"Longchaumois ";"+33-384341414 ";" ";"+33-384606480 ";" " +lieferant ;00504061;"Fashiongalerie online Lifestyle GmbH ";" ";"Am Pestalozziring 1-2 ";"1160 in Sulingen ";"91058 ";"Erlangen ";" ";" ";" ";" " +lieferant ;00504062;"BECO Barmller & Co GmbH ";" ";"Rotterdammer Str.7 ";" ";"90451 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00504063;"Goldia GmbH ";"Wenshi zhou ";"Anton-Kux-Str. 2 , R. A107-108 Euromoda ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504064;"Zinni GmbH ";" ";"Waldstr. 111 ";" ";"65187 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00504065;"Levi Strauss & Co. Europe SCA (Comm.VA) ";" ";"Leonardo Da Vincilaan 19 ";" ";"1831 ";"Diegem ";"+32-2/641 6011 ";" ";"+32-2 640 2997 ";" " +lieferant ;00504066;"H.Andreas GmbH ";" ";"Industriestr. 9 ";" ";"97353 ";"Wiesentheid ";" ";" ";" ";" " +lieferant ;00504067;"Janos Angeli Vertriebs GmbH ";" ";"In den Bhlen 2-4 ";" ";"72768 ";"Reutling ";" ";" ";" ";" " +lieferant ;00504068;"zz~ITEM m6 (502613 nutzen) ";"Department of medi GmbH & Co. KG ";"Medicusstrae 1 ";" ";"95448 ";"Bayreuth ";"0921/912-555 ";" ";"0921/912-550 ";" " +lieferant ;00504069;"Lubiam moda per L'uomo spa P.Iva ";" ";"Viale fiume 55 ";" ";"46100 ";"Mantova ";" ";" ";" ";" " +lieferant ;00504070;"Coono Franz Fertl ";" ";"Kerschberg 3 ";" ";"84175 ";"Gerzen ";" ";" ";" ";" " +lieferant ;00504071;"Newton Running ";" ";"1300 Walnut Street #100 ";" ";"80302 ";"Boulder ";"+13 303 442 1113 ";" ";"+13 619 353 3825 ";" " +lieferant ;00504072;"ERMENEGILDO ZEGNA HOLDITALIA SPA ";" ";"Via Roma 99/100 ";" ";"13835 ";"Trivero (BI) ";" ";" ";" ";" " +lieferant ;00504073;"Leder Art GmbH ";" ";"Klner Strae 341 ";" ";"45481 ";"Mhlheim an der Ruhr ";"0208/4693180 ";" ";"0208/46931820 ";" " +lieferant ;00504074;"Industria Calzaturiera Marros S.p.A. ";" ";"Via Ayrton Senna, 3 ";" ";"56028 ";"S. Miniato Basso - San Miniato ";" ";" ";" ";" " +lieferant ;00504075;"Wiking Modellbau GmbH & Co KG ";" ";"SChlittenbacher Str. 60 ";" ";"58511 ";"Ldenscheid ";" ";" ";" ";" " +lieferant ;00504076;"muubaa Ltd ";" ";"Mill Mead Road, Tottenham ";" ";"N17 9QU ";"London ";"+44-208/808 3275 ";" ";"+44-208/885 4823 ";" " +lieferant ;00504077;"Pudelwohl ";" ";"Postfach 1236 ";" ";"83310 ";"Siegsdorf ";" ";" ";" ";" " +lieferant ;00504078;"New Punto di Zhang Xiaona ";" ";"Via Veneto 11/A ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00504079;"Elegant's ";" ";"5 Rue de Gardinoux ";" ";"93300 ";"Auberviliers ";" ";" ";" ";" " +lieferant ;00504080;"interstil ";"Diedrichsen GmbH & Co. KG ";"Liebigstrae 1-3 ";" ";"33803 ";"Steinhagen ";"05204/9136-0 ";" ";"05204/9136-10 ";" " +lieferant ;00504081;"Fritzi GmbH ";" ";"Am Pferdemarkt 61a ";" ";"30853 ";"Langenhagen ";"0511/856417-0 ";" ";"0511/856417-100 ";" " +lieferant ;00504082;"Fink GmbH & Co. KG ";" ";"Harderhook 19 ";" ";"46395 ";"Bocholt ";"02871/996-0 ";" ";"02871/996-199 ";" " +lieferant ;00504083;"Finkid GmbH ";" ";"Berliner Str. 46 ";" ";"10713 ";"Berlin ";" ";" ";" ";" " +lieferant ;00504084;"Westmark GmbH ";" ";"Bielefelder Strae 125 ";" ";"57368 ";"Lennestadt-Elspe ";"02721/9258-0 ";" ";"02721/9258-49 ";" " +lieferant ;00504085;"Sicim s.r.l. ";" ";"Via Eugenio Montale, 2 ";" ";"25087 ";"Sal (BS) ";"+39-0365/438002 ";" ";"+39-0365/524377 ";" " +lieferant ;00504086;"Canada Goose International AG ";"(ehem. Canada Goose Europe AB) ";"Baarerstrasse 133 ";" ";"6300 ";"Zug ";" ";" ";" ";" " +lieferant ;00504087;"masha&kate GmbH ";" ";"Dr. Ernst-Derra Str. 4 ";" ";"94036 ";"Passau ";"0851/85163337 ";" ";" ";" " +lieferant ;00504088;"Garlando GmbH ";" ";"Obere Kaiserswerther Str. 36 ";" ";"47249 ";"Duisburg ";"0203/348338-10 ";" ";"0203/348338-20 ";" " +lieferant ;00504089;"HER Srl ";" ";"Borgo Pinti, 70 ";" ";"50121 ";"Firenze (FI) ";"+39-0571/1771029 ";" ";"+39-0571/1771030 ";" " +lieferant ;00504090;"vom Hof GmbH ";" ";"Neue Finien 2 ";" ";"28832 ";"Achim ";"04202/84142 ";" ";"04202/62607 ";" " +lieferant ;00504091;"Panico Alpinverlag ";" ";"Gunzenhauserstr. 1 ";" ";"73257 ";"Kngen ";"07024/82780 ";" ";"07024/84377 ";" " +lieferant ;00504092;"Lars Stadler ";" ";"Mahdentalstrae 110 ";" ";"71065 ";"Sindelfingen ";"0761/4014342 ";" ";"0761/1377761 ";" " +lieferant ;00504093;"Maze ";" ";"Sirnauer Str. 52 ";" ";"73779 ";"Deizisau ";"07153 832960 ";" ";"04153 832995 ";" " +lieferant ;00504094;"Bjorkvin Our Fashion GmbH & Co.KG ";" ";"Doerriesweg 5 ";" ";"22525 ";"Hamburg ";"040-85 19 22 60 ";" ";"040-851 86 77 2 ";" " +lieferant ;00504095;"ME & Friends AG ";" ";"Rudolf-Diesel-Ring 11 ";" ";"83607 ";"Holzkirchen ";"08024/60898-0 ";" ";" ";" " +lieferant ;00504096;"Nantex Deutschland GmbH ";" ";"Xantener Str. 7 ";" ";"41460 ";"Neuss ";"02131/384668-0 ";" ";"02131/384668-1 ";" " +lieferant ;00504097;"COR consult & trade GmbH ";" ";"Riepenblick 6 ";" ";"31789 ";"Hameln ";"040/33428576 ";" ";"040/33428576 ";" " +lieferant ;00504098;"Italy Friends ";"Mike Flachmann ";"Wiesenstrae 51 ";" ";"40549 ";"Dsseldorf ";"0211/239204-39 ";" ";"0211/239204-49 ";" " +lieferant ;00504099;"Tropenzorg B.V. ";" ";"P.O. Box 1415 ";"P.O. Box 1415 ";"1300 BK ";"Almere ";"+31-36/5334711 ";" ";"+31-36/5344975 ";" " +lieferant ;00504100;"Antonino Mondello ";"Werbeservice ";"Sudetenstrae 43a ";" ";"82515 ";"Wolfratshausen ";"089/201710-61 ";" ";" ";" " +lieferant ;00504101;"Exped AG ";" ";"Hardstrasse 81 ";" ";"8004 ";"Zrich ";"+41-44/4971010 ";" ";"+41-44/4971011 ";" " +lieferant ;00504102;"SOURCE Ltd. ";" ";"7 Ha'Tnufa St. ";" ";"30250 ";"Tirat Carmel ";"+972-4-8136400 ";" ";"+972-4-8571459 ";" " +lieferant ;00504103;"Twelvedistribution s.r.l. ";" ";"Via Giacomo Leopardi, 6/8 ";" ";"57121 ";"Livorno (LI) ";"+39-0586/421232 ";" ";"+39-0586/411627 ";" " +lieferant ;00504104;"JOSEPH Limited ";" ";"50 Carnwath Road ";" ";"SW6 3JX ";"London ";"+44-20/76108443 ";" ";"+44-20/73717801 ";" " +lieferant ;00504105;"Beatnuts GmbH & Co. KG ";" ";"Bahnweg 4 ";" ";"93128 ";"Regenstauf ";"0941/69859710 ";" ";"0941/69859799 ";" " +lieferant ;00504106;"STELTON A/S ";" ";"Christianshavns Kanal 4 ";" ";"1406 ";"Kopenhagen K ";"+45-3962 3055 ";" ";"+45-3962 2350 ";" " +lieferant ;00504107;"Andrea D'Amico srl ";" ";"Via Ronco Maruni, 36 ";" ";"40068 ";"San Lazzaro di Savena (BO) ";"+39-051/62725-20 ";" ";"+39-051/62725-36 ";" " +lieferant ;00504108;"Luxottica Germany GmbH ";" ";"Werner-von-Siemens-Ring 14 ";" ";"85630 ";"Grasbrunn ";"0800/4611000 ";" ";"0800/8651460 ";" " +lieferant ;00504109;"Goti di Goti Aurelio ";" ";"Via Dante Alghieri 23/25 ";" ";"52020 ";"Ponticino (AR) ";" ";" ";" ";" " +lieferant ;00504110;"STP Textilhandelsgesellschaft mbH ";" ";"Ehestorfer Str. 3 ";" ";"21224 ";"Rosengarten ";" ";" ";" ";" " +lieferant ;00504111;"Robert Graham Europe GmbH ";" ";"Karl-Arnold-Platz 2 ";" ";"40474 ";"Dsseldorf ";"0211/49627085 ";" ";" ";" " +lieferant ;00504112;"Trend Distribution AG ";" ";"D4 Platz 3 ";" ";"6039 ";"Root Lngenbold ";"+41-41/4999393 ";" ";" ";" " +lieferant ;00504113;"Sport Mll GmbH ";" ";"Kaiserstrae 4 ";" ";"61169 ";"Friedberg ";"06031/723360 ";" ";"06031/723330 ";" " +lieferant ;00504114;"MXT Company Limited Mario Chan ";" ";"Block F, 15 G.K.I.B. ,Tai Lin Pai Road ";" ";". ";"Kwai Chung, N.T. ";" ";" ";" ";" " +lieferant ;00504115;"Cassiopea s.r.l. ";" ";"Via E. Majorana, 7 ";" ";"50053 ";"Empoli (FI) ";"+39-0571/584704 ";" ";"+39-0571/596910 ";" " +lieferant ;00504116;"Team Fashion 2007 s.r.l. ";" ";"Via Alberto Moravia ";" ";"52040 ";"San Giustino Valdarno (AR) ";"+39-055/977392 ";" ";"+39-055/9772264 ";" " +lieferant ;00504117;"PVH Europe B.V. ";" ";"Stadhouderskade 6 ";" ";"1054 ES ";"Amsterdam ";"+31-20/7194788 ";" ";" ";" " +lieferant ;00504118;"albu.con GmbH (Ice Germany) ";" ";"Engelbertstr. 7 ";" ";"50674 ";"Kln ";"02203/29747-0 ";" ";"02203/29747-29 ";" " +lieferant ;00504119;"Manifattura Mario Colombo & C. S.p.A ";" ";"Via Olimpia, 3 ";" ";"20052 ";"Monza (MB) ";"+38-039/39431 ";" ";"+38-039/324037 ";" " +lieferant ;00504120;"Katadyn Deutschland GmbH ";" ";"Hessenring 23 ";" ";"64546 ";"Mrfelden-Walldorf ";"06105/456789 ";" ";"06105/45877 ";" " +lieferant ;00504121;"5 AIRES GmbH & Co. KG ";" ";"Derendorfer Allee 6 ";" ";"40476 ";"Dsseldorf ";"0211/59893370 ";" ";"0211/59893371 ";" " +lieferant ;00504122;"JAYJAY design ";"Claudia Rummler ";"Hohenzollernstr. 41 ";" ";"80801 ";"Mnchen ";"089/34020069 ";" ";" ";" " +lieferant ;00504123;"Jolico Ltd. ";" ";"19 Denman Drive North ";" ";"NW11 6RD ";"London ";" ";" ";" ";" " +lieferant ;00504124;"Place Vendome GmbH ";" ";"Wieblinger Weg 17 ";" ";"69123 ";"Heidelberg ";"06221/7570264 ";" ";"06221/7570268 ";" " +lieferant ;00504125;"P.Eisenherz Khlborn KG ";" ";"Orchideenstieg 25 ";" ";"22297 ";"Hamburg ";"040/4807363 ";" ";"040/51310597 ";" " +lieferant ;00504126;"YETI GmbH ";" ";"Gewerbering 6 ";" ";"02828 ";"Grlitz ";"03581/7656-0 ";" ";"03581/7656-20 ";" " +lieferant ;00504127;"Moorer S.p.A. ";" ";"Via XXV Aprile, 90 ";" ";"37014 ";"Castelnuovo del Garda (VR) ";"+39-045/6450770 ";" ";"+39-045/6461924 ";" " +lieferant ;00504128;"IN.PRO.DI. ";"INGHIRAMI Produzione e Distribuzione SPA";"Via Massimo Inghirami 1/3 ";" ";"52037 ";"Sansepolcro (AR) ";"+39-0575/7811 ";" ";"+39-0575/781203 ";" " +lieferant ;00504129;"Coxwear (UK) Ltd ";" ";"Chapel Mill, 24-26 Basford Road, Basford";" ";"2G6 0JN ";"Nottingham ";"+44-115/9160030 ";" ";"+44-115/9787417 ";" " +lieferant ;00504130;"Bushnell Performance Optics Germany GmbH";" ";"An der Alten Spinnerei 1 ";" ";"83059 ";"Kolbermoor b. Rosenheim ";"08031/23348-0 ";" ";"08031/23348-18 ";" " +lieferant ;00504131;"Red Chili Handelsvertretung Deutschland ";" ";"Hauptstrae 55 ";" ";"74369 ";"Lchgau ";"07143/24944 ";" ";"07143/25779 ";" " +lieferant ;00504132;"Global Cashmere srl ";" ";"Via Torino, 45 ";" ";"13900 ";"Biella (BI) ";"+39-015/8497698 ";" ";" ";" " +lieferant ;00504133;"Happy Accessories AB ";" ";"Traktorvgen 15 ";" ";"226 60 ";"Lund ";"+46-46/329750 ";" ";"+46-46/329751 ";" " +lieferant ;00504134;"Calzados Boreal SL ";" ";"P. Altos de la Condomina, 15 ";"P.O. Box 202 ";"03400 ";"Villena (Alicante) ";"+34 965 800 589 ";" ";"+34 965 807 713 ";" " +lieferant ;00504135;"Trade & Manufacturing PCY co., Ltd. ";" ";"Enebish Avenue ";"P.O.Box 24-177 ";". ";"Ulaanbaatar ";"976-11362923 ";" ";"976-11362923 ";" " +lieferant ;00504136;"Fani - The Label ";"Fani Tsanikidou ";"Heinrichstrae 5 ";" ";"60327 ";"Frankfurt/Main ";"069/97390577 ";" ";"069/230636 ";" " +lieferant ;00504137;"TT Footwear GmbH ";" ";"Sandforter Strae 65 ";" ";"49086 ";"Osnabrck ";"0541/20025-06 ";" ";"0541/20025-225 ";" " +lieferant ;00504138;"GenesisDisplay GmbH ";" ";"Altes Feld 17 ";" ";"31749 ";"Auetal ";"05752/1803-0 ";" ";"05752/1803-299 ";" " +lieferant ;00504139;"YULYAFFAIRS jewelry ";"Yuliya Hildebrand ";"Krumbadstrae 13 ";" ";"81671 ";"Mnchen ";"089/69737190 ";" ";"089/69737190 ";" " +lieferant ;00504140;"OSC Outdoor & Sports Company GmbH ";" ";"Gasteig 14 ";" ";"82547 ";"Eurasburg ";"08179/997830 ";" ";"08179/997840 ";" " +lieferant ;00504141;"Prime Solution Asia ";"Beratungs- und Warenhandels GmbH ";"Ziegelberg 17 ";" ";"74538 ";"Rosengarten ";"0791/4997872 ";" ";"0791/4997873 ";" " +lieferant ;00504142;"BEN AND GmbH ";" ";"Georg-Muche-Strae 5 ";" ";"80807 ";"Mnchen ";"089/323080-46 ";" ";"089/323080-47 ";" " +lieferant ;00504143;"Freizeit- und Druck Verlag ";" ";"Frhlingstrae 3 ";" ";"87527 ";"Sonthofen ";"08321/6183744 ";" ";"08321/788336 ";" " +lieferant ;00504144;"Knight of New Zealand Ltd ";" ";"21-23 Leven Street ";"P.O. Box 189 ";"9810 ";"Invercargill ";"+64-3/218-7277 ";" ";"+64-3/218-3451 ";" " +lieferant ;00504145;"Michael Kors (Switzerland) GmbH ";" ";"Strada Regina 42 ";" ";"6934 ";"Bioggio ";"+41-91/91011-11 ";" ";"+41-91/91011-10 ";" " +lieferant ;00504146;"Metallbau Ritz GmbH ";" ";"Am Zollhaus 1 ";" ";"36269 ";"Philippsthal ";"06620/8335 ";" ";"06620/919473 ";" " +lieferant ;00504147;"Slackline-Tools GbR ";" ";"Eichhornstr. 19 ";" ";"78464 ";"Konstanz ";"07531/3632912 ";" ";"07531/3632942 ";" " +lieferant ;00504148;"BLV Buchverlag GmbH & Co. KG ";" ";"Lothstrae 19 ";" ";"80797 ";"Mnchen ";"089/120212-0 ";" ";"089/120212-121 ";" " +lieferant ;00504149;"Troll Cosmetics GmbH ";" ";"Zechwaldstrae 1 ";"3510 ";"88131 ";"Lindau ";"08382/9615-0 ";" ";"08382/9615-50 ";" " +lieferant ;00504150;"mp-fashion consulting ";"Markus Prummer ";"Luxemburger Strae 228 ";" ";"50937 ";"Kln ";"0175/4335389 ";" ";" ";" " +lieferant ;00504151;"Heinrich Vosteen ";"Im- und Export GmbH ";"Ludwig-Kaufmann-Str. 1-3 ";" ";"27753 ";"Delmenhorst ";"04221/1261-0 ";" ";"04221/1261-62 ";" " +lieferant ;00504152;"EVI Fashion GmbH ";" ";"Ingolstdterstr. 45 / Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089/35893340 ";" ";"089/35893341 ";" " +lieferant ;00504153;"IKS ApS ";" ";"Helge Nielsens Alle 7, 2a ";" ";"8723 ";"Loesning ";"+45-5271 5751 ";" ";" ";" " +lieferant ;00504154;"Formesse GmbH & Co. KG ";" ";"Sgestrae 1 ";" ";"79843 ";"Lffingen ";"07654/9112-0 ";" ";"07654/9112-27 ";" " +lieferant ;00504155;"Thomas Brunner Hygiene GmbH ";" ";"Gppinger Str. 47 ";" ";"73278 ";"Schlierbach ";"07021/45491 ";" ";"07021/46019 ";" " +lieferant ;00504156;"Buddhapearls ";" ";"Ludwigkirchstr. 11A ";" ";"10719 ";"Berlin ";" ";" ";" ";" " +lieferant ;00504157;"blofeld GmbH ";" ";"Heisinger Str. 57 ";" ";"45134 ";"Essen ";"0201/471384 ";" ";" ";" " +lieferant ;00504158;"EMMEGI ";"M.G. Design GmbH ";"Innsbrucker Bundesstrasse 79 b ";" ";"5020 ";"Salzburg ";"+43-662/827827 ";" ";"+43-662/827827-20 ";" " +lieferant ;00504159;"Lohl Mode GmbH ";" ";"Oberkasseler Str. 71, Haus 2, R. B002 ";" ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504160;"LM Europe SA ";" ";"Via Livio 1 ";"1831 ";"6830 ";"Chiasso ";" ";" ";" ";" " +lieferant ;00504161;"MAGNETIC-STORM GmbH iG ";" ";"Bayernstr. 34a ";" ";"90765 ";"Frth ";"0911/7041025 ";" ";"0911/97796554 ";" " +lieferant ;00504162;"MaxMara GmbH ";" ";"Heinrich-Kley-Strae 6 ";" ";"80807 ";"Mnchen ";"089/350496-0 ";" ";"089/350496-60 ";" " +lieferant ;00504163;"odem living design e.K. ";"Beate Schiller ";"An der Heide 15a ";" ";"92353 ";"Postbauer-Heng ";"09180/939113 ";" ";"09180/939122 ";" " +lieferant ;00504164;"LImmagine Distribuzione s.r.l. ";" ";"Via Ancona, 15/9 ";" ";"30170 ";"Mestre (VE) ";" ";" ";" ";" " +lieferant ;00504165;"Kontatto s.r.l. ";" ";"Via dei Cardatori Blocco 14 Centergrosss";" ";"40050 ";"Funo di Argelato (BO) ";"+39-051/6646690 ";" ";"+39-051/6646701 ";" " +lieferant ;00504166;"Giada S.P.A. ";" ";"Viale Risorgimento 56 ";" ";"45011 ";"Adria ";" ";" ";" ";" " +lieferant ;00504167;"Handelsagentur Hper ";"Thomas Hper ";"Dietrichstr. 9 ";" ";"31303 ";"Burgdorf ";" ";" ";" ";" " +lieferant ;00504168;"Motel Diffusione Moda SRL ";" ";"Via dei Cardatori - Blocco 7 ";" ";"40050 ";"Argelato (BO) ";"+39-051/864821 ";" ";"+39-051/866293 ";" " +lieferant ;00504169;"MAUKNER GESCHENKE GesmbH & Co KG ";" ";"Mnchner Bundesstrae 40 ";" ";"5020 ";"Salzburg ";"+43-662/434564 ";" ";"+43-662/43467279 ";" " +lieferant ;00504170;"MairDumont GmbH & Co. KG ";" ";"Marco-Polo-Strae 1 ";" ";"73760 ";"Ostfildern ";"0711/4502-0 ";" ";"0711/4502-340 ";" " +lieferant ;00504171;"Simone SRL ";" ";"Via Portuense 1555 ";" ";"00148 ";"Rom ";" ";" ";" ";" " +lieferant ;00504172;"J.X. Pronto Moda ";"Di Chen Guoxiang ";"Via Veneto, 25 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00504173;"Hannover 96 Sales & Service GmbH & Co.KG";" ";"Robert-Enke-Str. 1 ";" ";"30169 ";"Hannover ";" ";" ";" ";" " +lieferant ;00504174;"Golden Horse ";"Inh. Xia Xulei ";"Modering 3, Haus A, Raum 302 ";" ";"22457 ";"Hamburg ";"040/55449303 ";" ";"040/55449302 ";" " +lieferant ;00504175;"CRIMEX GmbH ";" ";"Grohandelsring 4a ";" ";"49084 ";"Osnabrck ";"0541/35082-0 ";" ";"0541/35082-100 ";" " +lieferant ;00504176;"LUNTER TEXTIEL ";" ";"De Marne 106 ";"Postbus 17 ";"8701MC ";"Bolsward ";"+31-515/572336 ";" ";"+31-515/573114 ";" " +lieferant ;00504177;"Progetti Contemporanei s.r.l. ";" ";"Piazzetta Giovanelli, 8 ";" ";"35027 ";"Noventa Padovana (PD) ";"+39-049/8936498 ";" ";"+39-049/8934763 ";" " +lieferant ;00504178;"Sarkzy Dichtstoffe oHG ";" ";"Industriestr. 9 ";" ";"63579 ";"Freigericht-Altenmittlau ";"06055/9079130-0 ";" ";"06055/9079130-15 ";" " +lieferant ;00504179;"BARBARA RIHL SARL ";" ";"33, rue de Miromesnil ";" ";"75008 ";"Paris ";"+33-1/42891675 ";" ";"+33-1/42891674 ";" " +lieferant ;00504180;"MC Company S.A.M. ";" ";"6, Avenue Hrditataire Albert ";" ";"98 000 ";"Monaco ";"+377-97 98 60 60 ";" ";"+377-97 98 60 61 ";" " +lieferant ;00504181;"AGL Attilio Giusti Leombruni S.p.A. ";" ";"Viale Bettino Craxi, 1 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/897511 ";" ";"+39-0734/889757 ";" " +lieferant ;00504183;"ScSPORTS.de ";"Manuel Lopez ";"Briener Str. 14 ";" ";"47533 ";"Kleve ";"02821/978070 ";" ";" ";" " +lieferant ;00504184;"Herold Einfuhr GmbH ";" ";"Wilhelm-Bergner-Strae 10 ";" ";"21509 ";"Glinde / Hamburg ";"040/7270211 ";" ";"040/7270282 ";" " +lieferant ;00504185;"WESC Germany+Austria /ACN Distr. GmbH ";" ";"Mrikestr. 64 ";" ";"70199 ";"Stuttgart ";"0711/16917440 ";" ";"0711/16917449 ";" " +lieferant ;00504186;"la fraise rouge ";"Marcel Dykiert ";"Grobeerenstrasse 64a ";" ";"10963 ";"Berlin-Kreuzberg ";"030/488170-48 ";" ";"030/488170-49 ";" " +lieferant ;00504187;"New Era Cap Company Ltd. ";" ";"1st Floor East, CBX 2, Midsummer Blvd. ";" ";"MK9 2EA ";"Milton Keynes, Buckinghamshire ";" ";" ";" ";" " +lieferant ;00504188;"BMB Clothing Ltd. ";" ";"Rawcliffe Road, Goole ";" ";"DN14 6UA ";"East Yorkshire ";"+44 (0)1405 782 800 ";" ";"+44 (0)1405 782 801 ";" " +lieferant ;00504189;"BVB Merchandising GmbH ";" ";"Rheinlanddamm 207-209 ";" ";"44137 ";"Dortmund ";"0231/9020-0 ";" ";"0231/9020-3303 ";" " +lieferant ;00504190;"Robert Rieder ";"downproof fabrics ";"Valpichlerstr. 40 ";" ";"80686 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504191;"Print 2010 UG ";"Ulf Strmer ";"Ahnepaule 5 ";" ";"31162 ";"Bad Salzdetfurth ";" ";" ";" ";" " +lieferant ;00504192;"LOUBSOL S.A. ";" ";"13 Bis Rue Du Moulin Lacroix ";"BP 112 ";"39206 ";"Saint-Claude Cedex ";"+33-384/451623 ";" ";"+33-384/456065 ";" " +lieferant ;00504193;"Altalena of Geneva ";"Ehrenbold & Cie. ";"25, route de St. Cergue ";" ";"1268 ";"Begnins ";"7+41-22/3663644 ";" ";"7+41-22/3662034 ";" " +lieferant ;00504194;"Arguitex ";" ";"14,16 Rue de la Bonneterie ";" ";"81390 ";"Briatexte ";" ";" ";" ";" " +lieferant ;00504195;"s.a. Davidts n.v. ";" ";"Rue des Semailles, 27 ";" ";"4400 ";"Flmalle ";" ";" ";" ";" " +lieferant ;00504196;"Happy Feeling Handelsgesellschaft mbH ";" ";"Poststr. 8 ";" ";"34253 ";"Lohfelden ";" ";" ";" ";" " +lieferant ;00504197;"RMI-Concept GmbH ";" ";"Duvendahl 91 ";" ";"21435 ";"Stelle ";" ";" ";" ";" " +lieferant ;00504198;"ICCdistribution BVBA ";" ";"Wiedauwkaai 23e ";" ";"9000 ";"Gent ";"+32-9/324 46 16 ";" ";"+32-9/324 45 84 ";" " +lieferant ;00504199;"We International AB ";" ";"Box 272 89 ";" ";"102 53 ";"Stockholm ";" ";" ";" ";" " +lieferant ;00504200;"ID Sports GmbH (GIBBON) ";" ";"Silberburgerstrae 159A ";" ";"70178 ";"Stuttgart ";"0711/273751-69 ";" ";"0711/273751-70 ";" " +lieferant ;00504201;"Makropoulos S.A. ";" ";"2nd km Palda Simmahlki rd. Ionia ";" ";"57008 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00504202;"Emma Brown Accessoires ";"Emma Warner ";"Unsldstr. 11a ";" ";"80538 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504203;"Lilo Basedow GmbH & Co KG ";" ";"Httenallee 41, Buckum ";" ";"47800 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00504204;"Culto GmbH ";" ";"Rthenbacher Str. 6 ";" ";"92703 ";"Thumsenreuth ";" ";" ";" ";" " +lieferant ;00504205;"TB International GmbH (Urban Classics) ";" ";"Dr.-Robert-Murjahn-Str. 7 ";" ";"64372 ";"Ober-Ramstadt ";"06154/574020 ";" ";"06154/576564 ";" " +lieferant ;00504206;"Bianco Evento - Bartosz Wodecki ";" ";"Haynauer Str. 67A ";" ";"12249 ";"Berlin ";" ";" ";" ";" " +lieferant ;00504207;"Lota Ayakkabi ve Deri San.Tic.Ltd. ";" ";"Betrettin Dalan Bulvari No:1 K:2 ";" ";"34490 ";"Basaksehir / Istanbul ";"+90-212/4582228 ";" ";"+90-212/4582226 ";" " +lieferant ;00504208;"Modeline Textil GmbH ";" ";"Benzstr. 26 ";" ";"48619 ";"Heek ";" ";" ";" ";" " +lieferant ;00504209;"Winter Creation AG ";" ";"Aliothstrasse 60 ";" ";"4142 ";"Mnchenstein 1 ";" ";" ";" ";" " +lieferant ;00504210;"Togu GmbH ";" ";"Atzinger Strae 1 ";" ";"83209 ";"Prien-Bachham ";"08051/9038-0 ";" ";"08051/3745 ";" " +lieferant ;00504211;"Baronia Fashion GmbH ";" ";"Einsteinstr. 2 ";" ";"63868 ";"Growallstadt ";" ";" ";" ";" " +lieferant ;00504212;"Puttkammer Handels GmbH & Co. KG ";" ";"Bahnhofstrae 23 ";" ";"26419 ";"Schortens ";"04461/81655 ";" ";"04461/8746 ";" " +lieferant ;00504213;"Harald Khnler ";" ";"An der Kolonie 4a ";" ";"09122 ";"Chemnitz ";"0371/2806525 ";" ";"0371/2806526 ";" " +lieferant ;00504214;"Flockservice Strobel ";"Markus Strobel ";"Krschtalstr. 17 ";" ";"73760 ";"Ostfildern ";"07158/9802141 ";" ";"07158/9840841 ";" " +lieferant ;00504215;"Chris Sports Europe Deutschland GmbH ";" ";"Lilienthalstrae 40, MOC / Raum A-129 ";" ";"80939 ";"Mnchen ";"089/32195571 ";" ";"089/32195585 ";" " +lieferant ;00504216;"Weingut Georg Naegele ";"Schlobergkellerei GmbH & Co. KG ";"Schlostrae 27-29 ";" ";"67434 ";"Hambach/Weinstrae ";"06321/2880 ";" ";"06321/30708 ";" " +lieferant ;00504217;"Kent Knitters Ltd. ";" ";"12 Ng Fong Street, San Po Kong ";" ";"1 ";"Kowloon, Hong Kong ";"+852/2324-0211 ";" ";"+852/2352-3289 ";" " +lieferant ;00504218;"Wah Shing Enterprises Co. Ltd. ";" ";"Proficient Ind. Centre, 6 Wang Kwun Road";" ";"1 ";"Kowloon, Hong Kong ";"+852/2796-7181 ";" ";"+852/2753-7060 ";" " +lieferant ;00504219;"ECO Bottle Schweiz AG ";" ";"Neugutstrasse 52 ";" ";"8600 ";"Dbendorf ";"+41-44/8231920 ";" ";"+41-44/5671919 ";" " +lieferant ;00504220;"Flashline C & Y GmbH ";" ";"Industriestrae 1 ";" ";"95349 ";"Thurnau ";"0920/7980170 ";" ";" ";" " +lieferant ;00504221;"Donkey Products GmbH & Co. KG ";" ";"Osterfeldstr. 6 ";" ";"22529 ";"Hamburg ";"040/2262235-0 ";" ";"040/2262235-28 ";" " +lieferant ;00504222;"Chic.mic GmbH ";" ";"Helene-Lange-Str. 15 ";" ";"60438 ";"Frankfurt / Main ";" ";" ";" ";" " +lieferant ;00504223;"Exaclair GmbH ";" ";"Postfach 920163 ";" ";"51151 ";"Kln ";" ";" ";" ";" " +lieferant ;00504224;"Fine Art Panorama GmbH ";" ";"Nessdeich 65 ";" ";"21129 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504225;"FC Gelsenkirchen-Schalke 04 e.V. ";" ";"Ernst-Kuzorra-Weg 1 ";"200861 ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00504226;"Pink Cherry ";"Liping Zhang ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504227;"Erwin Baer GmbH ";" ";"Am Fleckenberg 2 ";" ";"65549 ";"Limburg ";" ";" ";" ";" " +lieferant ;00504228;"Adolf Leimgruber GmbH ";" ";"Gassenerstr. 23 ";" ";"80639 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504229;"RNS Nordrhein Distribution GmbH ";"Rinascimento ";"Breslauer Str 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504230;"Garderobe ";" ";"Breslauer Str 8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504231;"Ekelund ";"Linnevveriet i Horred AB ";"Varbersvgen 442 ";" ";"51930 ";"Horred ";" ";" ";" ";" " +lieferant ;00504232;"Westfalenstoffe AG ";" ";"Albrecht-Thaer-Strae 2 ";" ";"48147 ";"Mnster ";" ";" ";" ";" " +lieferant ;00504233;"Klaus Ulc Siebdruck KG ";" ";"Gerh.-Book-Str. 6 ";" ";"49733 ";"Haren ";" ";" ";" ";" " +lieferant ;00504234;"Karatex OHG ";" ";"Max-Eyth-Str. 4 ";" ";"73230 ";"Kirchheim unter Teck ";" ";" ";" ";" " +lieferant ;00504235;"Modehaus Bantlin GmbH ";" ";"Max-Eyth-Str. 4 ";" ";"73230 ";"Kirchheim unter Teck ";" ";" ";" ";" " +lieferant ;00504236;"Weinkontor Hlsmann ";"Hans-Dieter Hlsmann ";"Am Meierhof 28 ";" ";"33719 ";"Bielefeld - Heepen ";"0521/332696 ";" ";"0521/9877487 ";" " +lieferant ;00504237;"G-Cosmetic & Parfm ";"Exclusiv Products Vertriebs GmbH ";"Kehrstrae 18 ";" ";"67678 ";"Mehlingen - Baalborn ";"06303/8004-0 ";" ";"06303/8004-22 ";" " +lieferant ;00504238;"Conley's Modekontor GmbH ";" ";"Ruhrstrae 61 ";" ";"22761 ";"Hamburg ";"040/81979150 ";" ";"040/81979361 ";" " +lieferant ;00504239;"Abel Estriche GmbH & Co. KG ";" ";"Hochstrae 39 ";" ";"36132 ";"Eiterfeld-Wlf ";"06672/7011 ";" ";"06672/7949 ";" " +lieferant ;00504240;"Maximo Internacional Imp.Exp., S.A. ";"NOBRAND ";"Lugar da Longra ";" ";"4650-328 ";"Rande FLG ";"+351-255/340400 ";" ";"+351-255/340409 ";" " +lieferant ;00504241;"liga-Agentur ";"Oliver Lehmann & Peter Kmpf GbR ";"Eberhardstrae 45 ";" ";"73760 ";"Ostfildern ";"0711/44155-55 ";" ";"0711/44155-56 ";" " +lieferant ;00504242;"Parkett Hinterseer GmbH ";" ";"Max-Planck-Strae 4 ";" ";"06796 ";"Brehna ";"034954/689-0 ";" ";"034954/689-16 ";" " +lieferant ;00504243;"Herbert Giloy & Shne GmbH & Co. KG ";" ";"Max-Planck-Strasse 16 ";" ";"55743 ";"Idar-Oberstein ";"06781/409-0 ";" ";"06781/409-40 ";" " +lieferant ;00504244;"BOXX Shoes GmbH ";" ";"Goldbinnen 1 ";" ";"31840 ";"Hessisch Oldendorf ";" ";" ";" ";" " +lieferant ;00504245;"Intermedium Shoes B.V. ";" ";"Breguetlaan 53 ";" ";"1438 BD ";"Oude Meer ";"+31-20/5005005 ";" ";"+31-20/5005095 ";" " +lieferant ;00504246;"COTE TABLE S.A.S. ";" ";"1 rue Edmond Besse ";" ";"33083 ";"Bordeaux Cedex ";"+33-556/696868 ";" ";"+33-556/694832 ";" " +lieferant ;00504247;"House of the Gods Ltd. ";" ";"Unit 4, Hackhurst Lane ";" ";"BN27 4BW ";"Lower Dicker, Hailsham, East Sussex ";"+44-123/842042 ";" ";"+44-123/441666 ";" " +lieferant ;00504248;"Cor Mulder GmbH ";" ";"Reutwiesenstr. 45 ";" ";"71665 ";"Vaihingen / Enz ";" ";" ";" ";" " +lieferant ;00504249;"Theodor Schemberg Einrichtungen GmbH ";" ";"Bahnhofstrae 10 ";"12 40 ";"49497 ";"Mettingen ";"05452/56-0 ";" ";"05452/56-25 ";" " +lieferant ;00504250;"Carletto Deutschland GmbH ";" ";"Albert-Einsteinstr. 32 ";" ";"63128 ";"Dietzenbach ";"06074 / 3704050 ";" ";"06074 / 3704051 ";" " +lieferant ;00504251;"Une Hautre Couture ApS ";" ";"Ellegaardsvej 25G ";" ";"6400 ";"Sonderborg ";"+45-7447 4421 ";" ";"+45-7347 4002 ";" " +lieferant ;00504252;"Zalto Glas GmbH ";" ";"Zweilnderstrae 8 ";" ";"3950 ";"Gmnd ";"+43-2852/20820 ";" ";"+43-2852/20820 ";" " +lieferant ;00504253;"WEMAKETHECAKE ";"Hanna Janzen und Inga Stichling ";"Heckendamm 4 ";" ";"31303 ";"Burgdorf ";" ";" ";" ";" " +lieferant ;00504254;"Ball Wholesale ApS ";" ";"Klvermarken 29 ";" ";"7190 ";"Billund ";"+45-76/981100 ";" ";"+45-76/981109 ";" " +lieferant ;00504255;"Agentur Modeimpuls.com ";"Inh. Giovanna Bader ";"Barthelsmhlring 4 ";" ";"76870 ";"Kandel-Minderslachen ";"07275 9894929 ";" ";"07275 9894928 ";" " +lieferant ;00504256;"like a bird Mode GmbH & Co. KG ";" ";"Herforder Str. 83 ";" ";"32584 ";"Lhne ";"05732/9089219 ";" ";"05732/9089494 ";" " +lieferant ;00504257;"Moltex AB ";" ";"Svetsaregatan 2 ";" ";"233 51 ";"Svedala ";"+46-40/556150 ";" ";"+46-40/404349 ";" " +lieferant ;00504258;"DPI GmbH ";" ";"Immendorfer Str. 17 ";" ";"50321 ";"Brhl ";"02232/7630-0 ";" ";"02232/7630-30 ";" " +lieferant ;00504259;"Heinz Rogala ";"Lederwaren-Reparaturservice ";"Am Kreuz 2a ";" ";"45326 ";"Essen ";"0201/325265 ";" ";" ";" " +lieferant ;00504260;"By Malene Birger A/S ";" ";"Rahbeks All 21 ";" ";"1801 ";"Frederiksberg C ";"+45-3326 9620 ";" ";"+45-3326 9640 ";" " +lieferant ;00504261;"Xiao Jing Wang ";" ";"Modering 5, Haus D, Raum 352-2 ";" ";"22457 ";"Hamburg ";"040/55204876 ";" ";"040/53879640 ";" " +lieferant ;00504262;"Kessler Swiss AG ";" ";"Ruessenstrasse 18 ";" ";"6340 ";"Baar ";"+41-41/763 18 06 ";" ";" ";" " +lieferant ;00504263;"SM GmbH ";"Sex Junkies ";"Klner Strae 1 ";" ";"65760 ";"Eschborn ";"06196/48520 ";" ";" ";" " +lieferant ;00504264;"soyaconcept as ";" ";"Norre Havnegade 106 ";" ";"6400 ";"Sonderborg ";"+45-7312 1640 ";" ";"+45-7342 5159 ";" " +lieferant ;00504265;"Bemb Parkett GmbH & Co. KG ";" ";"Wolfgangstrae 15 ";" ";"97980 ";"Bad Mergentheim ";"07931/966-0 ";" ";"07931/966-150 ";" " +lieferant ;00504266;"Walter Braun e.K. ";" ";"Herlestrae 7 ";" ";"33100 ";"Paderborn ";"05251/1555-0 ";" ";"05251/1555-50 ";" " +lieferant ;00504267;"Tessloff Verlag ";"Ragnar Tessloff GmbH & Co. KG ";"Burgschmietstr. 2-4 ";" ";"90419 ";"Nrnberg ";"0911/39906-0 ";" ";"0911/39906-28 ";" " +lieferant ;00504268;"Elektro Hess GmbH ";" ";"Am Weinberg 35 ";" ";"36251 ";"Bad Hersfeld ";"06621/9298-0 ";" ";"06621/9298-50 ";" " +lieferant ;00504269;"W&K Accessoires ";"Peter Wiesenhofer ";"Jahnstrae 2 ";" ";"32049 ";"Herford ";"0176/63306554 ";" ";"05261/770046 ";" " +lieferant ;00504270;"Marsan Footwear, S.L. ";" ";"Pol. Ind. Las Teresas ";"P.O. Box 690 ";"30510 ";"Yecla ";"+34-968 752 879 ";" ";"+34-968 718 269 ";" " +lieferant ;00504271;"Panorama Europe GmbH ";" ";"Fichtenstrae 70 ";" ";"40233 ";"Dsseldorf ";"0211/302126-21 ";" ";"0211/302126-22 ";" " +lieferant ;00504272;"Sarto Fashion bv ";" ";"Notaris S. Roesstraat 39 ";" ";"6645 AG ";"Winssen ";"+31-487/521551 ";" ";"+31-487/522171 ";" " +lieferant ;00504273;"Florsheimer Shoes Europe SRL ";" ";"Via degli Artigiani 25/27 ";" ";"50041 ";"Calenzano (FI) ";"+39 (0) 558832107 ";" ";"+39 (0) 558832113 ";" " +lieferant ;00504274;"Lasa, Armando da Silva Antunes, S.A. ";" ";"Estrada Nacional 105, 3344 ";" ";"4835-517 ";"Nespereira GMR ";"+351-253/560700 ";" ";"+351-253/567000 ";" " +lieferant ;00504275;"Versandhaus Neumeyer-Abzeichen ";"Inh. Elsbeth Neumeyer ";"Hfelbeetstrae 20 ";" ";"91719 ";"Heidenheim ";"09833/98894-0 ";" ";"09833/1784 ";" " +lieferant ;00504276;"New Steps B.V. ";" ";"Schutweg 13E ";" ";"5145 NP ";"Waalwijk ";"+31-416/566010 ";" ";"+31-416/566020 ";" " +lieferant ;00504277;"talis Vertriebs GmbH ";" ";"Gssmannsreuth 1 ";" ";"91289 ";"Schnabelwaid ";"09270/91515-0 ";" ";"09270/91515-22 ";" " +lieferant ;00504278;"Franklin & Marshall Srl ";" ";"Via Segheria 1/h ";" ";"37141 ";"Montorio (VR) ";"+39-045/558068 ";" ";"+39-045/558363 ";" " +lieferant ;00504279;"Team Handel GmbH ";" ";"Hingbergstr. 99-101 ";" ";"4568 ";"Mhlheim an der Ruhr ";"0208/7825333 ";" ";"0208/7825344 ";" " +lieferant ;00504280;"Brauns Merchandising GmbH ";" ";"Leopoldstr. 15 ";" ";"95444 ";"Bayreuth ";" ";" ";" ";" " +lieferant ;00504281;"Knitwear Fashion Volz GmbH ";" ";"Schuckertstrae 1 ";" ";"71722 ";"Rutesheim ";"07152/90169-0 ";" ";"07152/90169-29 ";" " +lieferant ;00504282;"Golden Cashmere Import & Export GmbH ";" ";"Grabenstrae 5 ";" ";"40213 ";"Dsseldorf ";"0211/8285880 ";" ";"0211/8285988 ";" " +lieferant ;00504283;"F.O. BAGS GmbH (ehemals ergobag GmbH) ";" ";"Vogelsanger Str. 78 ";" ";"50823 ";"Kln ";"0221/539705-0 ";" ";"0221/539705-40 ";" " +lieferant ;00504284;"10 Days BV ";" ";"Hagelkrulsweg 20 ";" ";"5971 EA ";"Grubbenvorst ";"+31-77/3662900 ";" ";"+31-77/3661765 ";" " +lieferant ;00504285;"CUNO GmbH ";" ";"Heganger 18 ";" ";"96103 ";"Hallstadt ";"0951/700571-0 ";" ";"0951/700571-11 ";" " +lieferant ;00504286;"fleur ami GmbH ";" ";"Hanns-Martin-Schleyer-Strae 33 ";" ";"47877 ";"Willich ";"02154/8913-0 ";" ";"02154/8913-10 ";" " +lieferant ;00504287;"Fair Mail Distribution Partner UG ";" ";"Nessdeich 65 ";" ";"21129 ";"Hamburg ";"040/22623913 ";" ";"040/22623811 ";" " +lieferant ;00504288;"Kindertraum Schlafausstattungen GmbH ";"Inh. Helga Frster-Wendt ";"Hamburger Ring 11b ";" ";"01665 ";"Klipphausen ";"035204/792725 ";" ";"035204/792728 ";" " +lieferant ;00504289;"Zili Fashion Jewelry GmbH ";"Brandboxx Hannover Trademart, B010014 ";"Hessenstrae 1 ";" ";"30855 ";"Langenhagen ";"0511/89756167 ";" ";" ";" " +lieferant ;00504290;"Y. Fashion di Chen Sisi ";" ";"Via Elsa Morante, 11 - B8 ";" ";"00011 ";"Tivoli Terme - Roma ";" ";" ";" ";" " +lieferant ;00504291;"EWS - Europe World Shoes Srl ";" ";"Piazza Don Enrico Mapelli, 60 ";" ";"20099 ";"Sesto San Giovanni (MI) ";"+39-0224/21959 ";" ";"+39-0224/839661 ";" " +lieferant ;00504292;"NOA Sports ";" ";"Hrdener Sandhhe 41 ";" ";"28844 ";"Weyhe ";"0173/2131698 ";" ";" ";" " +lieferant ;00504293;"Triple X GmbH ";" ";"Industriestr.1 ";" ";"95349 ";"Thurnau ";"09228/971218 ";" ";"09228/971366 ";" " +lieferant ;00504294;"Cose di Maglia S.r.l. ";" ";"Via Alessandro Volta, 6b (traversa 1A) ";" ";"25010 ";"San Zeno Naviglio (BS) ";"+39-030/3463311 ";" ";"+39-030/3463390 ";" " +lieferant ;00504295;"Wiegand oHG ";" ";"Kohlhuser Strae 67 ";" ";"36043 ";"Fulda ";"0661/9458-0 ";" ";"0661/9458-20 ";" " +lieferant ;00504296;"Teppich-Service-Center ";" ";"Phillip-Reis-Str. 27 ";" ";"35321 ";"Laubach ";"06405/501801 ";" ";"06405/501802 ";" " +lieferant ;00504297;"ksv Brand GmbH ";" ";"Ebereschenweg 3 ";" ";"75180 ";"Pforzheim ";"07231/56615-0 ";" ";"07231/56615-25 ";" " +lieferant ;00504298;"P&S Fashion bvba ";" ";"Industriepark West 63 ";" ";"9100 ";"Sint-Niklaas ";" ";" ";" ";" " +lieferant ;00504299;"MATEX TAPETEN Vertriebs GmbH ";" ";"Hanauerstr. 98-99 ";" ";"63755 ";"Alzeneau ";"06023 / 471-0 ";" ";"06023 / 30 171 ";" " +lieferant ;00504300;"Maratex fashion AG ";" ";"Landstrasse 105 ";" ";"9490 ";"Vaduz ";" ";" ";" ";" " +lieferant ;00504301;"Paco Gil Shoes, S.L. ";" ";"Avenida de las Olimpiadas, 3 ";" ";"03600 ";"Elda, Alicante ";"+34-965/391340 ";" ";"+34-965/395962 ";" " +lieferant ;00504302;"gadea Disprocal Spain, S.L. ";" ";"P.I. FCA Lacy C/EL Tope, Nave C-C4-5-6 ";" ";"03600 ";"Elda, Alicante ";"+34-965378451 ";" ";"+34-965378469 ";" " +lieferant ;00504303;"Luvilu Mua Mua & C di Ludovica Virga ";" ";"Piazza Corridoni 3 ";" ";"0 ";"Parma ";" ";" ";" ";" " +lieferant ;00504304;"Brunmayr GmbH ";" ";"Herrenstr. 29 ";" ";"4020 ";"Linz ";" ";" ";" ";" " +lieferant ;00504305;"Caro Fashion GmbH ";" ";"Modecenterstr. 22/ Haus B 4.Stock Top 25";" ";"1030 ";"Wien ";"+43-676/5258809 ";" ";" ";" " +lieferant ;00504306;"Chris Sport Systems Christian Bttig AG ";"ehem. (Chris Sport Europe GmbH) ";"Murgtalstr. 18 ";" ";"9542 ";"Mnchwilen ";"+43 662 890541 ";" ";" ";" " +lieferant ;00504307;"Estelle e.k. ";" ";"Mhlweg 55 ";" ";"55128 ";"Mainz ";" ";" ";" ";" " +lieferant ;00504308;"Fashion & Trade HandelsgmbH ";" ";"Hochriesser Str. 48 ";" ";"3251 ";"Purgstall ";" ";" ";" ";" " +lieferant ;00504309;"Gimmy s.r.l. ";" ";"Via Aurelia, 35 ";" ";"35010 ";"Loreggia ";" ";" ";" ";" " +lieferant ;00504310;"Komar Products GmbH ";" ";"Carl-Jordan-Str. 13 ";" ";"83059 ";"Kolbermoor ";"08031/40689-0 ";" ";"08031/40689-50 ";" " +lieferant ;00504311;"Jora Collections ";"Designs U.S.A. Ltd. ";"Unit 25, RO 24, Twizle Close, Fingle Drv";" ";"MK13 0DX ";"Stonebridge, Milton Keynes ";"+44-1908/226600 ";" ";"+44-1908/810239 ";" " +lieferant ;00504312;"Kobleder GmbH & Co KG ";" ";"Diesseits 111 ";" ";"4973 ";"St. MArtin im Innkreis ";" ";" ";" ";" " +lieferant ;00504313;"Maharani Handles GmbH ";" ";"Augsburger Str. 37d ";" ";"82110 ";"Germering ";" ";" ";" ";" " +lieferant ;00504314;"Miroglio Fashion Autria GmbH ";" ";"St. Veiter Ring 20 ";" ";"9020 ";"Klagenfurt am Wrthersee ";" ";" ";" ";" " +lieferant ;00504315;"AKSA Moden Textilgrohandel ";"Young Fashion ";"Breslauer Str. 8, Haus London, Raum 003 ";" ";"41460 ";"Neuss ";"02131/3868580 ";" ";"02131/3868581 ";" " +lieferant ;00504316;"theMAT aps ";" ";"Marselis Boulevard 9 ";" ";"800 ";"Arhus C ";"+45-4060 4484 ";" ";" ";" " +lieferant ;00504317;"ATRIUM International Accessoires GmbH ";"J. Ludzay ";"Taunusstrae 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504318;"Masai Germany GmbH ";" ";"Keltenring 16 ";" ";"82041 ";"Oberhaching ";" ";" ";" ";" " +lieferant ;00504319;"Komo-Vertriebs GmbH ";" ";"Carl-Zeiss-Str.9 ";" ";"25451 ";"Quickborn ";" ";" ";" ";" " +lieferant ;00504320;"Power Balance Handels GmbH ";" ";"Ringbergstr. 6 ";" ";"83707 ";"Bad Wiessee ";"08022/99112 ";" ";"08022/99113 ";" " +lieferant ;00504321;"Brand Mall GmbH ";" ";"Fischerhttenstr.30 ";" ";"14163 ";"Berlin ";"030/609899-940 ";" ";"030/609899-949 ";" " +lieferant ;00504322;"Goodiez GmbH ";" ";"Heyenfeldweg 53 ";" ";"47802 ";"Krefeld ";"02151/65609-0 ";" ";"02151/65609-19 ";" " +lieferant ;00504323;"Norrona Sport AS ";"Zweigniederlassung Mnchen ";"Lilienthalallee 40, Raum B109 ";" ";"80939 ";"Mnchen ";"+47-6677 2400 ";" ";" ";" " +lieferant ;00504324;"Libantex S.L. ";" ";"c/San Romualdo N 26 5" Planta ";" ";"A 28037 ";"Madrid ";" ";" ";" ";" " +lieferant ;00504325;"Nicowa Deutschland UG ";" ";"Niobestrasse 7a ";" ";"81827 ";"Mnchen ";"089/4393935 ";" ";" ";" " +lieferant ;00504326;"Madison Clothing GmbH ";" ";"Sollheimerstrasse 16 Loft E ";" ";"5101 ";"Salzburg ";" ";" ";" ";" " +lieferant ;00504327;"Lauren Vidal Paris ";" ";"22/24, rue Delizy ";" ";"93698 ";"Pantin Cedex ";" ";" ";" ";" " +lieferant ;00504328;"Leder Lager Service Brandboxx ";" ";"Moosfeldstr. 1, 1.OG B6 ";" ";"5101 ";"Bergheim ";" ";" ";" ";" " +lieferant ;00504329;"Rosenrot Konzeptkunst ";" ";"Friedrichstein 3 ";" ";"34289 ";"Ziegenberg ";" ";" ";" ";" " +lieferant ;00504330;"Van Santen & Van Santen B.V. ";" ";"Gieterij 28 ";" ";"2211 XK ";"Noordwijkerhout ";"+31-252/433974 ";" ";"+31-252/433975 ";" " +lieferant ;00504331;"Perfect Belt GmbH ";" ";"Achtern Dieck 2 ";" ";"24576 ";"Bad Bramstedt ";"04192/20133-0 ";" ";"04192/20133-22 ";" " +lieferant ;00504332;"Osprey Europe Limited ";" ";"Aston Way ";" ";"BH 12 4FE ";"Poole, Dorset ";" ";" ";" ";" " +lieferant ;00504333;"Bodycover e.K. ";" ";"Mittelstrasse 44D ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00504334;"All In SpA c/a Unlimited ";" ";"Via Fusana, 5 ";" ";"31056 ";"Roncade (TV) ";" ";" ";" ";" " +lieferant ;00504335;"BTW GmbH & Co KG ";"Brands to Watch ";"Frauenbachstrasse 4 ";" ";"83339 ";"Chieming ";" ";" ";" ";" " +lieferant ;00504336;"Hofmann & Losch GmbH ";" ";"Elisabethstrae 30 ";" ";"80796 ";"Mnchen ";"089/461398-10 ";" ";"089/461398-15 ";" " +lieferant ;00504337;"Manifattura Paoloni SpA ";" ";"Via Enrico Fermi, 17 ";" ";"62010 ";"Appiganano (MC) ";"+39-0733/4007300 ";" ";"+39-0733/4007301 ";" " +lieferant ;00504338;"Twins srl ";" ";"Via del Setaioli, 32 ";" ";"40050 ";"Funo die Argelato ";" ";" ";" ";" " +lieferant ;00504339;"BrandPort GmbH ";" ";"Am Kreutweg 4 ";" ";"97204 ";"Hchberg ";"0931/40411-78 ";" ";"0931/40411-79 ";" " +lieferant ;00504340;"Eva Solo GmbH ";" ";"Schlostrae 43-45 ";" ";"56068 ";"Koblenz ";"0261/2935721 ";" ";"0261/2935722 ";" " +lieferant ;00504341;"Carpet Concept ";"Objekt-Teppichbden GmbH ";"Bunzlauer Strae 7 ";" ";"33719 ";"Bielefeld ";"0521/92459-0 ";" ";"0521/92459-20 ";" " +lieferant ;00504342;"Gutrath Verlag GmbH ";" ";"Augustastrae 1 ";" ";"52070 ";"Aachen ";"0241/603322 ";" ";"0241/603360 ";" " +lieferant ;00504343;"Gruppo Germani S.r.l. ";" ";"Interporto Nola Lotto C/2 No.1/5 ";" ";"80035 ";"Nola (NA) ";"+39-081/8268201 ";" ";"+39-081/8268213 ";" " +lieferant ;00504344;"MANISA Fashion GmbH & Co. KG ";" ";"Johann-Plsch-Str. 2 ";" ";"36088 ";"Hnfeld ";"06652/79360-0 ";" ";"06652/79360-239 ";" " +lieferant ;00504345;"Boombuz Forschungszentrum-, ";"Entwicklungs- und Vertriebs GmbH ";"Ignaz-Kck-Strae 17 ";" ";"1210 ";"Wien ";" ";" ";" ";" " +lieferant ;00504346;"Groupe Salmon Arc En Ciel ";" ";"49 Rue de Vende ";" ";"49450 ";"Villedieu la Blouere ";" ";" ";" ";" " +lieferant ;00504347;"IL Gufo S.p.A. ";" ";"V.le G. Galile, 3/A ";" ";"39010 ";"Asolo (TV) ";" ";" ";" ";" " +lieferant ;00504348;"zz~LTB (luft aus, 33056 nutzen) ";" ";"Hammer Str. 13 ";" ";"40219 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504349;"HF Textilbestickungen ";"Frank Herkommer ";"Bucher Hang 5 ";" ";"87448 ";"Hegge-Nord ";"0831/6971786 ";" ";"0831/5208844 ";" " +lieferant ;00504350;"Riccardo Handel GmbH ";" ";"Gunezrainerstr. 6 ";" ";"80802 ";"Mnchen ";"089/33066092 ";" ";"089/33066156 ";" " +lieferant ;00504351;"Sport Options Apfler GmbH ";" ";"Kogelfeldgasse 1 ";" ";"2763 ";"Pernitz ";"+43-2632/73613 ";" ";"+43-2632/73608 ";" " +lieferant ;00504352;"Symor Linea S.A. ";" ";"Pol. Ind. Can Casablancas C/ Valles 3 ";" ";"08192 ";"Sant Quirze del Valles (Barcelona) ";"+34-93/7217978 ";" ";"+34-93/7216963 ";" " +lieferant ;00504353;"Summum B.V. ";" ";"Gyroscoopweg 68-70 ";" ";"1042 AC ";"Amsterdam ";"+31-20/6366650 ";" ";"+31-20/6366640 ";" " +lieferant ;00504354;"Zlabinger GmbH ";" ";"Rudolf-Hohenberg-Gasse 1-3 ";" ";"3812 ";"Gro-Siegharts ";"+43-2847/2218-0 ";" ";"+43-2847/2218-24 ";" " +lieferant ;00504355;"Wenger Austrian Style KG ";" ";"Linzer Gasse 58 ";" ";"5020 ";"Salzburg ";"+43-7758/40830-11 ";" ";"+43-7758/40830-20 ";" " +lieferant ;00504356;"Commercial Trading Import Agentur GmbH ";"Trend Products ";"Moosfeldstrae 1 ";" ";"5101 ";"Bergheim/Salzburg ";"+43-662/450450 ";" ";"+43-662/45045-15 ";" " +lieferant ;00504357;"SSL Healthcare Italia S.p.A. ";" ";"Via Caviglia, 11 ";" ";"20139 ";"Milano ";"+39-02/922951 ";" ";"+39-02/92295290 ";" " +lieferant ;00504358;"art-concept GmbH ";" ";"Karl-Benz-Strae 9 ";" ";"40764 ";"Langenfeld (Rheinland) ";"02173/68387-0 ";" ";"02173/68387-18 ";" " +lieferant ;00504359;"Gaudi Trade S.p.A. ";" ";"Via Nuova Ponente, 29 ";" ";"42012 ";"Carpi (MO) ";"+39-059/691277 ";" ";"+39-059/696516 ";" " +lieferant ;00504360;"Mac Apparel, LLC ";"BENSON ";"627 W 27th St ";" ";"NY 10001 ";"New York ";"+1-212/354-5678 ";" ";"+1-212/354-8654 ";" " +lieferant ;00504361;"MONDO Luxembourg S.A. ";" ";"Z.I. Foetz - Rue de l'Industrie ";" ";"3895 ";"Foetz ";"+352-557078-1 ";" ";"+352-557693 ";" " +lieferant ;00504362;"F Moda S.A.S ";"Di Ying Yunxiang & C. ";"Via Calabria, 5 ";" ";"59100 ";"Prato ";"+39-0574/623456 ";" ";" ";" " +lieferant ;00504363;"Red Box Industry s.r.l. ";" ";"Via dell'Industria 15 ";" ";"06014 ";"Montone (PG) ";" ";" ";" ";" " +lieferant ;00504364;"Design Trend Shoe Fashion b.v. ";" ";"Grotestraat 2 ";" ";"5141 ";"HA Waalwijk ";" ";" ";" ";" " +lieferant ;00504365;"Verhoeven Holding B.V. ";" ";"Industrieweg 10B ";" ";"5145 PV ";"Waalwijk ";" ";" ";" ";" " +lieferant ;00504366;"Modeagentur M&M Malek GmbH & Co KG ";"Marion und Michael Malek ";"Taunusstr. 45, MTC Haus 4, Raum 201 ";" ";"80807 ";"Mnchen ";"089/35319926 ";" ";"089/35319924 ";" " +lieferant ;00504367;"farbenfreunde GmbH ";" ";"Fontanestrae 19 ";" ";"32545 ";"Bad Oeynhausen ";"05731/1563149 ";" ";"05731/1536513 ";" " +lieferant ;00504368;"H. Utoft A/S ";" ";"Baekgardvej 3 ";" ";"7323 ";"Give ";"+45-7573-1999 ";" ";"+45-7573-5080 ";" " +lieferant ;00504369;"Becker & Grogarten GmbH ";" ";"Europaallee 37 ";" ";"50226 ";"Frechen ";"02234/93338-30 ";" ";"02234/93338-40 ";" " +lieferant ;00504370;"vm2 OHG ";"Yummie Tummie ";"Hermannstrae 7 ";" ";"41061 ";"Mnchengladbach ";" ";" ";"02161/178739 ";" " +lieferant ;00504371;"Duchamp London ";" ";"1a Long Island House, 1-4 Warple Way ";" ";"W3 0RG ";"London ";"+44-20/8743-5999 ";" ";"+44-20/8743-9555 ";" " +lieferant ;00504372;"Wiedner & Iltar KG ";" ";"Schnbrunner Allee 1-6 / Top 8 ";" ";"2331 ";"Vsendorf bei Wien ";"+43-1/2145214 ";" ";"+43-1/214521477 ";" " +lieferant ;00504373;"Volcom International Sarl ";" ";"Ibelweg 18 ";" ";"6300 ";"Zug ";" ";" ";" ";" " +lieferant ;00504374;"Tenbos B.V. ";" ";"Donau 92 ";" ";"2491 BC ";"Den Haag ";"+31-70/3177100 ";" ";"+31-70/3205138 ";" " +lieferant ;00504375;"Slowear SpA ";" ";"Via della Fornace, 15-17 ";" ";"30034 ";"Mira (VE) ";"+39-041/5629611 ";" ";"+39-041/423718 ";" " +lieferant ;00504376;"Interjeans Ltd ";" ";"Level 2, Tower Business Centre, Tower St";" ";"BKR 4013 ";"Swater, Birkirkara, Malta ";"+356-2546/6053 ";" ";"+356-277/80183 ";" " +lieferant ;00504377;"KANGaROO Living GmbH ";" ";"Neu-Galliner Ring 8 ";" ";"19258 ";"Gallin ";"033851/3330-0 ";" ";"033851/3330-550 ";" " +lieferant ;00504378;"MATRIX GmbH ";" ";"Raiffeisenstrae 8A ";" ";"61169 ";"Friedber ";"06031/6727424 ";" ";"06031/6727407 ";" " +lieferant ;00504379;"Edwin Europe GmbH ";" ";"Rebgartenweg 6 ";" ";"79576 ";"Weil am Rhein ";"07621/966333 ";" ";"07621/422398333 ";" " +lieferant ;00504380;"Blue Sports / Roepstorff ApS ";" ";"Stolbjergvej 22 ";" ";"3070 ";"Snekkersten ";" ";" ";" ";" " +lieferant ;00504381;"Beayvista Brand Development GmbH ";"Leibschneider ";"Daimlerstr. 15/2 ";" ";"70825 ";"Korntal-Mnchingen ";" ";" ";" ";" " +lieferant ;00504382;"Mona Accessoires + Mode GmbH ";" ";"Breslauer Str 8, Haus New York, Raum 311";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504383;"L&H Handels GmbH ";" ";"Hessenstr. 1, Haus A Raum 040 ";" ";"30855 ";"Langenhagen ";"0511/7854188 ";" ";"0511/97829272 ";" " +lieferant ;00504384;"B&B Accesssoires , Bolkary GmbH ";" ";"Anton-Kuxstr. 2, Raum B001-004 ";" ";"41460 ";"Neuss ";"02131/5247677 ";" ";" ";" " +lieferant ;00504385;"Seibel Handels GmbH ";" ";"Breslauer Str. 8 , Raum 305 ";" ";"41460 ";"Neuss ";"02131/3833018 ";" ";"02131/3140569 ";" " +lieferant ;00504386;"Aneequa Accessoires ";" ";"Breslauer Str. 8, Haus New York, R. 310 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00504387;"ELDO Germany GmbH ";" ";"Osterwaldstr. 9-10, Haus H-23 ";" ";"80805 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504388;"Companiafantastica, Jaime Nieto ";" ";"Infanta Maria Teresa, 19 ";" ";"28016 ";"Madrid ";" ";" ";" ";" " +lieferant ;00504389;"Luxury Goods International (L.G.I.) SA ";" ";"Via Industria 19 ";" ";"6814 ";"Cadempino ";"+41-91/80526-00 ";" ";"+41-91/80526-50 ";" " +lieferant ;00504390;"Philippe Audibert Paris ";" ";"74, rue de Rennes ";" ";"75006 ";"Paris ";"+33-1/42841617 ";" ";"+33-1/42840990 ";" " +lieferant ;00504391;"O living Interior Design GmbH ";" ";"Zeche Consol 1/6, Gewerkenstrae 28 ";" ";"45881 ";"Gelsenkirchen Schalke ";"0209/177554-0 ";" ";"0209/177554-11 ";" " +lieferant ;00504392;"Shepherd of Sweden ";" ";"Nylnnesgatan 8 ";"Box 171 ";"512 54 ";"Svenljunga ";"+46-325/661380 ";" ";"+46-325/611724 ";" " +lieferant ;00504393;"Travel House Media GmbH ";" ";"Grillparzerstr. 12 ";" ";"81675 ";"Mnchen ";"089/450009-900 ";" ";"089/450009-901 ";" " +lieferant ;00504394;"Eurodavil - Industria de Calcado, Lda. ";" ";"Rua Vasco da Gama, 286 - Apatardo 1101 ";" ";"3700-569 ";"Zona Industrial de Arrifana ";"+351-2568/10390 ";" ";"+351-2568/10399 ";" " +lieferant ;00504395;"Eton Fashion AB ";" ";"Stora vgen 8 ";" ";"507 71 ";"Ganghester ";"+46-33204600 ";" ";"+46-33204699 ";" " +lieferant ;00504396;"Fashion Duke ";" ";"Samuel-Bachmann-Stae 1 ";" ";"87527 ";"Sonthofen ";"08321/8002180 ";" ";" ";" " +lieferant ;00504397;"Agentur Berning ";" ";"Bennigsenplatz 1 ";" ";"40474 ";"Dsseldorf ";"0172/2845551 ";" ";" ";" " +lieferant ;00504398;"byMi GbR ";" ";"Richard-Wagner-Str. 39 ";" ";"50674 ";"Kln ";" ";" ";" ";" " +lieferant ;00504399;"Jolly-Tex ApS ";" ";"Bogomvej 15 ";" ";"7100 ";"Vejle ";"+45-7582 5204 ";" ";"+45-7582 5604 ";" " +lieferant ;00504400;"Fashion Pool GmbH ";" ";"St. Ottilienweg 11 ";" ";"85630 ";"Grasbrunn ";" ";" ";" ";" " +lieferant ;00504401;"Sophysticated, Fair Traded Fashion ";"Silke Oesterle ";"Haussmannstr. 122A ";" ";"70188 ";"Stuttgart ";"0703/4675306 ";" ";"0703/4675307 ";" " +lieferant ;00504402;"Smittenshop e.K. ";"Silke Braun ";"Weingartsweg 20 ";" ";"40668 ";"Meerbusch ";"02150/963485 ";" ";"02150/963096 ";" " +lieferant ;00504403;"Hao Mai ";"Huang Lidou ";"Frankfurter Str. 70/72 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00504404;"Blonde No.8 GmbH ";" ";"Johann-Georg-Halske Strasse 3 ";"12 02 80 ";"41352 ";"Korschenbroich ";"02161-8490888 ";" ";" ";" " +lieferant ;00504405;"Cavallaro Fashion B.V. ";" ";"Waarderveldweg 87 ";" ";"2031 BK ";"Haarlem ";"+31-23/5420213 ";" ";" ";" " +lieferant ;00504406;"Legal 3000 GmbH ";"Marco Skobel ";"An der Jagst 38 ";" ";"73479 ";"Ellwangen ";"07961/92498-0 ";" ";"07961/92498-111 ";" " +lieferant ;00504407;"Datenwerk Logistik GmbH ";" ";"Ludwigstr. 8 ";" ";"80539 ";"Mnchen ";"089/997383-0 ";" ";"089/997383-10 ";" " +lieferant ;00504408;"Friedrich Stark GmbH & Co. KG ";" ";"Gartenstrae 9 ";" ";"74423 ";"Obersontheim ";"07973/9631-0 ";" ";"07973/9631-33 ";" " +lieferant ;00504409;"Anni Carlsson GmbH ";"Inh. Annika Eva Schwieger ";"Groe Elbestrae 68, Nr.1.3, 1.OG ";" ";"22767 ";"Hamburg ";"+49 40 39 81 52 00 ";" ";"+49 40 39 81 52 01 ";" " +lieferant ;00504410;"LOUD! OHG ";" ";"Benesisstrae 8-12 ";" ";"50672 ";"Kln ";"0221/5607475 ";" ";"0221/5607473 ";" " +lieferant ;00504411;"Bullyland GmbH ";" ";"Bully-Strae 1 ";" ";"73565 ";"Spraitbach ";"07176/303-0 ";" ";"07176/303-12 ";" " +lieferant ;00504412;"Grn & Form ";" ";"Rosenstrae 4 ";" ";"48143 ";"Mnster ";"0251/47622 ";" ";"0251/4828250 ";" " +lieferant ;00504413;"Modeagentur Iris Hartmann ";" ";"Mahdentalstrae 96 ";" ";"71065 ";"Sindelfingen ";"07031/9897480 ";" ";"07034-270390 ";" " +lieferant ;00504414;"SABOdesign GmbH ";" ";"An Eulen 7 ";" ";"47906 ";"Kempen ";"02152/554868 ";" ";"02152/554869 ";" " +lieferant ;00504415;"Domink Meuer Modehandels GmbH ";" ";"Siegesstr. 23 ";" ";"80802 ";"Mnchen ";"089/38887747 ";" ";"089/54573197 ";" " +lieferant ;00504416;"BARBATO s.r.l. ";" ";"Prima Strada Quartiere dell'Industria ";" ";"30032 ";"Fiesso dArtico (VE) ";"+39-049/502089 ";" ";"+39-049/9800101 ";" " +lieferant ;00504417;"SAITT S.A. ";" ";"Strada Acquasalata, 3-E ";" ";"47899 ";"Serravalle, San Marino ";"+378-0549/901204 ";" ";"+378-0549/907097 ";" " +lieferant ;00504418;"MYNUKA GmbH ";" ";"Hohenzollerndamm 3 ";" ";"10717 ";"Berlin ";"0160/8972612 ";" ";"030/30102431 ";" " +lieferant ;00504419;"WeSC ";"WeAretheSuperlativeConspiracy ";"Karlavgen 108, 14tr ";"P.O. Box 272 89 ";"102 53 ";"Stockholm ";"+46-8/465050-00 ";" ";"+46-8/465050-99 ";" " +lieferant ;00504420;"Zimtstern Switzerland AG ";" ";"Lberenstrasse 30 ";" ";"6300 ";"Zug ";"+41-41/7200520 ";" ";"+41-41/7200521 ";" " +lieferant ;00504421;"Storatex UG ";" ";"Kurpfalzring 114 ";" ";"69123 ";"Heidelberg ";"06211/7379066 ";" ";" ";" " +lieferant ;00504422;"Ricarda Fuchs Modedesign ";"Reine Stoffsache ";"Oberntorwall 9 ";" ";"33602 ";"Bielefeld ";"0521/5601812 ";" ";" ";" " +lieferant ;00504423;"Evergreen F.G. SRL ";" ";"Via Palermo, 1 ";" ";"20121 ";"Milano ";"+39-02/80583008 ";" ";"+39-02/89093272 ";" " +lieferant ;00504424;"Pronto Moda J.& F. ";"di Chen Songmiao ";"Via Toscana, 103 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00504425;"United Fashion EP Handel & Vertrieb GmbH";" ";"Ratherstr. 49e ";" ";"40476 ";"Dsseldorf ";"0211/4370838 ";" ";"0211/4370839 ";" " +lieferant ;00504426;"Marco Polo ";"di Wu Xiaoping ";"Via L.C. Bibulo n.91 ";" ";"00175 ";"Roma ";" ";" ";" ";" " +lieferant ;00504427;"Kiki Moda s.r.l. ";" ";"Via Veneto, 9 ";" ";"59100 ";"Prato (PO) ";"+39-0574/823405 ";" ";"+39-0574/823405 ";" " +lieferant ;00504428;"Ditta Ye Zhimin ";" ";"Via F. Turati,157 ";" ";"00185 ";"Roma (RM) ";" ";" ";" ";" " +lieferant ;00504429;"Gass Textilhandel ";"Patricia Gass ";"Brotstrae 1-3 ";" ";"79341 ";"Kenzingen ";"07666/949445 ";" ";" ";" " +lieferant ;00504430;"iittala bv ";" ";"Hoevestein 19 ";"P.O. Box 474 ";"4900 AL ";"Oosterhout ";"+31-162/488188 ";" ";"+31-162/488180 ";" " +lieferant ;00504431;"Ferdinand Richter GmbH ";" ";"Schrdinger Strae 1 ";" ";"4061 ";"Pasching ";"+43-7229/70071-0 ";" ";"+43-7229/70071-801 ";" " +lieferant ;00504432;"Calzificio Madaschi s.n.c. ";" ";"Via Zandonai, 11 ";" ";"38060 ";"Villa Lagarina (TN) ";"+39-0464/41229 ";" ";"+39-0464/499259 ";" " +lieferant ;00504433;"Eurographics IWP GmbH ";" ";"Pommernstrae 17 + 19 ";" ";"93073 ";"Neutraubling ";"09401/9291-0 ";" ";"09401/9291-3301 ";" " +lieferant ;00504434;"Smiley Factory ";" ";"11/13 Weston Street, Bermondsey ";" ";"SE1 3ER ";"London ";" ";" ";" ";" " +lieferant ;00504435;"Doratex S.p.A. ";" ";"Via Acquafredda 26 ";" ";"25010 ";"Visano ";"+39 030 99 58 731 ";" ";"+39 030 99 58 940 ";" " +lieferant ;00504436;"Orient Express Denmark Aps ";" ";"Romersvej 48 ";" ";"7430 ";"Ikast ";" ";" ";" ";" " +lieferant ;00504437;"Calzaturificio Due-Bi F.LLI Brassini ";"(S.N.C.) ";"Via Milano 40 N ";" ";"26029 ";"Soncino ";" ";" ";" ";" " +lieferant ;00504438;"Epice 75 ";" ";"Rue de Turnenne ";" ";"75003 ";"Paris ";" ";" ";" ";" " +lieferant ;00504439;"Le Mazza s.r.l. ";" ";"Via de icola scn ";" ";"63019 ";"S.Elpidio A MAre ";" ";" ";" ";" " +lieferant ;00504440;"Capo Triay s.l. ";" ";"Comerciants, 35 (POICI) ";" ";"07760 ";"Ciutadella de Menorca ";" ";" ";" ";" " +lieferant ;00504441;"FREYA , Eveden LTD Europe ";" ";"Rothwell Road ";" ";"MN 142PG ";"Desborough, Northants ";" ";" ";" ";" " +lieferant ;00504442;"Stilomio ";"Claudia Wille ";"Dr.-Max-Strae 61a ";" ";"82031 ";"Grnwald ";"0171/3207876 ";" ";" ";" " +lieferant ;00504443;"Eschenbach Optik GmbH ";" ";"Schopenhauerstrae 10 ";" ";"90409 ";"Nrnberg ";"0911/3600-0 ";" ";"0911/3600-358 ";" " +lieferant ;00504444;"Amos Kalay Nijens ";" ";"Monumentenstr. 33/34 ";" ";"10829 ";"Berlin ";"030/787181-06 ";" ";"030/787181-07 ";" " +lieferant ;00504445;"Kwong Hing ";" ";"132-134 Nathan Roads ";" ";"0 ";"Tsimshatsi, Hong Kong ";" ";" ";" ";" " +lieferant ;00504446;"Full Spot Srl ";" ";"Via del Progresso, 12 ";" ";"35010 ";"Peraga di Vigonza (PD) ";"+39-0498936336 ";" ";"+39-0498954460 ";" " +lieferant ;00504447;"Anja Schierholt ";" ";"Mozartstrasse 9-11 ";" ";"70180 ";"Stuttgart ";"0711/66482705 ";" ";" ";" " +lieferant ;00504448;"Confezioni Damap srl ";" ";"via Volta, 71/a ";" ";"21010 ";"Cardano al Campo (VA) ";"+39-0331/263091 ";" ";"+39-0331/262655 ";" " +lieferant ;00504449;"VADO Footwear GmbH ";" ";"Am Hexenberg 9 ";" ";"78183 ";"Hfingen ";"06331/201280 ";" ";"06331/201288 ";" " +lieferant ;00504450;"Farina Rosa s.r.l. ";" ";"Via Carlo Tenca, 15 ";" ";"20124 ";"Milano (MI) ";"+39-02/66984596 ";" ";" ";" " +lieferant ;00504451;"Langenscheidt GmbH & Co. KG ";" ";"Mies-van-der-Rohe-Str. 5 ";"401120 ";"80807 ";"Mnchen ";"089/36096-0 ";" ";"089/36096-222 ";" " +lieferant ;00504452;"B&B Collections ";" ";"Wakkerendijk 238 ";" ";"3755 DK ";"Eemnes ";"+31-35/5382810 ";" ";"+31-35/5317496 ";" " +lieferant ;00504453;"Deutscher Taschenbuch Verlag ";"GmbH & Co. KG ";"Friedrichstrae 1a ";"40 04 22 ";"80801 ";"Mnchen ";"089/38167-0 ";" ";"089/346428 ";" " +lieferant ;00504454;"HGV Hanseatische Gesellschaft ";"fr Verlagsservice mbH ";"Weidestrae 122a ";" ";"22083 ";"Hamburg ";"040/840008-0 ";" ";"040/840008-22 ";" " +lieferant ;00504455;"sheepworld AG ";" ";"Am Schafhgel 1 ";" ";"92289 ";"Ursensollen ";"09628/92381-0 ";" ";"09628/92381-59 ";" " +lieferant ;00504456;"Hamelin GmbH ";" ";"Robert-Hamelin-Str.1 ";" ";"31028 ";"Gronau ";"05182 901 0 ";" ";"05182 901 270 ";" " +lieferant ;00504457;"THOMAS SABO GmbH & Co. KG ";"Schmuckhandel ";"Martin-Luther-Strae 20 ";" ";"91207 ";"Lauf a.d. Pegnitz ";"09123/9715-0 ";" ";"09123/9715-20 ";" " +lieferant ;00504458;"Edel Germany GmbH ";" ";"Neumhlen 17 ";"57 04 49 ";"22763 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504459;"Runge Vertragsauslieferung GmbH ";" ";"Bergstrae 2 ";"1364 ";"33803 ";"Steinhagen ";"05204/998-0 ";" ";"05204/998-111 ";" " +lieferant ;00504460;"Milano Fashion Import GmbH ";" ";"Modering 5, Haus E, Raum 061 ";" ";"22457 ";"Hamburg ";"040/180198-80 ";" ";"040/180198-16 ";" " +lieferant ;00504461;"Senyora ";"Inh. Angela Radmehr ";"Modering 1, Haus A, Raum 311+609 ";" ";"22457 ";"Hamburg ";"040/57008148 ";" ";"040/57001749 ";" " +lieferant ;00504462;"Souve UG ";" ";"Regerstrae 27 ";" ";"81541 ";"Mnchen ";"0176/66889900 ";" ";" ";" " +lieferant ;00504463;"Fashion & Fashion GmbH ";" ";"Mahdentalstr. 100-102 ";" ";"71065 ";"Sindelfingen ";"07031/878869 ";" ";"07031/814998 ";" " +lieferant ;00504464;"ANNAs dress affair GmbH & Co. KG ";" ";"Oberkasseler Str. 71 ";" ";"40545 ";"Dsseldorf-Oberkassel ";"0211/171805-12 ";" ";"0211/171805-28 ";" " +lieferant ;00504465;"Jannissima ";" ";"Nieuwe Emmasingel 20 ";" ";"5611 AM ";"Eindhoven ";"+31-40/8795853 ";" ";" ";" " +lieferant ;00504466;"Wunschnaht OHG ";" ";"Aschaffenburger Str. 59a ";" ";"63500 ";"Seligenstadt ";"069/977655-70 ";" ";"069/977655-69 ";" " +lieferant ;00504467;"Commandante Fashion Group GmbH ";" ";"Schrderstrae 12 ";" ";"10115 ";"Berlin ";"030/2787426-19 ";" ";"030/2787426-66 ";" " +lieferant ;00504468;"TradingPool Distribution GmbH ";" ";"Balanstr. 73 ";" ";"81541 ";"Mnchen ";"089/63866688-0 ";" ";"089/63866688-8 ";" " +lieferant ;00504469;"Lanificio Becagli S.r.l. ";" ";"Via Labriola ";" ";"59013 ";"Montemurlo (PO) ";"+39-0574/6594 ";" ";"+39-0574/652961 ";" " +lieferant ;00504470;"Italservices S.p.A. ";" ";"Via G. Marconi, 37/39 ";" ";"35010 ";"San Pietro in Gu (PD) ";"+39-049/9458300 ";" ";"+39-049/5991945 ";" " +lieferant ;00504471;"Fashion Consulting S.r.l. ";" ";"Via Parigi, 38 ";" ";"46047 ";"Porto Mantovano (MN) ";"+39-051/5947733 ";" ";"+39-051/7174350 ";" " +lieferant ;00504472;"my coje GmbH ";" ";"Ballindamm 13 ";" ";"20095 ";"Hamburg ";"040/79416767-0 ";" ";"040/79416767-90 ";" " +lieferant ;00504473;"Rayware Ltd ";" ";"Triumph Trading Park, Speke Hall Road ";" ";"L24 9BF ";"Liverpool ";"+44-151/4861888 ";" ";"+44-151/4861467 ";" " +lieferant ;00504474;"Hotelwsche Erwin Mller GmbH & Co. KG ";" ";"Hettlinger Strae 9 ";" ";"86637 ";"Wertingen ";"01805/807-909 ";" ";"01805/807-999 ";" " +lieferant ;00504475;"Authentic Style GmbH ";"ehem. (Sailors and Brides GmbH) ";"Auf Bsselhagen 14 ";" ";"31515 ";"Wunstorf ";"05031/14060 ";" ";"05031/515140 ";" " +lieferant ;00504476;"Travel Blue GmbH ";" ";"Lippeltstr. 1 ";" ";"20097 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504477;"BETA Ledermode GmbH ";" ";"Rmerstr. 87-89 ";" ";"50996 ";"Kln ";"0221/126136-0 ";" ";"0221/126136-19 ";" " +lieferant ;00504478;"Grand Design AB ";"Tomas Aspenskog ";"Fritslavgen 64 ";" ";"511 41 ";"Kinna ";"+46-32040402 ";" ";"+46-32031688 ";" " +lieferant ;00504479;"Senatex GmbH ";" ";"Vahrenwalder Strae 221 ";" ";"30165 ";"Hannover ";"0511/631590 ";" ";" ";" " +lieferant ;00504480;"Pantoffel Diva ";"Design Atelier Hamleh ";"Sandmhlenweg 14 ";" ";"92439 ";"Bodenwhr ";" ";" ";" ";" " +lieferant ;00504481;"kingsXcross distribution ";" ";"Gotenstrae 69 ";" ";"10829 ";"Berlin ";"0173/6231622 ";" ";" ";" " +lieferant ;00504482;"Twentyseven Coats GmbH & Co. KG ";" ";"Kurfrstendamm 190-192 ";" ";"10707 ";"Berlin ";"030/700159548 ";" ";"030/700159510 ";" " +lieferant ;00504483;"Three Rivers Fashion GmbH ";" ";"Balanstr. 73 / Geb.09, 2. OG ";" ";"81541 ";"Mnchen ";"+49 89 999 346 15 ";" ";"+49 89 542 270 99 ";" " +lieferant ;00504484;"s:hz ";"Schleswig-Holsteinischer Zeitungsverlag ";"Nikolaistrae 7 ";"15 53 ";"24937 ";"Flensburg ";"0461/808-0 ";" ";" ";" " +lieferant ;00504485;"RS Textilhandel ";"Roland Schwetling ";"Auf dem Weiherhahn 21 ";" ";"51377 ";"Leverkusen ";"0214/4039230 ";" ";"0214/4039232 ";" " +lieferant ;00504486;"B.Lila Import Export GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";" ";" ";" ";" " +lieferant ;00504487;"I.B.S. Italien Basic Sportswear GmbH ";" ";"Modering 3 / B 046 ";" ";"22457 ";"Hamburg ";"040/55007424 ";" ";"040/55007425 ";" " +lieferant ;00504488;"Aba Shoes ";"Sia 7 Lines ";"Dizozolu Street 7 ";" ";"3018 ";"Ozolnieku Nov., Jelgava Raj. ";"+371-20018655 ";" ";" ";" " +lieferant ;00504489;"HCM Kinzel GmbH ";" ";"Felix-Wankel-Str. 9/1 ";" ";"74374 ";"Zaberfeld ";"07046/982-0 ";" ";"07046/982-16 ";" " +lieferant ;00504490;"Profino GmbH & Co. KG ";" ";"Mankhauser Strae 1 ";" ";"42699 ";"Solingen ";"0212/64564895 ";" ";"0212/64564898 ";" " +lieferant ;00504491;"the hip tee s.l. ";" ";"Prado del Rey 101,25 ";" ";"028223 ";"Pozuelo de Alarcon ";"+34-91/7023743 ";" ";"+34-91/7023743 ";" " +lieferant ;00504492;"Global Bohemians GmbH ";" ";"Hildebrandtstr. 11, Hinterhof ";" ";"40215 ";"Dsseldorf ";"0211/157677-0 ";" ";"0211/157677-66 ";" " +lieferant ;00504493;"Crew Clothing Co Ltd. ";" ";"20 Lydden Road ";" ";"SW18 4LR ";"London ";"+44-20/887523-00 ";" ";"+44-20/887523-20 ";" " +lieferant ;00504494;"Manuel Luciano GmbH ";" ";"Ungererstr. 129 ";" ";"80805 ";"Mnchen ";"089/32709009 ";" ";"089/32709012 ";" " +lieferant ;00504495;"RCP-Technik GmbH & Co. KG ";" ";"Tarpen 40, Gebude 7b ";" ";"22419 ";"Hamburg ";"040/7975571-0 ";" ";"040/7975571-60 ";" " +lieferant ;00504496;"Loulou & Seraphine ";"Melanie Hamprecht ";"Hafenstrae 27a ";" ";"63027 ";"Frankfurt am Main ";"069/24450044 ";" ";" ";" " +lieferant ;00504497;"El Naturalista ";" ";"Oficinas 6 y 7, Plaza de Europa s/n ";" ";"31119 ";"Imarcoain, Navarra ";"+34-948/314247 ";" ";"+34-948/314248 ";" " +lieferant ;00504498;"Ansoho Studio ";"Anna Sophie Howoldt ";"Marienburgerstr. 33 ";" ";"10405 ";"Berlin ";"0176/63757268 ";" ";" ";" " +lieferant ;00504499;"Mighty Distribution ";"Inh. Mike Sprunkel ";"Mhlbachgasse 8 ";" ";"87629 ";"Fssen ";"08362 6296774 ";" ";" ";" " +lieferant ;00504500;"Maloja Clothing GmbH & Co. KG ";" ";"Bach 1 ";" ";"83253 ";"Rimsting ";"08051/96357-0 ";" ";"08051/96357-10 ";" " +lieferant ;00504501;"H-Distribution ";"Amin Hammoudi ";"Derendorferstr. 52 ";" ";"40479 ";"Dsseldorf ";"0221/1699568 ";" ";"0221/6606895 ";" " +lieferant ;00504502;"Nicolussi srl ";" ";"Via Monte Ortigara, 8/16 ";" ";"36064 ";"Mason Vicentino (VI) ";"+39-0424/470433 ";" ";"+39-0424/476963 ";" " +lieferant ;00504503;"Door s.r.l. ";" ";"Via Ripamonti, 137 ";" ";"20141 ";"Milano (MI) ";"+39-02/56808739 ";" ";"+39-02/52516229 ";" " +lieferant ;00504504;"Artcrafts International S.p.A. ";" ";"Via Francesco Datini, 44 ";" ";"50126 ";"Firenze ";"+39-055/68189 ";" ";" ";" " +lieferant ;00504505;"Best Freizeitmbel GmbH ";" ";"Lotzencker 2 ";"10 14 03 ";"72379 ";"Hechingen ";"07471/619-0 ";" ";"07471/619-299 ";" " +lieferant ;00504506;"United People GmbH (Reell Jeans) ";" ";"Im Hammereisen 65 ";" ";"47559 ";"Kranenburg ";"02826/917575 ";" ";"02826/917576 ";" " +lieferant ;00504507;"Stonemanor Ltd ";"t/a Apricot ";"Unit 2, 50 Eagle Warf Road ";" ";"NI 7TED ";"London ";" ";" ";" ";" " +lieferant ;00504508;"Uwe Renner & Florian Fischer ";"Feinkost und Event GbR ";"Oberbiberger Str. 12 ";" ";"82054 ";"Sauerlach-Altkirchen ";"08104/888279 ";" ";"08104/888460 ";" " +lieferant ;00504509;"HAUX Wohntextilien eK ";" ";"Metzgerstrae 59 ";" ";"72764 ";"Reutlingen ";"07121/334232 ";" ";"07121/340000 ";" " +lieferant ;00504510;"Hello Miss s.a.r.l. ";" ";"51 Rue Sedaine ";" ";"75011 ";"Paris ";"+33-1/43554001 ";" ";"+33-1/43554057 ";" " +lieferant ;00504511;"Mandarina Duck S.p.A. ";" ";"Via Minghetti, 13 ";" ";"40057 ";"Cadriano di Granarolo (BO) ";"+39-051/764411 ";" ";"+39-051/7417224 ";" " +lieferant ;00504512;"L.V. & Gold Protomoda ";"di Zheng Baohong ";"Via dei Fossi, 8/V-2 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00504513;"MLPA Trading GmbH (Einstein & Newton) ";" ";"Teichstrasse 8 ";" ";"40822 ";"Mettmann ";"0211/98703-134 ";" ";" ";" " +lieferant ;00504514;"Pronto Moda X.H. s.r.l. ";" ";"Via Gora del Paro, 63 ";" ";"59100 ";"Tavola Prato ";" ";" ";" ";" " +lieferant ;00504515;"Panda 202 s.r.l. ";" ";"Via dell'Omo 128 ";" ";"00156 ";"Rom ";" ";" ";" ";" " +lieferant ;00504516;"Marc O'Polo Denim & Campus GmbH ";" ";"Hofgartenstrae 1 ";"1153 ";"83071 ";"Stephanskirchen ";"08036/90-0 ";" ";"08036/90-1890 ";" " +lieferant ;00504517;"KHMISSA Morocco Design ";"Inh. Said und Bettina Lamghari ";"Kazmairstrae 33 ";" ";"80339 ";"Mnchen ";"089/74371970 ";" ";"089/74388712 ";" " +lieferant ;00504518;"Essedi SpA (Antony Morato) ";" ";"Via Tortona, 37 ";" ";"20144 ";"Milano ";" ";" ";" ";" " +lieferant ;00504519;"BLF s.r.l. ";" ";"Via Lago di Lugano, 15 ";" ";"36015 ";"Schio (VI) ";"+39 0445 576604 ";" ";"+39 0445 501126 ";" " +lieferant ;00504520;"SHISHI AS ";" ";"Astri tee 2A ";" ";"74001 ";"Viimsi ";"+372-6091077 ";" ";"+372-6091037 ";" " +lieferant ;00504521;"P.S. Schuhmacher ";"Accessoires and more ";"Ulmer Strae 43 ";" ";"88471 ";"Laupheim ";"07392/912366 ";" ";"07392/16631 ";" " +lieferant ;00504522;"Indini Deutschland GmbH ";" ";"Anton-Kux-Strae 2 (A206) ";" ";"41460 ";"Neuss ";"02131/1511935 ";" ";"02131/1511938 ";" " +lieferant ;00504523;"Bube Clothing Company srl ";" ";"Via Nosellare, 48 ";" ";"36028 ";"Rossano Veneto (VI) ";"+39-0424/84971 ";" ";"+39-0424/543513 ";" " +lieferant ;00504524;"StarShocker Import & Export ";"Nand Rahi ";"Anton-Kux Str. 2, EUROMODA, Raum A236 ";" ";"41460 ";"Neuss ";"02131/1784147 ";" ";"02131/1784149 ";" " +lieferant ;00504525;"Mercyland GmbH ";" ";"Anton-Kux-Strae 2, EUROMODA, Etage A008";" ";"414600 ";"Neuss ";"02131/3661882 ";" ";" ";" " +lieferant ;00504526;"Gardinen-Design Scheurich ";"Gardinenkonfektion ";"Industriestrae 9-11 ";" ";"63633 ";"Birstein ";"06054/9092851 ";" ";"06054/9092851 ";" " +lieferant ;00504527;"Fashion Solutions GmbH ";" ";"Plange Mhle 1 (Weizenmhlenstrae) ";" ";"40221 ";"Dsseldorf ";"0211/585897-0 ";" ";"0211/585897-27 ";" " +lieferant ;00504528;"Katwick Distribution UG ";" ";"Lagerstr. 25 ";" ";"20357 ";"Hamburg ";"040/38680471 ";" ";"040/38680470 ";" " +lieferant ;00504529;"Agentur Hans Maier ";" ";"Mahdenthalstr. 100/102 ";" ";"71065 ";"Sindelfingen ";"07031792592 ";" ";" ";" " +lieferant ;00504530;"A. Maurer Mode Vertrieb ";" ";"Bachgasse 20 ";" ";"2391 ";"Kaltenleutgraben ";"+43-2238/70176 ";" ";"+43-2238/70176 ";" " +lieferant ;00504531;"R+B Moden ";"Brigitte Krzysteczek e.K. ";"Scherlebecker Str. 208 ";" ";"45701 ";"Herten ";"02366/494564 ";" ";"02366/494564 ";" " +lieferant ;00504532;"Willemen Koffers ";" ";"Kroonstraat 9 ";"Postbus 453 ";"4879 AV ";"Etten-Leur ";"+31-76/5020818 ";" ";"+31-76/5014907 ";" " +lieferant ;00504533;"Mytsuko SAS ";"Alain Weiz ";"110 bis Avenue du General Leclerc ";" ";"93500 ";"Pantin ";"+33-1/74734242 ";" ";"+33-1/74734240 ";" " +lieferant ;00504534;"Modeagentur Irlbacher GmbH ";" ";"Dr.-Burgholzer-Weg 5 ";" ";"85452 ";"Moosinning ";"08123/987571 ";" ";"08123/987572 ";" " +lieferant ;00504535;"Dynamic Jeans Manifatture s.r.l. ";" ";"Via Palazzon, 46/c ";" ";"35010 ";"Campodoro (PD) ";"+37-049/9065212 ";" ";"+37-049/9065198 ";" " +lieferant ;00504536;"Berba Lederwaren BV ";" ";"Lindelaufer Gewande 29 ";" ";"6367 AZ ";"Voerendaal ";"+31-45/5419996 ";" ";"+31-45/5426304 ";" " +lieferant ;00504537;"PS Fashion GmbH ";" ";"Dietrich-Bonhoeffer-Str. 18 ";" ";"48429 ";"Rheine ";"05971/88192 ";" ";"05971/85750 ";" " +lieferant ;00504538;"Great United Trading, s.r.o. ";" ";"Na Slupi 134/15 ";" ";"128 00 ";"Praha 2 ";" ";" ";" ";" " +lieferant ;00504539;"1414 Products GmbH ";" ";"Wgnergasse 3 ";" ";"84529 ";"Tittmoning/Salzach ";"08683/8901574 ";" ";" ";" " +lieferant ;00504540;"Frank Hergert ";" ";"Fliederweg 12 ";"1537 ";"72764 ";"Reutlingen ";"07121/270600 ";" ";"07121/240308 ";" " +lieferant ;00504541;"Rudolf Ehrnlechner ";"REN-Kopfbedeckungen ";"Am Wasserturm ";"1141 ";"84524 ";"Neutting ";"08671/20792 ";" ";"08671/72975 ";" " +lieferant ;00504542;"Charles Muller SA ";" ";"Grabenstrasse 1 ";" ";"8606 ";"Nnikon ";"+41-44/9086655 ";" ";"+41-44/9086655 ";" " +lieferant ;00504543;"Kenzia srl ";" ";"Via Marecchiese, 838 ";" ";"47822 ";"Santarcangelo di R. (RN) ";"+39-0541/758149 ";" ";"+39-0451/758885 ";" " +lieferant ;00504544;"Il Ponte Pelletteria S.p.A. ";" ";"Via E. Codignola 14/16 ";" ";"50018 ";"Scandicci (FI) ";"+39-055/735061 ";" ";"+39-055/751964 ";" " +lieferant ;00504545;"Heinrich Zangenberg GmbH & Co. KG ";" ";"Marie-Curie-Str. 17 ";" ";"49134 ";"Wallenhorst ";"05407/8722-0 ";" ";"05407/8722-39 ";" " +lieferant ;00504546;"Leykam Alpina ";"Verlags- u. Vertriebsges.m.b.H. ";"Gewerbepark 5 / Cargo Center Graz ";" ";"8402 ";"Werndorf ";"+43-50109/5555 ";" ";"+43-50109/5700 ";" " +lieferant ;00504547;"Artistik World, Ajdin Rizov ";" ";"Bahnhofstr. 69 ";" ";"71409 ";"Schwaikheim ";" ";" ";" ";" " +lieferant ;00504548;"Tropicare Deutschland GmbH ";" ";"Hansaallee 321 ";" ";"40549 ";"Dsseldorf ";"0211/53819800 ";" ";"0211/53819802 ";" " +lieferant ;00504549;"Gundlach Sport & Mode GmbH ";" ";"Bahnhofstr. 37 ";" ";"34613 ";"Schwalmstadt-Treysa ";"06691/24274 ";" ";"06691/24902 ";" " +lieferant ;00504550;"Smitten GmbH ";" ";"Kaiserswerther Str. 4 a ";" ";"40668 ";"Meerbusch ";"+49 (0) 2150 - 963 95 95 ";" ";"+49 (0) 2150 - 963 95 91 ";" " +lieferant ;00504551;"ISSUE Modehandel GmbH ";" ";"Rupertgasse 5 ";" ";"5020 ";"Salzburg ";"+43-662/879270 ";" ";"+43-662/879270-20 ";" " +lieferant ;00504552;"tombauer GmbH ";" ";"Karlsruher Strae 91 ";" ";"75179 ";"Pforzheim ";"07231/39703-0 ";" ";"07231/39703-99 ";" " +lieferant ;00504553;"Catya srl ";" ";"Via dell'Elettricista, 8 ";" ";"40138 ";"Bologna ";"+39-051/532666 ";" ";"+39-051/534499 ";" " +lieferant ;00504554;"Agerti N.V. ";"Mc Alson ";"Broekstraat 86 ";" ";"9270 ";"Laarne ";"+32-9/2317437 ";" ";"+32-9/230 ";" " +lieferant ;00504555;"ORTLIEB Sportartikel GmbH ";" ";"Rainstrae 6 ";" ";"91560 ";"Heilsbronn ";"09872/800-0 ";" ";"09872/800-266 ";" " +lieferant ;00504556;"GG German Garment GmbH ";" ";"Wartenburgstr. 1 ";" ";"10963 ";"Berlin ";"0172/5413943 ";" ";" ";" " +lieferant ;00504557;"New Product Service GmbH ";" ";"Franz-Aletseestrae 5 ";" ";"86381 ";"Krumbach ";"08282/82869-0 ";" ";"08282/82869-2 ";" " +lieferant ;00504558;"Universal Trends GmbH ";" ";"Wurmbenden 22-24 ";" ";"52070 ";"Aachen ";"0241/97868-0 ";" ";"0241/97868-15 ";" " +lieferant ;00504559;"GiGi-dresses.com by GLAM! ";"Aidin Djalili Farchtchi ";"Frankfurter Str. 70, Raum 768 ";" ";"65760 ";"Eschborn ";"0177/3232901 ";" ";" ";" " +lieferant ;00504560;"sk8te4u sports production GmbH ";" ";"Max-Born-Str. 2 ";" ";"53773 ";"Hennef ";"02242/90925-0 ";" ";"02242/90925-49 ";" " +lieferant ;00504561;"ring4u ";"Fabian Lakenbrink ";"Hauptstr. 179 ";" ";"45219 ";"Essen-Kettwig ";"02054/935088 ";" ";"02054/971887 ";" " +lieferant ;00504562;"Steph S.r.l. ";" ";"Via Fiamma, 13 ";" ";"20129 ";"Milano (MI) ";"+39-0236684350 ";" ";"+39-051/6647079 ";" " +lieferant ;00504563;"Tommy s.r.l. ";" ";"Via Cervellati, 3 ";" ";"40122 ";"Bologna (BO) ";"+39-051/864218 ";" ";"+39-051/8653675 ";" " +lieferant ;00504564;"Otto International GmbH ";" ";"Wandsbeker Strae 3-7 ";" ";"22172 ";"Hamburg ";"040/2000399-7122 ";" ";"040/200399-1968 ";" " +lieferant ;00504565;"Jelkom srl ";" ";"Via Valentini Giuseppe, 7 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00504566;"MV Handelskontor ";"Inh. Silvia Vlker e.K. ";"Hohe Strae 12 ";" ";"61231 ";"Bad Nauheim ";"06032/8926 ";" ";"06032/80113 ";" " +lieferant ;00504567;"dekoVries GmbH ";" ";"Birkenstrae 1-2 ";" ";"26847 ";"Deternerlehe ";"04957/9101-0 ";" ";"04957/9101-40 ";" " +lieferant ;00504568;"Aurich OHG ";" ";"Carl-Sasse-Strae 3c ";" ";"31867 ";"Lauenau ";"05043/405950 ";" ";"05043/405944 ";" " +lieferant ;00504569;"Nordic Legacy ";"Nordic Philosophy A/S ";"Niels Bohrs Vej 17, Stilling ";" ";"8660 ";"Skanderborg ";"+45-7020 3005 ";" ";"+45-8657 2611 ";" " +lieferant ;00504570;"Bisgaard Sko ApS ";" ";"Nannasvej 18 ";" ";"8230 ";"Aabyhoj ";"+45-86 113 113 ";" ";"+45-86 113 117 ";" " +lieferant ;00504571;"Top Knit Europe GmbH ";" ";"Alsstr. 166 ";" ";"41063 ";"Mnchengladbach ";"02161/17749-0 ";" ";"02161/17749-9 ";" " +lieferant ;00504572;"kh security GmbH & Co. KG ";" ";"Haidering 17 ";" ";"65321 ";"Heidenrod ";"06124/72798-0 ";" ";"06124/72798-30 ";" " +lieferant ;00504573;"Handelsagentur Oliver Brehmer ";" ";"Grtnerstrae 18 ";" ";"20253 ";"Hamburg ";"040/55773200 ";" ";"040/57201344 ";" " +lieferant ;00504574;"Li Er Kang Import & Export GmbH ";" ";"Im Gefierth 6, Raum B06 ";" ";"63303 ";"Dreieich ";"06103/8044165 ";" ";"06103/3124671 ";" " +lieferant ;00504575;"Four Elements ";" ";"Kortumweg 34 ";" ";"48165 ";"Mnster ";"02501/9716337 ";" ";"02501/9716336 ";" " +lieferant ;00504576;"Emak-Bakia Vestirsi Vintage ";"di Andrea Degl'Innocenti ";"via del Padule 64 (angolo via Charta 77)";" ";"50018 ";"Scandicci (FI) ";"+39-055/790632 ";" ";"+39-055/790632 ";" " +lieferant ;00504577;"Westbrook Fashion B.V. ";" ";"Suiker Silo West 33, 10e etage ";" ";"1165 MP ";"Halfweg ";"+31-346/281976 ";" ";"+31-842/100553 ";" " +lieferant ;00504578;"Kings International GmbH ";" ";"Odenwaldstr. 33 ";" ";"63456 ";"Hanau-Steinheim ";" ";" ";" ";" " +lieferant ;00504579;"Uzin Utz AG ";" ";"Dieselstrae 3 ";"40 80 ";"89079 ";"Ulm ";"0731/4097-0 ";" ";"0731/4097-110 ";" " +lieferant ;00504580;"Boi Trading Ltd ";" ";"116-118 Bury New Road ";" ";"M8 8EB ";"Manchester ";"+44-161/8396024 ";" ";"+44-161/8396025 ";" " +lieferant ;00504581;"trendfleur GmbH ";" ";"Oberster Kamp 4 ";" ";"59069 ";"Hamm ";"02385/932-0 ";" ";"02385/932-231 ";" " +lieferant ;00504582;"BB Sport Factory GmbH ";" ";"Brienner Str. 12a ";" ";"80333 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504583;"Vision Garments Limited ";"Flat/Rm 15, Blk A, 4/F, ";"3-5 Wang Tai Road ";" ";"0 ";"Kowloon Bay, Kowloon, Hong Kong ";"+852-3915 2700 ";" ";"+852-3915 2701 ";" " +lieferant ;00504584;"PAG GmbH ";"Produkt-Agentur-Geyer ";"Str. der Freundschaft 28 ";" ";"09468 ";"Geyer ";"037346/93834 ";" ";"037346/93835 ";" " +lieferant ;00504585;"Blyco Textil GmbH ";" ";"Fabrikstrae 3 ";" ";"48599 ";"Gronau ";"02562/712102 ";" ";"02562/712557 ";" " +lieferant ;00504586;"Glamory Hosiery GmbH & Co. KG ";" ";"Lemsahler Weg 23 ";" ";"22851 ";"Norderstedt ";" ";" ";" ";" " +lieferant ;00504587;"FARO Fashion Textilvertrieb GmbH ";" ";"Osterwaldstrae 10 ";" ";"80805 ";"Mnchen ";"089/36192227 ";" ";" ";" " +lieferant ;00504588;"PlaspackNetze GmbH ";" ";"Dr. Grobbenstr. 1 ";" ";"4690 ";"Schwanenstadt ";" ";" ";" ";" " +lieferant ;00504589;"Haider Mode ";"Klaus Haider ";"Stadtplatz 4 ";" ";"84137 ";"Vilsbiburg ";"08741/3108 ";" ";"08741/3801 ";" " +lieferant ;00504590;"Kinga Mathe ";"Trachten & Couture ";"Hauptmannsreute 16 ";" ";"70192 ";"Stuttgart ";"0711/997855-15 ";" ";"0711/997855-14 ";" " +lieferant ;00504591;"voi leather design GmbH & Co. KG ";" ";"Zum Scherbusch 4 ";" ";"51674 ";"Wiehl ";"02261/50117-0 ";" ";"02261/50117-99 ";" " +lieferant ;00504592;"DMConzept GmbH ";" ";"Max-Planck-Strae 8 ";" ";"27283 ";"Verden (Aller) ";"04231/68857 ";" ";"04231/68966 ";" " +lieferant ;00504593;"2ca GmbH ";" ";"Goethestr. 81 ";" ";"40237 ";"Dsseldorf ";"0211/62182301 ";" ";"0211/62182304 ";" " +lieferant ;00504594;"Sonar Shirt System ";"Textilvertrieb GmbH ";"Castroper Hellweg 109 ";" ";"44805 ";"Bochum ";"0234/79250130 ";" ";"0234/79250150 ";" " +lieferant ;00504595;"Ferrari & Zenobi snc ";"die Franco Ferrari & C ";"Via Marconi 109/2/3/4 ";" ";"40033 ";"Casaleccio ";" ";" ";" ";" " +lieferant ;00504596;"Swissies Italia SRL ";" ";"Via Cal Trevigiana, 1/B ";" ";"31040 ";"Volpago del Montello ";" ";" ";" ";" " +lieferant ;00504597;"Street-Surf A/S ";" ";"Svinovej 129 ";" ";"4750 ";"Lundby ";" ";" ";" ";" " +lieferant ;00504598;"Schlick Accessoires ";" ";"Wernleitenstrae 7 ";" ";"83313 ";"Siegsdorf ";" ";" ";" ";" " +lieferant ;00504599;"Rome SDS GmbH ";" ";"Irschenhauser Str. 16 ";" ";"81379 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504600;"Aremi BvbA ";" ";"Schapenstraat 204 ";" ";"1750 ";"Lennik ";" ";" ";" ";" " +lieferant ;00504601;"Rustin and Mallory Wholesale Ltd. ";" ";"Unit 27 Hunt End Ind. Est. Dunlop Road ";" ";"B97 5XP ";"Redditch ";" ";" ";" ";" " +lieferant ;00504602;"Wintersteiger AG ";" ";"Dimmelstrae 9 ";" ";"4910 ";"Ried im Innkreis ";"+43-7752/919-0 ";" ";"+43-7752/919-55 ";" " +lieferant ;00504603;"Trailman GmbH ";" ";"Stampfgasse 6 ";" ";"82229 ";"Seefeld ";" ";" ";" ";" " +lieferant ;00504604;"Warehouse Fashions Ltd ";" ";"Stanton Harcourt Industrial Estate ";" ";"OX29 5UT ";"Stanton Harcourt, Witney, Oxon ";"+44-1865/734700 ";" ";"+44-1865/734886 ";" " +lieferant ;00504605;"Trendmark Fashion GmbH ";" ";"ingolstdter Str. 44 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504606;"Silvano Sassetti s.r.l. ";" ";"Via Dell 'Artigianato 6 ";" ";"63815 ";"Monte San Pietrangeli ";" ";" ";" ";" " +lieferant ;00504607;"Franco Romagnoli ";" ";"C.da Fontanelle 37 ";" ";"62010 ";"Morrovalle ";" ";" ";" ";" " +lieferant ;00504608;"Brstenhaus Redecker GmbH ";" ";"Bockhorster Landweg 19 ";" ";"33775 ";"Versmold ";"05423/9464-0 ";" ";"05423/9464-20 ";" " +lieferant ;00504609;"Eberhard Pilz Sportvertrieb GmbH ";" ";"wiesenstr. 1+2 ";" ";"09577 ";"Niederwiesa ";" ";" ";" ";" " +lieferant ;00504610;"Philipp Plein International AG ";" ";"Sntistrasse 5 ";" ";"8580 ";"Amriswil ";" ";" ";" ";" " +lieferant ;00504611;"Olang S.p.A. Italy ";" ";"Via Sile 5 ";" ";"31040 ";"Volpago Del Montello ";" ";" ";" ";" " +lieferant ;00504612;"Calzaturificio LE.PI. srl ";" ";"Via Del Lavoro, scn ";" ";"62015 ";"Monte San Giusto ";" ";" ";" ";" " +lieferant ;00504613;"IJH A/S , Ilse Jacobsen ";" ";"Holmenevej 31 ";" ";"3140 ";"Alsgarde ";"+45-4970 4176 ";" ";"+45-4970 3176 ";" " +lieferant ;00504614;"D-Box S.A. ";" ";"44, Esplanade de la Moselle ";" ";"6637 ";"Wasserbillig ";" ";" ";" ";" " +lieferant ;00504615;"SSL Healthcare Italia Spa ";" ";"Via Enrico Caviglia 11 ";" ";"20139 ";"Milan ";" ";" ";" ";" " +lieferant ;00504616;"Cooking Lab S.L. ";" ";"PS Can Feu , 36 2 2a ";" ";"08205 ";"Sabadell (Barcelona) ";" ";" ";" ";" " +lieferant ;00504617;"POC Sweden AB ";" ";"Nackagatan 4 ";" ";"116 41 ";"Stockholm ";"+43-662/890090 ";" ";"+43-662/890090-15 ";" " +lieferant ;00504618;"Dr. Petra Bormann ";" ";"Schweizer Str. 81 ";" ";"60594 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00504619;"Calzature Lamica ";"di Marco Lami & C. s.n.c. ";"Via Tabellata 68 ";" ";"56022 ";"Castelfranco di Sotto (Pisa) ";" ";" ";" ";" " +lieferant ;00504620;"La Decollette ";" ";"Postbus 56 ";" ";"1390 AB ";"Abcoude ";" ";" ";" ";" " +lieferant ;00504621;"Skofabriken Kavat AB ";" ";"Box 101 ";" ";"69222 ";"Kumla ";" ";" ";" ";" " +lieferant ;00504622;"A&G Calzaturificio S.p.A. ";" ";"Via Merloni 20 ";" ";"60030 ";"Serra de Conti ";" ";" ";" ";" " +lieferant ;00504623;"Hammerschmidt GmbH ";" ";"Staudacher Str. 7 A-C ";" ";"83247 ";"Marquartstein ";" ";" ";" ";" " +lieferant ;00504624;"Handelsagentur Hndler ";" ";"Alisostrae 8 ";" ";"33106 ";"Paderborn ";" ";" ";" ";" " +lieferant ;00504625;"H+S Renner Handelsagentur ";" ";"Gasteig 1 ";" ";"82031 ";"Grnwald ";" ";" ";" ";" " +lieferant ;00504626;"Funorama e.Kfm. Mario Beneke ";" ";"Neuendorfer Weg 4 ";" ";"18184 ";"Neu Roggentin ";" ";" ";" ";" " +lieferant ;00504627;"Fabienne Hansoul Creation ";" ";"Prinses Margrietlaan 4b ";" ";"3051 AT ";"Rotterdamm ";" ";" ";" ";" " +lieferant ;00504628;"Funky Footwear B.V. ";" ";"Laan van Zuid Hoorn 35 ";" ";"2289 DC ";"Rijswik ";" ";" ";" ";" " +lieferant ;00504629;"IMAGO Schuhe & Acc. GmbH ";" ";"Hegenerstr. 85-87 ";" ";"58099 ";"Hagen ";" ";" ";" ";" " +lieferant ;00504630;"Menbur S.A. ";" ";"Poligono Artegrn s/n ";" ";"18230 ";"Atarfe ";" ";" ";" ";" " +lieferant ;00504631;"Mina UK ";" ";"36-38 Freat Titchfield Street ";" ";"W1W8BQ ";"London ";" ";" ";" ";" " +lieferant ;00504632;"Margarete Ostheimer GmbH ";" ";"Boschstr. 23 ";" ";"73119 ";"Zell ";" ";" ";" ";" " +lieferant ;00504633;"Tessilform S.p.A. ";" ";"Via P. Gobetti, 7/9 ";" ";"50010 ";"Loc. Capalle - Campi Bisenzio (FI) ";"+39-0574/529534 ";" ";"+39-0574/529526 ";" " +lieferant ;00504634;"MG fashion group GmbH ";" ";"Bahnhofstr. 11 ";" ";"66953 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00504635;"North Company S.A. ";" ";"Poligono Txirrita-Maleo 16 ";" ";"20100 ";"Renterfa Gulpuzcoa ";" ";" ";" ";" " +lieferant ;00504636;"Spanish Dreams S.L. ";" ";"POL Era Alta 53 ";" ";"03160 ";"Almoradi (Alicante) ";" ";" ";" ";" " +lieferant ;00504637;"Dei Colli s.r.l. ";" ";"Via XXIV Giugno, 39 ";" ";"46040 ";"Solferino (MN) ";"+39-0376/893401 ";" ";"+39-0376/855297 ";" " +lieferant ;00504638;"Ca' D' oro srl ";" ";"Qrt. dell'Industria 1 Strada 35 ";" ";"30032 ";"Fiesso d'Artico Venezia ";" ";" ";" ";" " +lieferant ;00504639;"BF elektronic ";"Alpenhose ";"Gut feichten 3 ";" ";"85570 ";"Markt Schwaben ";" ";" ";" ";" " +lieferant ;00504640;"Barund ApS ";" ";"Smakkegardsvej 193 ";" ";"2820 ";"Gentofte ";" ";" ";" ";" " +lieferant ;00504641;"Bussola Europe S.L. ";" ";"Av. Club Deportivo 88 Bajo ";" ";"26007 ";"Logrono ";" ";" ";" ";" " +lieferant ;00504642;"B. Jungle ";" ";"Kellerweg 4 ";" ";"96231 ";"Bad Staffelstein ";" ";" ";" ";" " +lieferant ;00504643;"Anders Textilvertrieb ";" ";"Christianstr. 9 ";" ";"89522 ";"Heidenheim a.d. Brenz ";" ";" ";" ";" " +lieferant ;00504644;"Accantio s.r.l. ";" ";"Via Faiteria 13 ";" ";"15048 ";"Valenza AL ";" ";" ";" ";" " +lieferant ;00504645;"Bronx Fashion BV ";" ";"Belgistraat 21 ";" ";"5171 ";"PN Kaatsheuvel ";" ";" ";" ";" " +lieferant ;00504646;"Vizgar Shoes S.L. ";" ";"C/Cabo Rufino Lazaro, 3 ";" ";"28230 ";"Las Rozas de Madrid ";" ";" ";" ";" " +lieferant ;00504647;"Stuppy Schuhfabrik GmbH ";" ";"Fabrickstr. 5 ";" ";"66509 ";"Rieschweiler- Mhlbach ";" ";" ";" ";" " +lieferant ;00504648;"Strumpf Dirks GmbH ";" ";"Friethfer Kamp1 ";" ";"48727 ";"Billerbeck ";" ";" ";" ";" " +lieferant ;00504649;"Les tres jolis ";" ";"Via dell' Industria 43 ";" ";"63023 ";"Fermo ";" ";" ";" ";" " +lieferant ;00504650;"JOMOS Schuhfabrik ";"Wilhelm Mohr KG ";"Garlesstrae 27 ";" ";"95152 ";"Seibitz ";"09280/975-0 ";" ";"09280/975-10 ";" " +lieferant ;00504651;"Geka - Sport GmbH ";" ";"Weinbergstr. 10 ";" ";"96328 ";"Kps / Obfr. ";" ";" ";" ";" " +lieferant ;00504652;"Brtting & Co, EB-Sport Int. GmbH ";" ";"Weinbergstr. 10 ";" ";"96328 ";"Kps / Obfr. ";" ";" ";" ";" " +lieferant ;00504653;"Edorardo E Lorenzo s.r.l. ";" ";"Via Ilio Barontini 5/3 ";" ";"50018 ";"Scandicci ";"+39 55 79 10 41 ";" ";"+39 55 79 05 34 ";" " +lieferant ;00504654;"Bagnoli Shoes S.r.l. ";" ";"Via A. Gramsci ";" ";"50056 ";"MONTELUPO FIORENTINO Firenze ";" ";" ";" ";" " +lieferant ;00504655;"Alexander Hatt ";" ";"Am Gaisberg 6 ";" ";"76831 ";"Birkweiler ";"06345/1312 ";" ";" ";" " +lieferant ;00504656;"Andr Berger GmbH ";" ";"Schlosshof 14 ";" ";"82229 ";"Seefeld am Pliensee ";" ";" ";" ";" " +lieferant ;00504657;"Zindacal S.L. ";" ";"Guillermo Marconi 5 ";" ";"03203 ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00504658;"Wiema Sko ApS ";" ";"Karl Bjarnhofsvej 15 B ";" ";"7120 ";"Vejle ";" ";" ";" ";" " +lieferant ;00504659;"Wong Brothers Shoe Factory Pte. Ltd. ";" ";"78 Playfair Road #05-00 Pak Chong Buildi";" ";"367997 ";"Singapore ";"+65-6/2833834 ";" ";"+65-6/2872352 ";" " +lieferant ;00504660;"Waldi-Schuhfabrick GmbH ";" ";"Langer Rain 38 ";" ";"97437 ";"Hafurt a. Main ";" ";" ";" ";" " +lieferant ;00504661;"Office Depot Deutschland GmbH ";" ";"Linus-Pauling-Str. 2 ";" ";"63762 ";"Groostheim ";" ";" ";" ";" " +lieferant ;00504662;"Firma Del Favero ";" ";"Geretsrieder Str. 12 ";" ";"81379 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504663;"Think Schuhwerk GmbH ";" ";"Hauptstrae 35 ";" ";"4794 ";"Kopfing ";"+43-7763/2208-0 ";" ";"+43-7763/2208-21 ";" " +lieferant ;00504664;"TNC Store B.V. ";"Tonychen ";"WFC Konigin Wilhelminaplein 13 ";" ";"1062 ";"HH Amsterdam ";" ";" ";" ";" " +lieferant ;00504665;"MT Trade Mark GmbH ";" ";"Ziegeleistrasse 18/1 ";" ";"74078 ";"Heilbronn ";" ";" ";" ";" " +lieferant ;00504666;"MEILIN DESIGN ";"Janet Cachandt ";"Modering 1, Haus A, Etage 5, Raum 519 ";" ";"22457 ";"Hamburg ";"040/57201299 ";" ";"040/57201298 ";" " +lieferant ;00504667;"Ka & Ka S.p.A. ";" ";"Via dello Scannerino, 34 ";" ";"51100 ";"Pistoia (PT) ";"+39-0573/4447211 ";" ";"+39-0573/9944888 ";" " +lieferant ;00504668;"Schuh und Sport Mcke GmbH ";" ";"Laubanger 23 ";" ";"96052 ";"Bamberg ";"0951/309545-10 ";" ";"0951/309545-29 ";" " +lieferant ;00504669;"Josef Seibel Schuhfabrik GmbH ";" ";"Gebrder-Seibel-Str. 5-9 ";"1140 ";"76846 ";"Hauenstein ";"06392/9221-0 ";" ";"06392/9221-200 ";" " +lieferant ;00504670;"Sunny Seasons S.A. ";" ";"40-42 Grand Rue ";" ";"6630 ";"Wasserbillig ";" ";" ";" ";" " +lieferant ;00504671;"PVM Saskaita Fakturaq ";" ";"Zemaites str. 145 ";" ";"0 ";"Siauliai ";" ";" ";" ";" " +lieferant ;00504672;"Solsani GmbH i.L. ";" ";"Painbreitenstr. 18 ";" ";"82031 ";"Grnwald ";" ";" ";" ";" " +lieferant ;00504673;"Romika Shoes GmbH ";" ";"Gebrder-Seibel-Str. 7 ";" ";"76846 ";"Hauenstein ";" ";" ";" ";" " +lieferant ;00504674;"Pikolinos Intercontinental S.A. ";" ";"C Galileo Galilei 2 ";" ";"03203 ";"Elche ";" ";" ";" ";" " +lieferant ;00504675;"Joya Deutschalnd GmbH ";" ";"Wilhem-Rausch-Strae 19 ";" ";"31228 ";"Peine ";" ";" ";" ";" " +lieferant ;00504676;"Jr P. Herrmann - pediflair ";" ";"Birkenweg 7 ";" ";"96224 ";"Burgkunststadt ";" ";" ";" ";" " +lieferant ;00504677;"Panama Jack S.A. ";" ";"Elche Park Empresarial C/ Arquimedes 1/3";" ";"03203 ";"Elche ";" ";" ";" ";" " +lieferant ;00504678;"Oxygen ";" ";"Z.I. Evre et Loire ";" ";"49600 ";"Beaupreau ";" ";" ";" ";" " +lieferant ;00504679;"Olivingreen GmbH ";" ";"Neumarker Str 34a ";" ";"81673 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504680;"FALC S.p.A. ";" ";"C- da S.Domenico 24 ";" ";"62012 ";"Civitanova Marche Alta (MC) ";" ";" ";" ";" " +lieferant ;00504681;"I. Reinholdson Sko AB ";" ";"Toffelvgen ";" ";"34260 ";"Moheda ";" ";" ";" ";" " +lieferant ;00504682;"Moda di Fausto s.p.a. ";" ";"Via C. Colombo, 24 ";" ";"30030 ";"Vigonovo (VE) ";"+39-049/9899711 ";" ";"+39-049/9899730 ";" " +lieferant ;00504683;"Gromo World S.L. ";" ";"Poligono Raposal II, Parc. 36-37 ";" ";"26580 ";"Arnedo (La Rioja) ";"+34-941/380537 ";" ";"+34-941/382970 ";" " +lieferant ;00504684;"Mitica s.r.l. ";" ";"Via Canada 25 ";" ";"35127 ";"Padova ";" ";" ";" ";" " +lieferant ;00504685;"Living Kitzbhl GmbH ";" ";"Josef-Pirchl-Str. 9 ";" ";"6370 ";"Kitzbhl ";" ";" ";" ";" " +lieferant ;00504686;"Lugina Schuhfabrick GmbH ";" ";"Wasgaustr. 2 A ";" ";"76848 ";"Schwanheim / Pfalz ";" ";" ";" ";" " +lieferant ;00504687;"Salamander GmbH ";" ";"Zur Schlenkhecke 4 ";" ";"40764 ";"Langenfeld ";" ";" ";" ";" " +lieferant ;00504688;"Mephisto Manufacture de chaussures ";" ";"Zone Industrielle ";" ";"BP 50060 ";"Sarrebourg Cedes ";" ";" ";" ";" " +lieferant ;00504689;"Joop Leder Accessoires GmbH ";" ";"Kaiserstrasse 39-49 ";" ";"63065 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00504690;"Luna Italia srl ";" ";"Via Legnone 7 ";" ";"22063 ";"Cantu ";" ";" ";" ";" " +lieferant ;00504691;"Hassia Shoes GmbH ";" ";"Bahnhofstr. 18 ";" ";"4775 ";"Taufkirchen / Pram ";" ";" ";" ";" " +lieferant ;00504692;"STS Top Time Marketing + Vertrieb GmbH ";" ";"Rennbahn Allee 1 ";" ";"5412 ";"Puch/Salzburg ";"+43-662/88921-0 ";" ";" ";" " +lieferant ;00504693;"Goldstar S.r.l. ";" ";"Via Raffaello Sanzio 8 ";" ";"47030 ";"San mauro Pascoli ";" ";" ";" ";" " +lieferant ;00504694;"Galizio Torresi s.r.l. ";" ";"Via Romagna, 19 ";" ";"62010 ";"Morrovalle (MC) ";"+39-0733/222333 ";" ";"+39-0733/221371 ";" " +lieferant ;00504695;"Heinrich Dinkelacker GmbH ";" ";"Talstrae 19 ";" ";"74321 ";"Bietigheim-Bissingen ";"07142/9174-0 ";" ";"07142/9174-17 ";" " +lieferant ;00504696;"Fairtrade media ";" ";"Karl-Frowein Str. 23 ";" ";"53115 ";"Bonn ";" ";" ";" ";" " +lieferant ;00504697;"Frank Flechtwaren Handels- GmbH ";" ";"Industriestr. 16 ";" ";"66994 ";"Dahn ";" ";" ";" ";" " +lieferant ;00504698;"Empreinte GmbH ";" ";"Lebacher Strasse 4 ";" ";"66113 ";"Saarbrcken ";" ";" ";" ";" " +lieferant ;00504699;"Eurotop & Brador srl ";" ";"Via Sant Ansovino ";" ";"47835 ";"Saludecio ";" ";" ";" ";" " +lieferant ;00504700;"Schuh Union GmbH ";" ";"Gnscker 31 ";"240 ";"78532 ";"Tuttlingen ";"07462/201-200 ";" ";"07462/201-345 ";" " +lieferant ;00504701;"ISM Heinrich Krmer GmbH & Co. KG ";" ";"Koggenweg 1 ";"1947 ";"59557 ";"Lippstadt ";"02941/7606-0 ";" ";"02941/7606-66 ";" " +lieferant ;00504702;"Jochie International BV ";" ";"De Corridor 14N ";" ";"3621 ";"ZB Breukelen ";" ";" ";" ";" " +lieferant ;00504703;"Emboga S.A. ";" ";"Avda de la Libertad 44-45 ";" ";"03610 ";"Petrer (Alicante) ";"+34-965/370-605 ";" ";"+34-965/370-908 ";" " +lieferant ;00504704;"Gioseppo S.L.U. ";" ";"C/Marie Curie, 38 ";"5006 ";"03203 ";"Elche Alicante ";"+34-965/682767 ";" ";"+34-965/683068 ";" " +lieferant ;00504705;"Ganter Shoes GmbH ";" ";"Bahnhofstr. 16 ";" ";"4775 ";"Taufkirchen / Pram ";" ";" ";" ";" " +lieferant ;00504706;"EsDeNi by Esther-Deborah Ninno ";" ";"Furthbergstr. 49 ";" ";"71665 ";"Vaihingen an der Enz ";" ";" ";" ";" " +lieferant ;00504707;"Divina S.r.L. ";" ";"Via F. Casorati 12/1 ";" ";"42124 ";"Reggio Emilia ";" ";" ";" ";" " +lieferant ;00504708;"But, fashion solutions Lda. ";" ";"Aparto 212 ";" ";"2384-909 ";"Alcanena ";" ";" ";" ";" " +lieferant ;00504709;"Carstens GmbH ";" ";"Speersort 166 ";" ";"21723 ";"Hollern- Twielenfleth ";" ";" ";" ";" " +lieferant ;00504710;"Ballin Franco & C. SRL ";" ";"Via Tramazzo, 10 Quarter ";" ";"30032 ";"Fiesso D'Artico ";" ";" ";" ";" " +lieferant ;00504711;"Arche ";" ";"Rue de Fleteau ";" ";"37110 ";"Cahteau-Renault ";" ";" ";" ";" " +lieferant ;00504712;"Alma s.p.a. ";" ";"Via Tangenziale, 14/16 ";" ";"62010 ";"Montecosaro (MC) ";"+39-0733/865875 ";" ";"+39-0733/865674 ";" " +lieferant ;00504713;"Athanas Kstle GmbH & Co. KG ";"Grtelfabrik ";"Katharinenstrae 10 ";" ";"72393 ";"Burladingen-Killer ";"07477/9282-0 ";" ";"07477/9282-11 ";" " +lieferant ;00504714;"Handelsagentur Petschan ";" ";"Im Sommershausfeld 69 ";" ";"50129 ";"Bergheim ";"02238/8453168 ";" ";"02238/8453169 ";" " +lieferant ;00504715;"Habermehl GmbH ";"Tischlerei ";"Industriestrae 8 ";" ";"36251 ";"Bad Hersfeld-Asbach ";"06621/74525 ";" ";"06621/51665 ";" " +lieferant ;00504716;"Event Design GmbH ";" ";"Obere Hauptstrae 33 ";" ";"2424 ";"Zurndorf ";"+43-2147/20058 ";" ";"+43-2147/20058 ";" " +lieferant ;00504717;"KWB GmbH ";" ";"Ingolstdter Str./Taunusstr. 45, H.4/114";" ";"80807 ";"Mnchen ";"089/35657009 ";" ";"089/35657690 ";" " +lieferant ;00504718;"Phil Petter Knitwear GmbH & Co. KG ";" ";"Sala 17 ";" ";"6850 ";"Dornbirn ";"+43-5572/23102 ";" ";"+43-5572/23102-20 ";" " +lieferant ;00504719;"Showroom 019 ";"Anett John ";"Modering 1, Haus A, Raum 019 ";" ";"22457 ";"Hamburg ";"040/55288765 ";" ";"040/55288766 ";" " +lieferant ;00504720;"Second Female ApS ";" ";"Klubiensvej 26 ";" ";"2150 ";"Nordhavn ";"+45-7027 1007 ";" ";"+45-3996 2110 ";" " +lieferant ;00504721;"cerdo 24 GmbH ";" ";"Hebbelstrae 4 ";" ";"22085 ";"Hamburg ";"040/468586-21 ";" ";"040/468586-80 ";" " +lieferant ;00504722;"Carl Klatt GmbH + Co. KG ";" ";"David-Ricardo-Str. 16 ";" ";"28832 ";"Achim ";"0421/483211 ";" ";"0421/482987 ";" " +lieferant ;00504723;"Arqueonautas GmbH ";" ";"Osterfeldstrae 12-14 ";" ";"22529 ";"Hamburg ";"040/8000778-100 ";" ";" ";" " +lieferant ;00504724;"Brin de Fille S.A.R.L. (Deby Debo) ";" ";"115, Boulevard de Sebastopol ";" ";"75002 ";"Paris ";"+33-1/422149-59 ";" ";"+33-1/422149-29 ";" " +lieferant ;00504725;"Broste Copenhagen AS ";" ";"Sydholmen 9-17 ";" ";"2650 ";"Hvidovre ";"+45-3639 0300 ";" ";" ";" " +lieferant ;00504726;"Monserat De Lucca, Inc. ";" ";"11564 W. Pico Blvd. ";" ";"CA 90064 ";"Los Angeles ";"+1-310/295-9402 ";" ";"+1-310/295-0830 ";" " +lieferant ;00504727;"Calzaturificio Cappelletti S.r.l. ";"Bogner Shoes ";"Contrada Brancadoro ";" ";"63811 ";"S.Elpidio a Mare (FM) ";"+39-0734/871121 ";" ";"+39-0734/871154 ";" " +lieferant ;00504728;"Elliot Mann LLC ";" ";"324 East 9th Street #SE ";" ";"NY 10003 ";"New York ";"+1-212/260-0658 ";" ";"+1-212/918-9113 ";" " +lieferant ;00504729;"Knobo B.V. ";" ";"Industriestraat 8 ";" ";"7091 DC ";"Dinxperlo ";"+31-315/653741 ";" ";"+31-315/651654 ";" " +lieferant ;00504730;"N.Klauser Textilvertriebsges. mbH ";" ";"Brkleinstrae 10 ";" ";"80538 ";"Mnchen ";"089/231199-0 ";" ";"089/231199-99 ";" " +lieferant ;00504731;"MBK Markisen-Bautechnik-Kernen GmbH ";" ";"Albert-Moser-Strae 87 ";" ";"71394 ";"Kernen-Stetten ";"07151/45035-0 ";" ";"07151/45035-25 ";" " +lieferant ;00504732;"Tasty Fashion & Lifestyle ";"Inh. Robert Braun ";"Spittelwiese 15 ";" ";"4020 ";"Linz ";"+43-732/947423 ";" ";" ";" " +lieferant ;00504733;"CARMA ";"Ralf Bartelsheim ";"Bismarckstr. 24 ";" ";"33615 ";"Bielefeld ";"0521/66177 ";" ";"0521/9679611 ";" " +lieferant ;00504734;"Birkenstock Orthopdie GmbH & Co. KG ";" ";"Rheinstrasse 2-4 ";" ";"53560 ";"Vettelschlo ";"02645/94210-0 ";" ";"02645/94210-2 ";" " +lieferant ;00504735;"A&J Fashion BV ";"Zaccini Underwear ";"Molenweg 43 ";" ";"9365 PB ";"Niebert ";"+31-594/520299 ";" ";"+31-594/548175 ";" " +lieferant ;00504736;"Fabricia de Cacado Soze SA ";" ";"Rua Verdial Horacio de Moura No.170 ";" ";"4650-331 ";"Felgueiras/Rande ";"+351-255340880 ";" ";"+351-255341108 ";" " +lieferant ;00504737;"Vulkani Shoes SL ";" ";"C/ Martin I Soler, 9 ";" ";". ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00504738;"Wilhelm Servas GmbH ";" ";"Wilhelm-Servas-Strasse 24 ";" ";"66976 ";"Rodalben ";" ";" ";" ";" " +lieferant ;00504739;"Henry Loden srl ";" ";"Via Cattolica ";" ";"62012 ";"Civitanova Marche (MC) ";"+39-0733/892819 ";" ";"+39-0733/892819 ";" " +lieferant ;00504740;"Calzaturificio Diemme dei F.LLI Signor ";"di Signor Dennis & C.S.N.C. ";"164, Via Asolana ";" ";"31010 ";"Fonte (TV) ";" ";" ";" ";" " +lieferant ;00504741;"glcklich ";"des Christoph Steiner ";"Schlachthofstr. 9a ";" ";"39100 ";"Bozen (BZ) ";"+39-0471/974989 ";" ";" ";" " +lieferant ;00504742;"Schuhfabrik Alfred Snkel ";" ";"Geiersgraben 14 ";" ";"96317 ";"Kronach ";" ";" ";" ";" " +lieferant ;00504743;"3PLEset GmbH ";"alife and kickin ";"Sonnenblick 5 ";" ";"08236 ";"Ellefeld ";" ";" ";" ";" " +lieferant ;00504744;"C.F.C. ";"Cagol Fashion Company Dsseldorf GmbH ";"Tersteegenstrae 30 ";" ";"40474 ";"Dsseldorf ";"0211/45822-00 ";" ";"0211/45822-14 ";" " +lieferant ;00504745;"Staff International S.p.A. ";" ";"Via del Progresso, 10 Z.I. ";" ";"36025 ";"Noventa Vicentina (VI) ";"+39-0444/784500 ";" ";"+39-0444/784555 ";" " +lieferant ;00504746;"Calzaturificio Rodolfo Zengarini srl ";" ";"Via Alpi, 122 ";" ";"63014 ";"Montegranaro (FM) ";"+39-0734/890761 ";" ";"+39-0734/88469 ";" " +lieferant ;00504747;"Vanessa Baroni ";" ";"Marktstrae 8 ";" ";"70771 ";"Leinfelden (Stuttgart) ";"0711/7545158 ";" ";"0711/7545921 ";" " +lieferant ;00504748;"Beautiful Bottoms Ltd ";" ";"22-26 King Street ";" ";"PE30 1HG ";"King's Lynn, Norfolk ";"+44-203/6206560 ";" ";" ";" " +lieferant ;00504749;"Fleur of England ";"Fleur T Ltd ";"7 Zetland Road ";" ";"BS6 7AG ";"Redland, Bristol ";"+44-117/9706701 ";" ";" ";" " +lieferant ;00504750;"UMASAN ";"A&S Umann GmbH ";"Linienstrae 40 ";" ";"10119 ";"Berlin ";"0151/15357728 ";" ";"03212/2051978 ";" " +lieferant ;00504751;"Corel Amsterdam B.V. ";" ";"Keienbergweg 44 ";" ";"1101 GC ";"Amsterdam ";"+31-20/4530400 ";" ";" ";" " +lieferant ;00504752;"Reiher Mode GmbH ";" ";"Bahnhofsallee 1a ";" ";"40721 ";"Hilden ";"02103/8364 ";" ";"02103/21135 ";" " +lieferant ;00504753;"Matteo Dosso GmbH & Co. KG ";" ";"Holsteinischer Kamp 58 ";" ";"22081 ";"Hamburg ";"040/6385988-0 ";" ";"040/6385988-44 ";" " +lieferant ;00504754;"Jado Herrenwsche ";"Roland Sauer GmbH ";"Strae der Einheit 2 ";" ";"09387 ";"Jahnsdorf ";"03721/22504 ";" ";"03721/22505 ";" " +lieferant ;00504755;"Erwin Meyer GmbH Knopffabrik ";"Ermey ";"Kornbhlstr. 26 ";"1340 ";"95643 ";"Tirschenreuth ";" ";" ";" ";" " +lieferant ;00504756;"FPMD Design & Production GmbH ";"Cayler & Sons ";"Agnes-Bernauer Strae 69 ";" ";"80687 ";"Mnchen ";"089/12739215 ";" ";" ";" " +lieferant ;00504757;"Setter House B.V. ";" ";"Nijverheidslaan 10 ";"Postbus 2 ";"3903 AP ";"Veenendaal ";"+31-318/495040 ";" ";"+31-318/495043 ";" " +lieferant ;00504758;"Ruhe & Co. Handelsges. mbH ";" ";"Hannoversche Str. 55 ";" ";"37075 ";"Gttingen ";"0551/38908-0 ";" ";"0551/38908-61 ";" " +lieferant ;00504759;"PaperPrintCompany UG ";"Hans-Jrgen Felix Werner ";"Berg 10 ";" ";"82386 ";"Oberhausen ";" ";" ";" ";" " +lieferant ;00504760;"Agentur Christoph Siegel(Candice Cooper)";" ";"Kantonstrasse 1 ";" ";"8807 ";"Freienbach ";"+41-44/5330130 ";" ";"+41-44/5330139 ";" " +lieferant ;00504761;"Der Kelim - Oguz Handelsgesellschaft mbH";" ";"Gutenbergring 39 ";" ";"22848 ";"Norderstedt ";"040/3894989 ";" ";"040/3894989 ";" " +lieferant ;00504762;"Halbmond Teppichwerke GmbH ";"HTW Design Carpet ";"Carl-Wilhelm-Koch Strae 6 ";" ";"08606 ";"Oelsnitz (Vogtl.) ";"037421/42-0 ";" ";"037421/42-571? ";" " +lieferant ;00504763;"Why We Trading Lda ";" ";"Avenida da Mata, 187 ";" ";"4620-616 ";"Sto. Estevao Barrosas, Lousada ";"+351-255/331122 ";" ";"+351-255/331123 ";" " +lieferant ;00504764;"chaingang - Julia Neumann ";" ";"Deroystrae 3-5 ";" ";"80335 ";"Mnchen ";"089/54760566 ";" ";"089/54760564 ";" " +lieferant ;00504765;"Stefanie Weyhe Schmuckobjekte ";" ";"Duisburger Strae 48 ";" ";"40477 ";"Dsseldorf ";"0221/613382 ";" ";" ";" " +lieferant ;00504766;"Rudolf Girstmair GmbH & Co. KG ";" ";"Seuffertstrae 6 ";" ";"80995 ";"Mnchen ";"089/1502627 ";" ";"089/1503824 ";" " +lieferant ;00504767;"Passionis, Gaby Siems ";" ";"Von Saarwerdenstr. 33 ";" ";"47906 ";"Kempen ";"02152/54962 ";" ";" ";" " +lieferant ;00504768;"MEK USA DNM Style Textil GmbH ";" ";"Auf Bsselhagen 14 ";" ";"31515 ";"Wunstdorf ";" ";" ";" ";" " +lieferant ;00504769;"FPMD Design & Production GmbH ";" ";"Agnes-Bernauer Strasse 69 ";" ";"80687 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504770;"Guru-Shop GmbH ";" ";"Grntaler Str. 13 ";" ";"16230 ";"Sydower Flie ";" ";" ";" ";" " +lieferant ;00504771;"Monica Stahr Modeagentur ";" ";"Weienburger Str 30 ";" ";"81667 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504772;"Fa. Gnther ";" ";"Spiekergasse ";" ";"33330 ";"Gtersoh ";" ";" ";" ";" " +lieferant ;00504773;"Tumble 'N Dry B.V. ";" ";"Johan van Hasseltweg 27 ";" ";"10210 KN ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00504774;"Yandim Modeagentur ";" ";"Danziger Str. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504775;"Brand Builder GmbH ";" ";"Balanstr. 73 ";" ";"81541 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504776;"My Softy ";" ";"40Rue Popincourt ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00504777;"Hakbijl B.V. ";" ";"Chroomstraat 10 ";" ";"8211 AS ";"Lelystad ";"+31-320/237171 ";" ";"+31-320/231558 ";" " +lieferant ;00504778;"Heembloemex Deco BV ";" ";"Postbus 25 ";"Postbus 25 ";"2230 AA ";"Rijnsburg ";"+31-71/40976-40 ";" ";"+31-71/40976-41 ";" " +lieferant ;00504779;"Ananda Fashions Ltd ";" ";"70 E. Lake St. Ste #1520 ";" ";"IL 60601 ";"Chicago ";"+1-312/263-2631 ";" ";"+1-312/263-2507 ";" " +lieferant ;00504780;"Twenty8Twelve ";" ";"99C Talbot Road ";" ";"W11 2AT ";"London ";"+44-20/73133800 ";" ";" ";" " +lieferant ;00504781;"MA SAS (MOD8, Aster, Chaussures) ";" ";"Moulin de Canteret ";"B.P. 2 ";"33291 ";"Blanquefort Cedex ";"+33-5/569557-00 ";" ";" ";" " +lieferant ;00504782;"Frame s.r.l. ";" ";"Via Monviso 31 , Fraz Gerbole ";" ";"10040 ";"Volvera (TO) ";" ";" ";" ";" " +lieferant ;00504783;"Exclusivita Ltd. & Co KG ";"Christine Schmid ";"Waldstrae 14 B ";" ";"82064 ";"Strasslach ";" ";" ";" ";" " +lieferant ;00504784;"Venta Sport GmbH ";" ";"Dammstrae 6 ";" ";"63500 ";"Seligenstadt ";" ";" ";" ";" " +lieferant ;00504785;"Denim Deluxe GmbH Fashion Group ";" ";"Kettengasse 18-20 ";" ";"50672 ";"Kln ";"0211/5999570 ";" ";"0211/59995725 ";" " +lieferant ;00504786;"CMF-Produkte Keller ";"Inh. Michael Keller ";"Einmeldinger Weg 38 ";" ";"79576 ";"Weil am Rhein ";" ";" ";" ";" " +lieferant ;00504787;"Beck Snder Gaard ";" ";"Emdrupvej 26 E ";" ";"2100 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00504788;"Globe Trotoys ";" ";"5, rue du moulin ";" ";"44000 ";"Nantes ";" ";" ";" ";" " +lieferant ;00504789;"DNB Daily's Nothing's Better GmbH ";" ";"Zollstockgrtel 57-67, Haus 6 ";" ";"50969 ";"Kln ";"0221/297823-26 ";" ";"0221/297823-27 ";" " +lieferant ;00504790;"Headhunter Fashion GmbH ";" ";"Brooktorkai 8, Block X, Boden 5 ";" ";"20457 ";"Hamburg ";"040/688914-14 ";" ";"040/688914-07 ";" " +lieferant ;00504791;"Komsa Kommunikation Sachsen AG ";" ";"Niederfrohnaer Weg 1 ";" ";"09231 ";"Hartmannsdorf ";"03722/713-8500 ";" ";"03722/797-9550 ";" " +lieferant ;00504792;"becksndergaard aps ";" ";"Emdrupvej 26D ";" ";"2100 ";"Kopenhagen ";"+45-3583 7083 ";" ";"+45-3583 7084 ";" " +lieferant ;00504793;"Trendhaus Alte Manufaktur GmbH ";" ";"Augsburger Strae 58 ";" ";"89312 ";"Gnzburg ";"08221/200895 ";" ";"08221/200896 ";" " +lieferant ;00504794;"blaues Gold e.K. ";" ";"Ledererzeile 23 ";" ";"83512 ";"Wasserburg am Inn ";"08071/9229-131 ";" ";"08071/9229-132 ";" " +lieferant ;00504795;"Graffitex GmbH & Co KG ";" ";"Friedhofweg 27 ";" ";"93073 ";"Neutrabling ";" ";" ";" ";" " +lieferant ;00504796;"Brands4Kids AS ";" ";"Industrivej 25 ";" ";"7430 ";"Ikast ";"+45 96 26 77 77 ";" ";" ";" " +lieferant ;00504797;"Eastline Jrgen Oswald Leder ";" ";"Bretniger Str. 9 ";" ";"01896 ";"Ohorn ";" ";" ";" ";" " +lieferant ;00504798;"E.Ziegler GmbH ";" ";"Jahnstr. 16 ";"1123 ";"64854 ";"Eppertshausen ";" ";" ";" ";" " +lieferant ;00504799;"Maria Dser ";"Maria-Dee ";"Herbststr. 13 ";" ";"74072 ";"Heilbronn ";" ";" ";" ";" " +lieferant ;00504800;"Textilhandel Klaus Hllige ";"agentur concept ";"Lodenfrey Park,Osterwaldstr.10 Haus B 7A";" ";"80805 ";"Mnchen ";"089/35732500 ";" ";"089/35732502 ";" " +lieferant ;00504801;"Barnoba, S.L. ";" ";"C/ Cam de Ca la Madrona, 5 - 7 ";" ";"08304 ";"Mataro (Barcelona) ";"+34-93/7961265 ";" ";"+34-93/7551327 ";" " +lieferant ;00504802;"D-Lux Concept SA ";" ";"Tavernierkaai 2 ";" ";"2000 ";"Antwerpen ";"+32-32319878 ";" ";"+32-32319880 ";" " +lieferant ;00504803;"Virgomode ";" ";"Gressenicherstr. 110 ";" ";"52224 ";"Stolberg ";" ";" ";" ";" " +lieferant ;00504804;"Highline United Europe Ltd. ";"c/o Wragge & Co. ";"3 Waterhouse Square, 142 Holborn ";" ";"EC1N 2SW ";"London ";" ";" ";" ";" " +lieferant ;00504805;"Kickoff S.p.A. ";" ";"Via A. Einstein, 24 ";" ";"50013 ";"Campi Bisenzio (FI) ";"+39-0558707090 ";" ";"+39-0558707094 ";" " +lieferant ;00504806;"Nuovo Progetto Moda s.r.l. ";" ";"Via Ugo da Carpi, 84 ";" ";"41012 ";"Carpi (MO) ";"+39059/694774 ";" ";"+39059/641709 ";" " +lieferant ;00504807;"Sternblut Ltd. & Co. KG ";" ";"Biessenhofener Str. 1 ";"1455 ";"87640 ";"Ebenhofen ";"08342/2632 ";" ";"08342/42605 ";" " +lieferant ;00504808;"Agentur Toepfer ";" ";"Rather Strae 49 C ";" ";"40476 ";"Dsseldorf ";"0211/130636-0 ";" ";"0211/130636-15 ";" " +lieferant ;00504809;"Transit Textiles Agency B.V. ";" ";"Suikersilo West 37 ";" ";"1165 MP ";"Halfweg ";"+31-20/6173685 ";" ";"+31-20/6151068 ";" " +lieferant ;00504810;"F.D.L. Home Appliances ";" ";"Televisieweg 155 ";" ";"1322 BH ";"Almere ";"+31-36/5468888 ";" ";"+31-36/5468899 ";" " +lieferant ;00504811;"JUMBO Neue Medien & Verlag GmbH ";" ";"Henriettenstr. 42 a ";" ";"20259 ";"Hamburg ";"040/4293040-0 ";" ";"040/4293040-29 ";" " +lieferant ;00504812;"MTR Trade GmbH ";" ";"Am Schanzengraben 27 ";" ";"8002 ";"Zrich ";"+41-52/5112520 ";" ";" ";" " +lieferant ;00504813;"Lenci Calzature S.p.a. ";" ";"Via Micheloni, 8/a - Loc. Turchetto ";" ";"55015 ";"Montecarlo (LU) ";"+39-0583/2782 ";" ";"+39-0583/2782366 ";" " +lieferant ;00504814;"Culture Mod ";" ";"40 Rue Popincourt ";" ";"75011 ";"Paris ";"+33-1/48065876 ";" ";"+33-1/48065873 ";" " +lieferant ;00504815;"Royame ";" ";"52-54 Rue du Chemin Vert ";" ";"75011 ";"Paris ";"+33-1/48058888 ";" ";"+33-1/48059999 ";" " +lieferant ;00504816;"Blushop sarl ";" ";"59-63 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-1/41586650 ";" ";"+33-1/43520180 ";" " +lieferant ;00504817;"Miss Baby sarl ";" ";"83-85, Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33-1/48119253 ";" ";"+33-1/48344123 ";" " +lieferant ;00504818;"Emmy S.A.r.l. ";" ";"8-10 Rue de l'Haie COQ ";" ";"93300 ";"Aubervilliers ";"+33-1/43575228 ";" ";"+33-1/43575240 ";" " +lieferant ;00504819;"JIMLAR Europe AG ";" ";"Via Laveggio, 3 ";" ";"6855 ";"Stabio ";" ";" ";" ";" " +lieferant ;00504820;"Lw Sportmoden ";"Dieter Lw ";"Gewerbepark 7a ";" ";"91785 ";"Pleinfeld ";"+49 9144 2466-100 ";" ";"+49 9144 2466-103 ";" " +lieferant ;00504821;"Little Art ";" ";"Mnchner Knstlerhaus, Lenbachplatz8 ";" ";"80333 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00504822;"Nicolai Strauch Souvenirhandel ";" ";"Mnchgasse 9 ";" ";"69117 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00504823;"Schuh Union GmbH ";" ";"Gnscker 31 ";"240 ";"78532 ";"Tuttlingen ";"07462/201-200 ";" ";"07462/201-345 ";" " +lieferant ;00504824;"Dogeo GmbH ";" ";"Grosse Heide 3b ";" ";"55444 ";"Waldlaubersheim ";" ";" ";" ";" " +lieferant ;00504825;"Pianta Design KG - s.a.s ";" ";"J.-Kravgl-Str. 5/B ";" ";"39100 ";"Bozen ";" ";" ";" ";" " +lieferant ;00504826;"Trend Shoez, Heinemann Textilmarketing ";" ";"Weingartenstr. 55 ";" ";"72202 ";"Nagold ";" ";" ";" ";" " +lieferant ;00504827;"Trends Continental GmbH ";" ";"Lindemannstr. 18 ";" ";"40237 ";"Dsseldorf ";"0211/1718778-0 ";" ";"0211/1718778-9 ";" " +lieferant ;00504828;"Global Lifestylers GmbH, KYBOE! ";" ";"Emanuel-Geibel-Str. 19 ";" ";"65185 ";"Wiesbaden ";"0611/3418954 ";" ";" ";" " +lieferant ;00504829;"Caratterre italiano s.a.s. ";"di Nicola Del Prete ";"Via Federico Fellini, 39 ";" ";"81030 ";"Succivo (CE) ";" ";" ";" ";" " +lieferant ;00504830;"Calzaturificio Agostini s.r.l. ";" ";"Via Garibaldi, 24 ";" ";"30030 ";"Vigonovo (VE) ";"+39-049/2956308 ";" ";"+39-049/2956262 ";" " +lieferant ;00504831;"Nethroma B.V. (DutZ) ";" ";"Eckertstraat 33 ";" ";"8263 CB ";"Kampen ";"+31-38/3333105 ";" ";"+31-38/3333106 ";" " +lieferant ;00504832;"Orciani s.p.a. ";" ";"Via dell'Industria, 3 ";" ";"61032 ";"Fano (PU) ";"+39-0721/814011 ";" ";"+39-0721/830776 ";" " +lieferant ;00504833;"Silke Daut ";" ";"Everswinkeler Str. 28 ";" ";"48231 ";"Warendorf ";" ";" ";" ";" " +lieferant ;00504834;"Eightmood AB ";" ";"Grimsbygatan 24 ";" ";"21120 ";"Malm ";" ";" ";" ";" " +lieferant ;00504835;"dekoprojekt Sandro Scheuerer e.K. ";" ";"Georg-Stckel-Str. 12 ";" ";"92637 ";"Weiden ";" ";" ";" ";" " +lieferant ;00504836;"Weber-Stephen-Deutschland GmbH ";" ";"Rheinstr. 194 ";" ";"55218 ";"Ingelheim ";" ";" ";" ";" " +lieferant ;00504837;"Rob. Arthur Stoll GmbH ";" ";"Mittelstr. 7-9 ";" ";"63741 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00504838;"Eveden SARL ";" ";"Allee du Moulin Berger ";" ";"9130 ";"Ecully ";" ";" ";" ";" " +lieferant ;00504839;"Bushfire trading GmbH Treiber ";" ";"Westerwalstr. 9 ";" ";"53757 ";"St. Augustin ";" ";" ";" ";" " +lieferant ;00504840;"PR.I.MA. srl ";" ";"Via dei Tintori,98 , Blocco 15 Centergro";" ";"40050 ";"Funo di Argelato (Bo) ";" ";" ";" ";" " +lieferant ;00504841;"One world ";" ";"Mainhavenweg 17 ";" ";"1043 ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00504842;"Dsign Distribution AB i Kumia AB ";" ";"Bondegatan 25 ";" ";"70225 ";"rebro ";" ";" ";" ";" " +lieferant ;00504843;"P-Sports GmbH ";" ";"Schwanenheimer Str. 157 ";" ";"64625 ";"Bensheim ";" ";" ";" ";" " +lieferant ;00504844;"Maglificio Po s.r.l. ";" ";"Via Asiago 59/8 ";" ";"10142 ";"Torino ";" ";" ";" ";" " +lieferant ;00504845;"zz~Lovley Planet (luft aus, 505161) ";" ";"54 rue Gaston de Flotte ";" ";"13012 ";"Marseille ";" ";" ";" ";" " +lieferant ;00504846;"Indigo Gallery Germany GmbH ";" ";"Neusser Str. 42 ";" ";"40219 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504847;"Souvenier Clubbing S.r.l. ";" ";"Via Santa Gonda 43 ";" ";"9100 ";"Prato ";" ";" ";" ";" " +lieferant ;00504848;"IB Company KG ";"(ehem. Peek & Cloppenburg Dsseldorf) ";"Berliner Allee 2 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504849;"Kiefer & Co. Sport Accessoires ";"GmbH & Co. KG ";"Sonnenstrae 107 ";" ";"72458 ";"Albstadt ";"07431/935322-00 ";" ";"07431/935322-22 ";" " +lieferant ;00504850;"LauRie A/S ";" ";"Sindalsvej 33-35 ";" ";"8240 ";"Risskov ";"+45-8745 4000 ";" ";"+45-8745 4010 ";" " +lieferant ;00504851;"Smashbox B.V. ";" ";"Koningin Wilhelminaplein 1 ";"P.O. Box 69210 ";"1060 CE ";"Amsterdam ";"+31-20/6173533 ";" ";"+31-20/6152014 ";" " +lieferant ;00504852;"MESH Fashion GmbH ";" ";"Dahlkamp 4 ";" ";"22926 ";"Ahrensburg ";"04102/6671872 ";" ";"04102/6671871 ";" " +lieferant ;00504853;"Frechverlag GmbH ";" ";"Turbinenstare 7 ";" ";"70499 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00504854;"Yvonne Stiltz Warenhandels GmbH ";" ";"Kreutzbergstr. 7F ";" ";"40489 ";"Dsseldorf ";"0211/354963 ";" ";" ";" " +lieferant ;00504855;"Civette Mode S.a.S. di Piergiorgio ";"Marchesini & C. ";"via L. da Vinci, 256 ";" ";"17021 ";"Alassio (SV) ";" ";" ";" ";" " +lieferant ;00504856;"Zenza B.V. ";" ";"Hornweg 77-E ";" ";"1432 ";"Aalsmeer GD ";" ";" ";" ";" " +lieferant ;00504857;"Rosemarie Hosch Fashion GmbH ";" ";"Mahdentalstr. 100 ";" ";"71065 ";"Sindelfingen ";"07031 79 24 44 ";" ";" ";" " +lieferant ;00504858;"Sirius Company as ";" ";"Engholm Parkvej 3-5 ";" ";"3450 ";"Allerod ";"+45-4814 6677 ";" ";"+45-4814 6671 ";" " +lieferant ;00504859;"Saopaulo Fashion ";" ";"Mandenmakerstraat 45 ";" ";"3194 ";"DA Hoogvliet ";" ";" ";" ";" " +lieferant ;00504860;"Sunny Day Fashion dei Chen Qiaoguang ";" ";"Via dei Fossi 4/c ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00504861;"Romagnoli Rondinella srl ";" ";"Via Bore Chienti SCN ";" ";"62015 ";"Monte San Giusto (MC) ";"+39-0733/53521 ";" ";"+39-0733/530092 ";" " +lieferant ;00504862;"VAIN Luxuries ";"CEO Nina Heyd, M.A. ";"Ehrengutstrae 4 ";" ";"80469 ";"Mnchen ";"0151/23443854 ";" ";" ";" " +lieferant ;00504863;"Cover 50 s.r.l. ";" ";"Via Torino, 25 ";" ";"10044 ";"Pianezza (TO) ";"+39-011/9661445 ";" ";"+39-011/9661689 ";" " +lieferant ;00504864;"Krug Consulting GmbH ";" ";"Alter Weg 3 ";" ";"28870 ";"Ottersberg ";" ";" ";" ";" " +lieferant ;00504865;"Nature's Choice ";" ";"Penningweg 44 ";" ";"4879 AG ";"Etten-Leur ";"+31-76/5430999 ";" ";"+31-76/5422114 ";" " +lieferant ;00504866;"Kunstgewerbe Gehlmann e.K. ";" ";"Raiffeisenstrae 4 ";" ";"48734 ";"Reken (Maria-Veen) ";"02864/2164 ";" ";"02864/6100 ";" " +lieferant ;00504867;"Lupine Lighting Systems GmbH ";" ";"Winnberger Weg 11 ";" ";"92318 ";"Neumarkt ";"09181/50949-0 ";" ";"09181/50949-15 ";" " +lieferant ;00504868;"Blu Industries srl ";" ";"Via Mazzini, 174/A ";" ";"41049 ";"Sassuolo (MO) ";"+39-0536/987394 ";" ";"+39-0536/981087 ";" " +lieferant ;00504869;"Peter Priess ";"Kunstgewerbe ";"Franzosengraben 10 ";" ";"1030 ";"Wien ";"+43-1/79688-00 ";" ";" ";" " +lieferant ;00504870;"Message AS ";" ";"A.F. Heidemanns Vej 19 ";" ";"9800 ";"Hjorring ";"+45-9623 2200 ";" ";" ";" " +lieferant ;00504871;"Stance (Europe) Ltd. ";" ";"Unit M1, Hilton Park, Church Farm Lane ";" ";"PO20 8RL ";"East Weittering West Sussex ";" ";" ";" ";" " +lieferant ;00504872;"TAM Fashion GmbH ";" ";"Daimlerstrae 71 ";" ";"74545 ";"Michelfeld ";"0791/946009-0 ";" ";"0791/946009-371 ";" " +lieferant ;00504873;"Lila Braun Vertriebs mbH & Co, KG ";" ";"Stresemannstr. 26 ";" ";"40210 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00504874;"Strict Distribution GmbH ";" ";"Mainzerstrae 16, 2. Hinterhof ";" ";"10247 ";"Berlin ";"030/46776341 ";" ";" ";" " +lieferant ;00504875;"VertriebsArena GmbH ";" ";"Haferwende 36 ";" ";"28357 ";"Bremen ";"0800/5894249 ";" ";"0800/5894582 ";" " +lieferant ;00504876;"Merc Clothing Ltd. ";" ";"29-35 North Acton Road ";" ";"NW10 6PE ";"London ";" ";" ";" ";" " +lieferant ;00504877;"Art-Wohndesign, Sabine Mai ";" ";"Gewerbering 1 ";" ";"86922 ";"Eresing ";" ";" ";" ";" " +lieferant ;00504878;"Keya GmbH ";" ";"Klner Str. 1, HDM 1 R.113 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00504879;"micx - media in concept ";" ";"Hansestrae 1 ";" ";"33689 ";"Bielefeld ";"05205/9910-0 ";" ";"05205/9910-99 ";" " +lieferant ;00504880;"Svilanit Svila d.o.o., Kamnik ";" ";"Kovinarska 4 ";" ";"1241 ";"Kamnik ";"+386-1/8396-100 ";" ";"+386-1/8396-237 ";" " +lieferant ;00504881;"Joy Cheer Corporation Ltd. ";" ";"37-39 Ma Tau Wai Road ";" ";"0 ";"Hunghom, Kowloon, Hong Kong ";" ";" ";" ";" " +lieferant ;00504882;"VfB Stuttgart Merchandising GmbH ";" ";"Mercedesstrae 73 B ";" ";"70372 ";"Stuttgart ";"07151/9820400 ";" ";"07151/9820409 ";" " +lieferant ;00504883;"Kalessa Accesorios SL ";" ";"Calle Ballesta 4, 4th Floor ";" ";"28004 ";"Madrid ";"+34-91/5398491 ";" ";"+34-91/5398491 ";" " +lieferant ;00504884;"turbulence GmbH ";" ";"Modering 3B, Raum 637 ";" ";"22457 ";"Hamburg ";"040/55009980 ";" ";"040/55505996 ";" " +lieferant ;00504885;"Task Mode Verwaltungs GmbH ";" ";"Fuldastrae 11 ";" ";"64347 ";"Griesheim ";"069/4089999-50 ";" ";"069/4089999-99 ";" " +lieferant ;00504886;"Kacoo Fashion Ltd ";" ";"147 Great Ducie Street ";" ";"M3 1FB ";"Manchester ";" ";" ";" ";" " +lieferant ;00504887;"De Witte Lietaer ";"International Textiles NV ";"Koningin Astridlaan 48 ";" ";"8930 ";"Lauwe ";"+32-5643 0211 ";" ";"+32-5643 0290 ";" " +lieferant ;00504888;"Sport Goslar ";"Inh. Sven Goslar e.K. ";"Burgdorfer Strae 47 ";" ";"31275 ";"Lehrte ";"05132/52867 ";" ";"05132/55698 ";" " +lieferant ;00504889;"Rdentaler Living Glass GmbH ";" ";"Langer Rain 15 ";" ";"96472 ";"Rdental ";"09563/72240 ";" ";"09563/4754 ";" " +lieferant ;00504890;"Fa. Poola, Uwe Becker ";" ";"Apartado no.8 , Ses Salines ";" ";"07640 ";"Mallorca ";"0034-692 792 212 ";" ";" ";" " +lieferant ;00504891;"Growth Management Schoch GmbH ";" ";"Giessereistr. 16 ";" ";"8005 ";"Zrich ";" ";" ";" ";" " +lieferant ;00504892;"ZOUND Vertriebs UG ";" ";"Rtestr. 6a ";" ";"70197 ";"Stuttgart ";"0711/460590-10 ";" ";"0711/460590-19 ";" " +lieferant ;00504893;"Mexicana ";" ";"137 Rue Sainte Catherine ";" ";"33000 ";"Bordeaux ";"+33-556/805116 ";" ";"+33-556/503091 ";" " +lieferant ;00504894;"Anna und Paul GmbH ";" ";"Hlchrathe Str. 6 ";" ";"50670 ";"Kln ";"0221/73274-30 ";" ";"0221/73274-10 ";" " +lieferant ;00504895;"Michele Rossi s.r.l. ";" ";"Via dei Fiori, 2 ";" ";"51017 ";"Pescia (PT) ";"+39-0572/453431 ";" ";"+39-0572/445335 ";" " +lieferant ;00504896;"Star culture accessories GmbH ";" ";"Wehnerstr. 2 ";" ";"41088 ";"Mnchengladbach ";"02161/566258-00 ";" ";"02161/566258-90 ";" " +lieferant ;00504897;"Clou, Talaga & Talaga GbR ";" ";"Welle 17/1 ";" ";"71083 ";"Herrenberg ";" ";" ";" ";" " +lieferant ;00504898;"Nic Impex s.a.s. ";" ";"PAE des Glaisins - 8, rue des Bouvires ";"B.P. 10120 ";"74940 ";"Annecy le Vieux Cedex ";"+33-450/571351 ";" ";"+33-450/677795 ";" " +lieferant ;00504899;"Pronto Moda Lady Oscar ";"di Wang Rufang ";"Via Pollative, 119 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00504900;"Gold & L.V. Pronto Moda ";"di Hu Qiumei ";"Via dei Fossi, 8/V-2 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00504901;"Laboratorio 28A s.r.l. ";" ";"Via Guido Monaco, 72 ";" ";"52100 ";"Arezzo (AR) ";"+39-0575/984135 ";" ";"+39-0575/984135 ";" " +lieferant ;00504902;"Dafafu Mode Taschen & Accessoires ";"Inh. Myint Anbergen ";"Am Engelshof 4 ";" ";"47804 ";"Krefeld ";"02151/624922 ";" ";"02151/3255053 ";" " +lieferant ;00504903;"Suki Gifts International Ltd. ";" ";"Suite F, Unit 2 Anchor House, School Lan";" ";"SO53 4DY ";"Chandlers Ford, Eastleigh, Hampshire ";"+44-23/80274173 ";" ";"+44-23/80266698 ";" " +lieferant ;00504904;"Kudibal Copenhagen ";" ";"Herluf Trollesgade 23 ";" ";"1052 ";"Kopenhagen ";"+45 33135599 ";" ";"+45 33135598 ";" " +lieferant ;00504905;"Fertig Modelle Michel KG ";" ";"Gutenbergstr. 4 ";" ";"93128 ";"Regenstauf ";" ";" ";" ";" " +lieferant ;00504906;"William Lockie (Euro) ";" ";"Drumlanring Square ";" ";"TD90AW ";"Hawick Scotland ";" ";" ";" ";" " +lieferant ;00504907;"SPORTART3 GmbH ";" ";"Robert-Bosch-Str. 10/11 ";" ";"56410 ";"Montabaur ";"02602/99777-0 ";" ";"02602/99777-29 ";" " +lieferant ;00504908;"Darling Clothes ";" ";"1st Floor 12 Great Portland Street ";" ";"W1W8QN ";"London ";" ";" ";" ";" " +lieferant ;00504909;"XL-Company F.-W. Hanke ";" ";"Dietrichstr. 16 ";" ";"32547 ";"Bad Oeynhausen ";"05731/92417 ";" ";"05731/980225 ";" " +lieferant ;00504910;"Pontto Fashion ";" ";"Hoppenbrockweg 13 ";" ";"49324 ";"Melle ";"+49 5422 9218971 ";" ";"+49 5422 9218972 ";" " +lieferant ;00504911;"El-Pierro Lederbekleidungsbetriebe GmbH ";" ";"Germanenstr. 20 ";" ";"89250 ";"Senden ";"07307/5599 ";" ";"07307/33949 ";" " +lieferant ;00504912;"Sine die srl ";" ";"Via Venezia 45 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00504913;"ErtlRenz GmbH ";" ";"Brienner Strae 13 ";" ";"80333 ";"Mnchen ";"089/6228688-22 ";" ";"089/6228688-44 ";" " +lieferant ;00504914;"Star Club GmbH ";" ";"Hirschstr. 29 ";" ";"70173 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00504915;"RJB Stone Ltd ";" ";"Lyham Road ";" ";"SW2 5DZ ";"London ";"+44-207/3460100 ";" ";"+44-207/3460101 ";" " +lieferant ;00504916;"Peters GmbH ";" ";"Hansastrae 11 ";" ";"59557 ";"Lippstadt ";"02941/2904-0 ";" ";"02941/2904-30 ";" " +lieferant ;00504917;"TROIKA Germany GmbH ";" ";"Nisterfeld 11 ";" ";"57629 ";"Mschenbach ";"02662/9511-0 ";" ";"02662/9511-95 ";" " +lieferant ;00504918;"Agentur Anna Upleger UG & Co. KG ";" ";"Grusonstr. 55 ";" ";"22113 ";"Hamburg ";"+49 40 / 468 9762 - 60 ";" ";"+49 40 / 468 9762 - 8861 ";" " +lieferant ;00504919;"Mizuno Corporation ";"Niederlassung Deutschland ";"Rosenheimer Strae 143d ";" ";"81671 ";"Mnchen ";"089/45050-210 ";" ";"089/45050-123 ";" " +lieferant ;00504920;"Ten Points AB ";" ";"Importgatan 4 ";" ";"262 73 ";"ngelholm ";"+46-431/445070 ";" ";"+46-431/19995 ";" " +lieferant ;00504921;"Hermann Hartje KG ";" ";"Deichstr. 120-122 ";" ";"27318 ";"Hoya ";"04251/811-0 ";" ";"04251/811-159 ";" " +lieferant ;00504922;"Uwe Michalski Systemkundengeschft ";" ";"Amselstr.92 ";" ";"32049 ";"Herford ";" ";" ";" ";" " +lieferant ;00504923;"TEXTO s.a.r.l. ";" ";"164 Chemin de St Jean du Desert ";" ";"13005 ";"Marseille ";"+33-491/482326 ";" ";"+33-491/482234 ";" " +lieferant ;00504924;"Kstle GmbH ";" ";"Kaiser-Franz-Josef-Strae 61 ";" ";"6845 ";"Hohenems ";"+43 5576 98205 ";" ";"+43 5576 422 47500 ";" " +lieferant ;00504925;"Zeitneu GmbH ";" ";"Otto-Schtz-Weg 3 ";" ";"8050 ";"Zrich ";"+41-44/86261-18 ";" ";"+41-44/86261-17 ";" " +lieferant ;00504926;"Handelsagentur Lars Hennig ";" ";"Gutenbergstrae 86 ";" ";"47803 ";"Krefeld ";"0172/7145838 ";" ";"02151/961236 ";" " +lieferant ;00504927;"LK Bennett Limited ";" ";"3 Cavendish Square ";" ";"W1G 0LB ";"London ";" ";" ";" ";" " +lieferant ;00504928;"Yong Shun GmbH ";" ";"Otto-Hahn-Str. 12 ";" ";"63303 ";"Dreieich ";"06103/8311234 ";" ";"06103/8038048 ";" " +lieferant ;00504929;"Progetto S.p.A. ";" ";"Via Cavour, 226 ";" ";"63821 ";"Porto Sant'Elpidio (FM) ";" ";" ";" ";" " +lieferant ;00504930;"sinela ";" ";"Avenida de la Libertad, 2-3 ";" ";"03610 ";"Petrer, Alicante ";" ";" ";" ";" " +lieferant ;00504931;"Textil- und Foliendruck Jaut ";" ";"Mindelheimer Strae 2 ";" ";"87746 ";"Erkheim ";"08336/805360 ";" ";"08336/805361 ";" " +lieferant ;00504932;"MONTANA Sport Deutschland GmbH ";" ";"Im Stckacker 2 ";" ";"79224 ";"Umkirch ";"07665/9809-3400 ";" ";"07665/9809-3499 ";" " +lieferant ;00504933;"Capiccio S.L. ";" ";"C / Camino de Lorca,6 ";" ";"30410 ";"La Encarnacion ";"+34 968 704 080 ";" ";"+34 968 704 021 ";" " +lieferant ;00504934;"Brillarelli s.r.l. ";" ";"Via Sisto V,3 ";" ";"62015 ";"Monte San Giusto (MC) ";" ";" ";" ";" " +lieferant ;00504935;"Gozzip A/S ";" ";"Industrievej 48A ";" ";"7430 ";"Ikast ";" ";" ";" ";" " +lieferant ;00504936;"Italian Colors Textilvertriebs GmbH ";" ";"Adalbert-Stifter-Strae 29 ";" ";"85521 ";"Ottobrunn ";" ";" ";" ";" " +lieferant ;00504937;"Abel Technology Consulting & HandelsgmbH";" ";"Arztgasse 82 A ";" ";"1220 ";"Wien ";"+43-1/2832971 ";" ";"+43-1/2832971-9 ";" " +lieferant ;00504938;"Absolute Lemon S.L. ";" ";"C/ Medico Rafael Navarro, 22 ";" ";"03660 ";"Novelda, Alicante ";"+34-965 606 631 ";" ";"+34-966 199 694 ";" " +lieferant ;00504939;"Sama2 Distribution GmbH ";" ";"Kesslerweg 4 ";" ";"48155 ";"Mnster ";"0251/52000-888 ";" ";"0251/52000-889 ";" " +lieferant ;00504940;"Modeagentur Stephen Raymond ";" ";"Lange Strae 85 ";" ";"32791 ";"Lage ";"05232/921422 ";" ";"05232/921426 ";" " +lieferant ;00504941;"Crockett & Jones Ltd ";" ";"Perry Street ";" ";"NN1 4HN ";"Northampton ";"+44-1604/631515 ";" ";" ";" " +lieferant ;00504942;"Calzaturificio Maria Luisa s.r.l. ";" ";"Via Gabbie, 125 ";" ";"63811 ";"Sant'Elpidio A Mare (FM) ";"+39-0734/990099 ";" ";"+39-0734/869434 ";" " +lieferant ;00504943;"H&H Handels-GmbH & Co. KG ";" ";"Groe Str. 110 ";" ";"28870 ";"Ottersberg ";"04205/31517-0 ";" ";"04205/31517-50 ";" " +lieferant ;00504944;"Moduleo GmbH ";" ";"Reisholzer Werfstra 33 ";" ";"40589 ";"Dsseldorf ";"0211/598930-00 ";" ";"0211/598930-01 ";" " +lieferant ;00504945;"Joda GmbH ";" ";"Husserstrae 16 ";" ";"69115 ";"Heidelberg ";" ";" ";" ";" " +lieferant ;00504946;"Dr. Laabs-Systeme GmbH ";" ";"Eichengrund 16 ";" ";"26188 ";"Edewecht ";"04405/48472-90 ";" ";"04405/48472-91 ";" " +lieferant ;00504947;"Engelhorn Sports GmbH ";" ";"N5,6+7 ";" ";"68161 ";"Mannheim ";"0621/167-00 ";" ";" ";" " +lieferant ;00504948;"Ditta Estinto Vittorio ";" ";"Via S. D'Acquisto 20 ";" ";"81031 ";"Aversa ";" ";" ";" ";" " +lieferant ;00504949;"TOV B.V. ";" ";"Veemarkt 40 ";" ";"1019 DD ";"Amsterdam ";"+31-20/6364762 ";" ";"+31-20/6364967 ";" " +lieferant ;00504950;"Smilla Fashion GmbH ";" ";"Colonnaden 13 ";" ";"20354 ";"Hamburg ";"040/30703894 ";" ";"040/35537519 ";" " +lieferant ;00504951;"Enlarge AB ";" ";"Volrat Thamsgatan 2 ";" ";"412 60 ";"Gteborg ";"+46-31/616463 ";" ";" ";" " +lieferant ;00504952;"Ellmer GmbH ";" ";"Im Weingarten 3 ";" ";"32107 ";"Bad Salzuflen ";"05222/9761-0 ";" ";"05222/9761-31 ";" " +lieferant ;00504953;"S+D Company GmbH ";" ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00504954;"a misura GmbH ";" ";"Zielstattstrae 11 ";" ";"81379 ";"Mnchen ";"089/6228668-12 ";" ";"07000/2647872 ";" " +lieferant ;00504955;"OXXO design, Fritz Seitz GmbH ";" ";"Am Bkenkampshof 41 ";" ";"33619 ";"Bielefeld ";"0521/102855 ";" ";" ";" " +lieferant ;00504956;"Bernhardt Fashion GmbH ";" ";"Neue Landstrasse 18 ";" ";"35232 ";"Dautphetal-Buchenau ";" ";" ";" ";" " +lieferant ;00504957;"Volcom S.A.S. ";" ";"BAIA Park 1, Alle Belharra ";" ";"64600 ";"Anglet ";" ";" ";" ";" " +lieferant ;00504958;"I.F.B. International Fashion Box s.r.l. ";" ";"Via dei Pignattari - Blocco 37 ";" ";"40050 ";"Funo di Argelato (BO) ";"+39-51/6646432 ";" ";"+39-51/863179 ";" " +lieferant ;00504959;"Panasonic Deutschland ";" ";"Winsbergring 15 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504960;"Wieland Feine Kost UG ";" ";"Axder Ring 17 ";" ";"84307 ";"Eggenfelden ";" ";" ";" ";" " +lieferant ;00504961;"TIBHAR Tibor Harangozo GmbH ";" ";"Fenner Strae 62a ";" ";"66127 ";"Saarbrcken ";"06898/9330-0 ";" ";"06898/9330-33 ";" " +lieferant ;00504962;"F.A.K. Trade GmbH (DE) ";" ";"Lrchenstr. 7 ";" ";"95488 ";"Eckersdorf ";"0921/75868958 ";" ";"0921/75867948 ";" " +lieferant ;00504963;"Freddy S.p.A. ";" ";"Via Ges, 11 ";" ";"20121 ";"Milano (MI) ";"+39-0185/5910-1 ";" ";"+39-0185/5910-300 ";" " +lieferant ;00504964;"danfloor a/s ";" ";"Osterbro 9 ";" ";"6933 ";"Kibaek ";"+45-9699 1900 ";" ";"+45-9699 1999 ";" " +lieferant ;00504965;"Loco Time S.L. ";" ";"Laguna de Cameros, 6 ";" ";"28021 ";"Madrid ";"+34-91/5080810 ";" ";"+34-91/5050702 ";" " +lieferant ;00504966;"Mainpol GmbH ";"Young Fashion Dept. ";"Daimlerstrae 10 ";" ";"73095 ";"Albershausen ";"07161/3002-0 ";" ";"07161/3002-589 ";" " +lieferant ;00504967;"Paradise Fashion GmbH ";" ";"Augustusplatz 7 ";" ";"04109 ";"Leipzig ";"034298/156278 ";" ";"034298/157046 ";" " +lieferant ;00504968;"lab4style GmbH ";" ";"Despag-Strae 3 ";" ";"85055 ";"Ingolstadt ";"0841/953566-0 ";" ";"0841/953566-66 ";" " +lieferant ;00504969;"Shubette of London Ltd ";" ";"Shubette House, 2 Apsley Way ";" ";"NW2 7HF ";"London ";"+44-20/8438-2000 ";" ";"+44-20/8438-2071 ";" " +lieferant ;00504970;"Sencoin GmbH ";" ";"Van der Straeten-Weg 14 ";" ";"52525 ";"Heinsberg ";"02452/976458 ";" ";"02452/976459 ";" " +lieferant ;00504971;"Grimminger GmbH & Co. KG ";" ";"Im Gewerbegebiet 17 ";" ";"73116 ";"Wschenbeuren ";" ";" ";" ";" " +lieferant ;00504972;"Geo.Norway Textilvertrieb UG ";"Inhaber: P.D.-Haubenreier ";"Robert-Bosch-Str. 19 ";" ";"25451 ";"Quickborn ";"04106/80924-0 ";" ";"04106/80924-29 ";" " +lieferant ;00504973;"Ten Cate Fashion GmbH ";" ";"Eper Strae 16-18 ";" ";"48599 ";"Gronau ";"+33-546/639911 ";" ";"+33-546/632116 ";" " +lieferant ;00504974;"Refuel Brand Distribution Ltd ";" ";"Building 256, Westcott Venture Park ";" ";"HP18 0XB ";"Westcott, Aylesbury, Bucks ";"+44-1296/658717 ";" ";"+44-1296/651244 ";" " +lieferant ;00504975;"Refuel Brand Distribution GmbH ";" ";"Deisterstr. 31 ";" ";"30449 ";"Hannover ";"0511/5435842-0 ";" ";"0511/5435842-46 ";" " +lieferant ;00504976;"Nikita Germany GmbH ";" ";"Schulterblatt 58 ";" ";"20357 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504977;"Jrg Born ";"Raumausstatter ";"Kerspenhuserstr. 12 ";" ";"36251 ";"Bad Hersfeld ";"06621/798606 ";" ";"06621/798607 ";" " +lieferant ;00504978;"Edition Gollong GmbH ";" ";"Talstrae 14 ";" ";"74336 ";"Brackenheim ";" ";" ";" ";" " +lieferant ;00504979;"Mehra Enterprise GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"089/3599036 ";" ";"089/3599037 ";" " +lieferant ;00504980;"Kooi-Knit GmbH ";" ";"Dllgast-Strae 5 ";" ";"86199 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00504981;"Zugano Deutschland GmbH ";" ";"Tubchenweg 8 ";" ";"04317 ";"Leipzig ";" ";" ";" ";" " +lieferant ;00504982;"NewTex B.V. ";" ";"Buiksloterbreek 99 ";" ";"1034 XE ";"Amsterdam ";"+31-20/ 2219919 ";" ";" ";" " +lieferant ;00504983;"Lenz Ges. m.b.H ";" ";"Staudachstr. 3 ";" ";"6858 ";"Schwarzach ";"0043 (0)5572 / 58143 ";" ";"0043 (0)5572 / 580852 ";" " +lieferant ;00504984;"DKCollection ";"Schneiderbedarf ";"E3, Nr. 5 ";" ";"68159 ";"Mannheim ";"0621/43650180 ";" ";"0621/43650181 ";" " +lieferant ;00504985;"Agentur Rath, Sandro Rath ";" ";"Kaiserswerter Str. 132 ";" ";"40474 ";"Dsseldorf ";"0211/23942905 ";" ";"0211/23942904 ";" " +lieferant ;00504986;"Confezioni Futura s.n.c. ";"di Probo & C. ";"Viale Montecatini, 48 ";" ";"24058 ";"Romano di Lombardia (BG) ";"+39-0363/912779 ";" ";"+39-0363/902089 ";" " +lieferant ;00504987;"SBA - Benelux ";"ICC/The Fam Distribution ";"Wiedauwkaai 22E ";" ";"9000 ";"Gent ";"0032 485 05 09 11 ";" ";" ";" " +lieferant ;00504988;"Welfare Distribution GmbH ";" ";"Wendenstr. 255 ";" ";"20537 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00504989;"Priess Ettema Ning AG ";"SENCE Copenhagen ";"Fabrikhof 3 ";" ";"8134 ";"Adliswil ";"+41-44/7091828 ";" ";"+41-44/7091829 ";" " +lieferant ;00504990;"Nature and Style Wohnkultur Import GmbH ";" ";"Rathenaustr. 2 ";" ";"35394 ";"Gieen ";" ";" ";" ";" " +lieferant ;00504991;"Trend Connection GmbH ";" ";"Seestr. 2a ";" ";"63533 ";"Mainhausen ";"006182 / 93 88 0 ";" ";"06182 / 283 25 ";" " +lieferant ;00504992;"CAFeNOIR International S.A. ";" ";"Corso San Gottardo 54 B, Palazzo Corso ";" ";"6830 ";"Chiasso ";"+41-91/8401050 ";" ";"+41-91/8401052 ";" " +lieferant ;00504993;"PM Leather Accessories B.V. ";" ";"Herengracht 89A ";" ";"1015 BD ";"Amsterdam ";"+31-6-24243148 ";" ";"+31-87/7844713 ";" " +lieferant ;00504994;"Concept-art GmbH ";" ";"Brabanter Str. 4 ";" ";"80805 ";"Mnchen ";"089/22844-2000 ";" ";"089/22844-2001 ";" " +lieferant ;00504995;"Rut&Circle ";" ";"Volrat Thamsgatan 2 ";" ";"412 60 ";"Gteborg ";"+46-31/616460 ";" ";"+46-31/7001211 ";" " +lieferant ;00504996;"Dinger Internationales Wohndekor GmbH ";" ";"Hauptstr. 103 B ";" ";"65375 ";"Oestrich-Winkel ";"06723/999007 ";" ";"06723/999008 ";" " +lieferant ;00504997;"BIKEACTION Fahrradhandelsges. mbH ";" ";"Weiskircher Strae 102 ";" ";"63110 ";"Rodgau ";"06106/77256-0 ";" ";"06106/77256-10 ";" " +lieferant ;00504998;"Hip Way Sales Germany ";" ";"An der Kleimannbrcke 13 ";" ";"48157 ";"Mnster ";"0179/3856767 ";" ";" ";" " +lieferant ;00504999;"CLAE ";" ";"117 North Acacia Ave ";" ";"CA 92075 ";"Solana Beach ";" ";" ";" ";" " +lieferant ;00505000;"Citizens of Humanity Italy s.r.l. ";" ";"Via Savona, 97 ";" ";"20144 ";"Milano (MI) ";"+39-0289-155284 ";" ";"+39-0289-180333 ";" " +lieferant ;00505001;"Steven ";" ";"Bat 253, 72, Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";"+33-1/44022932 ";" ";"+33-1/44022931 ";" " +lieferant ;00505002;"Coco Huit ";" ";"2-6, Rue des Gardinoux ";" ";"93300 ";"Aubervilliers ";"+33-1/48334817 ";" ";"+33-1/48335562 ";" " +lieferant ;00505003;"New Life di Ye Jianting ";" ";"Via XVI Aprile, 22 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00505004;"Williamson-Dickie Europe Ltd ";" ";"Second Ave., Westfield Industrial Estate";" ";"BA3 4BH ";"Midsomer Norton, Radstock ";"+44-1761/402170 ";" ";"+44-1761/402105 ";" " +lieferant ;00505005;"Queen Jeans GmbH ";" ";"Hainer Chaussee 9 ";" ";"63303 ";"Dreieich ";"06103/8312926 ";" ";"0322/1108991130 ";" " +lieferant ;00505006;"G.S. & Co. A/S ";" ";"Lykkegardsvej 9 ";" ";"4000 ";"Roskilde ";"+45-5944 3020 ";" ";"+45-5944 1497 ";" " +lieferant ;00505007;"mampa Kollektion, Maria Burges ";" ";"Am Hirtenacker 5 ";" ";"93186 ";"Pettendorf ";"0941/6464068-0 ";" ";"0941/6464068-10 ";" " +lieferant ;00505008;"Martino Convertini GmbH ";" ";"Cosimastr. 121 ";" ";"81925 ";"Mnchen ";"089/959794-3 ";" ";"089/959794-40 ";" " +lieferant ;00505009;"Gruppo GGM Italia s.r.l. ";" ";"Interporto Campano Lotto C Modulo A4/A5 ";" ";"80035 ";"Nola (NA) ";"+39-081/8269738 ";" ";"+39-081/5108672 ";" " +lieferant ;00505010;"TBV Textilien-Beratungs-u.Vertriebs GmbH";" ";"Wendenstrae 130 ";" ";"20537 ";"Hamburg ";"040/3039581-0 ";" ";"040/3039581-29 ";" " +lieferant ;00505011;"L'Onkel s.a.s. ";" ";"271, rue Saint Denis ";" ";"75002 ";"Paris ";"+33-1/40262137 ";" ";"+33-1/40260095 ";" " +lieferant ;00505012;"Eckpunkt Textilhandels e.K. ";" ";"Mittelstr. 2 ";" ";"88471 ";"Laupheim ";"07392/911911 ";" ";"07392/911912 ";" " +lieferant ;00505013;"Rebello SAS di Tocca Daniel ";" ";"Via Brennero, 5 ";" ";"39055 ";"Pineta di Laives, Bolzano - Bozen (BZ) ";" ";" ";" ";" " +lieferant ;00505014;"VFB Lingerie Europe, S.A. ";" ";"Pl. Europa, 22-24, 3a-4a ";" ";"08902 ";"L'Hospitalet de Llobregat ";"+34-93/26745-00 ";" ";"+34-93/26745-10 ";" " +lieferant ;00505015;"Four Star Distribution (Europe) AG ";"C1RCA ";"Thurbruggstrasse 4 ";" ";"9215 ";"Schnenberg (Thurgau) ";"+41-71/644990-0 ";" ";"+41-71/644990-9 ";" " +lieferant ;00505016;"Anouk et Emile, Natascha Spth ";" ";"Trkenstr. 52 ";" ";"80799 ";"Mnchen ";"089/54893175 ";" ";"089/4892611 ";" " +lieferant ;00505017;"Wilfried Tursch ";" ";"Zum Steineshof 1 ";" ";"40822 ";"Mettmann ";" ";" ";" ";" " +lieferant ;00505018;"F Division Group AB ";" ";"Magasinsgatan 5 ";" ";"411 18 ";"Gteborg ";"+46-31/33580-60 ";" ";"+46-31/33580-70 ";" " +lieferant ;00505019;"Urban Trends Trading BV ";" ";"Krommewetering 41 ";" ";"3543 AP ";"Utrecht ";"+31-30/686900-0 ";" ";"+31-30/686900-5 ";" " +lieferant ;00505020;"AntiChic BV ";" ";"Ginnekenweg 213 ";" ";"4835 NA ";"Breda ";"+31-76/5728880 ";" ";"+31-76/5659888 ";" " +lieferant ;00505021;"Travel-Boutique, Otfried Baurose ";" ";"Timms Hoff 1 ";" ";"22941 ";"Delingsdorf ";"04532/6402 ";" ";"04532/23470 ";" " +lieferant ;00505022;"Camarlinghi s.a.s. ";"di Camarlinghi Alessandro & C. ";"Via Landucci, 24/a ";" ";"50055 ";"Lastra a Signa (FI) ";"+39-055/8721752 ";" ";"+39-055/8721751 ";" " +lieferant ;00505023;"Egerie sarl Sarah David ";" ";"12, rue di Caire ";" ";"75002 ";"Paris ";"+33-1/40280179 ";" ";"+33-1/40262432 ";" " +lieferant ;00505024;"Uprock GmbH ";" ";"Am Erlenbruch 5A ";" ";"44227 ";"Dortmund ";"0231/528552 ";" ";"0231/528554 ";" " +lieferant ;00505025;"Loringhoven GmbH ";" ";"Kaulbachstr. 96 ";" ";"80802 ";"Mnchen ";"089/348580 ";" ";"089/342138 ";" " +lieferant ;00505026;"Bags for Living Warenhandels-GmbH ";" ";"Alte Ludwigsstdter Strae 17 ";" ";"96317 ";"Kronach ";"09261/506411 ";" ";"09261/506412 ";" " +lieferant ;00505027;"ideanuova Modevertriebs GmbH ";" ";"Danziger Str. 101 ";" ";"40468 ";"Dsseldorf ";"0211/453334 ";" ";"0211/453383 ";" " +lieferant ;00505028;"Xplusplus GmbH ";" ";"Bunsenstrae 5 ";" ";"82152 ";"Planegg-Martinsried ";"089/5527288-0 ";" ";"089/5527288-5 ";" " +lieferant ;00505029;"Calzados Gaimo, S.A. ";" ";"Crta. de Prejano, 56 ";" ";"26580 ";"Arnedo (La Rioja) ";" ";" ";" ";" " +lieferant ;00505030;"Pronto Moda Giusy di Chen Saiqiong ";" ";"Via Veneto, 29 ";" ";"59100 ";"Prato (PO) ";"+39-0574/620178 ";" ";"+39-0574/666702 ";" " +lieferant ;00505031;"Richard Schrf GmbH ";" ";"Solothurner Str. 49 ";" ";"81475 ";"Mnchen ";"089/75079401 ";" ";" ";" " +lieferant ;00505032;"Klaus Knierer GmbH ";" ";"Frankfurter Ring 162 / 5.OG ";" ";"80807 ";"Mnchen ";"0176/30563816 ";" ";"08031/7968490 ";" " +lieferant ;00505033;"TWO by TWO GmbH ";" ";"Goethestrae 2a ";" ";"38518 ";"Gifhorn ";"05371/9468-0 ";" ";"05371/9468-31 ";" " +lieferant ;00505034;"Carrier Design & Productions, S.L. ";" ";"Pol. Ind. Torreta Rio C/LA Torreta, 10 ";" ";"03600 ";"Elda (Alicante) ";"34 96 539 1340 ";" ";"34 96 539 5962 ";" " +lieferant ;00505035;"Alen Fashion s.r.l. ";" ";"Tangenziale Sud Km. 20+500, 3 strada n.8";" ";"10040 ";"Rivalta (TO) ";"+39-011/3972968 ";" ";"+39-011/3975669 ";" " +lieferant ;00505036;"Monshoe Fashion BV ";" ";"Van Schijndelstraat 5 ";" ";"5145 RE ";"Waalwijk ";"+31-416/320774 ";" ";"+31-416/322561 ";" " +lieferant ;00505037;"Sensys - Calcados, Lda ";" ";"Rua Verdial Horacio de Moura, no.181 ";" ";"4650-732 ";"Felgueiras ";"+351-255/925966 ";" ";"+351-255/313871 ";" " +lieferant ;00505038;"Oltre Moda, Lda ";" ";"Av. Dr. Leonardo de Coimbra, Apertado 35";" ";"4610-105 ";"Felgueiras ";"+351-302072105 ";" ";"+351-302060039 ";" " +lieferant ;00505039;"lake distribution GmbH ";" ";"Prinzenweg 11 ";" ";"83684 ";"Tegernsee ";"08022/939266-1 ";" ";"08022/939266-2 ";" " +lieferant ;00505040;"Visual Creation ";" ";"Ida-Ehre-Weg 8 ";" ";"68309 ";"Mannheim ";"0621/789982-0 ";" ";"0621/789982-70 ";" " +lieferant ;00505041;"Moshiki, Moshe Nasav ";" ";"Mayerbacherstr. 84 ";" ";"85737 ";"Ismaning / Mnchen ";"089/323866-16 ";" ";"089/323866-69 ";" " +lieferant ;00505042;"Secret d'Eva - Lingerie de Luxe ";"Ets Pierre Bracq S.A. ";"102 rue Roger Salengro ";" ";"59157 ";"Fontaine au Pire ";"+33-327/850757 ";" ";"+33-327/62055 ";" " +lieferant ;00505043;"Fun Unlimited Products GmbH ";" ";"Philipp-Reis-Strae 3 ";" ";"61267 ";"Neu-Anspach ";"06081/4471-0 ";" ";"06081/4471-50 ";" " +lieferant ;00505044;"Europa Supermoda srl ";" ";"Via A. Borgioli, 86 ";" ";"59100 ";"Prato (PO) ";"+39-0574/643018 ";" ";"+39-0574/644276 ";" " +lieferant ;00505045;"F.A.P. ITALIA s.r.l. ";" ";"Via Francesco Baracca, 4/6 ";" ";"20056 ";"Trezzo sullAdda (MI) ";"+39-02/92092576 ";" ";" ";" " +lieferant ;00505046;"Modeagentur Mathias Grimm ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"0171/7622747 ";" ";" ";" " +lieferant ;00505047;"Lelli Kelly S.p.A. ";" ";"Via Bocchi, 233 ";" ";"55013 ";"Lammari - Capannori (LU) ";"+39-0583/4311 r.a. ";" ";"+39-0583/962756 ";" " +lieferant ;00505048;"Vespo Home Textiles B.V. ";" ";"Adriaan Mulderweg 4-10 ";"Postbus 8585 ";"5657 EM ";"Eindhoven ";"+31-40/23803-00 ";" ";"+31-40/2380389 ";" " +lieferant ;00505049;"Clevere Kids GmbH & Co. KG ";" ";"Am Mittleren Moos 8 ";" ";"86167 ";"Augsburg ";"0821/5699488 ";" ";"0821/5699489 ";" " +lieferant ;00505050;"New Fashion Kids B.V. ";" ";"Julianalaan 11 ";" ";"3743 JG ";"Baarn ";"+31-35/548061-0 ";" ";"+31-35/548061-1 ";" " +lieferant ;00505051;"Klingseisen und Rohwer-Kahlmann GbR ";" ";"Lipowskystr. 16 ";" ";"81373 ";"Mnchen ";"0172/8476259 ";" ";" ";" " +lieferant ;00505052;"Grace Fashion GmbH ";" ";"Lohgssele 1 ";" ";"87435 ";"Kempten ";"0831/12154 ";" ";"0831/10829 ";" " +lieferant ;00505053;"First Street s.r.l. ";" ";"Via Elsa Morante, 11 - B8 ";" ";"00011 ";"Tivoli Terme (RM) ";" ";" ";" ";" " +lieferant ;00505054;"A fish named Fred ";"SugarCity ";"Suikersilo-West 37 ";" ";"1165 MP ";"Halfweg ";" ";" ";" ";" " +lieferant ;00505055;"Navima Calzados, S.L. ";" ";"CL/Charles R. Darwin, 28 ";" ";"46980 ";"Paterna (Valencia) ";"+34-96/1509626 ";" ";"+34-96/1106607 ";" " +lieferant ;00505056;"Saint Noir Jolie & Lanzer GmbH ";" ";"Boxhagener Strae 65 ";" ";"10245 ";"Berlin ";" ";" ";" ";" " +lieferant ;00505057;"Kling ";" ";"Ballesta 4, PL.4 ";" ";"28004 ";"Madrid ";" ";" ";" ";" " +lieferant ;00505058;"Bocks Sportswear GmbH ";" ";"Hohnstrae 3 ";" ";"97616 ";"Bad Neustadt ";" ";" ";" ";" " +lieferant ;00505059;"Tombolini Industrie srl ";" ";"Contrada Illuminati, 20 ";" ";"62010 ";"Urbisaglia (MC) ";"+39-0733/511511 ";" ";"+39-0733/506277 ";" " +lieferant ;00505060;"Sternensee, Volker Kamermann ";" ";"Borsteler Dorfstr. 23b ";" ";"27283 ";"Verden ";"04231/72155 ";" ";"04231/970235 ";" " +lieferant ;00505061;"Yves Salomon s.a.s. ";" ";"3, cit Paradis ";" ";"75010 ";"Paris ";"+33-1/47705000 ";" ";"+33-1/48009101 ";" " +lieferant ;00505062;"Calzaturificio Relaxshoe s.r.l. ";" ";"Viale del Lavoro, 74 ";" ";"37035 ";"San Giovanni Ilarione (VR) ";"+39-045/6550578 ";" ";"+39-045/6550468 ";" " +lieferant ;00505063;"Calzaturificio Due Elle s.p.a. ";" ";"Via Enrico Fermi, 5 ";" ";"50054 ";"Fucecchio (FI) ";"+39-0571/261188 ";" ";"+39-0571/261792 ";" " +lieferant ;00505064;"Plumeria Marketing- und Vertriebs GmbH ";" ";"Verlngerte Goethestr.4 ";" ";"08209 ";"Auerbach ";"03744-184130 ";" ";"03744-1841312 ";" " +lieferant ;00505065;"Trendloft retail GmbH ";" ";"Mahdentalstrae 96-98 ";" ";"71065 ";"Sindelfingen ";"07031/875452 ";" ";"07031/870159 ";" " +lieferant ;00505066;"Hirmer GmbH & Co. KG ";" ";"Kaufinger Str. 28 ";" ";"80331 ";"Mnchen ";"089/23683-0 ";" ";"089/23683-210 ";" " +lieferant ;00505067;"fsh Full Service Handels GmbH ";" ";"Hauptstrae 124 ";" ";"33378 ";"Rheda-Wiedenbrck ";"05242/579 98-0 ";" ";"05242/579 98-19 ";" " +lieferant ;00505068;"APART International GmbH ";" ";"Brooktorkai 20 ";" ";"20457 ";"Hamburg ";"040/271644-0 ";" ";"040/271644-999 ";" " +lieferant ;00505069;"ALEKS Fashion Handelsgesellschaft mbH ";" ";"Mnchener Ring 2 ";" ";"04435 ";"Schkeuditz ";"034204/388322 ";" ";"034204/388323 ";" " +lieferant ;00505070;"Agentur Jger GmbH ";" ";"Elsterstrae 39 ";" ";"04109 ";"Leipzig ";"034204/450666 ";" ";"034204/450667 ";" " +lieferant ;00505071;"GUSTAV A/S ";" ";"Ballevej 118 ";" ";"7182 ";"Bredsten ";"+45-2779 2760 ";" ";"+45-7664 6201 ";" " +lieferant ;00505072;"The Art Company B&S S.A. ";" ";"Poligono Moreta s/n ";" ";"26570 ";"Quel (La Rioja) ";"+34-941/4033-61 ";" ";"+34-941403008 ";" " +lieferant ;00505073;"Little Mistress Ltd ";" ";"Unit 4, 18 Plumbers Row ";" ";"E1 1EP ";"London ";" ";" ";" ";" " +lieferant ;00505074;"Carinii Max S.C. ";" ";"Wolska 80 ";" ";"08-450 ";"Laskarzew ";"+48-25/6646989 ";" ";"+48-25/6646988 ";" " +lieferant ;00505075;"KACPER Sp. z o.o. Sp. k. ";" ";"Partyzantw 4 ";" ";"42-300 ";"Myszkw ";"+48-34/31374-31 ";" ";"+48-34/31374-33 ";" " +lieferant ;00505076;"pure-tex GmbH ";" ";"Lilienthalstr. 39-45 ";" ";"64625 ";"Bensheim ";"06251/86144-0 ";" ";"06251/86144-11 ";" " +lieferant ;00505077;"Cotton Garden International Ltd ";" ";"Suite 2, International House, Naxxar Rd ";" ";"SGN08 ";"San Gwann ";"+356-2137 1995 ";" ";"+356-2136 0145 ";" " +lieferant ;00505078;"Calzados Laro S.A. ";" ";"Ctra. de Prjano, 40 ";" ";"26580 ";"Arnedo, La Rioja ";"+34-941/381570 ";" ";"+34-941/383100 ";" " +lieferant ;00505079;"Calzaturificio Princes ";"di Finocchi Mario & C. s.a.s. ";"Via Marco Biagi SNC ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/36715 ";" ";"+39-0734/664519 ";" " +lieferant ;00505080;"Comforsyst S.A. ";" ";"Zona Industrial do Orreiro, Apertado163 ";" ";"3701-901 ";"So Joo da Madeira ";"+351-256/880510 ";" ";"+351-256/880519 ";" " +lieferant ;00505081;"Tiggers GmbH ";" ";"Bahnhofstr. 11 ";" ";"66953 ";"Pirmasens ";"06631/6089-0 ";" ";"06631/6089-10 ";" " +lieferant ;00505082;"L.M. van der Meulen ";" ";"Wolferinksweg 6 ";" ";"7213 LJ ";"Gorssel ";"+31-575/494914 ";" ";"+31-575/492029 ";" " +lieferant ;00505083;"Davide Men s.r.l. ";" ";"Via Appia nuova, 359 5g ";" ";"00183 ";"Roma (RM) ";"+39-06/49381659 ";" ";" ";" " +lieferant ;00505084;"Dragon Diffusion Sprl ";" ";"161 Avenue Marie-Jos ";" ";"1200 ";"Woluwe-Saint-Lambert, Bruxelles ";"+32-2/413515 ";" ";"+32-2/7347967 ";" " +lieferant ;00505085;"Pronto Moda E-Land di Hu Lizhou ";" ";"Via Piemonte, 7 ";" ";"59014 ";"Iolo (PO) ";"+39-0574/730115 ";" ";" ";" " +lieferant ;00505086;"HnL Deutschland BV ";" ";"De Hoge Brug 38C ";" ";"6581 AJ ";"Malden ";"+31-24/3572000 ";" ";"+31-24/3881919 ";" " +lieferant ;00505087;"Satorisan S.L. ";" ";"Paseo de la Alameda 45B ";" ";"46023 ";"Valencia ";" ";" ";" ";" " +lieferant ;00505088;"Detector GmbH ";" ";"Schanzenstrasse 37 ";" ";"51063 ";"Kln ";"0221968121-75 ";" ";" ";" " +lieferant ;00505089;"monkeyglasses Sales Aps ";" ";"Gl. Amtsvej 4 ";" ";"3450 ";"Allerod ";"+45-3311 1322 ";" ";" ";" " +lieferant ;00505090;"Hazenkamp Furnitures BV ";" ";"Horster Weg 410-412 ";" ";"5928 ";"Venlo ";"+31-77/3988975 ";" ";"+31-77/3968852 ";" " +lieferant ;00505091;"Headline GmbH ";" ";"Otto-Hahn-Strae 1 ";" ";"63303 ";"Dreieich ";"06103/373740 ";" ";"06103/388050 ";" " +lieferant ;00505092;"Gencer Textil GmbH ";" ";"Otto-Hahn-Strae 14 ";" ";"63303 ";"Dreieich ";"06103/9889780 ";" ";"06103/9889779 ";" " +lieferant ;00505093;"Enoch GmbH ";" ";"Otto-Hahn-Strae 1 ";" ";"63303 ";"Dreieich-Sprendling ";"06103/2020479 ";" ";"06103/4045658 ";" " +lieferant ;00505094;"Subags GmbH ";" ";"Otto-Hahn-Strae 23 ";" ";"63303 ";"Dreieich ";"06103/9884516 ";" ";"06103/9884515 ";" " +lieferant ;00505095;"Monti & Kramer Textil GmbH & Co KG ";" ";"Vautierstr. 69 ";" ";"40235 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505096;"Amazonas GmbH ";" ";"Am Kirchenhlzl 15 ";" ";"82166 ";"Grfeling ";"089-1892880 ";" ";"089-18928810 ";" " +lieferant ;00505097;"SL. Spirit GmbH ";" ";"Bollenwaldstr. 117 ";" ";"63743 ";"Aschaffenburg ";"06028/99960-0 ";" ";"06028/99960-39 ";" " +lieferant ;00505098;"Lnneberga ";" ";"Winsstrae 24 ";" ";"10405 ";"Berlin ";"030/68812107 ";" ";"030/68812106 ";" " +lieferant ;00505099;"AB Werbetechnik Carsten Klemens e.K. ";" ";"Dubelohstr. 272 ";" ";"33104 ";"Paderborn ";" ";" ";" ";" " +lieferant ;00505100;"EURONICS Deutschland eG ";" ";"Berblingerstr. 1 ";"12 48 ";"71254 ";"Ditzingen ";"07156/933-0 ";" ";"07156/933-1390 ";" " +lieferant ;00505101;"VEDES Zentralregulierung GmbH ";" ";"Beuthener Strae 43 ";" ";"90471 ";"Nrnberg ";"0911/6556-0 ";" ";"0911/6556-251 ";" " +lieferant ;00505102;"Grezi bag ";"Kultschlafsack GmbH ";"Zugspitzstrae 32 ";" ";"83059 ";"Kolbermoor ";"08031/299554 ";" ";"08031/299540 ";" " +lieferant ;00505103;"Liebezeit GbR ";" ";"Bonner Wall 94 ";" ";"50677 ";"Kln ";"0221/9925194 ";" ";" ";" " +lieferant ;00505104;"Sylter Nudelmanufaktur ";"Inh. Christel Peters ";"Keitumer Landstrae 10b ";" ";"25980 ";"Sylt/Tinnum ";"04651/8860304 ";" ";" ";" " +lieferant ;00505105;"IDW GmbH Duisburg - Toronto ";" ";"Dr.-Alfred-Herrhausen-Allee 20d ";" ";"47228 ";"Duisburg ";"02065/96015-0 ";" ";"02065/96015-99 ";" " +lieferant ;00505106;"Fashionfreaks Distribution GmbH ";" ";"Rudolfstr. 10K ";" ";"41058 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00505107;"Hoffs Lifestyle GmbH ";"c/o Anna Hoffs GmbH ";"Nordstrae 24-30 ";" ";"46399 ";"Bocholt ";"02871/2411710 ";" ";"02871/185458 ";" " +lieferant ;00505108;"Star Textil, S.A. (Boboli) ";" ";"Av. President Companys, 16 ";" ";"08302 ";"Matar (Barcelona) ";"+34-93/7982000 ";" ";"+34-93/7980500 ";" " +lieferant ;00505109;"Palladium SAS ";" ";"8C, rue de Lombardie ";"BP 611 ";"69800 ";"Saint-Priest ";"+33-472/793000 ";" ";" ";" " +lieferant ;00505110;"Sympatico GmbH & Co. KG ";" ";"Sachsenstrae 9 ";" ";"09244 ";"Lichtenau ";"037208/8878-0 ";" ";"037208/8878-11 ";" " +lieferant ;00505111;"Taschendieb GmbH ";" ";"Rainerkai 3 ";" ";"5400 ";"Hallein ";"+43-664/1302532 ";" ";"+43-662/20828-4 ";" " +lieferant ;00505112;"Domolux Group s.r.l. ";" ";"Viale Pacini, 227 ";" ";"55100 ";"Lucca (LU) ";"+39-0583/927598 ";" ";"+39-0583/922274 ";" " +lieferant ;00505113;"Cotex GmbH ";" ";"Am Flugplatz 8 ";" ";"74821 ";"Mosbach ";"06261/673617 ";" ";"06261/673860 ";" " +lieferant ;00505114;"Die 2 Fashion GmbH ";" ";"Mahdentalstr. 96-98 ";" ";"71065 ";"Sindelfingen ";"07031/877448 ";" ";"07031/4108608 ";" " +lieferant ;00505115;"Colorful Trade GmbH ";" ";"Thaddenstrasse 14a ";" ";"69469 ";"Weinheim ";"06201/876391 ";" ";"06201/876393 ";" " +lieferant ;00505116;"Kannai Berlin GmbH ";" ";"Mariendorfer Damm 1-3 ";" ";"12099 ";"Berlin ";"030/70072735 ";" ";" ";" " +lieferant ;00505117;"Witzel Modevertrieb ";"Andrea Witzel ";"Mariendorfer Damm 1-3 ";" ";"12099 ";"Berlin ";"030/34624767 ";" ";"030/34624765 ";" " +lieferant ;00505118;"Berkemann GmbH & Co. KG ";" ";"Albin-May-Strae 3 ";" ";"07937 ";"Zeulenroda-Triebes ";"0800/0010550 ";" ";"0800/0010555 ";" " +lieferant ;00505119;"A. John Handels UG ";" ";"Modering 1, Haus A, Raum 019 ";" ";"22457 ";"Hamburg ";"040/55288765 ";" ";" ";" " +lieferant ;00505120;"Flaschenweise - Die Feinkostmanufaktur ";"GmbH ";"Neumann-Reichardt-Str. 27-33, H.16, 1.OG";" ";"22041 ";"Hamburg ";"040/35015358 ";" ";"040/35714784 ";" " +lieferant ;00505121;"pronta tavola, S. Dettmer ";" ";"Elisabeth-Seifahrt-Weg 7 ";" ";"22337 ";"Hamburg ";"0160/96618722 ";" ";"040/42938935 ";" " +lieferant ;00505122;"fashionablegreen ";"Inh. Sarah Schulze ";"Elbchaussee 28 ";" ";"22765 ";"Hamburg ";"040/74108170 ";" ";"040/74108249 ";" " +lieferant ;00505123;"Levinsky A/S ";" ";"Frydenborgvej 27 R ";" ";"3400 ";"Hillerod ";" ";" ";" ";" " +lieferant ;00505124;"Normann Copenhagen ";" ";"Osterbrogade 70 ";" ";"2100 ";"Copenhagen ";" ";" ";" ";" " +lieferant ;00505125;"New Fashion Frankfurt Ltd. ";" ";"Ahornstr. 75 ";" ";"65933 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00505126;"Mountain Force AG ";" ";"Riedstrasse 1 ";" ";"6343 ";"Rotkreuz ";"+41-41/799-8024 ";" ";"+41-41/799-8029 ";" " +lieferant ;00505127;"Tsakiris Mallas S.A. ";" ";"60 Vouliagmenis AV. - Argiroupoli ";" ";"16452 ";"Athens ";"+30210-99/76100 ";" ";"+30210-99/76101 ";" " +lieferant ;00505128;"Apple of Eden Trading, Unip. Lda. ";" ";"Rua D. Afonso II, No. 101 ";" ";"4445-086 ";"Alfena ";"+351-913 829 053 ";" ";"+351-255 341 467 ";" " +lieferant ;00505129;"Balca Fashion B.V. ";" ";"Lierderholthuisweg 16 ";" ";"8131 PW ";"Wijhe ";"+31-572/395215 ";" ";"+31-572/395851 ";" " +lieferant ;00505130;"Bergans Outdoor GmbH ";" ";"Nordportbogen 1 ";" ";"22848 ";"Norderstedt ";"040/325964450 ";" ";" ";" " +lieferant ;00505131;"ErVisio GmbH ";" ";"Stephanstr. 1 ";" ";"18055 ";"Rostock ";"0381/4000940 ";" ";"0381/448852 ";" " +lieferant ;00505132;"BTC Bertrem Trade Cy bvba ";" ";"Rozenaaksesteenweg 5 ";" ";"9600 ";"Ronse ";"+32-477/608022 ";" ";"+32-56728895 ";" " +lieferant ;00505133;"Nrnberger-Spielkarten-Verlag GmbH ";" ";"Lehrberger Strae 12 ";" ";"90431 ";"Nrnberg ";"0911/96967-0 ";" ";"0911/96967-77 ";" " +lieferant ;00505134;"Canton Elektronik GmbH + Co. KG ";" ";"Neugasse 21-23 ";" ";"61276 ";"Weilrod ";"06083/287-0 ";" ";"06083/28113 ";" " +lieferant ;00505135;"WIK Elektro-Hausgerte Vertriebs GmbH ";"& Co. Produktions KG ";"Schacht Neu-Cln 12 ";" ";"45355 ";"Essen ";"0201/8666-299 ";" ";"0201/8666-122 ";" " +lieferant ;00505136;"Elektro-Franck Servicezentrale Berlin ";"GmbH GmbH & Co. KG ";"Treseburger Strae 2 ";" ";"10589 ";"Berlin ";"030/345063-0 ";" ";"030/345063-63 ";" " +lieferant ;00505137;"NICO-Lnig Event GmbH ";" ";"Flgel 1 ";"12 04 49 ";"42369 ";"Wuppertal ";"0202/28139-0 ";" ";"0202/28139-49 ";" " +lieferant ;00505138;"Fernseh-Service Rose, Claus Rose ";" ";"Maybachstrae 10-12 ";" ";"25980 ";"Sylt/Westerland ";"04651/8891924 ";" ";"04651/8891925 ";" " +lieferant ;00505139;"Stofftiergarten ";"Bertram Krber ";"Ascheberger Strae 1 ";" ";"24306 ";"Pln ";"04522/3747 ";" ";"04522/2499 ";" " +lieferant ;00505140;"TECNE 90 S.p.A. ";" ";"Via Firmino Giulietti, 3-5-7 ";" ";"62010 ";"Montelupone (MC) ";"+39-0733/226536 ";" ";"+39-0733/224025 ";" " +lieferant ;00505141;"Mystic Sea, S.A. ";" ";"Rua do Jornal "O Regional", Lote57 ";" ";"3700-024 ";"S. Joao de Madeira ";"+351-256/833830 ";" ";"+351-256/833831 ";" " +lieferant ;00505142;"SENTIER di Roberta Segantin ";" ";"V.lo G.Bonifacio, 7 ";" ";"31100 ";"Treviso (TV) ";"+39-0422/411911 ";" ";"+39-0422/431388 ";" " +lieferant ;00505143;"Luigi Baracchino & C. S.p.A. ";" ";"Via della Querciola, 4 ";" ";"50054 ";"Fucecchio (FI) ";"+39-0571/24721 ";" ";"+39-0571/260402 ";" " +lieferant ;00505144;"Swiss Fashion Vertriebsgesellschaft mbH ";" ";"Knkelstrae 125 ";" ";"41063 ";"Mnchengladbach ";"02161/6398693-0 ";" ";"02161/6398693-9 ";" " +lieferant ;00505145;"BERGE - Pelletterie Palazzolesi s.r.l. ";" ";"Via Molinaretti, 30/32 ";" ";"24060 ";"Cividino di Castelli Calepio (BG) ";"+39-030/7438902 ";" ";"+39-030/7438929 ";" " +lieferant ;00505146;"5M s.r.l. ";" ";"Via Desman, 422/2-3 ";" ";"35010 ";"Borgoricco (PD) ";"+39-049/7381180 ";" ";"+39-049/7381181 ";" " +lieferant ;00505147;"LUNIK s.a. ";" ";"Zona Industrial do Cavaco, Apartado 15 ";" ";"4524-909 ";"Santa Maria da Feira ";"+351-256/377 220 ";" ";"+351-256/377 239 ";" " +lieferant ;00505148;"basic-line - Inh. Ursula Zaumsegel ";" ";"Gttendorf 2a ";" ";"07957 ";"Langenwetzendorf ";"036625/21004 ";" ";"036625/21004 ";" " +lieferant ;00505149;"SINA C. KURSCHAT ";"Philip Schmidt e.K. ";"Kruppstrae 1-3 ";" ";"51381 ";"Leverkusen ";"02171/5809444 ";" ";"02171/5809697 ";" " +lieferant ;00505150;"Handelsvertretung Uwe Puffe ";" ";"Markt 52 ";" ";"08412 ";"Werdau ";"0172/4084140 ";" ";"0341/4929737 ";" " +lieferant ;00505151;"Albacete Industrial, S.A. (Sendra Boots)";" ";"C/ Aparadoras, no.3, . Aptado.2 ";" ";"02640 ";"Almansa (Albacete) ";"+34-967/340 508 ";" ";"+34-967/342 013 ";" " +lieferant ;00505152;"MISS3 srl ";" ";"Via Tiburtina 1109/1111 ";" ";"00156 ";"Roma (RM) ";"+39-06/4131247 ";" ";"+39-06/4131380 ";" " +lieferant ;00505153;"BamBam Cloth ";" ";"3/1 Business Drive ";" ";"QLD 4504 ";"Narangba, Queensland ";"+61-7/3293 4472 ";" ";" ";" " +lieferant ;00505154;"TP Vision Germany GmbH ";" ";"Steindamm 96 ";" ";"20099 ";"Hamburg ";"040/2899-1921 ";" ";"040/2899-1547 ";" " +lieferant ;00505155;"URBAN BRANDS GmbH ";" ";"Modering 9, Haus M9, EG R 088 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505156;"Bjrn Borg Sport B.V. ";" ";"Purperhoedenveem 7 ";" ";"1019 HE ";"Amsterdam ";"+31-20/3657848 ";" ";"+31-20/3632566 ";" " +lieferant ;00505157;"Pivot Distribution OHG ";" ";"Brsseler Platz 22 ";" ";"50674 ";"Kln ";"0221/4740812 ";" ";"0221/4740814 ";" " +lieferant ;00505158;"LOTA Nederland ";"ABC Concept & Consultancy House B.V. ";"Industrieweg 10c ";" ";"5145 PV ";"Waalwijk ";"+31-416/567950 ";" ";"+31-416/567951 ";" " +lieferant ;00505159;"D&L Lichtplanung Ulrich Wallmeier ";" ";"Am Papenbusch 5 ";" ";"58708 ";"Menden ";"02373/9692-0 ";" ";"02373/9692-11 ";" " +lieferant ;00505160;"Bedding House B.V. ";" ";"Heereweg 33 A ";"Postbus 135 ";"2161 AC ";"Lisse ";"+31-252/419050 ";" ";"+31-252/412846 ";" " +lieferant ;00505161;"Lovely Planet SAS ";" ";"54 rue Gaston de Flotte ";" ";"13012 ";"Marseille ";"+33-4/86260640 ";" ";"+33-4/86260641 ";" " +lieferant ;00505162;"Hats Company Warenvertriebs ";"GmbH & Co. KG ";"Ob dem Kieserstal 13-17 ";" ";"72461 ";"Albstadt ";"07432/90741-0 ";" ";"07432/23141 ";" " +lieferant ;00505163;"GIM & Ltticke GmbH & Co. KG ";"Getrnke-Industrie Mittelhessen ";"Ziegelhtter Weg 50 ";" ";"34497 ";"Korbach ";"05631/9753-0 ";" ";"05631/9753-455 ";" " +lieferant ;00505164;"NordBlanc Europe GmbH ";" ";"Lilienthalallee 40, MOC, Raum D116 ";" ";"80939 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00505165;"B.S.I. Branded Shoes International GmbH ";" ";"An der Pont 45 ";" ";"40885 ";"Ratingen ";"02102/126955 ";" ";" ";" " +lieferant ;00505166;"Modstrm I/S ";" ";"Strandlodsvej 6b, 2 tv ";" ";"2300 ";"Copenhagen S ";"+45-9811 0892 ";" ";"+45-9811 0897 ";" " +lieferant ;00505167;"Sabine Althoff Handelsagentur ";" ";"Freisenbrock 57 ";" ";"48366 ";"Laer ";"02554/902181 ";" ";"02554/9196017 ";" " +lieferant ;00505168;"Chloe International SAS ";" ";"5-7 avenue Percier ";" ";"75008 ";"Paris ";"+331/44943333 ";" ";"+33-1/53931717 ";" " +lieferant ;00505169;"Fierce Alliance GbR (Unabux) ";" ";"Im Kimmelberg 2 ";" ";"56072 ";"Koblenz ";"0261/94239420 ";" ";"0261/94239421 ";" " +lieferant ;00505170;"Sionyx Sportswear ";"Andrea Kmmerer ";"Edelweistr. 8 ";" ";"82515 ";"Wolfratshausen ";" ";" ";" ";" " +lieferant ;00505171;"Baabuk Sarl ";" ";"Grossholzweg28 ";" ";"3073 ";"Gmlingen ";"0041 78 770 20 99 ";" ";" ";" " +lieferant ;00505172;"P. Flassbeck ";"Lederwaren-Patente ";"Trierer Strae 92 ";" ";"55767 ";"Brcken ";"06782/824 ";" ";"06782/9889255 ";" " +lieferant ;00505173;"Caliber Corporation sprl ";" ";"384/21 rue de la Belle Jardinire ";" ";"4031 ";"Angleur ";"+32-48/7665426 ";" ";" ";" " +lieferant ;00505174;"Petra Deginther ";" ";"Bahrenfelderstrasse 124, Loft Hinterhaus";" ";"22765 ";"Hamburg ";"04037086797 ";" ";" ";" " +lieferant ;00505175;"GBOX Distribution s.r.l. ";" ";"Via S. Ambrogio, 2 ";" ";"42123 ";"Reggio Emilia (RE) ";"+39-0522/327233 ";" ";"+39-0522/560269 ";" " +lieferant ;00505176;"J. E. Schum GmbH & Co. KG ";" ";"Am Stein 2 ";" ";"97080 ";"Wrzburg ";"0931/20012-0 ";" ";"0931/20012-500 ";" " +lieferant ;00505177;"Chemnitzer Kurz- u. Modewaren GmbH ";" ";"Reichsstrae 69a ";" ";"09112 ";"Chemnitz ";" ";" ";" ";" " +lieferant ;00505178;"Nienstedt GmbH & Co. KG ";" ";"Gutenbergstrae 3 ";" ";"28844 ";"Weyhe-Dreye ";" ";" ";" ";" " +lieferant ;00505179;"Martin Kelter Verlag GmbH & Co.KG ";" ";"Mhlenstieg 16-22 ";" ";"22041 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505180;"Heku GmbH ";"Papier und Konsumgter ";"Handelsstrae 1 ";" ";"27374 ";"Visselhvede ";" ";" ";" ";" " +lieferant ;00505181;"Centi Warenhandels GmbH ";" ";"Gewerbestr. 2 ";" ";"65594 ";"Runkel-Dehm ";" ";" ";" ";" " +lieferant ;00505182;"A. Karolak ";" ";"Schottstr. 16 ";" ";"73033 ";"Gppingen ";" ";" ";" ";" " +lieferant ;00505183;"Top Action GmbH & Co. KG ";" ";"Olympiastr. 1 ";" ";"26419 ";"Schortens OT - Roffhausen ";" ";" ";" ";" " +lieferant ;00505184;"Papierverarbeitung Grlitz GmbH ";" ";"Erligheimer Ring 9 ";" ";"02829 ";"Markersdorf ";" ";" ";" ";" " +lieferant ;00505185;"TIB Heyne & Co GmbH ";" ";"Speicher1 Konsul-Schmidt-Str. 8b ";" ";"28217 ";"Bremen ";" ";" ";" ";" " +lieferant ;00505186;"Kalatex Warenvertriebs GmbH ";" ";"Hinterm Teiche 7 ";" ";"07616 ";"Serba-Trotz ";" ";" ";" ";" " +lieferant ;00505187;"Lucchi u.C.s.r.l. ";" ";"Via Dei Oellicciai ";" ";"40050 ";"Funo die Argelato ";" ";" ";" ";" " +lieferant ;00505188;"Lusquinos Rondoshoes Comercio Int. ";" ";"Rua Tenete-Coronel Antonio 1416 ";" ";"4610-213 ";"Felgueiras ";" ";" ";" ";" " +lieferant ;00505189;"Heisler Handelsgesellschaft mbH ";" ";"Veerenkamp 18 ";" ";"21739 ";"Dollern ";" ";" ";" ";" " +lieferant ;00505190;"WWRD United Kingdom Limited ";" ";"Wedgwood Drive ";" ";"ST12 9ER ";"Barlaston ";" ";" ";" ";" " +lieferant ;00505191;"Brumi Calzature S.r.l. ";" ";"Cia del Volta 13 ";" ";"80028 ";"Grumo Nevano ";" ";" ";" ";" " +lieferant ;00505192;"Leuchtwert Service GmbH ";" ";"Gewerbestr. 8 ";" ";"99334 ";"Threy / Ichtershausen ";" ";" ";" ";" " +lieferant ;00505193;"Calzaturificio Maros s.r.l. ";" ";"Via Alpi, N. 13 ";" ";"63813 ";"Monte Vrano ";" ";" ";" ";" " +lieferant ;00505194;"Life Style Xquisit GmbH & Co. KG ";" ";"Heinrich - Heine Str. 5 ";" ";"99423 ";"Weimar ";" ";" ";" ";" " +lieferant ;00505195;"Versilia Calzature S.r.l. ";" ";"Via delle Cannelle 83 ";" ";"55054 ";"Masarosa (Lucca) ";" ";" ";" ";" " +lieferant ;00505196;"Rehab Footwear B.V. ";" ";"Grotestraat 2 ";" ";"5141 ";"HA Waalwijk ";" ";" ";" ";" " +lieferant ;00505197;"de Robert Calzature s.r.l. ";" ";"Via Costania 5 ";" ";"35020 ";"Saonara ( Padova) ";" ";" ";" ";" " +lieferant ;00505198;"Sandro Vicari S.p.A. ";" ";"Via C. Colombo 12 ";" ";"30032 ";"Fiesso d'Artico Venezia ";" ";" ";" ";" " +lieferant ;00505199;"Willibald Bohm GmbH ";" ";"Annaberger Str. 14 ";" ";"09429 ";"Wolkenstein ";" ";" ";" ";" " +lieferant ;00505200;"EFSN Ltd. ";"European Fashion Sales Network ";"Tersteegenstr. 63 ";" ";"40474 ";"Dsseldorf ";"0211/5445145 ";" ";"0211/5445146 ";" " +lieferant ;00505201;"Confezione M.T. s.r.l. ";" ";"Via Curtatone e Montanara, 66-68 ";" ";"50059 ";"Sovigliana - Vinci (FI) ";"+39-0571/500143 ";" ";"+39-0571/901230 ";" " +lieferant ;00505202;"Primus AB ";" ";"Hemvrnsgatan 15 ";"Box 209 ";"171 06 ";"Solna ";"+46 8 564 842 30 ";" ";"+46 8 564 842 40 ";" " +lieferant ;00505203;"BIELA fashion consulting UG. ";" ";"Pestalozzistrae 9 ";" ";"50858 ";"Kln ";"02234/43574-01 ";" ";"02234/42574-02 ";" " +lieferant ;00505204;"Nowadays GmbH ";" ";"Wissmannstrae 18 ";" ";"40219 ";"Dsseldorf ";"0211/30121682 ";" ";"030/443 51 90 99 ";" " +lieferant ;00505205;"Sino Pro Trading Ltd. ";" ";"Central Plaza 3802, Harbour Road 18 ";" ";". ";"Wanchai, Hong Kong ";" ";" ";" ";" " +lieferant ;00505206;"Pranda & Kroll GmbH & Co. KG ";" ";"Ebereschenweg 3 ";" ";"75180 ";"Pforzheim ";"07231/15447-0 ";" ";"07231/15447-25 ";" " +lieferant ;00505207;"Delicate Love LTD ";" ";"Stoopendaalweg 6 ";" ";"3632 JD ";"Loenen aan de Vecht ";"0221/86285582 ";" ";" ";" " +lieferant ;00505208;"Hoffbauer AG ";" ";"Im Achternfeld 3 ";" ";"31542 ";"Bad Nenndorf ";"05723/3012 ";" ";"05723/3014 ";" " +lieferant ;00505209;"Noa Noa GmbH ";" ";"Kaiserswerther Strae 152 ";" ";"40474 ";"Dsseldorf ";"0211/54418077 ";" ";" ";" " +lieferant ;00505210;"Soule Trading ";" ";"Gompenstraat 23b ";" ";"5144 RM ";"Waalwijk ";"+31-0653140232 ";" ";" ";" " +lieferant ;00505211;"Mo-de Line Tekstil San. ve Ihr. Ltd. ";" ";"Cobancesme Cd. Ege Sk. No:18 ";" ";"34406 ";"Kagithane, Istanbul ";"+90-212/3211731 ";" ";"+90-212/-3211832 ";" " +lieferant ;00505212;"STP Clothing ";" ";"Nagar, Bharathi Nagar Thekku ";" ";"64 1687 ";"Thottam, Andipalayam, Tirupur ";" ";" ";" ";" " +lieferant ;00505213;"Ingo Schaubel e.K. (OOZOO) ";" ";"Salzstrae 42 ";" ";"74076 ";"Heilbronn ";"07131/179331 ";" ";"07131/178873 ";" " +lieferant ;00505214;"Shoyeido Incense Co. ";" ";"Karasuma Nijo ";" ";"604-0857 ";"Nakagyo-ku, Kyoto ";"+81-75/212-5590 ";" ";"+81-75/212-5590 ";" " +lieferant ;00505215;"Drift Innovation Ltd. ";" ";"111 Power Road ";" ";"W4 5PY ";"London ";"+44-203/2396923 ";" ";" ";" " +lieferant ;00505216;"Atelier Winkler SAB S.L. ";" ";"Pol. Ind. Vidreres, Subsector B, Nave 5 ";" ";"17411 ";"Vidreres (Girona) ";"+34-934/177801 ";" ";"+34-934/179476 ";" " +lieferant ;00505217;"Rudolf Heumann ";" ";"Josef-Scheidl-Str. 35 ";" ";"85221 ";"Dachau ";" ";" ";" ";" " +lieferant ;00505218;"Norton Sport di Pedevilla Dr.H. & Co snc";" ";"Via Firenze, 6 / Florenzer Strasse 6 ";" ";"39100 ";"Bolzano / Bozen ";"+39-0471/281779 ";" ";"+39-0471/284421 ";" " +lieferant ;00505219;"Hut Weber - Karl Weber ";"Inhaber: Ulf Hackert ";"Juliuspromenade 48 ";" ";"97070 ";"Wrzburg ";"0931/18877 ";" ";"0931/18877 ";" " +lieferant ;00505220;"FGR srl (Franco Russo Napoli) ";" ";"Via Aspromonte, 18 ";" ";"80144 ";"Napoli (NA) ";"+39-081/5430188 ";" ";"+39-081/5430087 ";" " +lieferant ;00505221;"TST T-Shirt-Total GmbH ";" ";"Albert-Einstein-Str. 7 ";" ";"23617 ";"Stockelsdorf ";"0451/409770-10 ";" ";"0451/409770-19 ";" " +lieferant ;00505222;"OXXO design AB ";" ";"Sweden Fashion House, Gteborgsvgen 89 ";" ";"431 30 ";"Mlndal ";"+46-31/7272340 ";" ";"+46-31/7272301 ";" " +lieferant ;00505223;"C.S.I. GmbH & Co. KG ";"Corporate Sports International ";"Untere Ebenung 7 ";" ";"63776 ";"Mmbris / Schimborn ";"06029/999082 ";" ";"06029/999083 ";" " +lieferant ;00505224;"Salvage Is Salvation Ltd ";" ";"115-119 Park Street ";" ";"SS0 7PD ";"Westcliff-on-Sea, Essex ";"+44-7500900891 ";" ";"+44-1702/470903 ";" " +lieferant ;00505225;"Wearit GmbH ";"Lederwarengrohandel ";"Otto-Hahn-Str. 24 ";" ";"63303 ";"Dreieich ";"06103/8703066 ";" ";"06103/9883964 ";" " +lieferant ;00505226;"JCC Ledermoden Vertriebs GmbH ";" ";"Sirnauerstr. 52 ";" ";"73779 ";"Deizisau ";"07153/8329-0 ";" ";"07153/8329-10 ";" " +lieferant ;00505227;"Anson's Herrenhaus Buying GmbH & Co. KG ";" ";"Berliner Allee 2 ";" ";"40212 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505228;"Crumpler Serious GmbH ";" ";"Venloer Strasse 19 ";" ";"50672 ";"Kln ";"0221/94995410 ";" ";"0221/94995411 ";" " +lieferant ;00505229;"SchulzACO Agentur GmbH ";" ";"Josef-Gockeln-Str. 10 ";" ";"40474 ";"Dsseldorf ";"0211/542563-0 ";" ";"0211/542563-26 ";" " +lieferant ;00505230;"MarEl Impex OHG ";" ";"Butzbacher Str. 13 ";" ";"35415 ";"Pohlheim ";"06004/9154167 ";" ";"06004/9154168 ";" " +lieferant ;00505231;"RO enSO ";" ";"Frans Halslaan 29 ";" ";"2182 MH ";"Hillegom ";"+31-621/700498 ";" ";" ";" " +lieferant ;00505232;"BEITA Group ";" ";"28, rue Dussoubs ";" ";"75002 ";"Paris ";"+33-1/42360407 ";" ";"+33-1/42360407 ";" " +lieferant ;00505233;"HBW-Gubesch Kunststoff-Engineering GmbH ";" ";"Bergstrae 34 ";" ";"91489 ";"Wilhelmsdorf ";"09104/82833-527 ";" ";"09104/82833-599 ";" " +lieferant ;00505234;"Vanilla s.c. K. i M. Pastwa ";" ";"ul. Napoleonska 33 ";" ";"94-231 ";"Lodz ";"+48-42/6401787 ";" ";"+48-42/6459363 ";" " +lieferant ;00505235;"Power Lingerie GmbH ";" ";"Am Ullrichsberg 26 ";" ";"68309 ";"Mannheim ";"0621/32898830 ";" ";"0621/32898839 ";" " +lieferant ;00505236;"Modeagentur Inge Rau ";" ";". ";"1201 ";"95145 ";"Oberkotzau ";" ";" ";" ";" " +lieferant ;00505237;"Stockerpoint GmbH ";" ";"Stockerpoint 6 ";" ";"84164 ";"Ottering ";"+49 9427 95150 ";" ";"+49 9427 951515 ";" " +lieferant ;00505238;"Campo Monaco GmbH ";" ";"Helene-Weber-Allee 7 ";" ";"80637 ";"Mnchen ";"089/41874152 ";" ";"089/90900488 ";" " +lieferant ;00505239;"Linea Verde S.A. ";" ";"Chausse de Waterloo 480 ";" ";"1050 ";"Bruxelles ";"+32-2/5371219 ";" ";"+32-2/5371544 ";" " +lieferant ;00505240;"By B s.r.l. ";" ";"Via Leno ";" ";"25021 ";"Bagnolo Mella (BS) ";"+39-0175/289581 ";" ";"+39-0175/750727 ";" " +lieferant ;00505241;"Parabiago Collezioni s.r.l. ";" ";"Via dell'Industria 38-40/C ";" ";"20020 ";"Busto Garolfo (MI) ";"+39-0331/495007 ";" ";"+39-0331/492180 ";" " +lieferant ;00505242;"M. Maurer GmbH ";" ";"Kandlgasse 20 ";" ";"1070 ";"Wien ";"+43-1/5231043 ";" ";"+43-1/5231043-21 ";" " +lieferant ;00505243;"Nici van Galen BV ";" ";"Moeskampweg 20 ";"Postbus 2009 ";"5222 AW ";"'s-Hertogenbosch ";"+31-73/6272755 ";" ";"+31-73/6212396 ";" " +lieferant ;00505244;"rosa & friends GmbH & Co. KG ";" ";"Berner Strae 109 ";" ";"60437 ";"Frankfurt am Main ";"069/50694610 ";" ";" ";" " +lieferant ;00505245;"RP Climbing s.r.o. ";" ";"Hegerova 345 ";" ";"572 01 ";"Policka (Horni Predmesti) ";"+420-326 701 409 ";" ";"+420-326 701 409 ";" " +lieferant ;00505246;"E.G.T.C GbR (HAM Clothing) ";" ";"Brachtenbecker Weg 146 ";" ";"58762 ";"Altena ";"0170/2854812 ";" ";" ";" " +lieferant ;00505247;"B.A.G. S.p.A. ";" ";"Via dell'Industria, 11 ";" ";"63815 ";"Monte S. Pietrangeli (FM) ";"+39-0734/96641 ";" ";"+39-0734/969354 ";" " +lieferant ;00505248;"U.M. Company s.r.l. (UNIFORM) ";" ";"Via Pian della Fonda, 34 ";" ";"50031 ";"Barberino di Mugello (FI) ";"+39-055/8479616 ";" ";"+39-055/8478074 ";" " +lieferant ;00505249;"Tweedmill Textiles Ltd ";" ";"Unit 15, Colomendy Industrial Estate ";" ";"LL16 5TA ";"Denbigh, Denbighshire ";"+49-1745/816777 ";" ";" ";" " +lieferant ;00505250;"D.V. Diffusion s.a.r.l. ";" ";"45, Avenue Victor Hugo, Batiment 235 ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00505251;"Blow Up ";"Inh. Utz Kienle ";"Tbinger Str. 75 ";" ";"71088 ";"Holzgerlingen ";"0151/50609621 ";" ";"07031/745590 ";" " +lieferant ;00505252;"woody wood-o-flex GmbH ";" ";"Mllnern 21 ";" ";"9133 ";"Sittersdorf ";"+43-4237/3105 ";" ";"+43-4237/3105-20 ";" " +lieferant ;00505253;"Shoes.com srl ";" ";"Via Giuseppe di Vittorio, 9 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/893458 ";" ";"+39-0734/893476 ";" " +lieferant ;00505254;"Barker Shoes Ltd ";" ";"Station Road, Earls Barton ";" ";"NN6 0NT ";"Northampton ";"+44-1604/ 810387 ";" ";"+44-1604/812350 ";" " +lieferant ;00505255;"Calzaturificio Franceschetti s.r.l. ";" ";"Via Fermana Nord, 95 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/88706 ";" ";"+39-0734/892998 ";" " +lieferant ;00505256;"Lambert GmbH ";" ";"Konstantinstr. 303 ";" ";"41238 ";"Mnchengladbach ";"02166/8683-0 ";" ";"02166/859638 ";" " +lieferant ;00505257;"People Italia srl ";" ";"Via Cesare Battisti, 2 ";" ";"20122 ";"Milano (MI) ";"+39-0733/539354 ";" ";"+39 0733 1990365 ";" " +lieferant ;00505258;"FIM Group srl ";" ";"Via del Castello, 40/42 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/891912 ";" ";"+39-0734/891550 ";" " +lieferant ;00505259;"uhlala beachwear ";"Inh. Leshea Lewis ";"Belgradstr. 20 ";" ";"80796 ";"Mnchen ";"0174/3296909 ";" ";" ";" " +lieferant ;00505260;"minus as ";" ";"Balticagade 16, hal 3&4 ";" ";"8000 ";"Aarhus C ";"+45-7026 1115 ";" ";" ";" " +lieferant ;00505261;"Guido Maria Kretschmer GmbH ";"Corporate Fashion ";"An der Alten Ziegelei 18 ";" ";"48157 ";"Mnster ";"0251/162520 ";" ";" ";" " +lieferant ;00505262;"Charlie Choe BV ";" ";"De Sonman 28 ";" ";"5066 GJ ";"Moergestel ";"+31 13 5906954 ";" ";" ";" " +lieferant ;00505263;"G.Moda Di Liu Jianhua ";" ";"Via Gora del Pero, 61 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00505264;"PRONTO MODA J & M DI CHEN GUANGBO ";" ";"Via Basilicata 12 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00505265;"Brands Fashion GmbH ";" ";"Mllerstrae 11 ";" ";"21244 ";"Buchholz i.d.N. ";"04181/9422-0 ";" ";" ";" " +lieferant ;00505266;"Belstaff s.r.l. ";" ";"Via Bruno Maderna, 7 - Int. 15 ";" ";"30174 ";"Mestre (VE) ";"+39-02/4237120 ";" ";" ";" " +lieferant ;00505267;"Exota BV (King Louie) ";" ";"Schakelstraat 16 ";"Postbus 3911 ";"1014 AW ";"Amsterdam ";"+31-20/3300062 ";" ";" ";" " +lieferant ;00505268;"Florencia Marco S.L. ";" ";"C/. El Monastil, 46 - Apdo. 27 ";" ";"03600 ";"Elda, Alicante ";"+34-965-390361 ";" ";"+34-965-395758 ";" " +lieferant ;00505269;"LaNui (Henrike Reinecke) ";" ";"Goldbachstrae 9 ";" ";"22765 ";"Hamburg ";"040/32871906 ";" ";"040/38023176 ";" " +lieferant ;00505270;"Miss Goodlife Fashion GmbH & Co. KG ";" ";"Mhlenkamp 6a ";" ";"22303 ";"Hamburg ";"040/84201520 ";" ";"040/53270320 ";" " +lieferant ;00505271;"Hoffmann GmbH & Co. KG ";"Leinenweberei seit 1905 ";"Zittauer Strae 23 ";" ";"01904 ";"Neukirch/Lausitz ";"035951/31524 ";" ";"035951/32051 ";" " +lieferant ;00505272;"Susan Kraus ";" ";"Mhlenkamp 50 ";" ";"22303 ";"Hamburg ";"040/65861450 ";" ";"040/65861450 ";" " +lieferant ;00505273;"Hi5 GmbH Textildruck (Riedstadt) ";" ";"Stockstdter Str. 15 ";" ";"64560 ";"Riedstadt-Goddelau ";"06158/822320 ";" ";"06158/822375 ";" " +lieferant ;00505274;"MTS-Mercado Trade & Services Ltd. ";" ";"Talgrabenstrae 6a ";" ";"70499 ";"Stuttgart ";"0711/87477460 ";" ";"0711/81477461 ";" " +lieferant ;00505275;"Traumwerk (Inh. Ischo Can) ";" ";"Berliner Strae 10 ";" ";"33330 ";"Gtersloh ";"05241/1794975 ";" ";" ";" " +lieferant ;00505276;"Athesis srl ";" ";"Via Boschi, 46 ";" ";"37060 ";"Gazzo Veronese (VR) ";"+39-0442/590097 ";" ";" ";" " +lieferant ;00505277;"Kaemingk B.V. ";" ";"Broekstraat 13 ";"Postbus 7 ";"7122 MN ";"Aalten ";"+31-543/498800 ";" ";"+31-543/473468 ";" " +lieferant ;00505278;"Heinrich Knievel OHG ";" ";"Tpfergrube 5 ";" ";"24113 ";"Kiel ";"0431/686065 ";" ";"0431/687535 ";" " +lieferant ;00505279;"Grace Z. GmbH ";" ";"Frankfurter Str. 70-72 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00505280;"Testrut (DE) GmbH ";" ";"Am Elsholz 2 ";" ";"16766 ";"Kremmen ";"033055/89-0 ";" ";"033055/89-290 ";" " +lieferant ;00505281;"NOOSA Amsterdam B.V. ";" ";"Johan van Hasseltweg 26A ";" ";"1022 WV ";"Amsterdam ";"+31-20/8202320 ";" ";"+31-20/6367989 ";" " +lieferant ;00505282;"Regina srl ";" ";"Via Del Sostegno, 20 ";" ";"40131 ";"Bologna (BO) ";"+39-051/6348282 ";" ";"+39-051/6343320 ";" " +lieferant ;00505283;"No Ordinary Designer Label Ltd ";" ";"6A St Pancras Way ";" ";"NW1 0TB ";"London ";" ";" ";" ";" " +lieferant ;00505284;"No Ordinary Shoes Ltd ";" ";"The Pentland Centre, Squires Lane ";" ";"N3 2QL ";"Finchley, London ";"+44-20/83462600 ";" ";"+44-20/89762391 ";" " +lieferant ;00505285;"Alex Begg & Company ";"A Division of Moorbrook Textiles Ltd. ";"17 Viewfield Road ";" ";"KA8 8HJ ";"Ayr, Ayrshire, Scotland ";"+44-1292/267615 ";" ";"+44-1292/269510 ";" " +lieferant ;00505286;"SC Paderborn e.V. ";" ";"Paderborner Strae 89 ";"6324 ";"33104 ";"Paderborn ";"05251/877-1907 ";" ";"05251/877-1999 ";" " +lieferant ;00505287;"SPORT CROLL Torsten Croll e.K. ";" ";"Willy-Brandt-Platz 1 ";" ";"42859 ";"Remscheid ";"02191/662568 ";" ";"029191/662541 ";" " +lieferant ;00505288;"Katwil-London GmbH ";" ";"Frankfurter Str. 70-72 ";" ";"65760 ";"Eschborn ";"06196/481648 ";" ";"06196/482913 ";" " +lieferant ;00505289;"Just Fashion GmbH ";" ";"Paul-Seydel-Str. 13 ";" ";"09212 ";"Limbach-Oberfrohna ";"03722/6002-157 ";" ";"03722/51847-29 ";" " +lieferant ;00505290;"Calvin Klein Europe B.V. ";" ";"Danzigerkade 165 ";" ";"1013 AP ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505291;"Kardesler Textil Steinfurt e.K. ";" ";"Bleichereistrae 12 ";" ";"48565 ";"Steinfurt ";"02552/9958346 ";" ";" ";" " +lieferant ;00505292;"Sovrano GmbH ";" ";"Schmiedestr. 34 ";" ";"47055 ";"Duisburg ";"0203/6010898 ";" ";"0203/6010899 ";" " +lieferant ;00505293;"Fru.it srl ";" ";"Via della Cooperazione, 25/27/29 ";" ";"63821 ";"Porto SantElpidio (FM) ";"+39-0734/901802 ";" ";"+39-0734/909636 ";" " +lieferant ;00505294;"World of Discovery GmbH ";" ";"Lietzenseeufer 8 ";" ";"14057 ";"Berlin ";"030/51632362 ";" ";" ";" " +lieferant ;00505295;"Artwell Knitting & Garment Factory Ltd. ";" ";"Ind. Buildi, 77 Hoi Yuen Road ";" ";". ";"Kwonloon ";" ";" ";" ";" " +lieferant ;00505296;"D&S Mode GmbH ";" ";"Teutonenstr. 1 ";" ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505297;"Viazoni Textil GmbH ";" ";"Heckerswiesenstrae 6 ";" ";"34121 ";"Kassel ";"0561/93715346 ";" ";"0561/93715347 ";" " +lieferant ;00505298;"peppa grace ";"Steffi Plikat ";"Vrn Barkholt 20a ";" ";"22359 ";"Hamburg ";"0151/21275053 ";" ";"040/64426194 ";" " +lieferant ;00505299;"J. Moreira Lda ";" ";"Rua A. J. Fonseca Moreira, 525 - Ap. 30 ";" ";"4611-909 ";"Felgueiras ";"+351-255 310 280 ";" ";"+351-255 310 280 ";" " +lieferant ;00505300;"IPHORIA Design GmbH ";" ";"Brunnenstr. 114 ";" ";"13355 ";"Berlin ";" ";" ";" ";" " +lieferant ;00505301;"Kelly Asia Ltd. ";" ";"89 Queensway ";" ";". ";"Admiralty, Hong Kong ";" ";" ";" ";" " +lieferant ;00505302;"Designers Agenda ApS ";" ";"Marienlunds All 4 ";" ";"7430 ";"Ikast ";" ";" ";" ";" " +lieferant ;00505303;"Copa Bana UG ";" ";"In der Rohde 15 ";" ";"44869 ";"Bochum ";" ";" ";" ";" " +lieferant ;00505304;"Sea to Summit GmbH ";" ";"Sulinger Strae 1 ";" ";"27239 ";"Twistringen ";"02131/1538369 ";" ";"02131/1538378 ";" " +lieferant ;00505305;"Gruppo M.G. S.R.L. ";" ";"Via del lavoro, 377/A ";" ";"40014 ";"Crevalcore (BO) ";"+39-051/982689 ";" ";"+39-051/980396 ";" " +lieferant ;00505306;"CoLibri System GmbH & Co.KG ";" ";"Hansaallee 38 ";" ";"40547 ";"Dsseldorf ";"0211/41604940 ";" ";"0211/41604945 ";" " +lieferant ;00505307;"Otto Flemmich KG ";" ";"Lamezanstrasse 13 ";" ";"1230 ";"Wien ";" ";" ";" ";" " +lieferant ;00505308;"Valentinos Tanja Schmitt ";" ";"Sulzgrieser Strae 118 ";" ";"73733 ";"Esslingen ";"0711/3706654 ";" ";"0711/3706655 ";" " +lieferant ;00505309;"Romy Hubegger GmbH ";" ";"Franzosengraben 11a ";" ";"1030 ";"Wien ";" ";" ";" ";" " +lieferant ;00505310;"Gordon & Bros. GmbH ";" ";"Am Zollhafen 13 ";" ";"41460 ";"Neuss ";"02131 367 695 8 ";" ";" ";" " +lieferant ;00505311;"Exact Textilhandels GmbH ";" ";"Neckarstrae 15 ";" ";"41836 ";"Hckelhoven ";"02433/52679-0 ";" ";"02433/52679-55 ";" " +lieferant ;00505312;"Brockstores GmbH ";" ";"Tuerkenstr. 47 ";" ";"80799 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00505313;"El K'Pony UG ";" ";"Sandweg 6HH ";" ";"60316 ";"Frankfurt Main ";" ";" ";" ";" " +lieferant ;00505314;"United Brands 24 GmbH ";" ";"Martin-Luther-King-Strae 24 ";" ";"63452 ";"Hanau ";"06181/3642-0 ";" ";"06181/3642-100 ";" " +lieferant ;00505315;"Ress-Kutschen GmbH ";" ";"Gulbranssonstr. 15 ";" ";"97525 ";"Schwebheim ";"09732 / 7044 ";" ";" ";" " +lieferant ;00505316;"Body Touch GmbH ";" ";"Haus A/6, Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505317;"Arte GmbH Kerzen & Accessoires ";" ";"Sallstrae 38 ";" ";"74635 ";"Kupferzell-Mangoldsall ";"07944/942023-0 ";" ";"07944/942023-9 ";" " +lieferant ;00505318;"PM Modeagentur ";"Jost Petra & Drai Ren GbR ";"Lilienthalallee 5 ";" ";"80887 ";"Mnchen ";"089/284068 ";" ";"089/284060 ";" " +lieferant ;00505319;"Modeagentur Gtz Hammer ";" ";"Am Ziegelacker 28 ";" ";"74199 ";"Unterheinriet ";" ";" ";" ";" " +lieferant ;00505320;"Joyhair ";" ";"Frstenplatz 2 ";" ";"40215 ";"Dsseldorf ";"0211/30154888 ";" ";"0211/30154889 ";" " +lieferant ;00505321;"Mikabel Bags BV ";" ";"Strootsweg 30 ";"277 ";"7547 RW ";"Enschede ";"+31-053/4802370 ";" ";"+31-053/4802369 ";" " +lieferant ;00505322;"5-Star Royal Moda ";"di Bao Xiuli ";"Via Veneto 15 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00505323;"Schuble Service GmbH ";" ";"Nachtwaid 8 ";" ";"79206 ";"Breisbach ";" ";" ";" ";" " +lieferant ;00505324;"Braxton Import B.V. ";"Braxton Home Collection ";"Satellietbaan 5 ";" ";"2181 MG ";"Hillegom ";"+31-252/530707 ";" ";"+31-252/530002 ";" " +lieferant ;00505325;"Valmour sarl ";" ";"Carrefour de Lombre ";" ";"15320 ";"Magnac Lavalette ";"+33-5 45 70 80 80 ";" ";"+33-5 45 91 03 22 ";" " +lieferant ;00505326;"Reima ";" ";"PL 26 (Jmintie 14) ";" ";"38701 ";"Kankaanp ";"+358257827172 ";" ";" ";" " +lieferant ;00505327;"Dieter Pardemann-Modevertrieb ";" ";"Ullsteinstr. 118, Raum 3107 ";" ";"12109 ";"Berlin ";"030/70093930 ";" ";"030/70093940 ";" " +lieferant ;00505328;"Horse Center Holland B.V. ";" ";"Rijn 12 ";" ";"2491 BG ";"Den Haag ";"+31-70/3206062 ";" ";"+31-70/3208389 ";" " +lieferant ;00505329;"Hamaki-Ho ";"Gruppo GGM Italia srl ";"Interporto Campano lotto C A4-A5 ";" ";"80035 ";"Nola ";" ";" ";" ";" " +lieferant ;00505330;"Peter Jckel ";"Kommunikationssysteme ";"Borsigstr. 5 ";" ";"31061 ";"Alfeld ";" ";" ";" ";" " +lieferant ;00505331;"Amicalo GmbH ";" ";"Hartwicusstrae 2 ";" ";"22087 ";"Hamburg ";"040/28095284-45 ";" ";"040/49219035 ";" " +lieferant ;00505332;"Design im Dorf 25 Stefan Spitz GmbH ";" ";"Dorfstrae 15 ";" ";"79872 ";"Bernau i. Schw. ";"07675/9238-38 ";" ";"07675/9238-39 ";" " +lieferant ;00505333;"Rolf Bunte Handelsvertretungen CDH ";" ";"Papageienweg 1B ";" ";"21365 ";"Adendorf ";"04131 189 602 ";" ";"04131 189 670 ";" " +lieferant ;00505334;"Euretco Label Company GmbH ";" ";"Siemensstrae 31 ";" ";"47533 ";"Kleve ";"02821/9794603 ";" ";"+31-33/2532299 ";" " +lieferant ;00505335;"Spreefabrik GmbH ";" ";"Platanenallee 28 ";" ";"14050 ";"Berlin ";"030/300969-10 ";" ";" ";" " +lieferant ;00505336;"Tradeworkers GmbH ";" ";"Schloss Seefeld - Schlosshof 14 ";" ";"82229 ";"Seefeld a. Pilsensee ";"08152/9931-59 ";" ";"08152/9931-49 ";" " +lieferant ;00505337;"Stand By GmbH ";" ";"Karl-Weinmair-Strasse 8 ";" ";"80807 ";"Mnchen ";"+49 . (0)89 . 3571 8899 ";" ";"+49 . (0)89 . 3509 6677 ";" " +lieferant ;00505338;"WAYUUU M. Reza Zaman Daraei ";" ";"Niedersachsenstr. 86 ";" ";"21255 ";"Tostedt ";"04182/8069-200 ";" ";"04182/8069-393 ";" " +lieferant ;00505339;"D'Aniello di D'Aniello Elena & C. s.n.c.";" ";"Via Campo di Marte, 20 ";" ";"52100 ";"Arezzo (AR) ";"+39-0575/1657768 ";" ";"+39-0575/1656919 ";" " +lieferant ;00505340;"Colours & Sons GmbH ";" ";"Alsstrae 166 ";" ";"41063 ";"Mnchengladbach ";"02161/56745-0 ";" ";"02161/56745-29 ";" " +lieferant ;00505341;"Freemark Enterprises GmbH ";" ";"Seestrasse 78 ";" ";"8703 ";"Erlenbach ";"+41-44/54290-70 ";" ";"+41-44/54290-73 ";" " +lieferant ;00505342;"Valia Handels GmbH ";" ";"Ludwig-Erhard-Str. 23 ";" ";"61440 ";"Oberursel ";"06171/2845086 ";" ";"06171/2871732 ";" " +lieferant ;00505343;"TK Fashion & Consulting ";" ";"Hauptstr. 9 ";" ";"97456 ";"Dittelbrunn ";" ";" ";" ";" " +lieferant ;00505344;"ABC Commerz Ges.m.b.H. ";" ";"Mllner Hauptstrae 1 ";" ";"5020 ";"Salzburg ";"+43-662/442442 ";" ";"+43-662/442442-44 ";" " +lieferant ;00505345;"Panara Duitsland B.V. ";"Ernst van Paridon ";"Hntroper Strae 40 ";" ";"44869 ";"Bochum ";"02327/835955 ";" ";"02327/994663 ";" " +lieferant ;00505346;"Rubin GmbH & Co. KG ";" ";"Robert-Koch-Strae 19 ";" ";"65191 ";"Wiesbaden ";"069/89990-339 ";" ";"069/89990-556 ";" " +lieferant ;00505347;"Seil Marschall GmbH ";" ";"Obere-Breite-Str. 32 ";" ";"88212 ";"Ravensburg ";"07524/4000-0 ";" ";"07524/4000-50 ";" " +lieferant ;00505348;"DC Shoes Europe Emerald Coast SAS ";" ";"ZI de Jalday, 162 Rue Belharra ";" ";"64500 ";"St. Jean de Luz ";"+33-5/59515757 ";" ";" ";" " +lieferant ;00505349;"Brbel Rler (Handgemachtes) ";" ";"Hohenbrunner Str. 36b ";" ";"85579 ";"Neubiberg ";"0173/9872142 ";" ";" ";" " +lieferant ;00505350;"Calcado Tropico Lda. (Perlato) ";" ";"R. das Pedreiras, 492 ";" ";"4405-805 ";"Vilar do Paraiso ";"+351-228/323954 ";" ";"+351-228/300257 ";" " +lieferant ;00505351;"ARTline Edition GmbH ";" ";"Steiglehnerstr. 7 ";" ";"85051 ";"Ingolstadt ";"0841/9315781 ";" ";"0841/9319708 ";" " +lieferant ;00505352;"Milor SpA ";" ";"Via Dei Gracchi, 35 ";" ";"20146 ";"Milano (MI) ";"+39-02/809061 ";" ";" ";" " +lieferant ;00505353;"Nero Giardini BAG SpA ";" ";"Via dell'Industria, 11 ";" ";"63815 ";"Monte S. Pietrangeli (FM) ";" ";" ";" ";" " +lieferant ;00505354;"MA.GI srl ";" ";"Via Diaz, 35 ";" ";"48121 ";"Ravenna (RA) ";"+39-0544/928249 ";" ";"+39-0544/932154 ";" " +lieferant ;00505355;"TTC Textile & Trade Company GmbH ";" ";"Eppendorfer Weg 57 A ";" ";"20259 ";"Hamburg ";"040/61163948 ";" ";"040/61163969 ";" " +lieferant ;00505356;"Selam Inc. Distribution (Cem Cil) OBEY ";" ";"Rechener Str. 2A ";" ";"44787 ";"Bochum ";"0234/91799159 ";" ";"0234/9117431 ";" " +lieferant ;00505357;"Yippie Hippie GmbH ";" ";"Katharinenstr. 9-11 ";" ";"72764 ";"Reutlingen ";"07121/3811997 ";" ";"07121/411869 ";" " +lieferant ;00505358;"Vung Vung s.a.s.u. (MUCHALINDA) ";" ";"203, avenue du parc des myrtes ";" ";"83700 ";"Saint-Raphael ";"+33-4 94 40 62 36 ";" ";" ";" " +lieferant ;00505359;"Koral Industries, LLC ";" ";"5524 Alcoa Avenue ";" ";"90058 ";"Vernon, CA ";" ";" ";" ";" " +lieferant ;00505360;"Nile Clothing AG ";" ";"Hauptstrasse 33 ";" ";"2572 ";"Sutz ";"+41-32/39700-80 ";" ";"+41-32/39700-88 ";" " +lieferant ;00505361;"WHITE WISP GmbH & Co. KG ";" ";"Karl-Maag Str. 4 ";" ";"93155 ";"Hemau ";"09491/95417-34 ";" ";"09491/95417-35 ";" " +lieferant ;00505362;"PRAIO srl ";" ";"Via Revine, 2 ";" ";"30027 ";"San Dona di Piave (VE) ";"+39-042/11774633 ";" ";" ";" " +lieferant ;00505363;"Rhino GmbH ";" ";"Wiebestr. 12-18 ";" ";"10553 ";"Berlin ";"030/60985387-0 ";" ";"030/60985387-9 ";" " +lieferant ;00505364;"Heiko Wunder (wunderwerk consulting) ";" ";"Ackerstr. 133 ";" ";"40233 ";"Dsseldorf ";"0173/2626972 ";" ";" ";" " +lieferant ;00505365;"A. Boss + Co AG (ABC Glckwunschkarten) ";" ";"Grubenstrasse 22 ";" ";"3322 ";"Schnbhl ";"+41-31/8596111 ";" ";"+41-31/8592985 ";" " +lieferant ;00505366;"Sde Societe De Distributions Exclusives ";" ";"13 rue du Marechal Lefebvre ";" ";"67100 ";"Strasbourg ";"+33-388/795499 ";" ";" ";" " +lieferant ;00505367;"Frontline Apparel Ltd ";" ";"Unit 14, Aerodrome Close, ";" ";"LE11 5RJ ";"Loughborough, Leicestershire ";"+44-1509/262320 ";" ";"+44-1509/211487 ";" " +lieferant ;00505368;"Refuel Global Brand Ltd ";" ";"Building 256, Westcott Venture Park ";" ";"HP18 0XB ";"Westcott, Aylesbury, Bucks ";" ";" ";" ";" " +lieferant ;00505369;"T.K. Mode Inh. Mohammad Sadiq ";" ";"Otto-Hahn-Str. 17 ";" ";"63303 ";"Dreieich ";"06103/9956756 ";" ";"06103/9954676 ";" " +lieferant ;00505370;"All About Scarfs GmbH ";" ";"Wiesenstr. 51 ";" ";"40549 ";"Dsseldorf ";"0211/23920439 ";" ";" ";" " +lieferant ;00505371;"Atlantis Accessories GmbH ";" ";"Oranienburger Str. 23 ";" ";"10178 ";"Berlin ";"030/789577-40 ";" ";"030/789577-42 ";" " +lieferant ;00505372;"Raschid Kartiou (Regenschirme24.de) ";" ";"btissinsteig 11 ";" ";"45276 ";"Essen ";"0201/7269428 ";" ";"0201/7269429 ";" " +lieferant ;00505373;"Universal Denim GmbH ";" ";"Wasserstrae 10 ";" ";"58636 ";"Iserlohn ";"02371/9729331 ";" ";"02371/9729332 ";" " +lieferant ;00505374;"LIMITI srl ";" ";"Via Fogazzaro, 3 - Z.I. ";" ";"70043 ";"Monopoli (BA) ";"+39-080/9303891 ";" ";"+39-080/9303907 ";" " +lieferant ;00505375;"Jack Kinsky GmbH ";" ";"Philipp-Reis-Strae 14 ";" ";"31137 ";"Hildesheim ";"05121/2062933 ";" ";"05121/2062950 ";" " +lieferant ;00505376;"Depeche & Co ApS ";" ";"Ove Jensens Alle 33 ";" ";"8700 ";"Horsens ";"0177/7437101 ";" ";" ";" " +lieferant ;00505377;"Yab Yum Clothing Cp. ApS ";" ";"Birkemosevej 16 ";" ";"6000 ";"Kolding ";"+45-7553 6666 ";" ";"+45-7553 6218 ";" " +lieferant ;00505378;"Steven-K Germany GmbH ";" ";"Kaiserwerther Str. 144 ";" ";"40474 ";"Dsseldorf ";"0211/98434185 ";" ";"0211/98434186 ";" " +lieferant ;00505379;"Hallhuber GmbH ";" ";"Taunusstrae 49 ";" ";"80807 ";"Mnchen ";"0711/12012210 ";" ";" ";" " +lieferant ;00505380;"Modern Line Media & Design GmbH ";" ";"Zettachring 8A ";" ";"70567 ";"Stuttgart ";"0711/49097-182 ";" ";"0711/49097-207 ";" " +lieferant ;00505381;"Industries Sportswear Company S.p.A. ";" ";"Via Morimondo, 23/25 ";" ";"20143 ";"Milano (MI) ";"+39-049/9323111 ";" ";"+39-049/9386658 ";" " +lieferant ;00505382;"Fashion Roomers GmbH ";" ";"B1, Bennigsen-Platz 1 ";" ";"40474 ";"Dsseldorf ";"0211/54234888 ";" ";"0211/54234889 ";" " +lieferant ;00505383;"Its organic Handels GmbH ";" ";"Bahnhofstrae 17 ";" ";"82327 ";"Tutzing ";"+49 8158 9049777 ";" ";" ";" " +lieferant ;00505384;"C&S s.r.l. (haikure) ";" ";"Via Verna, 51 ";" ";"06019 ";"Umbertide (PG) ";" ";" ";" ";" " +lieferant ;00505385;"plus H Uwe Schier e.K. ";" ";"Ahornstrae 59 ";" ";"08525 ";"Plauen ";" ";" ";" ";" " +lieferant ;00505386;"Jenifer Fashion GmbH (ACCIRES) ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/1511687 ";" ";"02131/1511731 ";" " +lieferant ;00505387;"Silvio Import&Export GmbH ";" ";"Anton-Kux-Str. 2, Raum A012 ";" ";"41460 ";"Neuss ";"02131/3661968 ";" ";"02131/3661966 ";" " +lieferant ;00505388;"Street Uhrenhandelsges.m.b.H. ";" ";"Karfreitstr. 9 ";" ";"9020 ";"Klagenfurt am Wrthersee ";"+43-463/500592 ";" ";"+43-463/500592-40 ";" " +lieferant ;00505389;"Just Trends GmbH ";" ";"Krummhakstr. 24 ";" ";"47053 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00505390;"La Societe srl (BOB) ";" ";"Via Delle Case Nuove, 58 ";" ";"59100 ";"Prato (PO) ";"+39-0574/818643 ";" ";"+39-0574/668847 ";" " +lieferant ;00505391;"Longchamp SAS ";" ";"12, rue Saint Florentin ";" ";"75001 ";"Paris ";" ";" ";" ";" " +lieferant ;00505392;"Carma S.r.l. ";" ";"Zona Industriale IV Strada 9 ";" ";"30032 ";"Fiesso d'Artico (VE) ";"+39-349/5680333 ";" ";"+39-049/503333 ";" " +lieferant ;00505393;"Moving Adventures Medien GmbH ";" ";"Thalkirchner Strae 58 ";" ";"80337 ";"Mnchen ";"089/383967-80 ";" ";"089/383967-40 ";" " +lieferant ;00505394;"Matthias Kloppenborg GmbH (Hirsch Natur)";"Strumpf- und Strickwaren-Fabrik ";"Knigstrae 43 ";" ";"48366 ";"Laer ";"02554/317 ";" ";"02554/341 ";" " +lieferant ;00505395;"WOW ApS (State of Wow) ";" ";"Filmbyen 16 ";" ";"2650 ";"Hvidovre ";"+45-3393 9050 ";" ";" ";" " +lieferant ;00505396;"SPLB sarl ";" ";"106 Boulevard Sebastopol ";" ";"75003 ";"Paris ";"+33-9/83593766 ";" ";" ";" " +lieferant ;00505397;"Brakkies Kids Shoes B.V. (Van Gastel) ";" ";"Engelstraat 4 ";"P.O. Box 54 ";"5171 DW ";"Kaatsheuvel ";"+ 31-416/273 851 ";" ";" ";" " +lieferant ;00505398;"Eichholtz B.V. ";" ";"Delfweg 52 ";" ";"2211 VN ";"Noordwijkerhout ";" ";" ";" ";" " +lieferant ;00505399;"Obst-Krbchen Bad Nauheim ";" ";"Anemonenweg 8 ";" ";"61231 ";"Bad Nauheim ";" ";" ";" ";" " +lieferant ;00505400;"Shapewear Europe BV ";" ";"Oosterweg 1 ";" ";"1619 ";"AC Andijk ";" ";" ";" ";" " +lieferant ;00505401;"Airmici Designprodukte Handels GmbH ";" ";"Wallgasse 21/11 ";" ";"1060 ";"Wien ";" ";" ";" ";" " +lieferant ;00505402;"Art-Natur UG ";" ";"Ringstr. 17a ";" ";"85646 ";"Anzing ";" ";" ";" ";" " +lieferant ;00505403;"Cronus Mnchen UG ";" ";"Hechinger Str. 137 ";" ";"72108 ";"Rottenburg ";" ";" ";" ";" " +lieferant ;00505404;"MJ Steps GmbH ";" ";"Austrasse 15 ";" ";"8604 ";"Volketswil ";" ";" ";" ";" " +lieferant ;00505405;"Agentur Schmidberger ";" ";"Eschenstr. 1 ";" ";"4484 ";"Kronstorf ";" ";" ";" ";" " +lieferant ;00505406;"Gerald Hampel und Marion Schfer OHG ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00505407;"Buscher Textil Service GmbH ";" ";"Enschedestr. 13-15 ";" ";"48529 ";"Nordhorn ";" ";" ";" ";" " +lieferant ;00505408;"Lundhags Skomakama AB ";" ";"BOX 29 ";" ";"83005 ";"Jrpen ";" ";" ";" ";" " +lieferant ;00505409;"Hunter Boot Ltd ";" ";"36 Melville Street ";" ";"EH3 7HA ";"Edinburgh ";"+44-131/240-3672 ";" ";"+44-131/240-3673 ";" " +lieferant ;00505410;"Tom Kerk Srl ";" ";"Lipari 14 ";" ";"36100 ";"Vicenza ";" ";" ";" ";" " +lieferant ;00505411;"Sportsmarketwatch Werner Habermehl ";"und Sabine Weigerber ";"Schuppstr. 45 ";" ";"65191 ";"Wiesbaden ";"0611/9544000 ";" ";"0611/9544141 ";" " +lieferant ;00505412;"H. Remmert Lederwaren GmbH & Co. KG ";" ";"Kampstr. 72 ";" ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00505413;"LM Deutschland GmbH ";" ";"Kaiser Wilhelm Ring 14 ";" ";"40545 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505414;"Noitex s.r.l. ";" ";"Via Carlo Alberto dalla Chiesa, 1 ";" ";"37060 ";"Mozzecane (VR) ";"+39-045/6340034 ";" ";"+39-045/6340116 ";" " +lieferant ;00505415;"Litre LTD ";" ";"38 Tai Kok Tsui Road, New Kowloon Plaza ";" ";"1110 ";"Hong Kong ";" ";" ";" ";" " +lieferant ;00505416;"Latittude Femme srl ";" ";"Via Antonio Pacinotti, 6 ";" ";"56029 ";"Santa Croce Sull'arno (PI) ";"+39-0571/46792814 ";" ";"+39-0571/457939 ";" " +lieferant ;00505417;"G.P.B. Group Milano ";" ";"Via Machesella 32 ";" ";"80014 ";"Guilano in Campania )NA) ";" ";" ";" ";" " +lieferant ;00505418;"Solare S.r.l. ";" ";"Via del Castello, sch ";" ";"63812 ";"Monte Granaro ";" ";" ";" ";" " +lieferant ;00505419;"Pedro Miralles S.L. ";" ";"Sor Josefa Alcorta, 33 ";" ";"03204 ";"Elche (Alicante) ";"+34-966/630 911 ";" ";"+34-966/631619 ";" " +lieferant ;00505420;"Beach House B.V. ";" ";"Einsteinweg 35a ";" ";"3752 LW ";"Bunschoten Spakenburg ";"+31-33/29974-60 ";" ";"+31-33/29974-61 ";" " +lieferant ;00505421;"Fortunato O. Frederico & Ca Lda ";" ";"Rua 24 de Junho, 45 Penselo Apartado 151";" ";"4800-128 ";"Guimaraes ";"+351-253/559-140 ";" ";"+351-253/559-815 ";" " +lieferant ;00505422;"Zebra Shoes s.l. ";" ";"Ctra. De Leon Km. 2, Ptda. Algoros, 2-50";" ";"03293 ";"Elche ";"+34-96/8655002 ";" ";"+34-96/6634803 ";" " +lieferant ;00505423;"J. & R. Underwear, Zaccini ";" ";"Am Hnengrab 1 ";" ";"21509 ";"Glinde ";"040/7104516 ";" ";" ";" " +lieferant ;00505424;"Hamm Footwear GmbH ";" ";"Am Huxmhlenbach 4 ";" ";"49084 ";"Osnabrck ";"+49 541 20025 275 ";" ";"+49 541 20025 493 ";" " +lieferant ;00505425;"Wilde Cosmetics GmbH ";" ";"Rheingaustr. 19 a ";" ";"65375 ";"Oestrich-Winkel ";"06723/6020-0 ";" ";"06723/6020-15 ";" " +lieferant ;00505426;"Filius Zeitdesign GmbH & Co. KG ";" ";"Kuckucksweg 55 ";" ";"33607 ";"Bielefeld ";"0521/92825-11 ";" ";"0521/92825-33 ";" " +lieferant ;00505427;"Laura Ott ";" ";"Hohe Weide 80 ";" ";"20253 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505428;"Deckenkunst Manufaktur, Petra Jakob ";" ";"Richard-Wagner-Str. 12 ";" ";"86444 ";"Affing ";"08207/959417 ";" ";" ";" " +lieferant ;00505429;"BBT-Trade ";"Ayhan Yalcin ";"Halberstdter Str. 19a ";" ";"33106 ";"Paderborn ";"05251/41761-60 ";" ";"05251/41761-89 ";" " +lieferant ;00505430;"Kido S.L. ";" ";"Beniarbeig , n11 - 5 ";" ";"03015 ";"Alicante ";" ";" ";" ";" " +lieferant ;00505431;"Crocus Mnchen UG ";" ";"Hechingerstr. 137 ";" ";"72108 ";"Rottenburg ";"07472/9485449 ";" ";"07472/8065 ";" " +lieferant ;00505432;"Star Mela Ltd. ";" ";"Unit 5, Stephendale Yard, Stephendale Rd";" ";"SW6 2LR ";"London ";" ";" ";" ";" " +lieferant ;00505433;"Rosee di Claudia Camarlinghi ";" ";"Via A. Landucci, 24/A ";" ";"50055 ";"Lastra a Signa (FI) ";"+39-055/8724664 ";" ";"+39-055/8727336 ";" " +lieferant ;00505434;"2 Gether Fashion BV ";" ";"Anthonetta Kuijlstraat 46 ";" ";"3066 GS ";"Rotterdam ";"+31-10/4211700 ";" ";"+31-10/4210361 ";" " +lieferant ;00505435;"Lindsay Mode GmbH ";"Lindsay Mode ";"Max-Planck-Str. 7 ";" ";"63303 ";"Dreieich ";"06103/2023014 ";" ";" ";" " +lieferant ;00505436;"Eskitex AG ";" ";"Turmstrae 11 ";" ";"78467 ";"Konstanz ";"07531 5848305 ";" ";"07351 5848307 ";" " +lieferant ;00505437;"Mekstone Textilhandels GmbH ";" ";"Modecenter Strasse 22, EG 17-19 ";" ";"3100 ";"Wien ";"+43-1/798-2767 ";" ";"+43-1/798-4090 ";" " +lieferant ;00505438;"Sophie StrickMann UG ";" ";"Dollbergstrae 16 ";" ";"54422 ";"Neuhtten ";" ";" ";" ";" " +lieferant ;00505439;"Pegador Fashion GmbH ";" ";"Johanniterstrae 51 ";" ";"48565 ";"Steinfurt ";"0151/40714419 ";" ";" ";" " +lieferant ;00505440;"findeGesundheit.de GmbH ";" ";"Sonnenwall 24 ";" ";"47051 ";"Duisburg ";"0203/36356888 ";" ";"0203/36359255 ";" " +lieferant ;00505441;"Bekleidungshaus Peter Ruths OHG ";" ";"Kaiserstrae 5-7 ";" ";"61169 ";"Friedberg ";"06031/1619840 ";" ";"06031/91534 ";" " +lieferant ;00505442;"Caravell Home Decor B.V. (Ralph Smits) ";" ";"Beatrixlaan 17 ";" ";"3941 EE ";"Doorn ";"+31-34/3533301 ";" ";" ";" " +lieferant ;00505443;"Vinnemeier Textil- und Schuhimport GmbH ";" ";"Graswinkel 29 ";" ";"33397 ";"Rietberg ";"02944/9730-0 ";" ";"02944/9730-30 ";" " +lieferant ;00505444;"Nova sport [swiss] ag ";" ";"Zinggenstrasse 4 ";" ";"8853 ";"Mollis ";"+41 (0)55 622 22 11 ";" ";"Fax: +41 (0)55 622 26 33 ";" " +lieferant ;00505445;"Toms Emea BV ";" ";"Danzigerkade 13F ";" ";"1013 AP ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505446;"familienCult GmbH & Co. KG ";" ";"Engerserstrae 18 ";" ";"56564 ";"Neuwied ";"02631/946666 ";" ";"02631/946667 ";" " +lieferant ;00505447;"Stylejunky Fashion GmbH ";" ";"Wiesenstrae 51 ";" ";"40549 ";"Dsseldorf ";"0211/575808 ";" ";"0211/5570775 ";" " +lieferant ;00505448;"deBrune ";" ";"Kaiserswerther Strae 228 ";" ";"40474 ";"Dsseldorf ";"0211/4172-0184 ";" ";"0211/4172-0184 ";" " +lieferant ;00505449;"Pashmina S.r.l. ";" ";"Via Luccoli 29/1 ";" ";"16123 ";"Genova ";" ";" ";" ";" " +lieferant ;00505450;"Fintex S.r.l. ";" ";"Via Rainusso 144 ";" ";"41100 ";"Modena ";" ";" ";" ";" " +lieferant ;00505451;"Glenna ";" ";"Heleeker 5 ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00505452;"Stylewise (UK ) LTD ";" ";"Asbury Works, Gordon Road, Pottery Lane ";" ";"M12 5AD ";"Manchester ";" ";" ";" ";" " +lieferant ;00505453;"herrensache GmbH ";" ";"Maria-Louisen-Strae 8 ";" ";"22301 ";"Hamburg ";"040/648814-88 ";" ";"040/648814-90 ";" " +lieferant ;00505454;"SALTO Modevertrieb ";"Inh. Thomas Schuberth ";"Heckmannufer 4 ";" ";"10997 ";"Berlin ";"030/617094-94 ";" ";"030/617094-92 ";" " +lieferant ;00505455;"Trendline sl ";" ";"Via Augusta, 27 bajos ";" ";"08395 ";"Sant Pol de Mar, Barcelona ";"+34-93/7603187 ";" ";" ";" " +lieferant ;00505456;"TRAITS sarl ";" ";"143, Rue d'Alesia ";" ";"75014 ";"Paris ";"+33-1/45423601 ";" ";"+33-1/145423957. ";" " +lieferant ;00505457;"Hans Kruchen Down Design e.K. ";" ";"Avendruper Strae 37 ";" ";"48157 ";"Mnster ";"0251/14120-0 ";" ";"0251/14120-15 ";" " +lieferant ;00505458;"Visttfunk S.L. (uno piu uno) ";" ";"Carrer Llull, 27-39 1o 2a ";" ";"08005 ";"Barcelona ";"+34-93/309 36 20 ";" ";"+34-93/309 36 21 ";" " +lieferant ;00505459;"Birkenstock GmbH & Co. KG Services ";" ";"Rheinstrae 10 ";" ";"53560 ";"Vettelscho ";" ";" ";" ";" " +lieferant ;00505460;"Mosaica MAV srl ";" ";"Zona Industriale 1a Strada, 34 ";" ";"30030 ";"Foss (VE) ";"+39-041/466372 ";" ";"+39-041/4194971 ";" " +lieferant ;00505461;"A-Game Distribution GmbH ";" ";"Kpenicker Chaussee 4 ";" ";"10317 ";"Berlin ";"030/536033-30 ";" ";"030/536033-09 ";" " +lieferant ;00505462;"La Fee s.a.s. (La Fee Maraboutee) ";" ";"3, Chemin de la Chapelle ";" ";"42300 ";"Mably ";"+33-4/77712237 ";" ";"+33-4/77704526 ";" " +lieferant ;00505463;"Victorinox AG ";" ";"Schmiedgasse 57 ";" ";"6438 ";"Ibach ";" ";" ";" ";" " +lieferant ;00505464;"Format, Mareike Ulman ";" ";"Westerstr. 191 ";" ";"12045 ";"Berlin ";" ";" ";" ";" " +lieferant ;00505465;"Home Made Company s.r.l. ";" ";"31, Via Emilia Romagna ";" ";"35020 ";"Saonara (PD) ";" ";" ";" ";" " +lieferant ;00505466;"Nabholz Sport AG ";" ";"Herzogenmhle 18 ";" ";"8304 ";"Wallisellen (ZH) ";"+41-44/44153-60 ";" ";"+41-44/44153-63 ";" " +lieferant ;00505467;"Zo-Zi Collection UG ";" ";"Sahrensdorfer Str. 38 ";" ";"23769 ";"Burg a. Fehmarn ";"04371/8888581 ";" ";"04371/8888582 ";" " +lieferant ;00505468;"Thringer Glasdesign GmbH ";" ";"Neuhuser Strae 8-10 ";" ";"98724 ";"Neuhaus OT Steinheid ";"036704/884-0 ";" ";"036704/884-22 ";" " +lieferant ;00505469;"KeeeArt AG ";" ";"Moostr. 11 ";" ";"6003 ";"Luzern ";" ";" ";" ";" " +lieferant ;00505470;"B.U. Distribution sarl (KOTHAI sport) ";" ";"51 Rue Sainte ";" ";"13001 ";"Marseille ";"+33-491/909123 ";" ";" ";" " +lieferant ;00505471;"DUGROS B.V. ";" ";"Lamborghinilaan 2 ";"PO Box 1218 ";"3261 ND ";"Oud-Beijerland ";"+31-186/643649 ";" ";"+31-186/643644 ";" " +lieferant ;00505472;"Rheinstoff GmbH & Co KG ";" ";"Ackerstr. 133 ";" ";"40233 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505473;"Nicoletta GmbH & Co KG ";" ";"Anton Kuxstr. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00505474;"Estelle International ";" ";"33, Rue Dupleix ";" ";"59100 ";"Roubaix ";" ";" ";" ";" " +lieferant ;00505475;"Olimpia srl ";" ";"Via Giovanni Caboto, 1-3 ";" ";"50054 ";"Fucecchio (FI) ";"+39-0571/244380 ";" ";"+39-0571/244381 ";" " +lieferant ;00505476;"favour. Fashion GmbH ";" ";"Bahnhofstrae 26 ";" ";"72138 ";"Kirchentellinsfurt ";"07121/1383838 ";" ";"07121/1383838 ";" " +lieferant ;00505477;"Kristall-Form Spiegel GmbH ";" ";"Bremerstr. 2-8 ";" ";"49124 ";"Georgsmarienhtte ";" ";" ";" ";" " +lieferant ;00505478;"Schlfer - der Heimwerkerprofi GmbH ";" ";"Luisenstrae 2 ";" ";"75374 ";"Bad Liebenzell ";" ";" ";" ";" " +lieferant ;00505479;"Burg-Wchter KG ";" ";"Altenhofer Weg 15 ";" ";"58300 ";"Wetter ";" ";" ";" ";" " +lieferant ;00505480;"Wilkens u. Shne GmbH ";" ";"Ab der Silberprge ";" ";"28309 ";"Bremen ";" ";" ";" ";" " +lieferant ;00505481;"Grte und Tiedemann GmbH& Co. KG ";" ";"Am Jgersberg 18c ";" ";"24161 ";"Altholz ";" ";" ";" ";" " +lieferant ;00505482;"Timpe & Mock GmbH ";" ";"Rosenheimer Str. 3 ";" ";"28219 ";"Bremen ";" ";" ";" ";" " +lieferant ;00505483;"Biesterfeld Scheibler Linssen GmbH ";" ";"Leinestrae 11 ";" ";"24539 ";"Neumnster ";"04321/8740 ";" ";" ";" " +lieferant ;00505484;"Gardena Deutschland GmbH ";" ";"Hans-Lorenser-Str. 40 ";" ";"89079 ";"Ulm ";"0731/490-0 ";" ";"0731/490-219 ";" " +lieferant ;00505485;"Heinrich Kopp GmbH ";" ";"Alzenauer Str. 68 ";" ";"63796 ";"Kahl ";"06188/400 ";" ";"06188/8669 ";" " +lieferant ;00505486;"HSI Hermann Schwerter Iserlohn ";" ";"Langer Brauck 11 ";"51 55 ";"58640 ";"Iserlohn ";"02371/975-0 ";" ";"02371/975-100 ";" " +lieferant ;00505487;"Metafranc GmbH ";"Mbel- und Baubeschlge Vertrieb ";"Oberkamper Str. 37-39 ";" ";"42349 ";"Wuppertal ";"0202/24750-0 ";" ";"0202/24750-401 ";" " +lieferant ;00505488;"Alfred Krcher GmbH & Co. KG ";"Reinigungssysteme ";"Alfred-Krcher-Str 28-40 ";" ";"71364 ";"Winnenden ";"07195/14-0 ";" ";"07195/14-2212 ";" " +lieferant ;00505489;"Solar Deutschland GmbH ";" ";"Industriestrae 30 ";" ";"24536 ";"Neumnster ";"04321/954-0 ";" ";"04321/954-219 ";" " +lieferant ;00505490;"TABLE ROC Deutschland GmbH ";" ";"Kochs Kmpe 5 ";" ";"33014 ";"Bad Driburg ";"05253/9746-0 ";" ";"05253/9746-49 ";" " +lieferant ;00505491;"Hellum - Hans Jahn GmbH & Co. KG ";"Glhlampenwerk ";"Grtnersleite 11 ";" ";"96450 ";"Coburg ";"09561/8568-0 ";" ";"09561/8568-40 ";" " +lieferant ;00505492;"Karl Krger GmbH ";" ";"Sachsenstrae 4-6 ";" ";"59229 ";"Ahlen ";"02382/989900 ";" ";"02382/71415 ";" " +lieferant ;00505493;"Mi Sabor - Stefanie Rabby ";" ";"Hauptstrae 32 ";" ";"94130 ";"Obernzell ";"0172/4736155 ";" ";" ";" " +lieferant ;00505494;"FH Trautz GmbH (Frank Trautz) ";" ";"Schwarzwaldstr. 36 ";" ";"75173 ";"Pforzheim ";"07231/58999-0 ";" ";"07231/58999-20 ";" " +lieferant ;00505495;"O'Neal Europe GmbH & Co. KG ";" ";"Erich-Blum-Strae 33 ";" ";"71665 ";"Vaihingen an der Enz ";"07042/28900-0 ";" ";"07042/28900-79 ";" " +lieferant ;00505496;"Confort Shoes srl (Patrizio Dolci) ";" ";"C.da Mararoso ";" ";"84030 ";"Caselle in Pittari (SA) ";"+39-0974/988144 ";" ";"+39-0974/988566 ";" " +lieferant ;00505497;"3V Handels-GmbH ";" ";"Strawinskystr. 28 ";" ";"90459 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00505498;"Mos Mosh A/S ";" ";"Ejlersvej 24 ";" ";"6000 ";"Kolding ";"+45-7672 9000 ";" ";" ";" " +lieferant ;00505499;"imago srl ";" ";"Via Paniaccio, 14 ";" ";"20121 ";"Milano (MI) ";"+39-02/5517049 ";" ";" ";" " +lieferant ;00505500;"Barbara Becker Vertriebs GmbH ";" ";"Knkelstrae 125 ";" ";"41063 ";"Mnchengladbach ";"02161/94692-70 ";" ";"02161/94692-80 ";" " +lieferant ;00505501;"Schuhhaus Sigel GmbH ";" ";"Marktstrae 27 ";" ";"73230 ";"Kirchheim/Teck ";"07021/2762 ";" ";"07021/76347 ";" " +lieferant ;00505502;"Roberto Leonardi ";" ";"Markt 111 ";" ";"5570 ";"Mauterndorf ";"+43-6472/20032 ";" ";" ";" " +lieferant ;00505503;"Obsession AG ";" ";"Otto-Brenner-Strae 2 ";" ";"52353 ";"Dren ";"02421/990066-0 ";" ";"02421/990066-999 ";" " +lieferant ;00505504;"fine Textilverlag GmbH ";" ";"Gewerbepark Sd 2 ";" ";"6068 ";"Mils ";"+43-5223/55955-0 ";" ";"+43-5223/55955-22 ";" " +lieferant ;00505505;"Hansekind (Constanze Samson) ";" ";"Mnckebergstrae 7, Levantehaus ";" ";"20095 ";"Hamburg ";"040/411190-32 ";" ";"040/411190-34 ";" " +lieferant ;00505506;"8 Eden Avenue GmbH ";" ";"Klenzestrae 99 ";" ";"80469 ";"Mnchen ";"0172/8940804 ";" ";"089/55268679 ";" " +lieferant ;00505507;"European Fashion & Sports Investments BV";" ";"Haarlemmerstraatweg Suikersilo Oost 41 ";" ";"1165 MS ";"Halfweg ";"+31-20/49714-33 ";" ";"+31-20/49714-35 ";" " +lieferant ;00505508;"New Swing srl ";" ";"Viale I Maggio, 18/A ";" ";"63813 ";"Monte Urano (FM) ";"+39-0734/841162 ";" ";"+39-0734/841162 ";" " +lieferant ;00505509;"Brandt Textil (Stefan Brandt) ";" ";"Zum Koppelbhl 17 ";" ";"35066 ";"Frankenberg ";" ";" ";"03212/1244829 ";" " +lieferant ;00505510;"Willi Hipp KG ";" ";"Winterhuser Strae 87 ";" ";"97084 ";"Wrzburg ";" ";" ";" ";" " +lieferant ;00505511;"Wasabi Wear GmbH ";"c/o Imotex ";"Breslauer Strae 8, Raum 140 ";" ";"41460 ";"Neuss ";"02131/177749 ";" ";"02131/129275 ";" " +lieferant ;00505512;"Tutto Maglia AG ";" ";"Hauptstrasse 17 ";" ";"9053 ";"Teufen ";"+41-71/3550350 ";" ";"+41-71/3333752 ";" " +lieferant ;00505513;"Eva-Marie Schmidt GmbH & Co. Textilwerk ";"EMS-Spitzenfabrikation ";"Bockmhle 51 ";" ";"42289 ";"Wuppertal ";"0202/26261-0 ";" ";"0202/26261-22 ";" " +lieferant ;00505514;"Kad Schmuckmanufaktur Ltd. ";" ";"Konstantinstr. 2-16 ";" ";"41238 ";"Mnchengladbach ";" ";" ";" ";" " +lieferant ;00505515;"Mimento GmbH ";" ";"Konstantinstr. 2 ";" ";"41238 ";"Mchengladbach ";" ";" ";" ";" " +lieferant ;00505516;"FashionX Ltd. ";" ";"20B Fashion City, Ballymount ";" ";"D24 ";"Dublin ";" ";" ";" ";" " +lieferant ;00505517;"Rowenta ";" ";"fehlt noch ";" ";". ";"fehlt noch ";" ";" ";" ";" " +lieferant ;00505518;"Grundig Intermedia GmbH ";" ";"Thomas-Edison-Platz 3 ";" ";"63263 ";"Neu-Isenburg ";"+49 6102 7182 0 ";" ";"+49 6102 7182 922 ";" " +lieferant ;00505519;"Beurer GmbH ";" ";"Sflinger Str. 218 ";" ";"89077 ";"Ulm ";" ";" ";" ";" " +lieferant ;00505520;"De'Longhi Deutschland GmbH ";" ";"Carl-Ulrich-Strae 4 ";" ";"63263 ";"Neu-Isenburg ";"06102/5999500 ";" ";"06102/5999555 ";" " +lieferant ;00505521;"HELLER Elektro-Hausgerte GmbH ";" ";"Mhlberger Str. 34 ";" ";"04895 ";"Falkenberg ";" ";" ";" ";" " +lieferant ;00505522;"Royal Appliance Intern. GmbH ";" ";"Jagenbergstr. 19 ";" ";"41468 ";"Neuss ";" ";" ";" ";" " +lieferant ;00505523;"Amica International GmbH ";" ";"Rdinghauser Str. 52 ";" ";"59387 ";"Ascheberg ";" ";" ";" ";" " +lieferant ;00505524;"Birgitt Ende Sina Textilvertrieb ";" ";"Klner Str. 1 , Raum 215-217 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00505525;"Groupe SEB Deutschland GmbH ";" ";"Herrnrainweg 5 ";" ";"63067 ";"Offenbach am Main ";" ";" ";" ";" " +lieferant ;00505526;"Progress Elektrogerte GmbH ";" ";"Rennbahnstr. 72 ";" ";"60528 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00505527;"senz umbrellas bv ";" ";"Mijnbouwstraat 120 ";" ";"2628 RX ";"Delft ";"+31-15/2855022 ";" ";" ";" " +lieferant ;00505528;"Clement Chococult ";"Inh. Franz X. Clement ";"Bahnhofstrae 25 ";" ";"82347 ";"Bernried am Starnberger See ";"08158/6310 ";" ";"08158/6656 ";" " +lieferant ;00505529;"Fashion Partners AS ";" ";"Akersgaten 16 ";" ";"0158 ";"Oslo ";"+47-67 12 30 80 ";" ";"+47-67 12 30 81 ";" " +lieferant ;00505530;"Rodo Firenze s.r.l. ";" ";"C.da Santa Caterina, 12 ";" ";"62010 ";"Mogliano Marche (MC) ";"+39-0733/599711 ";" ";"+39-0733/557601 ";" " +lieferant ;00505531;"825 Distribution UG ";" ";"Oskar-Jger-Strae 127 ";" ";"50825 ";"Kln ";" ";" ";" ";" " +lieferant ;00505532;"Twinlife B.V. ";" ";"Julianalaan 11 ";" ";"3743 JG ";"Baarn ";"+31-35/5480610 ";" ";"+31-35/5480611 ";" " +lieferant ;00505533;"Rush GmbH ";" ";"Kronacher Strae 41 ";" ";"96052 ";"Bamberg ";"0951/9649280 ";" ";" ";" " +lieferant ;00505534;"Chanette Pedersen (Jukserei) ";" ";"Prenzlauer Allee 190 ";" ";"10405 ";"Berlin ";"0176/72611092 ";" ";" ";" " +lieferant ;00505535;"mpl distribution GmbH ";" ";"Crusiusstrae 3 ";" ";"87700 ";"Memmingen ";"08331/7506170 ";" ";"08331/764079 ";" " +lieferant ;00505536;"Shoeby Franchise B.V. ";" ";"Burgemeester Burgerslaan 40a ";" ";"5245 NH ";"Rosmalen ";"+31-73/5118019 ";" ";"+31-73/5113078 ";" " +lieferant ;00505537;"Fashion Logistik GmbH ";" ";"Alte Knigsseer Str. 32 ";" ";"83471 ";"Schnau am Knigssee ";"08652/65630-12 ";" ";"08652/65630-19 ";" " +lieferant ;00505538;"Engbers GmbH & Co.KG ";" ";"Dppelstr. 4 ";" ";"48599 ";"Gronau ";"02562/713-0 ";" ";"2562 713-169 ";" " +lieferant ;00505539;"Nobles O (Noble by Heart) ";" ";"Merirahu 11 ";" ";"13516 ";"Tallinn ";"+45-5240 1003 ";" ";"+45-6912 1789 ";" " +lieferant ;00505540;"Michele Faccin ";" ";"Via Roma, 100/7 ";" ";"36040 ";"Torri di Quartesolo (VI) ";"+39-345/9749240 ";" ";" ";" " +lieferant ;00505541;"Ron Offenbach B.V. ";" ";"Postbus 267 ";"Postbus 267 ";"4900 AG ";"Oosterhout ";"+31-88/6644-100 ";" ";"+31-88/6644-199 ";" " +lieferant ;00505542;"Noell & Walther GbR (VeryNew Agency) ";" ";"Ehrenstrae 79 ";" ";"50672 ";"Kln ";"0178/2779650 ";" ";"0221/2774548 ";" " +lieferant ;00505543;"zz~Calamar GmbH ";" ";"Rheiner Str. 28 ";" ";"48499 ";"Salzbergen ";" ";" ";" ";" " +lieferant ;00505544;"Stephanie Duborg Almkatzerl ";" ";"Kagrastr. 9 ";" ";"93326 ";"Abensberg ";" ";" ";" ";" " +lieferant ;00505545;"Little Rock Genius GmbH ";" ";"Am Forsthaus 3 ";" ";"36163 ";"Poppenhausen ";" ";" ";" ";" " +lieferant ;00505546;"Quattroci Srl ";" ";"Via General Chinotto 41 ";" ";"28041 ";"Arona (NO) ";" ";" ";" ";" " +lieferant ;00505547;"Serendipity GmbH ";" ";"Steinweg 26 ";" ";"38100 ";"Braunschweig ";"0531/21499-81 ";" ";"0531/21499-91 ";" " +lieferant ;00505548;"Vito A/S ";" ";"Erhvervsparken 4 ";" ";"8920 ";"Randers ";"+45-8782 7300 ";" ";"+45-8645 4778 ";" " +lieferant ;00505549;"Girloon GmbH ";" ";"Daimlerstr. 8-12 ";" ";"33442 ";"Herzebrock-Clarholz ";" ";" ";" ";" " +lieferant ;00505550;"Lauf Bequem S.L. ";" ";"Calle Segorbe, 21 (Pol. Ind. Carrus) ";" ";"03206 ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00505551;"Carven sas ";" ";"10, rue de l'Abbaye ";" ";"75006 ";"Paris ";"+33-1/42256652 ";" ";"+33-1/42890049 ";" " +lieferant ;00505552;"Invento GmbH ";" ";"Klein Feldhus 1 ";" ";"26180 ";"Rastede-Neusdende ";" ";" ";" ";" " +lieferant ;00505553;"Vedes Grohandel GmbH ";" ";"Beuthener Str. 43 ";" ";"90471 ";"Nrnberg ";"054112100 ";" ";" ";" " +lieferant ;00505554;"Cery Style GmbH ";" ";"An Lindenbaum 16 ";" ";"63150 ";"Heusenstamm ";" ";" ";" ";" " +lieferant ;00505555;"KidBoxer B.V. ";" ";"Grotestraat 2 ";" ";"5141 HA ";"Waalwijk ";"+31-416/674573 ";" ";"+31-416/333410 ";" " +lieferant ;00505556;"Blanco Aldomar S.L.U. (MAGNANNI) ";" ";"Avda.Infante Do Juan Manuel, 10 ";" ";"02640 ";"Almansa (Albacete) ";" ";" ";" ";" " +lieferant ;00505557;"Josef Seibel KFT ";" ";"Ady Endre Str. 82 ";" ";"4765 ";"Csenger ";"0651/204-0 ";" ";"0651/204-311 ";" " +lieferant ;00505558;"Olav Bakstad Mode-Vertriebs-GmbH ";"Pawel Piotrowski ";"Mnchener Str. 37 ";" ";"82049 ";"Pullach i. Isartal ";"+49 89 79360114 ";" ";"+49 89 79360943 ";" " +lieferant ;00505559;"zz~Cruse leather sportswear GmbH & Co.KG";" ";"Industrieweg 2 ";" ";"48493 ";"Wettrigen ";"+49 2557 9385-0 ";" ";"+49 2557 9385-73 ";" " +lieferant ;00505560;"Papyrus Deutschland GmbH & Co. KG ";" ";"Gehrnstr. 7-11 ";" ";"76275 ";"Ettlingen ";"07243/73-0 ";" ";"07243/73-171 ";" " +lieferant ;00505561;"S.G.L. s.r.l. (Circolo 1901) ";" ";"via Trani, 342 ";" ";"76121 ";"Barletta (BT) ";"+39-0883/345892 ";" ";" ";" " +lieferant ;00505562;"Otto Simon B.V. ";" ";"Schuilenburglaan 1 ";"Postbus 18 ";"7600 AA ";"Almelo ";"+31-546/837777 ";" ";"+31-546/813158 ";" " +lieferant ;00505563;"Merchandiser Factory GmbH ";" ";"Fabrikstr. 45 ";" ";"71522 ";"Backnang ";"07191/950250 ";" ";"07191/950270 ";" " +lieferant ;00505564;"Carmen Melero Costume, S.L. ";" ";"Poligono de Sabon, Parcela 5-B ";" ";"15142 ";"Arteixo - A Coruna ";"+34-981/602625 ";" ";"+34-981/601307 ";" " +lieferant ;00505565;"Woodd by Algia Sas ";"di Claudio Aschieri & C. ";"Viale 2 Giugno 3/3a ";" ";"20020 ";"Arconate (MI) ";"+39-0331/461902 ";" ";"+39-0331/461353 ";" " +lieferant ;00505566;"Senscoin GmbH (BICALLA) ";" ";"Van der Straeten-Weg 14 ";" ";"52525 ";"Heinsberg ";"02452/976458 ";" ";"02452/976459 ";" " +lieferant ;00505567;"Maciejka Footwear Sp. z o.o. ";" ";"ul. Strumykowa 7 ";" ";"62-200 ";"Gniezno ";"+48-61/4241595 ";" ";"+48-61/4241295 ";" " +lieferant ;00505568;"STG Modevertrieb i.Gr.(George Voulgaris)";" ";"Anton-Kux-Str. 2, Euromoda, Raum B 122 ";" ";"41460 ";"Neuss ";"02131/120929 ";" ";"02131/120927 ";" " +lieferant ;00505569;"Alraune Lapidaries EdelsteinHandels GmbH";" ";"Parlerstr. 2 ";" ";"73525 ";"Schwbisch Gmnd ";"07171/61011 ";" ";"07171/37120 ";" " +lieferant ;00505570;"excessories Marion Schuster ";" ";"Dorfstr. 4c ";" ";"40629 ";"Dsseldorf ";"0211 92963895 ";" ";"0211 92963896 ";" " +lieferant ;00505571;"Jo Bohnsack ";" ";"Schulstrae 30 ";" ";"25377 ";"Kollmar ";"04128/260 ";" ";" ";" " +lieferant ;00505572;"Elektro Ladewich ";"Hausgerte-Kundendienst ";"Norderstrae 28 ";" ";"25980 ";"Sylt/OT Westerland ";"04651/24190 ";" ";"04651/24199 ";" " +lieferant ;00505573;"Hauke Nissen (Insel des Friedens) ";" ";"Haus 56 ";" ";"25938 ";"Oldsum auf Fhr ";"04683/1010 ";" ";"04683/1010 ";" " +lieferant ;00505574;"Service Center Baumeister GmbH & Co. KG ";" ";"Hansestrae 2 ";" ";"18182 ";"Bentwisch/Rostock ";"0381/453603-0 ";" ";"0381/453603-100 ";" " +lieferant ;00505575;"Gibson Innovations Germany GmbH ";" ";"Banksstr. 4 ";" ";"20097 ";"Hamburg ";"040/2899-0 ";" ";"040/2899-2829 ";" " +lieferant ;00505576;"Sourceplan GmbH Gnter Klein ";" ";"Annweiler Str. 20 ";" ";"76829 ";"Landau ";"06341/969141 ";" ";"06341/969140 ";" " +lieferant ;00505577;"H&W-Vertrieb, Hacker & Weidinger GbR ";" ";"Schlossstrae 9 ";" ";"91257 ";"Pegnitz ";"09241/809727 ";" ";"09241/809737 ";" " +lieferant ;00505578;"Yasmin Abdul Hack (I love Gifts) ";" ";"Gr. Brunnenstr. 113, linkes Souterrain ";" ";"22763 ";"Hamburg ";"040/41912701 ";" ";"040/41912702 ";" " +lieferant ;00505579;"L. ten Cate BV ";" ";"Langeveenseweg 55 ";" ";"7678 VH ";"Geesteren (OV) ";"+31-546/639283 ";" ";" ";" " +lieferant ;00505580;"Beans Agencies ";" ";"Achter het Vleeshuis 39 ";" ";"6211 GR ";"Maastricht ";"+31-6/48503608 ";" ";"+31-43/3520005 ";" " +lieferant ;00505581;"ROF Europe B.V. (Republic of Frends) ";" ";"TT Vasumweg 95 ";" ";"1033 SG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505582;"Mat Fashion G. Monedas & Co. E.E. ";" ";"Attiki Odos & Posidonos ";" ";"144 51 ";"Metamorfosi, Athens ";"+30-210/2836400 ";" ";"+30-210/2836477 ";" " +lieferant ;00505583;"BC & C GmbH & Co. KG (White T) ";" ";"Mozartstrae 24 ";" ";"47800 ";"Krefeld ";"02151/616689-0 ";" ";" ";" " +lieferant ;00505584;"Wichmann & Friends GmbH ";" ";"Alte Dorfstr. 3 ";" ";"22397 ";"Hamburg ";"040/60555-18 ";" ";"040/60555-23 ";" " +lieferant ;00505585;"M&M Fashion GmbH ";" ";"Dorfplatz 38 ";" ";"99510 ";"Apolda ";" ";" ";" ";" " +lieferant ;00505586;"Laura Gigliotti srl ";" ";"Via Guido Rossa 20/a ";" ";"25060 ";"Cellatica (BS) ";"+39-030/2520498 ";" ";"+39-030/2523005 ";" " +lieferant ;00505587;"Zwilling J.A. Henckels (Ballarini) ";"Vertriebsbro Ballarini ";"Bahnhofsplatz 6 ";" ";"56410 ";"Montabaur ";"02602/94755-0 ";" ";"02602/94755-20 ";" " +lieferant ;00505588;"Goldbach GmbH ";" ";"Zum Scheider Feld 12 + 24 ";" ";"51467 ";"Bergisch Gladbach ";"02202/84678 ";" ";"02202/82012 ";" " +lieferant ;00505589;"Newline AS ";" ";"Gravsholtvej 15 Langholt ";" ";"9310 ";"Vodskov ";"+45-9639 7780 ";" ";"+45-9639 7781 ";" " +lieferant ;00505590;"Schwab Versand GmbH ";" ";"Kinzigheimer Weg 6 ";" ";"63450 ";"Hanau ";"06181/368-0 ";" ";"06181/368-442 ";" " +lieferant ;00505591;"Landgemacht (Joachim Jeske) ";" ";"Industriestrae 4 ";" ";"21368 ";"Dahlenburg ";"05851/9797665 ";" ";"05851/9797668 ";" " +lieferant ;00505592;"Zoe Fashion GmbH & Co. KG ";" ";"Georgstrae 36 ";" ";"30159 ";"Hannover ";"0511/16992874 ";" ";"0511/16992888 ";" " +lieferant ;00505593;"Marc Lauge A/S (ML Group) ";" ";"Skovridervej 27 ";" ";"6715 ";"Esbjerg N ";"+45-7522 5166 ";" ";"+45-7521 0018 ";" " +lieferant ;00505594;"Krisbut Sp.zo.o. Sp.k. ";" ";"ul. Slowackiego 50 ";" ";"42-300 ";"Myszkow ";"+48-34/3137200 ";" ";"+48-34/3137201 ";" " +lieferant ;00505595;"Botex N.V. ";" ";"Yzerhand 89-91 ";" ";"9120 ";"Beveren ";" ";" ";" ";" " +lieferant ;00505596;"Pur Set KG K. Erhart & Co ";" ";"Grabenweg 72 ";" ";"6020 ";"Innsbruck ";"+43-512/393900 ";" ";"+43-512/363611 ";" " +lieferant ;00505597;"Wheal Vrose Business Park ";" ";"Helston ";" ";"TR13 0FG ";"Cornwall ";" ";" ";" ";" " +lieferant ;00505598;"Bruun & Stengade APS ";" ";"Amaliegade 9B ";" ";"1256 ";"Kopenhagen ";"+45 30611091 ";" ";" ";" " +lieferant ;00505599;"Wheslyn Group Oy (BALMUIR) ";" ";"Konetie 33 ";" ";"90620 ";"Oulu ";"+358-40/7056353 ";" ";"+358-40/7056353 ";" " +lieferant ;00505600;"Petzl Distribution SAS ";" ";"ZI Crolles, Cidex 105 A ";" ";"38920 ";"Crolles ";"+33-4/7920900 ";" ";" ";" " +lieferant ;00505601;"One 3 Two BV (OBEY Benelux) ";" ";"Gravenstraat 20 ";" ";"1012 NM ";"Amsterdam ";"+31-20/8456726 ";" ";" ";" " +lieferant ;00505602;"Juvia GmbH & Co. KG ";" ";"KAP am Sdkai / Agrippinawerft 28 ";" ";"50678 ";"Kln ";"0221/995750-0 ";" ";" ";" " +lieferant ;00505603;"trueprodigy GmbH ";" ";"Neckarstrae 15 ";" ";"41836 ";"Hckelhoven ";"02433/52679-30 ";" ";"02433/52679-55 ";" " +lieferant ;00505604;"Ehring GmbH ";" ";"Ludwig-Erhard-Str. 10 ";" ";"34576 ";"Homburg ";"05681/9913-0 ";" ";"05681/9913-23 ";" " +lieferant ;00505605;"TrendDeal GmbH (ehem. Denim Manufaktur) ";" ";"Europaallee 50 ";" ";"50226 ";"Frechen ";"+49 2234 9516020 ";" ";"+49 2234 9516027 ";" " +lieferant ;00505606;"Frugi Hornsby House ";" ";"Wheal Vrose Buisiness Park ";" ";"TR13 OFG ";"Helston Cornwall ";" ";" ";" ";" " +lieferant ;00505607;"Craghoppers LTD ";" ";"Mercury Way, Urmston ";" ";"M41 7RR ";"Manchester, Lancashire ";" ";" ";" ";" " +lieferant ;00505608;"Goodsociety GmbH ";" ";"Elbchaussee 2B ";" ";"22765 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505609;"RTC Retail Services GmbH ";" ";"Wachauer Str. 16 ";" ";"01454 ";"Radeberg , Liegau Augustusbad ";" ";" ";" ";" " +lieferant ;00505610;"Pollini S.p.A. ";" ";"Via Erbosa I Tratto, 92 ";" ";"47043 ";"Gatteo ";" ";" ";" ";" " +lieferant ;00505611;"Mario Marseglia AG ";" ";"Schrenmoosstrasse 97 ";" ";"8052 ";"Zrich ";"+41-1/30530-50 ";" ";"+41-1/30530-40 ";" " +lieferant ;00505612;"MW-Schmuck (Mario Weisser) ";"Schmuckgrosshandel ";"Hoppegarten 5 ";" ";"99734 ";"Nordhausen ";"03631/902619 ";" ";"03631/902620 ";" " +lieferant ;00505613;"Franz Kerstin GmbH & Co. KG ";" ";"Clevische Str. 8-10 ";" ";"59494 ";"Soest ";" ";" ";" ";" " +lieferant ;00505614;"Zapato SA Fredi Jegerlehner ";" ";"Claragraben 132 A ";" ";"4057 ";"Basel ";" ";" ";" ";" " +lieferant ;00505615;"Jochie International GmbH ";" ";"Hoffmannallee 41-51 ";" ";"47533 ";"Kleve ";" ";" ";" ";" " +lieferant ;00505616;"BT Projects NV ";" ";"Antoon Catriestraat 39 E5 ";" ";"9031 ";"Drongen (Gent) ";"+32-92581405 ";" ";"+3292582581 ";" " +lieferant ;00505617;"FC Italia srl ";" ";"Piazza teatro S.Ferdinando, 8 ";" ";"80139 ";"Napoli (NA) ";"+39-081/8269120 ";" ";"+39-081/8269120 ";" " +lieferant ;00505618;"Modeagentur Rdiger Prottung ";" ";"Mittelweg 5 ";" ";"67659 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00505619;"MDT Hollande ";"Morgan de Toi ";"Kalverstraat 115 ";" ";"1012 PA ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505620;"Wolky B.V. International ";" ";"Lise-Meitner Str.16 ";" ";"46446 ";"Emmerich am Rhein ";"02822/91566-0 ";" ";"02822/91566-69 ";" " +lieferant ;00505621;"Swiss Hest GmbH (Fil Noir) ";" ";"Herrenlandstrae 69 ";" ";"78315 ";"Radolfzell ";"07732/820778 ";" ";"07732/820777 ";" " +lieferant ;00505622;"DFP Dr. Falkenthal & Co. GmbH ";" ";"Lichtentaler Allee 56 ";" ";"76530 ";"Baden-Baden ";"07222/4067854 ";" ";"07222/4067856 ";" " +lieferant ;00505623;"R.Jakobi und O.Schmitz GbR ";" ";"Gartenstrae 34-36 ";" ";"63110 ";"Rodgau ";"06106/66093-0 ";" ";"06106/66093-77 ";" " +lieferant ;00505624;"Aurea-Podium GmbH (Sugar Station) ";" ";"Simsseestr. 194 ";" ";"83071 ";"Stephanskirchen ";"08036/3030211 ";" ";"08036/3030212 ";" " +lieferant ;00505625;"APU Schnberg GmbH ";" ";"Industriestrae 1 ";" ";"94513 ";"Schnberg ";"08554/309- 0 ";" ";"08554/309-50 ";" " +lieferant ;00505626;"Epoch Traumwiesen GmbH ";" ";"Kleinreuther Weg 58-60 ";" ";"90408 ";"Nrnberg ";"0911/528808-50 ";" ";"0911/528808-60 ";" " +lieferant ;00505627;"Heless GmbH ";" ";"Zhringer Strae 45 ";" ";"68723 ";"Schwetzingen ";"06202/9393-0 ";" ";"06202/9393-11 ";" " +lieferant ;00505628;"Attagenus Pellio AB (A-styl Fashion Ag.)";" ";"Kindstugatan 4 (Old Town) ";" ";"111 31 ";"Stockholm ";"+46-8/41058500 ";" ";" ";" " +lieferant ;00505629;"Calzaturificio Kory s.r.l. (Ko.Ry Shoes)";" ";"Via dei Metalmeccanici, 15 ";" ";"55041 ";"Capezzano Pianore-Camaiore (LU) ";"+39-0584/969536 ";" ";"+39-0584/961335 ";" " +lieferant ;00505630;"Modeagentur Elmar Albert ";" ";"Schieferstein 20 ";" ";"97723 ";"Oberthulba ";"09736/750744 ";" ";" ";" " +lieferant ;00505631;"G&C Interiors A/S ";" ";"Ellekaer 2-4 ";" ";"2730 ";"Herlev ";"+45-4492 1065 ";" ";"+45-4492 1575 ";" " +lieferant ;00505632;"zz~Andrea Nadermann Handelsvertretung ";" ";"Preussenstr. 51 ";" ";"40883 ";"Ratingen ";"02102/896453 ";" ";"02102/896688 ";" " +lieferant ;00505633;"Alois Hickersberger GmbH & Co KG ";"Schuhfabrik ";"Schaffenfeld 8 ";" ";"3300 ";"Amstetten ";"+43-7472/62780 ";" ";"+43-7472/6259114 ";" " +lieferant ;00505634;"J&JOY S.A. ";" ";"6 Avenue Edmond Leburton ";" ";"4300 ";"Waremme ";"+32-1930 2582 ";" ";" ";" " +lieferant ;00505635;"DAWN GmbH ";" ";"Eigelstein 89-91 ";" ";"50668 ";"Kln ";"0221/82823529 ";" ";" ";" " +lieferant ;00505636;"GKero s.a.r.l. ";" ";"12 rue du Sentier ";" ";"75002 ";"Paris ";"+33-9/80477185 ";" ";" ";" " +lieferant ;00505637;"Textildruck Europa GmbH ";" ";"Grenzstrae 15 ";" ";"06112 ";"Halle/Saale ";"+49 345 2798650 ";" ";"+49 345 7702096 ";" " +lieferant ;00505638;"Alfred Lauth ";"Biologischer Bau- u. Wohnbedarf ";"Saarlandstr. 2 ";" ";"76855 ";"Annweiler am Trifels ";"06346/929330 ";" ";"06346/929331 ";" " +lieferant ;00505639;"DP Danmark A/S ";" ";"Mosevej 9 ";" ";"4700 ";"Naestved ";"+45-5572 2010 ";" ";" ";" " +lieferant ;00505640;"Textilvertrieb Thomas Gansbhler ";" ";"Sonnenhofweg 33 ";" ";"6370 ";"Kitzbhel ";"+43-676/889156241 ";" ";" ";" " +lieferant ;00505641;"Boska Holland BV ";" ";"Spanjeweg 8 ";"Postbus 110 ";"2411 PX ";"Bodegraven ";"+31-172/611502 ";" ";"+31-172/614502 ";" " +lieferant ;00505642;"Cofemel - Sociedade de Vestuario S.A. ";" ";"Rua da Mabor, 104 - Aparto 7002 ";" ";"4760-813 ";"Lousado ";" ";" ";" ";" " +lieferant ;00505643;"Schmidinger Mbelbau GmbH ";" ";"Stangenach 146 ";" ";"6867 ";"Schwarzenberg ";"+43.5512/2782-10 ";" ";"+43.5512/2782-2 ";" " +lieferant ;00505644;"Tif & Tiffy Denmark ApS ";" ";"Hammershusvej 12B ";" ";"7400 ";"Heming ";" ";" ";" ";" " +lieferant ;00505645;"van Deurs Danmark ";" ";"Kirstinehoj 44 ";" ";"2770 ";"Kastrup ";"+45-3216 0405 ";" ";"+45-3217 0405 ";" " +lieferant ;00505646;"V.G.M. GmbH ";" ";"Mahdentalstr. 96-98, Raum 329 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00505647;"H.J. de Rooy Lederwaren B.V. ";" ";"Elzenweg 29 ";"Postbus 405 ";"5144 MB ";"Waalwijk ";"+31 (0)416 - 332 798 ";" ";"+31 (0)416 - 340 188 ";" " +lieferant ;00505648;"All Lin GmbH & Co. KG ";" ";"Robert-Bosch-Str.18 ";" ";"63303 ";"Dreieich ";"06103/3863080 ";" ";"06103/3863081 ";" " +lieferant ;00505649;"Thomas Konscholke ";" ";"Mornenweg 68 ";" ";"38228 ";"Salzgitter ";"05341/59000 ";" ";"05341/59500 ";" " +lieferant ;00505650;"Serendipity Accessoires Cornelia Sauter ";" ";"Banneggstrasse 88/1 ";" ";"88214 ";"Ravensburg ";"0160/96627459 ";" ";" ";" " +lieferant ;00505651;"nice.brands distribution ";"Reinwarth & Schrmann GbR ";"Burgmauer 68 ";" ";"50667 ";"Kln ";"0221/999678-30 ";" ";"0221/999678-31 ";" " +lieferant ;00505652;"Gebr. Faller GmbH ";" ";"Kreuzstrae 9 ";" ";"78148 ";"Gtenbach ";"07723/651-0 ";" ";"07723/651-123 ";" " +lieferant ;00505653;"Aczel GmbH (Art of Chocolate) ";" ";"Gewerbering Nord 2 ";" ";"97359 ";"Schwarzach ";"09324/978469-0 ";" ";"09324/978469-99 ";" " +lieferant ;00505654;"MFashion Srl ";" ";"Via Lorenzo Mascheroni 20 ";" ";"20145 ";"Mailand ";" ";" ";" ";" " +lieferant ;00505655;"Johanna Brunner Modeagentur ";" ";"Markt 40 ";" ";"95679 ";"Waldershof ";"0160 / 68555 55 ";" ";" ";" " +lieferant ;00505656;"Twins Enterprise, Inc. ";"dba Forty Seven Brand ";"Fairbourne Drive ";" ";"MK10 9RG ";"Atterbury Lakes, Milton Keynes ";"+44-1908/488623 ";" ";"+44-1908/487501 ";" " +lieferant ;00505657;"Just Lili GmbH ";" ";"Anton-Kux-Str.2 ";" ";"41460 ";"Neuss ";"02131/5123666 ";" ";"02131/5123668 ";" " +lieferant ;00505658;"A Tre s.r.l. (Atre, Everis, Mivite) ";" ";"Via Boscafangone Cis Isola 1, N.108/109 ";" ";"80035 ";"Nola (NA) ";" ";" ";" ";" " +lieferant ;00505659;"Pernille Corydon Jewellery ";" ";"Apotekergade 9A. 1. floor ";" ";"6100 ";"Haderslev ";"+45-7475 0880 ";" ";" ";" " +lieferant ;00505660;"Deliva Textilvertrieb e.K. ";" ";"MMC Schkeuditz /Mnchener Ring 2 / B137 ";" ";"04435 ";"Schkeuditz ";"034204/65678 ";" ";"034204/65679 ";" " +lieferant ;00505661;"PS2009 B.V. (H3 shoes) ";" ";"Professor Eykmanweg 9 ";" ";"5144 ND ";"Waalwijk ";"+31-416/651867 ";" ";"+31-416/349814 ";" " +lieferant ;00505662;"Marcolin Deutschland GmbH ";" ";"Waidmarkt 11a ";" ";"50676 ";"Kln ";"+49 (221) 88879699 ";" ";"+49 (221) 88879639 ";" " +lieferant ;00505663;"Incipit srl ";" ";"Via del Lazzeretto, 109 ";" ";"59100 ";"Prato (PO) ";"+39-0574/6453-1 ";" ";"+39-0574/6453-888 ";" " +lieferant ;00505664;"Handelsagentur Jana Lange ";" ";"Grbelmoosstr. 8 ";" ";"81249 ";"Mnchen ";"0170/4148545 ";" ";"089/85673786 ";" " +lieferant ;00505665;"David Ebisch (HAM Clothing) ";" ";"Florastrae 41 ";" ";"40217 ";"Dsseldorf ";"0211/91354800 ";" ";" ";" " +lieferant ;00505666;"Finest Fashion Ltd. (masha&kate) ";"Niederlassung Deutschland ";"Occamstrae 17 ";" ";"80802 ";"Mnchen ";"089/383464-55 ";" ";"089/383464-56 ";" " +lieferant ;00505667;"Zeitgeister KG ";" ";"Weidenstrae 35 ";" ";"82110 ";"Germering ";"089/8946034-0 ";" ";" ";" " +lieferant ;00505668;"Buono GmbH ";" ";"Kaiserstr. 36 ";" ";"53721 ";"Siegburg ";" ";" ";" ";" " +lieferant ;00505669;"Noble Project Administration GmbH ";" ";"Heidenkampsweg 48 ";" ";"20097 ";"Hamburg ";"040/68284913 ";" ";"040/65724145 ";" " +lieferant ;00505670;"Tempora GmbH ";" ";"Germaniastr. 39 ";" ";"44379 ";"Dortmund ";"0231/967876-0 ";" ";"0231/967876-54 ";" " +lieferant ;00505671;"BMB Maglierie s.r.l. ";" ";"Via Giovanni XXIII, 152/154 ";" ";"41012 ";"Carpi (MO) ";" ";" ";" ";" " +lieferant ;00505672;"Inch Blue Ltd ";" ";"Pond Road ";" ";"NP23 4BL ";"Brynmawr ";"+44-1495/311123 ";" ";"+4408704/601216 ";" " +lieferant ;00505673;"Rogon B.V. (dutch decor) ";" ";"Haverdijk 8 (Z.O. Brabant nr. 9615) ";"Postbus 120 ";"5704 RC ";"Helmond ";"+31-492/326666 ";" ";"+31-492/326660 ";" " +lieferant ;00505674;"Langer & Messmer GmbH ";" ";"Am Taubenfeld 31 a ";" ";"69123 ";"Heidelberg ";"06221/737378 ";" ";"06221/50258799 ";" " +lieferant ;00505675;"Cosmic Sports GmbH ";" ";"Leyher Strae 47 ";" ";"90763 ";"Frth ";"0911/310755-0 ";" ";"0911/310755-55 ";" " +lieferant ;00505676;"Intelligent Mobility GmbH ";" ";"Rellinghauser Str. 334H ";" ";"45136 ";"Essen ";"0201/176749-21 ";" ";"0201/176749-10 ";" " +lieferant ;00505677;"Zuiano Coffee GmbH ";" ";"Wilhelm-Herbst-Strae 12 ";" ";"28359 ";"Bremen ";"0421/33064906 ";" ";"0421/33064907 ";" " +lieferant ;00505678;"Front Row GmbH (Front Row Society) ";" ";"Lietzenseeufer 8 ";" ";"14057 ";"Berlin ";"030/51632362 ";" ";" ";" " +lieferant ;00505679;"Calzados Cienta S.L. ";" ";"P.I. El Raposal, Parcela R-15 ";" ";"26580 ";"Arnedo, La Rioja ";"+34-941/380175 ";" ";"+34-941/382970 ";" " +lieferant ;00505680;"Affari AB ";" ";"Klvervgen 20 ";" ";"283 50 ";"Osby ";"+46-471/15555 ";" ";"+46-479/15255 ";" " +lieferant ;00505681;"Inti Knitwear ";" ";"Moliusstraat 35 ";" ";"5212 TN ";"s-Hertogenbosch ";"+31-73/6124414 ";" ";"+31-65/5385293 ";" " +lieferant ;00505682;"MB-Kontakt Handel & Vertrieb ";"Michael Bigalke ";"Schwanebecker Chaussee 12 ";" ";"16321 ";"Bernau bei Berlin ";"03338/5489 ";" ";"03338/5485 ";" " +lieferant ;00505683;"JBS Textile Group AS ";" ";"Bornholmsvej 1 ";" ";"7400 ";"Herning ";"+45 97 12 40 00 ";" ";"+45 99 25 44 44 ";" " +lieferant ;00505684;"Beckham Ventures Ltd. ";" ";"35-37 Parkgate Road ";" ";"SW11 4NP ";"London ";" ";" ";" ";" " +lieferant ;00505685;"Fresh Side Ltd T/A Chunk ";" ";"Unit1,Hanover Trading Estate, North Road";" ";"N7 9HD ";"London ";" ";" ";" ";" " +lieferant ;00505686;"Maselli GmbH ";" ";"Ringstrae 3-5 ";" ";"92637 ";"Weiden ";"0961/4702439-0 ";" ";"0961/4702439-9 ";" " +lieferant ;00505687;"Agent Provocateuer Ltd ";" ";"154 Clerkenwell Road ";" ";"EC1R 5AB ";"London ";" ";" ";" ";" " +lieferant ;00505688;"La Carterie SAS ";" ";"37, rue de Lyon - CS 61243 ";" ";"75518 ";"Paris Cedex 12 ";"+33-1/56951440 ";" ";"+33-1/56951441 ";" " +lieferant ;00505689;"Hahnepot Skipperbags e.K. (Stefan Junge)";" ";"Gersprenzstr. 26 ";" ";"64832 ";"Babenhausen ";"06073/6889307 ";" ";"06073/6889308 ";" " +lieferant ;00505690;"Hof-Manufaktur Lbke ";"Marianne Lbke e.K. ";"Alstedder Str. 148 ";" ";"49479 ";"Ibbenbren ";"05451/505830-0 ";" ";"05451/505830-12 ";" " +lieferant ;00505691;"Nat et Ninn s.a.r.l. ";" ";"59, rue Amelot ";" ";"75011 ";"Paris ";"+33-1/85080358 ";" ";"+33-1/57469858 ";" " +lieferant ;00505692;"Coxx Borba Calcado S.A. ";" ";"Quinta da Devesa, Travessa da Devesa ";" ";"4800-237 ";"Ataes - Guimaraes ";"+351-253/559-880 ";" ";"+351-253/559-888 ";" " +lieferant ;00505693;"Tretorn Sweden AB ";" ";"Garnisonsgatan 51 ";"Box 931 ";"251 09 ";"Helsingborg ";"+46-42/197100 ";" ";"+46-42/197120 ";" " +lieferant ;00505694;"Traunstein Sportbekleidung GmbH ";" ";"Guggenberg 7 ";" ";"4656 ";"Kirchham ";"+43-7619/22066 ";" ";"+43-7619/22066-22 ";" " +lieferant ;00505695;"OnePiece Jump In ApS (Germany) ";" ";"Postboks 36 ";"Postboks 36 ";"2017 ";"Frogner ";"+47-845/24810 ";" ";" ";" " +lieferant ;00505696;"Calzaturificio Heros srl ";" ";"Via Spineto 3/h-i ";" ";"63837 ";"Piane di Falerone (FM) ";"+39-0734/750422 ";" ";"+39-0734/759615 ";" " +lieferant ;00505697;"Baack Spaten GbR ";" ";"Rudolf Diesel Weg 5 ";" ";"25551 ";"Hohenlockstedt ";"04826/1407 ";" ";"04826/3704901 ";" " +lieferant ;00505698;"Le Solim srl ";" ";"Via Nuova, 27 ";" ";"40057 ";"Cadriano (BO) ";" ";" ";" ";" " +lieferant ;00505699;"Helga Schneller (Lavandinia) ";" ";"Brunnengssle 6 ";" ";"89275 ";"Elchingen/Thalfingen ";"0731/14112095 ";" ";" ";" " +lieferant ;00505700;"Skylotec GmbH ";" ";"Im Mhlengrund 6-8 ";" ";"56566 ";"Neuwied ";"2631/9680-0 ";" ";"2631/9680-80 ";" " +lieferant ;00505701;"Handelsagentur Annette Wrobel (fitwear) ";" ";"Hangstrae 5, HdK Sindelfingen, Haus 4 ";" ";"66969 ";"Lernberg ";" ";" ";" ";" " +lieferant ;00505702;"Fitwear GmbH ";" ";"Spreeufer 5 ";" ";"10178 ";"Berlin ";"030/278744170 ";" ";"030/69088988 ";" " +lieferant ;00505703;"Hox srl ";" ";"Via Brenta, 25 (SS 53 Vi-Tv) ";" ";"35018 ";"San Martino di Lupari (PD) ";"+39-049/9461690 ";" ";"+39-049/9460962 ";" " +lieferant ;00505704;"Playcom Software Vertriebs GmbH ";" ";"An der Flurscheide 9 ";" ";"99098 ";"Erfurt ";"0361/4929-0 ";" ";"0361/4929-292 ";" " +lieferant ;00505705;"Pure Kids Wholesale ApS ";" ";"Bronsholmvej 26 ";" ";"2980 ";"Kokkedal ";"+45-4911 0000 ";" ";" ";" " +lieferant ;00505706;"Kino GmbH Memmingen ";" ";"Eichenstrae 10 ";" ";"86551 ";"Aichach ";" ";" ";" ";" " +lieferant ;00505707;"Naumann & Gbel Verlagsgesellschaft mbH ";" ";"Emil-Hoffmann-Str. 1 ";"50 18 63 ";"50996 ";"Kln ";"02236/3999-0 ";" ";"02236/3999-159 ";" " +lieferant ;00505708;"Lyno UG ";" ";"Rotkppchenweg 11 ";" ";"41541 ";"Dormagen ";"02133/738964 ";" ";"02133/973017 ";" " +lieferant ;00505709;"Father & Son srl (Lost in Albion) ";" ";"Viale Montegrappa, 65/G ";" ";"59100 ";"Prato (FI) ";"+39-335/7071022 ";" ";" ";" " +lieferant ;00505710;"Pepe Jeans Footwear S.L. ";" ";"Carretera Laurea Miro, 403-405 ";" ";"08980 ";"Sant Feliu de Llobregat (Barcelona) ";"+34-965685117 ";" ";"+34-965685118 ";" " +lieferant ;00505711;"Astrifa, Ursula Hawranek e.K. ";" ";"Simon-Hirschvogel-Strae 10 ";"60 ";"94501 ";"Aidenbach ";"08543/1286 ";" ";"08543/2819 ";" " +lieferant ;00505712;"Wemoto GmbH ";" ";"Nassaustrae 25 ";" ";"65719 ";"Hofheim am Taunus - Wallau ";"06122/7077800 ";" ";"06122/7077810 ";" " +lieferant ;00505713;"Beate Gaschler (Live your Food) ";"Ernhrungsberatung und Kochschule ";"Hofsttte 17 ";" ";"75233 ";"Tiefenbronn ";"07234/949507 ";" ";"07234/949502 ";" " +lieferant ;00505714;"Cebon Apparel Private Ltd ";" ";"12 Dan-Y-Rhiw Terrace ";" ";"NP11 4SP ";"Abercarn, Newport, Gwent, South Wales ";" ";" ";" ";" " +lieferant ;00505715;"WeDo srl ";" ";"Via del Lavoro ";" ";"06033 ";"Cannara (PG) ";"+39-0742/731760 ";" ";"+39-0742/731749 ";" " +lieferant ;00505716;"Roberto Collina s.r.l. ";" ";"Via G. Morandi, 256 ";" ";"40014 ";"Crevalcore (BO) ";"+39-051/6804211 ";" ";"+39-051/981360 ";" " +lieferant ;00505717;"Wonnemeyer ";"Britta Wonneberger & Rdiger Meyer ";"Am Strand Nr.1 ";" ";"25996 ";"Wenningstedt/Sylt ";"04651/45299 ";" ";"04651/43150 ";" " +lieferant ;00505718;"Zeitzeichen Handels GmbH ";" ";"Theaterstrae 2 ";" ";"97070 ";"Wrzburg ";"0931/571555 ";" ";"0931/571560 ";" " +lieferant ;00505719;"E Vitale Schuhgrohandel ";"Inh.Maria Rosano ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131/386 85 32 ";" ";"02131/386 85 34 ";" " +lieferant ;00505720;"Collective Footwear B.V. ";" ";"Burg van der Klokkenlaan 21 ";" ";"5144 EE ";"Walwiik ";"+31-85/560 5751 ";" ";" ";" " +lieferant ;00505721;"Dstrezzed BV ";" ";"Sloterweg 303H ";" ";"1171 VC ";"Badhoevedorp ";"+31-6531/67092 ";" ";" ";" " +lieferant ;00505722;"Vespo GmbH ";" ";"Knigsallee 61 ";" ";"40215 ";"Dsseldorf ";"0211/42471349 ";" ";"0211/42471450 ";" " +lieferant ;00505723;"NAVIIV. Design UG ";" ";"Berchtesgadener Strae 17 ";" ";"81547 ";"Mnchen ";"089/6923567 ";" ";" ";" " +lieferant ;00505724;"C Da Mosto S.p.A. ";" ";"Via Venezia, 146 ";" ";"30037 ";"Scorz (VE) ";"+39-041/5899555 ";" ";" ";" " +lieferant ;00505725;"Michel-Verlag GmbH ";" ";"Johannes-Gutenberg-Str. ";" ";"66564 ";"Ottweiler / Saar ";" ";" ";" ";" " +lieferant ;00505726;"zz~Cebon Apparel PVT LTD (505714 nutzen)";" ";"12 Dan Y Rhiw Terrace ";" ";"NP114SP ";"Abercarn, Newport, Gwent ";" ";" ";" ";" " +lieferant ;00505727;"Neveling Exclusive Mode GmbH ";" ";"Modering 3B ";" ";"22457 ";"Hamburg ";"040/555 5 959 ";" ";"040/57007 178 ";" " +lieferant ;00505728;"Kikoy-Deutschland ";" ";"Gartenstr. 12 ";" ";"68799 ";"Reilingen ";"06205/2322412 ";" ";" ";" " +lieferant ;00505729;"Twin Set - Simona Barbieri s.r.l. ";" ";"Via del Commercio,32 ";" ";"41012 ";"Carpi (MO) ";"+39-059/6257511 ";" ";"+39-059/690491 ";" " +lieferant ;00505730;"cute stuff GmbH ";" ";"Leutstettener Str. 28 ";" ";"82319 ";"Starnberg ";"+49 (0) 8151-9716595 ";" ";"+49 (0) 8151-9716596 ";" " +lieferant ;00505731;"Rainer Gust ";" ";"Modering 1 A 019 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505732;"Arrabbiata Fashion (Martina Probst) ";" ";"Brgermeister-Graf-Ring 10 Rgb. ";" ";"82538 ";"Geretsried ";"08171/9991613 ";" ";"08171/9991615 ";" " +lieferant ;00505733;"Dante6 BV ";" ";"Delftweg 104b ";" ";"3043 NA ";"Rotterdam ";"+31-10/2080850 ";" ";" ";" " +lieferant ;00505734;"Ancini GmbH ";" ";"Kressenberg 33 ";" ";"45529 ";"Hattingen ";"02324/395882 ";" ";"02324/395884 ";" " +lieferant ;00505735;"Bumares GmbH (Diamond Cover) ";" ";"Justus-von-Liebig-Str. 2-12 ";" ";"85435 ";"Erding ";"08122/8801360 ";" ";"08122/8801369 ";" " +lieferant ;00505736;"PA.Ro. S.r.l. ";" ";"Via Verdi 15 ";" ";"40050 ";"Funo diArgelato (BO) ";"051-860196 ";" ";"051-860175 ";" " +lieferant ;00505737;"Sirio uno s.r.l. ";" ";"Via Giacosa 19 ";" ";"20052 ";"Monza ";" ";" ";" ";" " +lieferant ;00505738;"King Kong Oversize s.r.l. ";" ";"Via Degli Speziali 138, Blocco 25 ";" ";"40050 ";"Funo di Argellato (BO) ";" ";" ";" ";" " +lieferant ;00505739;"anificio Botto Giuseppe & Figli spa ";" ";"Via B. Sella, 166 ";" ";"13825 ";"Valle Mosso (BI) ";"+39-015/70481 ";" ";"+39-015/7011012 ";" " +lieferant ;00505740;"Paolo Casalini Srl ";" ";"Via dei Lanaioli - Blocco 11 ";" ";"40050 ";"Funo di Argelato ";"+39-051/861894 ";" ";"+39-051/862337 ";" " +lieferant ;00505741;"The Brand Stable Distribution Ltd ";" ";"St. Georges Hill ";" ";"TR6 0EB ";"Perranporth, Cornwall ";" ";" ";" ";" " +lieferant ;00505742;"Tullemans Modeagentur ";"Dorothea Tullemans-Ncker ";"Pallenbergstr. 16 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505743;"Lana Strickmoden ";"Gnther Dworschak ";"Innsbrucker Bundesstr. 79a ";" ";"5020 ";"Salzburg ";"+43-662/827449 ";" ";"+43-662/827449-76 ";" " +lieferant ;00505744;"Sommerlatschen Andreas Bohn ";" ";"Erisdorfer Str. 40 ";" ";"70599 ";"Stuttgart ";"01577/5167676 ";" ";" ";" " +lieferant ;00505745;"Li De Fa GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103/8045869 ";" ";"06103/8045873 ";" " +lieferant ;00505746;"Good Hope Bags GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103/8072185 ";" ";" ";" " +lieferant ;00505747;"JN Jrnn Nabert ";" ";"Hauptstr. 3 ";" ";"21483 ";"Krukow ";"0171-7240986 ";" ";" ";" " +lieferant ;00505748;"Texitalia srl ";" ";"Lungo Dora P. Colletta, 113/8 ";" ";"10153 ";"Torino (TO) ";"+39-011/2487089 ";" ";"+39-011/2481859 ";" " +lieferant ;00505749;"La Galleria bvba ";" ";"Antwerpsesteenweg 857 ";" ";"9041 ";"Oostakker ";"+32-9/2590441 ";" ";"+32-9/2513390 ";" " +lieferant ;00505750;"Gimpex NV ";" ";"Brugsesteenweg 108 ";" ";"8620 ";"Nieuwpoort ";"+32 (0) 58 22 26 30 ";" ";" ";" " +lieferant ;00505751;"LS Lady Shoes GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103/3867659 ";" ";"06103/3867658 ";" " +lieferant ;00505752;"X works ";" ";"Nies van der Schansstraat 11B ";" ";"5161 ";"CE Sprang-Capelle ";" ";" ";" ";" " +lieferant ;00505753;"Calzaturificio Brunate SPA ";" ";"Via del Seprio, 54 ";" ";"22074 ";"Lomazzo ";"+39 02 96779393 ";" ";"+39 02 96779596 ";" " +lieferant ;00505754;"Igmapa S.L. ";" ";"Calle Alicante 32, Apdo. 75 ";" ";"02640 ";"Almansa (Albacete) ";"+34 967 341 457 ";" ";"+34 967 343 369 ";" " +lieferant ;00505755;"Bernd Schrmann GmbH & Co. KG ";" ";"Meinekestr. 12 ";" ";"10719 ";"Berlin ";"0 30 2100 5740 ";" ";"030 2100 5741 ";" " +lieferant ;00505756;"Sorore srl (El Campero) ";" ";"Zona Ind. Belvedere lotto 5 ing. 2 n.97";" ";"53034 ";"Colle di Val d'Elsa (SI) ";"+39-0577/1606278 ";" ";"+39-0577/1601021 ";" " +lieferant ;00505757;"WAM Denim GmbH ";"Inh. Abdul Rahman Omari ";"Breslauer Str. 8, Imotex Neuss, Raum 128";" ";"41460 ";"Neuss ";"02131/383868-8 ";" ";"02131/383868-9 ";" " +lieferant ;00505758;"Sieger Design GmbH & Co. KG ";" ";"Schloss Harkotten ";" ";"48336 ";"Sassenberg ";"05426/9492-0 ";" ";"05426/9492-89 ";" " +lieferant ;00505759;"id Merchandising GmbH ";" ";"Wolbeker Strae 25 ";" ";"48231 ";"Warendorf ";"02581/78944-0 ";" ";" ";" " +lieferant ;00505760;"Patricia Romanowski ";" ";"Rothenbaumchaussee 11 ";" ";"20148 ";"Hamburg ";"040/65867984 ";" ";" ";" " +lieferant ;00505761;"Khrs Parkett Deutschland GmbH & Co. KG ";" ";"Rosentalstr. 8/1 ";" ";"72070 ";"Tbingen ";"07071/9193-0 ";" ";"07071/9193-110 ";" " +lieferant ;00505762;"Dixie s.r.l. (D Pure srl) ";" ";"Via Togliatti, 9/A ";" ";"50058 ";"Signa (FI) ";" ";" ";" ";" " +lieferant ;00505763;"Zappas, S.L. ";" ";"C/Galileo Galilei, 8 ";" ";"03203 ";"Elche ";"+34-965/683715 ";" ";"+34-965/683714 ";" " +lieferant ;00505764;"zz~Sunwear Textilagentur GmbH ";"(luft aus, bitte 547 verwenden!) ";"Siegstr. 13 ";" ";"40219 ";"Dsseldorf ";"0211/13720-161 ";" ";" ";" " +lieferant ;00505765;"zz~R.&M. Wegener ";"(luft aus, bitte 2410 verwenden!) ";"Vogelsbergstr. 157 ";" ";"36341 ";"Lauterbach ";" ";" ";" ";" " +lieferant ;00505766;"Andrea's Footwear, s.l. ";" ";"Partida El Cachap, 133 ";" ";"03330 ";"Cachap, Crevillente, Alicante ";"+34-96/6681312 ";" ";" ";" " +lieferant ;00505767;"bn srl ";" ";"Via Atene, 10 ";" ";"56038 ";"Ponsacco (PI) ";"+39-348/6022058 ";" ";" ";" " +lieferant ;00505768;"Jad sarl ";" ";"80, rue Raumur ";" ";"75002 ";"Paris ";"+33-1/42219595 ";" ";"+33-1/42213150 ";" " +lieferant ;00505769;"Knorr Prandell Creative GmbH ";" ";"Michael-Och-Strae 5 ";" ";"96215 ";"Lichtenfels ";"09571/793-0 ";" ";"09571/793-364 ";" " +lieferant ;00505770;"RG Koffer Handels GmbH & Co. KG ";"Wagner Luggage ";"Fraunhofer Strae 4 ";" ";"82377 ";"Penzberg ";"08856/80432-0 ";" ";"08856/80432-18 ";" " +lieferant ;00505771;"Retol GmbH ";" ";"Erich-Zeigner-Allee 6973 ";" ";"04229 ";"Leipzig ";"0341/337373-0 ";" ";"0341/337373-19 ";" " +lieferant ;00505772;"Esdro AG ";"Einkaufsgesellschaft Deutscher Drogisten";"Talhausstrae 4 ";" ";"68766 ";"Hockenheim ";"06205/958-100 ";" ";"06205/958-210 ";" " +lieferant ;00505773;"Shisha GmbH ";" ";"Legienstrae 40 ";" ";"24103 ";"Kiel ";"0431/22188940 ";" ";"0431/22188947 ";" " +lieferant ;00505774;"Material Art GmbH (MaTina Jewellery) ";" ";"Emster Strae 107 ";" ";"58093 ";"Hagen ";"02331/34029-40 ";" ";"02331/34029-41 ";" " +lieferant ;00505775;"Zdar GmbH ";" ";"Hoppertstr. 10 ";" ";"90409 ";"Nrnberg ";"0911/53006-24 ";" ";"0911/53006-16 ";" " +lieferant ;00505776;"Freidank GmbH (Jelly Joker) ";" ";"Neue Fahrt 3 ";" ";"34117 ";"Kassel ";"0561/7298930 ";" ";"0561/7298931 ";" " +lieferant ;00505777;"G&G srl ";" ";"Via Carlo Alberto Pizzardi, 50 ";" ";"40138 ";"Bologna (BO) ";"+39-051/4161494 ";" ";"+39-051/4161494 ";" " +lieferant ;00505778;"Michael Mller ";" ";"Kapellenstr. 3 ";" ";"86647 ";"Buttenwiesen ";"08274/997456 ";" ";"08274/997457 ";" " +lieferant ;00505779;"Nhatelier Nord ";" ";"Herrlichkeit 41 ";" ";"31613 ";"Wietzen ";"05022-891710 ";" ";"05022-891712 ";" " +lieferant ;00505780;"Sapatodo AG ";" ";"Fontanestr. 21 ";" ";"14193 ";"Berlin ";"030/34727936 ";" ";" ";" " +lieferant ;00505781;"Agentur Kthe Rotter ";" ";"Am Klner Brett 2 ";" ";"50825 ";"Kln ";" ";" ";" ";" " +lieferant ;00505782;"Shoes By Stuart S.l. ";" ";"Av De La Llibertat, 2, C/L Arenal 15b ";" ";"E-03610 ";"Petrel / Alicante ";" ";" ";" ";" " +lieferant ;00505783;"Transfer Fashion Nederland B.V. ";" ";"Koningin Wilhelminaplein 1 ";"69205 ";"1062H G ";"Amsterdam ";"0031 20 61 599 61 ";" ";"0031 20 61 578 69 ";" " +lieferant ;00505784;"Zip&Friends GmbH & Co.KG ";" ";"Otto-Vogler-Str. 7a ";" ";"65843 ";"Sulzbach ";"06106 / 6259280 ";" ";"06106 / 6259288 ";" " +lieferant ;00505785;"zz~Modeagentur Helmut Krebs (502255) ";" ";"Bogenstrasse 53 ";" ";"47799 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00505786;"Jutamo GmbH ";" ";"Philip-Reis-Str. 22 ";" ";"63165 ";"Mhlheim am Main ";"06108 / 799381 - 0 ";" ";"06108 / 799381-9 ";" " +lieferant ;00505787;"Aktiv-Schuh Handelsgesellschaft mbH ";" ";"Georg-Schendel-Str. 2 ";" ";"12489 ";"Berlin ";"030/303289-0 ";" ";"030/303289-499 ";" " +lieferant ;00505788;"Ladelle GmbHLadelle International Pty Lt";" ";"15 Corporate Ave ";" ";"VIC 3178 ";"Rowille ";" ";" ";" ";" " +lieferant ;00505789;"VimaVertrieb GmbH (multifanshop.de) ";" ";"Schlehenweg 8 ";" ";"47665 ";"Sonsbeck ";"02838/9896690 ";" ";"02838/9896335 ";" " +lieferant ;00505790;"Tappolino, Haan & Nietz GbR ";" ";"Semperstr. 2 ";" ";"22303 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505791;"Levy Apparel Europe GmbH ";" ";"Jgerstrasse 65 ";" ";"10117 ";"Berlin ";"030 / 24084870 ";" ";"030/24083899 ";" " +lieferant ;00505792;"HappyRainDays ";" ";"Maassluisstraat 2 ";" ";"1062 BD ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505793;"Elephant Slackline GmbH ";" ";"Hermann-Khl-Strae 2 ";" ";"89160 ";"Dornstadt ";"07348/2005-130 ";" ";"07348/2005-55 ";" " +lieferant ;00505794;"Hickies Europe SA ";" ";"Baarerstrasse 53 ";" ";"6304 ";"Zug ";"+49 1578 1532 638 ";" ";" ";" " +lieferant ;00505795;"Tre Vertrieb GmbH ";" ";"Hans-Stressberger-Str. 2b ";" ";"85540 ";"Haar bei Mnchen ";"0800/1818618 ";" ";" ";" " +lieferant ;00505796;"D.A.T.E. srl ";" ";"Via Nove, 8 ";" ";"d ";"Montelupo fiorentino (FI) ";"+39-0571/541482 ";" ";"+39-0571/911946 ";" " +lieferant ;00505797;"Verlag Friedrich Oetinger GmbH ";" ";"Poppenbtteler Chaussee 53 ";" ";"22397 ";"Hamburg ";"040/607909-02 ";" ";"040/6072326 ";" " +lieferant ;00505798;"Nubikk B.V. ";" ";"Burgemeester van der Klokkenlaan 21 ";" ";"5141 EE ";"Waalwijk ";"+31-85/5605751 ";" ";" ";" " +lieferant ;00505799;"Bruno's SpA ";" ";"Via Sardegna, 23 ";" ";"40017 ";"S.Matteo della Decima (BO) ";"+39-051/6824101 ";" ";"+39-051/6824004 ";" " +lieferant ;00505800;"Camion Blue GmbH ";" ";"Saarwiesenweg 2 ";" ";"66333 ";"Vlkingen ";"06898 - 29 98 56 ";" ";"06898 - 50 49 27 ";" " +lieferant ;00505801;"Hartung GmbH & Co.KG ";" ";"Dreschflegel 4 ";" ";"24537 ";"Neumnster ";"04321/200598-0 ";" ";"04321/200598-30 ";" " +lieferant ;00505802;"Beefer Grillgerte GmbH ";" ";"Kronprinzenstr. 7 ";" ";"53639 ";"Knigswinter ";" ";" ";" ";" " +lieferant ;00505803;"Caridei Bros. Gloves SRL ";" ";"Via Domenico Di Gravina 11 ";" ";"80136 ";"Napoli (NA) ";"+39-081/5449823 ";" ";"+39-081/19020087 ";" " +lieferant ;00505804;"Black Trading Company GmbH & Co. KG ";" ";"Humboldtstr. 4/1 ";" ";"71032 ";"Bblingen ";"07031/41100-10 ";" ";"07031/41100-15 ";" " +lieferant ;00505805;"Sport Allertz GmbH ";" ";"Poensgenstr. 5 ";" ";"41334 ";"Nettetal-Kaldenkirchen ";"02157 / 65 88 ";" ";" ";" " +lieferant ;00505806;"Stefanel S.p.A. ";" ";"Via Postumia, 85 ";" ";"31047 ";"Ponte di Piave (TV) ";" ";" ";" ";" " +lieferant ;00505807;"Kannai Mnchen GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00505808;"Ammann & Co. AG ";"Schuhfabrik ";"Muhenstr. 11 ";" ";"5036 ";"Oberentfelden ";"+41-62/7233131 ";" ";"+41-62/7230515 ";" " +lieferant ;00505809;"Jassy-Moden Darshan Singh-Chouhan ";" ";"Modering 3 Hs.B ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505810;"Gourmet, Passion for Life, S.L. ";" ";"C/ Colon, 7 ";" ";"03600 ";"Elda - Alicante ";"+34-615/950604 ";" ";"+34-683/279253 ";" " +lieferant ;00505811;"zz~Arcadia s.r.l. (31580 nutzen) ";" ";"Via A.Grandi 5/9 ";" ";"61034 ";"Fossombrone (PU) ";" ";" ";" ";" " +lieferant ;00505812;"Die Tasche/Sylt, Dieter Beck ";" ";"Neumarkt 18-24 ";" ";"50667 ";"Kln ";" ";" ";" ";" " +lieferant ;00505813;"Nuova Euroitalia s.r.l. ";" ";"Via Bianzana, 40 ";" ";"24124 ";"Bergamo ";"+39-035/4175465 ";" ";"+39-035/4175495 ";" " +lieferant ;00505814;"eleven teamsports GmbH ";" ";"Goldbacher Strae 81 ";" ";"74564 ";"Crailsheim ";"07951/9645-100 ";" ";"07951/9645-199 ";" " +lieferant ;00505815;"Boccaccini S.p.A ";" ";"Via Mare Egeo, 9/13 ";" ";"63821 ";"Porto SantElpidio (FM) ";"+39-0734/8780-11 ";" ";"+39-0734/8780-14 ";" " +lieferant ;00505816;"F. Anton Kesper GmbH ";" ";"Im Gewerbepark 1 ";" ";"34508 ";"Willingen-Rattlar ";"05632/9499-0 ";" ";"05632/7749 ";" " +lieferant ;00505817;"SC Angela International Srl ";" ";"Calea Chisinaului, 2bis ";" ";"700264 ";"Iasi ";"+40-752007937 ";" ";" ";" " +lieferant ;00505818;"Lederer ";" ";"14 rue Martel ";" ";"75010 ";"Paris ";"+33 (0) 147 70 18 54 ";" ";" ";" " +lieferant ;00505819;"PWT A/S (Texman) ";" ";"Gteborgvej 15 ";" ";"9200 ";"Aalborg SV ";"+45-7245 4545 ";" ";" ";" " +lieferant ;00505820;"Duvetica Deutschland GmbH ";" ";"St.-Martin-Str. 69 ";" ";"81669 ";"Mnchen ";"089/200797-70 ";" ";"089/ 20947216 ";" " +lieferant ;00505821;"STOF S.A. ";" ";"Z.I. La Gravoux, BP 39 ";" ";"42380 ";"La Tourette ";"+33-477/501352 ";" ";"+33-477/500141 ";" " +lieferant ;00505822;"Fritz s.r.l. ";" ";"Via Guglielmo Oberdan, 13 ";" ";"33170 ";"Pordenone (PN) ";"+39-0434/524722 ";" ";"+39-0434/242086 ";" " +lieferant ;00505823;"Wilhelm Johann Meier GmbH ";"ehemals Suri Frey GmbH ";"Heinrich-Krumm-Str. 12 ";" ";"63073 ";"Offenbach am Main ";"069/894097 ";" ";"069/897017 ";" " +lieferant ;00505824;"Indula GmbH ";" ";"Auf den Steinen 2 ";" ";"37191 ";"Lindau ";"05556/99100 ";" ";"05556/991020 ";" " +lieferant ;00505825;"Arthur Zimmermann GmbH (az display) ";" ";"Liebigstrae 20 ";" ";"48301 ";"Nottuln ";"02502/224599 ";" ";"02502/228785 ";" " +lieferant ;00505826;"MondKini, Sebastian Schwendner ";" ";"Passauer Str. 4 ";" ";"94130 ";"Obernzell ";"08591/9001-21 ";" ";"08591/9001-22 ";" " +lieferant ;00505827;"Kletschka Planen-Zelte-Markisen GmbH ";" ";"Dorfstrae 1 ";" ";"02739 ";"Kottmar, OT Neueibau ";"03586 / 788610 ";" ";"03586 / 788612 ";" " +lieferant ;00505828;"Mindvent Online GmbH (Dirndl.com) ";" ";"Otto-Konz-Str. 5 ";" ";"74321 ";"Bietigheim-Bissingen ";"069/78081285 ";" ";"069/173268209 ";" " +lieferant ;00505829;"Haddad Europe GmbH ";"Sport Fashion Center im Euromoda ";"Carl-Schurz-Strasse 7 ";" ";"41460 ";"Neuss ";"+1-212/6303100 ";" ";"+1-212/6303131 ";" " +lieferant ;00505830;"Jaketex GmbH (isilk) ";" ";"Wiesenstrae 16 ";" ";"40549 ";"Dsseldorf ";"0049 - (0)211 - 950 747 0 ";" ";"0049 - (0)211 - 950 747 40 ";" " +lieferant ;00505831;"MyFashionPool UG ";" ";"Friedberger Landstr. 645 ";" ";"60389 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00505832;"Francis & Co S.r.l. ";" ";"Via Ferrante Partita IVA ";" ";"80146 ";"Neapel ";" ";" ";" ";" " +lieferant ;00505833;"F.A.K. Trade GmbH (FR) ";" ";"20 Rue Danielle Casanova ";" ";"75002 ";"Paris ";"+33-660127645 ";" ";" ";" " +lieferant ;00505834;"Calzaturificio Thema s.r.l. ";" ";"Via Tione, 8 ";" ";"37010 ";"Pastrengo (VR) ";"+39-045/6770225 ";" ";"+39-045/7170700 ";" " +lieferant ;00505835;"Andersson Import GmbH ";" ";"Am Fronhof 16 ";" ";"40667 ";"Meerbusch ";"02132 - 1318220 ";" ";"02132 - 1318221 ";" " +lieferant ;00505836;"Alexa Stahlhut ";" ";"Rellinger Str. 83 ";" ";"20257 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00505837;"Natex of Scandinavia AS ";" ";"Blangstedgaardsvej 1 ";" ";"5220 ";"Odense ";"+45 6317 0120 ";" ";"+45 6317 0121 ";" " +lieferant ;00505838;"Maple Group BV ";" ";"Hoofweg 503 ";" ";"2131 ";"MT Hoofddorp ";"+31 235629210 ";" ";"+31 235576953 ";" " +lieferant ;00505839;"Wschekrone GmbH ";" ";"Hirschstr. 98 ";" ";"89150 ";"Laichingen ";"+49 (0)7333 804-0 ";" ";"+49 (0)7333 804-30 ";" " +lieferant ;00505840;"zz~Icon Brand (luft aus, 505741 nutzen)";" ";"81 Rivington Street ";" ";"EC2A 3AY ";"Shoreditch, London ";"+44-203/137-7217 ";" ";" ";" " +lieferant ;00505841;"Long Da Moda ";" ";"Frankfurter Str. 70-72, 3 Et. R. 366 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00505842;"Blindenwerksttte Betzdorf ";" ";"Hellerstrae 9 ";"549 ";"57518 ";"Betzdorf/Sieg ";"02741/9215-0 ";" ";"02741/9215-20 ";" " +lieferant ;00505843;"Jeanskraft UG ";"Peter Mais ";"Passweg 9 ";" ";"44867 ";"Bochum ";"0170/9022794 ";" ";" ";" " +lieferant ;00505844;"Ellen eisemann Fashion GmbH ";" ";"Monumentenstr. 33/34 ";" ";"10829 ";"Berlin ";" ";" ";" ";" " +lieferant ;00505845;"Defend Paris ";"Sapatodo ";"Potsdammer Str. 4 ";" ";"10785 ";"Berlin ";" ";" ";" ";" " +lieferant ;00505846;"Koos Manufactureing Inc. ";"AG Adriano Goldschmied ";"2741 Seminole Avenue ";" ";"90280 ";"South Gate, California ";" ";" ";" ";" " +lieferant ;00505847;"GZI - Absorba Permanent ";" ";"33 rue Martyrs de Resistance ";" ";"10080 ";"Troyes ";" ";" ";" ";" " +lieferant ;00505848;"Born Originals, Melvin Lamberty ";" ";"Oralenburger Str. 13 ";" ";"26388 ";"Wilhelmshaven ";"01732813098 ";" ";" ";" " +lieferant ;00505849;"Company Reichert Wolfgang Modeagentur ";" ";"Kaiserswerther Str. 229 ";" ";"40474 ";"Dsseldorf ";"+49 (0)211 537 09 78 ";" ";"+49 (0)211 528 07 29 ";" " +lieferant ;00505850;"Annalisa s.r.l. ";" ";"Via della Chimica, 17 ";" ";"41012 ";"Carpi (MO) ";" ";" ";" ";" " +lieferant ;00505851;"Di Lorenzo s.r.l. ";" ";"Via N. Blondo, 2 ";" ";"41012 ";"Carpi (MO) ";" ";" ";" ";" " +lieferant ;00505852;"Melton A/S ";" ";"Adalen 7D ";" ";"6600 ";"Vejen ";" ";" ";" ";" " +lieferant ;00505853;"Brama Srl ";" ";"Via dei Torrazzi, 41 ";" ";"41122 ";"Modena (MO) ";"+39-059/251664 ";" ";"+39-059/253902 ";" " +lieferant ;00505854;"Frogs Snc ";" ";"Via Serbelloni, 4 ";" ";"20122 ";"Milano (MI) ";"+39-0255191624 ";" ";"+39-025511267 ";" " +lieferant ;00505855;"Syltfisch GmbH ";" ";"Mittelweg 5 ";" ";"25980 ";"Sylt/OT Tinnum ";"04651/9578777 ";" ";"04651/9578778 ";" " +lieferant ;00505856;"Giab's s.r.l. ";" ";"Via Rocco Benni, 15 ";" ";"50013 ";"Campi Bisenzio (FI) ";"+39-0558960104 ";" ";"+39-0558960764 ";" " +lieferant ;00505857;"M. Albers GmbH ";" ";"Thurnbichlweg 58 ";" ";"6353 ";"Going am Wilden Kaiser ";"+43-5358/43078 ";" ";"+43-5358/43079 ";" " +lieferant ;00505858;"Monny Kinderkleding ";" ";"Breukelsestraat 88 ";" ";"5281 HE ";"Boxtel ";"+31-411/686224 ";" ";"+31-411/677857 ";" " +lieferant ;00505859;"ba&sh s.a.s. ";" ";"52/54, rue des Tournelles ";" ";"75003 ";"Paris ";"+33-1/45081415 ";" ";"+33-1/42361273 ";" " +lieferant ;00505860;"Krasilnikoff A/S ";" ";"Nokkentvedgard 18 ";" ";"4440 ";"Morkov ";" ";" ";" ";" " +lieferant ;00505861;"Sumsum GmbH ";" ";"Albert-Schweizer-Strae 30 ";" ";"63303 ";"Dreieich ";"06103 / 807 553 ";" ";"06013 /807 554 ";" " +lieferant ;00505862;"Moser Bessel GmbH (feynest) ";" ";"Leonhardstr. 13 ";" ";"70182 ";"Stuttgart ";"0711/91410256 ";" ";"0711/91410259 ";" " +lieferant ;00505863;"Wellicious Ltd ";" ";"First Floor, 18-24 Westbourne Grove ";" ";"W2 5RH ";"London ";"+44-20/72213300 ";" ";"+44-20/72216996 ";" " +lieferant ;00505864;"Pandora Jewelry GmbH ";" ";"Hans-Duncker Str. 14 ";" ";"21035 ";"Hamburg ";"040/248756-0 ";" ";"040/248756-402 ";" " +lieferant ;00505865;"Hi5 GmbH (Saarbrcken) ";" ";"In den Hallen 23 ";" ";"66115 ";"Saarbrcken ";"0681/37200990 ";" ";"0681/37200999 ";" " +lieferant ;00505866;"Chula GmbH ";"c/o Alexander Grtner ";"Stralauer Allee 9 ";" ";"10245 ";"Berlin ";"015778928878 ";" ";" ";" " +lieferant ;00505867;"Double G Jeans GmbH (Duncan) ";" ";"Hammer Strae 13 ";" ";"40219 ";"Dsseldorf ";"0211/59857477 ";" ";"0211/59872135 ";" " +lieferant ;00505868;"Groupe Chrono Import sarl ";" ";"1659 Chemin Robert Brun-ZA Camp Laurent ";" ";"83500 ";"La Seyne sur Mer ";"+22-4/94102580 ";" ";"+22-4/94102589 ";" " +lieferant ;00505869;"Mahu in Love, Monika Schreiber ";" ";"Buchenstrae 26 ";" ";"82152 ";"Krailling ";"089/12020231 ";" ";" ";" " +lieferant ;00505870;"HSV-Arena GmbH & Co. KG ";" ";"Sylvesterallee 7 ";" ";"22525 ";"Hamburg ";"040/4155-1887 ";" ";"040/4155-1234 ";" " +lieferant ;00505871;"Pro Contact Shoes, S.L. ";" ";"Avda. de Elche, 183 ";" ";"03008 ";"Alicante ";"+34 965 115 460 ";" ";"+34 965 102 561 ";" " +lieferant ;00505872;"QQoo Import Export GmbH ";" ";"Otto-Hahn-Str. 17 ";" ";"63303 ";"Dreieich ";"06103/8702465 ";" ";"06103/8702468 ";" " +lieferant ;00505873;"ELO-Stahlwaren Karl Grnewald & Sohn ";"GmbH & Co.KG ";"Dalbergerstr. 20 ";" ";"55595 ";"Spabrcken ";"06706/914-0 ";" ";"06706/914-222 ";" " +lieferant ;00505874;"gooix Group Europe GmbH ";" ";"Franzosenhausweg 57 ";" ";"4030 ";"Linz, Donau ";"+43-732/779826-900 ";" ";"+43-732/779826-915 ";" " +lieferant ;00505875;"Minx-Mode Acc. GmbH ";" ";"Gut Strehlhof ";" ";"97332 ";"Volkach ";"09381/8494-0 ";" ";"09381/8494-41 ";" " +lieferant ;00505876;"Ludger Fuchs Trachtenmoden ";" ";"Schorndorfer Str. 51 ";" ";"93426 ";"Roding ";"09461 - 91130 ";" ";"09461 - 911310 ";" " +lieferant ;00505877;"Marschall Trachten-Accessoires ";" ";"Robert-Harti-Str. 44 ";" ";"86316 ";"Friedberg ";"0821 / 60 96 43 ";" ";"0821 / 54 01 482 ";" " +lieferant ;00505878;"Superior Goods B.V. ";" ";"Sprangsevaart 20a ";" ";"5161 JW ";"Sprang Capelle ";" ";" ";" ";" " +lieferant ;00505879;"ajoofa GmbH ";" ";"Bockgasse 17 ";" ";"89073 ";"Ulm ";"0731/14397440 ";" ";" ";" " +lieferant ;00505880;"Mouli Clothing AB ";" ";"Frihamnsgatan 52 ";" ";"115 56 ";"Stockholm ";"+46-8/142211 ";" ";" ";" " +lieferant ;00505881;"Eva Krsak (Just EVE) ";" ";"Ingolstdter Strae 44, Fashion Atrium ";" ";"80807 ";"Mnchen ";"089/35895699 ";" ";"089/35895654 ";" " +lieferant ;00505882;"Kathy Jewels, Katrin Herr ";" ";"Bolkerstr. 57 ";" ";"40213 ";"Dsseldorf ";"0211/17808-253 ";" ";"0211/17808-704 ";" " +lieferant ;00505883;"Hulker Europe Distribution s.r.o. ";" ";"Osadni 12A/324 ";" ";"CZ-17 000 ";"Prag ";" ";" ";" ";" " +lieferant ;00505884;"CMH Consulting, Management ";"und Handel GmBH ";"Unterer Stadtplatz 27 ";" ";"6330 ";"Kufstein ";"+43 53 72 7 16 19 ";" ";" ";" " +lieferant ;00505885;"Sonja Ricci International AG ";" ";"Vordorf 560 ";" ";"9044 ";"Wald AR ";"+49 21198591495 ";" ";"+49 21199542423 ";" " +lieferant ;00505886;"Cima Footwear ";" ";"Manuel de falla, 13 ";" ";"03203 ";"Elche Alicatne ";" ";" ";" ";" " +lieferant ;00505887;"PB Bade & Freizeitmode GmbH ";" ";"Am unteren Weinberg 13 ";" ";"93077 ";"Bad Abbach ";" ";" ";" ";" " +lieferant ;00505888;"Karma of Charme srl ";" ";"Corso Garibaldi, 8 ";" ";"63811 ";"Sant'Elpidio a Mare ";" ";" ";" ";" " +lieferant ;00505890;"Wolfgang Meyer Handelsagentur CDH ";" ";"Hochfellnstr. 7 ";" ";"83371 ";"Stein an der Traun ";"08621/5666 ";" ";"08621/5668 ";" " +lieferant ;00505891;"uslu cosmetics GmbH ";" ";"Torstrae 125 ";" ";"10119 ";"Berlin ";"030/23459879 ";" ";"030/23320773388 ";" " +lieferant ;00505892;"Jacob Cohen Company S.p.A. ";" ";"Viale Risorgimento 65 ";" ";"45011 ";"Adria (Ro) ";" ";" ";" ";" " +lieferant ;00505893;"Pre-End ApS ";" ";"Erhvervsparken 4 ";" ";"8900 ";"Randers ";"+45 (0) 8614 1070 ";" ";"+45 (0) 7564 3014 ";" " +lieferant ;00505894;"MH Services GmbH ";" ";"Derendorfer Allee 4a ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00505895;"Alma & Lovis GmbH ";" ";"Endenicher Allee 25-27 ";" ";"53121 ";"Bonn ";" ";" ";" ";" " +lieferant ;00505896;"Mone Thomalla GbR ";" ";"Hauptstr. 13 ";" ";"24649 ";"Fuhlendorf ";"04192/8192233 ";" ";"04192/2011224 ";" " +lieferant ;00505897;"zz~Groupe Chrono Import (505868 nutzen) ";" ";"Za Camp Laurent 1659 av Robert Brun ";" ";"83500 ";"La Seyne sur mer ";" ";" ";" ";" " +lieferant ;00505898;"f2h fashion GmbH ";" ";"Bahnhofstrae 26 ";" ";"72138 ";"Kirchentellinsfurt ";"07121/1383838 ";" ";"07121/1382213 ";" " +lieferant ;00505899;"Fink Teppichboden GmbH ";" ";"Sternbuschweg 292a ";" ";"47057 ";"Duisburg ";"0203/357485 ";" ";"0203/370029 ";" " +lieferant ;00505900;"Barbed s.r.l. ";" ";"Via del Padule 64 ";" ";"50018 ";"Scandicci , Florence ";" ";" ";" ";" " +lieferant ;00505901;"Bickley u. Mitcheil ";" ";"Prinsengracht 473 ";" ";"1016 HP ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00505902;"Goodstuff Fashion Company GmbH ";" ";"Obere Wrthstr. 17 ";" ";"90403 ";"Nrnberg ";"0911 / 235 09 29 ";" ";"0911 / 378 50 35 ";" " +lieferant ;00505903;"P.A.C. GmbH ";" ";"Alois-Trk Strae 1 ";" ";"97424 ";"Schweinfurt ";"09721/75975-0 ";" ";"09721/75975-19 ";" " +lieferant ;00505904;"Chompas Strickbekleidung ";"nd Aski Lederwaren Claus Steinbeck ";"Bahnhofstr. 21 ";" ";"87781 ";"Ungerhausen ";"0 83 93 - 94 37 33 ";" ";"0 83 93 - 94 37 46 ";" " +lieferant ;00505905;"Maypol, S.L. ";" ";"Ctra. de Calasparra km. 0.5, Apdo. 49 ";" ";"30400 ";"Caravaca de la Cruz, Murcia ";"+34-968/7414-09 ";" ";"+34-968/7414-26 ";" " +lieferant ;00505906;"GW Sport-Brands GmbH ";" ";"Hohmannstrae 10 ";" ";"97421 ";"Schweinfurt ";"09721/75975-0 ";" ";"09721/75975-19 ";" " +lieferant ;00505907;"Shiner UK Ltd ";" ";"1700 Park Avenue, Aztec West ";" ";"BS32 4UA ";"Bristol ";"+44-117/9556035 ";" ";" ";" " +lieferant ;00505908;"Pink Gin Industries GmbH & Co. KG ";" ";"Max-Nder-Strae 15 ";"1260 ";"37115 ";"Duderstadt ";"05527/848-1601 ";" ";"05527/848-1303 ";" " +lieferant ;00505909;"Holger Kittner Accessoires ";" ";"Winzerstrae 8 ";" ";"63773 ";"Goldbach ";"06021/456379 ";" ";"06021/456380 ";" " +lieferant ;00505910;"Atipic s.r.l. ";" ";"Via Battistotti Sassi Luisa, 14 ";" ";"20133 ";"Milano (MI) ";"+39-328/8861671 ";" ";" ";" " +lieferant ;00505911;"Decay Modevertrieb GmbH ";"(ehem. Decay-Jeanswear UG) ";"Breslauer Strae 8 ";" ";"41460 ";"Neuss ";"02131/3846926 ";" ";"02131/3846929 ";" " +lieferant ;00505912;"Alpargatas Europe SLU ";" ";"Avda. Arroyo del Santo 4 bis ";" ";"28042 ";"Madrid ";"+34-911/332672 ";" ";" ";" " +lieferant ;00505913;"Trading Up Werbeagentur GmbH ";" ";"Neusser Strae 27-29 ";" ";"50670 ";"Kln ";"0221/270563-0 ";" ";" ";" " +lieferant ;00505914;"ABC Accessories Bags & Cosmetics SpA ";" ";"Via Curzio Malaparte, 11 ";" ";"50145 ";"Firenze (FI) ";"+39-055/3230-1 ";" ";"+39-055/3230-333 ";" " +lieferant ;00505915;"DS Print Daniel Siekmann ";"Druck- und Werbetechnik ";"Dammstrae 18 ";" ";"33818 ";"Leopoldshhe ";"05202/9283346 ";" ";" ";" " +lieferant ;00505916;"Boogs Home GmbH ";" ";"Ehrenstr. 84 - 86 ";" ";"50672 ";"Kln ";"0221/2712726 ";" ";"0221/2725461 ";" " +lieferant ;00505917;"Bohemia Cristal Handelsgesellschaft mbH ";" ";"Christian-Hfer-Ring 54 ";" ";"95100 ";"Selb ";"09287/86-0 ";" ";"09287/86-28 ";" " +lieferant ;00505918;"Company No. 7 Ltd. ";" ";"Marktgasse 21/Top 32 ";" ";"1090 ";"Wien ";"+43-676/6663303 ";" ";" ";" " +lieferant ;00505919;"On AG ";" ";"Pfingstweidstrasse 106 ";" ";"8005 ";"Zrich ";"+41-44/22515-55 ";" ";"+41-44/22515-56 ";" " +lieferant ;00505920;"HSCPH ApS (Henriette Steffensen) ";" ";"Sognevej 42 ";" ";"2820 ";"Gentofte ";"+45-3963 6067 ";" ";" ";" " +lieferant ;00505921;"Colour Wear AB ";" ";"Torsgatan 5b ";" ";"41104 ";"Gteborg ";"+46-31/203366 ";" ";" ";" " +lieferant ;00505922;"Lustsee GmbH ";" ";"Frechenseeweg 3 ";" ";"82402 ";"Seeshaupt ";"08801/302560 ";" ";"08801/302562 ";" " +lieferant ;00505923;"natubini GmbH ";" ";"Im Ruttenberge 8 ";" ";"57482 ";"Wenden ";"02762/9879-16 ";" ";"02762/9879-17 ";" " +lieferant ;00505924;"MJH International B.V. ";" ";"De Marowijne 23 ";" ";"1689 AR ";"Zwaag ";"+31-229/266742 ";" ";" ";" " +lieferant ;00505925;"Studio Domano Int. Fashion (Studio Dome)";" ";"Raapstraat 4 ";" ";"2000 ";"Antwerpen ";"+32-3770 6900 ";" ";"+32-3233 7400 ";" " +lieferant ;00505926;"hummeldesign Rainer Hummel ";" ";"Holm 76 ";" ";"24937 ";"Flensburg ";"0461/1605441 ";" ";"0461/40838810 ";" " +lieferant ;00505927;"Stuart Weitzman LLC ";" ";"2400 E. Commercial Blvd #506 ";" ";"FL 33308 ";"Fort Lauderdale, Florida ";"+1-954/489-0486 ";" ";" ";" " +lieferant ;00505928;"Manifattura Valcismon S.p.A. ";" ";"Via Marconi, 81/83 ";" ";"32030 ";"Fonzaso (BL) ";"+39-0439/5711 ";" ";"+39-0439/56436 ";" " +lieferant ;00505929;"M & K Holding GmbH ";" ";"Kaiserwerther Str. 144 ";" ";"40474 ";"Dsseldorf ";"0211/984311-0 ";" ";"0211-9367863-9 ";" " +lieferant ;00505930;"QueenZ ApS ";" ";"Sverigesgade 10 ";" ";"4690 ";"Haslev ";"+45-5631 5636 ";" ";"+45-5631 2636 ";" " +lieferant ;00505931;"Thema srl (Fumagalli) ";" ";"Via Carso, 14 ";" ";"22100 ";"Como (CO) ";"+39-031/308178 ";" ";"+39-031/303127 ";" " +lieferant ;00505932;"Manifattura Enzo Grassetti GmbH ";" ";"Seestrae 43 ";" ";"83700 ";"Rottach Egern ";"08022/8599903 ";" ";"08022/8599904 ";" " +lieferant ;00505933;"Von Zeiten GmbH ";" ";"Im Taubental 41 ";" ";"41468 ";"Neuss ";"02131/7507-500 ";" ";"02131/7507-599 ";" " +lieferant ;00505955;"ARCTE Fashion Brands ";" ";"Via Ospodale 10 ";" ";"46042 ";"Castel Golfredo ";" ";" ";" ";" " +lieferant ;00505956;"Pikstein GmbH ";" ";"Groe Gildewart 23a ";" ";"49074 ";"Osnabrck ";"+49 (0)541 668 813 39 ";" ";"+49 (0)541 668 813 40 ";" " +lieferant ;00505957;"Ibana BV ";" ";"Konigin Wilhelminaplein 1 ";" ";"69215 CE ";"Amsterdam ";"+31 20 615 00 05 ";" ";"+31 20 614 21 23 ";" " +lieferant ;00505958;"4 funky flavours ";" ";"Torenallee 32-10 ";" ";"5617 BD ";"Eindhoven ";" ";" ";" ";" " +lieferant ;00505959;"Texvall Premium s.l.u. ";" ";"Calle de la Fragua 3 ";" ";"28944 ";"Fuenlabrada ( Madrid) ";"+34 91 328 48 85 ";" ";"+34 91 328 48 92 ";" " +lieferant ;00505960;"TuEs! Handelsgesellschaft mbH (drescher)";" ";"Hohlweg 1 ";" ";"97232 ";"Sulzdorf / Giebelstadt ";"09334/941-670 ";" ";"09334/941-664 ";" " +lieferant ;00505961;"Goldbergh BV ";" ";"Tokyostraat 7-11 ";"P.O. Box 69056 ";"1175 RB ";"Lijnden ";"+31-20/6155492 ";" ";" ";" " +lieferant ;00505962;"Cavallini Papers & Co., Inc. ";" ";"401 Forbes Boulevard ";" ";"CA 94080 ";"South San Francisco ";"+1-650/616-4500 ";" ";"+1-650/616-4501 ";" " +lieferant ;00505963;"MMM GmbH (Spieluhrenwelt) ";" ";"Rheinallee 7 & 8 ";" ";"65385 ";"Rdesheim am Rhein ";"06722/2038-300 ";" ";"06722/2038-301 ";" " +lieferant ;00505964;"Ercoli s.r.l. ";" ";"Via Sant Andrea 53 ";" ";"63813 ";"Monte Urano (FM) ";" ";" ";" ";" " +lieferant ;00505965;"Stefan Spitz, Design im Dorf 25 ";" ";"Dorfstrae 15 ";" ";"79872 ";"Bernau ";" ";" ";" ";" " +lieferant ;00505966;"Antonella s.r.l. ";" ";"Viale Europa 252 ";" ";"55014 ";"Marlina ( Lucca) ";" ";" ";" ";" " +lieferant ;00505967;"Nicola Hinrichsen Accessoires ";" ";"Andreas-Knack-Ring 8 ";" ";"22307 ";"Hamburg ";"040/463473 ";" ";"040/46071926 ";" " +lieferant ;00505968;"Butik Dayi Germany GmbH ";" ";"Einsteinstr. 8 ";" ";"63303 ";"Dreieich-Sprendlingen ";"06103/36845 ";" ";"06103/36612 ";" " +lieferant ;00505969;"Optamit GmbH ";" ";"Toyota-Allee 43 ";" ";"50858 ";"Kln ";"0221/7090067-0 ";" ";"0221/7090067-9 ";" " +lieferant ;00505970;"Raumausstattung Rudolf GbR ";"Johannes & Slawa Rudolf ";"Robachstrae 12 ";" ";"36272 ";"Niederaula ";" ";" ";" ";" " +lieferant ;00505971;"Grandeco Wallfashion Group NV ";" ";"Wakkensesteenweg 49 ";" ";"8700 ";"Tielt ";"+32-51/4247-11 ";" ";"+32-51/4247-47 ";" " +lieferant ;00505972;"LKG Leipziger Kommissions- und ";"Grobuchhandelsges. mbH ";"An der Sdspitze 1-12 ";" ";"04579 ";"Espenhain ";"034206/65-0 ";" ";"034206/65-1750 ";" " +lieferant ;00505973;"Sammer Modeagentur ";" ";"Mariendorfer Damm 1-3 ";" ";"12099 ";"Berlin ";"030/25561245 ";" ";"030/25561245 ";" " +lieferant ;00505974;"Four Marketing Ltd (Velvet Europe) ";" ";"20 Garrett Street ";" ";"EC1Y 0TW ";"London ";"+44-207/608-9100 ";" ";"+44-207/608-9110 ";" " +lieferant ;00505975;"Bipharm Arzneimittel GmbH ";" ";"Dorfstr. 11 ";" ";"4820 ";"Bad Ischl ";"+43-676/83205274 ";" ";" ";" " +lieferant ;00505976;"Sprenger Khler GmbH ";" ";"Dorfstr. 47 ";" ";"59581 ";"Warstein Allagen ";"02925 / 818 628 ";" ";" ";" " +lieferant ;00505977;"Noor Moden GmbH & Co. KG ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neus ";" ";" ";" ";" " +lieferant ;00505978;"Marisol Arnau S.L. ";" ";"C/ Alberto Sols, 32 (Parque Industrial) ";" ";"03203 ";"Elche (Alicante) ";"+34-96/5681454 ";" ";"+34-96/5681455 ";" " +lieferant ;00505979;"Gloriette Fashion GmbH ";" ";"Kastellstr. 46 ";" ";"7551 ";"Stegersbach ";"+43 (0)3326-52401-0 ";" ";"+43 (0)3326-52401-49 ";" " +lieferant ;00505980;"La Violet, Viola Mbius e.k. ";" ";"Palmaille 54 ";" ";"22767 ";"Hamburg ";"+49 (0)40. 431 90 87-0 ";" ";"+49 (0)40. 431 90 87-5 ";" " +lieferant ;00505981;"Accessoires & Lifestyle GbR ";" ";"Mahdenthalstr.96 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00505982;"Le Streghe S.r.l. ";" ";"Localita' Centergross Blocco, 7 ";" ";"40050 ";"Funo di Argelato (bo) ";"+39 051 6646422 ";" ";"+39 051 6646066 ";" " +lieferant ;00505983;"Mirage s.r.l. ";" ";"Via degli Speziali 161 ";" ";"40050 ";"Funo die Argelato (BO) ";"+39.051.8651711 ";" ";"+39.051.863247 ";" " +lieferant ;00505984;"Carrera S.p.A. ";" ";"Via Santa Irene 1 ";" ";"37042 ";"Caldiero ";" ";" ";" ";" " +lieferant ;00505985;"Simply Sweat GmbH ";" ";"Reuchlinstr. 10-11, H.05 ";" ";"10553 ";"Berlin ";"0177/7535330 ";" ";" ";" " +lieferant ;00505986;"Mezzamela srl ";" ";"Via degli Speziali, 157 ";" ";"BL 32 ";"Bologna (Funo di Argelato) ";" ";" ";" ";" " +lieferant ;00505987;"B&B Store srl ";" ";"Via Vergnano, 21 ";" ";"25125 ";"Brescia ";"(+39) 030 34 95 56 ";" ";"(+39) 030 35 31 824 ";" " +lieferant ;00505988;"Calzaturificio Gal.Men srl ";" ";"Via Fonte Giugliano, 4/6 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/892013 ";" ";"+39-0734/890822 ";" " +lieferant ;00505989;"Balneo GmbH ";" ";"Alte Saline 15 ";" ";"83435 ";"Bad Reichenhall ";"08651/1303 ";" ";"08651/715950 ";" " +lieferant ;00505990;"Calzaturificio Fraven S.p.A. ";" ";"Via Colombare, 3 ";" ";"37060 ";"Nogarole Rocca (VR) ";"+39-045/6395068 ";" ";"+39-045/7044826 ";" " +lieferant ;00505991;"Tiger of Sweden AB ";" ";"Torsgatan 4 ";" ";"111 23 ";"Stockholm ";"+46-8/546310-00 ";" ";"+46-8/546310-99 ";" " +lieferant ;00505992;"Aeffe S.p.A. ";" ";"Via delle quercie, 51 ";" ";"47842 ";"S. Giovanni in Marignano (RN) ";"+39-0541/965211 ";" ";"+39-0541/955.650 ";" " +lieferant ;00505993;"12seasons GmbH ";" ";"Sonnenallee 223 ";" ";"12059 ";"Berlin ";"+49 30 555 725 970 ";" ";" ";" " +lieferant ;00505994;"Geraldine Maschenware GmbH & Co. KG ";" ";"Hfelstrae 5 ";" ";"72411 ";"Bodelshausen ";"07471/9581-0 ";" ";"07471/9581-250 ";" " +lieferant ;00505995;"BuchVertrieb Blank GmbH ";" ";"Rhrmooser Str. 16-20 ";" ";"85256 ";"Vierkirchen ";"08139/80291-0 ";" ";"08139/80291-20 ";" " +lieferant ;00505996;"Candle Factory ";"Inh. Dennis Gdeke e.K. ";"Am Steinmecke 5 ";" ";"37115 ";"Duderstadt ";"05527/3422 ";" ";"05527/73783 ";" " +lieferant ;00505997;"Weill s.a.s. ";" ";"8-10 rue Livingstone ";" ";"75018 ";"Paris ";"+33 1 49 25 19 88 ";" ";" ";" " +lieferant ;00505998;"Beta Service GmbH ";" ";"Strangenhuschen 26 ";" ";"52070 ";"Aachen ";"0241/990107-0 ";" ";"0241/990107-29 ";" " +lieferant ;00505999;"Shoot Shoes B.V. ";" ";"Cartografenweg 28B ";" ";"51441 ";"MT Waalwijk ";" ";" ";" ";" " +lieferant ;00506000;"Birkenstock GmbH & Co.KG ";" ";"Birkenstock Campus ";" ";"53577 ";"Neustadt / Wied ";" ";" ";" ";" " +lieferant ;00506001;"Barbara Mailhammer ";" ";"Lerchenstr. 9 ";" ";"84079 ";"Landshut / Bruckberg ";"08765/1262 ";" ";"08765/920255 ";" " +lieferant ;00506002;"MM Schmuck & Co ";" ";"Max-Plank-Str. 9 ";" ";"63303 ";"Dreieich ";"06103 / 7069080 ";" ";" ";" " +lieferant ;00506003;"Vertical Services GmbH ";" ";"Heinrich-Imig Str. 30 ";" ";"50226 ";"Frechen ";"02234/697056 ";" ";"02234/697057 ";" " +lieferant ;00506004;"Mottoland GmbH ";" ";"Httenstrae 45 ";" ";"51499 ";"Bergisch Gladbach ";" ";" ";" ";" " +lieferant ;00506005;"New Light Fashion GmbH ";"Import - Export ";"Im Gieferth 6 ";" ";"63303 ";"Dreieich ";"06103/9882417 ";" ";"06103/9882416 ";" " +lieferant ;00506006;"Juxin Handels GmbH ";" ";"Im Gieferth 6 / Raum B02 ";" ";"63303 ";"Dreieich ";"06103/3008738 ";" ";" ";" " +lieferant ;00506007;"Muse Textil GmbH ";" ";"Im Gieferth 6 / Raum B03A ";" ";"63303 ";"Dreieich ";"06103/2706360 ";" ";"0176/31234054 ";" " +lieferant ;00506008;"Sport-Theis Inh. Eric Theis e.K. ";" ";"Allee 4 ";" ";"34560 ";"Fritzlar ";"05622/930083 ";" ";"05622/930085 ";" " +lieferant ;00506009;"Hildegard Braukmann GmbH & Co. KG ";" ";"Ehlbeek 16 ";" ";"30938 ";"Burgwedel ";"05139/8974-0 ";" ";"05139/27035 ";" " +lieferant ;00506010;"Paolo Bont ";" ";"Via San Martino, 28/1 ";" ";"40050 ";"Monte San Pietro (BO) ";"+39-051/8659108 ";" ";" ";" " +lieferant ;00506011;"Sunny Mode GmbH ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";"06196 / 48 31 38 ";" ";"06196 / 48 21 39 ";" " +lieferant ;00506012;"Starck Schmuck GmbH ";" ";"Leonberger Str. 64 ";" ";"71292 ";"Friolzheim ";"07044/940729 ";" ";"07044/940730 ";" " +lieferant ;00506013;"stilfaser GmbH ";" ";"Turley-Strae 8 ";" ";"68167 ";"Mannheim ";"0621/180685538 ";" ";"0621/180685539 ";" " +lieferant ;00506014;"Big Hammer GmbH ";" ";"Kanalstrae 97 ";" ";"48432 ";"Rheine ";"05971/53842-0 ";" ";"05971/53692 ";" " +lieferant ;00506015;"Osta Carpets NV ";" ";"Nijverheidslaan 70 ";" ";"8540 ";"Deerlijk ";"+32-56/783311 ";" ";"+32-56/775278 ";" " +lieferant ;00506016;"Rituals Cosmetics Germany GmbH ";" ";"Stadtwaldgrtel 42 ";" ";"50931 ";"Kln ";" ";" ";" ";" " +lieferant ;00506017;"Mikli Diffusion France S.A. ";" ";"30, rue de Campo Formio ";" ";"75013 ";"Paris ";"+33-1/45820000 ";" ";"+33-1/45853140 ";" " +lieferant ;00506018;"ECC Clearing Center ";"European-Clearing-Center (ECC) ";"Hafenweg 5a ";" ";"59192 ";"Bergkamen ";"02389/927020-0 ";" ";"02389(9270-22 ";" " +lieferant ;00506019;"special-sales Warenverwertungs GmbH ";" ";"Vorderer Sonnberg 13 ";" ";"6365 ";"Kirchberg in Tirol ";" ";" ";" ";" " +lieferant ;00506020;"BriConti GmbH ";" ";"Bahnhofstrae 14 ";" ";"21493 ";"Mhnsen ";"04159/8106-0 ";" ";"04159/8106-162 ";" " +lieferant ;00506021;"Schmid GmbH ";"Schmid Hof ";"Lohwaldstrae 52a ";" ";"86356 ";"Neus ";"0821/454408-0 ";" ";" ";" " +lieferant ;00506022;"K.L. Handels GmbH (Cigno Nero) ";" ";"Mozartstr. 12-14, Top 16, 2nd Floor ";" ";"4020 ";"Linz ";"+43-732/774376 ";" ";"+43-732/774376-20 ";" " +lieferant ;00506023;"Andali GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103/2700624 ";" ";" ";" " +lieferant ;00506024;"Pader Textil Design ";"Inh. Robert Imiolek ";"Eggertstrae 3 ";" ";"33100 ";"Paderborn ";"05251/8787887 ";" ";"05251/5439662 ";" " +lieferant ;00506025;"The Rubz ApS ";" ";"Porcelainshaven 3G ";" ";"2000 ";"Frederiksberg ";"+45-7199 9055 ";" ";" ";" " +lieferant ;00506026;"Dietmar Otto Handelsvertretungen ";" ";"Zur Ziegelhtte 10 ";" ";"88693 ";"Deggenhausertal ";"07555/927863 ";" ";"03212/9470100 ";" " +lieferant ;00506027;"Schirmfachgeschft Lippke ";" ";"Transvaalstr. 46 ";" ";"13351 ";"Berlin ";"030/4515989 ";" ";"030/4515989 ";" " +lieferant ;00506028;"Matthew Harris International BV ";" ";"De Marowijne 23 ";" ";"1689 AR ";"Zwaag ";"+31-229/267209 ";" ";" ";" " +lieferant ;00506029;"The Other Brand Ltd ";" ";"69 Great Hampton Street ";" ";"B186EW ";"Birmingham ";" ";" ";" ";" " +lieferant ;00506030;"BEWA Motorsport-Bekleidungs-Vertriebs ";"GmbH ";"Im Sand 2 ";" ";"69427 ";"Mudau ";"06284/9209-10 ";" ";"06284/9209-50 ";" " +lieferant ;00506031;"Spiller Raumobjekte & Gartenkultur GmbH ";" ";"Kreuzwegcker 38 ";" ";"71711 ";"Steinheim / Murr ";"07144/8968-12 ";" ";"07144/8968-68 ";" " +lieferant ;00506032;"Visconf S.r.l. (Bazar deluxe) ";" ";"Via 1 Maggio, 81 ";" ";"50035 ";"Empoli (FI) ";"+39-0571/711822 ";" ";"+39-0571/711648 ";" " +lieferant ;00506033;"Trer Innovation s.r.l. ";" ";"Via Modena, 18 ";" ";"46041 ";"Asola (MN) ";"+39/0376-718611 ";" ";"+39/0376-720173 ";" " +lieferant ;00506034;"Unique ShoeProfessionals GmbH ";" ";"Steinritzweg 7 ";" ";"65396 ";"Walluf ";"06123/740257 ";" ";" ";" " +lieferant ;00506035;"HV Lehmann, Ren Lehmann ";" ";"Max-Planck-Strae 9 ";" ";"63303 ";"Dreieich ";"069/95820131 ";" ";"069/95820132 ";" " +lieferant ;00506036;"Boom Bap Wear France, Lda. ";" ";"Rua Professor Henrique Barros, Lote B1 ";" ";"4705-319 ";"Ferreiros - Braga ";"+351-304 502 395 ";" ";"+351-253 677 182 ";" " +lieferant ;00506037;"Pellens & Loick GmbH ";" ";"Silcherstrae 53 ";" ";"73430 ";"Aalen ";"07361/975428-28 ";" ";"07361/975428-29 ";" " +lieferant ;00506038;"Sport Mauritz GmbH & Co. KG ";" ";"Breite Strae 72 ";" ";"23552 ";"Lbeck ";"0451/73080 ";" ";"0451/73082 ";" " +lieferant ;00506039;"Swarovski International Distribution AG ";" ";"Drschistrasse 15 ";" ";"9495 ";"Triesen ";" ";" ";" ";" " +lieferant ;00506040;"Uldahl Denmark ApS ";" ";"Ellegardvej 25D ";" ";"6400 ";"Snderborg ";"+45-7443 2360 ";" ";" ";" " +lieferant ;00506041;"Fendi Silk S.A. ";" ";"Via More 16 ";" ";"6850 ";"Mendrisio ";"+41-91/80292-49 ";" ";"+41-91/80292-25 ";" " +lieferant ;00506042;"Itria Moda srl ";" ";"Via Mottola Zona Industriale Km 2,200 ";" ";"74015 ";"Martina Franca (TA) ";"+39-080/4800415 ";" ";"+39-080/4800415 ";" " +lieferant ;00506043;"Luxess GmbH ";" ";"Gothaer Str. 2 ";" ";"40880 ";"Ratingen ";"02102/12785-0 ";" ";"02102/12785-29 ";" " +lieferant ;00506044;"Curare Yogawear GmbH ";" ";"Nikischstr. 2 ";" ";"22761 ";"Hamburg ";"040/85507-833 ";" ";"040/85507-834 ";" " +lieferant ;00506045;"Marxs B.V. (Marxs Brands) ";" ";"Koningin Wilhelminaplein 13 ";"P.O. Box 69100 ";"1062 HH ";"Amsterdam ";"+31-20/51106-12 ";" ";"+31-20/51106-18 ";" " +lieferant ;00506046;"Schleiferei Schulz Nordfriesland ";" ";"Bahnhofstrae 1 ";" ";"25821 ";"Bredstedt ";"04671/2595 ";" ";"04671/4477 ";" " +lieferant ;00506047;"Inface Company GmbH ";" ";"Bahnhofstrae 90 ";" ";"21423 ";"Winsen/Luhe ";" ";" ";" ";" " +lieferant ;00506048;"S&M Fashion, Werner Krenkers (Kaarst) ";" ";"Industriestrae 8a ";" ";"41564 ";"Kaarst ";"02131/5129960 ";" ";" ";" " +lieferant ;00506049;"Bravado Merchandise GmbH ";" ";"Stralauer Allee 1 ";" ";"10245 ";"Berlin ";"030/52007/1630 ";" ";" ";" " +lieferant ;00506050;"I2C information to customer ";" ";"Stnzbach 4a ";" ";"84172 ";"Buch am Erlbach ";"08709/95447 ";" ";"08709/95446 ";" " +lieferant ;00506051;"Spruchketten by Lieblichkeiten Lisa Juen";"Elisabeth Juen ";"Anzengrubergasse 12/5 ";" ";"1050 ";"Wien ";"+43-664/3507901 ";" ";" ";" " +lieferant ;00506052;"Shoe.Mission International GmbH ";" ";"Gut Rsslberg ";" ";"82327 ";"Tutzing ";"08808/92470-0 ";" ";"08808/92470-29 ";" " +lieferant ;00506053;"KX AG ";" ";"Landwehrstrae 60 ";" ";"80336 ";"Mnchen ";"089/1795999-30 ";" ";"089/1795999-49 ";" " +lieferant ;00506054;"APART Fashion GmbH ";" ";"Friedrich-Ebert-Damm 111a ";" ";"22047 ";"Hamburg ";"040/6503394-0 ";" ";"040/6503394-99 ";" " +lieferant ;00506055;"wigglesteps Atel Tekstil GmbH ";" ";"Robert-Bosch-Strae 6 ";" ";"72631 ";"Aichtal ";"+49 7127 9259 550 ";" ";"+49 7127 9259 557 ";" " +lieferant ;00506056;"Engelbert Wiener Bike Parts GmbH ";" ";"Max-Planck-Strae 8 ";"1561 ";"97526 ";"Sennfeld ";"09721/6501-0 ";" ";"09721/6501-60 ";" " +lieferant ;00506057;"Herr FEIN GmbH ";" ";"Grabenweg 1 ";" ";"34281 ";"Gudensberg ";"05603/91138-0 ";" ";"05603/91138-11 ";" " +lieferant ;00506058;"ML essentials GmbH ";" ";"Lindenstr. 2 ";" ";"31867 ";"Pohle ";"05043/962563 ";" ";"05043/962567 ";" " +lieferant ;00506059;"Destin surl ";" ";"Borgata Alloro, 2 ";" ";"13822 ";"Mosso (BI) ";"+39-015/702822 ";" ";"+39-015/7011261 ";" " +lieferant ;00506060;"JJ Shoes BV (JJ Footwear) ";" ";"Sprangseweg 15 ";"Postbus 256 ";"5144 NV ";"Waalwijk ";"+31-416/272223 ";" ";" ";" " +lieferant ;00506061;"Uno Due ";" ";"Postbuss ";" ";"4200 ";"Am Gorinchem ";"0183 - 431490 ";" ";"0183 - 635 462 ";" " +lieferant ;00506062;"Simone Mndez Herrera ";" ";"Petterweilerstrae 2a ";" ";"61381 ";"Friedrichsdorf ";"+49 (0) 6007 385494 ";" ";" ";" " +lieferant ;00506063;"Bone Crusher Hair Pomade, Korbinian Sail";" ";"Ried 8 ";" ";"84364 ";"Bad Birnbach ";"0151/50487210 ";" ";" ";" " +lieferant ;00506064;"Purple Leaves GmbH ";" ";"Podbielskiallee 55 ";" ";"14195 ";"Berlin ";"030/60969929 ";" ";"030/84107683 ";" " +lieferant ;00506065;"Alte Backstube Familie Vogt GmbH & Co KG";" ";"Sderhrn 2 ";" ";"25992 ";"List / Sylt ";" ";" ";" ";" " +lieferant ;00506066;"L'Atelier, Hortense Chauchoy ";" ";"Bilker Allee 16 ";" ";"40219 ";"Dsseldorf ";"0163/8544769 ";" ";" ";" " +lieferant ;00506067;"Barb' One GmbH ";" ";"Innenrieder Str. 1 ";" ";"94227 ";"Zwiesel ";"+49 9922-5025370 ";" ";"+49 89-9543 98899 ";" " +lieferant ;00506068;"Marini Fashion s.r.l. ";" ";"Via Ignazio Silone 6 ";" ";"64023 ";"Mosciano Sant'Angelo (TE) ";"+39-085/8002926 ";" ";"+39-085/9090135 ";" " +lieferant ;00506069;"Simplefinejewelry Carola Holmer ";" ";"Tandlerstr. 5 ";" ";"93047 ";"Regensburg ";"094151244 ";" ";" ";" " +lieferant ;00506070;"Nusswerk GmbH ";" ";"Knigsberger Str. 9 ";" ";"21244 ";"Buchholz ";"04181 2359013 ";" ";"04181 2359029 ";" " +lieferant ;00506071;"Sylter Schokoladenmanufaktur ";" ";"Zum Fliegerhorst 15 ";" ";"25980 ";"Tinnum auf Sylt ";"04651 / 299 15 01 ";" ";"04651 / 299 48 48 ";" " +lieferant ;00506072;"Picadilly Fashions ";" ";"4050 Chesswood Drive ";" ";"M3J-2B9 ";"Toronto, Ontario ";"+1-416/783-1889 ";" ";"+1-416/783-5846 ";" " +lieferant ;00506073;"Elbflorenz, Nicola Mller-Peters ";" ";"Modering 1, MCH, Haus A, EG, Raum 020 ";" ";"22457 ";"Hamburg ";"040/24432-662 ";" ";"040/24432-664 ";" " +lieferant ;00506074;"Sandex VOF ";" ";"De Vutter 15a ";" ";"5221 BD ";"Hertogenbosch ";"+31-73/6314265 ";" ";"+31-73/6314547 ";" " +lieferant ;00506075;"Henry Dean NV ";" ";"Nijverheidsweg 13 ";" ";"2240 ";"Massenhoven, Antwerp ";"+32-3/4701670 ";" ";"+32-3/4751298 ";" " +lieferant ;00506076;"B&C Textiler A/S ";" ";"Elholm 25 ";" ";"6400 ";"Snderborg ";"+45-7312 1500 ";" ";" ";" " +lieferant ;00506077;"LL Great Designs Ltd (Luke Lovely) ";" ";"Lower Ballymount Road ";" ";"D12 ";"Dublin ";"+353-1/4606035 ";" ";"+353-1/5252278 ";" " +lieferant ;00506078;"Hunsicker Gardinen und Service GmbH ";" ";"Jahnstrae 1 ";" ";"68753 ";"Kirrlach-Waghusel ";"07254/98594-0 ";" ";"07254/98594-50 ";" " +lieferant ;00506079;"Wunschstck Kipper & Ceferin GbR ";" ";"Sprendlinger Landstr. 120 ";" ";"63069 ";"Offenbach ";"+49 69 34876730 ";" ";" ";" " +lieferant ;00506080;"IQ fashion GmbH (goodies for friends) ";" ";"Oranienburger Str. 27 ";" ";"10117 ";"Berlin ";"030/200899-60 ";" ";"030/200899-62 ";" " +lieferant ;00506081;"Bellaire B.V. ";" ";"Watertorenstraat 4 ";" ";"4921 XG ";"Made ";"+31-6/57361609 ";" ";" ";" " +lieferant ;00506082;"HS Fashion GmbH ";" ";"Konrad Zuse Ring 11 ";" ";"48691 ";"Vreden ";"02102/7006899 ";" ";" ";" " +lieferant ;00506083;"Project OONA GmbH ";" ";"Sredzkistrae 67 ";" ";"10405 ";"Berlin ";"030/28873680 ";" ";" ";" " +lieferant ;00506084;"W.R.S. Management & Service Ltd ";" ";"Am Bahnhof Broich 17 ";" ";"45479 ";"Mlheim an der Ruhr ";"2151 93 40 155 ";" ";"2151 93 66 792 ";" " +lieferant ;00506085;"54 Products, Wolfgang Mller ";" ";"Ingolstdter Strae 18 ";" ";"85276 ";"Pfaffenhofen ";"08441/494494 ";" ";"08441/4073914 ";" " +lieferant ;00506086;"Kreafunk ApS ";" ";"Mindet 6D. 1tV ";" ";"8000 ";"rhus C ";"+45-2737 5618 ";" ";"+45-2273 2252 ";" " +lieferant ;00506087;"Enkay Fashion GmbH ";" ";"Stadtplatz 3 ";" ";"94474 ";"Vilshofen an der Donau ";"08541/968283 ";" ";" ";" " +lieferant ;00506088;"CM Mnchen GmbH ";" ";"Viktor-Frankl-Strae 11 ";" ";"86899 ";"Landsberg am Lech ";"06332/207480 ";" ";" ";" " +lieferant ;00506089;"mjunik textiles GmbH ";" ";"Haager Str. 11 ";" ";"81671 ";"Mnchen ";"089/213195-0 ";" ";"089/213195-50 ";" " +lieferant ;00506090;"RFE Europa Ltd. ";" ";"Fahrgasse 5 ";" ";"65549 ";"Limburg ";"06431/58463-0 ";" ";"06431/58463-20 ";" " +lieferant ;00506091;"Grant S.p.A. ";" ";"Via Mazzini, 1 ";" ";"40010 ";"Bentivoglio (BO) ";"+39-051/8908511 ";" ";"+39-051/8908452 ";" " +lieferant ;00506092;"perilicious, Peri Kampshoff ";" ";"Hildegundisallee 3 ";" ";"40667 ";"Meerbusch ";"02132/758014 ";" ";" ";" " +lieferant ;00506093;"Neiper Home S.A. ";" ";"Rua das Escolas 1466 ";" ";"4765-486 ";"Guardizela, Guimares ";"+351-252/980010 ";" ";"+351-252/907073 ";" " +lieferant ;00506094;"Baby King Kong GmbH ";" ";"Anglerstr. 19a ";" ";"80339 ";"Mnchen ";"089/15893470 ";" ";"089/15893471 ";" " +lieferant ;00506095;"Otto Christoffel GmbH Uhrenvertrieb ";" ";"Ringstr. 23-25 ";" ";"55566 ";"Bad Sobernheim ";"06751/9393-0 ";" ";"06751/9393-93 ";" " +lieferant ;00506096;"Schneider Strick GmbH ";" ";"Reesbergstrae 2 ";" ";"36039 ";"Fulda-Lehnerz ";"0661/65976 ";" ";"0661/607492 ";" " +lieferant ;00506097;"Kikkerland Europe BV ";" ";"Beursplein 37, Room 523 ";"Postbus 30240 ";"3001 DE ";"Rotterdam ";"+31-108/208511 ";" ";"+31-108/200999 ";" " +lieferant ;00506098;"MCM Products AG ";" ";"Mnsterhof 13 ";" ";"8001 ";"Zrich ";"+41-44/3681600 ";" ";" ";" " +lieferant ;00506099;"P.A. La Lande Saint Martin ";" ";"120 rue Georges Charpak ";" ";"44115 ";"Haute Goulaine ";"+33(0) 251798547 ";" ";"+33(0) 240036091 ";" " +lieferant ;00506100;"Corvari Shoes srl ";" ";"Via Pola, 21/23 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0734/891047 ";" ";"+39-0734/889512 ";" " +lieferant ;00506101;"Point Pacific GmbH ";" ";"Klaus-Groth-Strae 1 ";"15 53 ";"22926 ";"Ahrensburg ";"04102/469918 ";" ";"04102/52582 ";" " +lieferant ;00506102;"People Tree Ltd ";" ";"5 Huguenot Place, 17 a Heneage Street ";" ";"E1 5LN ";"London ";"+44-845/4504595 ";" ";" ";" " +lieferant ;00506103;"Gayk Fashion Lounge, Bettina Gayk ";" ";"Kaiserswerther Str. 37 ";" ";"40477 ";"Dsseldorf ";"0211/4957911 ";" ";"0211/4957912 ";" " +lieferant ;00506104;"Mooilo, Kathrin Masser ";" ";"Brhlweg 27 ";" ";"89233 ";"Neu-Ulm ";"0170/7755535 ";" ";" ";" " +lieferant ;00506105;"Bluebella Ltd ";" ";"Unit 1.40 The Lightbox, 111 Power Road ";" ";"W4 5PY ";"Chiswick, London ";"+44-20/31766990 ";" ";" ";" " +lieferant ;00506106;"Sylvie Eder, girlsbestfriends ";" ";"Ascholdingerstr. 19 ";" ";"81479 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506107;"Tomy Deutschland GmbH ";" ";"Hohenstaufenring 66-70 ";" ";"50674 ";"Kln ";"0800/0005235 ";" ";"0800/0006318 ";" " +lieferant ;00506108;"Gerd van Well & Co. GmbH & Co. KG ";" ";"Krtzpoort 10 ";" ";"47804 ";"Krefeld ";"02151/72930 ";" ";"02151/713526 ";" " +lieferant ;00506109;"Expo-Brse GmbH ";" ";"Industriestrae 12 ";" ";"49577 ";"Ankum ";"05462/8866-6950 ";" ";"05462/8866-6973 ";" " +lieferant ;00506110;"duo schreib & spiel ";"Verwaltungsgesellschaft ";"Wilhelm-Kabus-Strae 75 ";" ";"10829 ";"Berlin ";"030/547070-400 ";" ";"030/547070-447 ";" " +lieferant ;00506111;"pos-hauer GmbH ";" ";"Tiefenbachstrae 4 ";" ";"5300 ";"Salzburg/Hallwang ";"+43-662/428020 ";" ";"+43-662/428022 ";" " +lieferant ;00506112;"Koch, Neff & Volckmar GmbH ";" ";"Schockenriedstrae 37 ";" ";"70565 ";"Stuttgart ";" ";" ";"0711/7802-023 ";" " +lieferant ;00506113;"Fantasie4Kids OHG ";" ";"Hans-Ruck-Str. 2 ";" ";"88630 ";"Pfullendorf ";"07552/93688-0 ";" ";"07552/93688-21 ";" " +lieferant ;00506114;"Giochi Preziosi Germany GmbH ";" ";"Sdwestpark 60 ";" ";"90449 ";"Nrnberg ";"0911/252482-0 ";" ";"0911/252482-10 ";" " +lieferant ;00506115;"Adolf Scharpenack GmbH ";"China Import ";"Dieselstrae 30 ";" ";"42389 ";"Wuppertal ";"0202/2676-0 ";" ";"020/2676-29 ";" " +lieferant ;00506116;"GSD-Haushaltsgerte ";"Gabriel Streicher GmbH & Co. KG ";"Neulandstrae 14 ";" ";"78588 ";"Denkingen ";"07424/85217 ";" ";"07424/84058 ";" " +lieferant ;00506117;"Joy Fragrances s.r.l. ";" ";"Viale Duca D'Aosta, 19 ";" ";"21052 ";"Busto Arsizio (VA) ";"+39-0331/536942 ";" ";"+39-0331/561072 ";" " +lieferant ;00506118;"ISYbe, Stefan Hammer ";" ";"Zur Brunnenstube 31 ";" ";"97357 ";"Prichsenstadt ";"09383/9033904 ";" ";"09383/9033905 ";" " +lieferant ;00506119;"Alusi Europa Ltd. ";" ";"Beaux Lane House, Lower Mercer Street ";" ";"2 ";"Dublin ";"00800/80021800 ";" ";"00800/66676800 ";" " +lieferant ;00506120;"Jofrika Cosmetics GmbH ";" ";"Httenstrae 45-47 ";" ";"51469 ";"Bergisch Gladbach ";"02202/104-0 ";" ";"02202/104-500 ";" " +lieferant ;00506121;"Mayer Schuhhandel GmbH & Co. KG ";" ";"Am Tie 7 ";"40 60 ";"49086 ";"Osnabrck ";"0541/9584-0 ";" ";"0541/9584-9222 ";" " +lieferant ;00506122;"Apollo Trend Edition GmbH ";" ";"Tegernseer Landstr. 185a ";" ";"81539 ";"Mnchen ";"089/452484140 ";" ";"089/452484149 ";" " +lieferant ;00506123;"Iden Nrnberg Region Sd GmbH ";" ";"Drahtzieherstrae 3 ";" ";"91154 ";"Roth ";"09171/8958-0 ";" ";"09171/8958-89 ";" " +lieferant ;00506124;"Welt Records GmbH ";"Tontrger Import Export ";"Siemensring 91 ";" ";"47877 ";"Willich ";"02154/9252-0 ";" ";"02154/9252-39 ";" " +lieferant ;00506125;"Brmmelhaupt Grohandels-GmbH ";" ";"Rudolf-Diesel-Strae 4-6 ";"11 05 63 ";"50226 ";"Frechen ";"02234/1815-0 ";" ";"02234/22405 ";" " +lieferant ;00506126;"Hatex AS GmbH & Co. KG ";" ";"Kuhleshtte 7-13 ";" ";"47809 ";"Krefeld ";"02151/36697-0 ";" ";"02151/36697-20 ";" " +lieferant ;00506127;"Odenwlder Marzipankonditorei GmbH ";" ";"Reuboldstrae 8 ";"1127 ";"63937 ";"Weilbach ";"09373/2049-0 ";" ";"09373/3504 ";" " +lieferant ;00506128;"Michael Fischer Handels GmbH ";" ";"Bttgerstr. 9 ";" ";"96050 ";"Bamberg ";"0951/1894-0 ";" ";"0951/1894-307 ";" " +lieferant ;00506129;"Koopman International GmbH ";" ";"Bafflesstrasse 22 ";" ";"9450 ";"Altsttten / SG ";"+41-71/7571030 ";" ";"+41-71/7571040 ";" " +lieferant ;00506130;"History & Heraldry GmbH ";" ";"Speersort 166 ";" ";"21723 ";"Hollern-Twielenfleth ";"04141/7932-10 ";" ";"04141/7932-19 ";" " +lieferant ;00506131;"Carlton The Watch GmbH ";" ";"Bavariafilmplatz 7 / Gebude 17 ";" ";"82031 ";"Grnwald ";"089/64946446 ";" ";"089/64946447 ";" " +lieferant ;00506132;"Schmid Spiel + Sport GmbH ";" ";"Mobil-Oil-Strae 29 ";" ";"84535 ";"Ampfing ";"08636/444 ";" ";"08636/5310 ";" " +lieferant ;00506133;"Zenker Backformen GmbH & Co. KG ";" ";"Oberbernbacher Weg 4 ";" ";"86551 ";"Aichach ";"08251/9003-0 ";" ";"08251/9003-90 ";" " +lieferant ;00506134;"Paragon Uhren-Vertriebs-GmbH ";" ";"Maybachstrae 6 ";" ";"71299 ";"Wimsheim ";"07044/9214-0 ";" ";"07044/9214-14 ";" " +lieferant ;00506135;"Steuber GmbH ";" ";"Gewerbegebiet Linden 5 ";" ";"83109 ";"Grokarolinenfeld ";"08067/883-0 ";" ";"08067/883-200 ";" " +lieferant ;00506136;"Elektrogerte Solac Vertrieb GmbH ";" ";"Diezer Strae 52 ";" ";"65624 ";"Altendiez ";"06432/50706-0 ";" ";"06432/50706-76 ";" " +lieferant ;00506137;"Mastrad SA ";" ";"32 bis-34 Boulevard de Picpus ";" ";"75012 ";"Paris ";"+22-1/73771761 ";" ";"+22-1/49269606 ";" " +lieferant ;00506138;"Fotoverlag Huber GmbH & Co. KG ";" ";"Drosselstrae 7 ";"1464 ";"82467 ";"Garmisch-Partenkirchen ";"08821/9333-0 ";" ";"08821/9333-350 ";" " +lieferant ;00506139;"suki.international GmbH ";" ";"Suki-Strae 1 ";" ";"54526 ";"Landscheid ";"06575/71-0 ";" ";"06575/71-100 ";" " +lieferant ;00506140;"Phoenix International Publications ";"Germany GmbH ";"Heimhuder Strae 81 ";" ";"20148 ";"Hamburg ";"040/5330181-0 ";" ";"040/5330181-09 ";" " +lieferant ;00506141;"Fackelmann GmbH + Co. KG ";" ";"Sebastian-Fackelmann-Str. 6 ";"280 ";"91217 ";"Hersbruck ";"09151/811-0 ";" ";"09151/811-294 ";" " +lieferant ;00506142;"Dsquared2 S.p.A. ";" ";"Via Ceresio, 9 ";" ";"20154 ";"Milano (MI) ";"+39-02/97695-1 ";" ";"+39-02/97695-001 ";" " +lieferant ;00506143;"Bluegrey Distribution GmbH ";" ";"Weselerstrasse 52 ";" ";"45478 ";"Mlheim an der Ruhr ";"0208/44467298 ";" ";"0208/69888652 ";" " +lieferant ;00506144;"Shaghafi GmbH ";" ";"Kanalstrae 97 ";" ";"48432 ";"Rheine ";"05971/899086-0 ";" ";"05971/899086-149 ";" " +lieferant ;00506145;"Linea Moda GmbH ";"Herr Jack Chou ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00506146;"Joss Modeaccessoires B.V. ";" ";"Postbus 69376 ";" ";"1060 CK ";"Amsterdam ";"+31-20/6157479 ";" ";"+31-20/6152419 ";" " +lieferant ;00506147;"Wrap s.r.l. ";" ";"Via Monviso, 31 Fraz.Gerbole ";" ";"10040 ";"Volvera (TO) ";"+39-011/9906803 ";" ";"+39-011/9859161 ";" " +lieferant ;00506148;"Alexandra Schmitz, Inh. Ji Feng ";"Mode-Accessoires ";"Bolerstrae 11 ";" ";"73240 ";"Wendlingen ";"07024/9671859 ";" ";"03222/1147002 ";" " +lieferant ;00506149;"bLuxe GmbH (accessoires agentur +7) ";" ";"Neusener Str. 71 ";" ";"52146 ";"Wrselen ";"02405/140728-0 ";" ";"02405/140728-8 ";" " +lieferant ;00506150;"Supremebeing Ltd ";" ";"Unit 1, Church Meadow, Haslingfield Road";" ";"CB22 7RG ";"Barrington, Cambridge ";"+44-1223/873359 ";" ";"+44-1223/207033 ";" " +lieferant ;00506151;"Fimer s.r.l. (Peperosa) ";" ";"Via Albertino Acquacalda, 6 ";" ";"48022 ";"Lugo (RA) ";"+39-0545/50598 ";" ";"+39-0545/52035 ";" " +lieferant ;00506152;"Holy Tea UG ";" ";"Wrangelstrae 79 ";" ";"10997 ";"Berlin ";"030/52666191 ";" ";" ";" " +lieferant ;00506153;"m.s.r direkt GmbH ";" ";"Knigsberger Str. 37-39 ";" ";"56269 ";"Dierdorf ";"02689/9598225 ";" ";"02689/9729079 ";" " +lieferant ;00506154;"fashionconsult, Leo Faltmann ";" ";"Lasbeck 18 ";" ";"48329 ";"Havixbeck ";"0171/6908934 ";" ";" ";" " +lieferant ;00506155;"The Youcan Company srl (Manymal) ";" ";"Corso Matteotti, 53 ";" ";"21200 ";"Varese ";"+39-0332/499102 ";" ";"+39-0332/247745 ";" " +lieferant ;00506156;"Via Mio 's-Gravenhage B.V. Moscow Design";" ";"Marineweg 6 ";" ";"2241 TX ";"Wassenaar ";"+31-70/511-4132 ";" ";"+31-70/511-0925 ";" " +lieferant ;00506157;"Blackroll AG ";" ";"Hauptstrae 17 ";" ";"8598 ";"Bottighofen ";"07141/3098853-0 ";" ";"07141/3098853-9 ";" " +lieferant ;00506158;"Alex s.r.l. ";" ";"Via dei Metalmeccanici, 15 ";" ";"55041 ";"Capezzano Pianore (LU) ";"+39-0584/969536 ";" ";"+39-0584/361335 ";" " +lieferant ;00506159;"Les Racines du Ciel ";" ";"2, rue Jules Simon ";" ";"29000 ";"Quimper ";"+33-2-98536845 ";" ";"+33-6-89755664 ";" " +lieferant ;00506160;"Tivoli Audio Coperatief U.A. ";" ";"Mariaplaats 3 ";" ";"3511 LH ";"Utrecht ";"+31-30/2320700 ";" ";" ";" " +lieferant ;00506161;"Elbfreunde oHG ";" ";"Berliner Strae 4a ";" ";"21509 ";"Glinde ";"040/897257-57 ";" ";"040/897257-58 ";" " +lieferant ;00506162;"Vierfreunde GmbH ";" ";"Widdersdorfer Strae 246 ";" ";"50825 ";"Kln ";"0221/99969792 ";" ";" ";" " +lieferant ;00506163;"lovely things UG ";" ";"Schlapper Pfad 5 ";" ";"44267 ";"Dortmund ";"0231/993297-11 ";" ";"0231/993297-12 ";" " +lieferant ;00506164;"Efia GmbH ";" ";"Knigstrae 70 ";" ";"90402 ";"Nrnberg ";"0911/234219-0 ";" ";"0911/234219-20 ";" " +lieferant ;00506165;"CMC GmbH & Co. KG, Classic Model Cars ";" ";"Stuttgarter Str. 106 ";" ";"70736 ";"Fellbach ";"0711/4400799-0 ";" ";"0711/454378 ";" " +lieferant ;00506166;"Outpac Designs GmbH (pacsafe) ";" ";"Hauptstr. 48 ";" ";"77736 ";"Zell am Harmersbach ";"07835/4219410 ";" ";"07835/4219419 ";" " +lieferant ;00506167;"Mucho Gusto B.V. ";" ";"Kampweg 37 ";" ";"6247 AR ";"Gronsveld ";"+31-43/4085064 ";" ";" ";" " +lieferant ;00506168;"Made in Italy Projects UG (Schuhmann's) ";" ";"Kirchbreede 9 ";" ";"48346 ";"Ostbevern ";"0172/5305766 ";" ";" ";" " +lieferant ;00506169;"Aurixus GmbH ";" ";"Friedrichsstr. 34 ";" ";"40217 ";"Dsseldorf ";"0211/731669-290 ";" ";"0211/731669-299 ";" " +lieferant ;00506170;"ATF Workshop GmbH ";" ";"Breite Gasse 69 ";" ";"90402 ";"Nrnberg ";"0179/6614279 ";" ";" ";" " +lieferant ;00506171;"Chilli Pepper Shoes Company S.L. ";" ";"Passeig de Grcia 20, 2-1 ";" ";"08007 ";"Barcelona ";"+34-93/4537788 ";" ";" ";" " +lieferant ;00506172;"H. Skjalm P. ";" ";"Nikolaj Plads 9 ";" ";"1067 ";"Copenhagen K ";"+45-3311 8200 ";" ";"+45-3311 8202 ";" " +lieferant ;00506173;"Johnson Health Tech. GmbH ";" ";"Europaallee 51 ";" ";"50226 ";"Frechen ";"02234/9997-100 ";" ";" ";" " +lieferant ;00506174;"Armando Silva, S.A. ";" ";"Z.I. das Travessas, Apartado 45 ";" ";"3701-909 ";"Sao Joao da Madeira ";"+351-256/200620 ";" ";"+351-256/200629 ";" " +lieferant ;00506175;"Christies srl ";" ";"Via Cortesa, 12/A ";" ";"46026 ";"Quistello (MN) ";"+39-0376/625289 ";" ";"+39-0376/626063 ";" " +lieferant ;00506176;"Bibliographisches Institut GmbH ";" ";"Bouchstrae 12, Haus 8 und 11 ";" ";"12435 ";"Berlin ";" ";" ";" ";" " +lieferant ;00506177;"Lightwalk GbR, Bernd u. Manuela Ritschel";"Fotografie ";"Friedzaunweg 14 ";" ";"82431 ";"Kochel am See ";"08851/615355 ";" ";"08851/615356 ";" " +lieferant ;00506178;"meori GmbH & Co. KG ";" ";"Wragekamp 9 ";" ";"22397 ";"Hamburg ";"040/80791102-0 ";" ";"040/80791102-28 ";" " +lieferant ;00506179;"Bella Ballou ApS ";" ";"Grnlandsvej 9R ";" ";"8700 ";"Horsens ";"+45-8618 5888 ";" ";" ";" " +lieferant ;00506180;"Rivergate GmbH & Co. KG ";" ";"Werkstrae 2 ";" ";"22844 ";"Norderstedt ";"040/309880-800 ";" ";"040/309880-811 ";" " +lieferant ;00506181;"Freitag lab. AG ";" ";"Binzmhlestrasse 170b ";" ";"8050 ";"Zrich ";"+41-43/21033-33 ";" ";"+41-43/21033-34 ";" " +lieferant ;00506182;"kingsizequeens KG ";" ";"Grtnerstrae 54 ";" ";"20253 ";"Hamburg ";"040/22626742 ";" ";" ";" " +lieferant ;00506183;"hangowear GmbH ";" ";"Am Steinfeld 4 ";" ";"94065 ";"Waldkirchen ";"08581/6212554 ";" ";" ";" " +lieferant ;00506184;"Schwabe & Baer Entwicklungs GmbH ";" ";"Kapuzinerplatz 5 ";" ";"80337 ";"Mnchen ";"089/189545-50 ";" ";"089/189545-49 ";" " +lieferant ;00506185;"Catalano GmbH & Co. KG ";"Accessoires & Lifestyle ";"Mahdentalstrae 96 ";" ";"71065 ";"Sindelfingen ";"07031/811457 ";" ";"07031/870648 ";" " +lieferant ;00506186;"Die Stadtgrtner, Derk Niemeijer ";" ";"Kohdiek 60 ";" ";"48531 ";"Nordhorn ";"05921/7202177 ";" ";" ";" " +lieferant ;00506187;"agentur micalef, Mirko Micalef ";" ";"Lange Strasse 97 b ";" ";"34131 ";"Kassel ";"0561/50375199 ";" ";" ";" " +lieferant ;00506188;"GS Modevertriebs GmbH (Glcksstern) ";" ";"Salemer Weg 3 ";" ";"88356 ";"Ostrach ";"07585/9242947 ";" ";"07585/9242948 ";" " +lieferant ;00506189;"Ablinger Sports GmbH ";" ";"Steinbach 66 ";" ";"4853 ";"Steinbach am Attersee ";"+43-664/735838-0 ";" ";" ";" " +lieferant ;00506190;"Medisana AG ";" ";"Jagenbergstrae 19 ";" ";"41468 ";"Neuss ";"02131/3668-0 ";" ";"02131/3668-5095 ";" " +lieferant ;00506191;"ascia International Limited ";" ";"Mainzer Str. 1 ";" ";"65479 ";"Raunheim ";"06142/79305-0 ";" ";"06142/79305-99 ";" " +lieferant ;00506192;"A Beautiful Story B.V. ";" ";"Veemarkt 222 ";"Postbus 2672 ";"1019 DG ";"Amsterdam ";"+31-20/7070288 ";" ";" ";" " +lieferant ;00506193;"baapco Bags & Apparel Company, M. Gerwig";" ";"Boschstrae 14 ";" ";"69459 ";"Weinheim ";"06201/944553 ";" ";"06201/944554 ";" " +lieferant ;00506194;"Suburbanites W. Wagner ";" ";"Clarissenstrae 21 ";" ";"41352 ";"Korschenbroich ";"02182/824429 ";" ";"02182/824421 ";" " +lieferant ;00506195;"I.T.C. srl Italian Textile Company ";" ";"Via Quarto, 44 ";" ";"21010 ";"Ferno (VA) ";"+39-0331/661771 ";" ";"+39-0331/667539 ";" " +lieferant ;00506196;"Someday GmbH ";" ";"Heinrich-Hertz-Str. 2 ";" ";"59302 ";"Oelde ";"02522/83300 ";" ";"02522/8330-1300 ";" " +lieferant ;00506197;"Tomorrow Milano s.r.l. ";" ";"Via Gaspare Bugatti, 7/A ";" ";"20144 ";"Milano (MI) ";"+39 02 89 400 143 ";" ";"+39 02 89 400 153 ";" " +lieferant ;00506198;"Unconditional ";" ";"16 Monmouth St. ";" ";"WC2H 9DD ";"London ";"+44 207 836 6933 ";" ";"+44 207 434 4555 ";" " +lieferant ;00506199;"SIX London, B Store ";" ";"345 Old Street, Floors 1 & 2 ";" ";"EC1 9LL ";"London ";"+44 207 734 0467 ";" ";"+44 207 287 1742 ";" " +lieferant ;00506200;"Tiger of Sweden ";" ";"Cantadorstrae 18 ";" ";"40211 ";"Dsseldorf ";"+49 89 95095480 ";" ";" ";" " +lieferant ;00506201;"I.Co. Man 2000 srl ";" ";"Via Mottola, KM 2,200Z.I. ";" ";"74015 ";"Martina Franca (TA) ";" ";" ";" ";" " +lieferant ;00506202;"Minoronzoni 1953 ";" ";"Via E. Fermi ";" ";"24036 ";"Ponte S. Pietr BG ";" ";" ";" ";" " +lieferant ;00506203;"Dean + Brando ";" ";"Kapellenstr. 29 ";" ";"55124 ";"Mainz ";" ";" ";" ";" " +lieferant ;00506204;"Gewandhaus Hugo Gruber KG ";" ";"Lange Zeile 9 ";" ";"85435 ";"Erding ";"08122/965-0 ";" ";"08122/965-598 ";" " +lieferant ;00506205;"DTFG Ltd ";" ";"Balfour House Suit 205, 741 High Road ";" ";"N12 0BP ";"North Finchley - London ";"+44-2032890721 ";" ";"+44-2030041261 ";" " +lieferant ;00506206;"Vidorreta S.L. ";" ";"PG. Larrate Parc-1A ";" ";"26520 ";"Cervera del Rio Alhama, La Rioja ";"+34-941/198155 ";" ";"+34-941/198155 ";" " +lieferant ;00506207;"Zenggi BV Amsterdam ";" ";"Vliegtuigstraat 28BG ";" ";"1059CL ";"Amsterdam ";"+31-20/5450020 ";" ";" ";" " +lieferant ;00506208;"Bagi s.r.l. Unipersonale ";" ";"Via Cairoli, 4 ";" ";"30030 ";"Vigonovo (VE) ";"+39-335/207055 ";" ";" ";" " +lieferant ;00506209;"PEPP UG (Vulpes) ";" ";"Friedrich-Niedermayer-Strae 32 ";" ";"93049 ";"Regensburg ";" ";" ";" ";" " +lieferant ;00506210;"LT.BO srl ";" ";"Via Marsala, 36 ";" ";"21013 ";"Gallarate (VA) ";"+39-0331/777198 ";" ";"+39-0331/777171 ";" " +lieferant ;00506211;"Topspin GmbH ";" ";"Grosmanstrae 4 ";" ";"50354 ";"Hrth ";"02233/700167 ";" ";"02233/4600005 ";" " +lieferant ;00506212;"Authentics GmbH ";" ";"Am lbach 28 ";" ";"33334 ";"Gtersloh ";"05241/9405-531 ";" ";"05241/9405-555 ";" " +lieferant ;00506213;"TrendAlliance GmbH ";" ";"Enzianstrae 6 ";" ";"82319 ";"Starnberg ";"08151/919034-0 ";" ";"08151/919034-9 ";" " +lieferant ;00506214;"arsEdition GmbH ";" ";"Friedrichstrae 9 ";"40 14 52 ";"80801 ";"Mnchen ";"089/381006-0 ";" ";"089/381006-58 ";" " +lieferant ;00506215;"Bleil Kabel + Licht GmbH ";" ";"An der Leiten 3 ";" ";"90616 ";"Neuhof an der Zenn ";"09107/92440-0 ";" ";"09107/92440-29 ";" " +lieferant ;00506216;"Djeco s.a.r.l. ";" ";"3 Rue des Grands Augustins ";" ";"75006 ";"Paris ";"+33-1/40460610 ";" ";" ";" " +lieferant ;00506217;"Else Huber Geschenkartikel ";" ";"Industriestrae 17 ";" ";"85609 ";"Aschheim ";"089/90468170 ";" ";"089/90468273 ";" " +lieferant ;00506218;"Prime s.r.l. Le Solim -3Rd Floor ";" ";"Via Quasimodo, 48 ";" ";"40013 ";"Castel Maggiore ";" ";" ";" ";" " +lieferant ;00506219;"MeterMorphosen GmbH ";"Nonbook Verlag ";"Gaustrae 12 ";" ";"60316 ";"Frankfurt am Main ";"069/21995983 ";" ";"069/21998164 ";" " +lieferant ;00506220;"Advanced Sports GmbH ";" ";"Bergstr. 16 + 18 ";" ";"73557 ";"Mutlangen ";"07171/77990-0 ";" ";"07171/77990-10 ";" " +lieferant ;00506221;"toynamics Europe GmbH(ehem. Hape Int.AG)";" ";"Alsfelder Strae 41 ";" ";"35325 ";"Mcke ";"+49 64 0095870 ";" ";"+49 64 00958729 ";" " +lieferant ;00506222;"Horst Kleckow GmbH ";" ";"Ersingerstrae 7-9 ";" ";"75172 ";"Pforzheim ";"07231/9225-0 ";" ";"07231/9225-90 ";" " +lieferant ;00506223;"Moulin Roty SA ";" ";"ZI de La Sangle, Rue de l'Ocan ";" ";"44390 ";"Nort-sur-Erdre ";"+33-2/51120044 ";" ";" ";" " +lieferant ;00506224;"Sigel GmbH ";" ";"Bumenheimer Str. 10 ";" ";"86690 ";"Mertingen ";"09078/81-0 ";" ";"09078/81-289 ";" " +lieferant ;00506225;"SSW Stolze Stahl Waren GmbH ";" ";"Gro-Berliner-Damm 73B ";" ";"12487 ";"Berlin ";"030/639590-0 ";" ";"030/639590-11 ";" " +lieferant ;00506226;"Bettenrid GmbH ";" ";"Neuhauser Strae 12 ";" ";"80331 ";"Mnchen ";"089/211010 ";" ";" ";" " +lieferant ;00506227;"Lana D' Oro Cashmere GmbH ";" ";"Bichlstrae 5 ";" ";"6370 ";"Kitzbhel ";"+43-5356/72550 ";" ";"+43-5356/72550 ";" " +lieferant ;00506228;"Fantasia Fashion GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103/8079827 ";" ";"06103/2025853 ";" " +lieferant ;00506229;"Tidress SA ";" ";"Via Gaggiolo 27 ";" ";"6855 ";"Stabiio ";"+41-78/9211860 ";" ";"+41-78/9078773 ";" " +lieferant ;00506230;"Loake Brothers Ltd ";" ";"Wood Street ";" ";"NN16 9SN ";"Kettering, Northamptonshire ";"+ 44-1536/415411 ";" ";"+44-1536/410190 ";" " +lieferant ;00506231;"Mey Italia srl ";" ";"Via Mantova, 24 ";" ";"25123 ";"Brescia (BS) ";"+39-030/3534217 ";" ";"+39-030/3547428 ";" " +lieferant ;00506232;"B.M.-fashion-Vertrieb ";"Stephan Bisping e.K. ";"Robert-Bosch-Strae 2 ";" ";"44629 ";"Herne ";"02323/9586-0 ";" ";"02323/9586-31 ";" " +lieferant ;00506233;"Buby.s s.r.l. ";" ";"Via dei Lanaioli Bl. 5 Centergross ";" ";"40050 ";"Funo di Argelato (BO) ";"+39-051/864151 ";" ";"+39-051/8651182 ";" " +lieferant ;00506234;"Zitra GmbH ";" ";"Werner-Otto-Strae 1-7 ";" ";"22419 ";"Hamburg ";"040/2000399-7122 ";" ";"040/2000399-1988 ";" " +lieferant ;00506235;"Chasin B.V. ";" ";"Anthony Fokkerweg 61 ";" ";"1059 CP ";"Amsterdam ";"+31 (0)20 462 1600 ";" ";" ";" " +lieferant ;00506236;"Exetera ";" ";"29 Rue du Caire ";" ";"75002 ";"Paris ";"+33 (0)1 40 13 10 00 ";" ";" ";" " +lieferant ;00506237;"Charlest Dis. Seinturion ";" ";"40 Rue du Caire ";" ";"75002 ";"Paris ";"+33 (0)1 40 13 09 93 ";" ";" ";" " +lieferant ;00506238;"Laurie & Joe ";" ";"2 Rue du Caire ";" ";"75002 ";"Paris ";"+33 (0)1 40 28 49 97 ";" ";" ";" " +lieferant ;00506239;"Fratelli Guzzini S.p.A. ";" ";"Contrada Mattonata, 60 ";" ";"62019 ";"Recanati (MC) ";"+39-071/9891 ";" ";"+39-071/989260 ";" " +lieferant ;00506240;"Buchberger Tracht, Da' Wilderer ";" ";"Kapellenstrae 12 ";" ";"94169 ";"Thurmannsbang ";" ";" ";" ";" " +lieferant ;00506241;"V&V Vinzenz und Vincent ";"Ina Reuther & Barbara Peters GbR ";"Erlenstrasse 10 ";" ";"93138 ";"Lappersdorf / Lorenz ";" ";" ";" ";" " +lieferant ;00506242;"Gottseidank GmbH & Co. KG ";" ";"Schleiheimerstr. 273 ";" ";"80809 ";"Mnchen ";"089/81089-140 ";" ";"089/81089-150 ";" " +lieferant ;00506243;"zz~Vittozzi Patrick (luft aus, 17685) ";" ";"Nobelstrae 13 ";" ";"66130 ";"Saarbrcken-Gdingen ";"0681/8739240 ";" ";"0681/8739241 ";" " +lieferant ;00506244;"Yvolution Germany ";" ";"Zechenstr. 17 ";" ";"44536 ";"Lnen-Brambauer ";" ";" ";" ";" " +lieferant ;00506245;"Atlasmedizin Dr. Herbert Koerner ";"Institut fr angewandte Humankybernetik ";"Liepnitzstr. 16 ";" ";"10318 ";"Berlin ";"030/5087113 ";" ";"030/50378749 ";" " +lieferant ;00506246;"Maidenform Brands Germany GmbH ";" ";"Prinzenallee 7 ";" ";"40549 ";"Dsseldorf ";"+353-6177-1407 ";" ";"+353-61475460 ";" " +lieferant ;00506247;"Karl Martin Bazle ";" ";"Seestrae 23 ";" ";"73266 ";"Bissingen ";"07023/908470 ";" ";" ";" " +lieferant ;00506248;"Stemax-Boarding, Stephan Hrl ";" ";"Max Gandolf Strae 19 ";" ";"5201 ";"Seekirchen am Wallersee ";"+43-0676/3811011 ";" ";" ";" " +lieferant ;00506249;"Leaf Schmuck & Accessoires Basera Elsner";" ";"Meglingerstr. 19 ";" ";"81477 ";"Mnchen ";"089/189234-91 ";" ";"089/189234-92 ";" " +lieferant ;00506250;"Rag & Bone Industries LLC ";" ";"425 West 13th Street STE 601 ";" ";"10014 ";"New York ";"+1-212/278-8214 ";" ";"+1-212/278-8242 ";" " +lieferant ;00506251;"Yvolve Sports Ltd ";" ";"6-9 Trinity Street ";" ";"D2 ";"Dublin ";"+353-818333490 ";" ";"+353-818333491 ";" " +lieferant ;00506252;"Orsay GmbH ";" ";"Im Lossenfeld 12 ";" ";"77731 ";"Willsttt-Sand ";"07852/910-0 ";" ";" ";" " +lieferant ;00506253;"Acadmie Scientifique de Beaut GmbH ";" ";"Vimbucherstr. 2 ";" ";"76534 ";"Baden-Baden ";"07223/80808-0 ";" ";"07223/80808-20 ";" " +lieferant ;00506254;"Miriade SpA ";" ";"PIAZZA DEI MARTIRI 30 ";" ";"80121 ";"Napoli (NA) ";"+39-081/8266701 ";" ";"+39-081/5108881 ";" " +lieferant ;00506255;"Denasia Joint Venture ApS ";" ";"Holstebrovej 3 ";" ";"7490 ";"Aulum ";"+45-7521 1093 ";" ";" ";" " +lieferant ;00506256;"Studio Mihara, s.l. ";" ";"Calle Lepanto, 20 - altos ";" ";"03600 ";"Elda, Alicante ";"+34-9669/80415 ";" ";"+34-9669/82043 ";" " +lieferant ;00506257;"Cosi-Cosi Footwear, s.l. ";" ";"Calle Juan de la Cierva, 28 ";" ";"03203 ";"Elche, Alicante ";"+34-96/5685201 ";" ";"+34-96/5685101 ";" " +lieferant ;00506258;"Vimpex International BV ";" ";"Van Schijndelstraat 5 ";" ";"5145 RE ";"Waalwijk ";"+31-416/675367 ";" ";"+31-416/666144 ";" " +lieferant ;00506259;"Utzon ";" ";"Klampenborgvej 36 ";" ";"2930 ";"Klampenborg ";"+45-3990 1922 ";" ";"+45-3990 1401 ";" " +lieferant ;00506260;"2Stepzahead B.V. ";" ";"Hoogoorddreef 73-A ";" ";"1101 BB ";"Amsterdam ";"+31-20/4941360 ";" ";" ";" " +lieferant ;00506261;"Kala Design GmbH ";" ";"Veteranenstrae 15 ";" ";"10119 ";"Berlin ";"030/54713387 ";" ";"030/40056692 ";" " +lieferant ;00506262;"Restube GmbH ";" ";"Dieselstr. 1 ";" ";"76327 ";"Pfinztal Berghausen ";"0721/486901-0 ";" ";"0721/486901-99 ";" " +lieferant ;00506263;"Wolkenweis, Yunbai Cai ";" ";"Taunusstr. 4, MTC Haus 4 - 114/116 ";" ";"80807 ";"Mnchen ";"089/35657689 ";" ";"089/35657690 ";" " +lieferant ;00506264;"texfloc.de, Utz Bchi ";" ";"Ferd.-Lassalle-Str. 36 ";" ";"72770 ";"Reutlingen ";"07121/6287060 ";" ";"07121/6287069 ";" " +lieferant ;00506265;"Schuhaus Heinmller ";" ";"Am Bornhain 3 ";" ";"34593 ";"Knllwald-Oberbeisheim ";"05685/1590 ";" ";"05685/1742 ";" " +lieferant ;00506266;"Asoni SA ";" ";"Geigenmhlestrasse 5 ";" ";"8173 ";"Neerach ";"+41-43/4332100 ";" ";"+41-43/4332105 ";" " +lieferant ;00506267;"Public Fashion GmbH ";" ";"Karlsbader Str. 12 ";" ";"90579 ";"Langenzehn ";"09101 - 6080 ";" ";" ";" " +lieferant ;00506268;"Procalcado S.A. (Lemon Jelly Shoes) ";" ";"Largo Alminhas das Barrancas, 97 ";" ";"4415-343 ";"Vila Nova de Gaia (Pedroso) ";"+351-227/470610 ";" ";" ";" " +lieferant ;00506269;"Frohn GmbH ";" ";"Hofer Strae 41-43 ";" ";"95197 ";"Schauenstein ";"09252/9911-0 ";" ";"09252/9911-11 ";" " +lieferant ;00506270;"Tessitura Panzeri Luigi ";" ";"Via Toscanini,7 ";" ";"22040 ";"Monguzzo (CO) ";"+39-031/617099 ";" ";"+39-031/617090 ";" " +lieferant ;00506271;"Gerd Lauer Handel & Vertrieb ";" ";"Blcherstrae 8 ";" ";"48153 ";"Mnster ";"0160/5943032 ";" ";" ";" " +lieferant ;00506272;"Watchit11 BV ";" ";"De Schacht 15 ";"Postbus 100 ";"5107 RD ";"Dongen ";"+31-162/311557 ";" ";" ";" " +lieferant ;00506273;"D-Brands GmbH ";"Modevertrieb ";"Feldwieser Str. 114 ";" ";"83236 ";"bersee ";"08642/244410 ";" ";" ";" " +lieferant ;00506274;"Inobra UG ";" ";"Seelandstr. 1 , Haus 5 ";" ";"23569 ";"Lbeck ";"0451 / 707 24 77 - 77 ";" ";"0451 / 707 24 77 0 ";" " +lieferant ;00506275;"Klaus Hilse HV ";"Akim M. Fashion Trade GmbH ";"Bruchstr. 33 ";" ";"40235 ";"Dsseldorf ";"0211/444403 ";" ";"0211/463209 ";" " +lieferant ;00506276;"Recolution GmbH & Co. KG ";" ";"Borsteler Chaussee 85-99a, Haus 12 ";" ";"22453 ";"Hamburg ";"+49 (40) 38 66 90 75 ";" ";" ";" " +lieferant ;00506277;"Franz Gde GmbH ";" ";"Katternberger Str. 175 ";" ";"42655 ";"Solingen ";" ";" ";" ";" " +lieferant ;00506278;"Beebielove B.V. ";" ";"Mispelhoefstraat 31a ";" ";"5651 GK ";"Eindhoven ";"+31-40/2619440 ";" ";"+31-40/2620474 ";" " +lieferant ;00506279;"Intersport Ramelow ";"J.H. Bttcher GmbH & Co. KG ";"Markt 14-16 ";" ";"25746 ";"Heide ";"0481/6860-0 ";" ";"0481/6860-80 ";" " +lieferant ;00506280;"Shoes & Fashion e.K. Peter Leib ";" ";"Am Weidenkopf 21 ";" ";"64732 ";"Bad Knig (Gumpersberg) ";"06163/3668 ";" ";"06163/913266 ";" " +lieferant ;00506281;"Weingut Jacob Duijn ";" ";"Erlenstr. 38 / Froschbchel ";" ";"77815 ";"Bhl / Baden ";"07223/21497 ";" ";"07223/83773 ";" " +lieferant ;00506282;"Loja 51 Comercio de Artigos de Moda, Lda";" ";"Rua Professor Bento Jesus Caraca 248 ";" ";"4200-128 ";"Porto ";"+351-232/432889 ";" ";" ";" " +lieferant ;00506283;"Smeg Hausgerte GmbH ";" ";"Erika-Mann-Str. 57 ";" ";"80636 ";"Mnchen ";"089/923348-0 ";" ";"089/923348-19 ";" " +lieferant ;00506284;"PreTex Textilhandelsgesellschaft mbH ";" ";"Cecilienallee 53 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506285;"Hackert & Spath GbR ";" ";"Gebr.-Hofmann-Ring 1 ";" ";"97246 ";"Eibelstadt ";"09303/99737 ";" ";"09303/99757 ";" " +lieferant ;00506286;"Knauf Textil GmbH & Co. KG ";"Kurzwarengrohandel ";"Berkheimer Strae 20 ";"10 02 22 ";"73734 ";"Esslingen ";"0711/381524 ";" ";"0711/386857 ";" " +lieferant ;00506287;"Joules Ltd ";" ";"16 The Point, Market Harborough ";" ";"LE16 7QU ";"Leicestershire ";"+44-1858/435255 ";" ";"+44-1858/435298 ";" " +lieferant ;00506288;"Unisono s.r.l. (Roberto Ricetti) ";" ";"Piazzale Europa, 24/26 ";" ";"25068 ";"Sarezzo (BS) ";"+39-030/8900233 ";" ";"+39 030 8900233 ";" " +lieferant ;00506289;"Blingberlin Design GmbH ";" ";"Inselstrae 13 ";" ";"10179 ";"Berlin ";"030/43073291 ";" ";" ";" " +lieferant ;00506290;"Aubade Paris SA ";" ";"10 Rue du Colonel Driant ";" ";"75001 ";"Paris ";"+33-1/7099 2000 ";" ";" ";" " +lieferant ;00506291;"Reinders Posters GmbH ";" ";"Hamalandstrae 111 ";" ";"46399 ";"Bocholt ";"02871/2785-0 ";" ";"02871/2785-20 ";" " +lieferant ;00506292;"Cristaltex Deutschland GmbH ";" ";"Breslauerstr. 8, Raum 250 ";" ";"41460 ";"Neuss ";"02131/1538900 ";" ";"02131/1538902 ";" " +lieferant ;00506293;"Geisha Trading B.V. ";" ";"Singaporestraat 86-90 ";" ";"1175 RA ";"Lijnden ";"+31-20/4496449 ";" ";"+31-20/4498469 ";" " +lieferant ;00506294;"Bageee GmbH ";" ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00506295;"4 Happy Friends GmbH ";" ";"Lottestrae 57 ";" ";"22529 ";"Hamburg ";"040/555773312 ";" ";" ";" " +lieferant ;00506296;"Calzificio Italiano s.r.l. (Marcoliani) ";" ";"Via Giuseppe Verdi, 68 ";" ";"20833 ";"Paina di Giussano (MB) ";"+39-0362/860646 ";" ";"+39-0362/311016 ";" " +lieferant ;00506297;"ITF Germany GmbH ";" ";"Neumarkter Str. 80 ";"801405 ";"81673 ";"Mnchen ";"089/436624-0 ";" ";"089/436101-6 ";" " +lieferant ;00506298;"Texet GmbH ";" ";"Geigelsteinstrae 10 ";" ";"83080 ";"Oberaudorf ";"08033/979-0 ";" ";" ";" " +lieferant ;00506299;"Hergo Creation GmbH ";" ";"Sachsenstrae 20 ";" ";"66482 ";"Zweibrcken ";"06332/99790-0 ";" ";"06332/99790-20 ";" " +lieferant ;00506300;"CIT S.p.A. ";" ";"Via Matteucci, 19 ";" ";"20043 ";"Arcore (MI) ";"+39-039/6068-1 ";" ";"+39-039/6068-501 ";" " +lieferant ;00506301;"Margenberg & Ohlerich GbR (Liebtragen) ";" ";"Mhlenstrae 13 ";" ";"24229 ";"Dnischenhagen ";"04349/9155655 ";" ";" ";" " +lieferant ;00506302;"Sedicisei srl ";" ";"Via dell'industria ";" ";"24040 ";"Comun Nuovo (BG) ";"+39 0354543039 ";" ";"+39 0354191343 ";" " +lieferant ;00506303;"Akcakaya Group Tekstil A.S. ";" ";"5746/3 Sok. No:6-8. Giris Camdibi ";" ";"35090 ";"Izmir ";"+90-232/4310877 ";" ";"+90-232/4310864 ";" " +lieferant ;00506304;"Kaccis, Edyta Lber ";" ";"Ortsstrae 23 ";" ";"07613 ";"Heideland / OT Buchheim ";"036691/659880 ";" ";"036691/659880 ";" " +lieferant ;00506305;"WS Engros ApS ";" ";"Balticagade 12.1 ";" ";"8000 ";"Arhus C ";"+45-8676 3866 ";" ";"+45-8676 3899 ";" " +lieferant ;00506306;"TT Trendtime GmbH ";" ";"Am Wethover Berg 30 ";" ";"51149 ";"Kln ";" ";" ";" ";" " +lieferant ;00506307;"Ramona Lippert ";" ";"Am Stadtgraben 12 ";" ";"96215 ";"Lichterfels ";"09571/1694100 ";" ";"09571/757998 ";" " +lieferant ;00506308;"zz~HV Lehmann (luft aus, 506035 nutzen)";" ";"Im Gereen 8 ";" ";"60433 ";"Frankfurt ";"06995820131 ";" ";" ";" " +lieferant ;00506309;"Double Agent Brand S.L.U. ";" ";"Paseo de Gracia 28, 4a planta ";" ";"08007 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00506310;"Helit GmbH ";" ";"Postfach 1388/89 ";" ";"58556 ";"Kierspe ";" ";" ";" ";" " +lieferant ;00506311;"Wiehagen Publishing and Eventservice ";" ";"Vierhausen 10 ";" ";"59469 ";"Ense ";" ";" ";" ";" " +lieferant ;00506312;"Root.Tattoo GmbH ";" ";"Hermann-Grafe-Str. 41 ";" ";"01662 ";"Meissen ";"03521/7176968 ";" ";"03521/7176926 ";" " +lieferant ;00506313;"seimoH (Christopher Heil GbR) ";" ";"Dmpfelstrae 8 ";" ";"97288 ";"Theilheim ";"09303/9800366 ";" ";" ";" " +lieferant ;00506314;"Love2wait BV ";" ";"Danzigerkade 23d ";" ";"1013 AP ";"Amsterdam ";"+31-85/1042211 ";" ";" ";" " +lieferant ;00506315;"San Marco GmbH ";" ";"Eisfinger Str. 14 ";" ";"83512 ";"Wasserburg ";" ";" ";" ";" " +lieferant ;00506316;"Essig, l & Co. Franchise GmbH ";" ";"Nibelungenstrae 307 ";" ";"64625 ";"Bensheim ";" ";" ";" ";" " +lieferant ;00506317;"zz~A Beautiful Story BV (506192 nutzen) ";" ";"PO Box 2672 ";" ";"1000 CR ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506318;"Shoe.Mission GmbH ";" ";"Gut Rsslberg ";" ";"82327 ";"Tutzing ";"08808/92470-0 ";" ";"08808/92470-29 ";" " +lieferant ;00506319;"New Flag GmbH ";" ";"Max-Joseph-Str. 7 ";" ";"80333 ";"Mnchen ";"+ 49 (0) 89 4111 93830 ";" ";"+ 49 (0) 89 4111 93833 ";" " +lieferant ;00506320;"Theo Henkelman Schoenen B.V. ";" ";"P.O. BOX 10123 ";" ";"6000 GC ";"Weert ";" ";" ";" ";" " +lieferant ;00506321;"T.M.C. lothing GmbH ";" ";"Daimlerstrae 71 ";" ";"74545 ";"Michelfeld ";"0791/946009-0 ";" ";"0791/946009-371 ";" " +lieferant ;00506322;"Melissa & Doug LLC ";"c/o Import Services Ltd ";"Tollbar Way, Hedge End ";" ";"SO30 2UH ";"Southampton, Hampshire ";"+800-7185-3590 ";" ";"+800-7185-3680 ";" " +lieferant ;00506323;"Malibu s.r.l. ";" ";"Via Francia, 7 ";" ";"37069 ";"Villafranca di Verona (VR) ";"+39-045/6304038 ";" ";"+39-045/6303563 ";" " +lieferant ;00506324;"Boldt & Boye GbR (Bella Casa) ";" ";"Bergmannstrae 101 ";" ";"10961 ";"Berlin ";"030/6940784 ";" ";"030/69565251 ";" " +lieferant ;00506325;"Agentur Zimmermann ";"Ralf Oskar Zimmermann ";"Brunnfeld 11 ";" ";"83666 ";"Waakirchen ";"0177/28215-94 ";" ";" ";" " +lieferant ;00506326;"Chic Antique ";" ";"Hoejvang 5 ";" ";"4300 ";"Holbaek ";"+45-5912 0121 ";" ";"+45-5912 0131 ";" " +lieferant ;00506327;"Enzell & Partner AB (Skna Ting) ";" ";"Grndalsvgen 38 ";" ";"117 66 ";"Stockholm ";"+46-08/7440-030 ";" ";"+46-08/7440-203 ";" " +lieferant ;00506328;"Dick Moby ";" ";"Van Ostadestraat 413-1 ";" ";"1079 VZ ";"Amsterdam ";"+31-20/3337854 ";" ";" ";" " +lieferant ;00506329;"Deetjen & Meyer GmbH ";" ";"Am Speicher XI, Haus 4 ";" ";"28217 ";"Bremen ";"0421/696767-0 ";" ";"0421/696767-29 ";" " +lieferant ;00506330;"DelikatessenWinkel GbR (DeWi) ";"Andreas, Christian & Alexandra Hofmann ";"Industriestr. 15 ";" ";"70565 ";"Stuttgart ";"0711/47703666 ";" ";"0711/47703668 ";" " +lieferant ;00506331;"Maglificio BM s.r.l. ";" ";"Via XX Settembre, 91 ";" ";"21010 ";"Cardano al Campo (VA) ";"+39-0331/734010 ";" ";"+39-0331/734130 ";" " +lieferant ;00506332;"Move On - Componentes e Calcado, S. A. ";" ";"Rua do Alto da Torre, 100 ";" ";"3885-436 ";"Esmoriz ";"+351-256/785250 ";" ";"+351-256/794347 ";" " +lieferant ;00506333;"KG Collier Spezialitten Manufaktur GmbH";" ";"Gewerbering 14 ";" ";"22113 ";"Oststeinbek ";"040/7001001-00 ";" ";"040/7001001-99 ";" " +lieferant ;00506334;"Macosmi - Fabrica de Calcado, Lda ";" ";"Rua Manuel de Sousa Oliveira, 382 ";" ";"4795-476 ";"S. Martinho do Campo, Santo Tirso ";"+351-252/840-204 ";" ";"+351-252/840-089 ";" " +lieferant ;00506335;"Sports & Adventure Products GmbH & Co.KG";" ";"Humboldtstrae 53 ";" ";"22083 ";"Hamburg ";"040/253366-0 ";" ";"040/253366-66 ";" " +lieferant ;00506336;"Chic 2000 GmbH Sieglinde Bayer ";" ";"Rthenstrae 10 ";" ";"96247 ";"Michelau ";"09571/9720-0 ";" ";"09571/9720-27 ";" " +lieferant ;00506337;"Rains ApS ";" ";"Muslingevej 34 ";" ";"8250 ";"Egaa ";"+45-7199 2516 ";" ";" ";" " +lieferant ;00506338;"Holzpost GmbH ";" ";"Kolberger Strae 7 ";" ";"61381 ";"Friedrichsdorf ";"06172/49983-95 ";" ";"06172/737942 ";" " +lieferant ;00506339;"Sheila GmbH (Shelalove) ";" ";"Unterlnderstr. 29 ";" ";"70435 ";"Stuttgart ";"07031/6311700 ";" ";" ";" " +lieferant ;00506340;"Apando, Brackroffeund Miehe GbR ";" ";"Im Hammfeld 11 ";" ";"30966 ";"Hemmingen ";"0511/76823478 ";" ";"0511/76823479 ";" " +lieferant ;00506341;"Miya Bloom Branding GbR ";" ";"Lilistrasse 83B ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00506342;"FK Productions, Lda (FrenchKick) ";" ";"Rua Industrial 1635, Pav. 12 ";" ";"4750-841 ";"Vila Frescainha (Sao Pedro), Barcelos ";" ";" ";" ";" " +lieferant ;00506343;"Adelheid S.a r.l. ";" ";"16, Esplanade de la Moselle ";" ";"6637 ";"Wasserbillig ";"+352-2671 33-0 ";" ";"+352-2671 33-33 ";" " +lieferant ;00506344;"Sticky Jam GmbH ";" ";"Billstrae 30 ";" ";"20539 ";"Hamburg ";"040/3008466-0 ";" ";"040/3008466-66 ";" " +lieferant ;00506345;"Modeagentur Mader ";" ";"Ingolstdter Strae 45 ";" ";"80807 ";"Mnchen ";"089/3566-062 ";" ";"089/3566-164 ";" " +lieferant ;00506346;"Interbelt GmbH (Greenbelts) ";" ";"Industriestr. 21 ";" ";"49584 ";"Frstenau ";"05901/959-256 ";" ";"05901/959-399 ";" " +lieferant ;00506347;"Pink Powder Ltd ";" ";"26 Prospect Quay, 98 Point Pleasant ";" ";"SW18 1PR ";"London ";"+44-208/874-4444 ";" ";" ";" " +lieferant ;00506348;"Bag Stage GmbH ";" ";"Humboldtstr. 2 ";" ";"09669 ";"Frankenberg ";"037206/2849 ";" ";"037206/2860 ";" " +lieferant ;00506349;"Orientis (Deutschland) GmbH ";" ";"Oberlnderstrae 1B ";" ";"77694 ";"Kehl ";" ";" ";" ";" " +lieferant ;00506350;"Blau Textil GmbH ";" ";"Carl-Benz-Strae 21 ";" ";"60386 ";"Frankfurt am Main ";"069/426907-81 ";" ";"069/426907-83 ";" " +lieferant ;00506351;"Republiq ApS (Royal Republiq) ";" ";"Ulkaervej 25 ";" ";"7840 ";"Hoejslev ";"+45-4690 8908 ";" ";"+45-4690 8900 ";" " +lieferant ;00506352;"Free srl ";" ";"Via Giovanni Palatucci, 7 ";" ";"47122 ";"Forli (FC) ";"+39-0543/798389 ";" ";"+39-0543/199044 ";" " +lieferant ;00506353;"S.B.M.T. B.V. (Ramatuelle) ";" ";"Lisserdijk 48 ";" ";"2158 LV ";"Buitenkaag ";"+31-252/545057 ";" ";"+31-252/545079 ";" " +lieferant ;00506354;"Garsport s.r.l. ";" ";"Via Piave, 15 ";" ";"31040 ";"Volpago del Montello (TV) ";"+39-0423/870044 ";" ";"+39-0423/870010 ";" " +lieferant ;00506355;"Riedel Textil GmbH ";" ";"Talstrae 6 ";" ";"09212 ";"Limbach / Oberfrohna ";"03722/650-0 ";" ";"03722/650-109 ";" " +lieferant ;00506356;"Assos Europe GmbH & Co. KG ";" ";"Friedensplatz 8 ";" ";"64283 ";"Darmstadt ";"06151/870404-0 ";" ";"06151/870404-20 ";" " +lieferant ;00506357;"Dracco Deutschland GmbH ";" ";"Gutenstetter Strae 8b ";" ";"90449 ";"Nrnberg ";"0911/965234-00 ";" ";" ";" " +lieferant ;00506358;"Fox Head Europe SLU ";" ";"Carrer Canudas, 13 ";" ";"08820 ";"El Prat de Llobregat, Barcelona ";"+44-191/4876100 ";" ";"+44-191/4876200 ";" " +lieferant ;00506359;"C.K. Commercial Trading Deutschland GmbH";" ";"Fichtenstrasse 51 ";" ";"40233 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506360;"Textil Rammelkamp ";"Heinz Werner Rammelkamp ";"Kastanienstrae 7 ";" ";"48531 ";"Nordhorn ";"0152/52465594 ";" ";"05921/8158702 ";" " +lieferant ;00506361;"Schott GmbH & Co. KG ";" ";"In den Elsen 50 ";" ";"46569 ";"Hnxe ";"02853/9562576 ";" ";" ";" " +lieferant ;00506362;"Clarins GmbH ";" ";"Petersbrunner Strae 13 ";" ";"82319 ";"Starnberg ";"08151/2603-0 ";" ";"08151/2603-553 ";" " +lieferant ;00506363;"Cipo GmbH (Red Bridge) ";" ";"Sperberweg 18 ";" ";"41468 ";"Neuss ";"02131/1331016 ";" ";"02131/1331114 ";" " +lieferant ;00506364;"DewertOkin GmbH ";" ";"Weststrae 1 ";" ";"32278 ";"Kirchlengern ";"05223/979-0 ";" ";"05223/75182 ";" " +lieferant ;00506365;"Stefan Biergans (Drakewood) ";" ";"Prinzregentenstr. 44 ";" ";"83022 ";"Rosenheim ";"+49 8031 2729417 ";" ";" ";" " +lieferant ;00506366;"Harris Wharf London Style Ltd ";" ";"19 Camden Passage ";" ";"N1 8EA ";"Angel, Islington, London ";"+44-20/72263141 ";" ";" ";" " +lieferant ;00506367;"JB Martin SAS ";" ";"6 Rue Saint Joseph ";" ";"75002 ";"Paris ";"+33-2/999460-60 ";" ";"+33-2/999460-61 ";" " +lieferant ;00506368;"Norwegian Rain AS ";" ";"Tollbugaten 13 ";" ";"0152 ";"Oslo ";"+45 2225 4348 ";" ";" ";" " +lieferant ;00506369;"H & M Gutberlet GmbH (Kaweco) ";" ";"Max-Brod-Strae 11 ";" ";"90471 ";"Nrnberg ";"0911/81866-0 ";" ";"0911/81866-22 ";" " +lieferant ;00506370;"Harmel e.K. ";" ";"Am Staffelstein 1 ";" ";"67292 ";"Kirchheimbolanden ";"06352/740077 ";" ";"06352/740577 ";" " +lieferant ;00506371;"Chilango Mara Zillgens ";" ";"Martin-Luther-Strae 25 ";" ";"42781 ";"Haan ";"02129/958060 ";" ";"02129/31470 ";" " +lieferant ;00506372;"Schmckstck, Alexandra Staffel-de Jong ";" ";"Unterriethstrae 40 ";" ";"65187 ";"Wiesbaden ";"0611/60913237 ";" ";" ";" " +lieferant ;00506373;"Good Life, Jun Hao Shu ";" ";"Otto-Hahn-Str. 24 / Raum 16 ";" ";"63303 ";"Dreieich ";"0160/8808825 ";" ";" ";" " +lieferant ;00506374;"Long Sheng GmbH ";" ";"Im Gefierth 6, Raum B14 ";" ";"63303 ";"Dreieich ";"06103/8316865 ";" ";"06103/8316640 ";" " +lieferant ;00506375;"NonSoloLana s.r.l. ";" ";"Via F. Ferrucci, 49 ";" ";"59100 ";"Prato (PO) ";"+39-0574/635292 ";" ";"+39-0574/545999 ";" " +lieferant ;00506376;"Eva Schreiber GmbH & Co. KG ";" ";"Westerladekop 20 D ";" ";"21635 ";"Jork ";"04162/911577 ";" ";"04162/911578 ";" " +lieferant ;00506377;"Sandqvist Bags and Items AB ";" ";"Brnnkyrgatan 74 ";" ";"118 23 ";"Stockholm ";"+46-72/2242333 ";" ";" ";" " +lieferant ;00506378;"InTrade Lifestyle & Vertriebs GmbH ";" ";"Kasparstr. 9-11 ";" ";"50670 ";"Kln ";"0221/1399691-0 ";" ";"0221/1399691-15 ";" " +lieferant ;00506379;"Scandinavian Travel Innovation AB ";" ";"Billdalsvgen 2 ";"Box 221 ";"436 55 ";"Hovas ";"+46-31/7492-400 ";" ";"+46-31/7492-499 ";" " +lieferant ;00506380;"Lunative Industries GmbH ";" ";"Rotenhainer Str. 10 ";" ";"56244 ";"Wlferlingen ";"04101/7778-12 ";" ";" ";" " +lieferant ;00506381;"Andersons srl ";" ";"Via Brennero, 8/A ";" ";"43122 ";"Parma (PR) ";"+39-0521/771256 ";" ";"+39-0521/270324 ";" " +lieferant ;00506382;"Wollzeit GmbH ";" ";"Alte Dorfstrae 26a ";" ";"27356 ";"Unterstedt / Rotenburg (Wmme) ";"04269/104478 ";" ";"04269/104655 ";" " +lieferant ;00506383;"Kuhl Europe Ltd ";" ";"2 Sergents Barn ";" ";"CA10 2H ";"Lowther, Cumbria ";" ";" ";" ";" " +lieferant ;00506384;"Bremer Feinkost GmbH & Co. KG ";" ";"Schlachte 38 ";" ";"28195 ";"Bremen ";"0421/178885-0 ";" ";"0421/178885-45 ";" " +lieferant ;00506385;"Visous, Inh. Stephanie Mutz ";" ";"Soester Strae 40 ";" ";"59964 ";"Medebach ";" ";" ";" ";" " +lieferant ;00506386;"Carte Blanche Agencies BV ";" ";"Kwartsweg 34 ";" ";"2665 NN ";"Bleiswijk ";"+31-10/40477-12 ";" ";"+31-10/40477-14 ";" " +lieferant ;00506387;"EMA 2008 SRL (ehem.Fabio Rusconi) ";" ";"Via Cassia, 65 Loc. Tavarnuzze ";" ";"50023 ";"Impruneta (FI) ";"+39-055/6533043 ";" ";"+39-055/6536314 ";" " +lieferant ;00506388;"Petersen Mode Agentur GmbH ";" ";"Danziger Strae 111 ";" ";"40468 ";"Dsseldorf ";"0211/95132-266 ";" ";"0211/95132-800 ";" " +lieferant ;00506389;"C.O.J. Trading Company B.V. (Cup of Joe)";" ";"Vareseweg 140 ";" ";"3047 AV ";"Rotterdam ";"+31-10/8208778 ";" ";"+31-10/4376715 ";" " +lieferant ;00506390;"Frohstoff Siebdruck & Textilmanufaktur ";"Meike Marie Buchholz ";"Wexstrae 38 ";" ";"20355 ";"Hamburg ";"040/39991447 ";" ";"040/39991448 ";" " +lieferant ;00506391;"Voss Spezial-Rad GmbH ";" ";"Alte Schmiede 3 ";" ";"25582 ";"Kaaks ";"04893/42872-50 ";" ";"04893/42872-56 ";" " +lieferant ;00506392;"AAS Creaciones y Disenos, S.L. ";" ";"Jose Amoros Serrano, 23 ";" ";"03640 ";"Monovar, Alicante ";" ";" ";" ";" " +lieferant ;00506393;"Giovanna Santoro ";" ";"Via Bernacolo, 8 ";" ";"80040 ";"San Sebastiano Al Vesuvio (NA) ";"+39-331/3809710 ";" ";" ";" " +lieferant ;00506394;"Stella Fashion SAS ";" ";"24 Rue Vieille du Temple ";" ";"75004 ";"Paris ";"+33-1/53458181 ";" ";"+33-1/40159636 ";" " +lieferant ;00506395;"H&H Chocolademanufactur GmbH ";" ";"Niederbrunnernstrae 13 ";" ";"4522 ";"Sierning ";"+43-7259/32507 ";" ";"+43-7259/32507-9 ";" " +lieferant ;00506396;"Stegemann MarkenVertrieb GmbH ";" ";"Wolbecker Str. 61 ";" ";"48231 ";"Warendorf ";"02581/941903-0 ";" ";"02581/941903-9 ";" " +lieferant ;00506397;"MDCN Distribution GmbH ";" ";"Nordkanalstrae 52 ";" ";"20097 ";"Hamburg ";"040/235327-44 ";" ";"040/235327-45 ";" " +lieferant ;00506398;"Snurk B.V. ";" ";"Cruquiusweg 96 B ";" ";"1019 AJ ";"Amsterdam ";"+31-20/7510954 ";" ";" ";" " +lieferant ;00506399;"Frosch & Rabe, Frank-Ulrich Lange ";" ";"Priener Strae 40 ";" ";"83209 ";"Prien am Chiemsee ";"08051/9659785 ";" ";"08051/9615707 ";" " +lieferant ;00506400;"Crecom Handels-GmbH & Co. KG ";" ";"Kanalstr. 76 ";" ";"36037 ";"Fulda ";"0661/90156657 ";" ";"0661/971098 ";" " +lieferant ;00506401;"The Other Brand Limited ";"Zweigndl. The Other Brand Ltd Birmingham";"Moltkestrae 5a ";" ";"48268 ";"Greven ";"0251/53953840 ";" ";" ";" " +lieferant ;00506402;"Trunk Clothing Company B.V. ";" ";"Marineweg 6 ";" ";"2241 TX ";"Wassenaar ";"+31-70/5114132 ";" ";"+31-70/5110925 ";" " +lieferant ;00506403;"Weinkontor Freund GmbH ";" ";"Nienkamp 17 ";" ";"33829 ";"Borgholzhausen ";"05425/9546-0 ";" ";"05425/9546-46 ";" " +lieferant ;00506404;"M2Sales ";" ";"Salmenhofweg 19 ";" ";"6095 BX ";"Baexem ";"+31-475/497523 ";" ";" ";" " +lieferant ;00506405;"Tinti GmbH & Co. KG ";" ";"Mittelgewannweg 10 ";" ";"69123 ";"Heidelberg ";"06221/7511-100 ";" ";"06221/7511-117 ";" " +lieferant ;00506406;"Camiceria Emanuele Maffeis S.r.l. ";" ";"Via Sempione, 17 ";" ";"24125 ";"Bergamo (BG) ";"+39-035244592 ";" ";"+39-0354176294 ";" " +lieferant ;00506407;"O.Jacky GmbH ";" ";"Wildpfad 20 d ";" ";"14193 ";"Berlin ";" ";" ";" ";" " +lieferant ;00506408;"JR-Agentur & Verlag, Bernd J. Wachter ";" ";"Geschwister-Scholl-Weg 30 ";" ";"71111 ";"Waldenbuch ";"07157/5272-989 ";" ";"07157/5272-990 ";" " +lieferant ;00506409;"C mon Distribution, Tim Brckmann ";" ";"Ackerstr. 133 ";" ";"40233 ";"Dsseldorf ";"0211/91180-882 ";" ";"0211/91180-740 ";" " +lieferant ;00506410;"Giant Deutschland GmbH ";" ";"Mettmanner Str. 25 ";" ";"40699 ";"Erkrath ";"0211/99894-0 ";" ";"0211/99894-26 ";" " +lieferant ;00506411;"La Jolie Maison ";" ";"Walnootberg 2 ";" ";"3755 BP ";"Eemnes ";"+31-35/5447136 ";" ";" ";" " +lieferant ;00506412;"Flamindigo Dr. med. David Usadel ";" ";"Kmpenstr. 37 ";" ";"58456 ";"Witten ";" ";" ";" ";" " +lieferant ;00506413;"Q Squared NYC GmbH & Co. KG ";" ";"Am Stuck 3 ";" ";"21224 ";"Rosengarten ";"04108/41617-50 ";" ";"04108/41617-38 ";" " +lieferant ;00506414;"Renate Frstberger ";" ";"Oberhamer Feld 6 ";" ";"84347 ";"Pfarrkirchen ";" ";" ";" ";" " +lieferant ;00506415;"Migani Srl ";" ";"Viale Vercelli, 7 ";" ";"47838 ";"Riccione (RN) ";"+39-0541/660168 ";" ";"+39-0541/649343 ";" " +lieferant ;00506416;"Kbl-Hte, e.U. ";"Hutfabrik, Grosshandel, Werbestickerei ";"Aegidigasse 18 ";" ";"1060 ";"Wien ";"+43-1/5979448 ";" ";"+43-1/5970848 ";" " +lieferant ;00506417;"Julien Textil GmbH ";" ";"Mhlenstrae 45 ";" ";"26789 ";"Leer/Ostfriesland ";"0491/3402 ";" ";" ";" " +lieferant ;00506418;"Dr. Bronners Europe GmbH ";" ";"An der Sausweide 2 ";" ";"41542 ";"Dormagen ";"02133/978932-0 ";" ";"02133/978932-2 ";" " +lieferant ;00506419;"Source GmbH ";" ";"Hagenauer Str. 53A ";" ";"65203 ";"Wiesbaden ";"0611/20496-70 ";" ";"0611/20496-80 ";" " +lieferant ;00506420;"Ryzze GmbH ";" ";"Kiefholzstrae 1 ";" ";"12435 ";"Berlin ";"030/609845-500 ";" ";"030/609845-509 ";" " +lieferant ;00506421;"Geo.Nordic Wolfgang Haubenreier ";" ";"Am Kapellenhof 3A ";" ";"24576 ";"Bad Bramstedt ";"04192/2094441 ";" ";"04192/8932082 ";" " +lieferant ;00506422;"Andreas GmbH ";" ";"Marie-Curie-Str. 4 ";" ";"63128 ";"Dietzendbach ";" ";" ";" ";" " +lieferant ;00506423;"WLD GmbH ";" ";"Neusser Str. 93 ";"130141 ";"50670 ";"Kln ";" ";" ";" ";" " +lieferant ;00506424;"Jaunet Paris s.a.s. (Briston Watches) ";" ";"6 Rue de Saint Petersbourg ";" ";"75008 ";"Paris ";" ";" ";" ";" " +lieferant ;00506425;"Euromodel s.r.l. ";" ";"Via Palazzina, 5 ";" ";"37050 ";"Bonavicina di San Pietro di Morubio (VR)";"+39-045/7125441 ";" ";"+39-045/7125441 ";" " +lieferant ;00506426;"Wilbers Karnaval Deutschland GmbH ";" ";"Siegburger Str. 215 ";" ";"50679 ";"Kln ";" ";" ";" ";" " +lieferant ;00506427;"Cars & Co. Company GmbH & Co. KG ";" ";"Gartenstr. 46 ";" ";"27404 ";"Zeven ";" ";" ";" ";" " +lieferant ;00506428;"Viessmann Modellspielwaren GmbH ";" ";"Am Bahnhof 1 ";" ";"35116 ";"Hatzfeld ";"06452/9340-0 ";" ";"06452/9340-19 ";" " +lieferant ;00506429;"Modelleisenbahn Mnchen GmbH ";" ";"Kronstadter Str. 4 ";" ";"81677 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506430;"Atosa France sarl ";" ";"116 Roze d'Espagne, Boite 328 ";" ";"31100 ";"Toulouse ";" ";" ";" ";" " +lieferant ;00506431;"Egmont Verlagsgesellschaften mbH ";" ";"Gertrudenstr. 30-36 ";"10 12 51 ";"50667 ";"Kln ";"0221/20811-0 ";" ";"0221/20811-66 ";" " +lieferant ;00506432;"Graupner/SJ GmbH ";" ";"Henriettenstr. 96 ";" ";"73230 ";"Kirchheim unter Teck ";" ";" ";" ";" " +lieferant ;00506433;"Robbe Modellsport GmbH & Co. KG ";" ";"Postfach 1108 ";"1108 ";"36352 ";"Grevenhain ";" ";" ";" ";" " +lieferant ;00506434;"Jamara e.K. Inh. Manuel Natterer ";" ";"Am Lauerbhl 5 ";" ";"88317 ";"Aichstetten ";"07565/9412-0 ";" ";"07565/9412-23 ";" " +lieferant ;00506435;"Osann GmbH ";" ";"Gewerbestrae 22 ";" ";"78244 ";"Gottmadingen ";"07731/970077 ";" ";"07731/970055 ";" " +lieferant ;00506436;"Kaufmann Neuheiten GmbH ";" ";"Johannes-Majer-Strae 14 ";" ";"72141 ";"Walddorfhslach ";"07127/9398-0 ";" ";"07127/9398-93 ";" " +lieferant ;00506437;"Schwager & Steinlein Verlag GmbH ";" ";"Emil-Hoffmann-Str. 1 ";"50 18 20 ";"50996 ";"Kln ";"02236/3999-0 ";" ";"02236/3999-99 ";" " +lieferant ;00506438;"Beluga Spielwaren GmbH ";" ";"Schwabacher Strae 166 ";" ";"90513 ";"Zirndorf ";"0911/96060-33 ";" ";"0911/96060-359 ";" " +lieferant ;00506439;"Vivid Deutschland GmbH ";" ";"An der Mhlhecke 19-21 ";" ";"64596 ";"Nauheim ";"06152/71242-0 ";" ";"06152/71242-19 ";" " +lieferant ;00506440;"Audioline GmbH ";" ";"Hellersbergstrae 2a ";" ";"41460 ";"Neuss ";"02131/7990-0 ";" ";"02131/276990 ";" " +lieferant ;00506441;"Spielkartenfabrik Altenburg GmbH (ASS) ";" ";"Leipziger Strae 7 ";" ";"04600 ";"Altenburg ";"03447/582-0 ";" ";"03447/582-109 ";" " +lieferant ;00506442;"Spin Master International S.a.r.l. ";"Zweigniederlassung Deutschland ";"Khbachstr. 11 ";" ";"81543 ";"Mnchen ";"089/5505979-0 ";" ";"089/5505979-69 ";" " +lieferant ;00506443;"MAM Babyartikel GmbH ";" ";"Rudolf-Diesel-Str. 6 ";" ";"27383 ";"Scheeel ";" ";" ";" ";" " +lieferant ;00506444;"Loick Biowertstoff GmbH ";" ";"Heide 26 ";" ";"46286 ";"Dorsten-Lembeck ";"02369/9898-0 ";" ";"02369/9898-98 ";" " +lieferant ;00506445;"POS Handels GmbH ";" ";"Ostenallee 1-3 ";" ";"59063 ";"Hamm ";"02381/87133-0 ";" ";"02381/87133-73 ";" " +lieferant ;00506446;"Swinger International S.p.A. ";" ";"Via Festara Vecchia, 44 ";" ";"37012 ";"Bussolengo (VR) ";"+39-045/6719811 ";" ";"+39-045/6719850 ";" " +lieferant ;00506447;"Uzurii BV ";" ";"Ambacht 14 ";"P.O. Box 2 ";"1511 JZ ";"Oostzaan ";"+31-75/6847831 ";" ";" ";" " +lieferant ;00506448;"Undercover GmbH ";" ";"Nordostpark 74 ";" ";"90411 ";"Nrnberg ";"0911/956667-0 ";" ";"0911/956667-20 ";" " +lieferant ;00506449;"Wiener Spielkartenfabrik Ferd. Piatnik &";"Shne ";"Htteldorfer Strae 229 - 231 ";" ";"1140 ";"Wien ";"+43-1/9144151 ";" ";"+43-1/9111445 ";" " +lieferant ;00506450;"Mapa GmbH ";" ";"Industriestrae 21-25 ";" ";"27404 ";"Zeven ";"04281/73-0 ";" ";"04281/73-241 ";" " +lieferant ;00506451;"Trade Collectors UG ";" ";"Marsstrae 19 ";" ";"71726 ";"Benningen ";"07144/5072752 ";" ";" ";" " +lieferant ;00506452;"Veroikon, Veronika Kberle ";" ";"Eckweg 12 ";" ";"88276 ";"Berg ";"0176/77376909 ";" ";" ";" " +lieferant ;00506453;"Modapool GmbH ";" ";"Lilistrae 83 b ";" ";"63067 ";"Offenbach am Main ";"069/36604737 ";" ";"069/36604738 ";" " +lieferant ;00506454;"Dorling Kindersley Verlag GmbH ";" ";"Arnulfstrae 124 ";" ";"80636 ";"Mnchen ";"089/442326-0 ";" ";"089/442326-400 ";" " +lieferant ;00506455;"Festartikel-Mller GmbH ";" ";"Thanner Strae 69 ";" ";"96465 ";"Neustadt bei Coburg ";"09568/9450-0 ";" ";"09568/9450-50 ";" " +lieferant ;00506456;"Britax Rmer Kindersicherheit GmbH ";" ";"Blaubeurer Strae 71 ";" ";"89077 ";"Ulm ";"0731/9345-0 ";" ";"0731/9345-210 ";" " +lieferant ;00506457;"Philos GmbH & Co. KG ";" ";"Friedrich-List-Str. 65 ";" ";"33100 ";"Paderborn ";"05251/69888-0 ";" ";"05251/69888-29 ";" " +lieferant ;00506458;"ARO Artlnder GmbH ";" ";"Ankumerstrae 12 ";" ";"49577 ";"Kettenkamp ";"05436/95000 ";" ";"05436/621 ";" " +lieferant ;00506459;"Matthies Spielprodukte GmbH & Co. KG ";" ";"Kurt A. Krber Chaussee 64 ";" ";"21033 ";"Hamburg ";"040/7358509 ";" ";"040/7351058 ";" " +lieferant ;00506460;"DAN Import, Peter Reineke e.K. ";" ";"Liemer Weg 59 ";" ";"32657 ";"Lemgo ";"05261/944-190 ";" ";"05261/944-160 ";" " +lieferant ;00506461;"Wilh. Schrder GmbH & Co. KG ";"Metallwarenfabrik ";"Schtzenstrae 12 ";" ";"58511 ";"Ldenscheid ";"02351/9847-0 ";" ";"02351/9847-47 ";" " +lieferant ;00506462;"Guido Maria Kretschmer Online GmbH ";" ";"Franklinstrae 11 ";" ";"10587 ";"Berlin ";"030/397490-60 ";" ";"030/397490-62 ";" " +lieferant ;00506463;"C.L.A.Y. Handels GmbH ";" ";"Badstr. 61 ";" ";"13357 ";"Berlin ";"02131/2915683 ";" ";"02131/2915684 ";" " +lieferant ;00506464;"Verlagsgruppe Droemer Knaur GmbH & Co.KG";" ";"Hilblestr. 54 ";" ";"80636 ";"Mnchen ";"089/9271-0 ";" ";"089/9271-168 ";" " +lieferant ;00506465;"Eurohooks Distribution, Philipp Kurz ";" ";"Carnerigasse 11 ";" ";"8010 ";"Graz ";"+43-699/10676401 ";" ";" ";" " +lieferant ;00506466;"Marks Europe ";" ";"4 Cit Paradis ";" ";"75010 ";"Paris ";"+33-1/42778763 ";" ";"+33-1/42778764 ";" " +lieferant ;00506467;"PureSigns GmbH ";" ";"Lauterweg 23 ";" ";"73277 ";"Owen ";"07021/9929960 ";" ";"07021/9929961 ";" " +lieferant ;00506468;"Handelsagentur Norbert Niklas ";" ";"Am Schwebach 115 ";" ";"84152 ";"Mengkofen ";"08733/930670 ";" ";"08733/930671 ";" " +lieferant ;00506469;"Claudia Nagel Fashion Events ";" ";"Everswinkeler Str. 66 ";" ";"48231 ";"Warendorf ";"02581/44230 ";" ";"02581/44783 ";" " +lieferant ;00506470;"Yoek B.V. ";" ";"Venenweg 19 ";" ";"1161 AK ";"Zwanenburg ";"+31-20/6170021 ";" ";" ";" " +lieferant ;00506471;"Sunshades Eyewear Pty Ltd ";" ";"Unit A, 110 McEvoy Street ";"PO Box 7217 ";"205 NSW ";"Alexandria ";"+61-2/8303 7300 ";" ";"+61-2/8303 7399 ";" " +lieferant ;00506472;"Felanitx Fashion GmbH & Co. KG ";" ";"Modering 1, Haus A, 6. OG, Raum 622 ";" ";"22457 ";"Hamburg ";"040/46639413 ";" ";" ";" " +lieferant ;00506473;"Hampton & Friends GmbH ";" ";"Blankeneser Landstrasse 55a ";" ";"22587 ";"Hamburg ";"040/86621634 ";" ";" ";" " +lieferant ;00506474;"UCW Unique Children Wear s.r.l. ";" ";"Via Alpi, 133/135 ";" ";"63812 ";"Montegranaro (FM) ";"+39-0871/073300 ";" ";"+39-0871/073361 ";" " +lieferant ;00506475;"E/R Concept Moden GmbH & Co. KG ";" ";"Unter den Weinbergen 43 ";" ";"71065 ";"Sindelfingen ";"0162/2958863 ";" ";"07031/817146 ";" " +lieferant ;00506476;"Neue Pressegesellschaft mbH & Co. KG ";" ";"Frauenstrae 77 ";" ";"89073 ";"Ulm ";" ";" ";" ";" " +lieferant ;00506477;"Blade & Rose Ltd ";" ";"Underbarrow Road ";" ";"LA9 5RS ";"Kendal ";"+44-1539/730880 ";" ";" ";" " +lieferant ;00506478;"A&S Fashion, Inh. Ali Aksin ";" ";"Otto-Hahn-Str. 17 ";" ";"63303 ";"Dreieich ";"07141/978244 ";" ";" ";" " +lieferant ;00506479;"Textilagentur Michael Guggenberger ";" ";"Wiesengasse 3 ";" ";"6020 ";"Innsbruck ";"+43-662/459348 ";" ";"+43-662/459348-15 ";" " +lieferant ;00506480;"Robert Friman & Co AB ";" ";"Langgatan 35 ";"Box 90 ";"335 31 ";"Gnosj ";"+46-370/99270 ";" ";" ";" " +lieferant ;00506481;"Elysee Uhren GmbH ";" ";"Heerdter Lohweg 212 ";" ";"40549 ";"Dsseldorf ";"0211/522894-0 ";" ";"0211/522894-29 ";" " +lieferant ;00506482;"Heusser GmbH ";" ";"Daimlerstrae 15-19 ";" ";"50354 ";"Hrth ";"02233/7977-0 ";" ";"02233/7977-22 ";" " +lieferant ;00506483;"Skanfriends GmbH ";" ";"Achtern Dieck 2 (2.OG) ";" ";"24576 ";"Bad Bramstedt ";"04192/89690-40 ";" ";"04192/89690-50 ";" " +lieferant ;00506484;"F2K GmbH (Unfair Athletics) ";" ";"Tulbeckstr. 32 ";" ";"80339 ";"Mnchen ";"089/726698-50 ";" ";"089/726698-23 ";" " +lieferant ;00506485;"Annibal&Co. s.r.l. ";" ";"Via Carlo Cattaneo, 9 ";" ";"21052 ";"Busto Arsizio (VA) ";"+39-0331/375890 ";" ";"+39-0331/376680 ";" " +lieferant ;00506486;"Intersocks d.o.o. ";" ";"Reska Cesta 14 ";" ";"1330 ";"Kocevje ";"+386-1/8939810 ";" ";"+386-1/8950770 ";" " +lieferant ;00506487;"STC Distribution GmbH ";" ";"Triesterstrae 179 ";" ";"8073 ";"Feldkirchen bei Graz ";"+43-316/243793-0 ";" ";"+43-316/243793-10 ";" " +lieferant ;00506488;"Cheyenne GmbH ";" ";"Belgradstr. 3 ";" ";"80796 ";"Mnchen ";"089 - 307 682 21 ";" ";"089 - 307 682 23 ";" " +lieferant ;00506489;"Brands@Home Vertriebs GmbH ";" ";"Richtstrecke 13-15 ";" ";"45731 ";"Waltrop ";"02309/91177-0 ";" ";"02309/91177-10 ";" " +lieferant ;00506490;"Bademeisterei Kosmetikmanufaktur GmbH ";" ";"Bckermhlweg 1 ";" ";"4030 ";"Linz ";"+43-732/305104 ";" ";"+43-732/305104-910 ";" " +lieferant ;00506491;"Bernd Marr Modeagentur ";" ";"Heiglhofstr. 12 ";" ";"81377 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506492;"Roberto Geissini Verwaltungs GmbH ";" ";"Leonberger Strae 34 ";" ";"70839 ";"Gerlingen ";" ";" ";" ";" " +lieferant ;00506493;"Distorted People GmbH ";" ";"Kurfrstenstrae 15 ";" ";"80799 ";"Mnchen ";"089/37967260 ";" ";" ";" " +lieferant ;00506494;"Kayla GmbH ";" ";"Anton-Kux-Str. 2, Raum A018 ";" ";"41460 ";"Neuss ";"02131/1332043 ";" ";"02131/3679106 ";" " +lieferant ;00506495;"Suntel GmbH ";" ";"Anton-Kux-Str. 2, Raum B010 ";" ";"41460 ";"Neuss ";"02131/3843049 ";" ";"02131/6637416 ";" " +lieferant ;00506496;"Dady GmbH ";" ";"Anton-Kux-Str. 2, Raum A007 ";" ";"41460 ";"Neuss ";"02131/523288-5 ";" ";"02131/523288-6 ";" " +lieferant ;00506497;"Sofia Import & Export GmbH ";" ";"Anton-Kux-Str. 2, Raum A005 ";" ";"41460 ";"Neuss ";"02131/5123682 ";" ";"02131/2913951 ";" " +lieferant ;00506498;"A.I. River GmbH ";" ";"Hansastr. 12 ";" ";"41460 ";"Neuss ";"02131/1258125 ";" ";"02131/1258126 ";" " +lieferant ;00506499;"MS Pretty International GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131/3664983 ";" ";"02131/3664985 ";" " +lieferant ;00506500;"Lenny B. sarl ";" ";"18 Rue du Caire ";" ";"75002 ";"Paris ";"+33-1/42367818 ";" ";"+33-1/42367839 ";" " +lieferant ;00506501;"Moment by Moment B.V. ";"ehem. Groupe International B.V. (Moment)";"Joop Geesinkweg 128-A ";" ";"1114 AB ";"Amsterdam ";"+31-20/2044513 ";" ";" ";" " +lieferant ;00506502;"Izipizi SAS (ehem. See Concept SAS) ";" ";"91 Rue Raumur ";" ";"75002 ";"Paris ";"+33-1/49965525 ";" ";" ";" " +lieferant ;00506503;"Maikel Horn Modeagenturen bv ";" ";"Koningin Wilhelminaplein 1 / WFC 4.04.12";"Postbus 69409 ";"1062 HG ";"Amsterdam ";"+31-20/6170909 ";" ";"+31-20/6140563 ";" " +lieferant ;00506504;"Linea Cinque s.r.l. ";" ";"Via Fabio Filzi, 16 ";" ";"20021 ";"Baranzate (MI) ";"+39-02/3566020 ";" ";"+39-02/3562549 ";" " +lieferant ;00506505;"Juliane Muijsson-Lenz ";" ";"Lrchenstrae 2 ";" ";"84155 ";"Bodenkirchen ";"08745/1438 ";" ";"03222/3725931 ";" " +lieferant ;00506506;"Yong Fa ";"Taschen & Accessoires ";"Mahdentalstr. 96-98 ";" ";"71065 ";"Sindelfingen ";"07031/463670 ";" ";"07031/870845 ";" " +lieferant ;00506507;"Solarmatic-Sonnenschutz GmbH ";" ";"Barnimstrae 18/19 ";" ";"15345 ";"Eggersdorf b. Berlin ";"03341/44868-0 ";" ";"03341/44868-301 ";" " +lieferant ;00506508;"New York Life GmbH ";" ";"Albert-Einstein-Str. 10 ";" ";"63128 ";"Dietzenbach ";"06074/485308 ";" ";"06074/485309 ";" " +lieferant ;00506509;"Polytex Stoffen B.V. ";" ";"Industrieweg 12 ";" ";"2421 LJ ";"Nieuwkoop ";"+31-172/572114 ";" ";" ";" " +lieferant ;00506510;"Desiderius GmbH ";" ";"Maximilianstr. 85 ";" ";"67346 ";"Speyer ";"06232/28900-22 ";" ";"06232/28900-24 ";" " +lieferant ;00506511;"Platinum 3 Fashion GmbH ";" ";"Kaiserswerther Strae 140 ";"1223 ";"40474 ";"Dsseldorf ";"+49 (0) 211 51629262 ";" ";"+49 (0) 211 51629345 ";" " +lieferant ;00506512;"Marcha Hskes ";" ";"R.J.H. Fortuynstraat 173 ";"P.O. Box 69235 ";"1019 WK ";"Amsterdam ";"+31-20/7583028 ";" ";" ";" " +lieferant ;00506513;"ZNR Distribution s.p.r.l ";" ";"Rue de l'Autonomie 1 ";" ";"1070 ";"Anderlecht ";"+32-2/2652091 ";" ";" ";" " +lieferant ;00506514;"Leitl+Hartmann GbR (designshop24) ";" ";"Wangener Strae 167a ";" ";"88212 ";"Ravensburg ";"0751/351335 ";" ";" ";" " +lieferant ;00506515;"Possum UG, Miriam Zollner ";" ";"Kiefernstrae 10 ";" ";"94469 ";"Deggendorf ";"0171/2685592 ";" ";" ";" " +lieferant ;00506516;"Fashion Label AG ";" ";"Wallstrasse 12 ";" ";"4051 ";"Basel ";"+41-61/68354-00 ";" ";"+41-61/68354-01 ";" " +lieferant ;00506517;"Agentur TwentyTwelve, Leonie Fleck ";" ";"Mahdentalstr. 108 ";" ";"71065 ";"Sindelfingen ";"07031/41211-85 ";" ";"07031/41211-86 ";" " +lieferant ;00506518;"MCC Consultant SAS (Not Shy) ";" ";"18, rue du Mail ";" ";"75002 ";"Paris ";"+33-1/42369970 ";" ";"+33-1/40263972 ";" " +lieferant ;00506519;"Place du Soleil ";" ";"Zijlstraat 93 ";" ";"2011 TM ";"Haarlem ";"+31-23/5511100 ";" ";" ";" " +lieferant ;00506520;"The Art of Protection BV ";" ";"James Wattlaan 7 ";" ";"5151 DP ";"Drunen ";"+31-416/652016 ";" ";"+31-416/349523 ";" " +lieferant ;00506521;"AGCC A Gentleman's Clothing Company GmbH";" ";"Adlerhorst 1 ";" ";"22459 ";"Hamburg ";"040/46640660 ";" ";" ";" " +lieferant ;00506522;"Oh Yeah! Berlin UG ";"(ehem. Alice Apfel Design UG) ";"Heimhuder Str. 86 ";" ";"20148 ";"Hamburg ";"040/399971514 ";" ";"040/284099628 ";" " +lieferant ;00506523;"Claudia Horlin-Smith (Spinach Mafia) ";" ";"Eiserweg 6a ";" ";"51503 ";"Rsrath ";"02205/9182891 ";" ";" ";" " +lieferant ;00506524;"Piper Verlag GmbH ";" ";"Georgenstrae 4 ";" ";"80799 ";"Mnchen ";"089/381801-0 ";" ";"089/338704 ";" " +lieferant ;00506525;"EZI S.p.A. ";" ";"Via Savona 56/A ";" ";"20144 ";"Milano ";" ";" ";" ";" " +lieferant ;00506526;"Loika Scandinavia AB (lo-ika) ";" ";"Granlidsvgen 6 ";" ";"436 50 ";"Hovas ";"+46-736/858626 ";" ";" ";" " +lieferant ;00506527;"Lafinesse ApS ";" ";"Industrivanget 9 ";" ";"4622 ";"Havdrup ";"+45-2286 9700 ";" ";" ";" " +lieferant ;00506528;"Ucon GmbH ";" ";"Gabriel-Max Str. 16 ";" ";"10245 ";"Berlin ";"030/89204861 ";" ";"030/89204862 ";" " +lieferant ;00506529;"Inoui et Compagnie ";" ";"15 Route d'Abbeville ";" ";"80230 ";"Saint-Valery-sur-Somme ";"+33-3/22265592 ";" ";" ";" " +lieferant ;00506530;"POM Amsterdam B.V. ";" ";"Oudeschans 26 ";" ";"1011 LB ";"Amsterdam ";"+31-20/3418822 ";" ";" ";" " +lieferant ;00506531;"Szomor-Hornicz Kesztyugyarto Kft. ";" ";"Siklosi ut 22 ";" ";"7622 ";"Pecs ";"+36-72/515-133 ";" ";"+36-72/515-134 ";" " +lieferant ;00506532;"Parfmerien Viglahn ";" ";"Hauptstrae 11 ";" ";"25999 ";"Kampen auf Sylt ";"04651/44177 ";" ";"04651/44170 ";" " +lieferant ;00506533;"Wollywood e.K., Hans-Christian Peters ";" ";"Lily-Braun-Str. 40 ";" ";"23843 ";"Bad Oldesloe ";"04531/8980960 ";" ";"04531/891469 ";" " +lieferant ;00506534;"Tacx Germany GmbH ";"ehem. van Bokhoven GmbH & Co. KG ";"Schachenstrae 11 ";" ";"88267 ";"Vogt ";"07529/9743-0 ";" ";"07529/9743-20 ";" " +lieferant ;00506535;"Sidas SAS ";" ";"18 Rue Leoin Beridot ";" ";"38500 ";"Voiron ";"+33-4/766707-07 ";" ";"+33-4/766707-03 ";" " +lieferant ;00506536;"PWT Germany GmbH ";" ";"Modering 3, Haus B, 1. OG, Raum 246 ";" ";"22457 ";"Hamburg ";"0800/1828215 ";" ";"+45-7245 4645 ";" " +lieferant ;00506537;"Manuel Aberle ";" ";"Wilhelm-Keim-Str. 1 ";" ";"82031 ";"Grnwald ";"0152/28846667 ";" ";" ";" " +lieferant ;00506538;"BB bags UG ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"02131 1339982 ";" ";"02131 1339983 ";" " +lieferant ;00506539;"Version Textil Imp. Exp. GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131 10 3335 ";" ";"02131 10 33 20 ";" " +lieferant ;00506540;"Tigi Haircare GmbH ";" ";"Hertzstrae 6 ";" ";"71083 ";"Herrenberg-Gltstein ";"07032/8933-1100 ";" ";"07032/8933-3100 ";" " +lieferant ;00506541;"LTT License To Thrill GmbH ";" ";"Gregor-Mendel-Strae 16 ";" ";"63150 ";"Heusenstamm ";"06104/68933-69 ";" ";"06104/68933-72 ";" " +lieferant ;00506542;"PBO Group ApS (Rue de Femme) ";" ";"Brunbjergvej 5 ";" ";"8240 ";"Risskov ";"+45-8742 8600 ";" ";"+45-8742 8601 ";" " +lieferant ;00506543;"Style'n Cook GmbH ";" ";"Hafenstrae 3 ";" ";"55411 ";"Bingen am Rhein ";"06721/98795-00 ";" ";"06721/98795-15 ";" " +lieferant ;00506544;"J.C. Fashion Company B.V. ";" ";"Postbus 194 ";" ";"3940 AD ";"Doorn ";"+31 613947041 ";" ";" ";" " +lieferant ;00506545;"Kocca s.r.l ";" ";"Interporto di Nola Lotto C2 N.1/5 ";" ";"80035 NA ";"Nola ";"+39 0818268201 ";" ";" ";" " +lieferant ;00506546;"Kettler Alu-Rad GmbH ";" ";"Longericher Strae 2 ";" ";"50739 ";"Kln ";"06805 6008-3070 ";" ";" ";" " +lieferant ;00506547;"Brichta GmbH ";" ";"Obere Hauptstrae 13 ";"Postfach 1106 ";"89407 ";"Dillingen ";"09071.58 50 0 ";" ";"09071.67 30 ";" " +lieferant ;00506548;"Modeagentur Petra Franke ";" ";"Seestrae 48 ";" ";"73272 ";"Neidlingen ";"07023/7444664 ";" ";"07023/7444663 ";" " +lieferant ;00506549;"Max Group Europe GmbH(ehe. Ash Germany) ";" ";"Lyonel-Feininger-Strae 28 ";" ";"80807 ";"Mnchen ";"+49 89 124147500 ";" ";" ";" " +lieferant ;00506550;"Heick GmbH ";" ";"Karrystrae 17 ";" ";"36041 ";"Fulda ";"0661/8396-0 ";" ";"0661/8396-9002 ";" " +lieferant ;00506551;"Deres Design A/S ";" ";"Frederiksberggade 22, 2. sal ";" ";"1459 ";"Copenhagen K ";"+45-3312 1340 ";" ";"+45-3393 1257 ";" " +lieferant ;00506552;"Joseph Joseph Deutschland GmbH ";" ";"Knigsallee 92a - 4. Etage ";" ";"40212 ";"Dsseldorf ";"+49 211 54073621 ";" ";" ";" " +lieferant ;00506553;"George & Oliver Company Denmark ApS ";" ";"Vestergade 27 ";" ";"1456 ";"Kopenhagen ";"+45-8882 6670 ";" ";" ";" " +lieferant ;00506554;"Rehard Distribuzione s.r.l. ";" ";"Via Giacomo Matteotti, 6/A ";" ";"38065 ";"Mori (TN) ";"+39-424/470433 ";" ";"+39-424/476963 ";" " +lieferant ;00506555;"Stefan Wittmann GmbH ";" ";"Volmerswerther Strae 32 ";" ";"40221 ";"Dsseldorf ";"0211/58589690 ";" ";"0211/58589699 ";" " +lieferant ;00506556;"UVR Connected GmbH ";" ";"Dresdener Strasse 36a ";" ";"10179 ";"Berlin ";"+49 30 475 96 880 ";" ";"+49 30 475 99 884 ";" " +lieferant ;00506557;"Canova Home & Fragrance Ltd ";" ";"2-3 Porthouse ";" ";"HR7 4NS ";"Bromyard, Herefordshire ";"+44-1885/485090 ";" ";"+44-1885/482629 ";" " +lieferant ;00506558;"Trendbuzz ";" ";"Rieder 4 ";" ";"87549 ";"Rettenberg ";"+49 8327 - 3830018 ";" ";"+49 8327 - 3830019 ";" " +lieferant ;00506559;"Market Grounds GmbH & Co. KG ";" ";"Ericus-Contor, Ericusspitze 2 ";" ";"20457 ";"Hamburg ";"+49 40 8090300-0 ";" ";"+49 40 8090300-99 ";" " +lieferant ;00506560;"Carola Castien GmbH ";" ";"Rauchstr. 2 ";" ";"81679 ";"Mnchen ";"+49 89 90777744 ";" ";"+49 89 90777741 ";" " +lieferant ;00506561;"Creative Minds Revive B.V. ";" ";"2e Maasbosstraat 46 ";" ";"3134 XJ ";"Vlaardingen ";" ";" ";" ";" " +lieferant ;00506562;"Bijoux Just a Touch GmbH ";" ";"Anton-Kux-Str. 2, a235 ";" ";"41460 ";"Neuss ";"0213/11534424 ";" ";" ";" " +lieferant ;00506563;"Studio B Glckwunschkarten GmbH ";" ";"Stettiner Str. 6 ";" ";"22850 ";"Norderstedt ";"+49 40 52883392 ";" ";"+49 40 52883394 ";" " +lieferant ;00506564;"Estella Bartlett LTD ";" ";"19 Risborough Street ";" ";"SE 1 OHG ";"London ";"+44 207 235 7723 ";" ";" ";" " +lieferant ;00506565;"Orelia LTD. ";" ";"C1 Portland Business Park / Portland Roa";" ";"BN3 5RY ";"Hove East Sussex ";" ";" ";" ";" " +lieferant ;00506566;"G-LAB GmbH ";" ";"Gladbacher Strae 78 ";" ";"40219 ";"Dsseldorf ";"+49 211 43 61 670 ";" ";" ";" " +lieferant ;00506567;"Julian Schwirtz, Assessoire, Must-have ";" ";"Clemensstrae 25 ";" ";"49090 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00506568;"Driftwood Design GmbH ";" ";"IZ N-Sd Strae 3, Objekt 35 ";" ";"2351 ";"Wiener Neudorf ";"+43 650/9256684 ";" ";"+43 2236/62058 ";" " +lieferant ;00506569;"PBS Deutschland West GmbH ";" ";"Gutenbergstr. 17 ";" ";"70771 ";"Leinfelden-Echterdingen ";"07031/43560 ";" ";"0711/7224887201 ";" " +lieferant ;00506570;"Lakrids by Johan Blow A/S ";" ";"Sydholmen 5 ";" ";"2650 ";"Hvidovre ";"+45 32 17 68 22 ";" ";" ";" " +lieferant ;00506571;"MLP Fashion UG (haftungsbeschrnkt) ";" ";"Unterdorfstr. 2 ";" ";"45143 ";"Essen ";"+49 2161 498 6481 ";" ";" ";" " +lieferant ;00506572;"Schweizer Uhrenhandelsgeschft e.K. ";" ";"Zhringerstr. 30 ";" ";"79618 ";"Rheinfelden ";"07623-966 2323 ";" ";" ";" " +lieferant ;00506573;"Hillburry ";" ";"Anton-Kux-Str.2, Raum A142 ";" ";"41460 ";"Neuss ";"+49 2131 3836757 ";" ";"+49 2131 3836758 ";" " +lieferant ;00506574;"Stellaverde GmbH ";" ";"Partnach Str. 2 ";" ";"82490 ";"Farchant ";"08821 / 708 76 55 ";" ";"08821 / 708 74 69 ";" " +lieferant ;00506575;"Kaufmanns WarenWelt GmbH & Co.KG ";" ";"Gammertinger Str. 33 ";" ";"88499 ";"Riedlingen ";"+49 7371 929 62 12 ";" ";" ";" " +lieferant ;00506576;"Peter Riegel Weinimport GmbH ";" ";"Steincker 12 ";" ";"78359 ";"Orsingen ";"+49 7774 93130 ";" ";"+49 7774 9313810 ";" " +lieferant ;00506577;"Edition Michael Fischer GmbH ";" ";"Donnersbergstr. 7 ";" ";"86859 ";"Igling - Oberigling ";"08248/969166 ";" ";"08248/969168 ";" " +lieferant ;00506578;"Do Corporation, LDA. ";" ";"Ruado Vau No.460 ";" ";"4795-490 ";"S. Martinho Do Campo ";" ";" ";" ";" " +lieferant ;00506579;"Rosera BV ";" ";"Installatieweg 18 ";" ";"1271 EM ";"HUIZEN ";"+31 35 7200937 ";" ";" ";" " +lieferant ;00506580;"Anerkjendt A/S ";" ";"Ibsvej 1-3 ";" ";"6000 ";"Kolding ";"+45 76 31 43 00 ";" ";"+45 76 30 70 80 ";" " +lieferant ;00506581;"Fritz Bandel GmbH & Co KG ";" ";"Hohenzollernstrasse 23-25 ";" ";"40211 ";"Dsseldorf ";"0211 / 3559150 ";" ";"0211 / 35591525 ";" " +lieferant ;00506582;"Colours & Sons GmbH ";" ";"Alsstr. 166 ";" ";"41063 ";"Mnchengladbach ";"02161 - 567 45 -28 ";" ";"02161 - 567 45 -29 ";" " +lieferant ;00506583;"Diddi Design AB ";" ";"Vstkustvgen 48 ";" ";"254 71 ";"Hasslarp ";"+46 (0) 706 311810 ";" ";"+46 42 206345 ";" " +lieferant ;00506584;"Alpensnde GmbH & Co. KG ";" ";"Luitpoldstr. 31 ";" ";"82211 ";"Herrsching a. Ammersee ";"+49 (0) 8152 98 94 910 ";" ";" ";" " +lieferant ;00506585;"SeeMe ";" ";"Haarlemmerstraat 72 ";" ";"1013 ET ";"Amsterdam ";"+31 20 233 2908 ";" ";" ";" " +lieferant ;00506586;"Cost Bart ApS ";" ";"Spinderigace 11 10 D ";" ";"7100 ";"Veijjle ";" ";" ";" ";" " +lieferant ;00506587;"Markus Schnur ";"Distribution & Consulting ";"Clemensstrae 38 ";" ";"80803 ";"Mnchen ";"+49 89 38665980 ";" ";"+49 89 38665979 ";" " +lieferant ;00506588;"Didriksons Regnklder AB ";"Grundsund Sweden ";"Fretagsgatan 42, Viared ";" ";"50494 ";"Boras ";"+46 33 101913 ";" ";" ";" " +lieferant ;00506589;"Kaufbetrieb - Agentur Koch GmbH & Co. KG";" ";"Schledehauser Weg 63 ";" ";"49086 ";"Osnabrck ";"0541 - 444680 ";" ";"0541 - 4430112 ";" " +lieferant ;00506590;"Fashion Victims srl ";" ";"Via Liberazione , 10 ";" ";"23895 ";"Nibionno (LC) ";"+39 031 692161 ";" ";"+39 031 692169 ";" " +lieferant ;00506591;"ANY DI GmbH ";" ";"Winzererstrasse 47D ";" ";"80797 ";"Mnchen ";"+49 173 365 9128 ";" ";" ";" " +lieferant ;00506592;"Atlantic Megabrands GmbH ";" ";"Markenwaldweg 27 ";" ";"44149 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00506593;"Toms Shoes ";"c/o DSV Solutions Venlo ";"Heierhoevenweg 17 ";" ";"5928 RN ";"Venlo ";" ";" ";" ";" " +lieferant ;00506594;"Sorbet Bracelets e.U. ";" ";"Steinbauergasse 14 / 21-22 ";" ";"1120 ";"WIEN ";"+43 6805539919 ";" ";" ";" " +lieferant ;00506595;"Dito Apparel ";" ";"Kafkastr.48 ";" ";"81737 ";"Mnchen ";"0170 / 6886781 ";" ";" ";" " +lieferant ;00506596;"Established Seventy9 ";" ";"Auf der Muhl 3a ";" ";"55270 ";"Essenheim ";"+49 (0)6136 7520900 ";" ";"+49 (0)6136 7521130 ";" " +lieferant ;00506597;"paper&cards GmbH & Co. KG ";" ";"Am Kreuz 37 ";" ";"55288 ";"Udenheim ";"+49.6701.69144-0 ";" ";"+49.6701.69144-99 ";" " +lieferant ;00506598;"Produits Berger SAS ";" ";"Route d'elbeuf ";" ";"27520 ";"Bourgheroulde ";"+33232969540 ";" ";"+33232962738 ";" " +lieferant ;00506599;"Pig&Hen ";" ";"Asterweg 131 ";" ";"1031 HM ";"Amsterdam ";"+31 (0) 6 4302 3950 ";" ";" ";" " +lieferant ;00506600;"Liix ";"Inh. Marcel Jansen ";"Bismarckstrae 31 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00506601;"Dekoback GmbH ";" ";"Neue Industriestrae 8 ";" ";"74934 ";"Reichartshausen ";"+49 (0) 6262 92693 00 ";" ";"+49 (0) 6262 92693 01 ";" " +lieferant ;00506602;"Thomas Mayr Handels GmbH ";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"0049 (0)89 - 322 11 347 ";" ";"0049 (0)89 - 32 48 94 60 ";" " +lieferant ;00506603;"Rosefield Watches ";" ";"Kerkstraat 310 ";" ";"1017 HC ";"Amsterdam ";"+31 20 893 418 2 ";" ";" ";" " +lieferant ;00506604;"Jackson Distribution Ltd ";" ";"1 Willis Way ";" ";"BH15 3SS ";"Poole ";"+44(0)1202 338 501 ";" ";" ";" " +lieferant ;00506605;"American Vintage ";"Sarl Aaaron ";"Alle de Stockholm ";" ";"83870 ";"Signes ";"+33 498070020 ";" ";"+33 494076106 ";" " +lieferant ;00506606;"Cloe Mode Vertriebs GmbH ";" ";"Hofener Str. 40 ";" ";"70736 ";"Fellbach ";"0711 583535 ";" ";"0711 583537 ";" " +lieferant ;00506607;"Hans Danner Papierwaren ";"Papierwarenfabrik + Kunststoffwerk GmbH ";"Klingenhofstrae 51 ";"13 02 55 ";"90411 ";"Nrnberg ";"+49 911 / 95175 - 0 ";" ";"+49 911 / 95175 - 95 ";" " +lieferant ;00506608;"LandLeder GmbH ";" ";"Creidlitzer-Str.-3 ";" ";"96482 ";"Ahorn-Finkenau ";"+49 (0) 9561-7318-373 / 374 ";" ";"+49 (0) 9561-7318-375 ";" " +lieferant ;00506609;"BE [...] MY FRIEND - Petra Schrckeneder";" ";"Alte Mattseerstrasse 14 ";" ";"5020 ";"Salzburg ";"+43 (0)676-5450630 ";" ";" ";" " +lieferant ;00506610;"Thule GmbH ";" ";"Dreichlingerstrae 10 ";" ";"92318 ";"Neumarkt ";"+49 9181 9010 ";" ";"+ 49 9181 90 11 50 ";" " +lieferant ;00506611;"Upparel GmbH ";" ";"Geibelstrae 6 ";" ";"81679 ";"Mnchen ";"+49 30 / 44 31 20 74 ";" ";"+49 30 / 69 53 61 14 ";" " +lieferant ;00506612;"Filippa K GmbH ";" ";"Robertstrae 4 ";" ";"48282 ";"Emsdetten ";"+49 2572 955016 ";" ";"+49 2572 955010 ";" " +lieferant ;00506613;"Manent Casanovas, s.a. ";" ";"c/Collita 9-11. Pl. Moli de la Bastida ";" ";"08191 ";"Rubi (BCN) ";"(+34) 93.586.24.00 ";" ";"(+34) 93.699.98.86 ";" " +lieferant ;00506614;"Biesse Fashion s.r.|. ";" ";"via Mattei, 53 ";" ";"46028 ";"Sermide (MM) ";"0386-960780 / 03865-397926 ";" ";"0386-961217 ";" " +lieferant ;00506615;"CRICKIT Int. GmbH & Co. KG ";" ";"Palmaille 55 ";" ";"22767 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00506616;"Destillerie Lantenhammer GmbH ";" ";"Josef-Lantenhammer-Platz 1 ";" ";"83734 ";"Hausham/Schliersee ";"+49 (0)80 26 92 48-0 ";" ";"+49 (0)80 26 92 48-10 ";" " +lieferant ;00506617;"Europe Watch Group BV ";" ";"Overschiestraat 186C ";" ";"1062 XK ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506618;"Flip Distribution GmbH ";" ";"Fendstr. 7 ";" ";"80802 ";"Mnchen ";"+49 89 344259 ";" ";"+49 89 34019691 ";" " +lieferant ;00506619;"Moormann & Co. Textilvertrieb ";" ";"Seefeldstrasse 8 ";" ";"3602 ";"Thun ";"0041-33-225 49 08 ";" ";"0041-33-225 49 09 ";" " +lieferant ;00506620;"S.A.R.L. All Denim ";" ";"83 AVENUE VICTOR HUGO ";" ";"93300 ";"AUBERVILLIERS ";" ";" ";" ";" " +lieferant ;00506621;"S.A.R.L. Boping ";"Miss Anna ";"8-10 RUE DE LA HAIE COQ ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00506622;"SAC- D'AUBER ";" ";"68 RUE DE LA HAIE COQ ";" ";"93300 ";"Aubervilliers ";"+33(0)148341459 ";" ";"+33(0)148341 459 ";" " +lieferant ;00506623;"Kaylla ";"Import-Export ";"45 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33 (0) 149374169 ";" ";"+33 (0) 143522864 ";" " +lieferant ;00506624;"SARL Blushop ";" ";"59 AVENUE VICTOR HUGO ";" ";"93300 ";"Aubervilliers ";"01 41 586650 ";" ";"01 43 520180 ";" " +lieferant ;00506625;"SARL Hot Bottom ";" ";"85, Ave Victor Hugo ";" ";"93300 ";"Aubervilliers ";"01 48 119253 ";" ";"01 48 344123 ";" " +lieferant ;00506626;"SARL Envijoli ";" ";"90 Rue de la Haie COQ ";" ";"93300 ";"Aubervilliers ";"01 48 334782 ";" ";"01 48 330254 ";" " +lieferant ;00506627;"Modeagentur Axel Becker ";" ";"SalinenstraBe 53 ";" ";"61231 ";"Bad Nauheim ";"06032 35303 ";" ";"06032 926830 ";" " +lieferant ;00506628;"Didriksons Deutschland GmbH ";" ";"Derendorfer Allee 6 ";" ";"40476 ";"Dsseldorf ";"+49 211/15837379 ";" ";" ";" " +lieferant ;00506629;"Like it a Lot ";" ";"A.H.G. Fokkerstraat 7 ";" ";"9403 AM ";"Assen ";"+31 (0)597 67 17 63 ";" ";" ";" " +lieferant ;00506630;"DKC Wholesale A/S ";" ";"La Cours Vej 6 ";" ";"7430 ";"Ikast ";" ";" ";" ";" " +lieferant ;00506631;"BAS Traders GmbH / Ben Sherman ";" ";"Freisinger Strae 28 a ";" ";"85764 ";"Oberschleiheim ";" ";" ";" ";" " +lieferant ;00506632;"Tristate International SA ";" ";"Via Funicolare 5 ";" ";"6912 ";"Pazzallo ";"+41 (0)91/9809060 ";" ";" ";" " +lieferant ;00506633;"American Essentials International Ltd ";" ";"Chapel Road ";" ";"OL8 4QQ ";"Oldham ";" ";" ";" ";" " +lieferant ;00506634;"LUPACO GmbH ";" ";"Gartenseeweg 1a ";" ";"82402 ";"Seeshaupt ";"+49-(0)8801-9149-900 ";" ";"+49-(0)8801-9149-901 ";" " +lieferant ;00506635;"Xpoos - The Art of Socks ";" ";"Larenweg 48 ";" ";"5234 KA ";"s-Hertogenbosch ";" ";" ";" ";" " +lieferant ;00506636;"J.D.X. di Wang Meng Ting ";" ";"Via deile Colombaie 31 ";" ";"F 59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00506637;"GM di Wu Gutfan ";" ";"Via Toscana 103 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00506638;"New Style Prontomoda di Cai Youping ";" ";"Via Basilicata 7 ";" ";"59100 ";"Prato ";"0574 890977 ";" ";" ";" " +lieferant ;00506639;"Billy Fashion di He Huang ";" ";"Via Veneto 49 ";" ";"59100 ";"Prato ";"0574 734449 ";" ";" ";" " +lieferant ;00506640;"Shining Fashion di Chen Xiaoping ";" ";"Via Piemonte 16 ";" ";"59100 ";"Prato ";"+39-0574621691 ";" ";" ";" " +lieferant ;00506641;"Ditta Sun Anjin ";" ";"Piazza Manfredo Fanti 7 ";" ";"00185 ";"Rom ";" ";" ";" ";" " +lieferant ;00506642;"Jiang La-Fa ";" ";"Piazza Capecelatro Alfonso 22 ";" ";"00168 ";"ROM ";" ";" ";" ";" " +lieferant ;00506643;"GIORGIO ARMANI S.p.A. ";" ";"Via Borgonuovo 11 ";" ";"20121 ";"Milano ";"+39 02 72318.1 ";" ";"+39 02 58191900 ";" " +lieferant ;00506644;"Wagner + Khner GmbH ";" ";"Mainzer Strae 30 ";" ";"55545 ";"Bad Kreuznach ";"+49 671 886180 ";" ";"+49 671 74668 ";" " +lieferant ;00506645;"Pololo Verena Carney & Franziska Kuntze ";" ";"Teutonenstrae 27 ";" ";"14129 ";"Berlin ";"+49 30 79709866 ";" ";"+49 30 79709864 ";" " +lieferant ;00506646;"Schmuckstck ";" ";"Unterriethstrae 40 ";" ";"65187 ";"Wiesbaden ";"0611 609 13 237 ";" ";" ";" " +lieferant ;00506647;"EEM-Fashion GmbH ";" ";"Grandweg 24 ";" ";"22529 ";"Hamburg ";"+49-40-562063 ";" ";"+49-40-562064 ";" " +lieferant ;00506648;"OMM Kunststofftechnik GmbH ";" ";"Schlosserstrae 13 ";" ";"51789 ";"Lindlar ";"02266/905-0 ";" ";"02266/905-40 ";" " +lieferant ;00506649;"Switcher Textil Vertriebs GmbH ";" ";"Schopfheimer Strae 75 a ";" ";"79669 ";"Zell im Wiesental ";"+49 7621 983800 ";" ";"+49 7621 983838 ";" " +lieferant ;00506650;"Ripa Ripa Ltd ";" ";"Healthaid House / Marlborough Hill ";" ";"HA1 1 UD ";"Harrow ";" ";" ";" ";" " +lieferant ;00506651;"AMPLIFI COALITION AG ";" ";"Am Faltenbach 4D ";" ";"87561 ";"Oberstdorf ";"+49 8322 30592 17 ";" ";"+49 8322 30592 15 ";" " +lieferant ;00506652;"Martini-Sportswear Ges. m.b.H. ";" ";"Annaberg 133 ";" ";"5524 ";"Annaberg ";"+43 6463 81710 ";" ";"+43 6463 817177 ";" " +lieferant ;00506653;"Est1842 ";" ";"Engelsestraat 4 ";" ";"5171 DW ";"Kaatsheuvel ";"+31(0)416 27 38 51 ";" ";" ";" " +lieferant ;00506654;"Organication Europe GmbH ";" ";"Max-Eyth-Str. 30 ";" ";"70736 ";"Fellbach ";"0711 504 307 22 ";" ";"0711 968 919 00 ";" " +lieferant ;00506655;"Foreseen Fashion AS ";" ";"Fredskovvej 1 ";" ";"7330 ";"Brande ";" ";" ";" ";" " +lieferant ;00506656;"Dr. P. Lacebo ";" ";"Silcherweg 1-3 ";" ";"73463 ";"Westhausen ";"+49 (0) 7363 953 9720 ";" ";"+49 (0) 7363 953 9721 ";" " +lieferant ;00506657;"Florian Isensee GmbH ";" ";"Haarenstrae 20 ";" ";"26122 ";"Oldenburg ";"0441 361424-0 ";" ";"0441 17872 ";" " +lieferant ;00506658;"East EU ";" ";"Siriusvej 17 ";" ";"7430 ";"Ikast ";"+49 211 732 87522 ";" ";" ";" " +lieferant ;00506659;"Ulrike Alt - Luxusweiberl ";" ";"Bergstrae 12 ";" ";"82024 ";"Taufkirchen ";"08944499366 ";" ";"08944499368 ";" " +lieferant ;00506660;"My Bro Tie Europe ";" ";"Linienstrae 214 ";" ";"10119 ";"Berlin ";"+49 30 2064 8179 ";" ";" ";" " +lieferant ;00506661;"Et al Design ";" ";"Nedergade 35B st. ";" ";"5000 ";"Odense ";"+4521127892 ";" ";" ";" " +lieferant ;00506662;"Sisters S.r.l. ";" ";"Via dei Lifoppi 604/609 ";" ";"24050 ";"Covo (Bergamo) ";"0363 938771 ";" ";"0363 938271 ";" " +lieferant ;00506663;"Billiet Vanlaere B.V.T. NV ";" ";"Bevrijdingslaan 13-15 ";" ";"8700 ";"Tielt ";"+32 (0)51 40 27 94 ";" ";"+32 (0)51 42 39 89 ";" " +lieferant ;00506664;"Mark und Bein ";" ";"Knigsberger str. 2 ";" ";"93413 ";"Cham ";"09971 / 7685540 ";" ";" ";" " +lieferant ;00506665;"Globos-Luftballon GmbH ";" ";"Maimoorweg 62 ";" ";"22179 ";"Hamburg ";"+49 (0) 40 / 642 184-0 ";" ";"+49 (0) 40 / 642 184-99 ";" " +lieferant ;00506666;"HEUNEC -GmbH & Co. KG ";" ";"Am Moos 11 und Mrikestr. 2 + 6, ";" ";"96465 ";"Neustadt ";"0 95 68 - 8 55 - 0 ";" ";"0 95 68 - 8 55 - 85 ";" " +lieferant ;00506667;"Pegasus Spiele Verlags- und Medienvertri";" ";"Am Strabach 3 ";" ";"61169 ";"Friedberg ";"06031/72170 ";" ";"0049-6031/721717 ";" " +lieferant ;00506668;"Wunschnaht GmbH ";" ";"Lilistrae 83c ";" ";"63067 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00506669;"Calzaturificio Cavallaccio s.r.l. ";" ";"Via E. Frattini ";" ";"81031 ";"Aversa ";"+39 081 811 25 07 ";" ";"+39 081 890 21 92 ";" " +lieferant ;00506670;"Daino Shoes s.r.l. ";" ";"Via Archetti 7 ";" ";"63831 ";"Rapagnano (FM) ";"+39.0734.628089 ";" ";" ";" " +lieferant ;00506671;"NR S.r.l. ";" ";"Viale Mazzini, 61/63 ";" ";"50132 ";"Firenze ";"+39 055 2346142 ";" ";"+39 055 2001689 ";" " +lieferant ;00506672;"MA.BI. sas di Mandolesi Aldesina & C. ";" ";"7/9, V. Turati ";" ";"63812 ";"Montegranaro (FM) ";"0734 890580 ";" ";"0734 889400 ";" " +lieferant ;00506673;"Calzaturificio Dema srl ";" ";"Zona Industriale ASI Aversa nord Compren";" ";"81032 ";"Carinaro (CE) ";" ";" ";" ";" " +lieferant ;00506674;"MASVA PROJECT SL ";" ";"C/ SABADELL, 5 - P.I. DE ALTABIX. ";" ";"03203 ";"Elche ";"+34 966 610 076 ";" ";"+34 965 421 128 ";" " +lieferant ;00506675;"Creaciones ALPE s.l. ";" ";"Carretera Vieja de Extremadura s/n ";" ";"45513 ";"Santa Cruz del Retamar ";"925 794 953 ";" ";"925 794 402 ";" " +lieferant ;00506676;"Pliss s.p.a. ";" ";"Via Ghebo 1 ";" ";"35017 ";"Piombino Dese (PD) ";"+39 049 9365577 ";" ";"+39 049 9366911 ";" " +lieferant ;00506677;"Kaos s.p.a. ";" ";"Via Degli Speziali 138 Blocco 25 ";" ";"40050 ";"Funo Di Argelato Centerbross (BO) ";" ";" ";" ";" " +lieferant ;00506678;"Premiata S.r.l. ";" ";"Via Friuli, 64 ";" ";"20135 ";"Milano ";"+39 (0) 259901164 ";" ";"+39 (0) 259901352 ";" " +lieferant ;00506679;"CS Concept GmbH & Co.KG ";" ";"Ostenhellweg 33 ";" ";"44135 ";"Dortmund ";"+49 231 521076 ";" ";" ";" " +lieferant ;00506680;"Kalisti International EUROPE ";" ";"Hauptstrasse 7A ";" ";"86949 ";"Windach ";"+49 (0)819 39 96 62 28 ";" ";" ";" " +lieferant ;00506681;"Store Concept GmbH & Co. KG ";" ";"Ostenhellweg 33 ";" ";"44135 ";"Dortmund ";"+49 231 521076 ";" ";"+49 231 5860432 ";" " +lieferant ;00506682;"Cake Lingerie ";" ";"PO Box 7938 ";" ";"NSW 2153 ";"Baulkham Hills ";"+61 2 88509800 ";" ";"+61 2 96596472 ";" " +lieferant ;00506683;"Cartage srl ";" ";"Via Nullo 5 ";" ";"20129 ";"Milano ";" ";" ";" ";" " +lieferant ;00506684;"HAIR DOCTOR by Marion Meinert ";" ";"Am Laxtener Esch 4 ";" ";"49811 ";"Lingen ";"0 591 - 7 10 00 88 ";" ";"0 591 - 61 06 05 01 ";" " +lieferant ;00506685;"RUN Lifewear GmbH ";" ";"Schemelbergstrae 2 ";" ";"70073 ";"Gppingen ";" ";" ";" ";" " +lieferant ;00506686;"Rosenkranz Burgmann GbR ";" ";"Stammstrae 21-23 ";" ";"50823 ";"Kln ";"+49 221 954 392 00 ";" ";"+49 221 955 98 48 ";" " +lieferant ;00506687;"LVMH Parfums & Kosmetik Deutschland GmbH";" ";"Haus am Rhein Rotterdamer Strae 40 ";" ";"40474 ";"Dsseldorf ";"0211 88232100 ";" ";"0211 88232800 ";" " +lieferant ;00506688;"Le Noir S.r.l. ";" ";"Via S. Allende, 19 ";" ";"50058 ";"Signa (Firenze) ";"055-879151 ";" ";"055-791555 ";" " +lieferant ;00506689;"Sockshouse B.V. ";" ";"Larenweg 48 ";" ";"5203 DH ";"`s-Hertogenbosch ";"+31 (0)73 649 66 66 ";" ";" ";" " +lieferant ;00506690;"Lederfaktur ";" ";"Glcksburger Str. 43 ";" ";"24943 ";"Flensburg ";"0461 3182594 ";" ";"0461 3182595 ";" " +lieferant ;00506691;"Bonamano & Ferrari s.n.c. ";" ";"Via dei Canzi 16/18 ";" ";"20134 ";"Milano ";"+39 02 26417111 ";" ";"+39 02 26417112 ";" " +lieferant ;00506692;"Nikwax Ltd ";" ";"Unit F, Durgates Industrial Estate ";" ";"TN5 6DF ";"Wadhurst, East Sussex ";"+44 1892 786400 ";" ";"+44 1892 783478 ";" " +lieferant ;00506693;"Lekkerland Sd GmbH & Co. KG ";" ";"Ziegelfeldstr. 48 ";" ";"73563 ";"Mgglingen ";" ";" ";" ";" " +lieferant ;00506694;"Sas GMT Lingerie ";" ";"58 Rue Tiquetonne ";" ";"75002 ";"Paris ";"01 44 900825 ";" ";" ";" " +lieferant ;00506695;"XANADO gifts and presents GmbH ";" ";"Hansestr. 41 ";" ";"51688 ";"Wipperfurth ";"02267 6843360 ";" ";" ";" " +lieferant ;00506696;"Engel Naturbrennerei ";" ";"Baron-Riederer-Strae 47 ";" ";"84337 ";"Schnau ";"08726/ 9678898 ";" ";" ";" " +lieferant ;00506697;"Macani Wooddesign e.K. ";" ";"Johann-Michael-Fischer-Str. 8 ";" ";"82398 ";"Polling ";"0881 9245171 ";" ";"0312 146 7804 ";" " +lieferant ;00506698;"Fratelli Marzi s.r.l. ";" ";"Via Bruno Buozzi 149-151 ";" ";"50013 ";"Campi Bisenzio (Firenze) ";"+39 055 8962619 ";" ";"+39 055 8963032 ";" " +lieferant ;00506699;"PUIG Deutschland GmbH ";" ";"Zirkusweg 2 ";" ";"20359 ";"Hamburg ";"040 46 00 66-0 ";" ";" ";" " +lieferant ;00506700;"Brandfarm BV ";" ";"Zuidhollandsedijk 179 ";" ";"5171 TM ";"Kaatsheuvel ";"+31 (0) 416 316 470 ";" ";" ";" " +lieferant ;00506701;"Boden.4 Handels GmbH ";" ";"Brooktorkai 7 ";" ";"20457 ";"Hamburg ";"+49 40 32901760 ";" ";"+49 40 329017629 ";" " +lieferant ;00506702;"BKM Grohandels GmbH ";" ";"Pflzer Str.10 ";" ";"33332 ";"Gtersloh ";"+49 5241 924620 ";" ";"+49 5241 924649 ";" " +lieferant ;00506703;"Formes GmbH ";" ";"Friedrich-Ludwig-Jahn-Str 9 ";" ";"96484 ";"Meeda ";" ";" ";" ";" " +lieferant ;00506704;"T.R.S. Evolution S.P.A. ";" ";"Piazza della Scala 5 ";" ";"20121 ";"Milano ";"+39 02 8068821 ";" ";"+39 02 76014249 ";" " +lieferant ;00506705;"K&S Accessories GmbH ";" ";"Stuttgarter Strae 157/1 ";" ";"70734 ";"Fellbach ";"+49 711 52089716 ";" ";"++49 711 52089710 ";" " +lieferant ;00506706;"Be Company SRL ";" ";"Via G. Leopardi 6/8 ";" ";"57121 ";"Livorno ";"+39 586 421232 ";" ";" ";" " +lieferant ;00506707;"dero Textil-Design GmbH ";" ";"Knigsberger Str. 135 ";" ";"47809 ";"Krefeld ";"+49 2151 508870 ";" ";"+49 2151 508871 ";" " +lieferant ;00506708;"Landr Design ";" ";"Burgwedeler Str. 30 ";" ";"30657 ";"Hannover ";"0511 76840080 ";" ";"0511 3381122 ";" " +lieferant ;00506709;"Folienplot-Aufkleber (Umut Alaca) ";" ";"Steiermrker Str. 92 ";" ";"70469 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00506710;"Accenti Handelagentur Beneke+Hinz GbR ";" ";"Olande 28 ";" ";"21509 ";"Glinde ";"0176 32281017 ";" ";" ";" " +lieferant ;00506711;"Collines de Provence ";" ";"Parc de Pitaugier ";" ";"04300 ";"Mane ";" ";" ";" ";" " +lieferant ;00506712;"Miss Miss srl ";" ";"Via Nuova Circonvallazione 69 scala C ";" ";"47924 ";"Rimini ";"0541 782458 ";" ";" ";" " +lieferant ;00506713;"Asko Srl ";" ";"Via Guglielmo Marconi 21 ";" ";"30035 ";"Mirano ";"+39 041 5725623 ";" ";"+39 041 432382 ";" " +lieferant ;00506714;"Pattern Srl ";" ";"Via Italia 6/A ";" ";"10093 ";"Collegno ";"+39 011 4531597 ";" ";"+39 011 7381725 ";" " +lieferant ;00506715;"Trade Work Agency ";"Klaas/Klaas/Klaas GbR ";"Luisenstr. 9-13 ";" ";"44787 ";"Bochum ";"+49 160 92562629 ";" ";"+49 234 6405524 ";" " +lieferant ;00506716;"Schubert Jagdstrick ";" ";"Fulau 2 ";" ";"29378 ";"Witten ";" ";" ";" ";" " +lieferant ;00506717;"PB Home Nordic AB ";" ";"Grundbergsvgen 13 ";" ";"46139 ";"Trollhttan ";" ";" ";" ";" " +lieferant ;00506718;"Papier-Mettler KG ";" ";"Hochwaldstr. 22 ";" ";"54497 ";"Morbach ";" ";" ";" ";" " +lieferant ;00506719;"Eterna Keramik GmbH ";" ";"Vehlgast 7 ";" ";"39539 ";"Havelberg ";"030 26541063 ";" ";" ";" " +lieferant ;00506720;"Scunzani Ivo SNC ";"di Scunzani Marcello & C. ";"Via Cavezzo 18A/20 ";" ";"41126 ";"Baggiovara di Modena ";"+39 059 511378 ";" ";"+39 059 5139007 ";" " +lieferant ;00506721;"Nila Pila ";" ";"Hohlweg 21 ";" ";"65812 ";"Bad Soden am Taunus ";"06174 2499167 ";" ";"06174 2499168 ";" " +lieferant ;00506722;"Madison Sportsline GmbH ";" ";"Feldstrae 26a ";" ";"44867 ";"Bochum ";"+49 2327 9543163 ";" ";"+49 2327 9543165 ";" " +lieferant ;00506723;"Relaxroll GmbH ";" ";"Tbinger Str. 47 ";" ";"72127 ";"Kusterdingen ";" ";" ";" ";" " +lieferant ;00506724;"2-Biz Company AS ";" ";"Lokesvej 1-3 ";" ";"8230 ";"byhj ";"+45 86 154311 ";" ";" ";" " +lieferant ;00506725;"Un Temps pour Elle ";" ";"Passage du Caire 111-113 ";" ";"75002 ";"Paris ";"01 40 280868 ";" ";"01 40 261658 ";" " +lieferant ;00506726;"Quinze heures trente ";" ";"119 BD Seastopol ";" ";"75002 ";"Paris ";"01 42 367282 ";" ";"01 45 084862 ";" " +lieferant ;00506727;"Pura Living S.L. ";" ";"C/ Juan de la Cierva 31 2A Elche Parque ";" ";"03203 ";"Elche Alicante ";"+34 956 685622 ";" ";"+34 965 625840 ";" " +lieferant ;00506728;"Style am Main GmbH ";" ";"Eschersheimer Landstrae 67 ";" ";"60322 ";"Frankfurt ";"+49 69 97392112 ";" ";" ";" " +lieferant ;00506729;"Gruppo Tessile Lombardo srl ";" ";"Via G. Verdin 101 ";" ";"21017 ";"Samarate ";" ";" ";" ";" " +lieferant ;00506730;"JRDL Germany GmbH ";" ";"Halskestrae 9 ";" ";"40880 ";"Ratingen ";"0211 161659 ";" ";"0211 1795000 ";" " +lieferant ;00506731;"ACP GmbH ";" ";"Moltkestrae 44a ";" ";"42799 ";"Leichlingen ";"+49 2175 18881-0 ";" ";"+49 2175 18881-29 ";" " +lieferant ;00506732;"Uniqlevr ApS ";" ";"Staudehaverne 1 ";" ";"7500 ";"Holstebro ";"+45 60854575 ";" ";" ";" " +lieferant ;00506733;"Mediaplott GmbH & Co. KG ";" ";"Luitpoldingerring 46 ";" ";"94474 ";"Vilshofen ";"08541 910357 ";" ";"08541 919769 ";" " +lieferant ;00506734;"Anke Dessauer ";" ";"Rosenweg 5 ";" ";"65428 ";"Rsselsheim ";"0177 7437101 ";" ";" ";" " +lieferant ;00506735;"Mela Srl ";" ";"Viale Verdi 55/A ";" ";"23807 ";"Merate (LC) ";"342 3721884 ";" ";"025060314 ";" " +lieferant ;00506736;"Makorian B.V. ";" ";"Amerikaweg 58a ";" ";"9407 TM ";"Assen ";"050 7630880 ";" ";" ";" " +lieferant ;00506737;"Wood'd Srl ";" ";"Viale 2 Giugno, 3/3a ";" ";"20020 ";"Arconate (MI) ";"+39 0331 461902 ";" ";"+39 0331 461353 ";" " +lieferant ;00506738;"L&M Sarl ";" ";"85 Rue la Fayette ";" ";"75009 ";"Paris 09 ";" ";" ";" ";" " +lieferant ;00506739;"Carodel Plc ";" ";"Klein frankrijkstraat 33 ";" ";"9600 ";"Ronse ";"+32 (55) 230 160 ";" ";"+32 (55) 230 189 ";" " +lieferant ;00506740;"AT Distribution GmbH ";" ";"Rather Strae 49c ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506741;"Ilona von Preuschen ";" ";"Bredenbergsweg 8 ";" ";"21149 ";"Hamburg ";"040-64 53 91 36 ";" ";" ";" " +lieferant ;00506742;"Duca Del Nord SRL ";" ";"Via Elpidiense Sud, 289 A/B ";" ";"63812 ";"Montegranaro (FM) ";"0734 891242 ";" ";" ";" " +lieferant ;00506743;"T1 Segelmanufaktur GmbH ";" ";"Am Rethvel 15-16 ";" ";"25348 ";"Glckstadt ";"04124 60 42 43 ";" ";"04124 60 46 41 ";" " +lieferant ;00506744;"Goletz Bowties ";" ";"Paul-Lincke-Ufer 30 ";" ";"10999 ";"Berlin ";"+49 176 70455606 ";" ";" ";" " +lieferant ;00506745;"On Industry SRL ";" ";"Via Bassano Del Grappa 66 ";" ";"36030 ";"Sarcedo VI ";"+39 0445 346711 ";" ";"+39 0445 347115 ";" " +lieferant ;00506746;"IMC Toys Deutschland GmbH ";" ";"Dsseldorfer Str. 99 ";" ";"51063 ";"Kln ";"0221 995399-60 ";" ";"0221 995399-99 ";" " +lieferant ;00506747;"Revivo Candela ";"Anastasia Slt ";"Bahrenfelder Steindamm 69 ";" ";"22761 ";"Hamburg ";"+49 (0)40 2847 8626 ";" ";" ";" " +lieferant ;00506748;"Marlino GmbH ";" ";"Frankfurter Ring 247 ";" ";"80807 ";"Mnchen ";" ";" ";"+49 89-4520588-11 ";" " +lieferant ;00506749;"Drys Denmark aps ";" ";"Mariendalsvej 11 ";" ";"8800 ";"Viborg ";"+45 8725 0100 ";" ";"+45 8725 0187 ";" " +lieferant ;00506750;"Sabintima srl ";" ";"Via Vaccarezza 14 ";" ";"24040 ";"Osio Sopra (BG) ";"+39 035 500830 ";" ";" ";" " +lieferant ;00506751;"UGK Fashion Service GmbH ";" ";"Marianne-Plehn Str.49 ";" ";"81825 ";"Mnchen ";"+49 (0)89 436 502 95 ";" ";" ";" " +lieferant ;00506752;"Brandsplus NV SA ";" ";"Wissenstraat 1 ";" ";"9200 ";"Dendermonde ";"+32 52858081 ";" ";"+32 52226760 ";" " +lieferant ;00506753;"Katie Loxton Limited ";" ";"Cherwell Business Village, Southan Road ";" ";"OX16 2SP ";"Banbury, OXON ";" ";" ";" ";" " +lieferant ;00506754;"Weingut am Stein ";"Ludwig Knoll ";"Mittlerer Steinbergweg 5 ";" ";"97080 ";"Wrzburg ";"+49 (0)931 25808 ";" ";"+49 (0)931 25880 ";" " +lieferant ;00506755;"Janiak Textildruck ";" ";"Kniprodestrae 95 - 97 ";" ";"26388 ";"Wilhelmshaven ";"04421 77 31 83 ";" ";"04421 77 31 85 ";" " +lieferant ;00506756;"Casalino & Co ";" ";"Clemens-Schps-Strasse 16 ";" ";"85521 ";"Ottobrunn/Mnchen ";"+49 (0)89 92564048 ";" ";"+49 (0)89 99560093 ";" " +lieferant ;00506757;"Doucals s.r.l. ";" ";"via Lombardia, 19-19/A ";" ";"63812 ";"Montegranaro (FM) ";"+39 0734 89 17 71 ";" ";"+39 0734 89 28 69 ";" " +lieferant ;00506758;"MA_LU GmbH ";" ";"Simsseestrasse 194 ";" ";"83071 ";"Stephanskirchen ";"+49 8036 9085325 ";" ";"+49 8036 9096088 ";" " +lieferant ;00506759;"Albert Textil GmbH ";" ";"Seestrae 2 ";" ";"88239 ";"Wangen ";" ";" ";" ";" " +lieferant ;00506760;"WiCo - Wiedner & Iltar KG ";" ";"Schnbrunner Allee 2-6 / Top 8 ";" ";"2331 ";"Vsendorf ";"+43 1 545 78 77 ";" ";"+43 1 214 52 14 77 ";" " +lieferant ;00506761;"Seraphin Sas ";" ";"57, Quai de Valmy ";" ";"75010 ";"Paris ";"+33 142390900 ";" ";"+33 142399677 ";" " +lieferant ;00506762;"Uno pi Uno ";" ";"Carrer Camprodn 34 ";" ";"08227 ";"Terrassa ";"+34 93 309 36 20 ";" ";" ";" " +lieferant ;00506763;"Sommaire Beaut GmbH ";" ";"Sternstrae 9-11 ";" ";"40479 ";"Dsseldorf ";"021193673990 ";" ";"021193673991 ";" " +lieferant ;00506764;"Becker's Friends ";"H-B Premium Modevertriebs U.G. i. Gr. ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00506765;"BRAVE KID SRL ";" ";"Via Fosse 14 ";" ";"36063 ";"Marostica (VI) ";"+39 424 478555 ";" ";"+39 424 72253 ";" " +lieferant ;00506766;"MONDY VERTRIEB GmbH & Co. KG ";" ";"Rokopfweg 7 ";" ";"85649 ";"Brunnthal ";"08102 - 777 64 00 ";" ";"08102 - 77 39 31 ";" " +lieferant ;00506767;"kamoa GmbH ";" ";"Holzgartenstrasse 2 ";" ";"85221 ";"Dachau ";"+49 813-333 6370 ";" ";"+49 8131-333 6371 ";" " +lieferant ;00506768;"Love Stories B.V. ";" ";"Brouwersgracht 266-1 ";" ";"1013 HG ";"Amsterdam ";"+31 20 2103035 ";" ";" ";" " +lieferant ;00506769;"~~Supergroup Internet Ldt.(jetzt502331) ";" ";"Unit 60, The Runnings ";" ";"GL51 9NW ";"Cheltenham ";"00 44 1242 578 376 ";" ";" ";" " +lieferant ;00506770;"M.Hornung Modedesign ";" ";"Rosenstr. 36 ";" ";"80316 ";"Friedberg ";" ";" ";" ";" " +lieferant ;00506771;"Aaiko ";" ";"Toetsenbordweg 2 ";" ";"1033 MZ ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506772;"Mofra Shoes SRL ";" ";"Via Callano 96-98 ";" ";"76121 ";"Barletta (BT) ";"+39 0883 531030 ";" ";"+39 0883 531356 ";" " +lieferant ;00506773;"Simen - fabryka obuwia ";" ";"ul. Warszawska 74 ";" ";"08-450 ";"Laskarzew ";"+48 25 6845302 ";" ";" ";" " +lieferant ;00506774;"Zoggs International Limited ";" ";"Courtyard House, The Square, Lightwater ";" ";"GU18 5SS ";"Surrey ";"0800 589 0697 ";" ";"+44 1276 489079 ";" " +lieferant ;00506775;"Bruel S.p.a ";" ";"Via Verci 40 ";" ";"36061 ";"Bassano del Grappa (VE) ";" ";" ";" ";" " +lieferant ;00506776;"Joseph Joseph Ldt ";" ";"30 Great Guildford Street ";" ";"SE1, OHS ";"London ";" ";" ";" ";" " +lieferant ;00506777;"Insel Film Produktion Rolf Blank ";" ";"Rathenower Str. 30 ";" ";"10559 ";"Berlin ";"030 43076671 ";" ";" ";" " +lieferant ;00506778;"God Bless You ";"Christoph Krone ";"Kastanienallee 31 ";" ";"10435 ";"Berlin ";" ";" ";" ";" " +lieferant ;00506779;"Agentur Berg ";"Inh. Burkhard Berg ";"Hirschstrasse 28 ";" ";"64291 ";"Darmstadt ";"06151 374003 ";" ";"06151 374033 ";" " +lieferant ;00506780;"Hans Hermann Manufaktur GbR ";" ";"Schulstrasse 2a ";" ";"79227 ";"Schallstadt (Mengen) ";"0151/40028542 ";" ";" ";" " +lieferant ;00506781;"UBER AS ";" ";"Sjgangen 4 ";" ";"NO-0252 ";"Oslo ";" ";" ";" ";" " +lieferant ;00506782;"Exilbayer GmbH ";"Daniel Wildfeuer ";"Osterbrooksweg 69 ";" ";"22869 ";"Schenefeld ";" ";" ";" ";" " +lieferant ;00506783;"Die Masche Strickwarenfabrik ";" ";"Dr.-Hermann-Lindrath-Str. 15 ";" ";"23812 ";"Wahlstedt ";"+49 4554 92150 ";" ";"+49 4554 92151 ";" " +lieferant ;00506784;"t..t.e. GmbH ";" ";"Hamburger Strae 21 ";" ";"41540 ";"Dormagen ";"+49(0)2133.97595-0 ";" ";"+49(0)2133.97595-5 ";" " +lieferant ;00506785;"LOQI Store GmbH ";" ";"Kaiserin-Auguste-Allee 10-11 ";" ";"10553 ";"Berlin ";"+49 30 120749840 ";" ";"+49 30 120749842 ";" " +lieferant ;00506786;"INDSTRIA DE CALADO CELITA, LDA ";" ";"Rua Cidade de Guimares, 187 ";" ";"4800-858 ";"So Torcato ";"+351253543098 ";" ";"+351253543099 ";" " +lieferant ;00506787;"Kranz & Ziegler GmbH ";" ";"Millentorplatz 1 ";" ";"20359 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00506788;"Aden + Anais Ltd. ";" ";"1 filament walk ";" ";"sw18 4CQ ";"London ";" ";" ";" ";" " +lieferant ;00506789;"Bckling GmbH & Co KG ";" ";"Neue Anlage 7-11 ";" ";"74861 ";"Neudenau ";"+49 6264 7990 ";" ";"+49 6264 79980 ";" " +lieferant ;00506790;"Speedminton GmbH ";" ";"Trachtenbergring 85 ";" ";"12249 ";"Berlin ";"+49 (30) 69567740 ";" ";"+49 (30) 69567741 ";" " +lieferant ;00506791;"JKR-Fashion GmbH ";" ";"Anna-Birle-Str. 9 ";" ";"55252 ";"Mainz-Kastel ";" ";" ";" ";" " +lieferant ;00506792;"Lucky9 GmbH ";" ";"Welckerstr. 20 ";" ";"531113 ";"Bonn ";" ";" ";" ";" " +lieferant ;00506793;"Sense Organics Sustainable GmbH ";" ";"Gleimstrae 1 ";" ";"60318 ";"Frankfurt am Main ";"+49 69 95509996 ";" ";"+49 69 95509943 ";" " +lieferant ;00506794;"TEATOX GmbH ";" ";"Kpenicker Strae 154 / Aufgang J / 1.OG";" ";"10997 ";"Berlin ";" ";" ";" ";" " +lieferant ;00506795;"TIMEX Group Italia SRL ";" ";"Via S. Maria Segreta, 6 ";" ";"20123 ";"Milano ";" ";" ";" ";" " +lieferant ;00506796;"OAK Berlin ";"Ingo Isabettini und Marcus Rber GbR ";"Fuggerstr. 4 ";" ";"10777 ";"Berlin ";"+49 30 / 23635846 ";" ";" ";" " +lieferant ;00506797;"Genius GmbH ";" ";"Im Dachsstck 8 ";" ";"65549 ";"Limburg ";"+49 (0) 64 31 - 9 88 80 ";" ";"+49 (0) 64 31 - 9 88 85 0 ";" " +lieferant ;00506798;"Mario & Giuseppe Tovaglieri SAS ";" ";"Via Ugo Foscolo 13 ";" ";"21052 ";"Busto Arsizio (VA) ";"+39 0331 632449 ";" ";"+39 0331 632173 ";" " +lieferant ;00506799;"VDR Fashion Group BV ";" ";"Burgemeester Burgerslaan 40a ";" ";"5245NH ";"Rosmalen ";"0173 5859950 ";" ";"0031 73 5113078 ";" " +lieferant ;00506800;"Natures Collection ";" ";"Troldhjvej 7 ";" ";"8722 ";"Hedensted ";"+45 7580 1050 ";" ";" ";" " +lieferant ;00506801;"Sunlight Europe GmbH ";" ";"Breslauer Strasse 8 ";" ";"41460 ";"Neuss ";"+49 2131 3673006 ";" ";"+49 2131 3673005 ";" " +lieferant ;00506802;"Romath GmbH ";" ";"Einstein-Ring 19 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00506803;"Select Trading GmbH ";" ";"Balanstr. 73, H 11 ";" ";"81541 ";"Mnschen ";"+49 89 125969550 ";" ";" ";" " +lieferant ;00506804;"Handelsagentur Suzanne Poschmann ";" ";"Lohauser Dorfstr. 53 ";" ";"40474 ";"Dsseldorf ";"+49 211 4543316 ";" ";"+49 221 4543317 ";" " +lieferant ;00506805;"Lakrids by Johan Blow GmbH ";" ";"Zur alten Exerierhalle 1b ";" ";"40476 ";"Dsseldorf ";"+49 (211) 3027670 ";" ";" ";" " +lieferant ;00506806;"Bestselectedbrand's GmbH ";" ";"Im Weidig 16 ";" ";"63785 ";"Obernburg ";"+49 6022 616680 ";" ";"+49 6022 616644 ";" " +lieferant ;00506807;"Katherina Loretta Fashion & Accessories ";" ";"Van Linschotenstraat 31 ";" ";"1403 XC ";"Bussum ";"+316 26554654 ";" ";" ";" " +lieferant ;00506808;"Oh so sorry Fashion GmbH(ehm.KM FASHION)";" ";"Hans-Geiger-Str. 13 ";" ";"67661 ";"Kaiserslautern ";"+49 6301 32073440 ";" ";"+49 6301 32073469 ";" " +lieferant ;00506809;"Philipp Prekopp ";" ";"Abendrothsweg 46 ";" ";"20251 ";"Hamburg ";"+49 171 2818317 ";" ";" ";" " +lieferant ;00506810;"RP Verpackungen GmbH ";" ";"Barentsstrae 10 ";" ";"53881 ";"Euskirchen ";" ";" ";" ";" " +lieferant ;00506811;"Abanico GmbH ";" ";"Kettelerweg 2 ";" ";"57462 ";"Olpe ";"+49 2761 941 583 ";" ";"+49 2761 941 582 ";" " +lieferant ;00506812;"S.A. Lener Cordier ";" ";"39, Rue de Merville - CS 80059 ";" ";"59529 ";"Hazebrouck Cedex ";" ";" ";" ";" " +lieferant ;00506813;"Schwaiger GmbH ";" ";"Wrzburger Strae 17 ";" ";"90579 ";"Langenzenn ";" ";" ";" ";" " +lieferant ;00506814;"Krebs Glas Lauscha GmbH ";" ";"Am Park 1 ";" ";"98724 ";"Lauscha ";"+49 36702 2880 ";" ";"+49 36702 28843 ";" " +lieferant ;00506815;"Agentur Mller ";" ";"Rather Str. 49e ";" ";"40476 ";"Dsseldorf ";"0211 22987978 ";" ";"0211 22987960 ";" " +lieferant ;00506816;"ROUGH Sportartikel GmbH ";" ";"Bahnhofstrae 109 ";" ";"72411 ";"Bodelshausen ";" ";" ";" ";" " +lieferant ;00506817;"Schirrmacher Moden GmbH ";" ";"Markt 1 ";" ";"53111 ";"Bonn ";" ";" ";" ";" " +lieferant ;00506818;"Marc O'Polo Accessories GmbH ";" ";"Hofgartenstrae 1 ";" ";"83071 ";"Stephanskirchen ";" ";" ";" ";" " +lieferant ;00506819;"Performance Brands - (eh. Royal Lounge) ";"RK Consult - Robert Kreuzer ";"Zumpestrasse 16a ";" ";"82131 ";"Stockdorf ";"089 89328763 ";" ";" ";" " +lieferant ;00506820;"Elementary UG ";" ";"Maximilianstr. 57 ";" ";"67346 ";"Speyer ";" ";" ";" ";" " +lieferant ;00506821;"Style 2117 Textilhandel GmbH ";" ";"Esterhazyplatz 2/6 ";" ";"7000 ";"Eisenstadt ";"+49 6209 79 46 48 ";" ";"+49 6209 79 46 49 ";" " +lieferant ;00506822;"Fashion4Shirts GmbH ";" ";"Hoppenbrockweg 13 ";" ";"49324 ";"Melle ";" ";" ";" ";" " +lieferant ;00506823;"About You GmbH ";" ";"Domstrae 10 ";" ";"20095 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00506824;"Cerabella SL ";" ";"Carrer Del Cementiri Non 6 ";" ";"08181 ";"Sentmenat Barcelona ";" ";" ";" ";" " +lieferant ;00506825;"Pure Icons GmbH ";" ";"Tbinger Strasse 12-16 ";" ";"70178 ";"Stuttgart ";"+49 711 218420 ";" ";"+49 711 21842100 ";" " +lieferant ;00506826;"The Kooples Germany GmbH ";"c/o HPTP GmbH Steuerberatungsgesellschaf";"Rudi Dutschke Strasse 9 ";" ";"10969 ";"Berlin ";" ";" ";" ";" " +lieferant ;00506827;"GeraNova Bruckmann Verlagshaus GmbH ";" ";"Infanteriestrae 11a ";" ";"80797 ";"Mnchen ";"+49 (0) 89.13 06 99 480 ";" ";"+49 (0) 89.13 06 99 400 ";" " +lieferant ;00506828;"Livaro GmbH ";" ";"Bessemerstrae 16 ";" ";"21339 ";"Lneburg ";"+49 4131 9279648 ";" ";"+49 4131 9279920 ";" " +lieferant ;00506829;"JL Company Ltd. ";" ";"Postbus 69190 ";" ";"1060 CG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506830;"TruSox Europe Limited ";" ";"207 Knutsford Road ";" ";"WA4 2QL ";"Cheshire ";" ";" ";" ";" " +lieferant ;00506831;"Sixth June S.A.R.L. ";" ";"8-10 rue de la haie coq ";" ";"93 300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00506832;"TexFortis Germany GmbH ";" ";"An der Bleiche 13 ";" ";"49434 ";"Neuenkirchen-Vrden ";" ";" ";" ";" " +lieferant ;00506833;"Schlter Textilien ";" ";"Modering 1 Haus A Raum 021 ";" ";"22457 ";"Hamburg ";"0405593357 ";" ";"0405592223 ";" " +lieferant ;00506834;"Le Kress Modelle GmbH ";" ";"Hans-Richter-Strae 5 ";" ";"95131 ";"Schwarzenbach/Wald ";"+49(0)9289 6497 ";" ";"+49(0)9289 6433 ";" " +lieferant ;00506835;"Woden A/S ";" ";"Balticagade 12A ";" ";"8000 ";"rhus C ";"+45 38400444 ";" ";" ";" " +lieferant ;00506836;"marla4life - Lydia Lampel ";" ";"Hessenstr. 1 / R A031-034 ";" ";"30855 ";"Langenhagen ";"0511 21565732 ";" ";"051121565738 ";" " +lieferant ;00506837;"Isabel Fashion Agentur ";" ";"Hessenstrae 1 ";" ";"30855 ";"Langenhagen ";"0511 2606206 ";" ";"0511 2606207 ";" " +lieferant ;00506838;"Joma Jewellery Ltd. ";" ";"Park Farm, Stratford Road ";" ";"OX15 6EG ";"Oxon / Banbury ";" ";" ";" ";" " +lieferant ;00506839;"Room Nine Agency ";"Tortsen Mller ";"Rather Str. 49e ";" ";"40476 ";"Dsseldorf ";"0211 22987978 ";" ";" ";" " +lieferant ;00506840;"(atomo) S.R.L ";" ";"Via Giuntini, 8 ";" ";"50053 ";"Empoli (FI) ";"+39 0571 590255 ";" ";"+39 0571 592501 ";" " +lieferant ;00506841;"Brandcraft GmbH ";" ";"Adalbertstr. 14 ";" ";"80799 ";"Mnchen ";"+49 176 24539701 ";" ";"+49 89 24297777 ";" " +lieferant ;00506842;"c.l.u.b. Unique Brands int. GmbH ";" ";"Im Teelbruch 112 ";" ";"45219 ";"Essen ";"02054 872660 ";" ";"02054 8726611 ";" " +lieferant ;00506843;"Leiing Workwear GmbH ";" ";"Wilhelmstr. 25 ";" ";"49477 ";"Ibbenbren ";"05451 5418812 ";" ";"05451 5418820 ";" " +lieferant ;00506844;"Dream Universe GmbH ";" ";"Franzsische Strae 23 ";" ";"10117 ";"Berlin ";"+49 (0) 30 24084870 ";" ";" ";" " +lieferant ;00506845;"Grants Of Dalvey Ltd ";" ";"6 Dail Nan Rocas ";" ";"IV17 0XT ";"Alness ";"+44 (0) 1349 884111 ";" ";" ";" " +lieferant ;00506846;"Happy Plugs AB ";" ";"Kungsgatan 4B ";" ";"11143 ";"Stockholm ";"+46 8 559 23 801 ";" ";" ";" " +lieferant ;00506847;"Manuela Carl GmbH ";" ";"Gernsbacher Str. 5 ";" ";"70499 ";"Stuttgart ";"0711 8872195 ";" ";"0711 881894 ";" " +lieferant ;00506848;"ATLAS Schuhfabrik GmbH & Co.KG ";" ";"Frische Luft 159 ";" ";"44319 ";"Dortmund ";"0231 - 9242 100 ";" ";"0231 - 9242 250 ";" " +lieferant ;00506849;"Pronto Moda My Luna Di Fu Xiao Jing ";" ";"Via Piemonte 2 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00506850;"HAUTE PRESSION ";" ";"Technoparc Epsilon 419 Rue Isaac Newton ";" ";"83700 ";"Saint Raphael ";"+33.494823613 ";" ";"+33.494839051 ";" " +lieferant ;00506851;"Confezioni Premi Maria ";" ";"Via Trento 72 ";" ";"37014 ";"Castelnuovo Del Garda (VR) ";" ";" ";" ";" " +lieferant ;00506852;"Flagship Fashions Ltd. ";" ";"2 Neville House, Neville Place ";" ";"N22 8HX ";"London ";"020 8888 7000 ";" ";"020 8888 0777 ";" " +lieferant ;00506853;"Enfant Terrible Barbara Lorch ";" ";"Traubergstr. 28 ";" ";"70186 ";"Stuttgart ";"0711 6208615 ";" ";"07116208581 ";" " +lieferant ;00506854;"Gossengold e.K. ";" ";"Fichtestrae 26 ";" ";"90489 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00506855;"Maglificio Yida SRL Unipersonale ";" ";"Via Toscana 84/B ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00506856;"Ester & Erik AS ";" ";"Bergsesvej 23 ";" ";"8600 ";"Silkeborg ";"+45 86 81 62 11 ";" ";"+45 86 81 60 55 ";" " +lieferant ;00506857;"Umai Design BVBA ";"Moon Palace ";"Putsebaan 39 ";" ";"3140 ";"Keerbergen ";"+32 (0) 16 885 721 ";" ";"+32 (0) 16 885 731 ";" " +lieferant ;00506858;"Giulia Style ";"di Jiang Yonglian ";"Via Piemonte, 24 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00506859;"VALLDEMOSSA GmbH ";" ";"Breite Str.3 ";" ";"40213 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506860;"Mafrat SPA ";" ";"S.P. 237 per Noci, 16 - z.i. - C.P. 133 ";" ";"70017 ";"Putignano (BA) ";" ";" ";" ";" " +lieferant ;00506861;"ONEsinn Fashion GmbH ";" ";"Anton-Kux-Strae 2 / Raum B338-339 ";" ";"41460 ";"Neuss ";"+49 2131 1538811 ";" ";"+49 2131 1538812 ";" " +lieferant ;00506862;"Cavida Sports GmbH ";" ";"Obere Halle 32 ";" ";"58809 ";"Neuenrade ";"+49 (2392) 507840 ";" ";" ";" " +lieferant ;00506863;"Bears Clothing SRL ";" ";"Via delle Fonti 356 ";" ";"59100 ";"Prato ";"0574 514038 ";" ";"0574 512591 ";" " +lieferant ;00506864;"warmX GmbH ";" ";"Herderstrae 2 ";" ";"99510 ";"Apolda ";" ";" ";" ";" " +lieferant ;00506865;"RIVIVI6269 GmbH ";" ";"Praterstrasse 11 Top 45 ";" ";"1020 ";"Wien ";" ";" ";" ";" " +lieferant ;00506866;"Ent Wholesale Sports ";" ";"E.N. 3 KM7 ";" ";"2050-000 ";"Azambuja ";" ";" ";" ";" " +lieferant ;00506867;"Catnoir Paris EST 1979 ";" ";"Phlenweg 41 ";" ";"40629 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506868;"JAM Trend GmbH ";" ";"Nrdliche Mnchner Strae 47 ";" ";"82031 ";"Grnwald ";"+49 163 8162211 ";" ";"+49 89 64260475 ";" " +lieferant ;00506869;"Nyky Srl ";" ";"Via Alzala 5 ";" ";"31100 ";"Treviso ";"+39 0422 56891 ";" ";"+39 0422 415649 ";" " +lieferant ;00506870;"Kremer GmbH ";" ";"Bahnhofstr. 22 B ";" ";"35282 ";"Rauschenberg ";"+49 (6425) 2858 ";" ";" ";" " +lieferant ;00506871;"Humat Spain S.L ";" ";"Avda. El Altet, 31 Bajo ";" ";"03208 ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00506872;"Finest Shoes s.r.l. ";" ";"Via della Pescaia, 11 ";" ";"50054 ";"Fucecchio (FI) ";"+39 0571 588166 ";" ";"+39 0571 588003 ";" " +lieferant ;00506873;"Zona industriale A.S.I. ";" ";"Piazza Pezzullo, 8 ";" ";"80027 ";"Frattamaggiore (Napoli) ";" ";" ";" ";" " +lieferant ;00506874;"Santiago Pons Quintana S.A. ";" ";"San Antonio 120 ";" ";"07730 ";"Alayor - Menorca ";"+34 971 371050 ";" ";"+34 971 372659 ";" " +lieferant ;00506875;"Tip Tap S.R.L. ";" ";"Via Marche, 19/21/23 ";" ";"63815 ";"Monte San Pietrangeli (FM) ";"+39 0734969460 ";" ";"+39 0734958317 ";" " +lieferant ;00506876;"Get Fresh Cosmetic Ltd ";" ";"502 Wallisdown Road ";" ";"BH11 8PT ";"Bournemouth / Dorset ";" ";" ";" ";" " +lieferant ;00506877;"DRYCLOTH ";" ";"Schwarzhauptstr. 10 ";" ";"80939 ";"Mnchen ";"+49 89 3589272-0 ";" ";"+49 89 3589272-29 ";" " +lieferant ;00506878;"Artigiani del Lusso ";"di Devito Ferdinando ";"Via Dante Alighieri, 10 ";" ";"50055 ";"Lastra a Signa (Firenze) ";" ";" ";" ";" " +lieferant ;00506879;"The Cartwheel Project ";" ";"Teckstr. 19 ";" ";"72654 ";"Neckartenzlingen ";" ";" ";" ";" " +lieferant ;00506880;"Dr.Skate ";" ";"Mittelbachstr. 8 ";" ";"73430 ";"Aalen ";"07361 961769 ";" ";" ";" " +lieferant ;00506881;"Forge de Laguiole ";" ";"Roure de l'Aubrac. BP9. ";" ";"12210 ";"Laguiole ";" ";" ";" ";" " +lieferant ;00506882;"Vitrine Geschenke Vertriebs GmbH & Co KG";" ";"Kruppstr. 5 ";" ";"31135 ";"Hildesheim ";"0 51 21 / 696 43-0 ";" ";"0 51 21 / 696 43-44 ";" " +lieferant ;00506883;"The English Soap Company ";" ";"Silveroaks Farm / Units 1-4 ";" ";"TN21 0RS ";"Waldron / East Sussex ";"+44 (0)1435 813849 ";" ";"+44 (0) 1435 812970 ";" " +lieferant ;00506884;"MONTECRISTO s.r.l. ";" ";"Via Topazio, 7/c - Zona Industriale Nord";" ";"58100 ";"Grosseto ";"+39 0564 462269 ";" ";"+39 0564 457808 ";" " +lieferant ;00506885;"Secrid BV ";"Caballero Fabriek ";"Saturnusstraat 60 Einheit 14 ";" ";"2516 AH ";"Den Haag ";"+31 70 3902180 ";" ";"+31 70 799 0600 ";" " +lieferant ;00506886;"Pink Black di Lin Changzhu ";" ";"Via Basilicata 14 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00506887;"Feel British SAS ";" ";"15, rue Taitbout ";" ";"75009 ";"Paris ";" ";" ";" ";" " +lieferant ;00506888;"C.L. Trading GmbH ";" ";"Anton-Kux-Stra. 2 (Raum B242-245) ";" ";"41460 ";"Neuss ";"+49 21311535880 ";" ";"+49 21311535881 ";" " +lieferant ;00506889;"Hold Produktions GmbH ";" ";"Grapengieerstr. 50 ";" ";"21335 ";"Lneburg ";"+49 4131 854321 ";" ";"+49 4131 854331 ";" " +lieferant ;00506890;"Consutecc GmbH ";" ";"Kistlerhofstr. 70 ";" ";"81379 ";"Mnchen ";"+49 (89) 638792-790 ";" ";" ";" " +lieferant ;00506891;"TJMAX ";" ";"290 rue de la Belle Etoile ";" ";"95700 ";"Roissy en France ";" ";" ";" ";" " +lieferant ;00506892;"J.B. Nielsen ";" ";"Hauptstr. 11 ";" ";"26122 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00506893;"EsQualo ";" ";"Heliumstraat 210 ";" ";"2718 RS ";"Zoetermeer ";"+31 79 3030350 ";" ";" ";" " +lieferant ;00506894;"Lena Hoschek GmbH ";" ";"Lngenfeldgasse 27/7a ";" ";"1120 ";"Wien ";"+43 50 309100 ";" ";" ";" " +lieferant ;00506895;"Paul Hewitt GmbH & Co. KG ";" ";"Heiligengeistwall 12 ";" ";"26122 ";"Oldenburg DE ";"+49 441 3794893-0 ";" ";"+49 441 3794893-9 ";" " +lieferant ;00506896;"BZS GmbH ";" ";"In der Au 18 22 ";" ";"60489 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00506897;"FREE s.r.l. ";" ";"Piazza del Re di Roma, 3 ";" ";"08103 ";"ROM ";" ";" ";" ";" " +lieferant ;00506898;"5 Star Pronto Moda di Ren Xiaowu ";" ";"Via Veneto 15 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00506899;"ELINORO Modeaccessoires ";"MMC Schkeuditz ";"Mnchner Ring 2/B131 ";" ";"04435 ";"Schkeuditz ";" ";" ";" ";" " +lieferant ;00506900;"Enjoy Fashion GmbH ";" ";"Revierstr. 10 ";" ";"44379 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00506901;"Ninni Vi International B.V. ";" ";"Ugchelseweg 56 ";" ";"7339 CK ";"Ugchelen ";"+31 555 5334422 ";" ";" ";" " +lieferant ;00506902;"Grund Deutschland GmbH ";" ";"Daimlerstr. 73 ";" ";"74211 ";"Leingarten ";"07131 204540 ";" ";" ";" " +lieferant ;00506903;"C.Klauser GmbH ";" ";"Karl-Weinmair-Str. 8 ";" ";"80807 ";"Mnchen ";"+49 89 35718899 ";" ";"+49 89 350966777 ";" " +lieferant ;00506904;"Helga Krulick (Krperstoff) ";" ";"Gewerbestr. 10 ";" ";"71144 ";"Steinenbronn ";"07157 / 9898 830 ";" ";"07157 / 9898 832 ";" " +lieferant ;00506905;"BO Cosmetic GmbH ";" ";"Helena-Rubinstein-Str. 4 ";" ";"40699 ";"Erkrath ";" ";" ";" ";" " +lieferant ;00506906;"Daddato S.p.A. ";" ";"Via Strasburgo 11/13/15 ";" ";"76121 ";"Barletta (BT) ";"+39 0883 53870203 ";" ";"+39 0883 53870413 ";" " +lieferant ;00506907;"Mastex GmbH ";" ";"Einruhrstr. 99-101 ";" ";"41199 ";"Mnchengladbach ";"+49 (0) 21 66 - 99 85 71-0 ";" ";"+49 (0) 21 66 - 99 85 71-29 ";" " +lieferant ;00506908;"SBC Saksa Oy ";" ";"Vourikatu 11 ";" ";"15110 ";"Lathi ";" ";" ";" ";" " +lieferant ;00506909;"Posiwio GmbH & Co. Vertriebs KG ";" ";"Handelshof 2 ";" ";"28816 ";"Seckenhausen ";" ";" ";" ";" " +lieferant ;00506910;"P & T Paper & Tea GmbH ";" ";"Bleibtreustrae 4 ";" ";"10623 ";"Berlin ";"+49 30 555 798 010 ";" ";" ";" " +lieferant ;00506911;"Brandlease GbR ";" ";"Kllner Strae 1 ";" ";"65670 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00506912;"unmac-clothing ";"Andreas Bergholter ";"Gumbinnerstr.18A ";" ";"21629 ";"Neu Wulmstorf ";"+49 (0)151 27085276 ";" ";" ";" " +lieferant ;00506913;"Grund a.s. ";" ";"Mlnsk 382 ";" ";"542 23 ";"Mlad Buky ";"+420 491 512 901 ";" ";"+420 491 512 904 ";" " +lieferant ;00506914;"Monica Dadder ";" ";"Knigstrae 96 ";" ";"41564 ";"Kaarst-Holzbttgen ";"02131 2052590 ";" ";"02131 2052591 ";" " +lieferant ;00506915;"Saami Crafts - Astrid Gregor ";" ";"Blumenstr. 21 ";" ";"70182 ";"Stuttgart ";"+49 711 7676575 ";" ";"+49 711 7676574 ";" " +lieferant ;00506916;"Frog International SRL ";" ";"Piazza Alessandro Manzoni 24 ";" ";"55049 ";"Viareggio (LU) ";" ";" ";" ";" " +lieferant ;00506917;"Kids Fashion Group GmbH & Co. KG ";"Bellybutton ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00506918;"Erkmann GmbH ";" ";"Industriestrae 15 ";" ";"59387 ";"Ascheberg ";" ";" ";" ";" " +lieferant ;00506919;"Fox by Ren GmbH ";" ";"Anton-Kux-Str. 02 ";" ";"41460 ";"Neuss ";"02131 3818241 ";" ";"02131 3818242 ";" " +lieferant ;00506920;"Traveller Sedona GmbH ";" ";"Andrstr. 51A ";" ";"63067 ";"Offenbach ";"+49 69 86004810 ";" ";"+49 69 98194222 ";" " +lieferant ;00506921;"Commercial SRLS ";" ";"Viale Verdi 55/A ";" ";"23807 ";"Mereate (LC) ";"342/3721884 ";" ";"02/5060314 ";" " +lieferant ;00506922;"Sea Ranch ApS ";" ";"rhusgade 130. 1. sal ";" ";"2100 ";"Kbenhavn ";"(+45) 3918 4288 ";" ";"(+45) 3918 4286 ";" " +lieferant ;00506923;"Promodoro Fashion GmbH ";" ";"Am Gatherhof 57 ";" ";"40472 ";"Dsseldorf ";"+49(0)2 11.9 09 00-0 ";" ";"+49(0)2 11.9 09 00-99 ";" " +lieferant ;00506924;"SAS Sweewe ";" ";"8-10 Rue de la Haie Coq ";" ";"93300 ";"Aubervilliers ";"00 33 1 48 33 46 88 ";" ";"00 33 9 70 06 36 98 ";" " +lieferant ;00506925;"Belstaff International Ltd. ";" ";"16 Great Queen Street ";" ";"WC2B 5AH ";"London ";" ";" ";" ";" " +lieferant ;00506926;"Hess Natur-Textilien GmbH ";" ";"Marie-Curie-Str. 7 ";" ";"35510 ";"Butzbach ";" ";" ";" ";" " +lieferant ;00506927;"Off Lines ";" ";"Kranzer 13 ";" ";"83647 ";"Gaiach ";" ";" ";" ";" " +lieferant ;00506928;"Mller Trading und Produktion GmbH ";" ";"Hans Geiger Str 13 ";" ";"67661 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00506929;"Just Female ";" ";"Klubiensvej 26 ";" ";"2150 ";"Nordhavn ";" ";" ";" ";" " +lieferant ;00506930;"zzz~Authentic Style GmbH (504475) ";" ";"Auf Bsselhagen 14 ";" ";"31515 ";"Wunstorf ";"05031 14060 ";" ";"05031 515140 ";" " +lieferant ;00506931;"Paolo Deluxe GmbH & Co. KG ";" ";"Grorhrsdorferstrae 10 ";" ";"01825 ";"Liebstadt ";"+49 35025 57533 ";" ";" ";" " +lieferant ;00506932;"Vola Srl ";" ";"Via Vittorio Veneto, 19/2C ";" ";"40131 ";"Bologna ";"+39 051 6141931 ";" ";" ";" " +lieferant ;00506933;"Skin Gin GmbH ";" ";"Alter Marktplatz 8 ";" ";"21720 ";"Steinkirchen ";" ";" ";" ";" " +lieferant ;00506934;"TVM Europe GmbH ";" ";"Rhweinpromenade 11 ";" ";"40789 ";"Monheim ";" ";" ";" ";" " +lieferant ;00506935;"Blake Seven ";" ";"Dr Struijkenplain 54 ";" ";"4812 TA ";"Breda ";"+ 31(0) 6128 73 514 ";" ";" ";" " +lieferant ;00506936;"CATNOIR GmbH ";" ";"Dohrweg 44 ";" ";"41066 ";"Mnchengladbach ";"0211 91321584 ";" ";" ";" " +lieferant ;00506937;"Gutshof Polting ";" ";"Polting 1 ";" ";"84389 ";"Postmnster ";" ";" ";" ";" " +lieferant ;00506938;"Bucher Verlag GmbH ";" ";"Diepoldsauer Str. 41 ";" ";"6845 ";"Hohenems ";" ";" ";" ";" " +lieferant ;00506939;"Fashion Cloud S.R.L. ";" ";"Via Gorizia N.53 ";" ";"64011 ";"Alba Adriatica (TE) ";"+39 861 1756266 ";" ";" ";" " +lieferant ;00506940;"Deussl Manufaktur GmbH ";" ";"Alte Bahnlinie 2 ";" ";"88299 ";"Leutkirch ";" ";" ";" ";" " +lieferant ;00506941;"Beny Sports Germany GmbH ";" ";"Klingenhofstrae 51 ";" ";"90411 ";"Nrnberg ";"+49 911 9759780 ";" ";"+49 911 9759781 ";" " +lieferant ;00506942;"Renette Kurras ";" ";"Marktgasse 19 ";" ";"6330 ";"Kufstein ";" ";" ";" ";" " +lieferant ;00506943;"Saga Modeagentur GmbH ";" ";"Poppenbuttler Markt 18 ";"615554 ";"22399 ";"Hamburg ";"040 559 84 84-0 ";" ";"040 559 84 84-99 ";" " +lieferant ;00506944;"Sinner B.V. ";" ";"Pampuslaan 42 ";" ";"1382 ";"JR Weesp ";"+31 294 465060 ";" ";"+31 294 465061 ";" " +lieferant ;00506945;"Kinzler GmbH & Co. KG ";" ";"Daimlerstr. 7 ";"1148 ";"89542 ";"Herbrechtingen ";"07324 9632-0 ";" ";"07324 9632-32 ";" " +lieferant ;00506946;"Plot- und Flock Service Hartmann ";" ";"Stieglitzweg 3 ";" ";"37431 ";"Bad Lauterberg ";"05524 / 931249 ";" ";"05524 / 931250 ";" " +lieferant ;00506947;"Pelsnoer AS ";" ";"Vallensbkej ";" ";"DK-2605 ";"Brndby ";"+45 43 960148 ";" ";"+45 43 960140 ";" " +lieferant ;00506948;"CAMPLIN srl ";"(ehem. di Matteo Bressan) ";"Via Matteotti 26/28 ";" ";"37032 ";"Monteforte D'Alpone (VR) ";"+39 0452424724 ";" ";"+39 0456104500 ";" " +lieferant ;00506949;"Steen Design ";"Willo Steen ";"Alte Plauensche Strae 1 ";" ";"08606 ";"Oelsnitz ";"+49(0) 37421/4444-0 ";" ";"+49(0) 37421/25845 ";" " +lieferant ;00506950;"Zielasko Trading GmbH ";" ";"Benedikinerstr. 32 ";" ";"49393 ";"Lohne ";"+49 4442 981423 ";" ";"+49 4442 98142$ ";" " +lieferant ;00506951;"Love Scarfs by Katrin Wlki ";" ";"Hirschbergstrasse 82 ";" ";"72336 ";"Balingen ";"0171 9510944 ";" ";"+49 7433 9559689 ";" " +lieferant ;00506952;"A&B Showroom Agency GbR ";" ";"Beim Schlump 50 ";" ";"20144 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00506953;"Papaya Mode GmbH ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"+49 2131 5235698 ";" ";"+49 2131 5235697 ";" " +lieferant ;00506954;"Oliver Mller - Handelsvertretungen ";" ";"Hserheide 58e ";" ";"47918 ";"Tnisvorst ";" ";" ";" ";" " +lieferant ;00506955;"ZUITABLE Handelsagentur GmbH & Co. KG ";" ";"Seydlitzstr. 36 ";" ";"40476 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506956;"Bag Company GmbH ";" ";"Joseph-von-Fraunhofer-Strae 9 ";" ";"83209 ";"Pien am Chiemsee ";"+49 8051 901420 ";" ";" ";" " +lieferant ;00506957;"Lichtblau by Pako bags GmbH ";" ";"Philipp-Reios-Str. 14 ";" ";"31137 ";"Hildesheim ";" ";" ";" ";" " +lieferant ;00506958;"Dr Denim AB ";" ";"Kungsgatan 7a, 4tr ";" ";"SE-411 19 ";"Gteborg ";"+46 31 291991 ";" ";"+46 31 290223 ";" " +lieferant ;00506959;"Marie-Stella-Maris Cer BV ";" ";"Generaal Vetterstraat 75D ";" ";"1059 BT ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506960;"Noukies SA ";" ";"Avenue Znobe Gramme 21 ";" ";"1480 ";"Saintes ";"+32 2 367 95 00 ";" ";"+32 2 367 95 99 ";" " +lieferant ;00506961;"Del Mondo S.R.L. ";" ";"Via della Martinicca, 29 ";" ";"06132 ";"S. Maria Rossa, Perugia ";"075/6099031 ";" ";"075/609466 ";" " +lieferant ;00506962;"A.S.S.O. spa. ";" ";"Via Enrico Mattei, 6 ";" ";"63023 ";"Fermo ";"+39 0734 628940-1 ";" ";"+39 0734 628942 ";" " +lieferant ;00506963;"Maison Common GmbH ";" ";"Leopoldstrasse 256 ";" ";"80807 ";"Mnchen ";"+49 (0)89 / 35818106 ";" ";"+49 (0)89 / 35818110 ";" " +lieferant ;00506964;"Sunuva UV Swimwear and Beachwear ";" ";"59 Goldney Road ";" ";"W9 2AR ";"London ";" ";" ";" ";" " +lieferant ;00506965;"Brakeburn ";" ";"1 Wilis Way ";" ";"BH15 3SS ";"Poole, Dorset ";"+44 1202 338500 ";" ";" ";" " +lieferant ;00506966;"Cees & Co - Affra Holland BV ";" ";"Kelvinstraat 16 ";" ";"6902PW ";"Zevenaar ";"+31 316 331406 ";" ";"+31 316 330889 ";" " +lieferant ;00506967;"Monday Premium ";" ";"8-10 Rue de l'Haie Coq ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00506968;"1st Look GmbH ";" ";"Hauptstr. 29 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00506969;"Monopol Modevertriebs GmbH & Co. KG ";" ";"Preuenstr. 162 ";" ";"41464 ";"Neuss ";" ";" ";" ";" " +lieferant ;00506970;"FOS-Fashion GmbH ";" ";"Otto-Hahn-Strae 1 ";" ";"63303 ";"Dreieich ";"06103 / 9951460 ";" ";"06103 / 9951457 ";" " +lieferant ;00506971;"Ali Moda Ltd. ";" ";"East Wall Road ";" ";"L D3 ";"Dublin ";" ";" ";" ";" " +lieferant ;00506972;"Sun Project - Matthias Vatterodt ";" ";"Gebr.-Schnack-Str. 17 ";" ";"97762 ";"Hammelburg ";"09732 785059 ";" ";"03212 4341282 ";" " +lieferant ;00506973;"Elvy Fashion ";" ";"Laura Vlasblom Pracanalaan 82 ";" ";"1060 RC ";"Amsterdam ";"06 30810086 ";" ";" ";" " +lieferant ;00506974;"Quality Textiles B.V. ";" ";"Galliersweg 7 ";" ";"5349 AT ";"Oss ";"+31 412 643685 ";" ";"+31 412 643543 ";" " +lieferant ;00506975;"Books on Demand GmbH ";" ";"In de Tarpen 42 ";" ";"22848 ";"Norderstedt ";"+49 40 53 43 35-0 ";" ";"+49 40 53 43 35-84 ";" " +lieferant ;00506976;"Snipes SE ";" ";"Schanzenstrasse 41 ";" ";"51063 ";"Kln ";"+49 (0) 221 - 977 79 0 ";" ";"+49 (0) 221 - 977 79 100 ";" " +lieferant ;00506977;"Kering Eyewear ";" ";"Ludwigstr. 8 ";" ";"80539 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506978;"Stryve GmbH ";" ";"Zippelhaus 5a ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00506979;"Die Dufterei - Hilde Montgomery ";" ";"Schlesierstr. 18 ";" ";"81669 ";"Mnchen ";"+49 89 41 417 147-0 ";" ";" ";" " +lieferant ;00506980;"Butlers GmbH & Co. KG ";" ";"Hohenzollernring 16-18 ";" ";"50672 ";"Kln ";"+49 (0) 221 272 648 0 ";" ";"+49 (0) 221 272 648 48 ";" " +lieferant ;00506981;"HV Equestrian BV ";" ";"Oude Middenweg 75 ";" ";"2491 AC ";"Den Haag ";"+31(0)70 320 60 62 ";" ";" ";" " +lieferant ;00506982;"Internationale Kindermoden ";"Daniela M.Mller ";"Mhltorstr. 7 ";" ";"67245 ";"Lambsheim ";"06233 55881 ";" ";"06233 55093 ";" " +lieferant ;00506983;"Outdoor Handelsges. m.b.H. ";" ";"Eggerdingerstrasse 6 ";" ";"4980 ";"Antiesenhofen ";" ";" ";" ";" " +lieferant ;00506984;"Doniger Fashion BV ";" ";"Hogehilweg 3 ";" ";"1101 AC ";"Amsterdam Zuid-Oost ";" ";" ";" ";" " +lieferant ;00506985;"We Are Copenhagen ApS ";" ";"Ryesgade 19A, 1. sal ";" ";"2200 ";"Kbenhavn N ";" ";" ";" ";" " +lieferant ;00506986;"Onward Luxury Group SpA ";" ";"Via Cassia, 69 ";" ";"50023 ";"Tavarnuzze/Impruneta (Firenze) ";"+39 055 237201 ";" ";"+39 055-2374288 ";" " +lieferant ;00506987;"Effe Moda S.r.l. ";" ";"Via Circumvallazione Esterna, 16 ";" ";"80017 ";"Melito di Napoli (NA) ";"+39 081 7011016 ";" ";" ";" " +lieferant ;00506988;"Dada Srl ";" ";"Via Valtesino 307 ";" ";"63066 ";"Grottammare (AP) ";"0735 631349 ";" ";"0735 682998 ";" " +lieferant ;00506989;"BTF Aps ";" ";"Holstebrovej 1-3, ";" ";"7490 ";"Aulum ";" ";" ";" ";" " +lieferant ;00506990;"Jane Lushka ";" ";"Knigin Wilhelminaplein 1 ";" ";"162 HG ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00506991;"Black Colour ApS ";" ";"Plastvnget 13 ";" ";"9560 ";"Hadsund ";"+45 50 72 30 00 ";" ";" ";" " +lieferant ;00506992;"Black Mountain Heritage ";" ";"Emsstr. 18 ";" ";"26135 ";"Oldenburg ";" ";" ";" ";" " +lieferant ;00506993;"Pamela Lederwaren-Vertriebs-GmbH ";" ";"Philipp-Reiss-Strae 22 ";" ";"63165 ";"Mhlheim am Main ";"06108 799380 ";" ";"06108 7993819 ";" " +lieferant ;00506994;"Angelini Beauty GmbH ";" ";"Neumarkter Str. 80 ";" ";"81673 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506995;"KKS Fashion Group GmbH ";" ";"Taunusstrae 45 / Haus 4 Raum 101 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00506996;"Pegasus Trading GmbH ";" ";"Karl-Arnold-Platz 2 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00506997;"Le Cord AB ";" ";"Blekingegatan 16 ";" ";"118 56 ";"Stockholm ";"+46 735031500 ";" ";" ";" " +lieferant ;00506998;"Damaris Ltd ";" ";"2nd Floor, 32-33 Gosfield Street ";" ";"W1W6HL ";"London ";" ";" ";" ";" " +lieferant ;00506999;"Bonita GmbH ";" ";"Kesseldorfer Rott 39 ";" ";"46499 ";"Hamminkeln ";"02852/950-0 ";" ";"02852/950-100 ";" " +lieferant ;00507000;"Dautel GmbH ";" ";"Duttensteinstrasse 6 ";"1247 ";"79333 ";"Herbolzheim ";"+49 7643 269 ";" ";"+49 7643 4374 ";" " +lieferant ;00507001;"Jopess Fashion s.r.o. ";" ";"Lhotsk 920 ";" ";"687 22 ";"Ostrok Nov Ves ";"+420 777 240 591 ";" ";"+420 778 002 212 ";" " +lieferant ;00507002;"K8 srl ";" ";"Via del Lavoro, 377 ";" ";"40014 ";"Localit Beni Comunali - Crevalcore (BO)";" ";" ";" ";" " +lieferant ;00507003;"Filling Pieces BV ";" ";"Herengracht 442 ";" ";"1017 BZ ";"Amsterdam ";"+31 20 261 14 77 ";" ";" ";" " +lieferant ;00507004;"Premium Inc ";" ";"Piekstraat 71 ";" ";"3071 EL ";"Rotterdam ";"+31 88 7736400 ";" ";" ";" " +lieferant ;00507005;"NuF GmbH ";"ModeCentrum Hamburg ";"Haus B/Raum 729, Modering 3 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507006;"Whiskey & Soda Srl ";" ";"Via Ausa 49 ";" ";"47853 ";"Cerasolo Ausa Coriano (RN) ";" ";" ";" ";" " +lieferant ;00507007;"Bekleidungswerke Klein GmbH ";" ";"Hunsbachstrae 14 ";" ";"35684 ";"Dillenburg ";" ";" ";" ";" " +lieferant ;00507008;"Drrwerk GmbH ";" ";"Im Marienpark 22 ";" ";"12107 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507009;"Shakaloha B.V. ";" ";"Sumatrakade 1017 ";" ";"1019 RD ";"Amsterdam ";"+31 20 200 96 70 ";" ";" ";" " +lieferant ;00507010;"Rain Couture ";" ";"Van Woustraat 72 ";" ";"1073 LN ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00507011;"Phanine B.V. ";" ";"Postbus 90 ";" ";"5690 AB ";"Son ";" ";" ";" ";" " +lieferant ;00507012;"I.M.A.G.I.N.E Collection BV ";" ";"Zeewijck 4 ";" ";"2202 BT ";"Noordwijk ";" ";" ";" ";" " +lieferant ;00507013;"P.L.U.S. s.r.l. Unipersonale ";" ";"Via Praga 198 ";" ";"46042 ";"Castel Gofferdo (MN) ";"+390376780181 ";" ";"+390376780898 ";" " +lieferant ;00507014;"Mosaik OHG ";" ";"Eidlerholzstr. 23 ";" ";"87746 ";"Erkheim ";"08336 / 801911-10 ";" ";"08336 / 801911-15 ";" " +lieferant ;00507015;"ILC Company B.V. ";" ";"Tuinstraat 1 ";" ";"5144 NE ";"Waalwyk ";"+31 416566666 ";" ";"+31 416335933 ";" " +lieferant ;00507016;"Meri Meri UK ";" ";"60 St Geores Place ";" ";"GL50 3PN ";"Cheltenham ";"01242 575868 ";" ";" ";" " +lieferant ;00507017;"Star Trading Rotterdam B.V. ";" ";"Fortunaweg 11 ";" ";"3113AN ";"Schiedam ";"+49 10-2264801 ";" ";" ";" " +lieferant ;00507018;"Dart Group GmbH ";" ";"Gneisenaustrae 11a ";" ";"40477 ";"Dsseldorf ";"0211 496060 ";" ";"0211 4960649 ";" " +lieferant ;00507019;"NeonNeid GbR ";" ";"Erikastr. 69 ";" ";"20251 ";"Hamburg DE ";"+49 162 7850709 ";" ";" ";" " +lieferant ;00507020;"Handelsagentur Kross ";"earlybirdfashion ";"Buxheimer Weg 11 ";" ";"85057 ";"Ingolstadt ";"+49 84193159280 ";" ";" ";" " +lieferant ;00507021;"Sprecacenere & Di Russo SNC ";" ";"Strada della Polveriera, 4 ";" ";"65129 ";"Pescara ";"+39 085 65664 ";" ";"+39 085 2907026 ";" " +lieferant ;00507022;"Pronto Moda Due D - di Cai Xiao Qiu ";" ";"Via Piemonte, 2/5 ";" ";"0 ";"Prato ";" ";" ";" ";" " +lieferant ;00507023;"Fortuna Engler ";" ";"Siemenstrasse 2 ";" ";"61352 ";"Bad Homburg ";"+49 173 2066428 ";" ";" ";" " +lieferant ;00507024;"United Brands BV ";" ";"Graafsebaan 137 ";" ";"5248 NL ";"Rosmalen ";"+31 (0) 73 8200387 ";" ";" ";" " +lieferant ;00507025;"nice.brands GmbH ";" ";"Mohrenstr. 7-9 ";" ";"50670 ";"Kln ";"0221 99967830 ";" ";"0221 99967831 ";" " +lieferant ;00507026;"Glcksschmiedin ";" ";"Bergstr. 12 ";" ";"82024 ";"Taufkirchen ";" ";" ";" ";" " +lieferant ;00507027;"Zapa ";" ";"54 rue de Lancry ";" ";"75010 ";"Paris ";"(331) 42035020 ";" ";"(331) 53192020 ";" " +lieferant ;00507028;"Dodi ";" ";"Rue Limnander straat 17-16 ";" ";"1070 ";"Bruxelles ";"+32 (0) 2 558 02 60 ";" ";"+32 (0) 2 523 93 06 ";" " +lieferant ;00507029;"Stephnie Thijse - Solotwentyfive ";" ";"Boing Avenue 290 ";" ";"1119 PZ ";"Schiphol Rijk ";"+31 (0) 20 3080292 ";" ";" ";" " +lieferant ;00507030;"MGA Entertainment B.V. ";" ";"Klipperaak 201 ";" ";"2411 ";"Bodegraven ";" ";" ";" ";" " +lieferant ;00507031;"Pretty Great Europe GmbH ";" ";"Osterwaldstrae 10 | Haus G/19, 1. Stock";" ";"80805 ";"Mnchen ";"+49 89 323 86 115 ";" ";" ";" " +lieferant ;00507032;"Sail & Surf Prod. Handels GesmbH ";" ";"Weissenbach 235 ";" ";"5350 ";"Strobl ";" ";" ";" ";" " +lieferant ;00507033;"Auro Haus- und Heimtextilien GmbH ";" ";"Knkelstrae 125 ";" ";"41063 ";"Mnchengladbach ";"02161/2941-510 ";" ";" ";" " +lieferant ;00507034;"Prodid Trading BV ";" ";"Malburgse Sluis 18 ";" ";"6833 KB ";"Arnhem ";"+31-26/35541-20 ";" ";"+31-26/35541-21 ";" " +lieferant ;00507035;"Celini S.R.L. ";" ";"Zone Industriale 49C ";" ";"52040 ";"Manciano ";" ";" ";" ";" " +lieferant ;00507036;"Dine n Dance ";" ";"Schirmer Strasse 7 ";" ";"41415 ";"Grevenbroich ";" ";" ";" ";" " +lieferant ;00507037;"Calzaturificio Effegi Style S.p.A. ";" ";"Loc. Piazzili 1/B ";" ";"37010 ";"Cavaion Veronese (VR) ";"+39-045/6205111 ";" ";"+39-045/6269222 ";" " +lieferant ;00507038;"Gioacchino Giuliano ";" ";"Via S. Veniero 17 ";" ";"80125 ";"Napoli ";" ";" ";" ";" " +lieferant ;00507039;"Pantofola Dora ";" ";"Via Giasomo Leopardi 9/ 11 ";" ";"63030 ";"Colli del Tronto ";" ";" ";" ";" " +lieferant ;00507040;"Christian Bttig AG ";" ";"Murgtalstrasse ";" ";"9542 ";"Mnchwilen ";" ";" ";" ";" " +lieferant ;00507041;"Prana Europa ";" ";"Frankrijklei 37 8th Floor ";" ";"2000 ";"Antwerpen ";" ";" ";" ";" " +lieferant ;00507042;"PositCon Informationsdienste GmbH ";" ";"Im Gaiern 12 ";" ";"71287 ";"Weissach ";"07044/90193-0 ";" ";"07044/90193-20 ";" " +lieferant ;00507043;"Qloom Sports GmbH ";" ";"Gallusstrasse 14 ";" ";"9500 ";"Will ";" ";" ";" ";" " +lieferant ;00507044;"Acne Jeans ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507045;"Alden ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507046;"Aeronautica Militare ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507047;"Autumn Cashmere ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507048;"Antik Batik ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507049;"Allegri ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507050;"Ash ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507051;"ATTESA ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507052;"zz~Dondup (31580) ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507053;"Barnum Accessories ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507054;"Bali Mystery Mandira ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507055;"Ballerinas Club ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507056;"Best of 19 GmbH ";" ";"Maillingerstr. 7 ";" ";"80636 ";"Mnchen ";"089/202443-83 ";" ";" ";" " +lieferant ;00507057;"Paletti Collections BV ";"Bengh - Borz ";"Cornelis Verolmeweg 9 ";"Postbox 254 ";"2171 KV ";"Sassenheim ";"+31-252/218503 ";" ";"+31-252/218345 ";" " +lieferant ;00507058;"Boglioli s.p.a. ";" ";"Via Brescia, 47 ";" ";"25020 ";"Gambara (BS) ";"+39-030/9567241 ";" ";"+39-030/9956234. ";" " +lieferant ;00507059;"L autre chose ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507060;"Brogden ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507061;"Brunelli & Co. S.R.L. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507062;"TNT Fashion Group (Tory Burch) ";" ";"Hanzepoort 30 ";" ";"7575 ";"Oldenzaal ";" ";" ";" ";" " +lieferant ;00507063;"Tory Burch Schuhe Taschen ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507064;"Cash Flow ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507065;"Homers ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507066;"BURBERRY KIDS ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507067;"Condorpelli s.p.a. manzoni 24 ";" ";"Via Pizzi, 11 ";" ";"20141 ";"Milano (MI) ";"+39-02/55210499 ";" ";"+39-02/57409234 ";" " +lieferant ;00507068;"Conti Manuela ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507069;"Cris Conf s.p.a. ";" ";"Strada comunale per Fornio 132dx ";" ";"43036 ";"Fidenza (PR) ";"+39-0524/530811 ";" ";"+39-0524/531157 ";" " +lieferant ;00507070;"Delhicathen Italia s.r.l. ";" ";"Cia Boriono, scn ";" ";"62012 ";"Civitanova Marche (MC) ";"+39-0733/898342 ";" ";"+39-0733/896900 ";" " +lieferant ;00507071;"Rene Derhy ";" ";"4,6 Rue Fbg Piossonnerie ";" ";"75010 ";"Paris ";"+(33 ) 0147 70 56 90 ";" ";"+(33 ) 0145 23 35 47 ";" " +lieferant ;00507072;"Divasconfec, S.L. ";" ";"Raimon Casellas, 26 ";" ";"08205 ";"Sabadell (Barcelona) ";"+34-93/7116911 ";" ";"+34-93/7120025 ";" " +lieferant ;00507073;"DVF Studio, LLC (Diane von Furstenberg) ";" ";"440 West 14th Street ";" ";"NY 10014 ";"New York ";"+1-212/741-6607 ";" ";"+1-212/929-3971 ";" " +lieferant ;00507074;"Kabri Fashion S.A. (DtLM, Repeat) ";" ";"Route des Acacias 45 b ";" ";"1211 ";"Geneve ";" ";" ";" ";" " +lieferant ;00507075;"Earnest Sewn ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507076;"ECC Couture b.v. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507077;"Efixelle ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507078;"Current/Elliott ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507079;"ELSY S.p.A. ";" ";"Frazione Quartino, 77 ";" ";"14042 ";"Calamandrana (AT) ";"+39-0141/75285 ";" ";"+39-0141/75459 ";" " +lieferant ;00507080;"Elegance GmbH ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507081;"Lorenzini S.P.A. ";" ";"Via Pontaccio 14 ";" ";"23807 ";"Merate ";" ";" ";" ";" " +lieferant ;00507082;"LOST IN PARADISE ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507083;"J Brand Europe Ltd ";" ";"7 Westbourne Grove Mews ";" ";"W11 2RU ";"Notting Hill, London ";"+44-207/2434758 ";" ";"+44-207/2436584 ";" " +lieferant ;00507084;"Evergreen Milano Cashmere ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507085;"Euretco Label Company B.V. ";" ";"Koninginneweg 1 ";"P.O. Box 150 ";"3871 JZ ";"Hoevelaken ";"+31-33/2532911 ";" ";"+31-33/2532299 ";" " +lieferant ;00507086;"Exit Brooklyn ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507087;"Fast s.r.l. ";" ";"Strada Provinciale Girola, 3/F ";" ";"63024 ";"Grottazzolina (FM) ";"+39-0734/631131 ";" ";"+39-0734/633326 ";" " +lieferant ;00507088;"Lydia Ferencak (Fish in the Sea Distr.) ";" ";"Preysingplatz 3 ";" ";"81667 ";"Mnchen ";"089/54780979 ";" ";"089/54780980 ";" " +lieferant ;00507089;"Fay - TODs s.p.a. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507090;"Ferragamo Tasche ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507091;"Salvatore Ferragamo S.p.A. ";" ";"Via Mercalli 201 ";" ";"50019 ";"Sesio F.no. (FI) ";" ";" ";" ";" " +lieferant ;00507092;"First nv WD Diffussion sa ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507093;"Riccardo Forconi s.r.l. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507094;"Fortezza ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507095;"Gunex ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507096;"SHABBIES AMSTERDAM ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507097;"Frago s.r.l. (MOMA) ";" ";"Via G. Verdi, 2 ";" ";"62010 ";"Morrovalle (MC) ";"+39-0733/221531 ";" ";"+39-0733/221767 ";" " +lieferant ;00507098;"Kaspar Frauenschuh GmbH ";" ";"Josef-Pirchl-Strae 50 ";" ";"6370 ";"Kitzbhel ";"+43-5356/64288 ";" ";"+43-5356/72020 ";" " +lieferant ;00507099;"Fransi A/S ";" ";"Vibe Alle 5 ";" ";"2980 ";"Kokkedal ";"+45-3810 9880 ";" ";"+45-3810 9000 ";" " +lieferant ;00507100;"Falconeri ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507101;"Furla Germany ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507102;"Lili Gaufrette ";" ";"27 rue dInkermann ";" ";"94100 ";"Saint-Maur ";"+33-1/45118080 ";" ";" ";" " +lieferant ;00507103;"Gallucci s.r.l. ";" ";"Via I Maggio, 53 ";" ";"63015 ";"Monte Urano (AP) ";"+39-0734/847174 ";" ";"+39-0734/847121 ";" " +lieferant ;00507104;"Gestuz b.young A/S ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507105;"GMS-75 ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507106;"goosecraft B.V. ";" ";"Koningin Wilhelminaplein 1 ";"P.O. Box 69210 ";"1060 CE ";"Amsterdam ";"+31-20/6173533 ";" ";"+31-20/6152014 ";" " +lieferant ;00507107;"Pepito Micorazon ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507108;"Gwynedds ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507109;"Hanseatische Gesellschaft fr ";"Textil Import - Export mbH ";"Werinherstrasse 43 / Haus B ";" ";"81541 ";"Mnchen ";"089/620121-0 ";" ";"089/620121-21 ";" " +lieferant ;00507110;"Hawick ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507111;"Huberman's Europe GmbH ";" ";"Hanauer Landstr. 155 ";" ";"60314 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00507112;"zz~81hours - B.E.S.T. (luft aus, 26046)";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507113;"Hogan - TODS S.P.A. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507114;"Uniform s.a.s. (Tara Jarmon) ";" ";"8 bis rue Dieu ";" ";"75010 ";"Paris ";"+33-1/53384820 ";" ";" ";" " +lieferant ;00507115;"JIKI ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507116;"Iliopoulos ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507117;"Imagini ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507118;"Jottum ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507119;"Joyce Cashmere ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507120;"Kenzo Seta s.r.l. ";" ";"Via Mantero Riccardo 15 ";" ";"22070 ";"Grandate ";" ";" ";" ";" " +lieferant ;00507121;"IGN. Joseph ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507122;"Jucca Market Industrie srl ";" ";"Via Scarlatti, 20 ";" ";"41019 ";"Soliera (MO) ";" ";" ";" ";" " +lieferant ;00507123;"Karbaum Fashion GmbH ";"Barbara Karbaum ";"Am Schlosspark 19 ";" ";"90475 ";"Nrnberg ";"0911/5988332 ";" ";"0911/5405747 ";" " +lieferant ;00507124;"Kell ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507125;"Jeycoleman ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507126;"Stella Forest ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507127;"KREIS Ledermanufaktur ";"Bernd Kreis ";"Samerwiesen 4 ";" ";"63179 ";"Obertshausen ";"06104/41110 ";" ";"06104/43241 ";" " +lieferant ;00507128;"Lavia18 ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507129;"Lancel ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507130;"Calzaturificio Silvana Lauri s.a.s. ";"di Lamponi Marco & C. ";"Via Martiri di Belfiore, 161 ";" ";"62012 ";"Civitanova Marche (MC) ";"+39-0733/770182 ";" ";"+39-0733/770182 ";" " +lieferant ;00507131;"Le Sarte Pettegole ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507132;"Lipsy Ltd ";" ";"Desford Road ";" ";"LE19 4AT ";"Enderby, Leicester ";" ";" ";" ";" " +lieferant ;00507133;"LitaLu - Carolin Scholpp ";" ";"Viktoriastrae 7 ";" ";"80803 ";"Mnchen ";"089/5150559-0 ";" ";"089/5150559-1 ";" " +lieferant ;00507134;"Liu Jo s.p.a. ";" ";"Viale John Ambroso Fleming, 17 ";" ";"41012 ";"Carpi (MO) ";"+39-059/7362111 ";" ";"+39-059/7362120 ";" " +lieferant ;00507135;"Liu Jo s.r.l. ";"Jeans ";"Via dell'Agricoltura, 47/49 ";" ";"41012 ";"Carpi (MO) ";"+39-059/643227 ";" ";"+39-059/643260 ";" " +lieferant ;00507136;"drap, Juana Llop, S.L. ";" ";"Pso. Ciudad de Mallorca, 9-11 ";" ";"08016 ";"Barcelona ";"+34-93/408-0412 ";" ";"+34-93/408-5928 ";" " +lieferant ;00507137;"zz~LOLA CRUZ (505055 + Label nutzen) ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507138;"lala Berlin GmbH ";" ";"Wattstr. 11-13 ";" ";"13355 ";"Berlin ";"+49 (0) 30 47 377 480 ";" ";"+49 (0) 30 47 377 4829 ";" " +lieferant ;00507139;"IHEART loesch&chriystall gmbh ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507140;"Luxury Rebel ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507141;"Maloles ";" ";"62, Rue Tiquetonne ";" ";"75002 ";"Paris ";"+33-1/42968651 ";" ";"+33-1/42961358 ";" " +lieferant ;00507142;"Mami Mare ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507143;"MANILA Calzaturficio DEMA s.r.l. ";" ";"Via Campostrino, 56 ";" ";"81030 ";"Cesa (CE) ";" ";" ";" ";" " +lieferant ;00507144;"Marni International ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507145;"Melin Calzaturificio s.r.l. ";" ";"Viale Cavour, 56/A ";" ";"63011 ";"Casette d'Ete (AP) ";" ";" ";" ";" " +lieferant ;00507146;"Milios A. GmbH ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507147;"Nicole Miller ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507148;"Montecore s.r.l. ";" ";"Via Leonardo Da Vinci, 2 ";" ";"61030 ";"Calcinelli Di Saltara (PU) ";"+39-0733/4007300 ";" ";"+39-0733/4007301 ";" " +lieferant ;00507149;"Moncler Enfant s.r.l. ";" ";"Via Stendhal, 47 ";" ";"20144 ";"Milano ";"+39-0422/4533 ";" ";"+39-0422/451418 ";" " +lieferant ;00507150;"Margarete Grotefent ";"Internationale Mode ";"Beinweg 1a ";" ";"69493 ";"Hirschberg ";"06201/56577 ";" ";"06201/57988 ";" " +lieferant ;00507151;"***Marina Yachting ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507152;"Nice Connection ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507153;"nice things ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507154;"Oakwood ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507155;"ottoundehrlich GmbH (ODEEH) ";" ";"An der Goldleite 2 ";" ";"97232 ";"Giebelstadt ";"09334/970098-0 ";" ";"09334/970098-35 ";" " +lieferant ;00507156;"Olian-maternity ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507157;"Oscar et Valentine ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507158;"Pantofola d`oro ST Sports ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507159;"PAULE KA ";" ";"223, rue Saint-Honor ";" ";"75001 ";"Paris ";"+33-1/40290306 ";" ";"+33-1/40290003 ";" " +lieferant ;00507160;"Peserico S.p.A. ";" ";"Via Lucca di Cereda ";" ";"36073 ";"Cornedo Vicentino (VI) ";"+39-0445/450-200 ";" ";"+39-0445/450-299 ";" " +lieferant ;00507161;"Polline s.r.l. (SARA) ";" ";"Via di Compiobbi, 1B ";" ";"50012 ";"Vallina (FI) ";"+39-055/692011 ";" ";" ";" " +lieferant ;00507162;"Le Temps der Cerises ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507163;"lua ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507164;"Qi New York ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507165;"RA-RE ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507166;"Gustav Ramminger ";" ";"Redtenbacherstr. 5 ";" ";"75177 ";"Pforzheim ";"07231/565055 ";" ";"07231/565057 ";" " +lieferant ;00507167;"Red & Blu ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507168;"RETOUR Denim De Luxe ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507169;"Little Rosa ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507170;"i Gianburra sca srl ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507171;"Tartine et Chocolat ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507172;"Santoni SPA ";" ";"Via E. Mattei 59 ";" ";"62014 ";"Corridonia (MC) ";"+39-0733/281904 ";" ";" ";" " +lieferant ;00507173;"Melrose Fashion GmbH ";"Shiva Diva ";"Frankfurter Ring 162 ";" ";"80807 ";"Mnchen ";"089/359359-0 ";" ";"089/359359-89 ";" " +lieferant ;00507174;"Siviglia ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507175;"Spinach Mafia ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507176;"Splendid Live ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507177;"Sprung Freres PLUME ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507178;"SPY JMS ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507179;"schmittundschfer gbr. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507180;"Schumacher GmbH ";" ";"Industriestrae 47 / Hafen 41 ";" ";"68169 ";"Mannheim ";"0621/12725-0 ";" ";" ";" " +lieferant ;00507181;"Talbot + Runhoff ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507182;"Ticket to Heaven A/S ";" ";"Savsvinget 5 ";" ";"2970 ";"Horsholm ";"+45-4517 7000 ";" ";"+45-4517 7007 ";" " +lieferant ;00507183;"Tod's s.p.a ";" ";"Voa Filippo della Valle, 1 ";" ";"63811 ";"Sant'Elpidio a Mare (FM) ";"+39-0734/8661 ";" ";" ";" " +lieferant ;00507184;"Tricia Bea ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507185;"Truzzi ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507186;"Twisted Heart ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507187;"Uni Sa Europe S.A. ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507188;"Matthew Verve ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507189;"Zanotti Shoes ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507190;"virginie castaway ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507191;"Violanti ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507192;"Wanawake ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507193;"Ugo Zaldi ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507194;"Zanieri Massimiliano by B.Z. srl ";" ";"Via Giuseooe Giolitti 13 ";" ";"06073 ";"San Mariano di Corciano - Perugia ";" ";" ";" ";" " +lieferant ;00507195;"Zapateli ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507196;"super.natural europe GmbH ";" ";"Weisser Berg 4 ";" ";"82266 ";"Inning am Ammersee ";" ";" ";" ";" " +lieferant ;00507197;"Shanghai Challenge Textile Co. Ltd. ";"super.natural ";"699 West Nanjing Road ";" ";"200041 ";"Shanghai ";" ";" ";" ";" " +lieferant ;00507198;"Four. Ten Industry S.R.L. ";" ";"Via Giordani 18/18 ";" ";"80047 ";"San Giuseppe Vesuviano ";" ";" ";" ";" " +lieferant ;00507199;"Violanti ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507200;"Wanawake ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507201;"Ugo Zaldi ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507203;"Zapateli ";" ";"unbekannt ";" ";"99999 ";"unbekannt ";" ";" ";" ";" " +lieferant ;00507204;"Design e More S.A. ";" ";"Rua das Casas Quelmadas n 567 ";" ";"4415-439 ";"Grijo-V.N. Gala, Portugal ";" ";" ";" ";" " +lieferant ;00507205;"LUX living emotions ";"c/o Centroplast Engineering Plastics Gmb";"Unterm Ohmberg 1 ";" ";"34431 ";"Marsberg ";"+49 (0) 2992 9704-783 ";" ";"Fax. +49 (0) 2992 9704-30 ";" " +lieferant ;00507206;"G. Van de Heg B.V. ";" ";"De Landweer 3 ";" ";"3771 LN ";"Barneveld ";" ";" ";" ";" " +lieferant ;00507208;"S'well Europe Ltd. ";" ";"Second Floor, 2 Sheraton St. ";" ";"W1F8BH ";"London ";" ";" ";" ";" " +lieferant ;00507209;"Caprea GmbH ";" ";"Mhlckerstrae 9 ";" ";"97520 ";"Rthlein ";" ";" ";" ";" " +lieferant ;00507210;"Sommer Services GmbH ";" ";"Lorenzstr. 9 ";" ";"12209 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507211;"Kelyna ";" ";"42 Rue du Chemin vert ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00507212;"BRAND.ART GmbH ";" ";"Friedrichstrae 13 ";" ";"70174 ";"Stuttgart ";"+49 711 16917490 ";" ";"+49 711 16917499 ";" " +lieferant ;00507213;"Medela Medizintechnik ";"GmbH & Co. Handels KG ";"Georg-Kollmannsberger Str. 2 ";" ";"85386 ";"Dietersheim ";" ";" ";" ";" " +lieferant ;00507214;"Hans Danner Papierwarenfabrik ";"und Kunststoffwerk GmbH & Co.. KG ";"Klingenhofstr. 51 ";" ";"90411 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00507215;"Deligreece GmbH ";" ";"Ostring 6b ";" ";"65205 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00507216;"Justus System ";"Andreas Justus ";"Windmller Str.37 ";" ";"59557 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00507217;"Invancica d.d. ";" ";"Petra Preadovica 12 ";" ";"42240 ";"Ivanec ";" ";" ";" ";" " +lieferant ;00507218;"Sandra Fragel u. Nelli Leno love tattoo ";" ";"Lwenstre 19 ";" ";"20251 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507219;"Forlani GmbH ";" ";"Tanneneck 8 ";" ";"44799 ";"Bochum ";" ";" ";" ";" " +lieferant ;00507220;"Blue Industry DS 55 S.A.S ";" ";"Zac Sud-1 bis rue St. Louis ";" ";"57150 ";"Creutzwald ";" ";" ";" ";" " +lieferant ;00507221;"Wiese & Klein Sockswear GmbH ";" ";"Konrad-Adenauer-Str. 4 ";" ";"67304 ";"Eisenberg ";"06351/1315-12 ";" ";" ";" " +lieferant ;00507222;"BikeLike DS Direkt Selling GmbH ";" ";"Lilienthalerstr. 55-57 ";" ";"64625 ";"Bennsheim ";"06251 / 8450 50 ";" ";" ";" " +lieferant ;00507223;"Fischers Fritze GmbH ";" ";"Lichtstrae 46 ";" ";"50825 ";"Kln ";"(+49) 221 99 02 8888 ";" ";" ";" " +lieferant ;00507224;"Elvis Giglione ";"Elvis Fashion ";"Georg-Muche-Str. 3 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507225;"Jakke ";" ";"North Road ";" ";"N77DP ";"London ";" ";" ";" ";" " +lieferant ;00507226;"INCOMO s.r.l. ";" ";"Via P. Padi 43 ";" ";"22100 ";"Como ";" ";" ";" ";" " +lieferant ;00507227;"Wowzers - Wer it for the WOW R. Obermeir";" ";"Waakirchnerstr. 2 ";" ";"83679 ";"Sachsenkam ";" ";" ";" ";" " +lieferant ;00507228;"Trenddeal GmbH ";" ";"Europaallee 50 ";" ";"50226 ";"Frechen ";" ";" ";" ";" " +lieferant ;00507229;"ProtocolS.L. ";" ";"C/ del Mol, 2 ";" ";"17164 ";"Bonmati (Girona) ";" ";" ";" ";" " +lieferant ;00507230;"Tailored Sales GmbH ";" ";"Modering 11 ";" ";"22457 ";"Habmburg ";" ";" ";" ";" " +lieferant ;00507231;"Kaporal Deutschland GmbH ";" ";"Kaistr. 4 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507232;"Kaporal Collections ";" ";"20, Bd Amre ";" ";"13014 ";"Marseille ";" ";" ";" ";" " +lieferant ;00507233;"Andreas Wagner u. Violetta Wagner GbR ";"Fahrenheit Mnchen ";"Neustadt 441 ";" ";"84028 ";"Landshut ";" ";" ";" ";" " +lieferant ;00507234;"Meraki Aps ";" ";"Industrivel 29 ";" ";"7430 ";"Ikast ";"+45 88440488 ";" ";" ";" " +lieferant ;00507235;"Madam Stoltz ";" ";"Pilebrovej 1A ";" ";"3730 ";"Nexo ";"+45 38793341 ";" ";"+45 38796625 ";" " +lieferant ;00507236;"Bernhard Ehrich ";"Agentur fr Design, Handel und Kommunika";"Ohlendorfer Strae 7 ";" ";"27249 ";"Mellinghausen ";"04272 963617 ";" ";"04272 963618 ";" " +lieferant ;00507237;"HV Trends B.V. ";" ";"Beuteweg 20 ";" ";"6373 LL ";"Landgraaf ";"+31 45 5670917 ";" ";"+31 45 5352655 ";" " +lieferant ;00507238;"Kapten & Son Vertriebs-GmbH ";" ";"Alter Fischmarkt 12 ";" ";"48143 ";"Mnster ";"+49 521 32359358 ";" ";" ";" " +lieferant ;00507239;"Sttz GmbH ";" ";"Petzoldstrae 13 ";" ";"4020 ";"Linz ";"+43 732 7728950 ";" ";"+43 732 781895 ";" " +lieferant ;00507240;"Joma Sport S.A ";" ";"Ramon y Cajal 134 ";" ";"45512 ";"Portillo (Toledo) ";"+34 925 776006 ";" ";"+34 925 760353 ";" " +lieferant ;00507241;"Sportgerte2000 GmbH ";"the sports factory ";"Schinkelstrae 15 ";" ";"31137 ";"Hildesheim ";"+49 5121 78140 ";" ";"+49 5121 781420 ";" " +lieferant ;00507242;"Sport Wiegmann GmbH ";"Cawilla Teamsport ";"Feldkoppel 5 ";" ";"49779 ";"Niederlangen ";"05939 958780 ";" ";"05939 9587828 ";" " +lieferant ;00507243;"Profibatt - Service Handelsges. m.b.H. ";" ";"Pommoieier Str. 12 ";" ";"21369 ";"Nahrendorf ";"05855 1331 ";" ";"05855 979034 ";" " +lieferant ;00507244;"Schneider Novus Vertriebs GmbH ";" ";"Holzhofring 20 ";" ";"82352 ";"Weilheim ";"+49 881 62929100 ";" ";"+49 881 62929200 ";" " +lieferant ;00507245;"Talking Tables Ltd ";" ";"7 Union Court / 20 Union Road ";" ";"SW4 6JP ";"London ";"020 7627 6767 ";" ";"0845 869 4416 ";" " +lieferant ;00507246;"Gepp's GmbH ";" ";"Boschstr. 16 ";" ";"82178 ";"Puchheim ";"+49 89 800746950 ";" ";"+49 89 800746959 ";" " +lieferant ;00507247;"A Little Lovely Company ";" ";"Stavangerweg 10 ";" ";"9723JC ";"Groningen ";"+31 50 7370191 ";" ";" ";" " +lieferant ;00507248;"Pardon Clothing AS ";" ";"Navervej 13 ";" ";"7430 ";"Ikast ";"96 925000 ";" ";" ";" " +lieferant ;00507249;"Pickmotion UG ";" ";"Albertinenstrae 1 ";" ";"13086 ";"Berlin ";"+49 30 202385500 ";" ";"+49 30 202385509 ";" " +lieferant ;00507250;"Ciando GmbH ";" ";"Franziska-Bilek-Weg 9 ";" ";"80339 ";"Mnchen ";"+49 89 52057590 ";" ";"+49 89 520575959 ";" " +lieferant ;00507251;"Traumstck GmbH ";" ";"Wilhelm-Spengler-Str. 4 ";" ";"96110 ";"Schelitz ";" ";" ";" ";" " +lieferant ;00507252;"Kozik & Knig GmbH ";" ";"Oberfrohnaer Strae 30 ";" ";"09117 ";"Chemnitz/Rabenstein ";"0049 371 84495129 ";" ";"0049 371 6665277 ";" " +lieferant ;00507253;"Novadays GmbH ";" ";"Kaistrae 4a ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507254;"Sinv Spa ";" ";"Via Lago di Misurina 65 ";" ";"36015 ";"Schio-Vicenza ";" ";" ";" ";" " +lieferant ;00507255;"Wear Your Identity GmbH ";" ";"Bernhard-Nocht-Str. 4 ";" ";"20359 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507256;"Eugenio Marinella srl ";" ";"Via Riviera di Chiaia, 287 ";" ";"A80121 ";"Neapel ";" ";" ";" ";" " +lieferant ;00507257;"La Fabrik SAS ";" ";"Avenue de la Pointe Rouge ";" ";"13008 ";"Marseille ";" ";" ";" ";" " +lieferant ;00507258;"Cross Point srl ";" ";"Via G. Alessandrini, 16 ";" ";"36056 ";"Tezze SUL Breneta ";" ";" ";" ";" " +lieferant ;00507259;"Sonepar Deutschland Information Services";" ";"Natorper Str. 7 ";" ";"59439 ";"Holzwickede ";" ";" ";" ";" " +lieferant ;00507260;"Mathias Mckel ";"Greenie Mehrwegtaschen ";"Hechtgraben 7 ";" ";"18198 ";"Kritzmow ";" ";" ";" ";" " +lieferant ;00507261;"Keen Sense GmbH ";" ";"Friedrichstrae 13 ";" ";"70174 ";"Stuttgard ";" ";" ";" ";" " +lieferant ;00507262;"Fast Label srl ";"Vanessa Scott ";"Via di Cardatori 68 ";" ";"40050 ";"Argelato ";" ";" ";" ";" " +lieferant ;00507263;"Amelie Folies s.r.l. ";" ";"Via dei Cardatori Blocco 7 ";" ";"40050 ";"Argelato ";" ";" ";" ";" " +lieferant ;00507264;"Cristina Gaviolo s.r.l. ";" ";"Via del Agricoltura 41 ";" ";"41012 ";"Capri ";" ";" ";" ";" " +lieferant ;00507265;"High Garden s.r.l. Unipersonale ";" ";"Via di Cardatori 80, Blocco 6 ";" ";"40050 ";"Fundo die Argelato ";" ";" ";" ";" " +lieferant ;00507266;"Zetadue .s.r.l.s. ";" ";"Via Romagnoli 9/5 ";" ";"40010 ";"Bentivoglio ";" ";" ";" ";" " +lieferant ;00507267;"Marvin Moda s.r.l. ";" ";"Via Rimini 49 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00507268;"Shanghai Moda GmbH ";" ";"Frankfurter Str. 60-62 ";" ";"65760 ";"Eschborn ";" ";" ";" ";" " +lieferant ;00507269;"Coucharmy ";" ";"Langstrasse 51-53 / 57 ";" ";"63450 ";"Hanau ";" ";" ";" ";" " +lieferant ;00507270;"Une Haute Couture ApS ";" ";"Fynsgade 3 ";" ";"6400 ";"Sonderborg ";" ";" ";" ";" " +lieferant ;00507271;"Izuskan BV ";" ";"Edelhert 2 ";" ";"1273 GG ";"Huizen ";" ";" ";" ";" " +lieferant ;00507272;"Amir Fashion Imran Javed ";" ";"Maximilianallee 16 ";" ";"04129 ";"Leipzig ";" ";" ";" ";" " +lieferant ;00507273;"DBS Diversity Business GmbH ";" ";"Herzberg Str. 128-139 ";" ";"10365 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507274;"TMH-Lisa Tuan Quoc Nguyen ";" ";"Maximilianallee 24 ";" ";"04129 ";"Leipzig ";" ";" ";" ";" " +lieferant ;00507275;"DKV Germany GmbH ";" ";"Modering 5 Haus D, Raum 450 ";" ";"22457 ";"Hamburg ";"040 57147634 ";" ";"040 30384294 ";" " +lieferant ;00507276;"Kris Fashion GmbH ";" ";"Faldstr. 9 ";" ";"49205 ";"Hasbergen ";" ";" ";" ";" " +lieferant ;00507277;"Handelsagentur Ulrich Kraue ";"Jockey Club ";"Ellistrae 17 ";" ";"13051 ";"Berlin ";"030 9620 9817 ";" ";"030 96 20 9818 ";" " +lieferant ;00507278;"Verena Bellutti ";" ";"Hallerstr. 125b ";" ";"6020 ";"Innsbruck ";"+43 699 16129000 ";" ";" ";" " +lieferant ;00507279;"Jet Set AG ";" ";"Via Maistra 28 ";" ";"7500 ";"St. Moritz ";" ";" ";" ";" " +lieferant ;00507280;"Syndicate Trading B.V. ";" ";"Spoorhaven 33-35 ";" ";"2651 AV ";"Berkel en Rodenrijs ";"+31 10 4376711 ";" ";"+31 10 4376715 ";" " +lieferant ;00507281;"A/S Pablo ";" ";"Mllevej 9 L19 ";" ";"2990 ";"Niv ";" ";" ";" ";" " +lieferant ;00507282;"Strategy & Distribution - Bruno Zeppa ";" ";"Alexanderstrae 35 ";" ";"40210 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507283;"Prt Porter Deutschland GmbH ";" ";"Benningsenplatz 1 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507284;"Almavi S.R.L. ";" ";"Via Baracca 46 ";" ";"50127 ";"Firenze ";" ";" ";" ";" " +lieferant ;00507285;"Heinz W. Rauch Modevertrieb ";" ";"Mahdentalstrae 98 ";" ";"71065 ";"Sindelfingen ";"07031 977057 ";" ";"07031 877059 ";" " +lieferant ;00507286;"Kraichgau Verlag GmbH ";" ";"Rhringstr. 1 ";" ";"76698 ";"Ubstadt-Weiher ";" ";" ";" ";" " +lieferant ;00507287;"Aqipa GmbH ";" ";"Erchinger Weg 1c ";" ";"85399 ";"Halbergmoos ";" ";" ";" ";" " +lieferant ;00507288;"Moros S.R.L ";" ";"Piazza Pezullo, 8 ";" ";"80027 ";"Frattamaggiore (NA) ";" ";" ";" ";" " +lieferant ;00507289;"Handelsagentur Joachim Schmidt ";" ";"Eschenring 1 ";" ";"06184 ";"Kabelsketal ";" ";" ";" ";" " +lieferant ;00507290;"Blossom & Jade - PuiYuen Wong ";" ";"Passeerdersstraat 59 ";" ";"1016XB ";"Amsterdam ";"0031 628760006 ";" ";" ";" " +lieferant ;00507291;"FPF Group Srl ";" ";"Via Trencia 62 ";" ";"80126 ";"Napoli (NA) ";"+39 0818269726 ";" ";"+39 0818666607 ";" " +lieferant ;00507292;"2 Blue Sisters GmbH ";" ";"Bennigsen-Platz 1 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507293;"J.Lindeberg AB ";" ";"Stadsgrdshamnen 24 ";" ";"116 45 ";"Stockholm ";"+43 662 4532 8620 ";" ";" ";" " +lieferant ;00507294;"Walking Trading International ";" ";"Lijnbaan 59B ";" ";"1969ND ";"Heemskerk ";" ";" ";" ";" " +lieferant ;00507295;"Helga Krulick - Koerperstoff Vertrieb ";" ";"Gewerbestr. 10 ";" ";"71144 ";"Steinenbronn ";"07157 9898830 ";" ";"07157 9898832 ";" " +lieferant ;00507296;"SE Kunststoffverarbeitung GmbH & Co. KG ";" ";"Kanalstr 17 ";" ";"88085 ";"Langenargen ";" ";" ";" ";" " +lieferant ;00507297;"Calzamur SLR ";" ";"Cr Santomera-Abanilla KM.14 ";" ";"30640 ";"Abanilla - Murcia ";" ";" ";" ";" " +lieferant ;00507298;"Como-Leather-Fashion GmbH ";" ";"Salzstrasse 8 ";" ";"85622 ";"Feldkirchen ";"+49 (0)89 90 38 094 ";" ";"+49 (0)89 90 91 17 ";" " +lieferant ;00507299;"RSD GmbH ";" ";"Am Frthenrode 50 ";" ";"52511 ";"Geilenkirchen ";"+31 475 468196 ";" ";" ";" " +lieferant ;00507300;"Ronald Smits Design & Development B.V. ";" ";"Tergouwen 13 ";" ";"6051 JE ";"Maasbracht ";"+31475468196 ";" ";" ";" " +lieferant ;00507301;"Moose International Inc. ";" ";"225 Chabanel St. West, Suite 200 ";" ";"H2N 2C9 ";"Montreal, QC ";" ";" ";" ";" " +lieferant ;00507302;"BFT Caddis Fly ";" ";"Holstebrovej 3 ";" ";"7490 ";"Aulum ";" ";" ";" ";" " +lieferant ;00507303;"Tex-ass Textilvertriebs GmbH ";" ";"Meisenburgstr. 153 ";" ";"45133 ";"Essen ";"+49 201 24557 13 ";" ";"+49 201 24557 23 ";" " +lieferant ;00507304;"Ilka Schumacher ";" ";"Horather Schanze 14 ";" ";"42281 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00507305;"Signal AS ";" ";"Bogeskowej 2 ";" ";"3490 ";"Kvistgrd ";"+45 48 380000 ";" ";" ";" " +lieferant ;00507306;"Kleinigkeit Textil GmbH ";" ";"Klarenthaler Strae 59 ";" ";"65197 ";"Wiesbaden ";"0611 / 51019835 ";" ";" ";" " +lieferant ;00507307;"mp Denmark AS ";" ";"Bytoften68 ";" ";"7400 ";"Herning ";" ";" ";" ";" " +lieferant ;00507308;"OKKA GmbH ";" ";"Mahdentalstrae 102 ";" ";"71065 ";"Sindelfingen ";"07031 792464 ";" ";" ";" " +lieferant ;00507309;"Avarez GmbH ";" ";"Badstr. 30 ";" ";"13357 ";"Berlin ";"0049(0)30 499 176 51 ";" ";"0049(0)30 499 176 52 ";" " +lieferant ;00507310;"247 Jeans BV ";" ";"Nijverheidsweg-Noord 78 ";" ";"3812 PM ";"Amersfoort ";"+31 (0)33 202 2012 ";" ";"+31 (0)33 202 2015 ";" " +lieferant ;00507311;"WAN DA di WU DEJIN ";" ";"Via Melibeo, 61 ";" ";"00155 ";"Roma ";" ";" ";" ";" " +lieferant ;00507312;"Gold X.R. Pronto Moda di Qiao Fujin ";" ";"Via Toscana, 57/7 ";" ";"0815 ";"Prato ";" ";" ";" ";" " +lieferant ;00507313;"Ontour B.V. ";" ";"Johan van Hasseltweg 27 ";" ";"1021 KN ";"Amsterdam ";"+31 20 5095587 ";" ";" ";" " +lieferant ;00507314;"Heritage Traders ";" ";"Schertlinstrae 13a ";" ";"86159 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00507315;"Slowwalk, S.L.U. ";" ";"CL/Parque Empresarial - Marie Curie, 19 ";" ";"03203 ";"Elche (Alicante) ";"+34 966651009 ";" ";"+34 966651011 ";" " +lieferant ;00507316;"Keylime GmbH ";" ";"Dilborner Strae 65 ";" ";"41379 ";"Brggen ";"+49 2163 949890 ";" ";" ";" " +lieferant ;00507317;"Timesy Pronto Moda ";"di Zheng Yuanhe ";"Via Ghisleri, 6/4 ";" ";"59100 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00507318;"Spot d'or LDA ";" ";"Travessa da Devesa, 804 ";" ";"4800-237 ";"Staes - Guimaraes ";"+351 253 559 880 ";" ";" ";" " +lieferant ;00507319;"TOV Trend Srl ";" ";"Via Ardea 27 ";" ";"00183 ";"Roma ";" ";" ";" ";" " +lieferant ;00507320;"Norah an Olivia Srl ";" ";"Via die Lanaioli, Blocco 5 ";" ";"40050 ";"Funa di Argelato ";" ";" ";" ";" " +lieferant ;00507321;"Ann Kurz ";" ";"Concepcin Arenal, 95 ";" ";"03201 ";"Elche, Alicante ";" ";" ";" ";" " +lieferant ;00507322;"Funky Staff GmbH & Co. KG ";" ";"Berner Strae 109 ";" ";"60437 ";"Frankfurt am Main ";"+49 69 506 94 610 ";" ";" ";" " +lieferant ;00507323;"TR Handschuhe KG ";" ";"Landhausgasse 4/3 ";" ";"1010 ";"Wien ";" ";" ";" ";" " +lieferant ;00507324;"Milouwings - Thomas Drr ";" ";"Grenzstrasse 14a ";" ";"64807 ";"Dieburg ";"+49 6071 921341 ";" ";" ";" " +lieferant ;00507325;"NKN Nekane - Jan Y Alex, S.L. ";" ";"C/ BAlmes434 Entrada Castaner 25 ";" ";"08022 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00507326;"Kadine SPRL ";" ";"Arenbergstraat 21 ";" ";"2000 ";"Antwerpen ";" ";" ";" ";" " +lieferant ;00507327;"MP Handelsagentur GmbH ";"Marc Przybyla ";"Amselweg 5 ";" ";"37603 ";"Holzminden ";" ";" ";" ";" " +lieferant ;00507328;"A7 Consulting Group GmbH ";" ";"Florengasse 24 ";" ";"36043 ";"Fulda ";"+49 661 86 97 76 10 ";" ";"+49 661 86 97 76 25 ";" " +lieferant ;00507329;"LaBante Limited ";" ";"Suite 19 Hamilton House, 1 Hall Road ";" ";"NW8 9PN ";"London ";" ";" ";" ";" " +lieferant ;00507330;"Storch Manufaktur GmbH ";" ";"Dilborner Str. 65 ";" ";"41379 ";"Brggen ";" ";" ";" ";" " +lieferant ;00507331;"Mozz AS ";" ";"Hammerholmen 11K ";" ";"2650 ";"Hvidovre ";"+45 8619 9959 ";" ";" ";" " +lieferant ;00507332;"Dora S.R.L. ";" ";"Via Enrico Mattei, 24 ";" ";"25046 ";"Cazzago S. Martino (BS) ";"+39 030 7750141 ";" ";"+39 030 7750200 ";" " +lieferant ;00507333;"Alessandro International GmbH ";" ";"Erkrather Str. 230 ";" ";"40233 ";"Dsseldorf ";"+49 211 828060 ";" ";"+49 211 82806193 ";" " +lieferant ;00507334;"Magic Apparels Limited ";" ";"28 Mortimer Street ";" ";"WIW 7RD ";"London ";" ";" ";" ";" " +lieferant ;00507335;"Fa. Julia Trentini ";" ";"Westermhlstr. 32 ";" ";"80469 ";"Mnchen ";"+49 89 21269654 ";" ";" ";" " +lieferant ;00507336;"Brand Trade GmbH ";" ";"Im Alengarten 15 D ";" ";"64625 ";"Bensheim ";" ";" ";" ";" " +lieferant ;00507337;"Goodfellas SRL ";" ";"Via Dell'Industria ";" ";"25030 ";"Erbusco (Brescia) ";"030 5785398 ";" ";"030 7706867 ";" " +lieferant ;00507338;"Premium Sports Trading GmbH ";" ";"Hofwiesenstrae 25 ";" ";"73433 ";"Aalen ";"+49 (7361) 3700-12 ";" ";"+49 (7361) 3700-20 ";" " +lieferant ;00507339;"N.D.P. SRL ";" ";"Piazza San Maurizio 16 ";" ";"80020 ";"Frattaminore (Na) ";" ";" ";" ";" " +lieferant ;00507340;"Aurora S.r.l. ";" ";"Via Elsa Morante, 11 ";" ";"00011 ";"Tivoli Terme (RM) ";" ";" ";" ";" " +lieferant ;00507341;"Puravida Sports GmbH ";" ";"Perlenpfuhl 27 ";" ";"50667 ";"Kln ";"+49 221 992 04 42 04 ";" ";"+49 221 99 20 44 22 ";" " +lieferant ;00507342;"Big Mouth International Ltd ";" ";"Carmell Lane ";" ";"PR3 0LU ";"Lancashire ";" ";" ";" ";" " +lieferant ;00507343;"Mogan Optical Europe GmbH ";" ";"Rilkestrae 20 ";" ";"40474 ";"Dsseldorf ";"+49 211 65864550 ";" ";"+49 211 65854551 ";" " +lieferant ;00507344;"Sdbund Einkaufsverb f. Heimtextilien eG";" ";"Welzheimer Strae 6 ";"1609 ";"71522 ";"Backnang ";"07191 8010 ";" ";"07191 801240 ";" " +lieferant ;00507345;"Pronto Moda M.Com di Wang Xixi ";" ";"Via Friuli Venezia Giulia n 23 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00507346;"enapsis GmbH ";" ";"Traumannswald 1-3 ";" ";"68782 ";"Brhl ";"+49 6202 57 99 97 2 ";" ";" ";" " +lieferant ;00507347;"PHF Curare GmbH ";" ";"Zieglerstrae 3 ";" ";"86199 ";"Augsburg ";"0821 9987809 ";" ";" ";" " +lieferant ;00507348;"Bedrock Manufacturing Europe BV ";" ";"Graaf Florisstraat 1a Huis ";" ";"1091TD ";"Amsterdam ";"+31 20 7944577 ";" ";" ";" " +lieferant ;00507349;"Oh Yeah UG ";" ";"Heimhuder Str. 86 ";" ";"20148 ";"Hamburg ";"+49 40 605 907 390 ";" ";"+49 40 605 907 391 ";" " +lieferant ;00507350;"Langendorf & Keller GmbH ";" ";"Hotzenwaldstrasse 70 ";" ";"79730 ";"Niederhof ";"07763 - 929 50 ";" ";"07763 - 1420 ";" " +lieferant ;00507351;"Cap Martel UG & Co. KG ";" ";"Wrzburger Strae 8 ";" ";"60385 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00507352;"theHUD Agency & Distribution GmbH ";" ";"Deister Strae 17a ";" ";"30449 ";"Hannover ";"+49 511 543 58 42 - 0 ";" ";"+49 511 543 58 42 - 49 ";" " +lieferant ;00507353;"Soniush Fashion GmbH ";" ";"Cargo City Sd, - Gebude 555B ";" ";"60549 ";"Frankfurt am Main ";" ";" ";" ";" " +lieferant ;00507354;"Ida Fashion GmbH ";" ";"Mnchener Ring 2 ";" ";"04435 ";"Schkeuditz ";"+49 34204 451314 ";" ";"+49 34204 451505 ";" " +lieferant ;00507355;"Plant-for-the-Planet Foundation ";" ";"Am Bahnhof 1 ";" ";"82449 ";"Uffing am Staffelsee ";"+49 (0)8808 9345 ";" ";"+49 (0)8808 9346 ";" " +lieferant ;00507356;"Thomas Koch ";"Schuhagentur Studio 102 ";"Bahnhofstrae 7 ";" ";"66953 ";"Pirmasens ";"+49 6331 148551 ";" ";" ";" " +lieferant ;00507357;"Eleventy World S.R.L ";" ";"Via Bernardino Verro 33/6 ";" ";"20141 ";"Mailand ";" ";" ";" ";" " +lieferant ;00507358;"Kaz Europe Sarl ";" ";"Place Chauderon 18 ";" ";"1003 ";"Lausanne ";"+41 21 644 01 10 ";" ";" ";" " +lieferant ;00507359;"FLSK Products GmbH ";" ";"Gmunder Strae 35 A ";" ";"81379 ";"Mnchen ";"+49 89 58 80 546 00 ";" ";" ";" " +lieferant ;00507360;"Luminair V.O.F. ";" ";"Herwensedijk 9 ";" ";"6914 KE ";"Herwen ";"+49 (0)69 25 49 97 07 ";" ";" ";" " +lieferant ;00507361;"ZirbenFamilie Vertriebs GmbH ";" ";"Swarovskistrae 60 ";" ";"6112 ";"Wattens ";"+43 5224 21188 ";" ";"+43 676 310 5766 ";" " +lieferant ;00507362;"Casually S.R.L. ";" ";"Via Frediani 51/2 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00507363;"JellyCoe BVBA ";" ";"Kaarderijstraat 69 ";" ";"9000 ";"Gent ";" ";" ";" ";" " +lieferant ;00507364;"Troels E. Jensen OHG ";" ";"Am Indurstriepark 15 ";" ";"26670 ";"Uplengen-Remels ";" ";" ";" ";" " +lieferant ;00507365;"WAS Handelagentur ";" ";"Sessendrupweg 54 ";" ";"48161 ";"Mnster ";" ";" ";" ";" " +lieferant ;00507366;"Dress Italy SRL ";" ";"Via Industria, 16 ";" ";"22070 ";"Luisago - Como ";"+39031591991 ";" ";"+390315000800 ";" " +lieferant ;00507367;"Coach Operations Singapore PTE LTD ";" ";"77 Robinson Road - #13-00 Robinson 77 ";" ";"068896 ";"Singapore ";" ";" ";" ";" " +lieferant ;00507368;"Stegmann GmbH ";" ";"Jungfernstieg 46 ";" ";"20354 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507369;"Diogenes Verlag AG ";" ";"Sprecherstrasse 8 ";" ";"8032 ";"Zrich ";"+41 44 254 85 73 ";" ";"+41 44 252 84 07 ";" " +lieferant ;00507370;"Oxxas GmbH ";" ";"Modering 5 Raum B329 ";" ";"22457 ";"Hamburg ";"040 57204323 ";" ";"040 57204324 ";" " +lieferant ;00507371;"INGLOT DE GmbH (Sevens) ";" ";"Knigsallee 56 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507372;"Aeffegi s.r.l. ";" ";"Piazza A. Amenduni, 1/D ";" ";"70037 ";"Ruvo di Puglia (BA) ";" ";" ";" ";" " +lieferant ;00507373;"Modeagentur Werner Kaupp ";" ";"Zinsbach Str. 38 ";" ";"72285 ";"Pfalzgrafenweiler ";"07445 855688 ";" ";"07445 8597338 ";" " +lieferant ;00507374;"Steve Madden B.V. ";" ";"Touwslager 12 ";" ";"5253 RK ";"Nieuwkuijk ";" ";" ";" ";" " +lieferant ;00507375;"Focus Pull s.r.l. ";" ";"Via Mezzo Levante,1464 ";" ";"40014 ";"Crevalcore BO ";" ";" ";" ";" " +lieferant ;00507376;"Tracey Neuls ";" ";"29 Marylebone Lane ";" ";"W1U 2NQ ";"London ";"+44 (0) 207 935 0039 ";" ";" ";" " +lieferant ;00507377;"Pronto Moda Kelly di Ye Xiaodang ";" ";"Via dei Fossi, 8U ";" ";"0 ";"Prato (PO) ";" ";" ";" ";" " +lieferant ;00507378;"O bag factory Spa ";" ";"Via Galvani, 1 ";" ";"35011 ";"Campodarsego (PD) ";" ";" ";" ";" " +lieferant ;00507379;"REAL Fashion GmbH ";" ";"Kleines Gsschen 13-15 ";" ";"63075 ";"Offenbach am Main ";"+49 171 6960909 ";" ";" ";" " +lieferant ;00507380;"HOM GmbH ";" ";"Hauptstrae 17 ";" ";"68640 ";"Gtzis ";"+43 5523 505 0 ";" ";" ";" " +lieferant ;00507381;"Accumller ";" ";"Porschering 8 ";" ";"71404 ";"Korb ";"07151 7071027 ";" ";"07151 7071028 ";" " +lieferant ;00507382;"IKKI Fashion BV ";" ";"Rooseveltstraat 14-L ";" ";"2321 BM ";"Leiden ";"0031715132418 ";" ";" ";" " +lieferant ;00507383;"Hoffmann Textilhandel GmbH ";"KETU im Fashion Tower ";"Am Rondell 5 ";" ";"12529 ";"Berlin-Schnefeld ";" ";" ";" ";" " +lieferant ;00507384;"Koopman International B.V. ";" ";"Distelweg 88 ";" ";"1031 HH ";"Amsterdam ";"+31 20 4947777 ";" ";"+31 20 4947736 ";" " +lieferant ;00507385;"iesse Schuh GmbH ";" ";"Schweppenkamp 8 ";" ";"38644 ";"Goslar ";"+49 (0)5321-3709-0 ";" ";"+49 (0)5321-351479 ";" " +lieferant ;00507386;"Cetti Luxsportiveshoes S.L. ";" ";"Juan de Herreca, 35 ";" ";"03203 ";"Echche - Alicante ";"+34 966 661 857 ";" ";"+34 966 661 761 ";" " +lieferant ;00507387;"Calzaturificio Luca Grossi S.r.l. ";" ";"Via Ponte Monsummano, 33 ";" ";"51018 ";"Pieve a Nievole (PT) ";"0039-0572-951838 ";" ";"0039-0572-950091 ";" " +lieferant ;00507388;"Wang & Flycht ApS ";" ";"Byghjvel 1 ";" ";"5250 ";"Odense SV ";"+4533155166 ";" ";" ";" " +lieferant ;00507389;"Butzon & Bercker GmbH ";" ";"Hoogeweg 100 ";" ";"47623 ";"Kevelaer ";"+49 (2832) 929888 ";" ";"+49 (2832) 929212 ";" " +lieferant ;00507390;"Seen Sucht GbR ";" ";"Libellenweg 3 ";" ";"21521 ";"Wohltorf bei Hamburg ";" ";" ";" ";" " +lieferant ;00507391;"Nayla GmbH & Co. KG ";" ";"Gautinger Strae 59a ";" ";"82152 ";"Krailling ";"+49 89 7168022-77 ";" ";"+49 89 7168022-78 ";" " +lieferant ;00507392;"Moss CPH ApS ";" ";"Artvej 1 ";" ";"7100 ";"Vejle ";"+45 81 10 80 10 ";" ";" ";" " +lieferant ;00507393;"Huraxdax Verlag ";"Robert Wagner ";"Rosenweg 9a ";" ";"82327 ";"Tutzing ";"0151 28 74 54 97 ";" ";" ";" " +lieferant ;00507394;"Berwick 1707 ";" ";"C/ Aparadoras, 5 ";" ";"02640 ";"Almansa (Albacete) ";"0034 967 318 003 ";" ";"0034 967 318 357 ";" " +lieferant ;00507395;"Italia Idependent S.p.A. ";" ";"Corso XI Febbraio no. 19 ";" ";"10152 ";"Torino ";" ";" ";" ";" " +lieferant ;00507396;"L'esprit du sud ";" ";"85, Rue Saint Jean ";" ";"62520 ";"Le Touquet-Paris-Plage ";"+31 ((0)6 251 202 81 ";" ";" ";" " +lieferant ;00507397;"Paul Reber GmbH & Co. KG ";" ";"Ludwigstr. 10-12 ";" ";"83435 ";"Bad Reichenhall ";"+49 8651 6003-188 ";" ";"+49 8651 6003-5188 ";" " +lieferant ;00507398;"rder GmbH ";" ";"Kornharpener Strae 126 ";" ";"44791 ";"Bochum ";"+49 (234) 95987-0 ";" ";"+49 (234) 594519 ";" " +lieferant ;00507399;"Buur Associates BV ";" ";"Waterland 10 ";" ";"1948 RK ";"Beverwijk ";"+31 (0)251 316 313 ";" ";" ";" " +lieferant ;00507400;"Stuff - Markus Schmitz ";" ";"Max-Planck-Strae 8 ";" ";"27266 ";"Verden ";" ";" ";" ";" " +lieferant ;00507401;"EST Y&RO BV ";" ";"Zeewijck 4 ";" ";"2202 BT ";"Noorwijk ";"+31 615 335 480 ";" ";" ";" " +lieferant ;00507402;"First Person Ltd. ";" ";"Office 7 35-37 Ludgate Hill ";" ";"EC4M 7JN ";"London ";" ";" ";" ";" " +lieferant ;00507403;"Eva Maskow - Too Hot To Hide ";" ";"Aventinstr. 7c ";" ";"80469 ";"Mnchen ";"+49 89 95479205 ";" ";"+49 89 99950889 ";" " +lieferant ;00507404;"Goldeneye Permanent System GmbH ";" ";"Mittelwegring 31 ";" ";"76751 ";"Jockgrim ";"07271 98999 10 ";" ";"07271 98999 11 ";" " +lieferant ;00507405;"VCO S.A. (Volcano) ";" ";"Szosa Gdanska 22 ";" ";"86-031 ";"Osielsko ";" ";" ";" ";" " +lieferant ;00507406;"Royal Bags ";" ";"Maximilianallee 16, Raum 23 ";" ";"04129 ";"Leipzig ";"0341 9102985 ";" ";"0341 9102987 ";" " +lieferant ;00507407;"So Cosi GmbH ";" ";"Mhlenkamp 37 ";" ";"22303 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507408;"Hamamista - zlem Ahmetoglu ";" ";"Schwindstrae 5 / Rgb. ";" ";"80798 ";"Mnchen ";"089 28749554 ";" ";" ";" " +lieferant ;00507409;"CMP Sport Food GmbH ";" ";"Hans-Riedl-Str. 19 ";" ";"85622 ";"Feldkirchen ";"089 356 2900 ";" ";"089 356 29094 ";" " +lieferant ;00507410;"Mainglck GmbH & Co KG ";" ";"Spiegelstrae 2 ";" ";"97070 ";"Wrzburg ";"0931 4678 9209 ";" ";" ";" " +lieferant ;00507411;"Hegenberger Trendcenter ";" ";"Esplanade 7-9 ";" ";"24534 ";"Neumnster ";" ";" ";" ";" " +lieferant ;00507412;"G. Wolf GmbH ";"UWO-Erzeugnisse ";"Im Alten Krug 10 ";" ";"33729 ";"Bielefeld ";"+49 (0) 5 21-977 25 0 ";" ";"+49 (0) 5 21-977 25 10 ";" " +lieferant ;00507413;"Bench International GmbH ";" ";"Balanstrae 73, Haus 10 ";" ";"81541 ";"Mnchen ";"+49 89 150018-300 ";" ";" ";" " +lieferant ;00507414;"Santaverde GmbH ";" ";"Borsteler Bogen 27b ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507415;"dw-Empire ";" ";"Breslauer Strasse 8 ";" ";"41460 ";"Neuss ";"+49 (0) 2131 178 3220/21 ";" ";"+49 (0) 2131 178 3222 ";" " +lieferant ;00507416;"Le Kiwi Modevertriebs GmbH ";" ";"Breslauer Strae 8 - Rume 122 144 und";" ";"41460 ";"Neuss ";"02131 - 13 79 0 ";" ";"02131 - 13 79 20 ";" " +lieferant ;00507417;"Harpa Lifestyle GmbH ";" ";"Breslauerstr.8 ";" ";"41460 ";"Neuss ";"+49 02131-36 66 660 ";" ";"+49 02131-12 57 593 ";" " +lieferant ;00507418;"LEKKERLAND Sd-Ost-West GmbH & Co. ";"Handels- und Dienstleistungs KG ";"Im Lekkerland ";" ";"46149 ";"Oberhausen ";" ";" ";" ";" " +lieferant ;00507419;"Gebr. Mrklin & Cie. GmbH ";" ";"Stuttgarter Str. 55 - 57 ";" ";"73033 ";"Gppingen ";"+49 (7161) 608-429 ";" ";"+49 (7161) 608-308 ";" " +lieferant ;00507420;"Junior Fashion GmbH ";" ";"Wilhelm-Schickard-Strae 7 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00507421;"FUJIFILM Imaging Systems GmbH & Co. KG ";" ";"Siemensring 1 ";" ";"47877 ";"Willich ";"+49 (0) 211 5089-0 ";" ";"+49 (0) 211 5089-331 ";" " +lieferant ;00507422;"Christopher Endrich Textil ";" ";"Baaderstr. 55 ";" ";"80469 ";"Mnchen ";"+49-176-240 94 111 ";" ";" ";" " +lieferant ;00507423;"Friedrich Kerkamm GmbH & Co. KG ";" ";"Schulstrae 16-18 ";" ";"25335 ";"Elmshorn ";"04121 42 66 0 ";" ";"04121 42 66 67 ";" " +lieferant ;00507424;"xplace GmbH ";" ";"Tuchmacherweg 12 ";" ";"37079 ";"Gttingen ";" ";" ";" ";" " +lieferant ;00507425;"VIONIC Europe Ltd. ";" ";"Dibden Road, Norwich ";" ";"NR.3 ";"Norfolk ";" ";" ";" ";" " +lieferant ;00507426;"Betty Barclay GmbH & Co. KG (Saint Jac.)";" ";"Heidelberger Str. 9-11 ";" ";"69226 ";"Nuloch ";"06224/900-0 ";" ";"06224/900-510 ";" " +lieferant ;00507427;"Rikki Tikki Company AS ";" ";"Mariagervej 3 ";" ";"9560 ";"Hadsund ";"+45 9857 2755 ";" ";"+45 9857 2754 ";" " +lieferant ;00507428;"Harder Reform Vertriebs GmbH ";" ";"Rendsburger Strae 350 ";"1664 ";"24537 ";"Neumnster ";"04321 900-90 ";" ";"04321 900-999 ";" " +lieferant ;00507429;"Windsport Fehmarn Inh. Kai Enseleit ";" ";"Osterstr. 45 ";" ";"23769 ";"Fehmarn ";" ";" ";" ";" " +lieferant ;00507430;"Hartmut Bauer Grohandel e.K. ";" ";"Bauhofring 25 ";" ";"71732 ";"Tamm ";"07141 6436925 ";" ";"07141 6436929 ";" " +lieferant ;00507431;"Herrfliege GbR ";" ";"Alte Allee 55 ";" ";"81245 ";"Mnchen ";"0176 55431558 ";" ";" ";" " +lieferant ;00507432;"MER & Co. MB GmbH ";" ";"Cecilienallee 12 ";" ";"40474 ";"Dsseldorf ";"+49 (0) 211 / 8639045 ";" ";"+49 (0) 211 / 8632618 ";" " +lieferant ;00507433;"Thanks A Lot - Alexander Kaup ";" ";"Zimmermannstr. 6a ";" ";"48268 ";"Greven ";"0160/97061931 ";" ";" ";" " +lieferant ;00507434;"Candice Cooper AG ";" ";"Sihlbruggstrasse 105a ";" ";"6340 ";"Baar ";"+41 44 533 01 30 ";" ";"+41 44 533 01 39 ";" " +lieferant ;00507435;"Neumann-Wolff Media u. Vertrieb GmbH ";" ";"Mittelweg 5 ";" ";"25980 ";"Sylt OT Tinnum ";"04651 878 90 39 ";" ";" ";" " +lieferant ;00507436;"Centroplast Engineering Plastics GmbH ";" ";"Unterm Ohmberg 1 ";" ";"34431 ";"Marsberg ";"02992 9704-700 ";" ";"02992 9704-30 ";" " +lieferant ;00507437;"United Brands Fashion Lab GmbH ";" ";"Schragenhofstr. 35 ";" ";"80992 ";"Mnchen ";"+49 (0)89 248 8353 0 ";" ";" ";" " +lieferant ;00507438;"Repeat GmbH - Deutschland ";" ";"Kaiserswerther Str. 229 ";" ";"40474 ";"Dsseldorf ";"+49 (0)211 3878 9386 ";" ";" ";" " +lieferant ;00507439;"Qult Design GmbH ";" ";"Auf dem Mhlenbrink 1 ";" ";"32457 ";"Porta Westfalica ";"+49 5706 9413240 ";" ";"+49 5706 9413239 ";" " +lieferant ;00507440;"Starhome Textil GmbH ";" ";"Schierholzstrae 27 ";" ";"30655 ";"Hannover ";" ";" ";" ";" " +lieferant ;00507441;"Eko Saja d.o.o. (LLC) ";" ";"Na Trati 16 ";" ";"4248 ";"Lesce ";" ";" ";" ";" " +lieferant ;00507442;"Penn&Ink N.Y ";" ";"Ambachtsweg 1A ";" ";"8131 TW ";"Wijhe ";"+31 (0)570 - 52 52 74 ";" ";" ";" " +lieferant ;00507443;"Franco Ferrari srl ";" ";"Via Volta 10 ";" ";"22070 ";"Casnate - Como ";"+39 031 398688 ";" ";" ";" " +lieferant ;00507444;"Calzados Evori S.A. ";" ";"Raposal, 33 ";" ";"26580 ";"Arnedo (La Rioja) ";"+34 941 38 51 51 ";" ";"+34 941 38 51 50 ";" " +lieferant ;00507445;"Reikus GmbH ";" ";"Kaiserswerther Str. 229 ";" ";"40474 ";"Dsseldorf ";"0211 5370978 ";" ";"0211 5280729 ";" " +lieferant ;00507446;"Peripherique - pq-world GmbH ";" ";"Kimbacher Str. 209 ";" ";"64732 ";"Bad Knig ";"+49 (0) 6063-577277 ";" ";"+49 (0) 6063-577279 ";" " +lieferant ;00507447;"SURI FREY Global ";"Branding and Licence GmbH ";"Brckenstr. 11 ";" ";"63073 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00507448;"SF Beteiligungs UG (haftungsbeschrnkt) ";" ";"Brckenstr. 11 ";" ";"63073 ";"Offenbach ";" ";" ";" ";" " +lieferant ;00507449;"Ryssel & Steidle GbR ";" ";"Danneckerstr. 23B ";" ";"70182 ";"Stuttgart ";"0049-(0)711-1238738 ";" ";"0049-(0)711-72232881 ";" " +lieferant ;00507450;"W. Rsner + Rsner Importtrend ";" ";"Stuttgarter Strae 16 ";" ";"72666 ";"Neckartailfingen ";"+49 7127 34361 ";" ";"+49 7127 21889 ";" " +lieferant ;00507451;"Marcel Gassert (Geargin) ";" ";"In der Zeil 10 ";" ";"69488 ";"Birkenau ";"+49 1577 4326737 ";" ";" ";" " +lieferant ;00507452;"Vicentina GmbH & Co. KG ";" ";"Bahrenfelder Steindamm 2 ";" ";"22761 ";"Hamburg ";"+49 40 226379 23 ";" ";"+49 40 226379 25 ";" " +lieferant ;00507453;"Nathalie von Uckermann ";" ";"Larstr. 83 ";"1125 ";"53844 ";"Troisdorf ";" ";" ";" ";" " +lieferant ;00507454;"Nierendorf & von der Heyden GmbH ";" ";"An der Strusbek 33 ";" ";"22926 ";"Ahrensburg ";"04102 471393 ";" ";"04102 471394 ";" " +lieferant ;00507455;"Ava & Jackson Company UG ";" ";"Hessenstr. 1 ";" ";"30855 ";"Langenhagen ";"0511 32 28 44 ";" ";" ";" " +lieferant ;00507456;"Blue Heeler Europe ";" ";"Quelkhorner Landstr. 89 ";" ";"28870 ";"Ottersberg ";"+49 4293 7890 796 ";" ";"+49 4293 7890 797 ";" " +lieferant ;00507457;"Anton & Moda S.L. ";" ";"Ctra. Cubillos, no 1 ";" ";"49023 ";"Zamora ";"+34 980 525 233 ";" ";"+34 980 525 206 ";" " +lieferant ;00507458;"Crailsheim Merlins GmbH ";" ";"Im Wasserstall 4 ";" ";"74564 ";"Crailsheim ";"+49 7951 29118 ";" ";"+49 7951 959228 ";" " +lieferant ;00507459;"Royal-Ego GmbH ";" ";"Brabanter Strae 4 ";" ";"80805 ";"Mnchen ";"+49 89 22844 2000 ";" ";"+49 89 22844 2001 ";" " +lieferant ;00507461;"Luum GmbH ";" ";"Bllt 13a ";" ";"48143 ";"Mnster ";"+49 251 919792 0 ";" ";" ";" " +lieferant ;00507462;"Pernod Ricard Deutschland GmbH ";" ";"Habsburgerring 2 ";" ";"50674 ";"Kln ";"+49 221 43 09 09-0 ";" ";"+49 221 43 09 09-950 ";" " +lieferant ;00507463;"Rheinland Distillers GmbH ";" ";"Mozartstr.7 ";" ";"53115 ";"Bonn ";"+49 228 24992504 ";" ";" ";" " +lieferant ;00507464;"Larioseta S.p.A. ";" ";"Via Asiago, 31 ";" ";"22100 ";"Como ";"031 570823 ";" ";"031 570480 ";" " +lieferant ;00507465;"Naturmedicin sp. z o.o. sp. k. ";" ";"Wielkopolska 31/3 ";" ";"81-552 ";"Gdynia ";"58 346 50 66 ";" ";" ";" " +lieferant ;00507466;"Barstuff.de e.K. - Thilo Lipmann ";" ";"Lise-Meitner-Strae 39/41 ";" ";"10589 ";"Berlin ";"+49 30 7474 0843 ";" ";"+49 30 7474 0844 ";" " +lieferant ;00507467;"intracosmed AG ";" ";"Unterdorfstrasse 31 ";" ";"9107 ";"Urnsch ";" ";" ";" ";" " +lieferant ;00507468;"Yess Belgium BVBA ";" ";"Clarastraat 51 ";" ";"3700 ";"Tongeren ";"+32 471 81 36 32 ";" ";" ";" " +lieferant ;00050857;"Koehler GmbH & Co.KG ";" ";"Herderstrae 31-33 ";" ";"63512 ";"Hainburg ";"+496182 - 957 89-0 ";" ";"+496182 - 607 25 ";" " +lieferant ;00050858;"Barcomi's GmbH ";" ";"Bergmannstrae 21 ";" ";"10961 ";"Berlin ";"+49 (0) 30 / 694 8138 ";" ";"+49 (0) 30 / 694 8238 ";" " +lieferant ;00050859;"Agiva - Javanne SA ";" ";"rue de Menin, 415 ";" ";"7700 ";"Mouscron ";"+32 56.33.09.45 ";" ";"+32.56.33.17.91 ";" " +lieferant ;00507469;"Wilox Strumpfwaren GmbH ";" ";"Messerschmittstrae 10 ";" ";"87437 ";"Kempten ";"+49 (0)831 69737-0 ";" ";"+49 (0)831 69737-77 ";" " +lieferant ;00507470;"tibea UG ";" ";"Oskar Jger Strae 117-123 ";" ";"50825 ";"Kln ";" ";" ";" ";" " +lieferant ;00507471;"Nakdcom Oneworld AB ";" ";"Ringgatan 29 ";" ";"401707 ";"Gothenburg ";" ";" ";" ";" " +lieferant ;00507472;"WH-Trainer GmbH ";" ";"Schwarzenbacherstrae 2 ";" ";"88348 ";"Bad Saulgau ";" ";" ";" ";" " +lieferant ;00507473;"Holubar Distribution GmbH ";" ";"Lettow-Vorbeck-Strae 54 ";" ";"41063 ";"Mnchengladbach ";"+49 2161 84982 00 ";" ";" ";" " +lieferant ;00507474;"Brixton ";" ";"Weesperzijde 29-II ";" ";"1091 EC ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00507475;"Sylvia Woelki - dearsoap ";" ";"Kopenhagener Strae 25 ";" ";"10437 ";"Berlin ";"+49 30 44 31 74 41 ";" ";" ";" " +lieferant ;00507476;"HUBER bodywearGmbH ";" ";"Erkrather Str. 220c ";" ";"40233 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507477;"Miljgrden ";" ";"Bolagsgatan 2 ";" ";"233 51 ";"Svedala ";"+46 4040 86 40 ";" ";"+46 4040 86 30 ";" " +lieferant ;00507478;"Witzgall GmbH & Co. KG ";" ";"Wachholder 6 ";" ";"96328 ";"Kps / Schmlz ";"09264 7649 ";" ";"09264 8751 ";" " +lieferant ;00507479;"Star Home Textil GmbH ";" ";"Schierholzstr. 27 ";" ";"30655 ";"Hannover ";"0511 95699-71 ";" ";"0511 95699-33 ";" " +lieferant ;00507480;"Steckberatung ";" ";"Albert-Rohaupter Strae 32 ";" ";"81369 ";"Mnchen ";"089 / 360 88 700 ";" ";" ";" " +lieferant ;00507481;"DK Company Cph AS ";" ";"Kanonbadsvej 10 ";" ";"1437 ";"Kobenhavn ";" ";" ";" ";" " +lieferant ;00507482;"Ennigaldi GmbH ";" ";"Kapellenweg 58 ";" ";"79100 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00507483;"Daniele Fiesoli s.r.l. ";" ";"Via Dell'Arte Della Paglia 95/97 ";" ";"50058 ";"Signa (Fi) ";" ";" ";" ";" " +lieferant ;00507484;"Pinned by K ";" ";"Zuidhollandsedljk 179 ";" ";"5171 TM ";"Kaatsheuvel ";"+31 642470504 ";" ";" ";" " +lieferant ;00507485;"Schsische Bettfedernfabrik Brder Sluka";"GmbH & Co KG. ";"Dresdner Str. 94 ";" ";"01640 ";"Coswig ";" ";" ";" ";" " +lieferant ;00507486;"Saami Fashion BV ";" ";"Herenweg 59 ";" ";"2105 MD ";"Heemstede ";"023 7436109 ";" ";" ";" " +lieferant ;00507487;"BSP Accessoire Verwaltungs GmbH ";" ";"Kampstrae 72 ";" ";"32584 ";"Lhne ";"+49 / 5731 / 849 10 ";" ";"+49 / 5731 / 849 123 ";" " +lieferant ;00507488;"Pronto Moda Daisy - Di Wun Meiyun ";" ";"Via Del Fosi, 8U ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00507489;"ARL Berg - Thomas Ebster ";" ";"Zrcherstrae 20 ";" ";"6700 ";"Bludenz ";" ";" ";" ";" " +lieferant ;00507490;"Pechkeks GmbH ";" ";"Sillemstr. 76A ";" ";"20257 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507491;"Amanda Christensen AB ";" ";"Maskinvgen 9 ";" ";"523 38 ";"Ulricehamn ";"+46 321 687000 ";" ";" ";" " +lieferant ;00507492;"ZEG Zentraleinkauf Holz+Kunststoff eG ";" ";"Rudolf-Diesel-Strae 1 ";" ";"70806 ";"Kornwestheim ";" ";" ";" ";" " +lieferant ;00507493;"Seven for all mankind International SAGL";" ";"Via Penate 4 ";" ";"6850 ";"Mendrisio ";" ";" ";" ";" " +lieferant ;00507494;"MTNG Europe Experience S.L.U. ";" ";"Severo Ochoa, 36 ";" ";"03203 ";"Elche (Alicante) ";" ";" ";" ";" " +lieferant ;00507495;"Ushna Fashion Bags - A. Zair ";" ";"Maximilianallee 14-16 ";" ";"04129 ";"Leipzig ";" ";" ";" ";" " +lieferant ;00507496;"Rischio s.r.l. ";" ";"Via Lovadina 49 ";" ";"31050 ";"Vascon di Carbonera TV ";"0422 446921 ";" ";" ";" " +lieferant ;00507497;"Delicatelove GmbH ";" ";"Steinstrae 16-18 ";" ";"40212 ";"Dsseldorf ";"+49 211 868 171 47 ";" ";" ";" " +lieferant ;00507498;"United Women GmbH ";"AYBI ";"Trogerstr. 17 ";" ";"81675 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507499;"Wunderle - Heike Brinkmeier e.K. ";" ";"Glcksburgerstrae 29 ";" ";"49477 ";"Ibbbenbren ";"+49 54 51 50990 ";" ";"+49 54 51 50919 ";" " +lieferant ;00507500;"EMU Australia (Europe) Ltd ";" ";"10-18 Vestry Street ";" ";"N1 7RE ";"London ";" ";" ";" ";" " +lieferant ;00507501;"Billy Sarl ";" ";"35 avenue Jean Perrin ZA ";" ";"59910 ";"Bondues ";"+ 33 (0) 9.83.04.39.19 ";" ";" ";" " +lieferant ;00507502;"Buchhandlung Meschede ";" ";"Am Wallgraben 13 ";" ";"33145 ";"Salzkotten ";" ";" ";" ";" " +lieferant ;00507503;"Eleven Elfs - M. Trigli-W. ";" ";"Maistrae 45 ";" ";"80337 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507504;"ODEX ";" ";"Vassingerdvej 147 ";" ";"3540 ";"Lynge ";"+45 70 20 75 79 ";" ";" ";" " +lieferant ;00507505;"N.G. Polis S.A. ";" ";"Polykleitoy 19 Street ";" ";"10551 ";"Athens ";"+30 2103217455 ";" ";"+30 2103251356 ";" " +lieferant ;00507506;"NOCH GmbH & Co. KG ";" ";"Lindauer Strae 49 ";" ";"88239 ";"Wangen im Allgu ";"07522/9780-0 ";" ";"07522/9780-80 ";" " +lieferant ;00507507;"Movado Group Deutschland GmbH ";" ";"Gartenstrae 97 ";" ";"73430 ";"Aalen ";"+49 7361 1556 160 ";" ";" ";" " +lieferant ;00507508;"Allbranded GmbH ";" ";"Waterloohain 5a ";" ";"22769 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507509;"Ferdinand Menrad GmbH + Co. KG ";" ";"Oderstrasse 2 ";" ";"73529 ";"Schwbisch Gmnd ";"+49 (0) 7171 803-0 ";" ";"+49 (0) 7171 803-773 ";" " +lieferant ;00507510;"Dario Zinni GmbH ";" ";"Franklinstrasse 46 ";" ";"40479 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507511;"Trade Promotions S.R.L. ";" ";"Via Venezia, 85 ";" ";"35010 ";"Capriccio di Vigonza - PD ";" ";" ";" ";" " +lieferant ;00507512;"CAFeNOIR S.p.A. ";" ";"Via Cascina Lari, 20 ";" ";"56028 ";"San Miniato Basso ";" ";" ";" ";" " +lieferant ;00507513;"Preca Brummel S.p.A. ";" ";"Via Galliano, 21 ";" ";"21040 ";"Carnago (VA) ";" ";" ";" ";" " +lieferant ;00507514;"P&S GmbH & Co.KG ";" ";"Schenkendorfstrae 22 ";" ";"56068 ";"Koblenz ";" ";" ";" ";" " +lieferant ;00507515;"Albert Mebus GmbH & Co. KG ";" ";"Bergische Str. 11 ";" ";"42781 ";"Haan ";"+49(0)2129 340-17 ";" ";"+49(0)2129 340-10 ";" " +lieferant ;00507516;"Good Company SRL ";" ";"Via Benzoni, 11 ";" ";"26013 ";"Crema (CR) ";"+39 02 86882302 ";" ";"+39 02 86882303 ";" " +lieferant ;00507517;"Louise Kragh.dk ApS ";" ";"Vesterbro Torv 1-3, 2.th ";" ";"8000 ";"Aarhus C ";"+45 50 75 90 49 ";" ";" ";" " +lieferant ;00507518;"Brisant Beschlag e.K. ";" ";"Buchholz 11 ";" ";"59846 ";"Sundern ";"+49 2933 780 220 ";" ";"+49 2933 780 222 ";" " +lieferant ;00507519;"Metablo Metallwaren GmbH ";" ";"Hanns-Martin-Schleyer-Strae 20 ";" ";"59846 ";"Sundern ";"+49 - 02933 / 9719-0 ";" ";"+49 - 02933 / 9719-40 ";" " +lieferant ;00507520;"APP Group Canada Inc ";" ";"600 Chabanel West ";" ";"H2N 2K6 ";"Montreal, QC ";" ";" ";" ";" " +lieferant ;00507521;"Reusch International S.p.A ";" ";"Innsbrucker Str. 33 ";" ";"39100 ";"Bozen ";"+49 (7121) 16276-30 ";" ";" ";" " +lieferant ;00507522;"Max Moda srl ";" ";"Via Piceni, 5 ";" ";"21013 ";"Gallarate (VA) ";" ";" ";" ";" " +lieferant ;00507523;"DWNTOWN.LA GmbH ";" ";"Cargo City Sd, Gebude 555B ";" ";"60549 ";"Frankfurt am Main ";"01736661000 ";" ";" ";" " +lieferant ;00508019;"Reinhard Simon & Bernd Markmiller OHG ";"Spielwaren-Marketing-Vertrieb ";"Dieselstrae 16 ";" ";"86368 ";"Gersthofen ";"0821 / 780 851 - 0 ";" ";"0821 / 780 851 - 10 ";" " +lieferant ;00508022;"Modeagentur Schledde ";" ";"Schlautstiege 42 ";" ";"48163 ";"Mnster ";"+49 151 23006233 ";" ";" ";" " +lieferant ;00508024;"Agentur Bitterroff ";" ";"Kaiserwerther Str. 198 ";" ";"40547 ";"Dsseldorf ";"0712 2641826 ";" ";"0211 17805550 ";" " +lieferant ;00507524;"Alpha Europe Distribution ";" ";"52 Rue de Etienne Marcel ";" ";"75002 ";"Paris ";"+33 1 48 39 91 11 ";" ";"+33 1 48 39 91 76 ";" " +lieferant ;00507525;"New Italia Shoes S.r.l. ";" ";"Via G. Ferraris, 31 ";" ";"31044 ";"Montebelluna (TV) ";"0423 602568 ";" ";"0423 602163 ";" " +lieferant ;00507526;"Fashion Agency Kasberger & Grahm GmbH ";" ";"Ingolstdter Str. 44 ";" ";"80807 ";"Mnchen ";"+49 89 3595604 ";" ";"+49 89 3595270 ";" " +lieferant ;00507527;"Wegter Consumenten BV ";" ";"Platinastraat 100 ";" ";"7554 NB ";"Hengelo ";"+31 74 255 1840 ";" ";" ";" " +lieferant ;00507528;"Reiff Strickwaren GmbH ";" ";"Weiherstrae 19 ";" ";"72770 ";"Reutlingen ";"07072 7274 ";" ";"07072 80204 ";" " +lieferant ;00507529;"Bayrische Glaswerke GmbH ";" ";"Zacharias-Frank-Str. 7 ";" ";"92660 ";"Neustadt a.d. Waldnaab ";"+49 9602 30-0 ";" ";"+49 9602 30-1100 ";" " +lieferant ;00507530;"Good old friends GmbH ";" ";"Am Turm 13 - Trakt D ";" ";"53721 ";"Siegburg ";"+49 2241 95982-0 ";" ";"+49 2241 95982-90 ";" " +lieferant ;00507531;"Garmentworks B.V. ";" ";"Nieuwe Mare 3 ";" ";"2312 ";"Leiden ";" ";" ";" ";" " +lieferant ;00507532;"Space Wallet GbR Seppeur & Groo ";" ";"Kreuz 40 ";" ";"95445 ";"Bayreuth ";"0921 4600197 ";" ";" ";" " +lieferant ;00507533;"Hage Bachmann GBR ";" ";"Duisburger Str. 261 ";" ";"45478 ";"Mllheim / Ruhr ";"0208-7404165 ";" ";" ";" " +lieferant ;00507534;"Becksndergaars Deutschland GmbH ";" ";"Alsterarkaden 13, 2. OG ";" ";"20354 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507535;"RLG Europe B.V., Amsterdam (NL), Swiss B";"Villars-sur-Glne ";"10, Route des Biches ";" ";"1752 ";"Villars-sur-Glne ";"+31 20 342 8666 ";" ";" ";" " +lieferant ;00507536;"my humanity 1976 GmbH ";" ";"Heinrich-Hertz-Str. 3a ";" ";"14532 ";"Kleinmachnow ";"+49171/ 5106 686 ";" ";"+4933203/ 50176 ";" " +lieferant ;00507537;"BMC Switzerland AG ";" ";"Sportstrasse 49 ";" ";"2540 ";"Grenchen ";"+41 32 654 14 54 ";" ";" ";" " +lieferant ;00507538;"Trettl Cosmetic GmbH ";" ";"Grenzlandstrae 20 ";" ";"83435 ";"Bad Reichenhall ";"+49 8651 996 2205 ";" ";" ";" " +lieferant ;00507539;"Blue Denim Lodge B.V ";" ";"Danzigerkade 223c ";" ";"1013 AP ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00507540;"Maneki ";" ";"14 Rue Commines ";" ";"75003 ";"Paris ";" ";" ";" ";" " +lieferant ;00507541;"FAB BV ";" ";"Kerkstraat 303 ";" ";"1017 GZ ";"Amsterdam ";"+31 20 5200860 ";" ";" ";" " +lieferant ;00507542;"Handelagentur Christoph Pommer ";" ";"Finkenkoppel 1 ";" ";"21465 ";"Reinbeck/Ohe ";"04104 9942859 ";" ";" ";" " +lieferant ;00507543;"Rally-Fashion GmbH & Co. KG ";" ";"Dieckmannstr. 31 ";" ";"49201 ";"Dissen ";" ";" ";" ";" " +lieferant ;00507544;"Blackspider, Lda - Christina Barros ";" ";"Rua Poeta Cesrio Verde ";" ";"4785-252 ";"Trofa ";"+351 252 411 234 ";" ";"+351 917 655 834 ";" " +lieferant ;00507545;"Loretto GmbH ";" ";"Modering 1, Haus A, Raum 311 ";" ";"22457 ";"Hamburg ";"+49 40 55201896 ";" ";"+49 40 55201966 ";" " +lieferant ;00507546;"Jrg Wilke - Die Weinprobe ";" ";"Rheinstr. 14 ";" ";"26382 ";"Wilhelmshaven ";"04421-9875500 ";" ";" ";" " +lieferant ;00507547;"Studio Stationery ";" ";"Zwarteweg 3 ";" ";"8603AA ";"Snook ";"+31624777718 ";" ";" ";" " +lieferant ;00507548;"Reviermanufaktur GmbH ";" ";"Hennigfeldstr. 7 ";" ";"44795 ";"Bochum ";"+49 234 459 303-70 ";" ";"+49 234 459 303-89 ";" " +lieferant ;00507549;"Thomas Khn - remonte ";" ";"Strassheimer Strae 3 ";" ";"61169 ";"Friedberg ";"06031 14650 ";" ";"06031 14608 ";" " +lieferant ;00507550;"Brooklyn Soap GmbH ";" ";"Paulinenallee 30 ";" ";"20259 ";"Hamburg ";"+49 40 8823 2207 ";" ";"+49 40 2286 97129 ";" " +lieferant ;00507551;"Euly Trade GmbH ";" ";"Dong-Xuan-Center Raum 3 und 12, Maximili";" ";"4129 ";"Leipzig ";" ";" ";" ";" " +lieferant ;00507552;"Avatar Merchandising GmbH ";" ";"Friedrich-Ebert-Damm 202a ";" ";"22047 ";"Hamburg ";"040 85379000 ";" ";"040 85379050 ";" " +lieferant ;00507553;"MUD Jeans International B.V. ";" ";"Veluwezoom 32 ";" ";"1327 AH ";"Almere ";"+31 36 737 0038 ";" ";" ";" " +lieferant ;00507554;"Dreier Moden GmbH ";" ";"Alter Postweg 160 ";" ";"48599 ";"Gronau ";"02562 96160 ";" ";"02562 961625 ";" " +lieferant ;00507555;"Dry Fashion Sportswear GmbH ";" ";"Verbindungsweg 46 ";" ";"25469 ";"Halstenbeck ";"+49 4101 41249 ";" ";"+49 4101 44070 ";" " +lieferant ;00507556;"Haeres Equita SRL ";" ";"Zona Ind. D5 ";" ";"15122 ";"Alessandria Spinetta Marengo AL ";" ";" ";" ";" " +lieferant ;00507557;"Code-Zero BV ";" ";"Uiterweg 153 ";" ";"1431 AD ";"Aalsmeer ";" ";" ";" ";" " +lieferant ;00507558;"MLNEH ApS ";" ";"Uhrevej 17 ";" ";"6064 ";"Jordrup ";"+45 2726 1874 ";" ";" ";" " +lieferant ;00507559;"Blyco Textile Group BV ";" ";"Marssteden 210 ";" ";"7547 TD ";"Enschede ";" ";" ";" ";" " +lieferant ;00507560;"Garage S.R.L. ";" ";"Via Onesto Scavino, 4 ";" ";"47891 ";"Falciano ";" ";" ";" ";" " +lieferant ;00507561;"Daniel Wellington GmbH ";" ";"Anna-Schneider-Steig 22 ";" ";"50678 ";"Kln ";" ";" ";" ";" " +lieferant ;00507562;"Westwing GmbH ";" ";"Moosacher Str. 88 ";" ";"80809 ";"Mnchen ";"+49 0800 678 7001 ";" ";"+49 89 55 05 55-444 ";" " +lieferant ;00507563;"Versmissen Furniture and Decoration ";" ";"Industrieweg 176 ";" ";"5683 CH ";"Best ";"+31 499 399867 ";" ";"+31 499 391590 ";" " +lieferant ;00507564;"Herbapharm BV ";" ";"Tussendiepen 2 ";" ";"9206 AD ";"Drachten ";" ";" ";" ";" " +lieferant ;00507565;"Creaciones Club s.a. ";" ";"C/ Cami de Riudellots, 8 ";" ";"17457 ";"Capllong - Girona ";"+34 972 483 141 ";" ";"+34 972 463 990 ";" " +lieferant ;00507566;"Krll Verpackungen GmbH ";" ";"Fichtenstr. 2 ";" ";"82061 ";"Neuried b. Mnchen ";" ";" ";" ";" " +lieferant ;00507567;"Vilagallo Retail S.L. ";" ";"C/Velazquez 44 ";" ";"28001 ";"Madrid ";"+34 91 633 17 67 ";" ";" ";" " +lieferant ;00507568;"JC Fashion Company BV ";" ";"Postbus 194 ";" ";"3940 AD ";"Doorn ";"+31 6 139 47 041 ";" ";" ";" " +lieferant ;00507569;"Earebel GmbH ";" ";"Sonthofener Strasse 55 ";" ";"87509 ";"Immenstadt ";"+49 8323 989 82 50 ";" ";" ";" " +lieferant ;00507570;"L.A.LU Design - Annabell Marshall ";" ";"Eligiushhe 29a ";" ";"45276 ";"Essen ";" ";" ";" ";" " +lieferant ;00507571;"Drysteppers ";" ";"109 Ingraham Street, Suite 302 ";" ";"NY 11237 ";"Brooklyn ";" ";" ";" ";" " +lieferant ;00507572;"Dongfang GmbH ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"+49 02131 1539683 ";" ";" ";" " +lieferant ;00507573;"QY Schuhhaus GmbH ";" ";"Anton-Kux-Str. 2 Raum (A244-245) ";" ";"41460 ";"Neuss ";"+49 2131 3847702 ";" ";"+49 2131 3847703 ";" " +lieferant ;00507574;"TASCHENagentur - Jacqueline Mller ";" ";"Reichenbacher Strae 70 ";" ";"08115 ";"Lichtentanne OT Ebersbrunn ";"+ 49 (0) 37607 184122 ";" ";"+ 49 (0) 37607 184123 ";" " +lieferant ;00507575;"Georelief GbR ";" ";"Dohnaer Str. 383 ";" ";"01259 ";"Dresden ";"+49 (0)351 / 79 27 5100 ";" ";"+49 (0)351 / 79 24 504 ";" " +lieferant ;00507576;"MSSB ApS ";" ";"Raadmandsvej 22 ";" ";"8500 ";"Greena ";"+45 51 78 03 93 ";" ";" ";" " +lieferant ;00507577;"Goldline GmbH ";" ";"Kampkoppel 6a ";" ";"24811 ";"Owschlag ";"+49 4336 999990 ";" ";"+49 4336 9999929 ";" " +lieferant ;00507578;"COPA Compagnie Textile ";" ";"57 rue Notre Dame de Nazareth ";" ";"75003 ";"Paris ";"+33 (0)1 48 87 47 72 ";" ";"+33 (0)1 48 87 48 02 ";" " +lieferant ;00507579;"Planet Trading Austria GmbH ";" ";"Erlenweg 22 ";" ";"6841 ";"Mder ";" ";" ";" ";" " +lieferant ;00507580;"Cotton SRL ";" ";"Via Dell'Artigianato, 14 ";" ";"2022 ";"Castano Primo MO ";"0331 882003 877960 ";" ";" ";" " +lieferant ;00507581;"Home Society ";" ";"1e Poellaan 6 ";" ";"2161 LB ";"Lisse ";"+31 (0) 252 760 760 ";" ";"+31 (0) 252 760 777 ";" " +lieferant ;00507582;"N.V. Flamant S.A. ";" ";"Industriezone - Diebeke 33 ";" ";"9500 ";"Geraardsbergen ";"+32 54433234 ";" ";" ";" " +lieferant ;00507583;"Myboshi GmbH ";" ";"Sportplatz 8 ";" ";"95176 ";"Konradsreuth ";"09292 9776028 ";" ";" ";" " +lieferant ;00507584;"Konditorei & Kaffeehaus Barbara Krnner ";" ";"Obermarkt 8 ";" ";"82418 ";"Murnau ";"08841 1272 ";" ";"08841 629919 ";" " +lieferant ;00507585;"Erdmann GmbH ";" ";"Tumannstrae 70 ";" ";"40477 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507586;"Y7 ApS ";" ";"Mindet 6, 2 sal ";" ";"8000 ";"Aarhus C ";" ";" ";" ";" " +lieferant ;00507587;"Bauerfeind AG ";" ";"Triebeser Strae 16 ";" ";"07937 ";"Zeulenroda-Triebes ";"0800 0 01 05 70 ";" ";"0800 0 01 05 75 ";" " +lieferant ;00507588;"Modeagentur Petra Kaiser ";" ";"Kaiserwerther Str. 115 ";" ";"40474 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00507589;"Sarl JL26 Deeluxe ";" ";"2, Avenue Elsa TRIOLET ";" ";"13008 ";"Marseille ";"049/1770146 ";" ";"049/1326065 ";" " +lieferant ;00507590;"ITNT Multimedia & Marketing GmbH ";" ";"Borkener Strae 64 ";" ";"46284 ";"Dorsten ";" ";" ";" ";" " +lieferant ;00507591;"MD shoes and more GmbH ";" ";"Beethovenstrae 11 ";" ";"36326 ";"Antrifttal ";"+49 6635 9180441 ";" ";" ";" " +lieferant ;00507592;"Indian Bluejeans ";" ";"Graafsebaan 137 ";" ";"5248NL ";"Rosmalen ";"+31 73 820 03 87 ";" ";" ";" " +lieferant ;00507593;"Polly King & Co. ";" ";"26-28 Ely Place Farringdon ";" ";"EC1N 6TD ";"London ";"+44 (0)20 3747 9530 ";" ";" ";" " +lieferant ;00507594;"Nuzzolese Annibale ";" ";"Via Orticello a Loretto, 25 ";" ";"80142 ";"Napoli ";"0815534536 ";" ";" ";" " +lieferant ;00507595;"Perfetto Bags s.r.l. ";" ";"Piazza G Bovolo, 22 ";" ";"80133 ";"Napoli ";" ";" ";" ";" " +lieferant ;00507596;"Gym scrl ";"Trade Mart Brussels ";"Square de l'Atomium 1 ";" ";"1020 ";"Brussels ";" ";" ";" ";" " +lieferant ;00507597;"L10 Trading SRL ";" ";"Via Giangiacomo mora 11/A ";" ";"20123 ";"Milano ";" ";" ";" ";" " +lieferant ;00507598;"Design & Mein OHG ";" ";"Mengener Str. 45 ";" ";"88630 ";"Pfullendorf ";"07552 9368829 ";" ";"07552 9368821 ";" " +lieferant ;00507599;"Pille & Hilmert GbR ";" ";"zum Wetterschacht 26 ";" ";"45659 ";"Recklinghausen ";" ";" ";" ";" " +lieferant ;00507600;"Baptiste G SAS ";" ";"35, rue Saint Sbastien ";" ";"13006 ";"Marseille ";"+33 04 91 02 74 53 ";" ";" ";" " +lieferant ;00507601;"DillySocks AG ";" ";"Rffelstrasse 24, Gebude B ";" ";"8045 ";"Zrich ";" ";" ";" ";" " +lieferant ;00507602;"OFD Leather ";"LADC ";"144 rue de Paris ";" ";"93260 ";"Les Lilas ";" ";" ";" ";" " +lieferant ;00507603;"Saxx Underwear Co. LTD ";" ";"68 5th Ave West ";" ";"BC v5Y 1H6";"Vancuver ";"604-431-7330 ";" ";"604-431-7758 ";" " +lieferant ;00507604;"Manplan GmbH ";" ";"Wismarer Str. 9 ";" ";"33605 ";"Bielefeld ";"0521 55755933 ";" ";" ";" " +lieferant ;00507605;"KLP GmbH ";" ";"Moltkestrae 44a ";" ";"47299 ";"Leichlingen ";"+49 2175 18888 0 ";" ";"+49 2175 18888 29 ";" " +lieferant ;00507606;"WUNDR GmbH ";" ";"Kardinal-Wendel-Strae 49 ";" ";"66440 ";"Blieskastel ";" ";" ";" ";" " +lieferant ;00507607;"STANDAR ";" ";"Dzieci Polskich 2 ";" ";"95-041 ";"Galkw Duzy ";"+48 44 714 94 65 ";" ";" ";" " +lieferant ;00507608;"Colourful Rebel ";" ";"Wibautstraat 135-1 ";" ";"1097 DN ";"Amsterdam ";"020 214 97 51 ";" ";" ";" " +lieferant ;00507609;"M.A.X.X.-Welne GmbH ";" ";"Wesselheideweg 59 ";" ";"53123 ";"Bonn ";"+49 228 96161888 ";" ";"+49 228 96161887 ";" " +lieferant ;00507610;"MOVIE'S SRL ";" ";"Via Volturno ,3/3 ";" ";"50019 ";"Sesto Fiorentino (FI) ";"+39 055 895048 ";" ";"+39 055 8969054 ";" " +lieferant ;00507611;"Modeagentur Petra Kasper ";" ";"Kaiserwerther Str. 115 ";" ";"40474 ";"Dsseldorf ";"+49 211 8598618 ";" ";" ";" " +lieferant ;00507612;"Beautiful Day BVBA ";" ";"Stationsstraat 24 ";" ";"1702 ";"Groot-Bijgaarden ";"+32 2 521 01 30 ";" ";"+32 2 521 04 48 ";" " +lieferant ;00507613;"ORO IBIZA, Susanne Straubinger-Meiller ";" ";"Hofberg 81 ";" ";"84489 ";"Burghausen ";"+49 (0) 8677 40 99 69 0 ";" ";"+49 (0) 8677 40 99 69 1 ";" " +lieferant ;00507614;"My Little Window ";" ";"Am Bach 10 ";" ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00507615;"Nikol Djumon SIA ";" ";"Ziemelu str. 19 ";" ";"3405 ";"Liepaja ";"+371 63485832 ";" ";"+371 63485831 ";" " +lieferant ;00507616;"Chaaya Shoes GmbH ";" ";"Bruckhofstrasse 1 ";" ";"4600 ";"Wels / Thalheim ";" ";" ";" ";" " +lieferant ;00507617;"Martens Fashion Group ";" ";"Konigin Wilhelminaplein 1 ";" ";"1062 HG ";"Amsterdam ";"+31 20511 0611 ";" ";" ";" " +lieferant ;00507618;"Moet Hennessy Deutschland GmbH ";" ";"Seidlstr. 23 ";" ";"80335 ";"Mnchen ";"+49 89 99421 421 ";" ";"+49 800 1149790 ";" " +lieferant ;00507619;"Coffee-Bike GmbH ";" ";"Adolf-Khne-Str. 6 ";" ";"49090 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00507620;"HL Lederwaren B.V. ";" ";"Hopbrouwer 2 ";" ";"5263 RE ";"Nieuwkuijk ";"+31 418 278894 ";" ";" ";" " +lieferant ;00507621;"Allgu-Brennerei Gnther GmbH ";" ";"Gewrbepark 1 ";" ";"87477 ";"Sulzberg ";"+49 83 76 - 92992-0 ";" ";"+49 83 76 - 92992-22 ";" " +lieferant ;00507622;"Dipl.-Ing. Sabine Hemsing-Thiel ";" ";"Rothenburg 34 ";" ";"48143 ";"Mnster ";" ";" ";" ";" " +lieferant ;00507623;"ROCAS GmbH ";" ";"Breslauer Str. 8/R 412 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00507624;"Gab-Al Shoes S.L ";" ";"Juan de la Cierva, 64 ";" ";"03203 ";"Torrellano ";" ";" ";" ";" " +lieferant ;00507625;"Inuikii AG ";" ";"Otto-Schtz Weg 3 ";" ";"8050 ";"Zrich ";"+41 44 862 61 18 ";" ";"+41 44 862 61 17 ";" " +lieferant ;00507626;"M-Futura Handelgesellschaft mbH & Co. KG";" ";"Westpreuenstr. 4 ";" ";"47809 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00507627;"Stokton s.r.l. ";" ";"Via Calamandrei, 13 ";" ";"51018 ";"Pieve a Nievole (Pistoria) ";"0572 80124 ";" ";"0572 950855 ";" " +lieferant ;00507628;"Mathias Frey GmbH & Co. KG ";" ";"Marktplatz 11 ";" ";"93413 ";"Cham ";"+49 9971 4080 ";" ";"+49 9971 2202 ";" " +lieferant ;00507629;"Auzinger Bekleidungswerk GmbH ";" ";"Enzenkirchen 9 ";" ";"4761 ";"Enzenkirchen ";"+43 77 62 / 32 06-0 ";" ";"+43 77 62 / 32 06-20 ";" " +lieferant ;00507630;"NN Fashion - Nguyen Xuan Nhan ";" ";"Maximilianallee 14-16 / Raum 9 ";" ";"04129 ";"Leipzig ";"0162 5157698 ";" ";" ";" " +lieferant ;00050296;"Play Up ";" ";"Av. Margarida Queirs, 301 ";" ";"4740-438 ";"Forjes ";"+351 253 879 009 ";" ";"+351 253 879 002 ";" " +lieferant ;00050307;"HMK Handelsgesellschaft GmbH ";"C.P.TWENTYNINE ";"Hans-Henny-Jahnn-Weg 49 ";" ";"22085 ";"Hamburg ";"+49 40 22868372-0 ";" ";" ";" " +lieferant ;00507631;"Trostel Sportschuhe GmbH ";" ";"Daimlerstr. 4-6 ";" ";"71563 ";"Affalterbach ";"07144 3120 ";" ";"07144 37424 ";" " +lieferant ;00507632;"RMERTOPF Keramik GmbH & Co. KG ";" ";"Weiherstr. 1 ";" ";"56235 ";"Ransbach-Baumbach ";"+49 2623 82281 ";" ";"+49 2623 82283 ";" " +lieferant ;00507633;"Artemide GmbH ";" ";"Hans-Bckler-Str. 2 ";" ";"58730 ";"Frndenberg ";" ";" ";" ";" " +lieferant ;00507634;"Crafted Spirits - Stefan Maier ";" ";"Matternstrae 8 ";" ";"10249 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507635;"Eat Performance GmbH ";" ";"Rennbahnstrasse 87 ";" ";"13086 ";"Berlin ";"030 44326400 ";" ";"030 44326409 ";" " +lieferant ;00507636;"Bergamont Fahrrad Vertrieb GmbH ";" ";"Budapester Strae 45 ";" ";"20359 ";"Hamburg ";"+49 (0)40 4328430 ";" ";"+49 (0)40 4301201 ";" " +lieferant ;00507637;"Jrg Broska ";" ";"Heinestrae 4 ";" ";"60322 ";"Frankfurt ";"+49 172 66 26 025 ";" ";" ";" " +lieferant ;00507638;"Coster Copenhagen ";" ";"Dageloekkevej 40 ";" ";"3050 ";"Humlebaek ";"+45 50 70 00 90 ";" ";" ";" " +lieferant ;00507639;"MG Holland B.V. ";" ";"Tokyostraat 7-11 ";" ";"1175 RB ";"Lijnden ";"+31 294 491 122 ";" ";" ";" " +lieferant ;00507640;"L & M S.a.r.l. ";"Original Bombers ";"85 Rue de la Fayette ";" ";"75009 ";"Paris ";" ";" ";" ";" " +lieferant ;00507641;"Nanotrade GmbH ";" ";"Frther Strae 24 ";" ";"69509 ";"Mrlenbach ";"+49 1577 43226737 ";" ";" ";" " +lieferant ;00507642;"JapanTKY ";" ";"Leidsevaartweg 1 ";" ";"2106 NA ";"Heemstede ";"+31 683 565392 ";" ";" ";" " +lieferant ;00507643;"Brennerei Herbert ";" ";"Brunnenstr. 4 ";" ";"64319 ";"Pfungstadt ";"+49 6157 850063 ";" ";"+49 6157 88892 ";" " +lieferant ;00507644;"Christian Heck - Achtersteven ";" ";"Wallstrae 17 ";" ";"26122 ";"Oldenburg ";"+49 171 477 75 25 ";" ";" ";" " +lieferant ;00507645;"Heinz Wagner Textilvertrieb GmbH ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";"040 8531290 ";" ";"040 85312946 ";" " +lieferant ;00507646;"Elements BVBA ";" ";"Boerenlegerstraat 230 ";" ";"2650 ";"Edegem ";" ";" ";" ";" " +lieferant ;00507647;"Haromex Development GmbH ";" ";"Weihersfeld 45 ";" ";"41379 ";"Brggen ";"+49 2163 9573 0 ";" ";"+49 2163 9573 25 ";" " +lieferant ;00507648;"Krmer Getrnke GmbH & Co. KG ";" ";"Erlenweg 10 ";" ";"64665 ";"Alsbach-Hhnlein ";"06257 93700 ";" ";"06257 937010 ";" " +lieferant ;00507649;"SKECHERS USA, Inc. ";" ";"225 S SEPULVEDA BLVD ";" ";"90266-6825";"MANHATTAN BEACH ";" ";" ";" ";" " +lieferant ;00507650;"Champion Europe S.r.l. ";" ";"Via dell'Agricoltura 51 ";" ";"41012 ";"Carpi (Mo) ";"+39-0596259001 ";" ";" ";" " +lieferant ;00507651;"Daddy's Daughters e.U. ";" ";"Gusswerk Haus 8 ";" ";"5020 ";"Salzburg ";"+43 660 46 00 975 ";" ";" ";" " +lieferant ;00507652;"Magir S.r.l. ";" ";"Via A. Saffi, 132 ";" ";"21100 ";"Varese ";"+39 0332 226038 ";" ";"+39 0332 223519 ";" " +lieferant ;00507653;"Gondolino GmbH ";" ";"Bhlstr. 4 ";" ";"95463 ";"Bindlach ";"+49 (9208) 51266 ";" ";"+49 (9208) 5138266 ";" " +lieferant ;00507654;"Kelma International S.r.l. ";" ";"Via Leonardo da Vinci n. 41 ";" ";"37138 ";"Verona ";"+39 030 8088450 ";" ";"+39 030 8088451 ";" " +lieferant ;00507655;"Magnolia Clothing SL ";"MEISIE ";"Immaculada 66 ";" ";"08017 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00507656;"Andreas Hentsch Textilhandel & Distribut";" ";"Wilthener Strae 44 ";" ";"02625 ";"Bautzen ";" ";" ";" ";" " +lieferant ;00507657;"surry bulga GmbH ";" ";"Stuttgarter Str. 65 ";" ";"71556 ";"Weissach im Tal ";" ";" ";" ";" " +lieferant ;00507658;"Alpe Sport S.L. ";" ";"Camino del Monte, s/n ";" ";"45513 ";"Santa Ceuz del Retamar - Toledo ";"034639587496 ";" ";" ";" " +lieferant ;00507659;"Gude Sales GmbH ";" ";"Waldstrae 79L ";" ";"64846 ";"Gro-Zimmern ";"06071 95 11 22 ";" ";" ";" " +lieferant ;00507660;"Carinhoso GLOBO B.V ";" ";"Schutweg 13c ";" ";"5145 NP ";"Waalwijk ";"0031-416-272572 ";" ";"0031-416-278172 ";" " +lieferant ;00507661;"Erich Werkmeister GmbH & Co. KG ";" ";"Siebenstcken 3-5 ";" ";"24558 ";"Henstedt-Ulzburg ";"04193 77946-0 ";" ";"04193 77946-99 ";" " +lieferant ;00507662;"Rssle & Wanner GmbH ";" ";"Ulrichstr. 102 ";" ";"72116 ";"Mssingen ";"+49 7473 7012-0 ";" ";"+49 7473 7012-78 ";" " +lieferant ;00507663;"Maison Labiche ";" ";"5 Rue d'Aboukir ";" ";"75002 ";"Paris ";"+33 983 715833 ";" ";" ";" " +lieferant ;00507664;"S12 GmbH ";" ";"Seidlstr. 25 ";" ";"80335 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507665;"UND GRETEL Naturkosmetik GmbH ";" ";"Winsstrae 62-63 ";" ";"10405 ";"Berlin ";"+49 30 2909 6881 ";" ";"+49 30 2809 6882 ";" " +lieferant ;00507666;"Matt & Nat ";"Division of Matt & Nat UK ";"23 Shackleton Court, 2 Martime Quay ";" ";"E143QF ";"London QC ";" ";" ";" ";" " +lieferant ;00507667;"Albrecht & Dill Cosmetics GmbH Hamburg ";" ";"Brandstcken 16 ";" ";"22549 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507668;"Freude am Genuss GmbH ";" ";"Hauptstr. 21 ";" ";"97355 ";"Wiesenbronn ";"+49 931 32095237 ";" ";" ";" " +lieferant ;00507669;"Schramm Werksttten GmbH ";" ";"Am Stunden stein 1 ";" ";"67722 ";"Winnweiler ";"0 63 02 / 92 36 0 ";" ";"0 63 02 / 92 36 999 ";" " +lieferant ;00507670;"Traumduft GmbH ";" ";"Reiherweg 12a ";" ";"50259 ";"Pulheim ";"+49 2238 943010 ";" ";"+49 2238 9430120 ";" " +lieferant ;00507671;"MyPremium Brands GmbH ";" ";"Rosenfelder Str. 3 ";" ";"72336 ";"Balingen ";" ";" ";" ";" " +lieferant ;00507672;"FS Fashion GmbH ";" ";"Emscherstrasse 18 ";" ";"45891 ";"Gelsenkirchen ";" ";" ";" ";" " +lieferant ;00507673;"Contemporary Bags & Accessoaries srl ";" ";"via Pistoiese, 245 ";" ";"50145 ";"Florence ";" ";" ";" ";" " +lieferant ;00507674;"Heaven 7 passion trade GmbH ";" ";"Neuer Hltigbaum 20 ";" ";"22143 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507675;"Maquis Import ";" ";"Dorpstraat 34 ";" ";"6931 BJ ";"Westervoort ";" ";" ";" ";" " +lieferant ;00507676;"Kirchner GmbH ";" ";"Strae ";" ";"55232 ";"Alzey ";" ";" ";" ";" " +lieferant ;00507688;"wedo sales GmbH ";" ";"Am Weilerhof 18 ";" ";"40668 ";"Meerbusch ";" ";" ";" ";" " +lieferant ;00507689;"Co-Concept nv sa ";" ";"Kapellei 12 ";" ";"2900 ";"Schoten ";" ";" ";" ";" " +lieferant ;00507690;"Gerolf Karwen ";" ";"Hauptstrasse 74c ";" ";"25482 ";"Appen ";" ";" ";" ";" " +lieferant ;00507695;"The Body Cover Group ";"Second Generation Holding bv ";"Gragtmansstraat 5 ";" ";"5145 RA ";"Waalwijk ";"+31 (0)416 66 80 80 ";" ";"+ 31 (0)416 66 80 94 ";" " +lieferant ;00507982;"BOHL International Textile Solution GmbH";" ";"Hanns-Martin-Schleyer-Str. 34 ";" ";"47877 ";"Willich ";"02161/63985900 ";" ";"02161/63985902 ";" " +lieferant ;00507983;"Cero & Etage A/S ";" ";"Indutrivej 8 ";" ";"8660 ";"Skanderborg ";" ";" ";" ";" " +lieferant ;00507984;"Luxury Childrens Brands ";" ";"Deliska Vodenitsa str. Bl.330Entr.A Fl.3";" ";"1582 ";"Sofia ";" ";" ";" ";" " +lieferant ;00507985;"Karabel Home Company GmbH ";" ";"Carl-Von-Ossietzky-Str. 39 ";" ";"59302 ";"Oelde ";" ";" ";" ";" " +lieferant ;00507986;"F2P Italia S.r.l. ";" ";"Via Masaccio ";" ";"50129 ";"Firenze ";" ";" ";" ";" " +lieferant ;00507987;"Julimex Jrgen Strobel ";" ";"Am Taubenacker 22 ";" ";"56459 ";"Mhren ";" ";" ";" ";" " +lieferant ;00507988;"Duno srl ";" ";"Via Limitese 102/A ";" ";"50059 ";"Vinci ";" ";" ";" ";" " +lieferant ;00507989;"Jill & Mitch eksept ";" ";"Burgemeester Burgslaan 40a ";" ";"5245NH ";"Rosmalen ";" ";" ";" ";" " +lieferant ;00507990;"Modedesign Caroline Luisa Klein ";"Phil & Lui ";"Belgradstr. 64 ";" ";"80804 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507991;"Champion Products Europe Ltd ";" ";"Blanchardstown Corporate Park ";" ";"2 D15 ";"Dublin ";" ";" ";" ";" " +lieferant ;00507992;"Woolrich Footwear S.r.l. ";" ";"Via Umberto Intorbida 13 ";" ";"63814 ";"Torre San Patrizia (FM) ";" ";" ";" ";" " +lieferant ;00507993;"Genfoot Europe B.V. ";" ";"Declarantenweg 26 ";" ";"5915 ";"PH Venlo ";" ";" ";" ";" " +lieferant ;00507994;"In front Ap S ";" ";"Marienunds Alle 4 ";" ";"7430 ";"Ikast ";" ";" ";" ";" " +lieferant ;00507995;"Unique Distribution Frotscher & Schmidt ";" ";"Mahdentalstr. 108 ";" ";"71065 ";"Sindelfingen ";"+49 (0) 7031 4286177 ";" ";"+49 (0) 7031 4284069 ";" " +lieferant ;00507996;"MBP Industries SRL ";" ";"Piazza Buonarroti, 32 ";" ";"20145 ";"Mailand ";" ";" ";" ";" " +lieferant ;00507997;"Bauer Fashion GmbH ";" ";"Hauptstr. 130 ";" ";"63849 ";"Leidersbach ";" ";" ";" ";" " +lieferant ;00507998;"Calzaturificio Paoli S.r.l. ";" ";"Via Valletti, Z.I. Le Boccette ";" ";"55041 ";"Capezzano Pianore (Lucca) ";" ";" ";" ";" " +lieferant ;00508807;"SPW Germany GmbH ";" ";"Am Moosfeld 97 ";" ";"81829 ";"Mnchen ";"089/3589273-0 ";" ";"089/3589273-10 ";" " +lieferant ;00508808;"City Design ";" ";"65 AVE Victor Uhgo ";" ";"93300 ";"Aubervilliers ";" ";" ";" ";" " +lieferant ;00508809;"Trois KA ";" ";"80-82 Rue Du Chemin Vert ";" ";"75011 ";"Paris ";" ";" ";" ";" " +lieferant ;00508810;"Del Duca s.r.l. ";" ";"Via G. Di Vittorio, 10 - Z.I. Terrafino ";" ";"50053 ";"Empoli (FI) ";"+39-0571/946743 ";" ";"+39-0571/946743 ";" " +lieferant ;00508811;"One Way s.r.l. ";" ";"Via Strade die Mezzo n 18 ";" ";"61039 ";"San Costanzo ";" ";" ";" ";" " +lieferant ;00508812;"Pedro Garcia ";" ";"pol.campo alto, c/italia 46 ";" ";"3600 ";"Elda, Alicante ";" ";" ";" ";" " +lieferant ;00508813;"S.A.R.L. Jinex ";" ";"5 AVE Victor Hugo, AT 236 Lot 13 ";" ";"93300 ";"Auberviliers ";" ";" ";" ";" " +lieferant ;00508814;"ABUS August Bremicker Shne KG ";" ";"Altenhofer Weg 25 ";" ";"58300 ";"Wetter ";" ";" ";" ";" " +lieferant ;00508815;"ASWO International Service GmbH ";" ";"Riesweg 1 ";" ";"31036 ";"Eime ";" ";" ";" ";" " +lieferant ;00508816;"ALSO Actebis GmbH ";" ";"Lange Wende 43 ";" ";"59494 ";"Soest ";" ";" ";" ";" " +lieferant ;00508817;"B&W Group Germany GmbH ";" ";"Kleine Heide 12 ";" ";"33790 ";"Halle/ Westf ";" ";" ";" ";" " +lieferant ;00508818;"ak tronic Software & Services GmbH ";" ";"Am Steinkreuz 65 ";" ";"48369 ";"Saerbeck ";"02574/927-0 ";" ";"02574/927-11100 ";" " +lieferant ;00508819;"Alessi Deutschland GmbH ";" ";"Ludwigstrae 11 ";" ";"80539 ";"Mnchen ";"089/20602880 ";" ";" ";" " +lieferant ;00508820;"Batteriebetrieb Anderssohn ";" ";"Kapellenweg 4b ";" ";"89284 ";"Pfaffenhofen ";" ";" ";" ";" " +lieferant ;00508821;"Robert Bosch Hausgerte GmbH ";"Vertriebszentraum Nord-Hamburg (HBG) ";"Borsteler Chaussee 51 ";" ";"22453 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00508822;"Bose GmbH ";" ";"Max-Planck-Str. 36 ";" ";"61381 ";"Friedrichsdorf ";" ";" ";" ";" " +lieferant ;00508823;"Bovictus A/S ";" ";"Hjarbeaekvej 65 ";" ";"8831 ";"Logstrup ";" ";" ";" ";" " +lieferant ;00508824;"Brabantia International BV ";" ";"De Haak 14 ";" ";"5555 ";"XK Valkenswaard ";" ";" ";" ";" " +lieferant ;00508825;"Burkart GmbH ";" ";"Bremer Strasse 54 ";" ";"90765 ";"Frth ";" ";" ";" ";" " +lieferant ;00508826;"Brilliant AG ";" ";"Brilliantstr. 1 ";" ";"27442 ";"Gnarrenburg ";"04763/89-0 ";" ";"04763/89-171 ";" " +lieferant ;00508827;"Constructa-Neff Vertriebs-GmbH ";" ";"Carl-Wery-Strae 34 ";"83 01 01 ";"81739 ";"Mnchen ";"089/4590-04 ";" ";" ";" " +lieferant ;00508828;"Club Rotes Kliff Gaststtten GmbH ";" ";"Braderuper Weg 3 ";" ";"25999 ";"Kampen/ Sylt ";" ";" ";" ";" " +lieferant ;00508829;"Dekowe GmbH & Co. KG ";" ";"Im Heetwinkel 72 ";" ";"46514 ";"Schermbeck ";"02853/857920 ";" ";" ";" " +lieferant ;00508830;"Flux Design Products GmbH ";" ";"Gustav-Kirchhoff-Strae 31 ";" ";"67098 ";"Bad Drkheim ";"06322/9548-0 ";" ";"06322/9548-28 ";" " +lieferant ;00508831;"Fakir-Hausgerte GmbH ";" ";"Industriestr. 6 ";" ";"71665 ";"Vaihingen/Enz ";"07042/912-0 ";" ";"07042/912-351 ";" " +lieferant ;00508832;"GGV Handelsgesellschaft mbH & Co KG ";" ";"August-Thyssen-Strae 8 ";" ";"41564 ";"Kaarst-Holzbttgen ";" ";" ";" ";" " +lieferant ;00508833;"Gazelle GmbH ";" ";"Holtweg 63 ";" ";"41379 ";"Brggen ";" ";" ";" ";" " +lieferant ;00508834;"zz~Hermann Hartje KG (luft aus, 504921)";" ";"Deichstr. 120 - 122 ";" ";"27318 ";"Hoya/ Weser ";" ";" ";" ";" " +lieferant ;00508835;"Hasbro European Trading BV ";" ";"Strawinskylaan 1261 ";" ";"1077 XX ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00508836;"Karat Im- und Export Gesellschaft mbH ";" ";"An der Molkerei 10 ";" ";"47551 ";"Bedburg-Hau ";" ";" ";" ";" " +lieferant ;00508837;"Walter Kluxen GmbH ";"Elektro-Fachgrohandel ";"Helbingstrae 64 ";" ";"22047 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00508838;"Korsch Verlag GmbH & Co. KG ";" ";"Landsberger Str. 77 ";" ";"82205 ";"Gilching ";"08105/3763-0 ";" ";"08105/3763-1044 ";" " +lieferant ;00508839;"Liebherr Hausgerte Ochsenhausen GmbH ";" ";"Memminger Strasse 77-79 ";" ";"88416 ";"Ochsenhausen ";" ";" ";" ";" " +lieferant ;00508840;"Loewe-Opta GmbH ";" ";"Industriestr. 11 ";" ";"98317 ";"Kronach ";" ";" ";" ";" " +lieferant ;00508841;"Designer Homeware Distribution GmbH ";" ";"Sametwiesen 2 ";" ";"34431 ";"Marsberg ";" ";" ";" ";" " +lieferant ;00508842;"Miele & Cie. KG ";" ";"Carl-Miele-Strae 29 ";" ";"33332 ";"Gtersloh ";"05241/89-0 ";" ";"05241/89-2090 ";" " +lieferant ;00508843;"Mitron Watch GmbH ";" ";"Ehrensberg 82 ";" ";"87764 ";"Legau ";" ";" ";" ";" " +lieferant ;00508844;"Osram GmbH ";" ";"Hellabrunner Strae 1 ";" ";"81543 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00508845;"pieperconcept GmbH & Co KG ";" ";"Ohsener Strae 84 ";" ";"31789 ";"Hameln ";" ";" ";" ";" " +lieferant ;00508846;"WMF Consumer Electric GmbH ";" ";"Messerschmittstrasse 4 ";" ";"89343 ";"Jettingen-Scheppach ";" ";" ";" ";" " +lieferant ;00508847;"Prophete GmbH & Co. KG ";" ";"Lindenstrae 50 ";" ";"33378 ";"Rheda-Wiedenbrck ";"05242/41080 ";" ";"05242/49257 ";" " +lieferant ;00508848;"Ringfoto GmbH & Co ALFO Marketing KG ";" ";"Benno-Strau-Str. 39 ";" ";"90763 ";"Frth ";" ";" ";" ";" " +lieferant ;00508849;"Raleigh Univega GmbH ";" ";"Siemensstrae 1-3 ";" ";"49661 ";"Cloppenburg ";" ";" ";" ";" " +lieferant ;00508850;"Samsung Electronics GmbH ";" ";"Am Kronberger Hang 6 ";" ";"65824 ";"Schwalbach ";" ";" ";" ";" " +lieferant ;00508851;"Stein & Co. GmbH (SEBO) ";" ";"Wlfrather Str. 47-49 ";" ";"42553 ";"Velbert ";"02053/8981 ";" ";"02053/8985 ";" " +lieferant ;00508852;"Sennheiser VS GmbH & Co KG ";" ";"Kars-Wiechert-Allee 76a ";" ";"30625 ";"Hannover ";" ";" ";" ";" " +lieferant ;00508853;"SHARP Electronics Europe GmbH ";" ";"Sonninstr. 3 ";" ";"20097 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00508854;"SEG Hausgerte GmbH ";" ";"Carl-Wery-Str. 34 ";" ";"81739 ";"Mnchen ";"089/4590-09 ";" ";"089/4590-2347 ";" " +lieferant ;00508855;"Sigor Licht GmbH ";" ";"Eichenhofer Weg 81 ";" ";"42279 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00508856;"Sieper GmbH ";" ";"Schlittenbacher Strae 60 ";" ";"58511 ";"Ldenscheid ";"02351/876-0 ";" ";"02351/876-166 ";" " +lieferant ;00508857;"Sony Europe Limited ";"Zweigniederlassung Deutschland ";"Kemperplatz 1 ";" ";"10785 ";"Berlin ";" ";" ";" ";" " +lieferant ;00508858;"Sonoro Audio GmbH ";" ";"Unter Goldschmied 6 ";" ";"50667 ";"Kln ";" ";" ";" ";" " +lieferant ;00508859;"Spectral Audio Mbel GmbH ";" ";"Robert-Bosch-Str. 1-5 ";" ";"74385 ";"Pleidelsheim ";" ";" ";" ";" " +lieferant ;00508860;"Syltiges.de ";" ";"Boysenstr. 13 ";" ";"25980 ";"Sylt/ Westerland ";" ";" ";" ";" " +lieferant ;00508861;"Sylter Shanty-Chor Bruno Lubowski ";"Tontrgerverwaltung ";"Westerland ";" ";"25966 ";"Sylt ";" ";" ";" ";" " +lieferant ;00508862;"Steba Elektrogerte GmbH & Co. KG ";" ";"Pointstrae 2 ";" ";"96129 ";"Strullendorf ";"09543/449-0 ";" ";"09543/449-19 ";" " +lieferant ;00508863;"TAD-Audiovertrieb ";" ";"Gutendorf 14 ";" ";"93471 ";"Ambruck ";" ";" ";" ";" " +lieferant ;00508864;"Transact Elekt. Zahlunssysteme GmbH ";" ";"Fraunhoferstr. 10 ";" ";"82152 ";"Martinsried ";" ";" ";" ";" " +lieferant ;00508865;"Unimet Zentrallager Nord GmbH & Co ";" ";"An der Autobahn 29-33 ";" ";"28876 ";"Oyten ";" ";" ";" ";" " +lieferant ;00508866;"Unold AG ";" ";"Mannheimer STrae 4 ";" ";"68757 ";"Hockenheim ";" ";" ";" ";" " +lieferant ;00508867;"Various Volker Mielsch GmbH ";" ";"Stormarnstrae 28 ";" ";"21465 ";"Reinbeck ";" ";" ";" ";" " +lieferant ;00508868;"Walzer El. Vertriebsgesellschaft mbH ";" ";"Kaiserstr. 297 ";" ";"47178 ";"Duisburg ";" ";" ";" ";" " +lieferant ;00508869;"M. Westermann & Co. GmbH (WESCO) ";" ";"Bahnhofstrae 205 ";" ";"59759 ";"Arnsberg ";"02932/476-0 ";" ";"02932/476-55 ";" " +lieferant ;00508870;"Witte GmbH ";" ";"Schleswiger Strae 93 ";" ";"24941 ";"Flensburg ";" ";" ";" ";" " +lieferant ;00508871;"ZACK GmbH ";" ";"Im Hegen 5 ";" ";"22113 ";"Oststeinbek ";" ";" ";" ";" " +lieferant ;00508872;"Hausgerte-Kundendienst ";" ";"Borderstras. 28 ";" ";"25980 ";"Sylt ";" ";" ";" ";" " +lieferant ;00508873;"Gigaset Communications GmbH ";" ";"Frankenstr. 2 ";" ";"46395 ";"Bocholt ";" ";" ";" ";" " +lieferant ;00508874;"SKY Vision Satelittentechnik GmbH ";" ";"Dorfstr. 3-8 ";" ";"38179 ";"Schwlper ";" ";" ";" ";" " +lieferant ;00508875;"Betron AG ";" ";"Carl-Benz-Str. 3 ";" ";"78467 ";"Konstanz ";" ";" ";" ";" " +lieferant ;00508876;"Schnepel GmbH & Co KG ";" ";"Ellerkampstrase 79 ";" ";"32609 ";"Hllhorst ";" ";" ";" ";" " +lieferant ;00508877;"Krups GmbH ";" ";"Herrnrainweg 5 ";"10 16 64 ";"63067 ";"Offenbach/Main ";"069/8504-0 ";" ";"069/8504-530 ";" " +lieferant ;00508878;"Spotlight KG (GmbH&Co) ";" ";"Biedenkamp 9 ";" ";"21509 ";"Glinde ";" ";" ";" ";" " +lieferant ;00508879;"Studio 102 Thomas Koch ";" ";"Bahnhofstr. 7 ";" ";"66953 ";"Pirmasens ";" ";" ";" ";" " +lieferant ;00508880;"Hydro Flask ";" ";"525 NW York Dr. ";" ";"OR 97703 ";"Bend ";" ";" ";" ";" " +lieferant ;00508881;"zz~FLSK Products GmbH (507359 nutzen) ";" ";"Gollierstr. 70 ";" ";"80339 ";"Mnchen ";"089 85633346 ";" ";" ";" " +lieferant ;00508882;"Quantum Courage GmbH & Co. KG ";" ";"Gsteigstr. 16 ";" ";"82467 ";"Garmisch-Partenkirchen ";"+49 (0) 8821 948401 ";" ";"+49 (0) 8821 948402 ";" " +lieferant ;00508883;"Ina Kent ";" ";"Stuckgasse 7/1 ";" ";"1070 ";"Wien ";"+43 (0) 699 16 03 44 88 ";" ";" ";" " +lieferant ;00508884;"Line One GmbH ";" ";"Sanddornweg 1 ";" ";"49377 ";"Vechta ";" ";" ";" ";" " +lieferant ;00508885;"Ju' Sto srl ";" ";"Via del Progresso 12 ";" ";"35010 ";"Vigonza (PD) ";" ";" ";" ";" " +lieferant ;00508886;"Anno Domini Design Inh. Bernhard Weber ";" ";"Postweg 4 ";" ";"83123 ";"Amerang ";" ";" ";" ";" " +lieferant ;00508888;"Agentur Fietz ";" ";"Thumenberger Weg26 ";" ";"90491 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00508889;"Sanjeev 1979 Ltd. ";" ";"140 Cheetham Jill Road ";" ";"M8 8PZ ";"Manchester ";" ";" ";" ";" " +lieferant ;00508890;"Quai Sud SARL ";" ";"Avenue de Madrid, Parc d'Activits de Si";" ";"83030 ";"Toulo Cedex 9 ";" ";" ";" ";" " +lieferant ;00508891;"StaffS.r.l. ";" ";"Via Einaudi, 29 ";" ";"10024 ";"Moncalieri (TO) ";"0116407323 ";" ";"011641298 ";" " +lieferant ;00508892;"Haug Fashion Agency GmbH ";" ";"Frankfurter Ring 150 ";" ";"807070 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00508893;"iAccess Coorpation Limited ";" ";"Unit 12, Block E, Euro Bussiness Park ";" ";". ";"Co Cork ";"+353 21 4354564 ";" ";" ";" " +lieferant ;00508894;"Lunaplena Calcados, Lda. ";" ";"Rua Nicolau Coelho No 2729 ";" ";"4610-733 ";"Sendim Feldgueiras ";" ";" ";" ";" " +lieferant ;00508895;"Fond of GmbH ";" ";"Vogelsanger Str. 78 ";" ";"50823 ";"Kln ";"0221 539 705 100 ";" ";" ";" " +lieferant ;00508896;"Espico GmbH ";" ";"Jahnstr. 15 ";" ";"97348 ";"Rdelsee ";" ";" ";" ";" " +lieferant ;00508897;"Albert L. (punkt), Sandra Schrder ";" ";"Bleickenallee 19 ";" ";"22763 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00508898;"Lemex Uhren GmbH ";" ";"Freiburger Str. 7 ";" ";"75179 ";"Pforzheim ";"07231 58953-0 ";" ";"07231 58953-60 ";" " +lieferant ;00508899;"Focus Interntional Ltd. ";" ";"Ashley Point, Ashley Road, St. Albans ";" ";"AL1 5UB ";"Hershire ";" ";" ";" ";" " +lieferant ;00575980;"OK Hungarian Gloves KV ";" ";"Lahti 9 ";" ";"7632 ";"Pees ";" ";" ";" ";" " +lieferant ;00575981;"Gawol GmbH ";" ";"Am Schferrain 2 - 4 ";" ";"76437 ";"Rastatt ";"+49 7222 7879930 ";" ";"+49 7222 7879956 ";" " +lieferant ;00575982;"Salon Accessoires GmbH ";" ";"Maingasse 8 ";" ";"97236 ";"Randersacker ";"+49 ";" ";"80499815 ";" " +lieferant ;00575983;"Marie-Louise Engler ";" ";"Knigsteiner Strasse 48 ";" ";"65929 ";"Frankfurt ";"+49 69 333322 ";" ";"+49 69 333390 ";" " +lieferant ;00575984;"Kimmy Jeans ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"+49 40 5505810 ";" ";"+49 40 5592687 ";" " +lieferant ;00575985;"COMERCIAL LOSAN S.L.U. ";"Ctra. Alcaiz s/n ";"Pol.Ind.Los Arcos ";" ";"50700 ";"Caspe, Zaragoza ";"+34 976 639 000 ";" ";"+34 976 632 391 ";" " +lieferant ;00575986;"Confezioni Lerario s.r.l. ";"Tagliatore Napoli ";"Via Mottola km 2,200/ Zona Industriale ";" ";"74015 ";"Martuba Franca (TA) ";"+39 080 4857175 ";" ";"+39 080 4857190 ";" " +lieferant ;00575987;"Compagnie des Etoffes Paris - CDEP ";" ";"Rue Raspail 32 ";" ";"93120 ";"La Courineuve ";"+33 148397000 ";" ";"+33 148397001 ";" " +lieferant ;00575988;"Hotline Ultra Enterprises Ltd. ";"Europe Headquaters ";"Tamar House ";" ";"PL146PJ ";"St. Noet ";" ";" ";" ";" " +lieferant ;00575989;"Gerwi UG ";" ";"Am Schwarzbach 47 ";" ";"45731 ";"Waltrop ";"02309/9606-0 ";" ";"02309/9606-29 ";" " +lieferant ;00575990;"C-J Spies GbR ";"Alpha Fashion ";"Hangstrasse 1 ";" ";"33659 ";"Bielefeld ";"+49 521 4943261 ";" ";"+49 521 494711 ";" " +lieferant ;00575991;"Dernamaria srl ";"Ermanno Scervino ";"Viale Micheangilolo 74 ";" ";"50125 ";"Firenze ";"+39 55 6580620 ";" ";"+39 55 6580535 ";" " +lieferant ;00575992;"Sports Equipment GmbH ";" ";"Friedrich-List-Str. 56 ";" ";"72805 ";"Lichtenstein ";"+49 7129 5123 ";" ";"+49 7129 5124 ";" " +lieferant ;00575993;"ChrisMedia GmbH ";" ";"Robert-Bosch-Strasse 10 ";"1115 ";"33460 ";"Staufenberg ";" ";" ";" ";" " +lieferant ;00575994;"Il Rustico Trend Spa ";" ";"Via Nuova 27 ";" ";"55060 ";"Guamo (Lucca) ";" ";" ";" ";" " +lieferant ;00575995;"BOOT-DOC Handels GesmbH ";" ";"Wirtschaftspark C10 ";" ";"8940 ";"Liezen ";"+43-3612/22373 ";" ";"+43-3612/22466 ";" " +lieferant ;00575996;"kidneykaren Handels-GmbH & Co. KG ";"Inh. Claas Kauenhowen ";"Leuschnerdamm 13, Etage I / Aufgang II ";" ";"10999 ";"Berlin ";"030/24085793 ";" ";"030/24085794 ";" " +lieferant ;00575997;"Fischer-Moden GmbH ";" ";"Marktstr. 32 ";" ";"73230 ";"Kirchheim/ Teck ";"+497021970610 ";" ";" ";" " +lieferant ;00575998;"KOI International B.V. (Kings of Indigo)";" ";"Johan van Hasseltweg 27 ";" ";"1021 KN ";"Amsterdam ";"+31-20/5095557 ";" ";" ";" " +lieferant ;00600743;"Arma Leder B.V. ";" ";"Stevinstraat 7 C ";" ";"01171 ";"Xw Badhoevedorp ";" ";" ";" ";" " +lieferant ;00601303;"Beby ";" ";"Via Bellini 91 ";" ";"51031 ";"Agliano Pt ";" ";" ";" ";" " +lieferant ;00601444;"Maglificio Belmondi ";" ";"Via Lama, 4 ";" ";"41012 ";"Carpi (Mo) ";"00390/59695251 ";" ";"00390/59641346 ";" " +lieferant ;00601816;"Birand Giyim Sanayi Ve Ticar. ";" ";"YALNIZ SELVI C29 ";" ";"81440 ";"SOGANLIK KARTAL ";" ";" ";" ";" " +lieferant ;00601840;"Bivio S.R.L. ";" ";"Via Della Chimica, 24 ";" ";"41012 ";"Carpi (Mo) ";" ";" ";" ";" " +lieferant ;00601874;"Blue Jeans S.R.L. ";" ";"Via Antonio Salieri, 1 ";" ";"37050 ";"Vallese Di Oppeano ";" ";" ";" ";" " +lieferant ;00602145;"Brugi S.P.A. ";" ";"Via Fleming 7 ";" ";"37135 ";"Verona ";" ";" ";" ";" " +lieferant ;00602195;"Buddemeyer S.A. ";" ";"Rua Joa Hoffmann 142 ";" ";"89290 ";"Sao Bento Do Sul - Sc ";" ";" ";" ";" " +lieferant ;00602525;"Carcemal ";" ";"LUGAR DO MONTE GILMONDE ";" ";"4751 ";"BARCELOS CODEX ";" ";" ";" ";" " +lieferant ;00602715;"Central Project S.R.L. ";" ";"Via Risorgimento, 41 ";" ";"37068 ";"Vigasio (Vr) ";" ";" ";" ";" " +lieferant ;00603200;"Maglificio Copelli S.P.A. ";" ";"Viale de Amicis 3/A ";" ";"41012 ";"Carpi (MO) ";" ";" ";" ";" " +lieferant ;00603599;"Dardano ";" ";"Via Degli Artigiani, 35 ";" ";"41036 ";"Medolla (Modena) ";"00390/535660811 ";" ";"00390/535660800 ";" " +lieferant ;00603680;"De Dentelles Darquer ";" ";"56, Rue Des 4 Coins ";" ";"62102 ";"Calais ";" ";" ";" ";" " +lieferant ;00603755;"Debo ";" ";"Parmentierweg 7 ";" ";"05657 ";"EH Eindhoven ";" ";" ";" ";" " +lieferant ;00604068;"L.P. Di Lazzari Imra Pasini ";" ";"Via Caschino, 15 ";" ";"25080 ";"Vallio Terme (Bs) ";"0365/370025 ";" ";"0365/370273 ";" " +lieferant ;00604555;"Effebi Maglierie S.R.L. ";" ";"Via A.De Gasperi 28/38 ";" ";"42012 ";"Campagnola ";"00390/522669361 ";" ";"00390/522663418 ";" " +lieferant ;00604696;"Emi - Maglia S.R.L. ";" ";"Zona Industriale ";" ";"35044 ";"Montagnana (Padova) ";" ";" ";" ";" " +lieferant ;00604969;"Eskimo Textil AG ";" ";"Tsstalstrasse 48a ";" ";"8488 ";"Turbenthal ";"+41-52/39620-10 ";" ";"+41-52/39620-11 ";" " +lieferant ;00605115;"Euro S.R.L. ";" ";"V. Campogrande N.94/96 ";" ";"42047 ";"Rolo (Re) ";" ";" ";" ";" " +lieferant ;00605561;"Fatto ";" ";"Kisglasi Karsisi ";" ";"81270 ";"Alemdag-Istanbul ";" ";" ";" ";" " +lieferant ;00605644;"Felpos Bomdia ";" ";"Gurmaraes Matrie-Nr.742 ";" ";"04815 ";"Caldas De Vizela ";"00351/253489300 ";" ";"00351/253585260 ";" " +lieferant ;00605652;"Fenis ";" ";"Zo. Ind.Le Ravingliano ";" ";"64013 ";"Corropoli (Te) ";"0039/861/839040 ";" ";"0039/861/839066 ";" " +lieferant ;00606585;"Gimar Confezioni Spa ";" ";"Via Guglielmi ";" ";"74015 ";"Martina Franca ";" ";" ";" ";" " +lieferant ;00606692;"Cockpit ";" ";"Kisla Cad.No. 21/2 ";" ";"34150 ";"Topcular Istanbul ";" ";" ";" ";" " +lieferant ;00606741;"Globotex s.r.l. ";" ";"Via Zambona, 25 ";" ";"37031 ";"Illasi Verona ";"045/7833288 ";" ";"045/7834420 ";" " +lieferant ;00606874;"Gollner ";" ";"Rohrbacher Str.7 ";" ";"4184 ";"Helfenberg ";" ";" ";" ";" " +lieferant ;00607997;"Impact Textiles ";" ";"Rijksweg 81a ";" ";"01411 ";"Ge Naarden ";" ";" ";" ";" " +lieferant ;00608177;"Insieme s.r.l. ";" ";"Della Resistenza 11/a ";" ";"22075 ";"Lurate Caccivio (CO) ";"+39-031/492851 ";" ";"+39-031/390062 ";" " +lieferant ;00608276;"Intertex S.R.L. ";" ";"Via Bedesco, 420 ";" ";"24033 ";"Calusco D`Adda ";"+49 89 453040-0 ";" ";" ";" " +lieferant ;00608309;"Intime Trading BV ";" ";"DE STEIGER 185-187 ";" ";"01305 ";"Aa Almere-Haven ";" ";" ";" ";" " +lieferant ;00608763;"Jolo Konfektie B.V. ";" ";"Watertorenstraat 4 ";" ";"04921 ";"Xg Made ";" ";" ";" ";" " +lieferant ;00609323;"Kong Ngai Knitwear Fty 3/F.,Yu ";" ";"87HUNGTO ROAD,KWUNGTONG ";" ";"1 ";"KLN HONGKONG ";" ";" ";" ";" " +lieferant ;00609472;"La Cotonniere ";" ";"1, Rue Des Clefs ";" ";"68005 ";"Colmar ";" ";" ";" ";" " +lieferant ;00609480;"La Gidue S.P.A. ";" ";"Via Belleguardo, 17 ";" ";"25010 ";"Montirone (Bs) ";" ";" ";" ";" " +lieferant ;00609547;"La Signoria Di Firenze ";" ";"Via Di Lucciano ";" ";"50026 ";"S. Casciano V.P ";" ";" ";" ";" " +lieferant ;00609597;"Lai Wah Knitters Ltd. ";" ";"Nos. 21-33, Tai Lin Pai Road ";" ";"1 ";"Kwai Chung, N.T. ";" ";" ";" ";" " +lieferant ;00609654;"Laniel A.S. ";" ";"5 Bjornevej ";" ";"7700 ";"Thisted ";" ";" ";" ";" " +lieferant ;00609927;"Leitner Stifter Str. 25 ";" ";"STIFTERSTR. 25 ";" ";"1161 ";"ULRICHSBERG ";" ";" ";" ";" " +lieferant ;00610750;"Malu N.V. ";" ";"Nijverheidsstraat 29 ";" ";"02570 ";"Duffel ";" ";" ";" ";" " +lieferant ;00611427;"Milar S.P.A. ";" ";"Via G. Pastore 15/17 ";" ";"42046 ";"Reggiolo (Re) ";" ";" ";" ";" " +lieferant ;00611477;"Mirna Konfektie B.V. ";" ";"Kruisstraat 48 ";" ";"04926 ";"Ah Lage Zwaluwe ";" ";" ";" ";" " +lieferant ;00611542;"Moda 5 snc (Moda Cinque) ";" ";"Via C. Marx, 37 ";" ";"41012 ";"Carpi (MO) ";" ";" ";" ";" " +lieferant ;00611823;"Nanso Oy ";" ";"Tanhuankatu 2 ";" ";"37101 ";"Nokia ";"00358/20125800 ";" ";"00358/201258250 ";" " +lieferant ;00613184;"Calzificio Premier S.R.L. ";" ";"Via Garabaldi, 54 ";" ";"25082 ";"Botticino Sera (Bs) ";" ";" ";" ";" " +lieferant ;00614009;"Saffo S.P.A. ";" ";"Via Monte Bianco, 17 ";" ";"41012 ";"Carpi -Mo- ";"00390/59637111 ";" ";"00390/59641143 ";" " +lieferant ;00614075;"ISA Sallmann AG ";" ";"Weinfelderstr. 11 ";" ";"08580 ";"Amriswil ";"0041/714142444 ";" ";"0041/714142455 ";" " +lieferant ;00614710;"Serna Tekstil San. ve Tic.Ltd. ";" ";"Cad. Eryilmaz Sk.No.11 ";" ";"00000 ";"Icerenky-Istanbul ";"0090-216-5733837 ";" ";"0090-216-5723837 ";" " +lieferant ;00615172;"Sortel B.V. ";" ";"Hooge Zijde 7 ";" ";"5626 DC ";"Eindhoven ";" ";" ";" ";" " +lieferant ;00615247;"South Ocean Knitt.Ltd. ";" ";"850-870 Lai Chi Kok Rd ";" ";"00000 ";"Cheung Sha Wan,Kowloon ";"00852/23717111 ";" ";"00852/23108585 ";" " +lieferant ;00616120;"Tessillario S.P.A. ";" ";"Via Ticino, 4 ";" ";"22070 ";"Casnate (Como) ";" ";" ";" ";" " +lieferant ;00616865;"Trendo Limited ";" ";"Cham Centre 700, Castle Peak R ";" ";"00000 ";"Kowloon ";"00852-27 86 933 ";" ";"00852-274 47 738 ";" " +lieferant ;00616930;"Trever s.p.a. ";" ";"Via Monte Carega 25 ";" ";"37057 ";"S. Giovanni Lupatoto (VR) ";" ";" ";" ";" " +lieferant ;00617277;"Hugo Van Rooy ";" ";"Luchthavenweg 81/040 ";" ";"5657 EA ";"Eindhoven ";" ";" ";" ";" " +lieferant ;00618324;"Afasia Knits B.V. ";" ";"Stammerkamp 17 ";" ";"01112 ";"Ve Diemen ";"0031/20/6992601 ";" ";"0031/20/6957371 ";" " +lieferant ;00618325;"Interknits B.V. ";" ";"Monitorweg 53 ";" ";"1322 BK ";"Almere ";"+31-36/5488188 ";" ";"+31-36/5488199 ";" " +lieferant ;00618639;"Vossen GmbH & Co. KG ";" ";"Vossenlnde 1 ";"61 ";"8380 ";"Jennersdorf ";"+43/3329/400-0 ";" ";"+43/3329/400-95 ";" " +lieferant ;00618936;"Fancy Enterprises ";" ";"L-42, Connaught Circus ";" ";"11006 ";"5 NEW DELHI ";" ";" ";" ";" " +lieferant ;00619033;"David Fussenegger Textil GesmbH ";" ";"Wallenmahd 27 ";"PF 39 ";"6850 ";"Dornbirn ";"+43-5572/300 ";" ";"+43-5572/300-370 ";" " +lieferant ;00619034;"David Fussenegger ";" ";"Goldbachstrae 39 ";" ";"63739 ";"Aschaffenburg ";"06021/44489-0 ";" ";"06021/44489-29 ";" " +lieferant ;00619190;"Herka Qualittsfrott. ";" ";"Bachzeile 12 ";" ";"03851 ";"Kautzen ";" ";" ";" ";" " +lieferant ;00619637;"Northland Professional ";" ";"Am Sederanger 4 ";"22 ";"80538 ";"Mnchen ";"0043/316/7141770 ";" ";"0043/316/717206 ";" " +lieferant ;00619645;"Novelti Diffusion S.A. ";" ";"135, Rue Bara ";" ";"01070 ";"Brssel ";" ";" ";" ";" " +lieferant ;00620147;"Vilenzo ";" ";"Jules Verneweg 21 ";" ";"05015 ";"Be Tilburg ";" ";" ";" ";" " +lieferant ;00620270;"Peter Fabender ";" ";"Am Rehbach 6 ";" ";"46514 ";"Schermbeck ";"02856/980930-931 ";" ";"02856/980932 ";" " +lieferant ;00620379;"HS Home Fashion GmbH ";" ";"HORNSTR. 36 ";" ";"45964 ";"Gladbeck ";"02043/205733 ";" ";"02043/205734 ";" " +lieferant ;00620410;"Rich Power Trading Co.Ltd. Roo ";" ";"Asin-y 3 Road ";" ";"1 ";"TAIPEI ";" ";" ";" ";" " +lieferant ;00620428;"Fairbanks ";" ";"Bosfelder Weg 7 ";" ";"33378 ";"Rheda-Wiedenbrck ";" ";" ";" ";" " +lieferant ;00620618;"Gebr. Schulten ";" ";"Jakobistr. 7 ";" ";"46354 ";"Sdlohn-Oeding ";" ";" ";" ";" " +lieferant ;00620642;"Palmier ";" ";"2nd Floor 65 Whiteechapel Road ";" ";"00000 ";"DLJ ";" ";" ";" ";" " +lieferant ;00620676;"American Merchandise ";" ";"Vahrenwalder Str. 195 a ";" ";"30165 ";"Hannover ";"0511/3500023 ";" ";"0511/3500077 ";" " +lieferant ;00621103;"Jolo Fashion GmbH ";" ";"Hergenrderstr. 46 ";" ";"63069 ";"Offenbach ";"069-83837147 ";" ";" ";" " +lieferant ;00621179;"Schtte, Lueder & Leidenberg ";"GmbH & Co. KG ";"Erich-Khlmann-Str. 5 ";"101705 ";"28197 ";"Bremen ";"0421/52028-0 ";" ";"0421/52028-98 ";" " +lieferant ;00621228;"Palmers Deutschland GmbH & Co. KG ";"Lejaby Elixir Rasuel ";"Rommerskircher Str. 17 ";" ";"50739 ";"Kln ";"0221/979400-0 ";" ";"0221/7902311 ";" " +lieferant ;00621319;"Concept K ";"Gesellschaft fr Modevertrieb mbH ";"Seesener Str. 10-13 ";" ";"10709 ";"Berlin ";"030/896004-0 ";" ";"030/896004-157 ";" " +lieferant ;00621335;"Euro-Decor B.V. ";" ";"P.O. Box 60 ";"60 ";"01300 ";"AB Almere ";" ";" ";" ";" " +lieferant ;00621509;"KDH Cosmetics & Concepts ";" ";"Nappenhorn 6-10 ";"12 34 ";"25350 ";"Barmstedt ";"04123-903950 ";" ";"04123-903919 ";" " +lieferant ;00621608;"KLB Mode Vertriebs GmbH ";" ";"Postfach 544 ";"544 ";"63705 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00621625;"Sibella ";" ";"34 Engelwold Drive, Saxonwold ";" ";"2196 ";"Johannesburg ";"0027116468451 ";" ";" ";" " +lieferant ;00621707;"L+L Lieferservice und Logistik GmbH ";" ";"Rheinstrae 10 ";" ";"53560 ";"Vettelscho ";"02645/942-0 ";" ";"02645/942-701 ";" " +lieferant ;00622060;"Sport & Concept Handels Ges.mbH ";" ";"SCHAERDINGER STR. 5 ";" ";"4061 ";"PASCHING ";" ";" ";" ";" " +lieferant ;00622101;"Licht Konzepte ";" ";"Willsttterstr. 16 ";" ";"90449 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00622119;"Giro-Moda G. + R. Hppner ";" ";"RUHRTALSTR. 28 ";" ";"45239 ";"ESSEN-WERDEN ";" ";" ";" ";" " +lieferant ;00622408;"Molca Design GmbH ";" ";"Moerser Str. 164 ";" ";"47803 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00622606;"Plates GmbH Europe ";" ";"Postfach 16 18 ";"16 18 ";"33006 ";"Bad Driburg ";"05253/940235 ";" ";"05253/940326 ";" " +lieferant ;00622721;"Ascari ";" ";"De Steiger 86 ";" ";"01351 ";"AG Almere-Haven ";" ";" ";" ";" " +lieferant ;00622812;"Helitex ";" ";"Piazza S.G.Bosco, 5 ";" ";"70031 ";"Andria (BA) ";" ";" ";" ";" " +lieferant ;00622896;"Stackmann ";" ";"Lange Str. 39-41 ";" ";"21614 ";"Buxtehude ";" ";" ";" ";" " +lieferant ;00623076;"Mondo Moden GmbH ";" ";"Schlavenhorst 13 ";" ";"46395 ";"Bocholt ";"02871/217690 ";" ";"02871/21769-2 00 ";" " +lieferant ;00623307;"***Moden Simotex GmbH ";" ";"Mollenbachstr. 19 ";" ";"71229 ";"Leonberg ";" ";" ";" ";" " +lieferant ;00623331;"Ist Noize ";" ";"Bijmermeerrstraat ";" ";"02131 ";"HG Hoofdorp ";" ";" ";" ";" " +lieferant ;00623612;"Terrax Grohandels-GmbH ";" ";"Holtkamp 10 ";" ";"46286 ";"Dorsten ";"02866/256 ";" ";"02866/4490 ";" " +lieferant ;00623620;"zz~Leithuser Fashion GmbH & Co ";"Benvenuto ";"Heessener Str. 22-28 ";"19676 ";"59065 ";"Hamm ";"02381-68601 ";" ";"02381-686500 ";" " +lieferant ;00623670;"Kenny S. GmbH ";" ";"Hardtring 13 ";" ";"78333 ";"Stockach ";"07771/876-0 ";" ";"07771/876-415 ";" " +lieferant ;00623753;"Heinrich Sieber & Co. GmbH & Co. KG ";" ";"Am Kraftwerk 5 ";" ";"83435 ";"Bad Reichenhall ";"08651/6000-0 ";" ";"08651/6000-49 ";" " +lieferant ;00623878;"MBD Fashion AG Joye + Fun ";" ";"SCHEVENSTR. 19 ";" ";"45879 ";"GELSENKIRCHEN ";" ";" ";" ";" " +lieferant ;00623977;"Jupiter Bekleidung GmbH ";" ";"Bielefelder Str. 236 ";" ";"32052 ";"Herford ";"05221 / 979300 ";" ";"05521 / 979303 ";" " +lieferant ;00623993;"Modehaus Zinser ";" ";"Karlstr. 5-9 ";" ";"72072 ";"Tbingen ";" ";" ";" ";" " +lieferant ;00624008;"United Pink GmbH ";" ";"Breslauer Str. 6-8 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00624040;"Zuma Baby S.R.L. ";" ";"Corso E. De Nicola 40 ";" ";"80040 ";"Terzigno (NA) ";"081.529.72.63 ";" ";"081.828.10.41 ";" " +lieferant ;00624107;"Hmmerle ";" ";"Postfach 2 ";"2 ";"6850 ";"Dornbirn ";"0043/55-72399551 ";" ";"0043/55-72399501 ";" " +lieferant ;00624199;"Terry Asher ";" ";"Richardstr. 54-56 ";" ";"22081 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00624412;"Bauhaus-Weis ";" ";"Steinrottstr. 17 ";" ";"45899 ";"Gelsenkirchen ";"0209/518281 ";" ";"0209/518282 ";" " +lieferant ;00624438;"Lemar ";" ";"34 Cross Stramford Street ";" ";"99999 ";"BA ";" ";" ";" ";" " +lieferant ;00624595;"Brazil Warenhandels GmbH ";" ";"Gartenstr. 36 ";" ";"60596 ";"Frankfurt ";" ";" ";" ";" " +lieferant ;00625113;"NON STOP Modetextil Vertriebs GmbH ";" ";"Hindenburgstrae 160 ";" ";"22297 ";"Hamburg ";"040/656854-0 ";" ";"040/657092-0 ";" " +lieferant ;00625197;"Cracker Fashion GmbH ";" ";"Hans-Martin-Str. 91 ";" ";"47877 ";"Willich ";" ";" ";" ";" " +lieferant ;00625212;"Frank Eden -Men- ";" ";"Jakobistr. 7 ";" ";"46354 ";"Sdlohn ";" ";" ";" ";" " +lieferant ;00625262;"Joh. Gottfr. Schtte ";" ";"Bornstr. 16-17 ";" ";"28195 ";"Bremen ";"0421/3042226 ";" ";"0421 3042285 ";" " +lieferant ;00625296;"Esda GmbH ";" ";"Hauptstrae 76 ";"1 ";"09392 ";"Auerbach / Erzg. ";" ";" ";" ";" " +lieferant ;00625543;"Blue-Star Warenhandels-GmbH ";" ";"Buchenweg 19 ";" ";"56841 ";"Traben-Trarbach ";"06541/4796 ";" ";"06541/5192 ";" " +lieferant ;00626301;"Bertels Textilhandels GmbH ";" ";"Seebeckstrae 2 ";" ";"24568 ";"Kaltenkirchen ";"04191/721-300 ";" ";"04191/721-340 ";" " +lieferant ;00626319;"Garotex ";" ";"von-Siemens-Str. 25 ";" ";"48291 ";"Telgte ";"02504/70080 ";" ";"02504/700855 ";" " +lieferant ;00626799;"Markwald GmbH & Co.KG ";" ";"Kleiststr. 9-12 ";" ";"10787 ";"Berlin ";"030/23606-0 ";" ";"030/23606-100 ";" " +lieferant ;00626913;"Heinz Mller GmbH ";" ";"Postfach 53 ";"53 ";"73062 ";"Uhingen ";"07161/93314-0 ";" ";"07161-93314-22 ";" " +lieferant ;00626989;"Thermocolor GmbH ";" ";"- ";"1445 ";"26644 ";"Westerstede ";" ";" ";" ";" " +lieferant ;00627086;"Kurt Oberpaur ";" ";"Postfach 1228 ";"1228 ";"79012 ";"Freiburg ";" ";" ";" ";" " +lieferant ;00627440;"Mephisto ";" ";"Oldenburger Str. 17 ";" ";"48429 ";"Rheine ";"05971/983-500 ";" ";"05971/983-555 ";" " +lieferant ;00627531;"Peyer + Co. GmbH ";" ";"Postfach 16 33 ";"16 33 ";"71206 ";"Leonberg ";"(0)7152/6085-35 ";" ";"(0)7152/6085-79 ";" " +lieferant ;00627680;"Sunkid GmbH ";" ";"Seehofstrae 14-16 ";" ";"64653 ";"Lorsch ";"06251/9642-0 ";" ";"06251/9642-40 ";" " +lieferant ;00627739;"NEDAP ";"Sicherheit und Logistik GmbH ";"- ";"103254 ";"40849 ";"Ratingen ";" ";" ";" ";" " +lieferant ;00628117;"Mohr ";" ";"Am Buschteich ";" ";"21739 ";"Dollern ";" ";" ";" ";" " +lieferant ;00628216;"HS Fashion Hart & Lerner GmbH ";" ";"Gothaer Strae 1 ";" ";"40880 ";"Ratingen ";"02102/7402-0 ";" ";"02102/7402-29 ";" " +lieferant ;00628357;"Pelikan Vertriebsgesellschaft mbH Co. KG";" ";"Werftstr. 9 ";"110755 ";"30163 ";"Hannover ";"0511/6969-1 ";" ";"0511/6969-212 ";" " +lieferant ;00628787;"No Excess GmbH ";" ";"Derendorfer Allee 4a ";" ";"40476 ";"Dsseldorf ";"0211/94686742 ";" ";"0211/94686743 ";" " +lieferant ;00628943;"August Hoff ";"Inhaber W. Adler ";"Wetzlarer Str. 26 ";" ";"90427 ";"Nrnberg ";"0911/93060-0 ";" ";"0911/305956 ";" " +lieferant ;00629016;"E. & H. Conzelmann GmbH & Co. KG ";" ";"Pfeffinger Str. 16 ";"20 13 67 ";"72461 ";"Albstadt ";"07432/5712 ";" ";"07432/13961 ";" " +lieferant ;00629339;"Vanilia Fashion GmbH ";" ";"Im Taubental 41 ";"10 10 65 ";"41468 ";"Neuss ";"02131/34060 ";" ";"02131/340652 ";" " +lieferant ;00629363;"Hagemeyer ";" ";"Postfach 2460 ";"2460 ";"32381 ";"Minden ";" ";" ";" ";" " +lieferant ;00629412;"Atair GmbH ";" ";"Wilmsberger Weg 12 ";" ";"48565 ";"Steinfurt-Borghorst ";"02552/929-0 ";" ";"02552/929-100 ";" " +lieferant ;00629446;"gerdesign ";" ";"Heesenstr. 121 ";" ";"40549 ";"Dsseldorf ";"0211/5048295 ";" ";"0211/5048573 ";" " +lieferant ;00629701;"Hildegard Klein ";" ";"P.O. Box 1229 ";"1229 ";"56639 ";"Kruft ";"02652/92800 ";" ";"02652/928011 ";" " +lieferant ;00629941;"D 5 Fashion ";" ";"Sportlaan 470 ";" ";"1186 KC ";"Amstelveen ";"+31-20/3479114 ";" ";"+31-20/6435789 ";" " +lieferant ;00629958;"ADO Goldkante GmbH & Co. KG ";" ";"Hntestrae 68 ";" ";"26871 ";"Aschendorf ";"04962/505-70 ";" ";"04962/505-250 ";" " +lieferant ;00629959;"ADO Bettwsche GmbH ";" ";"Postfach 1112 ";"1112 ";"26851 ";"Aschendorf/Ems ";"04962/6929-0 ";" ";"04962/6929-11 ";" " +lieferant ;00630774;"freestyle fashion GmbH ";" ";"Rheiner Str. 28 ";"28 ";"48499 ";"Salzbergen ";"05976/270 ";" ";"05976/27160 ";" " +lieferant ;00631285;"TW Textiles Wohnen GmbH ";" ";"Ihringer Landstr. 16 ";"1260 ";"79206 ";"Breisach ";"07667/9454-0 ";" ";"07667/9454-156 ";" " +lieferant ;00631350;"Clou & Classic GmbH ";" ";"Frberstr. 3 ";" ";"31303 ";"Burgdorf ";"05136/8891-0 ";" ";"05136/8891-31 ";" " +lieferant ;00631459;"Hop Lun GmbH ";" ";"Maubisstr. 44 ";" ";"41564 ";"Kaarst ";"02131/402727 ";" ";"02131/402730 ";" " +lieferant ;00631665;"Freetex B.V. ";" ";"Ringstr. 36 ";" ";"32584 ";"Lhne ";" ";" ";" ";" " +lieferant ;00631863;"Reisenthel Accessoires ";" ";"Zeppelinstr. 4 ";" ";"82205 ";"Gilching ";"08105/77292-0 ";" ";"08105/77292-920 ";" " +lieferant ;00631962;"Leder International B.V. (Rino&Pelle) ";" ";"Ubroekweg 26 ";" ";"5928 NM ";"Venlo ";"0031/77/4723383 ";" ";"0031/77/4721981 ";" " +lieferant ;00632415;"Croll & Benecke GmbH ";" ";"Doventordeich 23 ";" ";"28195 ";"Bremen ";"0421/171711 ";" ";"0421/13898 ";" " +lieferant ;00632572;"Modehaus Rosa ";" ";"Spitalstr. 12-16 ";" ";"97421 ";"Schweinfurt ";"09721/20820 ";" ";"09721/208248 ";" " +lieferant ;00632621;"Riverside Clothing ";" ";"Christophstr. 33 ";"8 b ";"50670 ";"Kln ";"49(0)5931-17841 ";" ";"49(0)5931-970113 ";" " +lieferant ;00632689;"I.G. von der Linde GmbH & Co. ";" ";"Postfach 3827 ";"3827 ";"30038 ";"Hannover ";"0511/36606-0 ";" ";"0511/36606-62 ";" " +lieferant ;00632978;"Luso Trading Deutschland GmbH ";" ";"Volmerswerther Strae 80-86 ";" ";"40221 ";"Dsseldorf ";"0211 30203912 ";" ";"0211 30203914 ";" " +lieferant ;00633140;"Trever Deutschland GmbH ";" ";"Bahnhofstr. 73 ";" ";"48308 ";"Senden-Bsensell ";"02536-33300 ";" ";"02536-333022 ";" " +lieferant ;00633348;"Donders BV ";" ";"NIEVWGRAAF 298 6921RS ";"2 25 ";"6920 ";"Duiven ";"0031/263116664 ";" ";"0031/263118699 ";" " +lieferant ;00633596;"Rolf Kohnert Fashion GmbH ";" ";"Joh.-Schmidt-Str. 17-21 ";"1433 ";"27749 ";"Delmenhorst ";"04221/16840 ";" ";" ";" " +lieferant ;00633661;"Fritz Hempel ";" ";"Steinweg 21-25 ";" ";"35818 ";"Gifhorn ";"05371/869-0 ";" ";"05371/59230 ";" " +lieferant ;00633794;"Cruse leather | sportswear GmbH & Co. KG";" ";"Industrieweg 2 ";"28 ";"48493 ";"Wettringen/Westf. ";"02557/9385-0 ";" ";"02557/9385-71 ";" " +lieferant ;00633819;"Reinhold Koch GmbH & Co. ";" ";"Im Leben 20 ";" ";"72766 ";"Reutlingen ";"07121/1484-0 ";" ";" ";" " +lieferant ;00633893;"Actual Fashion B.V. ";" ";"Amsterdamsestraatweg 9 ";" ";"1411 ";"AW Naarden ";" ";" ";" ";" " +lieferant ;00633942;"Levee Strumpfwaren-Vetriebs GmbH ";" ";"Etzwiesenstrae 10 ";" ";"74918 ";"Angelbachtal ";"07265/919910 ";" ";"07265/9199133 ";" " +lieferant ;00634007;"Elisa Textilvertriebs-GmbH ";" ";"Bttger Str. 9 ";" ";"40789 ";"Monheim a.Rhein ";"02173/931400-4 ";" ";"02173/931405 ";" " +lieferant ;00634221;"SAHDIA ENTERPRISES GmbH Main Main Office";" ";"Westhafen Halle 15 ";" ";"60327 ";"Frankfurt am Main ";"069-251672 + 234559 ";" ";"069-231314 ";" " +lieferant ;00508119;"Olivia Obstoj - Favorite Feeling ";" ";"Urseler Weg 48 ";" ";"60437 ";"Frankfurt ";"0178 357 92 93 ";" ";" ";" " +lieferant ;00050328;"Calzaturificio Dei Colli ";" ";"Via XXIV Giugno 39 ";" ";"46040 ";"Solferino MN ";" ";" ";" ";" " +lieferant ;00050329;"JP David - Davide Corporation ";" ";"Via Maddaloni, 12 ";" ";"81027 ";"San Felice a Cancello (CE) ";"0823 758644 ";" ";"0823 758644 ";" " +lieferant ;00634651;"Malhas Sonix, S.A. ";" ";"Rua Filipa Borges 1163 a 1245 ";" ";"4754-909 ";"Barcelos ";"00351/253802040 ";" ";"00351/253821906 ";" " +lieferant ;00634669;"Jtzlau Fashion GmbH ";"Damenoberbekleidung ";"Im Ermlisgrund 28 ";" ";"76337 ";"Waldbronn ";"07243/ 72 83 90 ";" ";" ";" " +lieferant ;00634841;"JBF Ceintures B.V. ";" ";"Edisonlaan 27 ";" ";"6003 ";"DB Weert ";"0031/495531316 ";" ";"0031/495542465 ";" " +lieferant ;00635055;"Botthof-Moden GmbH & Co. KG ";" ";"Kammeratsheide 43 ";" ";"33609 ";"Bielefeld ";"0521/71445 ";" ";"0521/71456 ";" " +lieferant ;00635261;"Bodo Moden Vertriebs GmbH ";" ";"GEWERBEPARK LINDACH B 1 ";" ";"84489 ";"Burghausen ";" ";" ";" ";" " +lieferant ;00635336;"Andreas Mayer ";" ";"Lweneckstr. 9 ";" ";"93152 ";"Nittendorf/Penk ";"09404/9518-0 ";" ";"09404/951820 ";" " +lieferant ;00635716;"Fesh GmbH ";" ";"Breslauer Str. 1 ";" ";"41460 ";"Neuss ";"02131-749620 ";" ";"02131-74962-29 ";" " +lieferant ;00635758;"Mairs Geographischer Verlag ";" ";"Postfach 3151 ";"3151 ";"73751 ";"Ostfildern ";"0711/4502-375 ";" ";"0711/4502-351 ";" " +lieferant ;00636350;"Tiempo Fashion B.V. ";" ";"Jan Luikenstraat 92/M ";" ";"01071 ";"Amsterdam ";"02405/424903 ";" ";"02405/424904 ";" " +lieferant ;00636392;"Capelli Europe GmbH ";" ";"Elisabethstrae 17 ";" ";"40880 ";"Ratingen ";"02102/4349-0 ";" ";"02102/4349-111 ";" " +lieferant ;00636417;"Textilhaus Wiese ";" ";"Lange Str. 20 ";" ";"32756 ";"Detmold ";"05231-9217-0 ";" ";" ";" " +lieferant ;00636524;"AT Home GmbH ";" ";"Branterei 1 ";" ";"26419 ";"Schortens ";"04461/891451 ";" ";"04461/891552 ";" " +lieferant ;00636582;"Knithouse Frank Rall GmbH & Co. KG ";" ";"Farrenbergstrae 11 ";" ";"72116 ";"Mssingen ";"07473/95547-0 ";" ";"07473/95547-19 ";" " +lieferant ;00636623;"Plauener Spinnhtte ";"Manufactur GmbH & Co KG ";"Hans-Sachs-Strasse 53 ";"100388 ";"08507 ";"Plauen ";"03741/5497-0 ";" ";"03741/5497-49 ";" " +lieferant ;00636780;"Fuggerhaus Teppiche GmbH ";" ";"Provinostrasse 52 ";"101633 ";"86153 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00636897;"Simone Perele Mieder-Moden GmbH ";" ";"Fischerstrae 49 ";" ";"40477 ";"Dsseldorf ";"0211/983978-10 ";" ";"0211/983978-19 ";" " +lieferant ;00636920;"Sicona ";" ";"Marienstr. 54 ";" ";"46359 ";"Heiden ";"02867/959603 ";" ";"02867/959602 ";" " +lieferant ;00636970;"CMD GmbH ";" ";"Rheder Str. 9 ";" ";"46499 ";"Hamminklen-Dingden ";"02852/711830 ";" ";"02852/711832 ";" " +lieferant ;00636988;"***Gilbret, Betty Barclay GmbH ";" ";"unbekannt ";" ";"99999 ";"D-Nuloch ";" ";" ";" ";" " +lieferant ;00637093;"Dittmar GmbH & Co. KG ";"Signum ";"Grotrian-Steinweg-Str.4b ";"5818 ";"38112 ";"Braunschweig ";"0531/210800 ";" ";"0531/2108050 ";" " +lieferant ;00637126;"NHHK Textilvertriebs GmbH ";" ";"Rissener Str. 106 ";" ";"22880 ";"Wedel/Hamburg ";"04103/18999-0 ";" ";"04103/18999-18 ";" " +lieferant ;00637291;"Sommermann KG ";" ";"Alte Poststrae 9 ";" ";"95138 ";"Bad Steben ";"09288/58-0 ";" ";"09288/58-220 ";" " +lieferant ;00637366;"Michel Toys Handels GmbH ";" ";"Ziegeleiweg 36-38 ";"14 62 ";"23843 ";"Bad Oldesloe ";"04531/17720 ";" ";"04531/177242 ";" " +lieferant ;00637382;"zz~Daniel Hechter ";" ";"Emscherstr. 20 ";" ";"45877 ";"DE ";" ";" ";" ";" " +lieferant ;00637431;"Framsohn Frottier-Amstetter GmbH ";" ";"Kleinpertholz 65 ";" ";"3860 ";"Heidenreichstein ";"2862-52455 ";" ";"2862-52455151 ";" " +lieferant ;00637522;"Da Pozzo ";" ";"Grafenheider Str. 20 ";" ";"33729 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00637530;"Bavaria Bettfedern-und Daunenfabrik GmbH";" ";"Bhmheide 18 ";"1152 ";"29614 ";"Soltau ";"05191/80520 ";" ";"05191/80526 ";" " +lieferant ;00637550;"FRANK-CONCEPT ";"International Trading GmbH ";"Nikolaus-Otto-Str. 2 ";" ";"40721 ";"Hilden ";"02103/25520-0 ";" ";"02103/25520-39 ";" " +lieferant ;00637580;"Henke KG ";" ";"Bockmhle 51 ";" ";"42289 ";"Wuppertal ";" ";" ";" ";" " +lieferant ;00637754;"Pro-Motion Einkaufsgesellschaf ";" ";"MARKTPLATZ 2 ";" ";"64283 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00637762;"Fashion Concept Textil Vertriebs GmbH ";" ";"Weihofer Str. 100 ";" ";"75015 ";"Bretten ";"07252/977777 ";" ";"07252/977780 ";" " +lieferant ;00637770;"Alberto GmbH & Co.KG ";" ";"Rheydter Strae 19-31 ";"10 03 26 ";"41065 ";"Mnchengladbach ";"02161/8192-0 ";" ";"02161/206810 ";" " +lieferant ;00637788;"zz~H.I.S. Sportswear ";" ";"DAIMLERSTR. 15 ";"1327 ";"85748 ";"Garching ";"089/329070 ";" ";"089/32907108 ";" " +lieferant ;00637796;"Schtz GmbH & Co. KG ";" ";"Schwenninger Str. 3 ";"62 ";"72510 ";"Stetten am kalten Markt ";"07573/505-0 ";" ";"07573/505-55 ";" " +lieferant ;00637820;"WWS GmbH ";" ";"Im Seelenwinkel 5 ";" ";"71570 ";"Oppenweiler ";"0049719144764 ";" ";"004971914225 ";" " +lieferant ;00637861;"Legler ";" ";"Corso Manzoni, 1 ";" ";"24042 ";"Crespi d Adda (Be) ";"+39 0290934610 ";" ";"+39 0290934630 ";" " +lieferant ;00637986;"***Ferd. Hbner ";" ";"WESTERMEYER STR. 10 ";"1261 ";"83620 ";"D-Feldkirchen ";" ";" ";" ";" " +lieferant ;00638075;"Miltenberger Otto Aulbach GmbH ";" ";"Frhlingstrae 17 ";"1660 ";"63897 ";"Miltenberg/Main ";"09371/4000-0 ";" ";"09371/80667 ";" " +lieferant ;00638083;"Hummelsheim GmbH & Co. KG ";" ";"Untermarkt 56-60 ";"1220 ";"82418 ";"Murnau ";" ";" ";" ";" " +lieferant ;00638091;"Street One GmbH ";" ";"Imkerstrae 4 ";" ";"30916 ";"Isernhagen-Kirchhorst ";"05136/9773-0 ";" ";"05136/9773-2400 ";" " +lieferant ;00638174;"Marc Aurel Textil GmbH ";" ";"Wilhelmstr. 9 ";"24 63 ";"33332 ";"Gtersloh ";"05241/945-0 ";" ";"05241/945-101 ";" " +lieferant ;00638182;"Jobis Bekleidungsindustrie GmbH & Co. KG";" ";"Am Stadtholz 39 ";"101593 ";"33609 ";"Bielefeld ";"0521/328-0 ";" ";"0521/328-331 ";" " +lieferant ;00638190;"Taifun Collection ";"Gerry Weber Fashion GmbH ";"Neulehenstr. 8 ";" ";"33790 ";"Halle ";"05201/1850 ";" ";"05201/2974 ";" " +lieferant ;00638364;"Expopel GmbH ";" ";"Duesseldorfer Str. 19-23 ";" ";"60329 ";"Frankfurt/Main ";"069/233727 ";" ";"069/231389 ";" " +lieferant ;00638538;"Chini & Company GmbH ";" ";"Mattinastrae 2 ";" ";"83059 ";"Kolbermoor ";"08031/95049-0 ";" ";"08031/95049-90 ";" " +lieferant ;00638546;"Textiles Markenhaus GmbH ";" ";"Hafenstr. 4 ";" ";"79206 ";"Breisach ";"07667/9061-0 ";" ";"07667/9061-11 ";" " +lieferant ;00638570;"Basler Fashion GmbH ";" ";"Dammer Weg 51 ";"11 60 ";"63773 ";"Goldbach ";"06021/504-0 ";" ";"06021/504-169 ";" " +lieferant ;00638571;"Basler Fashion GmbH ";"concession ";"Dammer Weg 51 ";" ";"63773 ";"Goldbach ";" ";" ";" ";" " +lieferant ;00638687;"Calvin Klein ";" ";"Heider-Hof-Weg 23 A ";"286 ";"52080 ";"Aachen ";" ";" ";" ";" " +lieferant ;00638695;"Gerry Weber Life-Style Fashion GmbH ";" ";"Neulehenstr. 8 ";"1763 ";"33790 ";"Halle/Westf. ";"05201/1850 ";" ";"05201/10931 ";" " +lieferant ;00638728;"MG-1 Bodywear GmbH ";"Hendrik Render ";"Konrad Zuse Ring 11 ";" ";"48691 ";"Vreden ";"02102/70068-99 ";" ";"02102/70068-97 ";" " +lieferant ;00638778;"The Best ";"by Baumstark GmbH ";"Bayerwaldstr. 57 ";" ";"93073 ";"Neutraubling ";" ";" ";" ";" " +lieferant ;00638794;"Windsor Damen & Herrenbekleidung GmbH ";" ";"Am Ellerbrocks Hof 2-6 ";"103233 ";"33617 ";"Bielefeld ";"0521 - 1453 0 ";" ";"0521 - 1453216 ";" " +lieferant ;00638819;"Wilh. Ranck ";" ";"Postfach 1160 ";"1160 ";"27222 ";"Sulingen ";"(04271)8030-0 ";" ";"(04271)80359 ";" " +lieferant ;00638885;"Hermann Lange GmbH & Co. KG ";" ";"Herforder Str. 333 ";"101833 ";"33609 ";"Bielefeld ";"0521/7870-133 ";" ";"05254/7870-108 ";" " +lieferant ;00638992;"Wolford ";" ";"Ladestr. 26 ";" ";"88131 ";"Lindau ";" ";" ";" ";" " +lieferant ;00639073;"Willi Bogner GmbH & Co. KGaA ";" ";"St.-Veit-Str. 4 ";"80 02 80 ";"81673 ";"Mnchen ";"089/43606-0 ";" ";"089/43606-429 ";" " +lieferant ;00639081;"Rene Lezard Mode AG ";" ";"Industriestrae 2 ";"160247 ";"97359 ";"Schwarzach ";"09324/302-0 ";" ";"09324/302-1129 ";" " +lieferant ;00639099;"Wolford Deutschland GmbH ";" ";"Widenmayerstrae 42 ";" ";"80538 ";"Mnchen ";"089/29052-0 ";" ";"089/29052-2571 ";" " +lieferant ;00639122;"Dimensioni s.r.l. ";" ";"S.S.11 Padana Superiore, 18 ";" ";"20063 ";"Cernusco sul Naviglio (MI) ";"+39-0292/103491 ";" ";"+39-0292/100448 ";" " +lieferant ;00639180;"Levi Strauss Germany GmbH ";" ";"Niddastrae 56 ";"101414 ";"60329 ";"Frankfurt ";"069/240080-0 ";" ";"069/240080-530 ";" " +lieferant ;00639271;"zz~Hugo Boss GmbH ";" ";". ";"1252 ";"72543 ";"D-Metzingen ";" ";" ";" ";" " +lieferant ;00639370;"Braun & Co Textilfabrik KG ";" ";"Hohe Str. 21 ";"1249 ";"56410 ";"Montabaur ";" ";" ";"05231-870955 ";" " +lieferant ;00639479;"Camel Sportswear ";" ";"RHEINER STR. 28 ";"1236 ";"48497 ";"D-Salzbergen ";" ";" ";" ";" " +lieferant ;00639677;"Cerruti GmbH ";" ";"THEODOR-HEUSS-PLATZ 8 ";" ";"86150 ";"Aschaffenburg ";" ";" ";" ";" " +lieferant ;00639685;"MAC Mode GmbH & Co. KGaA ";" ";"Industriestr. 2 ";" ";"93192 ";"Wald / Robach ";"09463/855-0 ";" ";"09463/855-199 ";" " +lieferant ;00639875;"Cinque Moda GmbH ";" ";"Dohrweg 48 ";"167 ";"41066 ";"Mnchengladbach ";"02161/9653 ";" ";" ";" " +lieferant ;00639924;"defacto ";" ";"Am Pestalozziring 1-2 ";" ";"91058 ";"Erlangen ";"09131/7720 ";" ";"09131/772-2144 ";" " +lieferant ;00639974;"Como Sport Erwin Honigstein e.K. ";" ";"Salzstr. 8 ";" ";"85622 ";"Feldkirchen ";"089/9038094-96 ";" ";"089/9039117 ";" " +lieferant ;00639982;"Maselli GmbH ";" ";"Sandgasse 13 ";"65 ";"6850 ";"Dornbirn ";" ";" ";" ";" " +lieferant ;00640046;"Kleinmann Textil + Design GmbH ";" ";"Heidelbergstrae 54 ";" ";"72406 ";"Bisingen ";"+49 (0)7476 / 94664-0 ";" ";"+49 (0)7476 / 94664-29 ";" " +lieferant ;00640103;"Tokay Textil GmbH ";" ";"Luttingerstr. 15 D ";" ";"79725 ";"Laufenburg ";"07763/8636 ";" ";"07763/8680 ";" " +lieferant ;00640137;"Inter Tropic GmbH ";" ";"Lenenweg 10 ";" ";"47918 ";"Tnisvorst ";"02151/82086-0 ";" ";"02151/82086-70 ";" " +lieferant ;00640179;"SEDA-Fashion GmbH ";" ";"Dohrweg 25 ";"1353 ";"41066 ";"Mnchengladbach ";"02161/61000 ";" ";"02161/640131 ";" " +lieferant ;00640187;"Mexx Deutschland GmbH ";" ";"Mhlenstrasse 57 ";" ";"41352 ";"Korschenbroich ";" ";" ";" ";" " +lieferant ;00640278;"Cecil GmbH ";" ";"Sattlerstrae 10 ";" ";"30916 ";"Isernhagen-Kirchhorst ";"05136/9715-0 ";" ";"05136/9715-400 ";" " +lieferant ;00640377;"Desch for men GmbH ";" ";"Aschaffenburger Strae 10 ";" ";"63773 ";"Goldbach ";"06021/5979-0 ";" ";" ";" " +lieferant ;00640434;"Gebrder Paul GmbH (conti osvaldo) ";" ";"Brder-Grimm-Str. 22-24 ";" ";"63179 ";"Obertshausen ";"06104/95180 ";" ";"06104/45100 ";" " +lieferant ;00640476;"Clara Diehl ";" ";"AUGUSTASTR.16 ";"1160 ";"78647 ";"TROSSINGEN ";" ";" ";" ";" " +lieferant ;00640492;"Schneiders GmbH ";" ";"ARIBONENSTR. 27 ";"200 ";"5020 ";"SALZBURG ";"0662/432366 ";" ";"0662/430535 ";" " +lieferant ;00640575;"Diesel Deutschland GmbH ";" ";"Rather Strae 49 b ";"350247 ";"40476 ";"Dsseldorf ";"0211/41856-0 ";" ";"0211/412298 ";" " +lieferant ;00640591;"Strellson AG ";" ";"Sonnenwiesenstrasse 21 ";" ";"8280 ";"Kreuzlingen ";"+41-71/686-3333 ";" ";"+41-71/688-6494 ";" " +lieferant ;00640715;"BMS Sailing Wear GmbH ";" ";"Am Sandtorkai 25-26 ";" ";"20457 ";"Hamburg-Speicherstadt ";"040/3743567 ";" ";"040/3743566 ";" " +lieferant ;00640749;"ETC European Trade & Consulting AG sa ";" ";"Rue de la Station, 22 ";" ";"4837 ";"Membach/Baelen ";"+32-87591550 ";" ";"+32-87591559 ";" " +lieferant ;00640773;"Dolores-Strickmoden, Richter ";" ";"PHILIPP-REIS-STR.4 ";"2049 ";"63128 ";"Dietzenbach-Steinberg ";" ";" ";" ";" " +lieferant ;00640781;"Novatron-Bottega Mode Fashion ";" ";"Danziger Str. 101 ";" ";"40468 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00640905;"Collection Bodoni GmbH ";" ";"Im Grohenstck 2 ";" ";"65396 ";"Walluf ";"06123 9774-0 ";" ";"06123 9774-90 ";" " +lieferant ;00640971;"Edwin ";" ";"Ernst-Leitz-Str. 12-14 ";"1217 ";"63150 ";"Heusenstamm ";" ";" ";" ";" " +lieferant ;00640989;"s.Oliver Bernd Freier GmbH & Co KG ";" ";"s.Oliver-Strae 1 ";" ";"97228 ";"Rottendorf ";"09302/3090 ";" ";"09302/3096449 ";" " +lieferant ;00641060;"Laura Aime ";" ";"226, Rue Saint Denis ";" ";"75002 ";"Paris ";"0033/145 084540 ";" ";"0033/140 280406 ";" " +lieferant ;00641086;"Olsen Germany GmbH ";" ";"Friesenweg 4 / Haus 20 ";" ";"22763 ";"Hamburg ";"040/85560-0 ";" ";"040/85560-490 ";" " +lieferant ;00641185;"Gerhard Pabst ";" ";"Wilhelmsaue 36/37 ";" ";"10713 ";"Berlin ";" ";" ";" ";" " +lieferant ;00641276;"Elting Kindermoden ";" ";"Brckendeich 39 a ";"30 01 38 ";"46399 ";"Bocholt-Suderwick ";"02874/91520 ";" ";"02874/4449 ";" " +lieferant ;00641341;"protecta ";" ";"Karlstr. 20 ";" ";"33098 ";"Paderborn ";"+49 5251207344 ";" ";"+49 5251207346 ";" " +lieferant ;00641375;"Esprit (ALT) ";" ";"Esprit Allee ";" ";"40882 ";"Ratingen ";"02102/123-0 ";" ";"02102/123-15100 ";" " +lieferant ;00641376;"ESPRIT Wholesale GmbH ";" ";"Esprit Allee ";" ";"40882 ";"Ratingen ";"02102/123-0 ";" ";"02102/123-15355 ";" " +lieferant ;00641482;"Wilhelm Weissmann Maschenmoden ";" ";"EISENBAHNSTR. 16 ";" ";"72461 ";"Albstadt ";" ";" ";" ";" " +lieferant ;00641606;"Chevirex GmbH ";"Leather Fashion Germany ";"Hahnstrae 8 ";" ";"49835 ";"Wietmarschen-Lohne ";"05908/9333-55 ";" ";"05908/9333-96 ";" " +lieferant ;00641680;"Hans Ploenes GmbH ";" ";"Robert-Wirichs-Str. 53 ";"101748 ";"47807 ";"Krefeld ";"02151/8377-0 ";" ";"02151/8377-77 ";" " +lieferant ;00641771;"Frankenwlder E. Held GmbH & Co KG ";"Frank Walder ";"Hans Hofmann Str. 11 ";"5 80 ";"95213 ";"Mnchberg ";"09251/4470 ";" ";"09251/447353 ";" " +lieferant ;00641870;"Frapp ";" ";"SCHWERTSTR. 48 ";"426 ";"71065 ";"SINDELFINGEN ";" ";" ";" ";" " +lieferant ;00642109;"Parilano accessoires ";" ";"Breslauer Str. 8 ";" ";"41460 ";"Neuss ";"02131-153958 ";" ";"02131-153980 ";" " +lieferant ;00642117;"Romano Acampora GmbH Euromoda ";" ";"Anton-Kux-Str. 2 ";" ";"41460 ";"Neuss ";"021311156128 ";" ";"02131102512 ";" " +lieferant ;00642183;"Roeckl Handschuhe ";"& Accessoires GmbH & Co. KG ";"Isartalstrae 49 ";" ";"80469 ";"Mnchen ";"089/72969-59 ";" ";"089/72969-46 ";" " +lieferant ;00642381;"Leffers ";" ";"Postfach 3509/3520 ";"3509/3520 ";"26025 ";"Oldenburg ";"0441/9226-0 ";" ";"0441/9226-199 ";" " +lieferant ;00642860;"Otto Striessnig ";" ";"Modecenterstr.12 ";" ";"1030 ";"Wien ";" ";" ";" ";" " +lieferant ;00643173;"Kaheku schnes Wohnen GmbH ";" ";"Kthe-Paulus-Str. 11 ";" ";"31137 ";"Hildesheim ";"05121/7540-0 ";" ";"05121/7540-80 ";" " +lieferant ;00643579;"Trespass ";" ";"Kistlerhofstr. 168 ";" ";"81379 ";"Mnchen ";"089/8574655 ";" ";"089/8576680 ";" " +lieferant ;00644330;"Vandergeeten Export N.V. ";" ";"Noorderlaan 121 ";" ";"02030 ";"Antwerpen ";"0032/35439595 ";" ";"0032/35439590 ";" " +lieferant ;00644577;"Aiba Stoffe ";" ";"Seeblick 16 ";" ";"82266 ";"Imming ";"08143/992747 ";" ";"08143/992750 ";" " +lieferant ;00644642;"Larin Spa. ";" ";"Via Chr. Colombo 24 ";" ";"42046 ";"Reggiolo ";" ";" ";" ";" " +lieferant ;00644692;"Adolf Rund ";" ";"Boschstr. 30 ";" ";"73119 ";"Zell u. Aichelberg ";"07164/12025-27 ";" ";"07164/12028 ";" " +lieferant ;00645020;"C.W. Albert GmbH & Co KG ";" ";"Ihmerter Str. 13 ";"4052 ";"58675 ";"Hemer ";" ";" ";" ";" " +lieferant ;00645616;"Euro Display GmbH ";" ";"Braastrasse 15 ";" ";"31737 ";"Rinteln ";" ";" ";" ";" " +lieferant ;00645757;"HAAG Display-Werbung ";" ";"Aspacher Str. 65 ";"1626 ";"71522 ";"Backnang ";" ";" ";" ";" " +lieferant ;00645947;"Jonas GmbH ";" ";"Hochstrasse ";"1549 ";"77905 ";"Lahr ";" ";" ";" ";" " +lieferant ;00646127;"Emil Mehle GmbH & Co KG ";"Briefordnerfabrik ";"Weender Landstr. 65-71 ";"2865 ";"37075 ";"Gttingen ";" ";" ";" ";" " +lieferant ;00646200;"Nilfisk Advance AG ";" ";"Siemensstr. 25-27 ";"1240 ";"25462 ";"Rellingen ";" ";" ";" ";" " +lieferant ;00646317;"Gummi Schfer KG ";" ";"An der Luhs 1 ";" ";"53639 ";"Knigswinter ";" ";" ";" ";" " +lieferant ;00646630;"Zarges ";" ";"Zargesstrasse 7 ";" ";"82362 ";"Weilheim ";" ";" ";" ";" " +lieferant ;00646680;"ACC Textilvertriebs GmbH ";" ";"Groenbauemer Weg 11 ";" ";"40549 ";"Dsseldorf ";"0211/41856-0 ";" ";" ";" " +lieferant ;00648264;"Modehaus Cohausz GmbH ";" ";"Kapuzinerstr. 8-12 ";" ";"46325 ";"Borken ";" ";" ";" ";" " +lieferant ;00648462;"Jockey GmbH ";" ";"Neustrasse 12 ";"220 ";"72379 ";"Hechingen ";"07471/189-0 ";" ";"07471/189-120 ";" " +lieferant ;00648777;"Artemios Paschalidis S.A. ";" ";"10th Thessaloniki-Triadiou ";" ";"57001 ";"Thessaloniki ";"0030/2310463443 ";" ";"0030/2310686095 ";" " +lieferant ;00649478;"Arnold Kock Textil GmbH & Co.KG ";" ";"Altenberger Str. 316 ";"2320 ";"48552 ";"Steinfurt ";"02552/48-0 ";" ";" ";" " +lieferant ;00650061;"Cabano Worldwide Fashion GmbH ";" ";"Siemensstrae 26 ";" ";"48619 ";"Heek ";"02568/93591-0 ";" ";"02568/93591-110 ";" " +lieferant ;00650178;"M. Kappus GmbH & Co. ";" ";"Postfach 100954 ";"100954 ";"63009 ";"Offenbach/M. ";"069/829701-0 ";" ";"069/813003 ";" " +lieferant ;00654906;"Sleepwell Kauffmann GmbH ";" ";"Krzastrae 4 ";" ";"6912 ";"Hrbranz ";"+43-5573/201-0 ";" ";"+43-5573/201-9 ";" " +lieferant ;00700303;"Hill's Garden GmbH ";" ";"Otto-Hahn-Str. 7 a ";" ";"40721 ";"Hilden/Dsseldorf ";"02103/98720 ";" ";"02103/987272 ";" " +lieferant ;00702200;"Thalheimer Strumpffabrik ";" ";"Robert-Koch-Str. 6 ";" ";"09380 ";"Thalheim ";"03721/3999-0 ";" ";"03721/3999-29 ";" " +lieferant ;00704774;"Riess Kelomat GmbH ";" ";"Maisberg 47 ";" ";"3341 ";"Ybbsitz ";"+43 7443 86315 0 ";" ";"+43 7443-86654 ";" " +lieferant ;00750530;"Contempo GmbH ";" ";"Messenhuser Str. 24 ";" ";"63128 ";"Dietzenbach ";"06074/4007630 ";" ";"06074/40076340 ";" " +lieferant ;00750902;"ABZ ";" ";"Welkerhude 37 ";" ";"45356 ";"Essen ";" ";" ";" ";" " +lieferant ;00751679;"P.Antica Magl.Toscana ";" ";"Via Seano, 63-65-67-73 ";" ";"51030 ";"Catena-Quarrata (PT) ";" ";" ";" ";" " +lieferant ;00751893;"Kravattindustri Atlas AB ";" ";"Kroksltts Fabriker 9 ";"Box 5215 ";"402 24 ";"Gteborg ";"+46-31/7209600 ";" ";"+46-31/7209602 ";" " +lieferant ;00752247;"Bambini Accessoires + Mode GmbH ";" ";"HAUPTSTR. 10 ";" ";"78132 ";"Hornberg ";"07833/7767 ";" ";"07833/7721 ";" " +lieferant ;00752445;"Werner Besold ";" ";"Rudolf-Diesel-Str. 5 a ";" ";"82205 ";"Gilching ";" ";" ";" ";" " +lieferant ;00752528;"Calamar GmbH (ehemals Bltel Bekl.werke)";" ";"Rheiner Str. 28 ";" ";"48499 ";"Salzbergen ";"05976/27-0 ";" ";"05976/27-211 ";" " +lieferant ;00752726;"Bernhardt Men s Fashion ";" ";"Industriestr. 5 ";" ";"35216 ";"Biedenkopf/Lahn ";" ";" ";" ";" " +lieferant ;00752833;"Jacques Britt GmbH ";" ";"Herforder Strae 184 ";"10 03 09 ";"33609 ";"Bielefeld ";"0521-306-0 ";" ";"0521-306-459 ";" " +lieferant ;00753047;"Ceceba ";" ";"Rosenfelder Str. 12 ";" ";"72336 ";"Balingen ";" ";" ";" ";" " +lieferant ;00753063;"Carpi Moda S.R.L. ";" ";"Via Dell Agricoltura ";" ";"41012 ";"Carpi (Mo) ";" ";" ";" ";" " +lieferant ;00753295;"Corio Conf. Do Rio. Lda ";" ";"R. DE SALGUEIROS 558 ";" ";"4470 ";"MAIA ";" ";" ";" ";" " +lieferant ;00753419;"Cinderela ";" ";"Monte da Pena App.87 ";" ";"4821 ";"Fafe ";" ";" ";" ";" " +lieferant ;00753485;"Crivedi Lda ";" ";"1489 Abelheira ";" ";"4785 ";"Trofa ";" ";" ";" ";" " +lieferant ;00753526;"Coelette-Moden GmbH ";" ";"Industriestr. 8 ";" ";"48653 ";"Coesfeld ";"02546/606 ";" ";"02546/1479 ";" " +lieferant ;00753790;"zz~Campagnolo ";" ";"Hans-Riedl-Strae 19 ";" ";"85622 ";"Feldkirchen ";"089/356290-0 ";" ";"089/356290-94 ";" " +lieferant ;00754144;"Dressler Bekleidungswerke Brinkmann GmbH";"& Co. KG ";"Stockstdter Strae 43 ";"1140 ";"63762 ";"Groostheim ";"06026/502-0 ";" ";"06026/502-399 ";" " +lieferant ;00754491;"Dernier GmbH ";" ";"Duisburger Strae 136 ";" ";"46049 ";"Oberhausen ";"0208/8107-0 ";" ";"0208/8107-133 ";" " +lieferant ;00755027;"efix tricot GmbH ";" ";"Max-Eyth-Str. 2 ";"11 62 ";"72379 ";"Hechingen ";"07471/9317-0 ";" ";"07471/9317-30 ";" " +lieferant ;00755750;"Empresa Textil Nortenha ";" ";"RUA DE PRAZINS 60 ";" ";"4760 ";"AVIDOS ";" ";" ";" ";" " +lieferant ;00755811;"Erwastil Blusen GmbH ";" ";"OPELSTR. 10 ";" ";"48599 ";"Gronau ";" ";" ";" ";" " +lieferant ;00755853;"zz~L-Fashion Group GmbH Skila ";" ";"Dahlweg 32 ";" ";"41334 ";"Nettetal-Kaldenkirchen ";"02157/12400 ";" ";"02157/124020 ";" " +lieferant ;00756033;"F.lli Campagnolo ";" ";"Hans-Riedl-Strae 19 ";" ";"85622 ";"Feldkirchen ";" ";" ";" ";" " +lieferant ;00756356;"Forever Bond Ltd. ";" ";"CASTLE PEAK R. 489-491 ";" ";"1 ";"KOWLOON ";" ";" ";" ";" " +lieferant ;00756786;"Feldhues Moden GmbH & Co. KG ";" ";"Holsterfeld 29 ";"14 17 ";"48499 ";"Salzbergen ";"05971/983-6 ";" ";"05971/983-800 ";" " +lieferant ;00757073;"Gft Fashion Ltd. ";" ";"Garment Centre,bl.B ";" ";"00000 ";"HK-Kowloon ";" ";" ";" ";" " +lieferant ;00757304;"Creation Gross GmbH & Co. KG ";" ";"Houbirgstrae 7 ";"230 ";"91217 ";"Hersbruck ";"09151/736-0 ";" ";"09151/736-185 ";" " +lieferant ;00757312;"Gaby Mersmann GmbH ";" ";"Westrickweg 3 ";" ";"59302 ";"Oelde ";"02522/3194 ";" ";"02522/62386 ";" " +lieferant ;00757784;"Azalia Textil ";" ";"Apartado 62 ";" ";"04751 ";"Barcelos Codex ";"8331990/833386 ";" ";" ";" " +lieferant ;00758229;"Hersfelder Kleiderwerke ";" ";"Wippershainer Str. ";" ";"36251 ";"Bad Hersfeld ";"06621/9230-0 ";" ";"06621/9230-13 ";" " +lieferant ;00758609;"Sonja by Gabriela Schiffer GmbH ";" ";"Vogelsanger Weg 38 ";" ";"40470 ";"Dsseldorf ";"0211/9083007 ";" ";"0211/9083008 ";" " +lieferant ;00759186;"Idana Schuhe GmbH ";" ";"Zeche-Norm-Str. 25 ";" ";"44319 ";"Dortmund ";"+49 231 70011770 ";" ";"+49 231 70011719 ";" " +lieferant ;00759417;"Jowitex-Fashion GmbH ";" ";"Hermann-Lns-Str. 29 a ";" ";"51469 ";"Bergisch-Gladbach ";" ";" ";" ";" " +lieferant ;00760315;"Kaiser Bekleidungs-GmbH ";" ";"Am Hundsrck 4 ";"1240 ";"63924 ";"Kleinheubach ";"09371/9740-0 ";" ";"09371/80655 ";" " +lieferant ;00760406;"Kemper GmbH ";" ";"Obergath 60 ";"101153 ";"47805 ";"Krefeld ";"02151/37800 ";" ";"02151/378199 ";" " +lieferant ;00760737;"Kreissig GmbH + Co.KG ";" ";"Chlodwigstr. 9-17 ";" ";"53909 ";"Zuelpich ";"02252/303-0 ";" ";"02252/30344 ";" " +lieferant ;00761115;"Lebek International Fashion GmbH & Co. ";" ";"Kirburger Str. 1 ";" ";"56470 ";"Bad Marienberg ";"02661/9190 ";" ";"02661/939436 ";" " +lieferant ;00761116;"Laura Lebek Fashion GmbH & Co. KG ";" ";"Kirburger Str. 1 ";" ";"56470 ";"Bad Marienberg ";" ";" ";" ";" " +lieferant ;00761123;"L-Fashion Group GmbH ";" ";"Hinter den Zunen 4 a ";" ";"68519 ";"Viernheim ";"02154/81693-0 ";" ";"02154/81693-0 ";" " +lieferant ;00761446;"London Mode S.P.A. ";" ";"Via de Metalfursia 6 ";" ";"37139 ";"Verona ";" ";" ";" ";" " +lieferant ;00762535;"Melka GmbH ";" ";"WESTRING 17 ";" ";"4010 ";"HILDEN ";" ";" ";" ";" " +lieferant ;00762725;"Anna Montana Damenoberbekleidung GmbH ";" ";"Talweg 1 ";"11 59 ";"51766 ";"Engelskirchen ";"02263/90150-0 ";" ";"02263/90150-7 ";" " +lieferant ;00762931;"AVIVA GmbH ";" ";"Olgastrae 31 ";" ";"72475 ";"Bitz ";"07431/98979-0 ";" ";"07431/98979-13 ";" " +lieferant ;00763195;"HN-Modelle ";"Hermann Nebel ";"Stadtweg 6 ";" ";"63843 ";"Niedernberg ";"06028/1219 ";" ";"06028/4942 ";" " +lieferant ;00763335;"Meyer-Hosen GmbH ";" ";"Hauptstr. 30 ";" ";"51580 ";"Denklingen ";" ";" ";" ";" " +lieferant ;00763559;"Nuova Emanuela s.r.l. ";" ";"Zona Industriale 83 ";" ";"45010 ";"Villadose ";" ";" ";" ";" " +lieferant ;00765604;"Romano S.p.A. ";" ";"Zona Industriale ";" ";"73046 ";"Matino (LE) ";" ";" ";" ";" " +lieferant ;00766206;"Respo Mode Internation. ";" ";"Heiligenstdter Lnde 27 c ";" ";"1190 ";"Wien ";"362450 ";" ";"3624507 ";" " +lieferant ;00766230;"RWE AG ";" ";"Altenessener Str 32 ";" ";"45141 ";"Essen ";" ";" ";" ";" " +lieferant ;00766941;"Superstar Sportwear B.V. ";" ";"Pluvierstraat 2 ";" ";"7523 ";"Enschede ";" ";" ";" ";" " +lieferant ;00767270;"She und Bogie ";" ";"Augustinusstr. 26 ";" ";"41464 ";"Neuss ";"02131/1806212 ";" ";"02131/120701 ";" " +lieferant ;00767428;"Bruno Belloni ";" ";"Am Hof 52 ";" ";"50667 ";"Kln ";" ";" ";" ";" " +lieferant ;00767858;"Sofaditex S.A. ";" ";"unbekannt ";"10 ";"38660 ";"ST-VINCENT DE MERCUZ ";" ";" ";" ";" " +lieferant ;00768541;"A.C.T. Sports & Clubwear GmbH ";" ";"BORNGASSE 5 ";" ";"53498 ";"Bad Breisig ";" ";" ";" ";" " +lieferant ;00768707;"Otto Schuler ";" ";"Aschaffenburger Str. 35 ";" ";"63762 ";"Grossostheim ";" ";" ";" ";" " +lieferant ;00768872;"Ralf Drge ";"Gate One Fashion ";"Sachsstrae 7 ";" ";"49835 ";"Wietmarschen / Lohne ";"05908 / 937 18 - 0 ";" ";"05908 / 937 18 - 20 ";" " +lieferant ;00769135;"Stylefair ";" ";"Hellersbergstr. 6 ";" ";"41460 ";"Neuss ";" ";" ";" ";" " +lieferant ;00769309;"State of Art BV ";" ";"Dr. Besseling Straat 1 ";" ";"7130 ";"Lichtenvoorde ";"0031/544392211 ";" ";"0031/544376545 ";" " +lieferant ;00770090;"Hatico Retail GmbH ";" ";"Falkenberger Str. 7 ";" ";"95643 ";"Tirschenreuth ";"009631 607-0 ";" ";"09631 3812 ";" " +lieferant ;00770091;"Hatico Mode GmbH ";" ";"Falkenberger Strae 7 ";" ";"95643 ";"Tirschenreuth ";"09631/607-0 ";" ";"09631/3812 ";" " +lieferant ;00770092;"Jupiter Shirt GmbH ";" ";"Falkenberger Str. 7 ";" ";"95643 ";"Tirschenreuth ";"09631/607-750 ";" ";"09631/607-757 ";" " +lieferant ;00770116;"Telekom Mobilnet ";" ";"Postfach 30 04 64 ";"30 04 64 ";"53184 ";"Bonn ";" ";" ";" ";" " +lieferant ;00770364;"Socks & More Reiner Tpfer GmbH ";" ";"In den Ziegelwiesen 25 b ";" ";"69169 ";"Wiesloch ";"06222/3879431 ";" ";"06222/3879432 ";" " +lieferant ;00770439;"Tenson GmbH ";" ";"Neustrae 69 ";" ";"40721 ";"Hilden ";"02103/97150 ";" ";"02103/971515 ";" " +lieferant ;00770786;"Texi-Fashion GmbH ";" ";"Hanauer Landstr. 523 ";" ";"60388 ";"Frankfurt/Main ";"06109/309810 ";" ";"06109/309877 ";" " +lieferant ;00770926;"Turner Originals GmbH ";" ";"Aschbacherhof ";" ";"67661 ";"Kaiserslautern ";" ";" ";" ";" " +lieferant ;00771172;"Ultimo Fashion GmbH ";" ";"Knkelstrasse 125 ";" ";"41063 ";"Mnchengladbach ";"02161/29358-0 ";" ";"02161/29358-29 ";" " +lieferant ;00771173;"Engel Design ";" ";"Eichhornstr. 13 ";" ";"41239 ";"Mnchengladbach ";"02166/39190-0 ";" ";"02166/39190-2 ";" " +lieferant ;00773087;"De Wall GmbH ";" ";"Daimlerstr. 20 ";" ";"38446 ";"Wolfsburg ";" ";" ";" ";" " +lieferant ;00773300;"Wakro KG ";" ";"Uferstrae 4 ";" ";"61137 ";"Schneck ";"6187/95490 ";" ";"06187/8272 ";" " +lieferant ;00773433;"Womens Dress Concept GmbH ";" ";"Tilsiter Str. 4-6 ";"2152 ";"71065 ";"Sindelfingen ";"07031/492599-0 ";" ";"07031/492599-99 ";" " +lieferant ;00800000;"Klingenthal GmbH-804- ";" ";"Westernstr. 22 ";" ";"33098 ";"Paderborn ";" ";" ";" ";" " +lieferant ;00800001;"Sinn Leffers AG -440- ";" ";"Bahnhofstr. 23 ";"101831 ";"33602 ";"Bielefeld ";"0521/52000-0 ";" ";"0521/52000308 ";" " +lieferant ;00800002;"Leffers GmbH -442- ";" ";"Am Brill 8-12 ";"103727 ";"28195 ";"Bremen ";"0421/310601 ";" ";"0421/302559 ";" " +lieferant ;00800003;"Sinn Leffers AG -459- ";" ";"Pfuhlgasse 2-4 ";"1729 ";"56068 ";"Koblenz ";"0261/100090 ";" ";"0261/10009299 ";" " +lieferant ;00800004;"Sinn Leffers AG -051- ";" ";"Am Einkaufszentrum-Ruhrpark ";" ";"44791 ";"Bochum ";"0234/239040-0 ";" ";"0234/22904-10 ";" " +lieferant ;00800005;"Sinn Leffers Modehaus GmbH&Co ";" ";"Johannisstr. 41-44 ";"30 40 ";"49074 ";"Osnabrck ";"0541/3580-0 ";" ";"0541/3580-168 ";" " +lieferant ;00800006;"Gebr. Leffers-455- ";" ";"Marktstr. 74-84 ";"8 60 ";"26382 ";"Wilhelmshaven ";"04421/26 326 ";" ";"04421/24547 ";" " +lieferant ;00800007;"Leffers GmbH -443- ";" ";"Lange Str. 54 ";"1440 ";"49661 ";"Cloppenburg ";"04471/6672 ";" ";"04471/84491 ";" " +lieferant ;00800008;"Sinn Leffers AG -461- ";" ";"Wilhelmstr. 2-6 ";"2069 ";"58511 ";"Ldenscheid ";"02351/18090 ";" ";"02351/1809299 ";" " +lieferant ;00050885;"Adelsberger Textilhaus GmbH ";" ";"Hauptstrae 20 ";" ";"5600 ";"St.-Johann ";"+43 (0) 6412 / 42 31 ";" ";"+43 (0) 6412 / 42 31 -48 ";" " +lieferant ;00800009;"Sinn Leffers AG -441- ";" ";"Remigiusstr. 13 ";"19 80 ";"53111 ";"Bonn ";"0228/72618-0 ";" ";"0228/72618238 ";" " +lieferant ;00800010;"Leffers & Co GmbH & Co.KG -446 ";" ";"Mhlenstr. 131 ";"1680 ";"26789 ";"Leer ";"0491/928080 ";" ";"0491/9280821 ";" " +lieferant ;00800011;"Leffers Lohne GmbH ";" ";"Bahnhofstr. 3 ";"1320 ";"49393 ";"Lohne ";"04442/3011 ";" ";"04442/5866 ";" " +lieferant ;00800012;"Gebr. Leffers Minden -451- ";" ";"Bckerstr. 13 ";"2640 ";"32423 ";"Minden ";"0571/828460 ";" ";"0571/8284611 ";" " +lieferant ;00800013;"Gebr. Leffers Meppen -450- ";" ";"Marktstr. 14-15 ";"1528 ";"49716 ";"Meppen ";"05931/1091 ";" ";"05931/1093 ";" " +lieferant ;00800014;"Leffers GmbH -447- ";" ";"Lookenstr. 14a ";"1726 ";"49808 ";"Lingen ";"0591/4005 ";" ";"0591/57090 ";" " +lieferant ;00800015;"Gebr. Leffers -456- ";" ";"Breite Str. 14-16 ";"760365 ";"28757 ";"Bremen-Vegesack ";"0421/662218 ";" ";"0421/664922 ";" " +lieferant ;00800016;"Gebr.Leffers -462- ";" ";"Brete Str. 2 ";"1604 ";"21682 ";"Stade ";"04141/3959 ";" ";"04141/47295 ";" " +lieferant ;00800017;"Haus 481 geschlossen ";" ";"Schildergasse 120 ";"101153 ";"50667 ";"Kln ";"0221/206410 ";" ";"0221/2573854 ";" " +lieferant ;00800018;"Leffers GmbH -444- ";" ";"Lange Str. 16-18 ";"1429 ";"27749 ";"Delmenhorst ";"04221/14166 ";" ";"04221/120394 ";" " +lieferant ;00800019;"Sinn Leffers -046- ";" ";"Mittelstr. 16a-20 ";"4229 ";"58095 ";"Hagen ";"02331/10930 ";" ";"02331/24280 ";" " +lieferant ;00800020;"Sinn Leffers AG -031- ";" ";"Bahnhofstr. 84-85 ";"101142 ";"66111 ";"Saarbrcken ";"0681/3034-0 ";" ";"0681/3034401 ";" " +lieferant ;00800021;"Sinn Leffers AG -214- ";" ";"Bahnhofstr. 41-47 ";"102354/64 ";"45879 ";"Gelsenkirchen ";"0209/170050 ";" ";"0209/208509 ";" " +lieferant ;00800022;"Sinn Leffers AG -081- ";" ";"Groklnstr. 15-19 ";"1208 ";"52062 ";"Aachen ";"0241/47840 ";" ";"0241/4784250 ";" " +lieferant ;00800023;"Sinn Leffers AG -091- ";" ";"Westenhellstr. 18-20 ";"103464 ";"44137 ";"Dortmund ";"0231/527885/86 ";" ";"0231/524083 ";" " +lieferant ;00800024;"Sinn Leffers AG -011- ";" ";"Hochstr. 89-93/97 ";"2550 ";"47798 ";"Krefeld ";"02151/611311 ";" ";"02151/800711 ";" " +lieferant ;00800025;"Sinn Leffers AG -032- ";" ";"Hallplatz 7 ";"1855 ";"66482 ";"Zweibrcken ";"06332/17095/6/8 ";" ";"06332/73335 ";" " +lieferant ;00800026;"Sinn Leffers AG -112- ";" ";"Alleestr. 21-25 ";"10081 ";"42853 ";"Remscheid ";"02191/9180 ";" ";"02191/28748 ";" " +lieferant ;00800027;"Sinn Leffers AG -124- ";" ";"Limbecker Platz 2-3 ";"103342 ";"45127 ";"Essen ";"0201/81230 ";" ";"0201/8123231 ";" " +lieferant ;00800028;"Sinn Leffers AG -036- ";" ";"Blieszentrum ";"2049 ";"66538 ";"Neunkirchen ";"06821/9120 ";" ";"06821/13804 ";" " +lieferant ;00800029;"Sinn Leffers AG -053- ";" ";"Mnzstr. 37-43 ";"210663 ";"47051 ";"Duisburg ";"0203/92980 ";" ";"0203/9298101 ";" " +lieferant ;00800030;"Sinn Leffers AG ";" ";"Batheyer Str. 115-117 ";" ";"58099 ";"Hagen ";"02331/6200 ";" ";"02331/620100 ";" " +lieferant ;00800031;"Leffers & Co. GmbH & Co. KG ";" ";"Lange Str. 80 ";" ";"26122 ";"Oldenburg ";"0441/9226-0 ";" ";"0441/9226199 ";" " +lieferant ;00800032;"Sinn Leffers AG -082- ";" ";"Hindenburgstr. 1-19 ";"100449 ";"41061 ";"Mnchengladbach ";"02161/8230 ";" ";"02161/823200 ";" " +lieferant ;00800033;"F. Klingenthal GmbH -807- ";" ";"Franz-Kleine-Str. 21-25 ";"12 55 ";"33154 ";"Salzkotten ";"05258/9855-0 ";" ";"05258/9855-90 ";" " +lieferant ;00800034;"F. Klingenthal GmbH -805- ";" ";"Gehrenberg 11 ";" ";"32052 ";"Herford ";"05221/56004 ";" ";" ";" " +lieferant ;00800035;"Sinn Leffers AG -484- ";" ";"Salzstr. 3-4 ";"4927 ";"48143 ";"Mnster ";"0251/51024-0 ";" ";"0251/51024299 ";" " +lieferant ;00800036;"Leffers GmbH -445- ";" ";"Lingener Str. 5-7 ";"1869 ";"48531 ";"Nordhorn ";"05921/33551 ";" ";"05921/39445 ";" " +lieferant ;00800037;"Sinn Leffers AG -010 ";" ";"Neumarkt 8-10 ";"10 32 44 ";"50667 ";"Kln ";"0221/207960 ";" ";"0221/2079688 ";" " +lieferant ;00800038;"Sinn Leffers AG -084- ";" ";"Kortumstr. 79-81 ";"102229 ";"44787 ";"Bochum ";"0234/9137-0 ";" ";"0234/9137200 ";" " +lieferant ;00800039;"Sinn Leffers AG -487- ";" ";"Schadowstr. 17-21 ";"103541 ";"40212 ";"Dsseldorf ";"0211/137040 ";" ";"0211/13704299 ";" " +lieferant ;00800040;"Gebr. Leffers -463- ";" ";"Mittelstr. 31-33 ";" ";"32657 ";"Lemgo ";"05261/4989 ";" ";"05261/5289 ";" " +lieferant ;00800041;"Sinn Leffers AG -085- ";" ";"Breite Str. 6-10 ";"101914 ";"45657 ";"Recklinghausen ";"02361/9280 ";" ";"02361/928299 ";" " +lieferant ;00800042;"Sinn Leffers AG -052- ";" ";"Am Brand 41 ";"3747 ";"55116 ";"Mainz ";"06131/2730 ";" ";"06131/273101 ";" " +lieferant ;00800043;"Sinn Leffers AG -050- ";" ";"Niederstr. 66-74 ";"101352 ";"41460 ";"Neuss ";"02131/26980 ";" ";"02131/269810 ";" " +lieferant ;00800044;"F. Klingenthal GmbH ";" ";"Ernst-Buschmann-Str. 21 ";" ";"33330 ";"Gtersloh ";" ";" ";" ";" " +lieferant ;00800045;"Sinn Leffers AG -491- ";" ";"Am Friedrichsplatz 19-20 ";"102467 ";"34117 ";"Kassel ";"0561/91870 ";" ";"0561/9187299 ";" " +lieferant ;00800046;"Sinn Leffers AG -070- ";" ";"Merseburger Str. 17 A ";"1662 ";"6254 ";"Gnthersdorf ";"03463/820903 ";" ";"03463/820906 ";" " +lieferant ;00800047;"Sinn Leffers AG -021- ";" ";"Leopoldstr. 11 ";"1304 ";"75172 ";"Pforzheim ";"07231/93180 ";" ";"07231/(9318060 ";" " +lieferant ;00800048;"Sinn Leffers AG -022- ";" ";"Bahnhofstr. 3-5 ";"2480 ";"87435 ";"Kempten ";"0831/52700 ";" ";"0831/5270100 ";" " +lieferant ;00800049;"Sinn Leffers AG -033- ";" ";"Fahrstr. 1 ";"3403 ";"54290 ";"Trier ";"0651/94890 ";" ";"0651/9489100 ";" " +lieferant ;00800050;"Sinn Leffers AG -027- ";" ";"Kaiserstr. 203-207 ";"3660 ";"76133 ";"Karlsruhe ";"0721/20221 ";" ";"0721(27303 ";" " +lieferant ;00800051;"Sinn Leffers AG -071- ";" ";"Ringstr. ";" ";"09247 ";"Rhrsdorf ";"03722/5120 ";" ";"03722/51305 ";" " +lieferant ;00800052;"Sinn Leffers AG -493- ";" ";"Karl-Marx-Str. 101-15 ";"440320 ";"12043 ";"Berlin-Neuklln ";"030/688870 ";" ";"030/68887299 ";" " +lieferant ;00800053;"Sinn Leffers AG 494 ";" ";"Wilmersdorfer Str. 53-54a ";"12 70 80 ";"10627 ";"Berlin-Charlottenburg ";"030/32903-0 ";" ";"030/32903299 ";" " +lieferant ;00800054;"Sinn Leffers AG 054 ";" ";"Osterstr. 10 ";" ";"30159 ";"Hannover ";"0511/30240 ";" ";"0511/3024111 ";" " +lieferant ;00800055;"Sinn Leffers AG -026- ";" ";"Hirschstr. 26 ";"104154 ";"70173 ";"Stuttgart ";"0711/162500 ";" ";"0711/2265344 ";" " +lieferant ;00800056;"Sinn Leffers AG -126- ";" ";"CentrO Allee36 ";"170227 ";"46047 ";"Oberhausen ";"0208/82350 ";" ";"0208/3235360 ";" " +lieferant ;00800057;"Sinn Leffers AG -072- ";" ";"Gthestr. 3 ";"101001 ";"07743 ";"Jena ";"03641/2890 ";" ";"03641/289111 ";" " +lieferant ;00800058;"Sinn Leffers AG -125- ";" ";"Hans-Bckler-Platz31 ";" ";"45468 ";"Mhlheim ";"0208/99180 ";" ";"0208/9918222 ";" " +lieferant ;00800059;"Sinn Leffers AG -083- ";" ";"Hochstr. 7 ";"201053 ";"45894 ";"Gelsenkirchen-Buer ";"0209/36091-0 ";" ";"0209/394579 ";" " +lieferant ;00800060;"Sinn Leffers AG -073- ";" ";"Thomas-Mann-Platz 1 b ";" ";"09130 ";"Chemnitz ";"0371-45903251 ";" ";"0371-45903250 ";" " +lieferant ;00800061;"Sinn Leffers AG -023- ";" ";"Vogeltorplatz 1/ICE Center ";" ";"86165 ";"Augsburg ";" ";" ";" ";" " +lieferant ;00800062;"Sinn Leffers AG ZN 075 ";" ";"Altmarktgaleria, Webergasse 1 ";" ";"10167 ";"Dresden ";"0351-482090 ";" ";"0351-4820979 ";" " +lieferant ;00800063;"Sinn Leffers AG -074- ";" ";"Nuthestr./Sternstr. ";" ";"14480 ";"Potsdam ";"0331/6009633 ";" ";"0331/60096359 ";" " +lieferant ;00800064;"Leffers & Co. GmbH & Co. KG ";" ";"Lange Str. 80 ";" ";"26135 ";"Oldenburg ";"0441/9226-0 ";" ";" ";" " +lieferant ;00800065;"Leffers & Co. GmbH & Co.KG 446 ";" ";"Mhlenstr. 181 ";"1680 ";"26789 ";"Leer ";"0491/928080 ";" ";" ";" " +lieferant ;00800066;"Sinn Leffers AG /EDI ";" ";"Batheyer Str. 115-117 ";" ";"58099 ";"Hagen ";"02331/6200 ";" ";"02331/620100 ";" " +lieferant ;00800067;"Leffers Lohne ";" ";"Postfach 13 20 ";" ";"2842 ";"LOHNE ";"04442/3011 ";" ";" ";" " +lieferant ;00800068;"SINN LEFFERS AG ";" ";"BATHEYER STR. 115 -117 ";" ";"58099 ";"HAGEN ";" ";" ";" ";" " +lieferant ;00800069;"SINN LEFFERS AG ";" ";"BATHEYER STR. 115-117 ";" ";"58099 ";"HAGEN-BATHEY ";" ";" ";" ";" " +lieferant ;00800070;"SINN LEFFERS AG ";" ";"BATHEYER STR. 115-117 ";" ";"58099 ";"HAGEN ";" ";" ";" ";" " +lieferant ;00800071;"SINN LEFFERS AG ";" ";"BATHEYER STR. 115-117 ";" ";"58099 ";"HAGEN ";" ";" ";" ";" " +lieferant ;00800072;"SINN LEFFERS AG ";" ";"BATHEYER STR. 115-117 ";" ";"58099 ";"HAGEN ";" ";" ";" ";" " +lieferant ;00800073;"Leffers Wildeshausen ";" ";"Postfach 13 09 ";" ";"2878 ";"Wildeshausen ";"04431/3081 ";" ";" ";" " +lieferant ;00800074;"L + T ";" ";"Groe Str. 27 -32 ";" ";"49074 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00800075;"Modehaus Magnus ";" ";"Am Mnster 22-23 ";" ";"37154 ";"Northeim ";" ";" ";" ";" " +lieferant ;00800076;"M & B Mode und Bekleidungshandels GmbH ";" ";"Im Moerser Feld 1 ";" ";"47441 ";"Moers ";"02841 / 14744 ";" ";"02841 / 27139 ";" " +lieferant ;00800077;"Lott KG ";" ";"Lange Strasse 67 ";" ";"59555 ";"Lippstadt ";" ";" ";" ";" " +lieferant ;00800078;"Kurt Opitz Textilvertrieb GmbH ";" ";"Niedernstrae 5-7 ";" ";"33602 ";"Bielefeld ";" ";" ";" ";" " +lieferant ;00800079;"Modehaus Garhammer GmbH ";" ";"Marktplatz 28 ";" ";"94065 ";"Waldkirchen ";" ";" ";" ";" " +lieferant ;00800080;"TMR Beteiligungs GmbH ";" ";"Daimlerstr. 71 ";" ";"74545 ";"Michelfeld ";"0791/946009-0 ";" ";"0791/946009-371 ";" " +lieferant ;00800082;"Konsumgenossenschaft Weimar e.G. ";" ";"Heinrich-Heine-Strae 5 ";"2453 ";"99423 ";"Weimar ";"03643/8696-0 ";" ";"03643/8696-14 ";" " +lieferant ;00800083;"Modern Women Vertriebsgesellschaft ";"mbH & Co. KG ";"Heinrich-Heine-Strae 5 ";"2453 ";"99423 ";"Weimar ";"03643/8696-10 ";" ";"03643/8696-14 ";" " +lieferant ;00800084;"Fashion & Style GmbH & Co. KG ";" ";"Heinrich-Heine-Strae 5 ";"2453 ";"99423 ";"Weimar ";"03643/8696-10 ";" ";"03643/8696-14 ";" " +lieferant ;00800085;"Leffers Damme ";" ";"Groe Str. 36 ";" ";"49401 ";"Damme ";" ";" ";" ";" " +lieferant ;00800086;"Modehaus Normann GmbH& Co KG ";" ";"Rheinstrasse 89 ";" ";"56325 ";"Ransbach-Baumbach ";" ";" ";" ";" " +lieferant ;00800087;"H.B. Jensen ";" ";"Friedrichstr. 1 ";" ";"25980 ";"Sylt - Westerland ";" ";" ";" ";" " +lieferant ;00800576;"DeeLuxe Sportartikel Handels GmbH ";"Office Kufstein ";"Ladestrasse 2 ";" ";"6330 ";"Kufstein ";"+43 537 265 050-0 ";" ";"+43 537 265 050-257 ";" " +lieferant ;00800590;"@Cash_Alpen ";" ";"kein Weg ";" ";"12345 ";"niemansland ";" ";" ";" ";" " +lieferant ;00800591;"@Cash_Redford ";" ";"BDB-Weg ";" ";"12345 ";"Niemansland ";" ";" ";" ";" " +lieferant ;00800592;"@Cash_JBritt ";" ";"Bedebe ";" ";"12345 ";"Niemansland ";" ";" ";" ";" " +lieferant ;00800593;"@cash_Seiden_blusen ";" ";"EDIStrasse ";" ";"99599 ";"EDI-Stadt ";" ";" ";" ";" " +lieferant ;00800594;"@cash-Jobis ";" ";"Fashion-Net Str. ";" ";"12345 ";"Hipdorf ";" ";" ";" ";" " +lieferant ;00800595;"Behrens u. Haltermann GmbH & Co KG ";" ";"Breite Strae 22-32 ";" ";"25524 ";"Itzehoe ";"04821 6789-0 ";" ";"04821 62268 ";" " +lieferant ;00800600;"Leffers GmbH Intersport ";" ";"Bahnhofsstr. 22 ";" ";"26382 ";"Wilhelmshaven ";" ";" ";" ";" " +lieferant ;00800601;"Modehaus Klingemann GmbH ";" ";"Marktstr. 26 ";" ";"37671 ";"Hxter ";" ";" ";" ";" " +lieferant ;00800602;"Bnder Kaufhaus GmbH & Co.KG ";" ";"Kaiser-Wilhelm-Str. 1-3 ";" ";"32257 ";"Bnde ";" ";" ";" ";" " +lieferant ;00900527;"Miss Blue GmbH ";" ";"Breslauer Str. 6 ";" ";"41460 ";"Neuss ";"02131-1786995 ";" ";"021311786996 ";" " +lieferant ;00900528;"Trashmak Merchandising GmbH ";"Textildruck und Vertrieb ";"Tecklenborn 14 ";" ";"44143 ";"Dortmund ";" ";" ";" ";" " +lieferant ;00900529;"BBM GmbH ";" ";"Jungfernstieg 38 ";" ";"20354 ";"Hamburg ";"040-36900936 ";" ";"040-36900919 ";" " +lieferant ;00900530;"Valery ";" ";"Via Torino, 189 ";" ";"12048 ";"Sommariva Bosco ";" ";" ";" ";" " +lieferant ;00900531;"EHAG Modevertrieb GmbH ";" ";"Modecenterstrasse 14 ";" ";"1030 ";"Wien ";" ";" ";" ";" " +lieferant ;00900532;"K43 Fashion e.K. ";" ";"Kaiserswerther Str. 43 ";" ";"40477 ";"Dsseldorf ";"0211-1697006 ";" ";"0211-1697008 ";" " +lieferant ;05003888;"Brssel Steel GmbH (EIGENart) ";" ";"Heinz-Frling-Strae 7 ";" ";"51429 ";"Bergisch Gladbach ";"02204/30804-20 ";" ";"02204/30804-99 ";" " +lieferant ;05011936;"@cash-Lieferant ";" ";"Hiltesweg 27 ";" ";"12345 ";"Hipstadt ";" ";" ";" ";" " +lieferant ;05013245;"leer ";" ";"leer ";" ";"0 ";"leer ";" ";" ";" ";" " +lieferant ;05021148;"s.pa accessoires GmbH belts & more ";" ";"Paul-Lechler-Str. 13 ";" ";"72581 ";"Dettingen / Erms ";"07123/972618-0 ";" ";"07123/972618-9 ";" " +lieferant ;05058340;"Destin surl ";" ";"Borgata Alloro, 2 ";" ";"13822 ";"Mosso (BI) ";"+39-015/702822 ";" ";"+39-015/7011261 ";" " +lieferant ;05200890;"Blue Fashion GmbH ";" ";"unbekannt ";" ";"52428 ";"Jlich ";" ";" ";" ";" " +lieferant ;00050215;"Kannai Hamburg GmbH ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";"+49 (0) 4054805719 ";" ";" ";" " +lieferant ;00050976;"Juulry ";" ";"Tweede Jacob van Campenstraat 1 ";" ";"1073 XN ";"Amsterdam ";"+31-(0)20-6761454 ";" ";" ";" " +lieferant ;00507839;"Factory SRL ";" ";"Via Pistoiese 51 ";" ";"50054 ";"Fucecchio (FI) ";"+39 571 24760 ";" ";"+39 571 244140 ";" " +lieferant ;00507746;"Dudes Factory GmbH ";" ";"Kastanienallee 87 ";" ";"10435 ";"Berlin ";"+49 30 30874368 ";" ";" ";" " +lieferant ;00507840;"S.T. DUPONT Deutschland GmbH ";" ";"Toyota-Allee 99 ";" ";"50858 ";"Kln ";"+49 2234 95300 0 ";" ";"+49 2234 95300 95 ";" " +lieferant ;00050125;"Bergweiss Trachten OHG ";" ";"Fischerfleck 8 ";" ";"85737 ";"Ismaning ";"089 / 995 29 633 ";" ";"089 / 995 29 632 ";" " +lieferant ;00507946;"MOROTAI GmbH ";" ";"Carl-Zeiss-Str. 4 ";" ";"75217 ";"Birkenfeld ";"+49 (0) 7231/37401 90 ";" ";"+49 (0) 7231/37401 64 ";" " +lieferant ;00024712;"MARIE JO ";" ";"HALLSTRASSE 25 ";" ";"70376 ";"Stuttgart ";" ";" ";" ";" " +lieferant ;00507770;"Blossom Box GmbH ";" ";"Untere Flur 20 ";" ";"97789 ";"Oberleichtersbach ";"0170/9621912 ";" ";" ";" " +lieferant ;00507717;"Frank & Hobein GbR ";" ";"Zllerstrae 2 ";" ";"64291 ";"Darmstadt ";"+49 177 4286952 ";" ";" ";" " +lieferant ;00507857;"Seitenbunt Gloria Hiltmair ";" ";"Buchenstrasse 9d ";" ";"85598 ";"Baldham ";"01749363768 ";" ";" ";" " +lieferant ;00507969;"STG Garnier Thiebaut SaS ";" ";"11 Boulevard de Granges ";" ";"88400 ";"Grardmer ";"+33 3 29 60 30 30 ";" ";" ";" " +lieferant ;00507970;"Bag Boys B.V. ";" ";"Apollostraat 15-01 ";" ";"5047 ";"TV Tilburg ";"+31 (0)85 303 26 08 ";" ";" ";" " +lieferant ;00507974;"MSGM Industria SRL ";" ";"Via Schiavoni, 14 ";" ";"60024 ";"Filottrano (AN) ";"+39 071 7225300 ";" ";" ";" " +lieferant ;00507830;"Biogesund ";" ";"Togostrae 54 ";" ";"13351 ";"Berlin ";"+49 (622) 919 896 ";" ";" ";" " +lieferant ;00507832;"City-Interessen-Verein Wilhelmshaven e.V";" ";"Ohne Namen ";" ";"0 ";"Wilhelmshaven ";"+49 4421 91309122 ";" ";"+49 4421 91309128 ";" " +lieferant ;00508014;"Florett GmbH ";" ";"Weinbergstrae 15 ";" ";"93413 ";"Cham ";"+49 9971 / 48720 ";" ";"+49 9971 / 487228 ";" " +lieferant ;00507980;"Blmlein und Lang Mode GmbH ";" ";"Wevelinghoven 28a ";" ";"41334 ";"Nettetal ";"02153 953234 ";" ";"02153 953250 ";" " +lieferant ;00508000;"Doro di Lauro - Dorota Sagz ";" ";"Zum Schmitterberg 6 ";" ";"82269 ";"Geltendorf ";"+49 8206 962 85 93 ";" ";"+49 8206 963 84 95 ";" " +lieferant ;00508001;"Titane Group (Hong Kong) Limited ";" ";"555 Nathan Road ";" ";"12345 ";" ";" ";" ";" ";" " +lieferant ;00508002;"Horizn Studios GmbH ";" ";"Stralauer Allee 11 ";" ";"10245 ";"Berlin ";" ";" ";" ";" " +lieferant ;00508003;"TNG Europe LTD ";"The Innovation Centre ";"49 Oxford Street ";" ";"LE1 5XY ";"Leicester ";" ";" ";" ";" " +lieferant ;00508004;"TAJ Mode - Robin Dressler ";" ";"Maximilianallee 14-16 ";" ";"04129 ";"Leipzig ";"0157 34955208 ";" ";" ";" " +lieferant ;00508005;"STOLT! ";" ";"Mr. P.J Troelstraweg 103 ";" ";"8916CP ";"Leeuwarden ";" ";" ";" ";" " +lieferant ;00508006;"Mellis BVBA ";" ";"Oude Gentweg 62 ";" ";"9840 ";"De Pinte ";"+32 09 3693596 ";" ";" ";" " +lieferant ;00508007;"Jellycat Limited ";" ";"Westworks Building, Wood Lane ";" ";"W12 7FQ ";"London ";"+44 20 7603 9383 ";" ";"+44 20 7603 9131 ";" " +lieferant ;00508009;"Design Bubbles GmbH ";" ";"Schatzbogen 52 ";" ";"81829 ";"Mnchen ";"+49 151 5870 5163 ";" ";" ";" " +lieferant ;00508010;"Femilet AS ";" ";"Tulstrupvej 13 ";" ";"7430 ";"Ikast ";"+45 96 60 44 44 ";" ";"+45 96 60 44 55 ";" " +lieferant ;00508011;"BAOBAB Collection SA ";" ";"Avenue Eiffel, 5 ";" ";"1300 ";"Wavre ";"+32 10840124 ";" ";" ";" " +lieferant ;00508012;"Huisman Tricot B.V. ";" ";"Energieweg 22 ";"Postfach 106 ";"6658 AD ";"Beneden-Leeuwen ";"+31 0487 593467 ";" ";" ";" " +lieferant ;00508111;"Style Labels (Quapi) ";" ";"Veersedijk 45 ";" ";"3341 LL ";"Hendrik Ido Ambracht ";" ";" ";" ";" " +lieferant ;00508016;"Design Letters ApS ";" ";"Nordre Fasanvej 113, 2al ";" ";"2000 ";"Frederiksberg ";"+4525337328 ";" ";" ";" " +lieferant ;00508029;"Pralinen - Manufactur Groe - Blting ";" ";"Gutenbergstrae 5 ";" ";"46414 ";"Rhede ";"+49 (0) 28 72 / 58 76 ";" ";"+49 (0) 28 72 / 74 45 ";" " +lieferant ;00050822;"Ncker -Textilvertrieb ";" ";"MMC- Haus B - Raum 138, Mnchener Ring ";" ";"04435 ";"Schkeuditz ";"034204 36558 ";" ";" ";" " +lieferant ;00050823;"Queen Angel Fashion GmbH ";" ";"Beim kleinen Tagwerk 3 ";" ";"28355 ";"Bremen ";"+49 (0) 421 205 391 01 ";" ";"+49 (0) 421 205 391 03 ";" " +lieferant ;00050825;"Nanni srl ";" ";"Via Valsugana 15 ";" ";"20139 ";"Milano ";"+39 02 56814140 ";" ";"+39 02 56813702 ";" " +lieferant ;00050106;"SSI Schfer Shop GmbH ";" ";"Industriestrae 65 ";" ";"57518 ";"Betzdorf ";"(0 27 41) 28 62 22 ";" ";"(0 27 41) 28 62 33 ";" " +lieferant ;00050828;"G-GROUP ApS (shoeshibar) ";" ";"Radmandsvej 22 ";" ";"8500 ";"Grenaa ";"(+45) 51780393 ";" ";" ";" " +lieferant ;00050835;"LUMISHA Vertrieb ";"Sabine Gtz ";"Stnzbach 4a ";" ";"84172 ";"Buch am Erlbach ";"08709 / 95447 ";" ";"08709 / 95446 ";" " +lieferant ;00050836;"Judge Sampson Ltd. ";" ";"176 Bexhill Road, St. Leonards-on-Sea ";" ";"TN38 8BN ";"East Sussex ";"+44 (0)1424 420919 ";" ";" ";" " +lieferant ;00050837;"BURKELY ";" ";"Nobelstraat 6 ";" ";"5051 ";"DV Goirle ";"+31 13 534 91 26 ";" ";" ";" " +lieferant ;00050838;"Skors ";" ";"Am Ohlenstck 37 ";" ";"60437 ";"Frankfurt am Main ";"+49 69 348772290 ";" ";"+49 69 348772299 ";" " +lieferant ;00050839;"Hemsson International B.V. ";" ";"Pastoor Ossestraat 61 ";" ";"7609 RX ";"Almelo ";"+31 (0) 547 769 022 ";" ";" ";" " +lieferant ;00050840;"Weiste ";" ";"Kalle Weisteen katu 4 ";" ";"00720 ";"Helsinki ";"+358 9 351 800 ";" ";" ";" " +lieferant ;00050841;"ECHTER GMBH & CO. KG (Murnau-Wohnen) ";" ";"Stracker 1 ";" ";"82418 ";"Murnau ";"08841 6102300 ";" ";" ";" " +lieferant ;00050850;"Weinhaus Tina Pfaffmann GmbH ";" ";"Am Stahlbhl ";" ";"76833 ";"Frankweiler ";"06345 / 949 66 95 ";" ";"06345 / 5202 ";" " +lieferant ;00508020;"Bering Time ApS ";" ";"Ramsherred 49 A ";" ";"6200 ";"Aabenraa ";"+49 (211) 50659704 ";" ";" ";" " +lieferant ;00508031;"X-Bionic AG (x-technology) ";" ";"Samstagernstrasse 45 ";" ";"8832 ";"Wollerau ";"+41 (0)44 786 03 03 ";" ";"+41 (0)44 786 03 04 ";" " +lieferant ;00050813;"Elsa Coloured Shoes ";"Schuh-Grohandelsunternehmen ";"Tackenweide 50 ";" ";"46446 ";"Emmerich am Rhein ";"0 28 22 95 75 83 ";" ";" ";" " +lieferant ;00050861;"Rosental Organics ";" ";"G7, 22 ";" ";"68159 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00508034;"Dortex Werbung und Vertrieb mbH ";" ";"Am Schlosspark 66 ";" ";"44357 ";"Dortmund ";"+49 231 937100-0 ";" ";"+49 231 937100-19 ";" " +lieferant ;00050869;"Anywab GmbH (Menslit) ";" ";"Zimmerstr. 10 ";" ";"64283 ";"Darmstadt ";" ";" ";" ";" " +lieferant ;00050870;"Ma.Bi. S.A.S. (NoClaim) ";" ";"Via Filippo Turati, 7/9 ";" ";"63812 ";"Montegranaro FM ";"+39 0734 065414 ";" ";" ";" " +lieferant ;00050871;"Andrews Living (Andrew Finch) ";" ";"Welserstr. 8 ";" ";"59557 ";"Lippstadt ";"02941273610 ";" ";"029412736111 ";" " +lieferant ;00050872;"skala druckagentur mailservice GmbH ";" ";"Hauptstr. 16 ";" ";"86698 ";"Oberndorf ";"0 90 90 / 95 98 50 ";" ";"0 90 90 / 9 59 85 90 ";" " +lieferant ;00050878;"HOBO Hosen Huber KG ";" ";"Seeweg 35 ";" ";"77797 ";"Ohlsbach ";"(07803) 9385-0 ";" ";"(07803) 9385-22 ";" " +lieferant ;00050890;"Zoo-Pokal-u. Angelcenter Drr ";" ";"Mnchhausen Str. 32 ";" ";"37639 ";"Bevern ";"05531/8651 ";" ";"05531/80718 ";" " +lieferant ;00050891;"Antea Distribuzioni s.r.l. ";" ";"Via Venezia, 103/105 ";" ";"35010 ";"Capriccio di Vigonza (PD) ";"049 504 966 ";" ";"0499 800263 ";" " +lieferant ;00508044;"Felanitx Fashion GmbH & Co. KG ";" ";"Modering 1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00050895;"Tapedesign KWO GmbH ";" ";"Liebenauergrtel 16/2 ";" ";"8041 ";"Graz ";"+43 6645255070 ";" ";" ";" " +lieferant ;00050900;"Lacoste Germany GmbH -Schuhe- ";" ";"Leopoldstrae 158 ";" ";"80804 ";"Mnchen ";"+89 9090185-0 ";" ";"+899090185-20 ";" " +lieferant ;00050908;"Bonneterie De Groote ";"Immodeg Nv ";"Autostradeweg 2 ";" ";"9090 ";"Melle ";"+32 9 272 78 78 ";" ";" ";" " +lieferant ;00050909;"Gustav Daiber GmbH ";" ";"Vor dem Weien Stein 25-31 ";" ";"72461 ";"Albstadt ";"49 (0) 74 32/70 16-0 ";" ";"49 (0) 74 32/70 16-99 ";" " +lieferant ;00050910;"Weird Fish Ltd ";" ";"Unit 15 Miller Court,Severn Drive ";" ";"GL20 8DN ";"Tewkesbury ";"01242 526222 ";" ";" ";" " +lieferant ;00507817;"Gianluca Pisati - Calzaturif Lusar srl ";" ";"via Borgo San Siro, 68 ";" ";"27026 ";"Garlasco (PV) ";"+39 382 800631 ";" ";"+39 382 820282 ";" " +lieferant ;00507848;"Five Fellas GmbH ";" ";"Deichstrasse 1 ";" ";"20459 ";"Hamburg ";"+49 (0)4244 9674083 ";" ";"+49 (0)4244 9674084 ";" " +lieferant ;00507841;"XouXou Berlin - Richard Kirschstein ";" ";"Treptower Strasse 94 ";" ";"12059 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507849;"FASHION CLOUD GmbH ";" ";"Hongkongstrae 1 ";" ";"20457 ";"Hamburg ";"040 22862420 ";" ";" ";" " +lieferant ;00050150;"America Today Germany GmbH ";" ";"Ruhrallee 9 ";" ";"44139 ";"Dortmund ";"+49 20149869088 ";" ";" ";" " +lieferant ;00050963;"Festina Uhren GmbH ";" ";"Industriestrae 4 ";" ";"83404 ";"Ainring ";"+49 (0) 86544848 0 ";" ";"+49 (0) 86544848 28 ";" " +lieferant ;00507792;"DEHECK Destillerie Likrmanufaktur ";" ";"Mainzer Strae 25 ";" ";"55239 ";"Gau-Odernheim ";"06733 - 96 19 64 ";" ";"06733 - 96 19 66 ";" " +lieferant ;00507819;"Gimpex ";" ";"GODEFRIDUSKAAI 12 ";" ";"2000 ";"Antwerpen ";"+32 3 369 26 30 ";" ";" ";" " +lieferant ;00507881;"Wein-Quartier-No. 7 ";" ";"Lollfu 75 ";" ";"24837 ";"Schleswig ";"04621- 38 21 39 ";" ";" ";" " +lieferant ;00508045;"Mea-Living GmbH ";" ";"Felsenstrae 20 ";" ";"47058 ";"Duisburg ";"+49 (0) 203-985 741 66 ";" ";"+49 (0) 203-985 803 40 ";" " +lieferant ;00050829;"Michael Schwarm (Bibi von Hagen) ";" ";"Hagener Str.31a ";" ";"58332 ";"Schwelm ";"(0 23 36) 879160 ";" ";"(0 23 36) 879158 ";" " +lieferant ;00050175;"Angela Davis SRL ";" ";"Via Dei Cardatori BL13 ";" ";"40050 ";"Centergross Argelato BO ";"051863155 ";" ";"051860527 ";" " +lieferant ;00508076;"F. Engel KS (Sunwill) ";" ";"Norgesvej 12 ";" ";"6100 ";"Haderslev ";" ";" ";" ";" " +lieferant ;00050198;"Nordikas Distribucion, S.L.U. ";" ";"Severo Ochoa,12-14 ";" ";"0.3203 ";"Elche-Alicante ";"+34 965432255 ";" ";"+34 966673015 ";" " +lieferant ;00050896;"Weinhandlung Sauer ";" ";"Frankfurterstr.62 ";" ";"63150 ";"Heusenstamm ";"0172-4138856 ";" ";" ";" " +lieferant ;00050922;"INTERSPORT Austria Gesellschaft mbH ";" ";"Flugplatzstrae 10 ";" ";"4600 ";"Wels ";"+43 7242 233 - 0 ";" ";"+43 7242 233 - 32157 ";" " +lieferant ;00507898;"Izipizi Paris ";" ";"19 rue Blanche ";" ";"75009 ";"Paris ";"+33 1 49 96 55 25 ";" ";" ";" " +lieferant ;00050812;"Birgit Nehls ";" ";"Schumannstrasse 34 ";" ";"22083 ";"Hamburg ";"+49 (0) 40 / 22 74 80 48 ";" ";"+49 (0) 40 / 63 67 43 62 ";" " +lieferant ;00507747;"Bhm Design ";"Berthold Bhm ";"Eltenberg 4 ";" ";"33034 ";"Brakel-Siddessen ";"05648 9639000 ";" ";"05648 9639001 ";" " +lieferant ;00507963;"Lierkang Import & Export GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"+49-6103-8044165 ";" ";"+49-6103-3124671 ";" " +lieferant ;00050899;"Handelsvertretung im CDH ";" ";"Hindenburgallee 1 ";" ";"30989 ";"Gehrden ";"+49 (0) 170 9335676 ";" ";" ";" " +lieferant ;00050127;"BakkeRij ";"Miss Green - D14/15 ";"Hendrik Figeeweg 3F ";" ";"2031 BJ ";"Haarlem ";"023-5510697 ";" ";" ";" " +lieferant ;00050877;"Garment Project ApS ";" ";"Gammel Kongevej 147 ";" ";"1850 ";"Frederiksberg C. ";"0045 22291229 ";" ";" ";" " +lieferant ;00507957;"leo 33 e. K. - Schlesinger ";" ";"Eppendorfer Weg 265 ";" ";"20251 ";"Hamburg ";"040 50 69 73 78 ";" ";" ";" " +lieferant ;00508050;"Tomo Fashion Gmb ";" ";"Siemensstrasse 8 ";" ";"53121 ";"Bonn ";"+ 49 228 620 278 00 ";" ";"+ 49 228 620 278 02 ";" " +lieferant ;00507734;"Axel S.A. ";" ";"Monastiriou 124 b ";" ";"54627 ";"Thessaloniki ";"+30 2310520050 ";" ";"+30 2310520049 ";" " +lieferant ;00507739;"myStromer AG ";" ";"Freiburgstrasse 798 ";" ";"3173 ";"Oberwangen ";"+41 31 848 23 00 ";" ";" ";" " +lieferant ;00508123;"AKU Italia s.r.l. ";" ";"Via Schiavonesca Piula, 65 ";" ";"31044 ";"Montebelluna (TV) ";"+39 0423 2939 ";" ";"+39 0423 303232 ";" " +lieferant ;00050800;"Wolf Designs Ltd ";" ";"Unit D1,The Rock Business Park,TheHollow";" ";"RH20 3DA ";"West Sussex ";"+44 (0)1273 661 655 ";" ";" ";" " +lieferant ;00508908;"Sif Cosmetics GmbH ";" ";"Rothenbaumchaussee 71 ";" ";"20148 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00050957;"POINT tec Electronic GmbH ";" ";"Steinheilstr. 6 ";" ";"85737 ";"Ismaningen ";"+49 (0)89 96 32 17 ";" ";"+49 (0)89 96 30 23 ";" " +lieferant ;00050166;"ISLE OF MIND ";" ";"Hans-Drrmeier-Weg 10 ";" ";"80339 ";"Mnchen ";"+49-151-52635305 ";" ";" ";" " +lieferant ;00507793;"another brand ";" ";"Tumblingerstrae 32 ";" ";"80337 ";"Mnchen ";"+49 178.6129396 ";" ";" ";" " +lieferant ;00507914;"Deine andere Haut - Handelsagentur ";" ";"Pinnasberg 60 ";" ";"20359 ";"Hamburg ";"+49 (40) 27824769 ";" ";" ";" " +lieferant ;00507837;"Culti Milano SPA ";" ";"Via Santa Sofia 27 ";" ";"20122 ";"Milano ";" ";" ";" ";" " +lieferant ;00508906;"Komono BVBA ";" ";"Westpoort 11 ";" ";"2070 ";"Zwijndrecht ";" ";" ";" ";" " +lieferant ;00507716;"TriStyle brands GmbH ";" ";"Peter-Hahn-Platz 1 ";" ";"73650 ";"Winterbach ";" ";" ";" ";" " +lieferant ;00050994;"Samantha Sung Ltd ";" ";"Winchester Hous 259-269,Old MaryleboneRd";" ";"NW15RA ";"London ";" ";" ";" ";" " +lieferant ;00507776;"White Srl ";" ";"Via Ceresio,7 ";" ";"20154 ";"Milan ";"+39.02.4241111 ";" ";"+39.02.424111215 ";" " +lieferant ;00050880;"fast52 gmbh (digital textil world) ";" ";"Apfelstrae 245 ";" ";"33611 ";"Bielefeld ";"0521.97171710 ";" ";" ";" " +lieferant ;00050881;"Gesine Marwedel Bodypainting ";" ";"Schwarzdrosselweg 11 ";" ";"44225 ";"Dortmund ";"(02354) 9 08 89 90 ";" ";" ";" " +lieferant ;00050882;"SPS Schuhpflege Service ";"Thomas Ganick ";"Nobelring 18 ";" ";"60598 ";"Frankfurt ";"069 - 6809 1133 ";" ";" ";" " +lieferant ;00050865;"Friedrich Seidel GmbH ";" ";"Auerbacher Strae 31 ";" ";"08233 ";"Schreiersgrn ";"+49 (0)3 74 68/ 68 07-0 ";" ";"+49 (0)3 74 68/ 68 07-23 ";" " +lieferant ;00050292;"Hundeklunker (Carolin Rehme) ";" ";"Sandforter Strae 67 ";" ";"49086 ";"Osnabrck ";"0 54 1 / 76 09 98 79 ";" ";" ";" " +lieferant ;00507882;"Yumi International ";" ";"13 Gorst Rd ";" ";"NW10 6LA ";"London ";"+44 20 8963 4095 ";" ";" ";" " +lieferant ;00050866;"H. Eich S.r.l. ";" ";"Via Giovanni Amendola, 9/11 ";" ";"50058 ";"Signa FI ";"+39 055 8790148 ";" ";"+39 055 8791791 ";" " +lieferant ;00058900;"Birgitta Rust - Piekfeine Brnde e. K. ";" ";"Hoerneckestrae 3 ";" ";"28217 ";"Bremen ";"+49421-46 07 07 90 ";" ";"+49421-46 07 07 99 ";" " +lieferant ;00050956;"STREET HandelsgmbH ";" ";"Hunnenbrunn/Gewerbezone 2/7 ";" ";"9300 ";"St. Veit an der Glan ";"+43 (0) 4212 33600 ";" ";"+43 (0) 4212 33600 40 ";" " +lieferant ;00508051;"VeeCollective GmbH ";" ";"Kollwitzstrae 78 ";" ";"10435 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507883;"Performance Group Scandinavia A / S ";" ";"Gravsholtvej 15 ";" ";"9310 ";"Vodskov ";"+45 96 39 77 80 ";" ";" ";" " +lieferant ;00050389;"Mbus Offenhuser,Schmidt,Wahl,Ribbe GbR";" ";"Rossfelder Strae 52/2 ";" ";"74564 ";"Crailsheim ";"+49 (0) 7951-294879 ";" ";" ";" " +lieferant ;00507788;"Vista Portuguese ";" ";"Brckenkopfstr.1/2 ";" ";"69120 ";"Heidelberg ";"+49 6221 65 85 288 ";" ";" ";" " +lieferant ;00508021;"GLOBIS International ";" ";"Hoxhof 8 ";" ";"46667 ";"Meerbusch ";"+49 1639574415 ";" ";" ";" " +lieferant ;00507821;"Fashion Styling Licher e.K. ";" ";"Heidemannstrasse 31-41 ";" ";"80939 ";"Mnchen ";"+49 89 360 381 0 ";" ";"+49 89 360 381 11 ";" " +lieferant ;00507778;"KAUFBETRIEB GmbH ";" ";"Klner Str.17a ";" ";"40211 ";"Dsseldorf ";"0211-22962948 ";" ";"0211-22962955 ";" " +lieferant ;00507785;"Gosch Shoes GbR ";" ";"Industriestr. 41 ";" ";"23879 ";"Mlln ";"+49 (4542) 829298 ";" ";"+49 (4542) 829933 ";" " +lieferant ;00050388;"COPENHAGEN STUDIOS GmbH (eh.Scrape Ret.)";" ";"Salzstrae 41 ";" ";"48143 ";"Mnster ";"+49 251 - 9811 8070 ";" ";" ";" " +lieferant ;00050879;"Augasta GmbH (Sindibaba) ";" ";"Albert-Einstein-Ring 1 ";" ";"14352 ";"Kleinmachnow ";"+49 (0)33203-846580 ";" ";"+49 (0)33203-846581 ";" " +lieferant ;00507774;"Q corporate fashion e.K. - Ursula Muss ";" ";"Am Wirtschaftspark 9-11 ";" ";"54296 ";"Trier ";" ";" ";" ";" " +lieferant ;00050330;"RHEITA-KRAUTKRMER GmbH ";" ";"Auf Dornbruch 1 - 3 / Industriegebiet ";" ";"56288 ";"Kastellaun ";"+49 (0)6762 / 93 20-0 ";" ";"+49 (0)6762 / 93 20-50 ";" " +lieferant ;00050331;"GUGLIELMO ROTTA ";" ";"Via dell'Industria, 34 ";" ";"37066 ";"Sommacampagna - Verona ";"+39 045 8960692 ";" ";"+39 045 8960574 ";" " +lieferant ;00507780;"Heart & Mind Lifestyle ";"Domrose & Kaletta-Bahr GbR ";"Casumer Str. 44 ";" ";"33775 ";"Versmold ";"+49 (0)170 5764379 ";" ";"+49 (0) 5423 2044991 ";" " +lieferant ;00050913;"FABI Spa ";" ";"Via Bore Chienti ";" ";"62015 ";"Monte San Giusto (Mc) ";"0733 83921 ";" ";"0733 530246 ";" " +lieferant ;00050262;"Salzburg Sport GmbH ";" ";"Am Brunnen 1 ";" ";"5330 ";"Fuschl am See ";"+43/662/6582-0 ";" ";"+43/662/6582-7010 ";" " +lieferant ;00507911;"Score Wholesale BV ";" ";"Marketing 31 ";" ";"6921 RE ";"Duiven ";"+31 26-3193464 ";" ";"+31 26-3121088 ";" " +lieferant ;00507844;"Cashmere Couture - Simone Bruns ";" ";"Hofweg 8 ";" ";"22085 ";"Hamburg ";"+49 172 8753447 ";" ";" ";" " +lieferant ;00507919;"peter dahlenburg LIVING ";" ";"Martinistrasse 23 ";" ";"20251 ";"Hamburg ";"040-467 755 76 ";" ";" ";" " +lieferant ;00508027;"Susanne Boerner ";" ";"Bergstrae 20 ";" ";"56235 ";"Ransbach-Baumbach ";"+49 2623 924053 ";" ";"+49 2623 4768 ";" " +lieferant ;00507727;"Inyati Oliver Hauer ";" ";"Maximilianstr. 85 ";" ";"67346 ";"Speyer ";"+49 6232 28 900 23 ";" ";" ";" " +lieferant ;00507796;"Weintresor Oldenburg ";" ";"Poststrae 1-3 ";" ";"26122 ";"Oldenburg ";"+49 (441) 92209773 ";" ";" ";" " +lieferant ;00050191;"Ona Production SARL ";" ";"9 Place du Marche ";" ";"6460 ";"Echternach ";" ";" ";" ";" " +lieferant ;00050801;"Ann-Max s.r.l. (Maria Bellentani) ";" ";"Via Baccelliera 2 ";" ";"41126 ";"Modena P.IVA ";" ";" ";" ";" " +lieferant ;00050312;"Kiezeltje b.v. ";" ";"Zuidergracht 21-22 ";" ";"3763 LS ";"Soest ";"+31 (0)35 60 284 85 ";" ";"+31 (0)643 781 400 ";" " +lieferant ;00507773;"Moleskine Germany GmbH ";" ";"Spichernstr. 73 ";" ";"50672 ";"Kln ";" ";" ";" ";" " +lieferant ;00507859;"GL DAMECK LTD. ";" ";"Yard Rd ";" ";"PH10 6NW ";"Blairgowrie and Rattray ";"+44 (0)1250 876 914 ";" ";" ";" " +lieferant ;00050834;"Have A Look ApS ";" ";"Kongevejen 41 ";" ";"3480 ";"Fredensborg ";"+49 (0) 800 700 7032 ";" ";" ";" " +lieferant ;00050159;"Sylter-Wohnwelt GmbH ";" ";"Zum Fliegerhorst 23 ";" ";"25980 ";"Slyt/Tinnum ";"04651 - 5060 ";" ";"04651 - 5056 ";" " +lieferant ;00507920;"Flyte Europe Ltd. ";" ";"78 Beckenham Road ";" ";"BR38RH ";"Beckenham - Kent ";" ";" ";" ";" " +lieferant ;00507736;"DRWS ";" ";"Obere Ringstrae 5 ";" ";"90579 ";"Langenzenn ";"+49 9101 4019711 ";" ";" ";" " +lieferant ;00507737;"Handelsagentur Ibrahim Yavasoglu ";" ";"Kglweg 21 ";" ";"82024 ";"Taufkirchen ";"089 / 66 60 72 37 ";" ";"089 / 66 60 72 38 ";" " +lieferant ;00508023;"Jacques Lemans Uhrenvertriebs GmbH ";" ";"Hauptstrae 109 ";" ";"35745 ";"Herborn ";"+49 2772 5722-0 ";" ";"+49 2772 5722-20 ";" " +lieferant ;00507761;"Blumengrohandlung Robert Simon e.K. ";" ";"Daimlerstrae 16 ";" ";"87437 ";"Kempen ";"+49 831 7477 ";" ";"+49 831 79883 ";" " +lieferant ;00050892;"Jaya Fashion ";" ";"Friedrichstrasse 12 ";" ";"69221 ";"Dossenheim ";"+49 176 60840945 ";" ";" ";" " +lieferant ;00508905;"Pham Thi Thuan T-Mode ";" ";"Modering 5 , HauSD Z350.1 ";" ";"22457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507748;"Brockhaus Kommissionsgeschft GmbH ";" ";"Kreidlerstrae 9 ";" ";"70806 ";"Kornwestheim ";"0049-7154-13270 ";" ";"0049-7154-132713 ";" " +lieferant ;00050244;"Creative Design Industries Ltd. ";" ";"Arlandaweg 92 ";" ";"1043 EX ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00507754;"Audio Selection creaktiv GmbH ";" ";"Drieschweg 9 ";" ";"53604 ";"Bad Honnef ";"02224 949930 ";" ";"02224 949931 ";" " +lieferant ;00050145;"ann kurz (curple logistica S.L.) ";" ";"Espronceda 125 ";" ";"03204 ";"Elche, Alicante ";"+34 96 6641059 ";" ";" ";" " +lieferant ;00050972;"Popkornditorei Knalle UG ";" ";"Mhsamstrae 41 ";" ";"10249 ";"Berlin ";"030 68326970 ";" ";" ";" " +lieferant ;00050152;"LeeWranglerGermany GmbH ";" ";"Walter-Gropius-Strasse 23 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00050990;"Dolores... Lolita UG ";" ";"Hofer Str. 11 ";" ";"93057 ";"Regensburg ";"0941 8905520 ";" ";"0941 89055220 ";" " +lieferant ;00507860;"pXc Fashion UG ";" ";"Grtnerstrasse 18 ";" ";"20253 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507852;"Amber & June ";"BETTY BARCLAY GROUP GmbH & Co. KG ";"Heidelberger Str. 9 11 ";" ";"69226 ";"Nuloch ";"+49(0) 6224/900-0 ";" ";"+49(0) 6224/900-516 ";" " +lieferant ;00050897;"ANOTHER SOUVENIR GmbH ";" ";"Marktstrasse 8 ";" ";"70771 ";"Leinfelden (Stuttgart) ";"+49 (0) 711/99751642 ";" ";"+49 (0) 711/7545921 ";" " +lieferant ;00050817;"IVORYI & FRIENDS GmbH & Co.KG ";" ";"Speditionstrae 15a ";" ";"40221 ";"Dsseldorf ";"+49 (0)211 542 132 12 ";" ";"+49 (0)322 264 863 06 ";" " +lieferant ;00507758;"Officina srl ";" ";"Strada Degli Angariari 25 ";" ";"47891 ";"Rovereta Republica San Marino ";" ";" ";" ";" " +lieferant ;00050995;"ge-gra Muster GmbH ";" ";"Handwerkergewerbepark 11 ";" ";"48282 ";"Emsdetten ";"02572/9468880 ";" ";" ";" " +lieferant ;00507858;"Soulproducts GmbH ";" ";"Volkmarstrae 1-7 ";" ";"12099 ";"Berlin ";"+49 (0)30 50966512 ";" ";" ";" " +lieferant ;00507750;"Georg D.W. Callwey GmbH & Co. KG ";" ";"Streitfeldstr. 35 ";" ";"81673 ";"Mnchen ";"+49 89 436005-0 ";" ";"+49 89 436005-113 ";" " +lieferant ;00508043;"Remstaler Senfmanufaktur ";" ";"Auf der Weid 40 ";" ";"73655 ";"Plderhausen ";"+49 7181 88 494 27 ";" ";"+49 7181 989608 ";" " +lieferant ;00050803;"LEDIEU-HOURIEZ (voildieu) ";" ";"Chemin de la Guisette ";" ";"59540 ";"Bethencourt ";"+33(0)3 27 76 55 66 ";" ";"+33(0)3 27 76 55 69 ";" " +lieferant ;00507779;"Ship it GmbH ";" ";"Benzstrae 22 ";" ";"63110 ";"Rodgau ";"06106 / 639 28 42 ";" ";" ";" " +lieferant ;00507979;"we do nice gmbh ";" ";"Osnabrckerstr.11 ";" ";"45145 ";"Essen ";"+49 (0)20145863463 ";" ";" ";" " +lieferant ;00508035;"DBS Europe Limited ";" ";"Cayton Low Road Eastfield ";" ";"YO11 3BQ ";"Scarborough - North Yorkshire ";" ";" ";" ";" " +lieferant ;00050988;"But Fashion Solutions ";" ";"Apartado 212 ";" ";"2384-909 ";"Alcanena ";" ";" ";" ";" " +lieferant ;00507767;"La Loria Accessoires - Sylvia Waller ";" ";"Detmolderstrae 67-71 ";" ";"32839 ";"Steinheim ";"+49 5233 9518480 ";" ";" ";" " +lieferant ;05077921;"Relaxound GmbH ";" ";"Wilhelm-von-Siemens-Strae 12-14 ";" ";"12277 ";"Berlin ";"030 74684450 ";" ";" ";" " +lieferant ;00507912;"Dhupar Fashion ";" ";"Modering 1, Haus A, Raum 312, 3.OG ";" ";"22457 ";"Hamburg ";"040 - 55 97 02 74 ";" ";"040 - 55 97 02 76 ";" " +lieferant ;00507805;"Gartenwelt-Long ";" ";"Neue Wolterdingerstr. 22 ";" ";"78166 ";"Donaueschingen ";"+49(176) 72889748 ";" ";" ";" " +lieferant ;00507862;"Gloria Fashion GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"06103 9609830 ";" ";"06103 9609831 ";" " +lieferant ;00050154;"GoldCorn GmbH ";" ";"Am Dammacker 22a ";" ";"28201 ";"Bremen ";" ";" ";" ";" " +lieferant ;00050326;"Strategia S.R.L. ";" ";"Via Enzo Ferrari 17 ";" ";"62012 ";"Civitanova Marche (MC) ";"+39 0733 801066 ";" ";"+39 0733 801065 ";" " +lieferant ;00507751;"Bodenschatz Fashion GmbH ";" ";"Carl-Schller-Str. 54 ";" ";"954444 ";"Bayreuth ";"+49 (0) 921/730046-0 ";" ";"+49 (0) 921/730046-12 ";" " +lieferant ;00507829;"ABO-Fashion - Anke Bock ";" ";"Dorfstrae 52a ";" ";"01594 ";"Seerhausen ";"+49 35268 85426 ";" ";"+49 35268 85428 ";" " +lieferant ;00050128;"WATCHPEOPLE GmbH ";" ";"Porschestr. 1 ";" ";"97230 ";"Estenfeld ";"+49 (0) 9305 - 98986230 ";" ";"+49 (0) 9305 - 989866232 ";" " +lieferant ;00507942;"The Library of Fragrance Europe (EN) ";" ";"Corso Italia 61 ";" ";"80067 ";"Sorrento ";"+39 081 807 23 06 ";" ";" ";" " +lieferant ;00050991;"Hectic (Europe) Ltd ";" ";"Unit E1, Hilton Park, Church Farm Lane, ";" ";"PO20 8RL ";"East Wittering, West Sussex ";"01243 213555 ";" ";" ";" " +lieferant ;00507738;"Sneak Brands ";" ";"Johannisstr. 32 ";" ";"90419 ";"Nrnberg ";"+49 911 6899699 ";" ";"+49 911 6899696 ";" " +lieferant ;00507757;"Nero Handels GmbH ";"shoes berlin ";"Dircksenstrae 46 ";" ";"10178 ";"Berlin ";"+49 (341) 6510130 ";" ";"+49 (341) 6510133 ";" " +lieferant ;00507981;"VIITA Watches GmbH ";" ";"Johann-Roithner-Strae 131 ";" ";"4050 ";"Traun ";"+43 7229 23030 ";" ";" ";" " +lieferant ;00507740;"Vivant Decorations BV ";" ";"Amerikalaan 21 ";" ";"6199 ";"AE Maastricht-Airport ";"+31 (0)43 358 676 7 ";" ";"+31 (0) 43 364 973 7 ";" " +lieferant ;00050201;"Fifty Five OHG ";" ";"Unterm Wasser 17 ";" ";"57250 ";"Netphen ";"02738 / 30540 ";" ";"02738 / 305479 ";" " +lieferant ;00507968;"Paffen Sport GmbH & Co. KG ";" ";"Industriestrae 163 ";" ";"50999 ";"Kln ";"02236 84991-0 ";" ";"02236 84991-19 ";" " +lieferant ;00050332;"Roberto Festa Milano ";" ";"via Nuova San Rocco 95 ";" ";"80131 ";"Napoli ";"+ 39 081 7413393 ";" ";" ";" " +lieferant ;00507782;"Go Dutch Label BV ";" ";"Gasselstraat 10 ";" ";"5211 KJ ";"s-Hertogenbosch ";"+31 (0)73 2020026 ";" ";" ";" " +lieferant ;00050333;"Passi d'Estate Srl (Paila Fiorenza) ";" ";"Via Roma 278 ";" ";"80057 ";"Sant'Antonio Abate (Napoli) ";"(+39) 0818734771 ";" ";" ";" " +lieferant ;00050334;"Calzaturificio Lorenzi S.a.s. ";" ";"Contrada Campiglione, 21 ";" ";"63900 ";"Fermo ";"+39 0734-628358 ";" ";"+39 0734-628623 ";" " +lieferant ;00050335;"LODI ";" ";"Campo Alto. C/ Gran Bretaa, 156-157 ";" ";"03600 ";"Elda (Alicante) ";"+34 966 981 298 ";" ";" ";" " +lieferant ;00050336;"Blackstone ";" ";"Zuidpool 3 ";" ";"2801 RW ";"Gouda ";"+31 182 616 060 ";" ";" ";" " +lieferant ;00050337;"Calzaturificio Elisabet S.R.L. ";" ";"1 Maggio 35 ";" ";"63813 ";"Monte Urano (FM) ";"+39 0734 840019 ";" ";" ";" " +lieferant ;00050338;"TOP SHOE AG ";" ";"Gotthardstr. 28 ";" ";"6300 ";"Zug ";"+49 172 842 44 59 ";" ";" ";" " +lieferant ;00050814;"Alpha Collections GmbH ";" ";"Bleibtreustrae 49 ";" ";"10623 ";"Berlin ";" ";" ";" ";" " +lieferant ;00507764;"A. Kjaerbede ApS ";" ";"Danas Plads 15 ";" ";"1915 ";"Frederiksberg ";" ";" ";" ";" " +lieferant ;00507896;"Fashion-Concepts by STOUT B.V. ";" ";"Kuiperbergweg 44 ";" ";"1101 AG ";"Amsterdam ";"+31(0)6-24438656 ";" ";" ";" " +lieferant ;00507765;"JL Company Ltd. (Bulgaria) ";" ";"Hristo Botev bul. 118 ";" ";"1202 ";"Sofia ";" ";" ";" ";" " +lieferant ;00507775;"Handelsagentur Silvana Degenhardt ";" ";"Alsterweg 12 ";" ";"31303 ";"Burgdorf ";"+ 49 (0) 172 2987211 ";" ";" ";" " +lieferant ;00507766;"Modefront GmbH ";" ";"Mahdentalstr. 96-98 / HDM Raum 021/023 ";" ";"71065 ";"Sindelfingen ";"+49 7031 6311700 ";" ";"+49 7031 6311701 ";" " +lieferant ;00507753;"Fatboy the Original B.V. ";" ";"Het Zuiderkruis 3 ";" ";"5215 ";"MV 's-Hertogenbosch ";"+31 73-6154200 ";" ";"+31 73-6154201 ";" " +lieferant ;00507935;"Super Natural Europe AG ";" ";"Schngrund 26 ";" ";"6343 ";"Rotkreuz ";"+41 44 405 60 70 ";" ";" ";" " +lieferant ;00050245;"Clarks Shoes Vertriebs GmbH ";" ";"Albstr. 16-18 ";" ";"72764 ";"Reutlingen ";" ";" ";" ";" " +lieferant ;00507742;"2Due S.R.L. A Socio Unico ";" ";"Loc. Pian di Roma 129G ";" ";"50066 ";"Reggello (FI) ";"+39 55 3986660 ";" ";"+39 55 9029606 ";" " +lieferant ;00507843;"O'Donnell Moonshine GmbH ";" ";"Weserstrae 184 ";" ";"12045 ";"Berlin ";"030 12 0883 30 ";" ";" ";" " +lieferant ;00050894;"Emons Verlag GmbH ";" ";"Ccilienstrae 48 ";" ";"50667 ";"Kln ";"+49221-56977 0 ";" ";"+49221-56977190 ";" " +lieferant ;00050898;"Schmitz Textiles GmbH+Co.KG ";"Drapilux ";"Hansestrae 87 ";" ";"48282 ";"Emsdetten ";"+49 2572 1532 0 ";" ";"+49 2572 1532 555 ";" " +lieferant ;00507899;"Pep Up Vertrieb ";" ";"Pichling 120 ";" ";"8510 ";"Stainz ";"+43 (0)664 533 56 26 ";" ";" ";" " +lieferant ;00507812;"Fun Verbenas S.L ";" ";"CL Manuel de Falla 13 ";" ";"03203 ";"Elx/Elche ";" ";" ";" ";" " +lieferant ;00050935;"Fashiondreams ";"Gabriele Stranka ";"Praterstrae 55 ";" ";"1020 ";"Wien ";"+43 (0) 650 203 46 98 ";" ";"+43 (0) 820 220 398 627 ";" " +lieferant ;00050971;"MODEist GmbH ";" ";"Kurische Str. 8 ";" ";"50997 ";"Kln ";"+49 (0)151 64 50 64 85 ";" ";" ";" " +lieferant ;00507838;"SEVERIN Elektrogerte GmbH ";" ";"Rhre 27 ";" ";"59846 ";"Sundern ";"02933 98 20 ";" ";"02933 98 23 33 ";" " +lieferant ;00507925;"Handelsagentur Andreas Losch ";" ";"Rohrauerstr. 16 ";" ";"81477 ";"Mnchen ";"089-71669494 ";" ";"089-71669495 ";" " +lieferant ;00507900;"COXLAB GmbH ";" ";"Via Quadris 7 ";" ";"7014 ";"Trin ";"+41 81 635 15 15 ";" ";" ";" " +lieferant ;00508008;"Wilhelm Reulein GmbH & Co. KG ";" ";"Segringer Str. 43 ";" ";"91550 ";"Dinkelsbhl ";"09851 808 ";" ";"09851 1244 ";" " +lieferant ;00507861;"pandoo GmbH ";" ";"Blarerstr. 56 ";" ";"78462 ";"Konstanz ";"+49 (7531) 6919011 ";" ";" ";" " +lieferant ;00507915;"Mobilefashion ";" ";"Crmannstr. 12 ";" ";"58455 ";"Witten ";"+49 2302 1788978 ";" ";"+49 2302 1786615 ";" " +lieferant ;00508013;"Zoe Karssen B.V. ";" ";"Rozengracht 133 ";" ";"1016 LV ";"Amsterdam ";"+31-(0)20-7797771 ";" ";" ";" " +lieferant ;00507901;"Oscar Jacobson AB ";" ";"P.O Box 444 ";" ";"503 13 ";"Bors ";" ";" ";" ";" " +lieferant ;00507842;"ReGINerate - Martin Kern ";" ";"Lindenstr. 53 ";" ";"47798 ";"Krefeld ";" ";" ";" ";" " +lieferant ;00507902;"TAFELGUT ";" ";"Fhrenwaldstrae 2 ";" ";"82515 ";"Wolfratshausen ";"08171-42882-0 ";" ";"08171-99959-71 ";" " +lieferant ;00050975;"My Flame Lifestyle B.V. ";" ";"Van Cleeffkade 15 ";" ";"1431 BA ";"Aalsmeer ";"+31 (0)29 775 3622 ";" ";" ";" " +lieferant ;00507922;"KitchenCraft ";"Lifetime Barnds Europe ";"Valepits Road ";" ";"B33 0TD ";"Birmingham ";" ";" ";" ";" " +lieferant ;00507865;"AZM Sarl ";" ";"16A avenue de la Liberte ";" ";"1930 ";"Luxembourg ";" ";" ";" ";" " +lieferant ;00050177;"Native Experts GmbH ";" ";"Reuensteinstr. 12a ";" ";"71032 ";"Bblingen ";"+49 (7031) 7350988 ";" ";" ";" " +lieferant ;00508060;"Vetrina S.P. ";" ";"Strada Padana Superiore 3'17 ";" ";"20090 ";"Vimodrone (Mi) ";"02.27401483 ";" ";"02.27409400 ";" " +lieferant ;05078903;"Nicolas Vahe ApS ";" ";"Industrivej 29 ";" ";"7430 ";"Ikast ";"+45 96 99 0000 ";" ";" ";" " +lieferant ;00507759;"North Fashion Distribution ";"Paul X Claire ";"Grtnerstrasse 18 ";" ";"20253 ";"Hamburg ";"+49 (0) 152 53 85 54 79 ";" ";" ";" " +lieferant ;00507850;"Meandco B.V. ";" ";"Energieweg 4 ";" ";"3641RT ";"Mijdrecht ";" ";" ";" ";" " +lieferant ;00050101;"a Novation cosmetics GmbH ";" ";"Hattinger Strae 417 ";" ";"44795 ";"Bochum ";"+49 (0) 234 91 22 11 10 ";" ";"+49 (0) 234 91 22 11 20 ";" " +lieferant ;00507917;"Kurt Sprgel ";"Flockerei ";"Amtstrae 73 ";" ";"74673 ";"Hollenbach ";"+49 (7938) 993920 ";" ";"+49 (7938) 9939210 ";" " +lieferant ;00507934;"Atelier Contemporain ";" ";"Atelier No. 1 ";" ";"66600 ";"Rivesaltes ";"0468632934 ";" ";"0468648586 ";" " +lieferant ;00507743;"Fast Fashion Partners ";" ";"Rijselstraat 90 ";" ";"3583 ";"Paal-Beringen ";"+32 11 26 02 50 ";" ";"+32 11 32 15 72 ";" " +lieferant ;00507851;"myShopradio GmbH ";" ";"Arndtstr. 6-8 ";" ";"33602 ";"Bielefeld ";"+49 (0)521 163927-0 ";" ";" ";" " +lieferant ;00509903;"Modehaus.de GmbH ";" ";"Inselstrae 3 ";" ";"31787 ";"Hameln ";"05151 9566-22 ";" ";"05151 926704 ";" " +lieferant ;00050241;"Dkv Mens Dept. A/S ";" ";"Edisonvej 4 ";" ";"7100 ";"Vejle ";" ";" ";" ";" " +lieferant ;00050242;"Breitfeld & Schliekert GmbH ";"A Hilco Vision Company ";"Max-Planck-Strae 30 ";" ";"61184 ";"Karben ";"+49 (0) 6039 9 93-0 ";" ";"+49 (0) 6039 9 93-37 ";" " +lieferant ;00507729;"Ethifashion GmbH ";" ";"Grenzstrae 16 ";" ";"06112 ";"Halle (Saale) ";"+49 345 27986526 ";" ";"+49 345 7702096 ";" " +lieferant ;00050251;"Alimport Franco S.r.l. (Marlon Firenze) ";" ";"via Tevere 100/5 ";" ";"50019 ";"Sesto Fiorentino ";"+39 0553416191 ";" ";"+39 0553427450 ";" " +lieferant ;00508094;"Phonie GbR ";" ";"Ohlauer Strae 15 ";" ";"10999 ";"Berlin ";"+49 15 75 04 82 918 ";" ";" ";" " +lieferant ;00050883;"pano.city Marketing GmbH ";" ";"Windmhlenbergstrae 20 ";" ";"38259 ";"Salzgitter ";"+49 5341 22 54 20 ";" ";" ";" " +lieferant ;00050884;"RETOUR Jeans (Semtex BV) ";" ";"De Maas 17c ";" ";"5684 PL ";"Best ";"+31 (0)499 378003 ";" ";" ";" " +lieferant ;00050887;"Doro S.R.L. ";" ";"Via Archimede 10 ";" ";"20129 ";"Milano ";"+39 049 502656 ";" ";"+39 049 9829294 ";" " +lieferant ;00507923;"JuLeo GmbH ";" ";"Urbanstrae 6 ";" ";"72636 ";"Linsenhofen ";"+49 171 9366345 ";" ";" ";" " +lieferant ;00050888;"TOMBOW Pen & Pencil GmbH ";" ";"Waldeckerstr. 10 ";" ";"64546 ";"Mrfelden-Walldorf ";"+49 (6105) 30964-13 ";" ";"+49 (6105) 30964-71 ";" " +lieferant ;00508038;"Giomarima s.r.l.u. ";" ";"Via dell'Erta Canina, 62 ";" ";"50125 ";"Firenze ";"+39 055 6800085 ";" ";" ";" " +lieferant ;00508039;"Manifatture Rosi srl ";" ";"Via E. Rossi, 2 Q ";" ";"52100 ";"Arezzo ";"+39 0575 250962 ";" ";"+39 0575 250882 ";" " +lieferant ;00508041;"Gherardi S.r.l. ";" ";"Via C. Coupers 11 ";" ";"52036 ";"Pieve S.Stefano - Arezzo ";"+39 0575 797501 ";" ";"+39 0575 798072 ";" " +lieferant ;00507822;"14ender ";" ";"Kellershaustr. 20 ";" ";"52078 ";"Aachen ";"0241-53102750 ";" ";"0241-53102759 ";" " +lieferant ;00507924;"Edition Gute Geister ";" ";"Geibelstrae 42 ";" ";"22303 ";"Hamburg ";"(040) 2701 888 ";" ";" ";" " +lieferant ;00050160;"Loverli - Renate Stey ";" ";"Franz-Erenthaler-Str. 5 ";" ";"84160 ";"Frontenhausen ";"08732 / 931300 ";" ";" ";" " +lieferant ;00050146;"ann kurz (teresa atelier S.L.) ";" ";"Espronceda 125 ";" ";"03204 ";"Elche, Alicante ";" ";" ";" ";" " +lieferant ;00050987;"BLUE LEMON AG ";" ";"Kapellplatz 8 ";" ";"6002 ";"Luzern ";"0041 (0) 41 266 06 04 ";" ";"0041 (0) 41 210 85 14 ";" " +lieferant ;00507772;"Bacha SAS ";" ";"266 Rue de Chareton ";" ";"75012 ";"Paris ";" ";" ";" ";" " +lieferant ;00050126;"ZI Ladoux (Picture Organic Clothing) ";" ";"5012 Boulevard de lEurope ";" ";"63360 ";"Gerzat ";"+33 4 73 26 46 91 ";" ";" ";" " +lieferant ;00507745;"Impetus Deutschland GmbH ";" ";"Obere Wssere 3-7 ";" ";"72764 ";"Reutlingen ";"+49 170 9942661 ";" ";" ";" " +lieferant ;00050156;"Textil Grosshandel Huang ";"Handan Huang ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich ";"+49 (6103) 5717749 ";" ";"+49 (6103) 83119016 ";" " +lieferant ;00050149;"MD Corporate Fashion GmbH ";" ";"Engerstrasse 55 ";" ";"47906 ";"Kempten ";"0172 53 52 358 ";" ";" ";" " +lieferant ;00050947;"hello love GmbH ";" ";"Eppendorfer Weg 283 ";" ";"20251 ";"Hamburg ";"040 - 33450933 ";" ";" ";" " +lieferant ;00507726;"HEAD Sport GmbH ";" ";"Wuhrkopfweg 1 ";" ";"6921 ";"Kennelbach ";" ";" ";" ";" " +lieferant ;00050350;"Trffel-Freunde GmbH ";" ";"Ernst-Ludwig-Strae 13 ";" ";"64283 ";"Darmstadt ";"0173 - 8881996 ";" ";" ";" " +lieferant ;00050351;"Just Boheme GbR ";" ";"Bellevue 42 ";" ";"22301 ";"Hamburg ";"01766650574 ";" ";" ";" " +lieferant ;00050352;"MnO International AB ";" ";"Textilgatan 43 ";" ";"120 03 ";"Stockholm ";"+46 (0)8 587 916 00 ";" ";" ";" " +lieferant ;00050367;"zzz~HBX Deco (504778 benutzen) ";" ";"Postbus 25 ";" ";"2230 AA ";"Rijnsburg ";"+31 (0) 714097640 ";" ";" ";" " +lieferant ;00050368;"projet b ltd. ";"Arebyte Studios,Harmony Building,Unit 16";"City Island Way ";" ";"E14 0QE ";"London ";"+44 7743159467 ";" ";" ";" " +lieferant ;00508129;"TY (UK) Ltd ";" ";"Robinson Way ";" ";"PO3 5SA ";"Hampshire ";"0800 101 3108 ";" ";" ";" " +lieferant ;00507910;"GLD Group ";" ";"Yard Road ";" ";"PH10 6NW ";"Blairgowrie, Perthshire ";"+44 (0)1250 876 914 ";" ";" ";" " +lieferant ;00508904;"Venitti Bozena Paszkowska ";" ";"Robotnica 71 ";" ";"68-300 ";"Lubsko ";" ";" ";" ";" " +lieferant ;00508032;"Scarpe Retail GmbH & Co. KG ";" ";"Salzstr. 41 ";" ";"48143 ";"Mnster ";"+49 251 9811 8070 ";" ";"+49 251 9811 807 11 ";" " +lieferant ;00508114;"EIN SCHNER FLECK ERDE. OG ";" ";"Stauffenstrae 8a ";" ";"5020 ";"Salzburg ";"+43 662 456195 ";" ";" ";" " +lieferant ;00050970;"creativetops ";"a LifetimeBrands company ";"Creative House, 47 Causeway Road, Corby ";" ";"NN17 4DU ";"Northamptonshire ";"+44 (0) 1536 207710 ";" ";"+44 (0) 1536 207711 ";" " +lieferant ;00507806;"Angel Baracelo ";" ";"Maximilianallee 14-16 /Raum 2 ";" ";"04129 ";"Leipzig ";"+49 (152) 22881951 ";" ";" ";" " +lieferant ;00507854;"Impala Silberschmuck ";" ";"Rauschbeerstr. 20 ";" ";"48712 ";"Gescher ";"049-02863-3834960 ";" ";"049-02863-3834961 ";" " +lieferant ;00050911;"CLM Leder Waldherr ";" ";"Bahnhofstrae 36 ";" ";"94081 ";"Frstenzell ";"+49 (0) 8502 91 80 559 ";" ";"+ 49 (0) 8502 918 336 ";" " +lieferant ;00050339;"Lesy di Cosi Lisetta s.r.l. ";" ";"VIALE FRATELLI ROSSELLI 47/49 ";" ";"50144 ";"FIRENZE (FI) ";" ";" ";" ";" " +lieferant ;00507715;"Hinterveld (Pty) Ltd ";" ";"Hendrik van Eck Drive ";" ";"6229 ";"Riverside Industria ";"+27 41 992 4880 ";" ";"+27 41 992 4886 ";" " +lieferant ;00050340;"Calzaturificio Gabriele Srl ";" ";"Via Ilio Barontini, 4 ";" ";"50018 ";"Badia a Settimo ";"+39 055 791041 ";" ";" ";" " +lieferant ;00050886;"unique selected GmbH ";" ";"Potsdamer Str. 91 ";" ";"10785 ";"Berlin ";"+49 30 263 945 10 ";" ";" ";" " +lieferant ;00507677;"Purelei GmbH ";" ";"Melchiorstr. 1 ";" ";"68167 ";"Mannheim ";"+49 1577 378 5628 ";" ";" ";" " +lieferant ;00507678;"Tennis-Point GmbH ";" ";"Hans-Bckler-Str. 29-35 ";" ";"33442 ";"Herzebrock ";"+49 5245 8353200 ";" ";" ";" " +lieferant ;00507679;"Perry Ellis Europe Limited ";" ";"Crittall Road ";" ";"CM8 3DJ ";"Witham, Essex ";"+44 1376 502345 ";" ";" ";" " +lieferant ;00507680;"Barbara Sturm Molecular Cosmetics GmbH ";" ";"Knigsallee 53-55 ";" ";"40212 ";"Dsseldorf ";"0211 86 32 003 ";" ";" ";" " +lieferant ;00507681;"Molton Brown Limited ";" ";"Green Street ";" ";"CM22 6DS ";"Elsenham ";" ";" ";" ";" " +lieferant ;00507682;"EBENHOLZ Skincare e.K. ";"Inh. Wolfgang Rindchen ";"Emser Strae 75 ";" ";"65195 ";"Wiesbaden ";" ";" ";" ";" " +lieferant ;00507683;"LIGNE ST BARTH GmbH ";" ";"Helene-Wessel-Bogen 11 ";" ";"80939 ";"Mnchen ";"+49 (0)89 316057-3 ";" ";"+49 (0)89 316057-59 ";" " +lieferant ;00507684;"Chanel GmbH ";" ";"Ericusspitze 2+4 ";" ";"20457 ";"Hamburg ";"040 5544550 ";" ";"040 80 24 84 ";" " +lieferant ;00507696;"Qoss ";" ";"Doktor C.J.K. Van Aalstweg 13C II ";" ";"1625 NV ";"Hoorn ";" ";" ";" ";" " +lieferant ;00507697;"Will be a brand GmbH ";" ";"Borsigstr, 8 ";" ";"10115 ";"Berlin ";" ";" ";" ";" " +lieferant ;00508900;"DAILYSOCKS.berlin ";" ";"Laukamp 47 ";" ";"48493 ";"Wettringen ";"02557/4169156 ";" ";" ";" " +lieferant ;00508901;"Spassshirt.de ";"Marion Walczuch ";"Mhlenweg 3 ";" ";"37603 ";"Holzminden ";" ";" ";" ";" " +lieferant ;00508902;"Aroma Company ";" ";"August -Bebel-Strae 22 ";" ";"63225 ";"Langen ";"06103 310 46 70 ";" ";" ";" " +lieferant ;00050114;"CLUSE HQ ";" ";"Overschiestraat 186 C ";" ";"1062 XK ";"Amsterdam ";" ";" ";" ";" " +lieferant ;00050115;"Obag ";" ";"Via Galvani, 1 ";" ";"35011 ";"Campodarsego ";"+39 049 8952852 ";" ";" ";" " +lieferant ;00050116;"Marla4life ";" ";"Hessenstrae 1, Haus B Raum 010-014 ";" ";"30855 ";"Langenhagen ";"0511 21565732 ";" ";" ";" " +lieferant ;00507725;"Mder Kaffeersterei e.K. ";" ";"Gewerbestr. 7 ";" ";"78247 ";"Hilzingen ";"+49 (0) 7731/909 70-0 ";" ";"+49 (0) 7731/909 70-22 ";" " +lieferant ;00507730;"EAU D'ITALIE s.r.l. ";" ";"Vicolo del Bottino 9 ";" ";"00187 ";"Roma ";" ";" ";" ";" " +lieferant ;00507732;"Ets Tassinon ";" ";"Zoning Ouest 9 ";" ";"7860 ";"Lessines ";"+32 68 332534 ";" ";"+32 68 337595 ";" " +lieferant ;00507733;"MH Berlin GmbH ";" ";"Fidicinstrae 17 ";" ";"10965 ";"Berlin ";"+49 30550 74729 ";" ";" ";" " +lieferant ;00507744;"Anisch de la Cara S.L. ";" ";"Avenida de la Marina 72x ";" ";"03720 ";"Benissa Alicante ";"+34 965 748 355 ";" ";"+49 89 24889777 ";" " +lieferant ;00507756;"Laserzwerg ";" ";"Nelkenstrae 17 ";" ";"91522 ";"Ansbach ";" ";" ";" ";" " +lieferant ;00507768;"Flyers CNV Limited ";"Brand Machine Group ";"Unit 1, 424 Ware Road,Hertford ";" ";"SG13 7EW ";"Hertfordshire ";"+44 1992 538003 ";" ";"+44 1992 507109 ";" " +lieferant ;00507769;"Requanda GmbH ";" ";"Alt-Eller 3 ";" ";"40229 ";"Dsseldorf ";"+49 211 - 15201819 ";" ";" ";" " +lieferant ;00507786;"Zwillingsherz GmbH ";" ";"Modering 3, Haus B, Etage 5 ";" ";"22457 ";"Hamburg ";"0176 20012794 ";" ";" ";" " +lieferant ;00507800;"Endlich! Gutes ";"Frank & Hobein GbR ";"Zllerstrae. 2 ";" ";"64291 ";"Darmstadt ";"+49 (177) 4286952 ";" ";" ";" " +lieferant ;00507807;"Caso Design ";"Braukmann GmbH ";"Raiffeisenstrasse 9 ";" ";"59757 ";"Arnsberg ";"+49 (0)2932 54766 - 0 ";" ";"+49 (0)2932 54766 - 77 ";" " +lieferant ;00507808;"Aurora World Ltd. ";" ";"10th floor, Aurora World HQ BUILDING ";" ";"997 ";"Daechi-dong, Gangnam-gu, Seoul ";"+82-2-3420-4056 ";" ";"+82-2-3420-4003 ";" " +lieferant ;00507809;"Alleswein ";"Christ Weinhandels GmbH ";"Potsdamer Str.1 ";" ";"30916 ";"Isernhagen-Altwarmbchen ";"+49 (0) 511-45960900 ";" ";"+49 (0) 511-45960909 ";" " +lieferant ;00507810;"BECKER-MANICURE ";" ";"Friedrich-Wilhelm-Str. 18 - 22 ";" ";"42655 ";"Solingen ";" ";" ";" ";" " +lieferant ;00507771;"Nordahl Andersen ApS ";" ";"Frvej 3 ";" ";"8700 ";"Horsens ";"+45 66 11 17 03 ";" ";"+45 66 11 17 25 ";" " +lieferant ;00507781;"Amefa Stahlwaren GmbH ";" ";"Mhlenstrae 25 ";" ";"42699 ";"Solingen ";"+49 (212) 232070 ";" ";"+49 (212) 2320740 ";" " +lieferant ;00507787;"Mondottica Deutschland GmbH ";" ";"Oderstrae 2 ";" ";"73529 ";"Schwbisch-Gmnd ";"+49 (7171) 803-0 ";" ";"+49 (7171) 803-773 ";" " +lieferant ;00507789;"Change Management Consulting Dr. Kutsche";" ";"Am Schlichtfeld 2 ";" ";"82541 ";"Mnsing ";"+49 (8177) 9983913 ";" ";"+49 (8177) 9983910 ";" " +lieferant ;00507790;"ABURY Collection GmbH ";" ";"Budapester Strae 38-50 ";" ";"10787 ";"Berlin ";"+49 (0)30 21802808 ";" ";" ";" " +lieferant ;00507791;"Frank Meyer Handelsvertretung ";" ";"Rudolfshhe 5 ";" ";"29646 ";"Bispingen ";"+49 (5194) 471737 ";" ";" ";" " +lieferant ;00507814;"S. Becker e.K. ";" ";"Friedrich-Wilhelm-Str. 18-22 ";" ";"42655 ";"Solingen ";"+49 212 2233 40 ";" ";"+49 212 2233 421 ";" " +lieferant ;00507815;"Christ Weinhandels GmbH ";" ";"Potsdamer Str. 1 ";" ";"30916 ";"Isernhagen-Altwarmbchen ";"0511 459 60 900 ";" ";"0511 459 60 909 ";" " +lieferant ;00507825;"LIKE Trading UG ";" ";"Isestr. 47 ";" ";"20144 ";"Hamburg ";"+49 (40) 20007244 ";" ";" ";" " +lieferant ;00507828;"KKF Fashion Group GmbH ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00507855;"Naf Naf ";" ";"6, boulevard Foch ";" ";"93807 ";"Epinay sur Seine Cedex ";" ";" ";" ";" " +lieferant ;00507836;"Hasena AG ";" ";"Leymenstrasse 10 ";" ";"4105 ";"Biel - Benken ";"+41 61 726 24 24 ";" ";"+41 61 726 24 25 ";" " +lieferant ;00507878;"Sorgenfri GmbH ";" ";"Feldstr. 69 ";" ";"24105 ";"Kiel ";"+49(0) 431-64081098 ";" ";"+49(0) 431-64086620 ";" " +lieferant ;00507880;"Schneider & Wohlenberg GmbH & Co. KG ";" ";"Friedrichsgaber Strasse 71 ";" ";"25451 ";"Quickborn ";"+49 (0)4106 / 7760-0 ";" ";"+49 (0)4106 / 7760-60 ";" " +lieferant ;00507897;"Decadent A/S ";" ";"Brnsholmvej 26 ";" ";"2980 ";"Kokkedal ";"+45 41 67 70 80? ";" ";" ";" " +lieferant ;00507903;"Lufian Europe GmbH ";" ";"Pempelforter Str. 80 ";" ";"40211 ";"Dsseldorf ";"+49 211 8825940 ";" ";" ";" " +lieferant ;00507904;"IDA-Fashion GmbH ";"MMC/Haus B-1.Etage 139-140 ";"Mnchner Ring 2 ";" ";"04435 ";"Schkeuditz ";"+49 (34204) 451314 ";" ";"+49 (34204) 451505 ";" " +lieferant ;00507905;"Belt Department GmbH ";" ";"Wormserstr. 48 ";" ";"42119 ";"Wuppertal ";"01736584341 ";" ";" ";" " +lieferant ;00507906;"Cowboysbag ";" ";"Sevillaweg 140 ";" ";"3047 AL ";"Rotterdam ";"+31 (0) 102613104 ";" ";" ";" " +lieferant ;00507916;"Fairbo Sport BV ";" ";"Marconilaan 6 ";" ";"6003 DD ";"Weert ";" ";" ";"+31 495-542216 ";" " +lieferant ;00507918;"Beaumont B.V. ";" ";"Tokyostraat 7 ";" ";"1175 RB ";"Lijnden ";"+31204877777 ";" ";" ";" " +lieferant ;00507921;"Lwen-Apotheke ";" ";"Dr. Julius Leber-Str. 13 ";" ";"23552 ";"Lbeck ";"045175470 ";" ";"0451706607 ";" " +lieferant ;00507927;"Franz Reinkemeier GmbH ";" ";"Westerwieher Strasse 198 ";" ";"33397 ";"Rietberg ";"+49 (0) 5244 921 0 ";" ";"+49 (0) 5244 1516 ";" " +lieferant ;00507937;"Seeberger GmbH ";" ";"Hans-Lorenser-Strae 36 ";" ";"89079 ";"Ulm ";"+49 731 40930 ";" ";"+49 731 4093 665000 ";" " +lieferant ;00507938;"CASHEW4U UG ";" ";"Schneckenburgstr. 48 ";" ";"78467 ";"Konstanz ";"+49 7531 5848700 ";" ";"+49 7531 5848701 ";" " +lieferant ;00507939;"Pier 7 Foods Import GmbH ";" ";"Industriestr. 11 ";" ";"82194 ";"Grbenzell ";"+49 (8142 ) 65 24 40 ";" ";"+49 (8142) 66 74 27 ";" " +lieferant ;00507940;"Ulrich Walter GmbH (Lebensbaum) ";" ";"Dr.-Jrgen-Ulderup-Strae 12 ";" ";"49356 ";"Diepholz ";"+49 5441 9856-0 ";" ";"49 5441-9856-101 ";" " +lieferant ;00507941;"LA BELLE MECHE ";" ";"43 rue Auguste Comte ";" ";"69002 ";"Lyon ";"+33 (0)478 602401 ";" ";" ";" " +lieferant ;00507943;"Next Step Modetextil GmbH ";" ";"Modering 3, Haus B, Raum 647 ";" ";"22457 ";"Hamburg ";"040 - 550 59 56 ";" ";"040 - 50721890 ";" " +lieferant ;00507944;"Brands Business ";" ";"Freihofplatz 1 ";" ";"63500 ";"Seligenstadt ";"+49 (0) 6182 948 7346 ";" ";" ";" " +lieferant ;00507945;"soft jewellery by madamezorro ";" ";"Schnhauser Allee 161A ";" ";"10435 ";"Berlin ";"+49 178 1380324 ";" ";" ";" " +lieferant ;00050117;"verlag moderne industrie GmbH ";" ";"Justus-von-Liebig-Strae 1 ";" ";"86899 ";"Landsberg am Lech ";"+49 8191 125-333 ";" ";"+49 8191 125-599 ";" " +lieferant ;00050118;"SIMA Textil-Vertrieb GmbH ";" ";"Carl-Zeiss-Strae 34 ";" ";"24568 ";"Kaltenkirchen ";"04191-9524416 ";" ";"04191-9524417 ";" " +lieferant ;00050119;"Bleifrei Lifewear ";" ";"Via Lago di Lugano 15 ";" ";"36015 ";"Schio (VI) ";"+39.0445.576604 ";" ";" ";" " +lieferant ;00507958;"Gerhard Ahlmeyer ";" ";"Selhofer Weg 102 ";" ";"49324 ";"Melle ";"05422/3435 ";" ";"05422/49805 ";" " +lieferant ;00507959;"Gourmandiserie ";" ";"Untergarten 15 ";" ";"77966 ";"Kappel-Grafenhausen ";"07822 4401808 ";" ";"07822 4401821 ";" " +lieferant ;00507960;"Konrad Knoblauch GmbH ";" ";"Zeppelinstrae 8-12 ";" ";"88677 ";"Markdorf ";"+49 (7544) 95300 ";" ";"+49 (7544) 9530333 ";" " +lieferant ;00507961;"Johanning Snack GmbH & Co.KG ";" ";"In den Zuschlgen 1 ";" ";"49453 ";"Rehden ";"+49 (0) 54 46 - 20 60 100 ";" ";"+49 (0) 54 46 - 20 60 150 ";" " +lieferant ;00507962;"4Dmagic GmbH & Co.KG ";"Dynamic entersalement ";"Werftstr. 20 ";" ";"30163 ";"Hannover ";"+49 (0)511- 13 22 16 20 ";" ";"+49 (0)511 - 13 22 16 24 ";" " +lieferant ;00507926;"SAFAYA GmbH ";" ";"Am Trippelsberg 43 ";" ";"40589 ";"Dsseldorf ";"0211 78 17 69 88 ";" ";" ";" " +lieferant ;00507928;"Gonz Limited t/a Knomo ";" ";"83 Great Portland Street ";" ";"W1W 7LS ";"London ";"02074620750 ";" ";"02079003404 ";" " +lieferant ;00507929;"Van Hal Textilimport GmbH ";" ";"Emil-Hoffmann-Str. 55 -59 ";" ";"50996 ";"Kln ";"02236/962960 ";" ";"02236/962962 ";" " +lieferant ;00507930;"MONTES GmbH Sport- u. Freizeitartikel ";" ";"Im Kirchle 58 ";" ";"70806 ";"Kornwestheim ";"+49 7154 27077 ";" ";" ";" " +lieferant ;00507931;"Maxima Trends GmbH (Ophilia) ";" ";"Breslauer Strasse 8 ";" ";"41460 ";"Neuss ";"+49 (0)2131 384 6444 ";" ";"+49 (0)2131 384 3020 ";" " +lieferant ;00507932;"Bebo Import BV ";" ";"Eikenlaan 8/A ";" ";"3851 PT ";"Ermelo ";"+31 0341-562588 ";" ";"+31 0341-550686 ";" " +lieferant ;00507933;"canvasco GmbH ";" ";"Lothringer Str. 29 ";" ";"28211 ";"Bremen ";"+49 421 33 81 256 ";" ";"+49 421 306 33 44 ";" " +lieferant ;00507936;"Nailmatic ";" ";"320 rue Saint-Honor ";" ";"75001 ";"Paris 1ER Arrondissement ";"01 85 09 69 25 ";" ";"01 43 48 61 46 ";" " +lieferant ;00507947;"Lasse Lakritz ";" ";"Sintherner Strae 13 ";" ";"50259 ";"Pullheim ";"02238 958 58 13 ";" ";" ";" " +lieferant ;00507948;"Wildbach Schokoladen ";" ";"Pfistershamer Strae 1 ";" ";"84155 ";"Bodenkirchen ";"(08741) 925 00 44 ";" ";"(08741) 925 01 09 ";" " +lieferant ;00507949;"Burkely ";" ";"Nobelstraat 6 ";" ";"5051 ";"Goirle ";"+31 13 534 91 26 ";" ";" ";" " +lieferant ;00507950;"Mansion atmosphere by De Tol Lisse ";" ";"2e Poellaan 28a/28 ";" ";"2161 Cj ";"Lisse ";"+31(0)252-431000 ";" ";"+31(0)252-431001 ";" " +lieferant ;00507951;"Sock My Feet ";" ";"Hoogstraat 24 b 03 ";" ";"3862 AL ";"Nijkerk ";"+31 33 30 33 555 ";" ";" ";" " +lieferant ;00507952;"Ailia GmbH ";" ";"Breslauer Str. 8, Raum 351 ";" ";"41460 ";"Neuss ";"+49 2131 - 4023978 ";" ";"+49 2131 - 4086272 ";" " +lieferant ;00507964;"Kischella Design - Cornelia Kischella ";" ";"Modering 3b, Raum 525 ";" ";"22457 ";"Hamburg ";"+49 40 50723920 ";" ";" ";" " +lieferant ;00507965;"Essential Style GmbH ";" ";"Christoph-Probst-Weg 2 ";" ";"20251 ";"Hamburg ";"040 - 30703894 ";" ";"040 - 35537519 ";" " +lieferant ;00507966;"KALAIKA ";" ";"C4 | 6 ";" ";"68159 ";"Mannheim ";"+49 (0) 157 7149 3462 ";" ";" ";" " +lieferant ;00507967;"Dermalogica GmbH ";" ";"Wiesenstr. 21 ";" ";"40549 ";"Dsseldorf ";"0211 5504650 ";" ";"0211 55046510 ";" " +lieferant ;00507971;"Tres Chic ";" ";"Eeftinkstraat 2 ";" ";"7496 AG ";"Hengevelde ";"+31(0)547 335633 ";" ";" ";" " +lieferant ;00507972;"Athesia Kalenderverlag GmbH ";" ";"Ottobrunner Strae 41 ";" ";"82008 ";"Unterhaching ";"+49 89 693 378-0 ";" ";"+49 89 693 378-139 ";" " +lieferant ;00507975;"Karl Lagerfeld B.V. ";" ";"Looiersgracht 43 ";" ";"1016 VR ";"Amsterdam ";"+31 (0)20 530 09 40 ";" ";" ";" " +lieferant ;00507976;"Lara Lauren (Platzhirsch.fashion) ";" ";"Schwarzbachstr. 2-4 ";" ";"40822 ";"Mettmann ";"+49 2104 810470 ";" ";" ";" " +lieferant ;00507977;"Matthias Kaulfu - Kostbar Versandhandel";" ";"Regensburger Strae 73 ";" ";"93138 ";"Lappersdorf ";"+49 (0) 941 85002845 ";" ";"+49 (0) 941 89796188 ";" " +lieferant ;00507978;"Boxine Sales DAB GmbH ";" ";"Allee 120 ";" ";"40237 ";"Dsseldorf ";"+49 211 54254054 ";" ";"+49 211 54254099 ";" " +lieferant ;00507999;"Hinterveld ";" ";"Riverside Industria ";" ";"6229 ";"Eastern Cape ";"+27 (0) 41 992 4886 ";" ";"+27 (0) 41 992 4880 ";" " +lieferant ;00508015;"Perleberg GmbH ";" ";"Michaelisstr. 6 ";" ";"33803 ";"Steinhagen ";"+49 5204 880850 ";" ";"+49 5204 8808570 ";" " +lieferant ;00057800;"BO Cosmetic GmbH ";" ";"Reinshagenstrae 5 ";" ";"42369 ";"Wuppertal ";"0202 28328100 ";" ";"0202 28328115 ";" " +lieferant ;00057801;"Frieda Kids Home Fashion ";" ";"Am Gatherweg 32 ";" ";"47809 ";"Krefeld ";"+49 2151 - 521342 ";" ";"+49 2151 - 523723 ";" " +lieferant ;00057802;"Febos S.r.l. ";" ";"Via E.Mattei, 8/A ";" ";"31010 ";"Maser (TV) ";"+39 0423 194 5211 ";" ";"+39 0423 926 001 ";" " +lieferant ;00508036;"K.U.L.T. Objekt Ltd. & Co.KG ";" ";"Groenhainer Strae 101 B ";" ";"01127 ";"Dresden ";"0351 16053568 ";" ";" ";" " +lieferant ;00508040;"Now Communication GmbH ";" ";"Flurstrae 65 ";" ";"86551 ";"Aichach ";"+49 (0)8251/ 81996-0 ";" ";" ";" " +lieferant ;00050802;"LOVJOI Organic Clothing GmbH ";" ";"Burgau 1 ";" ";"88525 ";"Drmentingen ";"+49 7371 92 99 890 ";" ";"+49 7371 92 99 976 ";" " +lieferant ;00507973;"Key Brands GmbH ";" ";"Mhlenbach 32 - 36 ";" ";"50676 ";"Kln ";"0221 - 270490 ";" ";"0221 - 27049500 ";" " +lieferant ;00508030;"Blosh BV (Freebird) ";" ";"Toetsenbordweg 22 ";" ";"1033 MZ ";"Amsterdam ";"+31(0) 20 354 0349 ";" ";" ";" " +lieferant ;00050804;"Finlayson ";" ";"Etelesplanadi 14 ";" ";"00130 ";"Helsinki ";"+358 40 5210733 ";" ";" ";" " +lieferant ;00050805;"Histartex Heimtextilien GmbH ";" ";"Sperlingsweg 1 ";" ";"30827 ";"Garbsen ";"05131 - 6229 ";" ";"05131 - 93122 ";" " +lieferant ;00050806;"Mller Zell GmbH ";" ";"Karl-Reichel Strasse 28 ";" ";"95237 ";"Weidorf ";"+49 9251 876 0 ";" ";"+49 9251 876 100 ";" " +lieferant ;00050807;"Boras Cotton Heimtextilien GmbH ";" ";"Hauptstr. 95 ";" ";"77694 ";"Kehl ";"07851 / 885486 ";" ";"07851 / 948333 ";" " +lieferant ;00050808;"Eye Catcher Sunglasses AG ";" ";"Schweizer Strae 50 ";" ";"60594 ";"Frankfurt ";"069/96121703 ";" ";"069/96230784 ";" " +lieferant ;00050809;"Windsport Fehmarn e.K. ";"Van One Classic Cars ";"Gertrudenthaler Str. 1 ";" ";"23769 ";"Fehmarn ";"+49 4371 87 792 ";" ";" ";" " +lieferant ;00050937;"Saola SAS ";" ";"12C Rue du Pr Faucon ";" ";"74600 ";"Annecy-le-Vieux ";"+33 (0)7 82 90 85 32 ";" ";" ";" " +lieferant ;00050810;"MAS Jewelz ";" ";"Zandstraat 74c ";" ";"6658CW ";"Beneden-Leeuwen ";"0487-502814 ";" ";" ";" " +lieferant ;00050811;"Nuovo Nicar (Sandalsfactory) ";"The Sandalsfactory ";"Via Francesca Sud, 45 ";" ";"56020 ";"Montecalvoli PI ";"+39 0587 707052 ";" ";"+39 0587 706870 ";" " +lieferant ;00508017;"OppoSuits B.V. ";" ";"Zuideinde 3C ";" ";"2371 BP ";"Roelofarendsveen ";" ";" ";" ";" " +lieferant ;00050815;"Silvian Heach ";" ";"Zona PIP, Localit Gorga, lot. 28 ";" ";"80036 ";"Palma Campania (NA) ";" ";" ";" ";" " +lieferant ;00050816;"Sama2 Distribution ";" ";"Scheidenstr. 119 ";" ";"48153 ";"Mnster ";"+49 (251) 52 000 888 ";" ";"+49 (251) 52 000 889 ";" " +lieferant ;00050818;"Schoenenfabriek H. Greve B.V. ";" ";"Zanddonkweg 1 ";" ";"5144 NX ";"Waalwijk ";"+31 (0) 416 - 332880 ";" ";" ";" " +lieferant ;00050819;"Grimmaer Kaffee & Schokoladen Manufakt. ";" ";"Bahnhofstrae 5, Gebude 6 ";" ";"04668 ";"Grimma ";"03437 708686 ";" ";"03437 7083368 ";" " +lieferant ;00050820;"Property Of ";" ";"Bloemgracht 82 ";" ";"1015TM ";"Amsterdam ";"+31 (0) 20 223 70 71 ";" ";" ";" " +lieferant ;00050821;"Ziegfeld Trading OHG ";" ";"Podbielskiallee 12 ";" ";"14195 ";"Berlin ";"+49 (0) 174 - 4057301 ";" ";" ";" " +lieferant ;00508018;"Looxs Clothing BV ";" ";"Minervum 7487 ";" ";"4817 ZP ";"Breda ";"+31 76 73701366 ";" ";" ";" " +lieferant ;00050824;"JUST trend srl (Animapop) ";" ";"Via Ganghereto 59/133 ";" ";"55028 ";"Terranuova B.ni ";"(+39) 055 4684629 ";" ";" ";" " +lieferant ;00050826;"DIPPE & DIPPE GmbH & Co. KG ";"Uhrenproduktions- und Vertriebsgesellsch";"Marienbongard 10 ";" ";"52062 ";"Aachen ";"+49 241 601720 ";" ";"+49 241 601721 ";" " +lieferant ;00050827;"Kawohl Verlag e. K. ";" ";"Blumenkamper Weg 16 ";" ";"46485 ";"Wesel ";"+49 (0) 2 81 / 9 62 99 - 0 ";" ";"+49 (0) 2 81 / 9 62 99 - 1 00 ";" " +lieferant ;00050831;"d&n lederwaren GmbH & Co. KG ";" ";"Saynstr. 21 ";" ";"57627 ";"Hachenburg ";"02662948540 ";" ";"02662939095 ";" " +lieferant ;00050832;"A.Wilhelm GmbH ";" ";"Ostwall 6 ";" ";"44135 ";"Dortmund ";"+49231 630011 ";" ";" ";" " +lieferant ;00050833;"Ludwig Pieper GmbH & Co. KG ";" ";"Groer Markt ";" ";"66740 ";"Saarlouis ";"06831/175-0 ";" ";"06831/175 403 ";" " +lieferant ;00050842;"GRUPO YORGA (coolway) ";" ";"Calle Charles Robert Darwin, 34-36 ";" ";"46980 ";"Paterna - Valencia ";"+34 963 49 10 33 ";" ";" ";" " +lieferant ;00050843;"Schoko-Laden GmbH ";" ";"Hamburgerstr. 67 ";" ";"25355 ";"Barmstedt ";"+4941239222505 ";" ";" ";" " +lieferant ;00050844;"Spofact GmbH ";" ";"Mnsterplatz 40 ";" ";"89073 ";"Ulm ";"073114660990 ";" ";"073114660999 ";" " +lieferant ;00050845;"Sport Bckmann GmbH ";" ";"Dinklager Str. 15 ";" ";"49451 ";"Holdorf ";"0 54 94 / 98 88 - 0 ";" ";"0 54 94 / 98 88 - 55 ";" " +lieferant ;00050848;"Rancks Bistro ";" ";"Lange Str. 1-3 ";" ";"27232 ";"Sulingen ";" ";" ";" ";" " +lieferant ;00050849;"Flockshop Sulingen ";" ";"Rudolf-Diesel-Str. 1 ";" ";"27232 ";"Sulingen ";"+49 42 71 65 12 ";" ";"+49 42 71 95 20 39 ";" " +lieferant ;00050860;"IDEA S.p.A. (Missoni) ";" ";"Via Pio XI, 149 ";" ";"22100 ";"Como ";"+39.031.5445511 ";" ";"+39.031.5445544 ";" " +lieferant ;00050862;"Smash 2005 S.L. ";" ";"C/ Ramon Marti I Alsina 2 ";" ";"08911 ";"Badalona ";"+34 934 656 068 ";" ";" ";" " +lieferant ;00050863;"Brav Germany GmbH ";" ";"Junkersstr. 1 ";" ";"82178 ";"Puchheim ";"+49 89 8493 6910 ";" ";"+49 89 8493 6913 ";" " +lieferant ;00050864;"Boardies Apparel ";" ";"Albert House, 256-260 Old Street ";" ";"EC1V 9DD ";"Shoreditch - London ";"+44 (0)203 457 0365 ";" ";" ";" " +lieferant ;00508033;"Ernst Kotter Handelsagentur ";" ";"St. Ulrich Str. 6 ";" ";"85667 ";"Oberpframmen ";"08093 4219 ";" ";"08093 1555 ";" " +lieferant ;00050374;"Saint Tropez Germany GmbH ";" ";"Breslauer Strasse 6 ";" ";"41460 ";"Neuss ";"0172 - 57 81 054 ";" ";" ";" " +lieferant ;00508025;"Le Colline UG ";" ";"Tabaksmhlenweg 1 ";" ";"61440 ";"Oberursel ";"+49 69 95111252 ";" ";"+49 69 95111210 ";" " +lieferant ;00050377;"Shake it Baby ";" ";"Herengracht 91 ";" ";"1015 BD ";"Amsterdam ";"+31 6 12 18 62 36 ";" ";" ";" " +lieferant ;00050380;"Maison Macolat ";" ";"Augustinessenplein 31 ";" ";"2018 ";"Antwerpen ";" ";" ";" ";" " +lieferant ;00050365;"Hesch-Textil GmbH & Co.KG ";" ";"Ulmenstr. 5 ";" ";"72475 ";"Bitz ";"07431 - 81934 ";" ";" ";" " +lieferant ;00050369;"Zen Ethic ";" ";"9 Rue Henri Turot ";" ";"T5019 ";"Paris ";" ";" ";" ";" " +lieferant ;00050372;"Supreme Italfigo GmbH ";" ";"Breslauer Strae 6 ";" ";"41460 ";"Neuss ";"+49 (0) 2131 157570 ";" ";" ";" " +lieferant ;00050373;"HATS Handelsgesellschaft mbh ";" ";"Under the oak trees 4 ";" ";"14974 ";"Ludwigsfelde ";"03378-518 23 999 ";" ";" ";" " +lieferant ;00050185;"Calzaturificio Carraro Luigi SRL ";" ";"Via della Resitenza, 38 ";" ";"30030 ";"Vigonovo (VE) ";"+39 049-9830050 ";" ";"+39 049-9831546 ";" " +lieferant ;00050186;"Mexiko Fliesen by Kuipers Lbben GbR ";" ";"Daimlerstrae 2 ";" ";"49716 ";"Meppen ";"+49 5931 - 40 99 717 ";" ";"+49 5931 - 40 80 94 ";" " +lieferant ;00050353;"Fashionkreis GmbH (Aiki Keylook) ";" ";"Mhlenbach 32-36 ";" ";"50676 ";"Kln ";"+49 (221) / 270490 ";" ";"+49 (221) / 27049500 ";" " +lieferant ;00050354;"kall GmbH ";" ";"Am Niedermeyers Feld 1 ";" ";"33719 ";"Bielefeld ";"0521 926 316 55 ";" ";" ";" " +lieferant ;00050356;"Alla Moda BV ";" ";"Pallasstraat 1 ";" ";"5048 CJ ";"Tilburg ";"+31 638773419 ";" ";" ";" " +lieferant ;00508125;"Facib SpA ";" ";"Via per Fagnano Olona, 11 ";" ";"21058 ";"Solbiate Olona ";" ";" ";" ";" " +lieferant ;00508126;"R2 Amsterdam ";" ";"Suikersilo West 33 ";" ";"1165 MP ";"Halfweg ";"+31 (0)20 26 23 864 ";" ";" ";" " +lieferant ;00508127;"Prosperine S.R.L. ";" ";"Via Signrini 4 B ";" ";"52010 ";"Subbiano ";"+39 0575 488626 ";" ";"+39 0575 48245 ";" " +lieferant ;00050358;"Carl Engelkemper GmbH & Co. KG ";" ";"Lindberghweg 144 ";" ";"48155 ";"Mnster ";"+49 (0) 251 6603-0 ";" ";"+49 (0) 251 63297 ";" " +lieferant ;00050359;"yulanda ";" ";"Taunusstr. 45/Raum 222 ";" ";"80807 ";"Mnchen ";"+49 (89) - 35744408 ";" ";"+49 (89) - 35744409 ";" " +lieferant ;00050360;"usbepower ";" ";"Rue Faider 15 - c/o emaprod ";" ";"1060 ";"Bruxelles ";"+33 6 87 74 61 15 ";" ";" ";" " +lieferant ;00050362;"NUUWAI UG ";" ";"Ernst-Grote-Str. 13 ";" ";"30916 ";"Isernhagen ";"+49 (0) 511 61655852 ";" ";" ";" " +lieferant ;00050363;"Entree Berlin ";" ";"Frankfurter Strae 70-72 ";" ";"65760 ";"Eschborn ";"06196-9673780 ";" ";"06196-9694751 ";" " +lieferant ;00050364;"A-Dam Underwear BV ";" ";"Generaal Vetterstraat 78-B ";" ";"1059BW ";"Amsterdam ";"+31202611898 ";" ";" ";" " +lieferant ;00050366;"Moments ApS ";" ";"Stentoftvej 2 ";" ";"6200 ";"Aabenraa ";"+45 6130 4357 ";" ";" ";" " +lieferant ;00050370;"NEOG Die Handelsagentur ";" ";"Hermann-Ehlers-Strae 30 ";" ";"26386 ";"Wilhelmshaven ";"+494421-878484 ";" ";"+494421-878487 ";" " +lieferant ;00508130;"Plusdesign AB ";"Fashion House ";"Gteborgsvgen 89 ";" ";"431 30 ";"Mlndal ";"+46 (0)702 716880 ";" ";" ";" " +lieferant ;00050371;"Beatricia Modeagentur GmbH ";" ";"Taunusstrae 45 ";" ";"80807 ";"Mnchen ";"+49 89 359 08 48 ";" ";"+49 89 359 60 29 ";" " +lieferant ;00050375;"Legami Srl ";" ";"Via Stezzano, 18 ";" ";"24052 ";"Azzano San Paolo BG ";"+39 035 534168 ";" ";" ";" " +lieferant ;00050376;"LIST Textil Unternehmergesellschaft ";" ";"Lindenstrae 6 ";" ";"72379 ";"Hechingen ";"+49 7471 9591276 ";" ";"+49 7471 9591277 ";" " +lieferant ;00508131;"Hannah Rohde ";"Cork.Bags.More ";"Gerwigstr. 34 ";" ";"76131 ";"Karlsruhe ";"0163 3347402 ";" ";" ";" " +lieferant ;00508133;"EMMI MARIAGE Kamila Piekut ";" ";"Sasiednia 7 ";" ";"26-600 ";"Radom ";"48 363 28 55 ";" ";" ";" " +lieferant ;00508134;"Handelsagentur Christine Klein ";" ";"Johann-Dreher-Strae 15 ";" ";"82377 ";"Penzberg ";"+49 163 9823866 ";" ";" ";" " +lieferant ;00050386;"Gebrder Gtz GmbH & Co. KG ";" ";"Otto-Hahn-Str. 7 ";" ";"97006 ";"Wrzburg ";"+49 (931) 905205 ";" ";"+49 (931) 905-102 ";" " +lieferant ;00050387;"Mode Jans ";" ";"Altwismarstr. 28 ";" ";"23966 ";"Wismar ";"01520 9165024 ";" ";" ";" " +lieferant ;00518998;"DEELUXE ";" ";"2 av Elsa Triolet ";" ";"13008 ";"Marseille ";"+33 (0) 659 33 41 30 ";" ";"+33 (0) 491 32 60 65 ";" " +lieferant ;00050391;"Rainbow GmbH ";" ";"Im Gefierth 6 ";" ";"63303 ";"Dreieich - Sprendlingen ";"06103 2706354 ";" ";" ";" " +lieferant ;00050357;"Navalea GbR ";" ";"Postfach 190351 ";" ";"50500 ";"Kln ";" ";" ";" ";" " +lieferant ;00050390;"SEMASOL GmbH ";" ";"Hauptstr. 43 ";" ";"88339 ";"Bad Ausee ";"+49 (0)174 / 792 99 66 ";" ";" ";" " +lieferant ;00508137;"Midea Europe GmbH ";" ";"Eisenstrae 9c ";" ";"65428 ";"Rsselsheim ";"+49 (6142) 30181-0 ";" ";"+49 (6142) 30181-20 ";" " +lieferant ;00508132;"Bywil AB ";" ";"Torshllavgen 148 ";" ";"633 47 ";"Eskilstuna ";"+46 (0) 16-42 86 70 ";" ";"+46 (0) 16-42 86 97 ";" " +lieferant ;00050379;"Haddad Brands Europe (Pont-Sainte-Marie)";" ";"35 rue Danton ";" ";"10150 ";"Pont-Sainte-Marie ";"+33 (0) 325777800 ";" ";"+33 (0) 149897301 ";" " +lieferant ;00508042;"Desa Deutschland GmbH ";" ";"Fritz-Vomfelde-Str. 34 ";" ";"40547 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00050889;"Devialet SA ";" ";"10 Place Vendome ";" ";"75001 ";"Paris ";"+33 (614) 099544 ";" ";" ";" " +lieferant ;00050893;"von dem Knesebeck GmbH & Co. Verlag KG ";" ";"Holzstr. 26 ";" ";"80469 ";"Mnchen ";"+49 (0) 89 242 1166 0 ";" ";"+49 (0) 89 242 1166 110 ";" " +lieferant ;00050124;"Sif Jakobs Jewellery ApS ";" ";"Ostergade 4 ";" ";"1100 ";"Kopenhagen ";"+45 35 26 77 77 ";" ";" ";" " +lieferant ;00050902;"Heckett & Lane -HNL Living- ";" ";"De Hoge Brug 38c ";" ";"6581AJ ";"Malden ";"+31 (0)24 357 2000 ";" ";"+31 (0)24 388 1919 ";" " +lieferant ;00050903;"Interga S.r.l. ";" ";"Via Vittorio Veneto 67/B ";" ";"39042 ";"Bressanone BZ ";"+39 0472 270777 ";" ";"+39 0472 208700 ";" " +lieferant ;00050904;"KF Design GmbH ";" ";"Nauenweg 42 e ";" ";"47805 ";"Krefeld ";"+49 (0) 21 51 - 6 23 39- 0 ";" ";"+49 (0) 21 51 - 6 23 39- 11 ";" " +lieferant ;00050905;"Mediflow Deutschland GmbH ";" ";"Schellerdamm 2 ";" ";"21079 ";"Hamburg ";"+49 40 767 556 45 ";" ";"+49 40 767 556 46 ";" " +lieferant ;00050915;"Mila GmbH ";" ";"Andernacher Str. 31 ";" ";"90411 ";"Nrnberg ";"+49 (911) 5983290 ";" ";"+49 (911) 522877 ";" " +lieferant ;00050919;"aura and soul GmbH ";" ";"Lindenstrae 2 ";" ";"31867 ";"Pohle ";"+49 (0) 5723 980 4300 ";" ";"+49 (0) 5723 980 4311 ";" " +lieferant ;00050939;"formans menswear manufacturer ";" ";"Calea Nationala Nr. 4 ";" ";"710010 ";"Botosani ";"0040 231 518 063 ";" ";"0040 231 516 910 ";" " +lieferant ;00050941;"Joyce & Co. AG ";" ";"Roosstrasse 53 ";" ";"8832 ";"Wollerau ";"+41 78 649 00 55 ";" ";"+41 78 658 02 22 ";" " +lieferant ;00050954;"Luxury Brand International GmbH & CO. KG";" ";"Julius-Moser-Str. 9 ";" ";"75179 ";"Pforzheim ";"+49 (0)7231 93 12 0 ";" ";"+49 (0)7231 35 94 47 ";" " +lieferant ;00050966;"Dutch Deutsch Handelsagentur ";" ";"Prins Hendrikstraat 13 ";" ";"7101 CK ";"Winterswijk ";"+31 543 234416 ";" ";" ";" " +lieferant ;00050969;"SILKY S.r.l. ";"Rosso 35 ";"Via Vannucci 35R ";" ";"16100 ";"Genoa ";"+39 010 562039 ";" ";" ";" " +lieferant ;00508054;"Richard Eichmller e.K. ";" ";"Blieskastelstrae 6 ";" ";"81379 ";"Mnchen ";"+49(0)89 - 17 95 96 0 0 ";" ";"+49(0)89 - 17 95 96 0 30 ";" " +lieferant ;00508055;"Hanowa AG ";" ";"Industriestr. 5 ";" ";"1313 ";"Mhlin ";"+41 61 561 51 90 ";" ";" ";" " +lieferant ;00508056;"Schmuckzeit Europe GmbH ";" ";"Nrdliche Ringstrae 6 ";" ";"91126 ";"Schwabach ";"+49 (0) 9122 18 87 0 ";" ";"+49 (0) 9122 18 87 100 ";" " +lieferant ;00050263;"Eva Mann GmbH ";" ";"Im Thle 26 ";" ";"33397 ";"Rietberg ";"+49 521 122720 ";" ";" ";" " +lieferant ;00050276;"Lollino UG (Judith Dietrich) ";" ";"Rdigerstr. 12 ";" ";"03149 ";"Forst ";"0162-8899770 ";" ";" ";" " +lieferant ;00050277;"HV Tendenz BV ";" ";"Beuteweg 20 ";" ";"6373 LL ";"Landgraaf ";" ";" ";"+31 (0)45 535 26 55 ";" " +lieferant ;00050278;"TIME MODE GmbH ";" ";"Suppanstrasse 69 ";" ";"9020 ";"Klagenfurt ";"+43 463 410004 ";" ";"+43 463 410007 ";" " +lieferant ;00050279;"Mai Copenhagen ";" ";"Badstuestrade 8, 1st. Floor ";" ";"1209 ";"Kopenhagen ";"+45 5126 8483 ";" ";" ";" " +lieferant ;00050274;"Rhnwild Bekleidung & Accessoires ";" ";"Ludwigstrae 13 ";" ";"97650 ";"Fladungen ";" ";" ";" ";" " +lieferant ;00050275;"Soulbrace Accessories GmbH ";" ";"Teilenstr. 4c ";" ";"6890 ";"Lustenau ";"+43 720 815315 ";" ";"+43 5577 84491-6 ";" " +lieferant ;00050280;"Peuterey S.R.L ";" ";"Via Tortona, 31 ";" ";"20144 ";"Milano (M) ";" ";" ";" ";" " +lieferant ;00050283;"Anton Janka (Bonomo for Men) ";" ";"Taunusstr. 45 ";" ";"80807 ";"Mnchen ";"+49 89 3595900 ";" ";"+49 89 35959909 ";" " +lieferant ;00050287;"Uniqueness Lifestyle UG (ANOTHER.ME) ";" ";"Lichtstr. 26-28 ";" ";"50825 ";"Kln ";"+49 221 28090753 ";" ";" ";" " +lieferant ;00050289;"Emilio Pucci S.r.l. ";" ";"Via Fieno 3 ";" ";"20123 ";"Milan ";"+39 02 88 58 21 ";" ";" ";" " +lieferant ;00050291;"Meris GmbH Deutschland ";" ";"Haller Strasse 20 ";" ";"74549 ";"Wolpertshausen ";"+49 (0) 79 04 97 97-23 ";" ";" ";" " +lieferant ;00050308;"ismodesign GmbH ";" ";"Am Fischergries 4 ";" ";"85570 ";"Markt Schwaben ";"+49 171 40 54 18 1 ";" ";" ";" " +lieferant ;00050309;"Dreamware GmbH ";" ";"Waldstrasse 3 ";" ";"21521 ";"Wohltorf ";"+49 (0) 4104-969000 ";" ";"+49 (0) 4104-969001 ";" " +lieferant ;00050310;"Royal Stitches GmbH & Co KG ";" ";"Erzabt-Klotz-Strae 10 ";" ";"5020 ";"Salzburg ";"+43 664/1350429 ";" ";" ";" " +lieferant ;00050311;"SASMAT RETAIL S.L. ";" ";"Pl. Emili Mira 2 ";" ";"08022 ";"Barcelona ";" ";" ";" ";" " +lieferant ;00050313;"Molo A/S ";" ";"Baltikavej 20 ";" ";"2150 ";"Nordhavn ";"+45 8888 4000 ";" ";" ";" " +lieferant ;00050315;"Many Mornings Deutschland ";" ";"Weidenallee 59 ";" ";"20357 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00050316;"FLECS srl Uffici ";" ";"Via C. Colombo, 6 ";" ";"81030 ";"Gricignano (CE) ";"+39 081 813 00 37 ";" ";"+39 081 890 26 75 ";" " +lieferant ;00050317;"Calzaturificio Giove S.R.L. ";" ";"Via Don Bosco, 74 ";" ";"62010 ";"Montecosaro (MC) ";"+39 0733 865138 ";" ";"+39 0733 865620 ";" " +lieferant ;00050318;"NATURAL WORLD ";" ";"Calle Benidorm, 2 P1A ";" ";"26580 ";"Arnedo (La Rioja) ";"(+34) 941 380 537 ";" ";"(+34) 941 380 175 ";" " +lieferant ;00050319;"VIZGAR SHOES, S.L. ";" ";"Vitorero, 11 B ";" ";"02640 ";"Almansa ";" ";" ";" ";" " +lieferant ;00050320;"Angelo Bervicato ";" ";"Zona Industriale, Aversa Nord ";" ";"01032 ";"Carinaro ";"+39 0815029373 ";" ";"+39 0815026170 ";" " +lieferant ;00050321;"Jomarpi, Lda ";" ";"Apartado 21 ";" ";"2475-999 ";"Benedita ";"+351.262.929.240 ";" ";"+351.262.925.249 ";" " +lieferant ;00050322;"Giser S.r.l. ";" ";"Via Melitiello, 16 ";" ";"80025 ";"Casandrino (NA) ";"081 5714543 ";" ";"081 5764418 ";" " +lieferant ;00050323;"Braun GmbH & Co. KG ";" ";"Industriestr. 10 ";" ";"55606 ";"Kirn ";"+49 (0) 6752 - 93 33 0 ";" ";"+49 (0) 6752 93 33 33 ";" " +lieferant ;00050324;"Toral Shoes GmbH ";"C.A.S.T. Showroom 465 Niveau 2 ";"Buizerdlaan 6 ";" ";"3435 SB ";"Nieuwegein ";" ";" ";" ";" " +lieferant ;00050325;"Cabin Zero ";" ";"The Inovation Centre, 49 Oxford Street ";" ";"LE1 5XY ";"Leicester ";" ";" ";" ";" " +lieferant ;00508120;"S&S Textilmodevertriebs GmbH ";" ";"Taunus Str. 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00508121;"Copenhagenshoes ";" ";"Adelgade 96 ";" ";"8660 ";"Skanderborg ";"+45 23 30 23 09 ";" ";" ";" " +lieferant ;00508122;"Fashion Brands S.r.l. ";" ";"Via Morimondo 26, ingresso 5 ";" ";"20143 ";"Milano ";" ";" ";" ";" " +lieferant ;00050348;"Bavarian Styled (Mayori) ";" ";"Sepp-Weidinger-Weg 32 ";" ";"84140 ";"Gangkofen ";"+49-(0)8722-9496-272 ";" ";" ";" " +lieferant ;00050349;"stoffbruch Fair Fashion GmbH ";" ";"Bdikerstr. 6 ";" ";"10245 ";"Berlin ";"+49 30 246 479 49 ";" ";"+49 30 246 479 56 ";" " +lieferant ;00575999;"Chain Fashion Industries B.V. ";" ";"Tokyostraat 1-5 ";" ";"1175 RB ";"LIJNDEN ";" ";" ";" ";" " +lieferant ;00509910;"Crosscan GmbH ";" ";"Ruhrstrae 46-48 ";" ";"58452 ";"Witten ";"+49 (2302) 16929-0 ";" ";"+49 (2302) 16929-99 ";" " +lieferant ;00508124;"WOOUF S.L. ";" ";"Sancho de vila, 83-89, P4 ";" ";"08018 ";"Barcelona ";"+34 933 093 553 ";" ";" ";" " +lieferant ;00050355;"Embrace Concepts BV ";" ";"Schuttersweg 8 ";" ";"1217 PZ ";"Hilversum ";" ";" ";" ";" " +lieferant ;00050361;"Aleon Cases GmbH ";" ";"Mindener Landstrae 15 ";" ";"31629 ";"Estorf ";"+49 (0) 5025 20 400 42 ";" ";"+49 (0) 5025 20 401 02 ";" " +lieferant ;00508057;"FLUCO Ulrich Fleischmann e.K. ";" ";"Nordgaustrasse 4 ";" ";"93437 ";"Furth im Wald ";"+49 (0)9973/2028 ";" ";"+49 (0)9973/3300 ";" " +lieferant ;00508058;"Melega Fashion GmbH ";" ";"Landsberger Str. 406 ";" ";"81241 ";"Mnchen ";"+49 (0)89 95 44 44 37 ";" ";"+49 (0)89 95 44 44 38 ";" " +lieferant ;00508059;"MC Gregor Socks ";" ";"30 Eglinton Avenue West, Suite 40 l ";" ";"L5R 3E7 ";"Missiauga ON ";" ";" ";" ";" " +lieferant ;00050989;"Ciarli & Nicola Iammarrone & Francesca B";" ";"Stadtgartenstrae 25 ";" ";"67071 ";"Ludwigshafen am Rhein ";"49 (0) 1782 856 587 ";" ";"49 (0) 621 6719 710 ";" " +lieferant ;00050113;"Eclyss ";" ";"69 Avenue Victor Hugo ";" ";"93300 ";"Aubervilliers ";"+33 1 43 52 88 29 ";" ";" ";" " +lieferant ;00050346;"SoSUE UG c/o Sue Giers ";" ";"Goernestrasse 44 ";" ";"20249 ";"Hamburg ";"040- 2020 59 98 ";" ";" ";" " +lieferant ;00507741;"All Trading Ch. Waiser ";" ";"Rosenstr. 24 ";" ";"85290 ";"Geisenfeld ";" ";" ";" ";" " +lieferant ;00507752;"Fresh B.V. ";" ";"Rietveldenweg 32A ";" ";"5222AR 's ";"Hertogenbosch ";"0031 73 76 20 600 ";" ";" ";" " +lieferant ;00507762;"CUTELINDITIES S.L. ";" ";"Calle de Blasco de Garay 34 2D ";" ";"28015 ";"Madrid ";" ";" ";" ";" " +lieferant ;00507763;"Atnovo GmbH ";" ";"Simon von Utrecht Strae 67 ";" ";"20359 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507953;"Focus International Ltd. ";" ";"Focal Ponit, Ashley Road ";" ";"AL1 5UB ";"St. Albans, Hetfordshire ";" ";" ";" ";" " +lieferant ;00507954;"Lengling Luxury GmbH & Co. KG ";" ";"Am Haag 8 ";" ";"82166 ";"Grfelfing - Mnchen ";"+49 (0) 89 85 83 610 10 ";" ";"+49 (0) 89 85 83 610 25 ";" " +lieferant ;00507955;"Revelz ";" ";"Weg en land 40N ";" ";"2661 KR ";"Bergschenhoek ";"+31 (0)10 340 5001 ";" ";" ";" " +lieferant ;00507956;"Christian Jaburg GmbH ";" ";"Modering 3 ";" ";"22457 ";"Hamburg ";"040 54805645 ";" ";" ";" " +lieferant ;00050193;"Heinrich Woerner GmbH ";"Visual Merchandising ";"Liebigstrae 37 ";" ";"74211 ";"Leingarten ";"07131/ 40 64-0 ";" ";"07131/ 40 64-760 ";" " +lieferant ;00508085;"Montblanc Deutschland GmbH ";" ";"Hellgrundweg 100 ";" ";"22525 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00050196;"Stitchy Clothing GmbH & Co. KG ";" ";"Industriestr. 3a ";" ";"55120 ";"Mainz ";"06131 - 5536412 ";" ";" ";" " +lieferant ;00050197;"Starflips - Klaus Voik ";" ";"Angelsbruck 3 ";" ";"83550 ";"Emmering ";"+49 8067-883683 ";" ";" ";" " +lieferant ;00508088;"Vicario Cinque SRL ";" ";"Piazzetta Del Vicariato, 5 ";" ";"36040 ";"Brendola (VI) ";"+39 0444 401051 ";" ";"+39 0444 401053 ";" " +lieferant ;00050206;"Fidu Brands GmbH ";" ";"Otto-Hesse-Strae 19 | T3 ";" ";"64293 ";"Darmstadt ";"+49 6151-80037-88 ";" ";"+49 3222-3136399 ";" " +lieferant ;00050211;"DGN Consulting GmbH ";" ";"Mahdentalstr. 112 ";" ";"71065 ";"Sindelfingen ";" ";" ";" ";" " +lieferant ;00050214;"BAUSCHER (BHS tabletop AG) ";" ";"Obere Bauscherstr. 1 ";" ";"92637 ";"Weiden ";"+49 (0) 961 82-3128 ";" ";"+ 49 (0) 961 82-47-3128 ";" " +lieferant ;00050220;"TWIST & TANGO (Eliasson & Lundgren AB) ";" ";"Haga stergata 4A ";" ";"413 01 ";"Gothenburg ";"+46 31 12 81 10 ";" ";" ";" " +lieferant ;00050222;"DAZZL design e.K. ";" ";"Feldbergstrae 59 ";" ";"61440 ";"Oberursel ";"+49 (0) 6171-91 94 96 ";" ";"+49 (0) 6171-91 94 97 ";" " +lieferant ;00050223;"04651 Handelsgesellschaft mbH & Co. KG ";" ";"Mnckebergstrasse 17 ";" ";"20095 ";"Hamburg ";"+49 4651 804498-0 ";" ";"+49 4651 804498-9 ";" " +lieferant ;00050231;"Mad4Beauty ";" ";"P.O. Box 31 ";" ";"3454 ZG ";"De Meern ";"+31 (0)30 889 66 80 ";" ";"+31 (0)6 55 73 14 73 ";" " +lieferant ;00050232;"CONTRAST O.m.LTD ";" ";"INDUSTRIAL ZONE THERMI ";" ";"570 01 ";"THESSALONIKI ";" ";" ";" ";" " +lieferant ;00050233;"Krakatau BV ";" ";"Rigakade 20-3 ";" ";"1040HG ";"Amsterdam ";"+31 (0)203080292 ";" ";" ";" " +lieferant ;00050236;"S. Karagogou & Co ";" ";"Thermaikou 35 & Egeou Str, Oreokastrp ";" ";"56430 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00050238;"Eksbut Bozenna Maka ";" ";"Boleslaw Maka ul. Kosciuszki 40 ";" ";"06-500 ";"Mlawa ";"(23) 654 41 96 ";" ";" ";" " +lieferant ;00508091;"Halsberkopf GmbH & Co. KG ";" ";"Prinzipalmarkt 5 ";" ";"48143 ";"Mnster ";"+49 251 488 225 61 - 0 ";" ";"+49 251 490 492 76 ";" " +lieferant ;00050246;"Marcus Hecht-Hartrey ";" ";"Liebigstrae 1b ";" ";"10247 ";"Berlin ";"+49 163 7000446 ";" ";" ";" " +lieferant ;00508093;"beauty lumis GmbH ";" ";"Lerchenstr. 14, Hs. 4 ";" ";"80995 ";"Mnchen ";"+49 89 52033670 ";" ";"+49 89 52033699 ";" " +lieferant ;00050248;"Soruka ";" ";"Asturies 50 ";" ";"08012 ";"Barcelona ";"(+34) 973 34 70 45 ";" ";" ";" " +lieferant ;00050234;"Grubenhelden GmbH ";" ";"Maria-Theresien-Str. 1 ";" ";"45964 ";"Gladbeck ";"+49 (2043) 4021758 ";" ";" ";" " +lieferant ;00050264;"Luana Moden GmbH ";" ";"Anton-Kux-Strae 2 - Raum A347-348 ";" ";"41460 ";"Neuss ";"+49 (0) 2131 130221 ";" ";" ";" " +lieferant ;00050265;"Iko Handelsvertretung (Irena Koch) ";" ";"Marienstrasse 4 ";" ";"41516 ";"Grevenbroich ";"015209891025 ";" ";" ";" " +lieferant ;00050266;"Proietti Urna GbR (Beautiful Brands) ";" ";"Mnzstrasse 21 ";" ";"10178 ";"Berlin ";"+49 30 240 488 51 ";" ";"+49 30 240 488 52 ";" " +lieferant ;00050267;"Dansk Smykkekunst A/S ";" ";"Ellekr 6 ";" ";"2730 ";"Herlev ";"+45 3860 3800 ";" ";" ";" " +lieferant ;00050268;"ais GmbH (the buttique) ";" ";"Viktor-Frankl-Str. 5 ";" ";"86916 ";"Kaufering ";"08191 9473-314 ";" ";"08191 9473-102 ";" " +lieferant ;00050281;"Tesla Sljivo - Harry Bay UG ";" ";"Brnnerstr. 9 ";" ";"60313 ";"Frankfurt ";"+49 69 90720110-50 ";" ";" ";" " +lieferant ;00050290;"Naturana Dlker (nur Joop) ";"Nur fr die Joop-Produkte ";"Hinterweiler Str. 3 ";" ";"72810 ";"Gomaringen ";"07072/120 ";" ";"07072/12428 ";" " +lieferant ;00050294;"NED (Dutch Fashion Design) ";" ";"Kuiperbergweg 44 ";" ";"1101 AG ";"Amsterdam ";"+31 (0)20 4509930 ";" ";" ";" " +lieferant ;00050295;"Cit S.p.a. (Robert Friedmann) ";"(Confezioni Italiane Tessili) ";"Via Matteucci 19 ";" ";"20043 ";"Arcore (MI) ";"+39 039 60681 ";" ";" ";" " +lieferant ;00050298;"Magura Bike Parts GmbH & Co. KG ";" ";"Ecklsstrasse 6 ";" ";"72574 ";"Bad Urach ";"07125 - 969460 ";" ";"07125 - 9694617 ";" " +lieferant ;00050299;"Bagsworld GmbH & Co. KG ";" ";"Rodenstockplatz 3 ";" ";"81247 ";"Mnchen ";"+49 89 35099994 ";" ";" ";" " +lieferant ;00050314;"Simsis Circus Fashion GmbH ";" ";"Mhlkreisbahnstrasse 36 ";" ";"4111 ";"Walding ";"+43 664 / 4679199 ";" ";" ";" " +lieferant ;00050327;"Uptime Shoefashion B.V. ";" ";"Professor Eijkmanweg 21-23 ";" ";"5144 ND ";"Waalwijk ";"+31 (0)416 650100 ";" ";"+31 (0)416 651037 ";" " +lieferant ;00050341;"Mystim GmbH ";" ";"Marie-Curie-Strae 5 ";" ";"63755 ";"Alzenau ";"+49 (0)6023-4070100 ";" ";"+49 (0)6023-4070299 ";" " +lieferant ;00050342;"Active Brands ";" ";"Postboks 22 ";" ";"0516 ";"Oslo ";"+47 56 51 98 00 ";" ";" ";" " +lieferant ;00050343;"Pro-Art Bilderpalette GmbH & Co. KG ";" ";"An der Knippenburg 103 ";" ";"46238 ";"Bottrop ";"+49 (0)2041/18 66 2-0 ";" ";"+49 (0)2041/18 66 2-34 ";" " +lieferant ;00050344;"Johannes King GmbH ";" ";"Gurtstig 2 ";" ";"25980 ";"Sylt ";"040 328901497 ";" ";"04651-9677792 ";" " +lieferant ;00050345;"D'Avant Garde Tricot S.r.l. ";" ";"Via Della Ricerca Scientifica, 5 ";" ";"41012 ";"Carpi ";"+39 059 655 0757 ";" ";"+39 059 682 161 ";" " +lieferant ;00050347;"Aqua Dulce (Danish Jewellery Desgin) ";" ";"Valmuemarken 11 ";" ";"9430 ";"Vadum ";" ";" ";" ";" " +lieferant ;00508072;"Corem GmbH ";" ";"Kaistr. 2 ";" ";"40221 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00508073;"Bigfoot SRL ";" ";"Via Emilia Levante, 233 ";" ";"48014 ";"Castel Bolognese (RA) ";"+39 0546 656774 ";" ";"+39 0546 655434 ";" " +lieferant ;00508074;"Tectrading GmbH ";" ";"Friedrich-Krupp-Str. 14 ";" ";"40764 ";"Langenfeld ";"+49 2173 9609 644 ";" ";"+49 2173 9609 645 ";" " +lieferant ;00508075;"Titan Fashion TNG GmbH ";" ";"Albrecht Drer Strasse 3 ";" ";"90522 ";"Oberasbach ";"+49 (0)911 699 6914-17 ";" ";"+49 (0)911 699 5145 ";" " +lieferant ;00508081;"RETEC Wandlitz GmbH ";" ";"Thlmannstr. 118 ";" ";"16348 ";"Wandlitz ";" ";" ";" ";" " +lieferant ;00508098;"Threelilies BV ";" ";"Jonkerbosplein 52 ";" ";"6534 AB ";"Nijmegen ";" ";" ";" ";" " +lieferant ;00508077;"Dirndl Couture Astrid Sll B.A. ";" ";"Mathildenstrae 2 ";" ";"93049 ";"Regensburg ";"+49 941 36462 ";" ";"+49-941-2966507 ";" " +lieferant ;00508078;"CocoVero GbR ";" ";"Adalbertstrae 35 ";" ";"80799 ";"Mnchen ";"+49 89 89083700 ";" ";" ";" " +lieferant ;00508079;"TIME MODE GmbH ";" ";"Suppanstrasse 69 ";" ";"9020 ";"Klagenfurt ";"+43 463 410004 ";" ";"+43 463 410007 ";" " +lieferant ;00508080;"Ewelina Smarz - evyinit ";" ";"Strelitzer Strasse 7 ";" ";"10115 ";"Berlin ";"0 176 23 11 20 03 ";" ";" ";" " +lieferant ;00508083;"Hanslik UG (haftungsbeschrnkt) ";" ";"Werler Str. 17 ";" ";"59469 ";"Ense ";" ";" ";" ";" " +lieferant ;00050184;"Sport Factory Limited (oofos) ";" ";"11 Erncroft Way ";" ";"TW1 1DA ";"Twickenham ";"+44 (0) 7490737332 ";" ";" ";" " +lieferant ;00050187;"F&H EU 2019 ";" ";"Gl. Skivevej 70 ";" ";"8800 ";"Viborg ";"(+45) 8928 1300 ";" ";"(+45) 8928 1301 ";" " +lieferant ;00050188;"Lnnebergas Welt GmbH ";" ";"Gaertnerstrasse 20 ";" ";"20253 ";"Hamburg ";"0049.40.897 217-67 ";" ";"0049.40.897 217-64 ";" " +lieferant ;00050189;"Heinen Lovebrands GmbH ";" ";"Martin-Luther-King-Weg 26 ";" ";"48155 ";"Mnster ";"0251 / 39457961 ";" ";" ";" " +lieferant ;00050192;"PK Fashion Germany ";" ";"Ehrenstr. 73 ";" ";"50672 ";"Kln ";"+49 (0) 221 94646838 ";" ";"+49 (0) 221 94646839 ";" " +lieferant ;00508086;"Ecco Sko AS ";" ";"Industrivej 5 ";" ";"6261 ";"Bredebro ";" ";" ";" ";" " +lieferant ;00050199;"S.A.R.L. ZAG Bijoux ";"Bijouterie Fantasie Gros - Fabricant ";"159, rue du Temple ";" ";"75003 ";"Paris ";"0142770127 ";" ";"0142774905 ";" " +lieferant ;00500207;"H. Versteegh Amsterdam B.V. ";" ";"Bergveste 4 ";" ";"3992 ";"DE HOUTEN ";"+31306342349 ";" ";"+31306342349 ";" " +lieferant ;00050203;"Doiycustom S.L. ";" ";"CL Roc Boronat No 71 ";" ";"08005 ";"Barcelona ";"(+34) 931 275 030 ";" ";" ";" " +lieferant ;00050204;"CE Community Editions GmbH ";" ";"Emil-Hoomann-Str. 1 ";" ";"50996 ";"Kln ";"+49 (221) 16848-097 ";" ";" ";" " +lieferant ;00050208;"MATISSE TEKSTIL SANAYI VE TICARET Ltd. ";" ";"SANAYI MAH. GR SK. NO:13 ";" ";"0000 ";"GNGREN ";" ";" ";" ";" " +lieferant ;00050210;"Mulard Paris ";" ";"3 Rue Louis David ";" ";"75016 ";"Paris ";"00 33 (0) 1 43003244 ";" ";" ";" " +lieferant ;00050213;"vinocentral GmbH ";" ";"Platz der deutschen Einheit 21 ";" ";"64293 ";"Darmstadt ";"+49 6151 8094-0 ";" ";" ";" " +lieferant ;00050216;"Ch. Dahlinger GmbH & Co KG ";" ";"Feuerwehrstr. 9-15 ";" ";"77933 ";"Lahr ";"+49 7821 289-400 ";" ";"+49 7821 289-333 ";" " +lieferant ;00508089;"Modehaus Fischer ";" ";"Lindnerstr. 39 ";" ";"04425 ";"Taucha ";"034298459812 ";" ";" ";" " +lieferant ;00050217;"Choco Gourmet GmbH ";" ";"Sdliche Alleenstrae 4 ";" ";"71679 ";"Asperg ";"07141 / 488916 ";" ";"07141 / 4889189 ";" " +lieferant ;00050218;"Karigar ";" ";"Voomsehoek 1 ";" ";"1181CK ";"Amstelveen ";"+31631913405 ";" ";" ";" " +lieferant ;00050249;"Le Novita Decorations ";" ";"Am Galgenberg 1 ";" ";"95671 ";"Brnau-Hohenthan ";"+49 (0) 9635 - 345 323 6 ";" ";"+49 (0) 9635 - 345 323 7 ";" " +lieferant ;00508096;"Heldbergs GmbH & Co. KG ";" ";"August-Grosch-Str. 28-38 ";" ";"96576 ";"Bad Rodach ";"09564-929-4422 ";" ";"09564-929-662200 ";" " +lieferant ;00508102;"Ravensburger Verlag GmbH ";" ";"Robert-Bosch-Strae 1 ";" ";"88214 ";"Ravensburg ";"+49 751 86-0 ";" ";"+49 751 86-12 89 ";" " +lieferant ;00508106;"Dhuri Shamika & Tattu Rohit GbR ";" ";"Vilniusstr. 6 ";" ";"80992 ";"Mnchen ";"+49 176 34575129 ";" ";" ";" " +lieferant ;00050901;"Style Heaven -Ritter&Brandenburger GbR- ";" ";"Isabellastr. 17 ";" ";"8078 ";"Mnchen ";"+49 (0)89 28806281 ";" ";" ";" " +lieferant ;00050912;"Paul Nagel GmbH & Co. KG ";" ";"Klobbotzstrasse 22 ";" ";"50389 ";"Wesseling ";"+49 22 36 32 68-0 ";" ";"+49 22 36 32 68-17 ";" " +lieferant ;00508052;"Schuh Germann GmbH ";" ";"North Carolina Avenue 3 ";" ";"66953 ";"Pirmasens ";"06331 144915 ";" ";"06331 1449210 ";" " +lieferant ;00050916;"Melawear GmbH ";" ";"Gottschalkstrae 51 ";" ";"34127 ";"Kassel ";"+49 (561) 47395828 ";" ";" ";" " +lieferant ;00050921;"Feuerwear GmbH & Co. KG ";" ";"Wilhelm-Mauser-Str. 47 ";" ";"50827 ";"Kln ";"+49 (0) 221 46 89 23 - 0 ";" ";"+49 (0) 221 46 89 23 - 41 ";" " +lieferant ;00050923;"NordicSportsConsulting ";" ";"Dorfstrasse 25 ";" ";"94252 ";"Bayerisch Eisenstein ";"+49 09925 7289989 ";" ";" ";" " +lieferant ;00050924;"OpiStores GmbH (Wittkemper Living) ";" ";"Andreas-Meyer-Strae 45c ";" ";"22113 ";"Hamburg ";"+49(0)40 65798079-0 ";" ";"+49(0)40 65798079-56 ";" " +lieferant ;00050928;"to-stock GmbH ";" ";"Diedenhofener Strae 1 ";" ";"54294 ";"Trier ";"+49 651/ 99379670 ";" ";"+49 651/ 993796720 ";" " +lieferant ;00050934;"Loevenich Fashion GmbH ";" ";"Sabinastr. 10a ";" ";"45136 ";"Essen ";"+49-201-239764 ";" ";"+49-201-264423 ";" " +lieferant ;00050942;"Dare To Be B.V. ";" ";"Voorhaven 17 ";" ";"3025 HC ";"Rotterdam ";"+31104760414 ";" ";"+31104760414 ";" " +lieferant ;00050943;"Ko & Flo ";" ";"Leijsenhoek 47 ";" ";"4901 ";"ER Oosterhout ";" ";" ";" ";" " +lieferant ;00050944;"OY BEUNOCK AB ";" ";"Hmeentie 155 katutaso ";" ";"00560 ";"Helsinki ";"+358505425524 ";" ";" ";" " +lieferant ;00050945;"tausendkind GmbH ";" ";"Knesebeckstrae 1-2 ";" ";"10623 ";"Berlin ";" ";" ";" ";" " +lieferant ;00050946;"Camps United ";" ";"336 rue Saint Honor ";" ";"75001 ";"Paris ";"+33 (0)1 47 00 77 97 ";" ";"+33 (0)1 47 00 91 07 ";" " +lieferant ;00050949;"Filius Zeitdesign GmbH & Co. KG ";" ";"Kuckucksweg 55 ";" ";"33607 ";"Bielefeld ";"0521/928 25 23 ";" ";"0521/928 25 40 ";" " +lieferant ;00050950;"TUTIMA UHRENFABRIK GMBH ";" ";"Altenberger Strae 6 ";" ";"01768 ";"Glashtte ";"+49 35053 320 20 ";" ";"+49 35053 320 222 ";" " +lieferant ;00050951;"BRNDWRKS ";" ";"Watertorenstraat 4 ";" ";"4921 AD/XG";"Made ";"+31-(0)162-686634 ";" ";" ";" " +lieferant ;00050958;"DD NOW GmbH ";" ";"Weizenmhlenstr. 16 ";" ";"40221 ";"Dsseldorf ";"+49 211 474 694 20 ";" ";"+49 211 474 694 12 ";" " +lieferant ;00050959;"Silk-ka BV ";" ";"Jan Tinbergenstraat 201 ";" ";"7559 SP ";"Hengelo ";"+31 (0) 74 242 00 48 ";" ";"+31 (0) 74 250 62 76 ";" " +lieferant ;00050960;"Spruchreif GmbH ";" ";"Frankfurter Str. 41 ";" ";"63688 ";"Gedern ";"06045-9999010 ";" ";"06045-9999019 ";" " +lieferant ;00508046;"Artebene GmbH ";" ";"Werner-von-Siemens-Strasse 1 ";" ";"59348 ";"Ldinghausen ";"+49 2591 79239-0 ";" ";"+49 2591 7424 ";" " +lieferant ;00050968;"Gramm GmbH & Co. KG ";" ";"Zeughausweg 26/1 ";" ";"89165 ";"Dietenheim ";" ";" ";" ";" " +lieferant ;00508048;"Gaston Schul BV ";" ";"Plaza 1E-1F ";" ";"4782 SL ";"Moerdijk ";" ";" ";" ";" " +lieferant ;00508061;"Christoph Hnigschmid - Geobender ";" ";"Neideckstr. 53 ";" ";"81249 ";"Mnchen ";"+49 (0) 4183 77 85 88 ";" ";"+49 (0) 4183 50 98 23 ";" " +lieferant ;00508062;"KRANZ GmbH ";" ";"Prinzregentenstr. 54 ";" ";"80538 ";"Mnchen ";"+49 (0)89 992 366 10 ";" ";" ";" " +lieferant ;00508065;"Michael Pachleitner Group GmbH ";" ";"Limberger Tangente 4 ";" ";"8041 ";"Graz ";"+43 (0) 51720-1150 ";" ";" ";" " +lieferant ;00050977;"L&P COMPANY S.R.L. ";" ";"21 Via Enrico da Fiume ";" ";"33080 ";"Fiume ";"+39 0434 560187 ";" ";"+39 0434 561778 ";" " +lieferant ;00050978;"Wiesendanger medien GmbH ";" ";"Dr.-Schalk-Str. 27 ";" ";"82418 ";"Murnau ";"08841 - 48875-0 ";" ";"08841 - 48875-12 ";" " +lieferant ;00050979;"Gerd Haas Vertriebs GmbH ";" ";"Alte Landstr. 12-14 ";" ";"85521 ";"Ottobrunn ";"+49 89 66 54 769 -0 ";" ";"+49 89 609 68 74 ";" " +lieferant ;00050982;"Santacana complementos s.l. ";" ";"C / Tenerife, 11 ";" ";"28970 ";"Humanes de Madrid ";"+34 914920778 ";" ";"+34 916975568 ";" " +lieferant ;00050983;"Pericosa - Fashion & Skincare ";" ";"Kreuzeckweg 16 ";" ";"85757 ";"Karlsfeld ";"+49 (0) 8131 188 663 8 ";" ";" ";" " +lieferant ;00050984;"Tree Distribution GmbH ";" ";"Sigmaringer Strae 58 ";" ";"70567 ";"Stuttgart ";"0711-169 174 73 ";" ";"0711-169 174 79 ";" " +lieferant ;00050986;"Ecoffee Cup ";" ";"The Courtyard Shoreham Road, Steyning ";" ";"BN44 3TN ";"West Sussex ";" ";" ";" ";" " +lieferant ;00050100;"Junge A/S ";" ";"Kertemindevej 22 ";" ";"8940 ";"Randers SV ";"+45 86 40 60 22 ";" ";" ";" " +lieferant ;00050996;"Kleiner Norden GbR ";"Anna Kula & Silva Schulenberg ";"Lwenstrae 49 ";" ";"20251 ";"Hamburg ";"040 89721017 ";" ";" ";" " +lieferant ;00050997;"Triple M Trading BV ";" ";"Kon. Wilhelminaplein 1 ";"69403 ";"1060 HG ";"Amsterdam ";"+31 20 669 89 89 ";" ";"+31 20 615 68 30 ";" " +lieferant ;00050998;"Mosaic-Shop | Begoni GmbH & Co. KG ";" ";"Margaretenhtte 42 ";" ";"35398 ";"Giessen ";"+49 641 209169-00 ";" ";"+49 641209169-01 ";" " +lieferant ;00050999;"BTX Group A/S ";" ";"Nordlundvej 1 ";" ";"7330 ";"Brande ";"+45 96 42 42 42 ";" ";" ";" " +lieferant ;00508070;"Crea & Merce GmbH ";" ";"Enzianweg 24 ";" ";"82343 ";"Pcking b. Starnberg ";"+49 (0) 8157 90925 90 ";" ";"+49 (0) 8157 90925 99 ";" " +lieferant ;00050151;"JK Schlafkonzepte (Janen & Kruse GbR) ";" ";"Gro Belt 18 ";" ";"26389 ";"Wilhelmshaven ";"04421-77 20 30 ";" ";"04421-96 45 73 ";" " +lieferant ;00507802;"Airon SRL ";"Moda Italiana ";"Via Trani 78 ";" ";"76121 ";"Barletta (BT) ";"+39 0883 532406 ";" ";"+39 0883 47947 ";" " +lieferant ;00507803;"Calzaturificio Togi Srl ";" ";"ZONA Ind. le Aversa Nord ";" ";"81032 ";"Carinaro (CE) ";"+39-081-813392 ";" ";"+39-081-5029526 ";" " +lieferant ;00507804;"Pretty Life Handelsgesellschaft mbH ";" ";"Breslauer Str. 8, Raum 3412 ";" ";"41460 ";"Neuss ";"02131 1244679 ";" ";"02131 3864290 ";" " +lieferant ;00507811;"47 Brand Europe ";" ";"Shorts Building, 65 Beauvais Square ";" ";"MK42 ";"0GG Bedford ";"+44 (0) 1908588032 ";" ";" ";" " +lieferant ;00507813;"H.J.S. Handels GmbH ";" ";"Oettingerstr. 24 ";" ";"80538 ";"Mnchen ";"0172 2008849 ";" ";"089 35895654 ";" " +lieferant ;00507816;"M.T.V. Mode Textil-Vertriebs GmbH ";" ";"Basler Str. 7 ";" ";"79664 ";"Wehr ";"07761/552813 ";" ";" ";" " +lieferant ;00507818;"Feel Green GmbH ";" ";"Dr. Franz Wilhelm Str. 2 ";" ";"3500 ";"Krems an der Donau ";"+43 2732 71454 ";" ";"+43 2732 75864 ";" " +lieferant ;00507823;"WEISS Textil GmbH (Mikosa) ";" ";"Carl-Benz-Str. 21 ";" ";"60386 ";"Frankfurt ";"+49 (69) 42690731 ";" ";"+49 (69) 42690783 ";" " +lieferant ;00507824;"Helmig & Blmacher GdbR ";" ";"Cecilienallee 54-55 ";" ";"40474 ";"Dsseldorf ";"+49 (211) 91187480 ";" ";"+49 (211) 91187481 ";" " +lieferant ;00507826;"Maruti Fashion ";" ";"Marconilaan 6 ";" ";"6003 ";"DD Weert ";"+31 [0] 495 85 10 20 ";" ";"+31 [0] 495 46 20 58 ";" " +lieferant ;00507831;"D&t Design Hamburg GmbH ";" ";"Kronsaalsweg 70 ";" ";"22525 ";"Hamburg ";"+49 (0)40 780 704 83 ";" ";"+49 (0)40 780 704 8 ";" " +lieferant ;00507833;"Sauvage Cosmetique GmbH ";" ";"An den Lindenbumen 19-25 ";" ";"34277 ";"Fuldabrck (Kassel) ";"+49 561 981660 ";" ";"+49 561 9816611 ";" " +lieferant ;00507834;"PVH Brands Europe B.V. ";" ";"Danzigerkade 165 ";" ";"1013 AP ";"Amsterdam ";"+31 (0)88-5889000 ";" ";" ";" " +lieferant ;00507835;"Fashion Juice BV ";" ";"Gooiland 46a ";" ";"1948 RD ";"Beverwijk ";"+31 251 22 00 51 ";" ";" ";" " +lieferant ;00508099;"DAYCO GmbH Boxspringbetten & Matratzen ";" ";"Platte Weide 3-5 ";" ";"32457 ";"Porta Westfalica ";"0571 779877-0 ";" ";"0571 77877-55 ";" " +lieferant ;00507853;"Miin Cosmetics S.L. ";" ";"Carrer de Pau Claris, 110 ";" ";"08009 ";"Barcelona ";"+34 933 48 43 94 ";" ";" ";" " +lieferant ;00507863;"Sarah GmbH ";" ";"Max-Planck-Strae 25 ";" ";"63303 ";"Dreieich ";"06103 9603444 ";" ";"06103 9604888 ";" " +lieferant ;00507864;"New Jersey Fashion - Jamal Subhani ";"Fashion Center Frankfurt ";"Raum 34 Otto-Hahn-Str. 24 ";" ";"63303 ";"Dreieich ";"+49 1521 7027469 ";" ";" ";" " +lieferant ;00507879;"Tantrend Bijoux SL ";" ";"C/ San Erasmo 42 ";" ";"28021 ";"Madrid ";"+34 91 723 03 00 ";" ";" ";" " +lieferant ;00507884;"Street Surfing Germany GmbH ";" ";"Westfalendamm 172a ";" ";"44141 ";"Dortmund ";"0231 2866590 ";" ";"0231 286659?19 ";" " +lieferant ;00507885;"Amer Sports Deutschland GmbH (Precor) ";" ";"Hainbuchenring 9 ";" ";"82061 ";"Neuried ";"+49 (89) 89801370 ";" ";" ";" " +lieferant ;00507886;"Augustat GmbH (Young Couture) ";" ";"Fringsstrae 30 ";" ";"40221 ";"Dsseldorf ";"0211-90146-0 ";" ";" ";" " +lieferant ;00507889;"Dorina Textil GmbH (Corsina Europe GmbH)";" ";"Werinherstrasse 45 ";" ";"81541 ";"Mnchen ";"+49 89 5522470 ";" ";"+49 89 55224799 ";" " +lieferant ;00507890;"Omega Heimtextilien GmbH & Co. KG ";" ";"Siemensstrae 41 ";" ";"48341 ";"Altenberge ";"+49 (0)2505-9321-0 ";" ";"+49 (0)2505-9321-10 ";" " +lieferant ;00507891;"Germania Rollo ";" ";"Am Jgersberg 24 ";" ";"24161 ";"Altenholz ";"+49 431 36968-0 ";" ";"+49 431 36564 ";" " +lieferant ;00507873;"Kbler Sport GmbH ";" ";"Karl-Ferdinand-Braun-Str. 3 ";" ";"71522 ";"Backnang ";"+49 (0) 7191 9570 -0 ";" ";"+49 (0) 7191 9570 -10 ";" " +lieferant ;00507887;"Royer Deutschland GmbH ";" ";"Plange Mhle 2 ";" ";"40221 ";"Dsseldorf ";"+49 (211) 73566740 ";" ";"+49 (211) 73566741 ";" " +lieferant ;00507870;"U.S.P. Fashion B.V. (catwalk) ";" ";"Asterweg 73 ";" ";"1031 HM ";"Amsterdam ";"+31 (0)20 637 18 44 ";" ";" ";" " +lieferant ;00507892;"BeWooden GmbH ";" ";"Bergstrae 81 ";" ";"61118 ";"Bad Vilbel ";" ";" ";" ";" " +lieferant ;00507893;"Gentlemans Need - S. Sebastian Henseler ";" ";"Oldenburger Strae 295 ";" ";"26180 ";"Rastede ";"+49 162 248 51 79 ";" ";" ";" " +lieferant ;00507894;"Meyborg UG (haftungsbeschrnkt) ";" ";"Fischers Allee 85 ";" ";"22763 ";"Hamburg ";"+49 176 700 645 36 ";" ";" ";" " +lieferant ;00507895;"CO'PS drinks GmbH ";" ";"Am Zirkus 3a ";" ";"10117 ";"Berlin ";"030 555790959 ";" ";" ";" " +lieferant ;00507908;"Evert Kornmayer (KORNMAYERs) ";" ";"Behringstr. 1-3 ";" ";"63303 ";"Dreieich ";" ";" ";"+49 (6074) 4834179 ";" " +lieferant ;00507909;"Masquare Mode GmbH ";" ";"Albert-Bassermann-Str. 29 ";" ";"68782 ";"Bhl ";"+49 (6202) 5799972 ";" ";" ";" " +lieferant ;00507913;"Shirt & More Trade GmbH ";" ";"Daimlerstrasse 27 ";" ";"50859 ";"Kln - Lvenich ";"+49 (221) 845 895 00 ";" ";" ";" " +lieferant ;00050167;"N.E.D. International B.V. ";" ";"Kuiperbergweg 44 ";" ";"1101 AG ";"Amsterdam ";"+31 (0)20 4509930 ";" ";" ";" " +lieferant ;00050171;"Hanamiandmi ";" ";"Wiesenau 4 ";" ";"60323 ";"Frankfurt ";"069-617691 ";" ";" ";" " +lieferant ;00050172;"Bartl GmbH ";" ";"Brunnthalerstr. 17 ";" ";"84518 ";"Garching an der Alz ";"+49 (0) 86 34 / 98 85-0 ";" ";"+49 (0) 86 34 / 98 85-95 ";" " +lieferant ;00050173;"KT-Schmuckdesign GmbH & Co.KG ";" ";"Bremland 9a ";" ";"24857 ";"Fahrdorf ";"04621/5300711 ";" ";" ";" " +lieferant ;00050174;"Gerhard Rudolf (Rudolf Kaffee) ";" ";"Remsstrae 10 ";" ";"73614 ";"Schorndorf ";"07181 - 65 69 3 ";" ";"07181 - 64 69 7 ";" " +lieferant ;00050176;"JFA Germany GmbH ";" ";"Lindenstr. 6 ";" ";"72379 ";"Hechingen ";"+49 7471 9591276 ";" ";" ";" " +lieferant ;00050259;"Sonnenglas GmbH ";" ";"Oststr. 44 ";" ";"74232 ";"Abstatt ";"+49 7062 66 50 100 ";" ";" ";" " +lieferant ;00050260;"Edelbrand und Weinhandel Bauer Gbr ";" ";"Dachsbuckel Winzerhof 1 ";" ";"69126 ";"Heidelberg ";"+49 6221 - 381931 ";" ";"+49 6221 - 351065 ";" " +lieferant ;00508104;"Stiegler Wohnkultur GmbH ";" ";"Froschenseestr. 40 ";" ";"87629 ";"Fssen ";"+49 (0) 8362 - 21 13 ";" ";"+49 (0) 8362 - 3 87 05 ";" " +lieferant ;00508105;"Ibu Jewels B.V. ";" ";"Charlotte van Montpensierlaan 11 ";" ";"1181 RN ";"Amstelveen ";" ";" ";" ";" " +lieferant ;00508135;"Tellja GmbH ";" ";"Solmsstr. 12 ";" ";"60486 ";"Frankfurt am Main ";"+49 (0)69 8700 429 29 ";" ";" ";" " +lieferant ;00508142;"Square Metrics GmbH ";" ";"Kpenicker Strae 154 ";" ";"10997 ";"Berlin ";"+49 (0) 30 220119580 ";" ";" ";" " +lieferant ;00508112;"bags and more GmbH ";"Zuckerstern Textiltrumereien ";"Hinterhofstrae 60 ";" ";"90451 ";"Nrnberg ";" ";" ";" ";" " +lieferant ;00508113;"Byredo GmbH ";" ";"Sophienstrae 16 ";" ";"10178 ";"Berlin ";"+49 30 20054840 ";" ";"+49 3222 3235817 ";" " +lieferant ;00508117;"Haddad Brands Europe ";" ";"25, avenue du Bois de la Pie ";" ";"93290 ";"Tremblay en France ";"+33 149 89 7272 ";" ";"+33149 89 73 01 ";" " +lieferant ;00508118;"Peppercorn & Desires AS ";" ";"Industrivej 19 ";" ";"7430 ";"Ikast ";"+4570261115 ";" ";" ";" " +lieferant ;00050269;"XDEFT Sp. z o.o. ";" ";"ul.Gorkiego 10 ";" ";"43-300 ";"Bielsko-Biala ";"+48 664 14 13 33 ";" ";" ";" " +lieferant ;00050270;"rigotex ag ";" ";"swiss house of textiles ";" ";"9606 ";"Btschwil ";"+41 71 982 70 40 ";" ";" ";" " +lieferant ;00050271;"carlina babymode GmbH ";" ";"Schuckertstrae 9 ";" ";"72766 ";"Reutlingen ";"07121-1651-0 ";" ";"07121-1651-13 ";" " +lieferant ;00050272;"STUFF MAKER GmbH ";" ";"Herforder Str. 45 ";" ";"32545 ";"Bad Oeynhausen ";"+49 5731 153 44-88 ";" ";" ";" " +lieferant ;00050273;"TRANQUILLO GmbH ";" ";"An der Schleife 7 ";" ";"01099 ";"Dresden ";"+49 351 810 633 211 ";" ";"+49 351 810 633 229 ";" " +lieferant ;00050282;"Quality Brands GmbH ";"Action Sports Sportartikel GmbH ";"Carlo-Schmid-Str. 11 ";" ";"52146 ";"Wrselen ";"+49 (2405) 6060 ";" ";" ";" " +lieferant ;00050284;"BuchholzMedia ";" ";"Fnfbronn 7 ";" ";"91174 ";"Spalt ";"09175 9079115 ";" ";"09175 9083333 ";" " +lieferant ;00050285;"BORN GmbH ";" ";"Poststrae 4 ";" ";"37351 ";"Dingelstdt ";"+49 36075-5060 ";" ";"+49 36075 - 50666 ";" " +lieferant ;00050286;"Interal S.L. ";" ";"Avenida de Madrid, 70 ";" ";"02640 ";"Almansa (Albacete) ";"+34 967 345 305 ";" ";"+34 967 343 369 ";" " +lieferant ;00050293;"Gabtex B.V. ";" ";"Maroastraat 2 ";" ";"1060 LG ";"Amsterdam ";"+31 20 785 52 00 ";" ";" ";" " +lieferant ;00050297;"Hirschbachtal ";"Ihn. Frank Kleespies ";"Bahnhofstrasse 17 ";" ";"63571 ";"Gelnhausen ";"0170/3536967 ";" ";" ";" " +lieferant ;00050300;"BATO Mode Mnchen ";" ";"Ingolstdter - Strae 45 ";" ";"80807 ";"Mnchen ";" ";" ";" ";" " +lieferant ;00050301;"Wildlife-Mountain.de (Kunst + Mode) ";" ";"Hans-Sachs-Str. 14 ";" ";"33602 ";"Bielefeld ";"0521-21889 ";" ";" ";" " +lieferant ;00050302;"Strhle GmbH ";" ";"Junker Jonas Platz 3 ";" ";"6840 ";"Gtzis ";"+43 (0)5523 62 562 ";" ";"+43 (0)5523 62 562-9 ";" " +lieferant ;00050303;"Signe Modeschmuck GmbH ";" ";"Hauptstr. 181 ";" ";"55743 ";"Idar-Oberstein ";"+49 (0) 67 81 - 2 68 48 ";" ";"+49 (0) 67 81 - 7 05 84 ";" " +lieferant ;00050304;"M-agency (Like Flo) ";" ";"Minervum 7344 ";" ";"4717 ZD ";"Breda ";"+31 76 5300257 ";" ";" ";" " +lieferant ;00050305;"Kottas & Mantsios International GmbH ";" ";"Frankfurter Str. 96 ";" ";"63303 ";"Dreieich ";"+49 (0) 6103 3867740 ";" ";"+49 (0) 6103 3867748 ";" " +lieferant ;00050306;"WEBER+WEBER GmbH ";" ";"Im Loch 21 ";" ";"6820 ";"Gurtis ";"+43 5522 20340 ";" ";" ";" " +lieferant ;00575977;"Picture Instruments - PI UG ";" ";"Wiesenstrasse 51 ";" ";"51371 ";"Leverkusen ";"+49 (0) 2173 - 29 789 30 ";" ";" ";" " +lieferant ;00050381;"Lyzense Bags & Accessoires GmbH ";" ";"Brookstieg 4 ";" ";"22145 ";"Stapelfeld ";" ";" ";" ";" " +lieferant ;00050382;"Thermopad GmbH ";" ";"Rudolf-Diesel-Str. 11 ";" ";"72250 ";"Freudenstadt ";"+49 (0) 7441 93281-0 ";" ";"+49 (0) 7441 93281-99 ";" " +lieferant ;00050383;"DIESEL S.p.A. ";" ";"Via Dell'Industria, 4-6 ";" ";"36042 ";"Breganze (VI) ";"+39 0424 477555 ";" ";"+39 0424 411955 ";" " +lieferant ;00050384;"Pronto Moda GmbH ";"3. Stock Raum 0313 ";"Klner Str. 1 ";" ";"65760 ";"Eschborn ";"06196 - 9699879 ";" ";"06196 - 9548681 ";" " +lieferant ;00050385;"WU Fashion GmbH ";" ";"Taunusstrae 45 Haus 4 Raum 012-013 ";" ";"80807 ";"Mnchen ";"+49 89 35095400 ";" ";"+49 89 35095401 ";" " +lieferant ;00508136;"Greenomic Delikatessen ";" ";"Kornblumenweg 8 ";" ";"73730 ";"Esslingen am Neckar ";"+49(0)711 3655 16 78 ";" ";"+49(0)711 21479568 ";" " +lieferant ;00050914;"Fashion Holding Dsseldorf GmbH ";" ";"Feldstr. 4 ";" ";"44867 ";"Bochum ";"+49 2327 9549110 ";" ";"+49 2327 9549120 ";" " +lieferant ;00050917;"viavesto GmbH ";" ";"Schnepfenhain 39 ";" ";"35325 ";"Mcke ";"06400958622 ";" ";"06400958634 ";" " +lieferant ;00050920;"NONO B.V. ";" ";"Watertorenstraat 4 ";" ";"4921 XG ";"Made ";"+31 (0)162 686634 ";" ";"+31 (0)162 686638 ";" " +lieferant ;00050925;"Sandro Rath SL ";" ";"Calle Zorilla, 9 ";" ";"07157 ";"Port Andraitx - Palma de Mallorca ";"+34 634337313 ";" ";" ";" " +lieferant ;00050926;"Flakko -Stick- ";" ";"Schwarzenbergstrae 48 ";" ";"21073 ";"Hamburg ";"0176 / 61354184 ";" ";" ";" " +lieferant ;00050927;"SAS Alpha Europe Distribution ";"BumBumBag ";"52 rue Etienne Marcel ";" ";"75002 ";"Paris ";" ";" ";" ";" " +lieferant ;00050933;"KletterRetter UG ";" ";"Erngupfe 2 ";" ";"79379 ";"Mhlheim ";"+49(0)911 7155 9050 ";" ";" ";" " +lieferant ;00050936;"D.E.M. Europe B.V. ";" ";"Startbaan 8 ";" ";"1185XR ";"Amstelveen ";" ";" ";" ";" " +lieferant ;00050952;"Schrder Online UG ";"Juwelier Schrder ";"Mittelstr. 12 ";" ";"36037 ";"Fulda ";"0661-250 555 22 ";" ";"0661 20696115 ";" " +lieferant ;00050955;"Heinz Nesper GmbH ";" ";"Schwarzwaldstr. 148-154 ";" ";"75173 ";"Pforzheim ";"07231-2809230 ";" ";" ";" " +lieferant ;00050961;"AziBi-iBizA ";" ";"Rostocklaan 47 ";" ";"7315 HL ";"Apeldoorn ";"0031612622291 ";" ";" ";" " +lieferant ;00050962;"BONDI KIDSWEAR GmbH ";" ";"Im Rohrbach 26 ";" ";"72336 ";"Balingen-Frommern ";"+49 (7433) 99 29 - 0 ";" ";"+49 (7433) 3811 98 ";" " +lieferant ;00050964;"DRUCKDURST GmbH ";" ";"Mastenweg 1 ";" ";"37619 ";"Hehlen ";"+49 (0) 5533 408 67-115 ";" ";"+49 (0) 5533 408 67-17 ";" " +lieferant ;00508047;"Artificial Jrgen J. Burk ";" ";"Kochelseestrae 8 ";" ";"81371 ";"Mnchen ";"+49 (0) 89 21869-159 ";" ";"+49 (0) 89 21869-282 ";" " +lieferant ;00508053;"Rasp Gesellschaft m.b.H. ";" ";"Eberhard-Fugger-Strasse 6A ";" ";"5020 ";"Salzburg ";"+43 (0)662 6494650 ";" ";"+43 (0)662 649465-8 ";" " +lieferant ;00508066;"Strunkmann-Meister Handels GmbH ";" ";"Heeper Strae 115 ";" ";"33607 ";"Bielefeld ";"+49 (0) 521 30 35 - 0 ";" ";"+49 (0) 521 30 35 - 30 ";" " +lieferant ;00508068;"NARCISA GmbH ";" ";"Seebachstrae 6/1 ";" ";"88239 ";"Wangen im Allgu ";" ";" ";" ";" " +lieferant ;00508069;"Meltex ";" ";"3 Rue d'Edimbourg ";" ";"75008 ";"Paris ";"01 58 39 39 90 ";" ";"01 43 79 20 18 ";" " +lieferant ;00050980;"C.R. srl (H.C.R. Italia) ";" ";"Via Vittime del Fascismo, 26 ";" ";"50053 ";"Empoli (F) ";"0039 0571 580388 ";" ";" ";" " +lieferant ;00509804;"Socialwave GmbH ";" ";"Drrstrae 1 ";" ";"80992 ";"Mnchen ";"(+49) 089 21546472 ";" ";" ";" " +lieferant ;00050992;"Airwair International Ltd ";" ";"Boekerman 1 Business Park ";" ";"4751 XK ";"Roosendaal - Borchwerf II Oud Gastel ";" ";" ";" ";" " +lieferant ;00050993;"SMART Toys and Games GmbH ";" ";"An der Pnt 46 ";" ";"40885 ";"Ratingen ";"02102 - 879920 ";" ";" ";" " +lieferant ;00050102;"Alexandros Pervenis S.A. ";" ";"79, 17Th November Str. ";" ";"55534 ";"Thessaloniki ";"+302310 - 906006 ";" ";"+302310 - 906066 ";" " +lieferant ;00050103;"E. Krezioz LTD Knitwear Factory ";" ";"8, Kavalas Str. ";" ";"54627 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00050104;"Muratpasa Mh. ";" ";"Sanavi Sk. No:16/1 ";" ";"Bayrampasa";"Istanbul ";"+90 212 674 44 68 ";" ";"+90 212 674 44 58 ";" " +lieferant ;00050105;"DIM. Artextil LTD ";" ";"Almanak Omondros, Zemliste NA ";" ";"2850 ";"Petrich ";"0035974561192 ";" ";"0035974561194 ";" " +lieferant ;00050148;"Lensdorf GmbH ";" ";"Untere Dorfstr.32 ";" ";"37691 ";"Boffzen ";"05271/9993390 ";" ";" ";" " +lieferant ;00050155;"Casall Sport Aktiebolag ";" ";"Box 6007 ";" ";"600 06 ";"Norrkping ";" ";" ";" ";" " +lieferant ;00050157;"X.T. Fashion GmbH ";" ";"Bahnhofstr. 5 ";" ";"71332 ";"Waiblingen ";"(07151) 9 82 48 88 ";" ";" ";" " +lieferant ;00050158;"CIVAS DEI FRATELLI CRIPPA SRL ";" ";"Viale Rimembrannze ";" ";"20844 ";"Triuggio ";" ";" ";" ";" " +lieferant ;00050162;"Doctor Fake ";" ";"Calle La Bolsa, 6 ";" ";"29015 ";"Mlaga Espaa ";"+34 691 446 380 ";" ";" ";" " +lieferant ;00050163;"Maison Mollerus AG ";" ";"Seestrasse 74/78 ";" ";"8703 ";"Erlenbach ZH ";"+41 (0) 44 829 28 67 ";" ";"+41 (0) 44 829 28 66 ";" " +lieferant ;00050164;"Pertini ";" ";"Avenida de Madrid, 70, Apdo 75 ";" ";"02640 ";"Almansa (Albacete) Spain ";"+34 967 341 457 ";" ";"+34 967 343 369 ";" " +lieferant ;00050165;"INSTILE S.r.l. (Roberta Pieri) ";" ";"Via Ferruccio Parri, 67/69 ";" ";"51010 ";"S.Allucio Uzzano (PT) ";" ";" ";" ";" " +lieferant ;00050169;"Julian Schmidt (RXBRY.) ";" ";"Kriegsbergerstr. 28 ";" ";"70174 ";"Stuttgart ";"+49 (177) 7106364 ";" ";" ";" " +lieferant ;00050170;"Geratex Trading e.U. ";" ";"Kranzgasse 18/2 ";" ";"1150 ";"Vienna ";"+43 6802805212 ";" ";" ";" " +lieferant ;00507820;"Modeagentur Horst Lieberum ";" ";"Modering 9 - Raum 188 ";" ";"22457 ";"Hamburg ";"+49 (0)171 219 219 9 ";" ";" ";" " +lieferant ;00050965;"TIMAR degli Eredi Ripani Sergio ";" ";"Via Gran Bretagna, 34 ";" ";"63813 ";"Monte Uran ";"+390734841969 ";" ";" ";" " +lieferant ;00050121;"joyfill GmbH ";" ";"Uhlandstr. 2 ";" ";"79423 ";"Heitersheim ";"+49 (0) 7634 / 521-0 ";" ";"+49 (0) 7634 / 521-299 ";" " +lieferant ;00050122;"Katharina Hovman ";" ";"Schtzenstr. 109 ";" ";"22761 ";"Hamburg ";"+49 40 49081-98 ";" ";"+49 40 49081-51 ";" " +lieferant ;00050123;"Holland House Fashion B.V. ";" ";"Rouboslaan 42 ";" ";"2252 TR ";"Voorschoten ";"+31 71 572 28 18 ";" ";"+31 71 572 28 19 ";" " +lieferant ;00050134;"mint&rose ";" ";"Calle Argensola 15 ";" ";"28004 ";"Madrid ";"+34 910 719 746 ";" ";" ";" " +lieferant ;00050135;"Live Fashion Ltd. ";" ";"51-53 Rivington Street ";" ";"EC2A 3QB ";"London ";"+44 207 613 2275 ";" ";" ";" " +lieferant ;00050136;"We Want Shoes GmbH (Blundstone) ";" ";"Dunckerstrasse 4 ";" ";"10437 ";"Berlin ";"+ 49 (0)30 960 60 68 - 0 ";" ";"+ 49 (0)30 960 60 68 - 11 ";" " +lieferant ;00050137;"Gordon Confezioni Srl ";" ";"Via Grumo - Zona Industriale sn ";" ";"70020 ";"Cassano delle Murge (Ba) ";"+39.080.76.36.11 ";" ";"+39.080.76.32.37 ";" " +lieferant ;00050138;"MPIRE TRENDS UG (Lookabe) ";" ";"Elzstr. 33 ";" ";"45136 ";"Essen ";" ";" ";" ";" " +lieferant ;00050139;"Scarpe Retail GmbH & Co.KG (Copenhagen) ";" ";"Salzstr.41 ";" ";"48143 ";"Mnster ";"+ 49 251 9811 8070 ";" ";"+ 49 251 9811 80711 ";" " +lieferant ;00050140;"Nima SARL (Just over the Top) ";" ";"164, chemin de St Jean du dsert ";" ";"13005 ";"Marseille ";"0491636220 ";" ";" ";" " +lieferant ;00050141;"laidback london ";" ";"118-122 College Road,Unit 401, 4th Floor";" ";"HA1 1BQ ";"Harrow - Middlesex ";"0207 993 4703 ";" ";" ";" " +lieferant ;00050142;"Vaca Vaca ";"Carolin Zisgen ";"Mainzerstr. 12 ";" ";"55257 ";"MZ-Budenheim ";"0176 / 66844799 ";" ";" ";" " +lieferant ;00050143;"Schmidt Spiele GmbH ";" ";"Lahnstrae 21 ";" ";"12055 ";"Berlin ";"+49 (0)30/68 39 02 0 ";" ";"+49 (0)30/68 39 02 30 ";" " +lieferant ;00508128;"CCS digital_fabric GmbH ";" ";"Ungelsheimer Weg 1-3 ";" ";"40472 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00050181;"Linga Dore, Mendels Fashion ";" ";"Helmkamp 46F ";" ";"7091 ";"HR Dinxperlo ";"0315653202 ";" ";" ";" " +lieferant ;00050182;"Giada di Gallo Ada & C. sas ";" ";"Via Palazzetti 22/P ";" ";"40068 ";"San Lazzaro di Savena (BO) ";"+39 0516258654 ";" ";"+39 0516284831 ";" " +lieferant ;00050183;"MG GmbH (Studio Italy) ";" ";"Schorn 1 ";" ";"82319 ";"Starnberg ";"+49 (0)151 10 33 39 99 ";" ";"+49 89 143 67152 343 ";" " +lieferant ;00050190;"Marivie ";"Victoria Gtlein & ";"Trkenstr. 51 ";" ";"80799 ";"Mnchen ";"+49 89 25546793 ";" ";" ";" " +lieferant ;00050194;"Karmamia ApS ";" ";"Smedeland 7 ";" ";"2600 ";"Glostrup ";"78774320 ";" ";" ";" " +lieferant ;00050195;"Philippe Model - PM S.r.l. ";" ";"Via Garibaldi, 16 ";" ";"30030 ";"Vigonovo (VE) ";"+39 049.2956308 ";" ";" ";" " +lieferant ;00050200;"Central Trade Germany GmbH ";" ";"Hauptstrae 83 ";" ";"53619 ";"Rheinbreitbach ";"02224 - 9861505 ";" ";" ";" " +lieferant ;00050202;"loud + proud GmbH ";" ";"Kasernweg 4 ";" ";"91217 ";"Hersbruck ";" ";" ";" ";" " +lieferant ;00050237;"Le Bonnet Amsterdam B.V. ";" ";"Raadhuistraat 22 ";" ";"1016 DE ";"Amsterdam ";"+31623277661 ";" ";" ";" " +lieferant ;00508092;"Eva Solo AS ";" ";"Mlv Teknikerby 18-20 ";" ";"2760 ";"Mlv ";" ";" ";" ";" " +lieferant ;00050247;"I.P.D.International Perfume Distribution";" ";"Grunerstrae 66A ";" ";"40239 ";"Dsseldorf ";"0211 6696860 ";" ";" ";" " +lieferant ;00050830;"Louisa Bracq (P.B.S.E.) ";" ";"102 Rue Roger Salengro ";" ";"59157 ";"Fontaine-au-Pire ";"+33 3 27 85 07 57 ";" ";"+33 3 27 76 20 55 ";" " +lieferant ;00050851;"Tim Scharmberg (Easychunks) ";" ";"Kleiststr. 22 ";" ";"32312 ";"Lbbecke ";"05741 1600 ";" ";"05741 234579 ";" " +lieferant ;00050852;"The Somerset Toiletry Company ";" ";"Clutton Hill Farm Estate,Clutton ";" ";"BS39 5QQ ";"Clutton, North Somerset, ";"+44 (0) 1761 451122 ";" ";"+44 (0)1761 451340 ";" " +lieferant ;00050853;"JaBaDaBaDo AB ";" ";"Varggatan 10 ";" ";"26144 ";"Landskrona ";"0418-23470 ";" ";" ";" " +lieferant ;00507685;"T.D.G. Vertriebs GmbH & Co. KG ";" ";"Alter Wandrahm 10 ";" ";"20457 ";"Hamburg ";" ";" ";" ";" " +lieferant ;00507686;"Linari GmbH ";" ";"Jaffestrasse 12 ";" ";"21109 ";"Hamburg ";"+49 40 758522 ";" ";"+49 407534505 ";" " +lieferant ;00508909;"Software Partner Datenmedien-Service ";"und Vertriebs GmbH ";"Inselkammerstr. 10 ";" ";"82008 ";"Unterhachingen ";" ";" ";" ";" " +lieferant ;00508910;"iProtect GmbH ";" ";"Leipziger Platz 12 ";" ";"10117 ";"Berlin ";" ";" ";" ";" " +lieferant ;00508911;"Scherer Voigt GbR ";" ";"Stermngasse 121 ";" ";"20357 ";"Hamburg ";"040 39903925 ";" ";" ";" " +lieferant ;00508912;"D & O Trading S.r.l. ";" ";"Via Giotto 3 ";" ";"39100 ";"Bozen ";" ";" ";" ";" " +lieferant ;00508913;"MIB Manifatture in Bassano SRL ";" ";"Via Benvenuto Cellini 12/a ";" ";"36061 ";"Bassano del Grappa ";" ";" ";" ";" " +lieferant ;00508914;"DNC TAG sprl ";" ";"Rue du Try Bara 1 ";" ";"B1380 ";"Lasne ";"+32 2 741 24 20 ";" ";" ";" " +lieferant ;00508915;"34 New-co s.r.l. ";" ";"Via Fonte Natali 1135 ";" ";"53025 ";"Piancastagnio (SI) ";" ";" ";" ";" " +lieferant ;00507687;"Fitflop GmbH ";" ";"Friedbergstrasse 7 ";" ";"14057 ";"Berlin ";"030 27 87 44 17 0 ";" ";"030 69 08 89 88 ";" " +lieferant ;00507691;"Lafferty's - Kathryn Malley ";" ";"Hohegrabenweg 81a ";" ";"40667 ";"Meerbusch ";"+49.2132.6586454 ";" ";"+49.2132.6586737 ";" " +lieferant ;00508916;"Annemarie Brlind GmbH ";" ";"Lindenstr. 15 ";" ";"75365 ";"Calw ";" ";" ";" ";" " +lieferant ;00507692;"Cai Euromode GmbH ";" ";"Modering 5, Raum 352-2 ";" ";"22457 ";"Hamburg ";"040 56204876 ";" ";" ";" " +lieferant ;00507693;"Samo Ges fr aktuelle Schuhmode mbh ";" ";"Emil-von-Behring-Str. 6 ";" ";"63128 ";"Dietzenbach ";"06074 82880 ";" ";"06074 42780 ";" " +lieferant ;00507694;"Asial - Industria de calcado, LDA ";" ";"Rua da Boca, 152 ";" ";"4815-640 ";"VIZELA ";"253489690 ";" ";"253585252 ";" " +lieferant ;00508907;"Veja Fair Trade ";" ";"13 Rue de la Cerlsale ";" ";"75004 ";"Paris ";" ";" ";" ";" " +lieferant ;00507735;"Fantasy Shoes s.r.l. ";" ";"Piazza Martiri di Marzabotto 63 ";" ";"51015 ";"Monsummano Terme ";"+39 057280705 ";" ";"+39 0572952529 ";" " +lieferant ;00507698;"Majawidu B.V. ";" ";"Vasteland 78 ";" ";"3011 BN ";"Rotterdam ";"+31 172 764050 ";" ";" ";" " +lieferant ;00507699;"Limaxx Liberini und Marx GbR ";" ";"Spinnerei 48 ";" ";"71522 ";"Backnang ";"+49 7191 2299840 ";" ";"+49 7191 2299841 ";" " +lieferant ;00507700;"Kirsten Sorg - Kett Kiss ";" ";"Von-Scheibler-Str. 8 ";" ";"58636 ";"Iserlohn ";" ";" ";" ";" " +lieferant ;00507701;"WW Consulting GmbH ";" ";"Joseph-Haydn-Strae 5 ";" ";"78054 ";"Villingen-Schwenningen ";"+49 (0)178 2530659 ";" ";"+49 (0)7720 813168 ";" " +lieferant ;00507702;"M2 Beaut Cosmetics GmbH ";" ";"Anna-Schneider-Steig 4 ";" ";"50678 ";"Kln ";"+ 49 (0) 1805 - 28 83 63 ";" ";"+ 49 (0) 221- 998 915 20 ";" " +lieferant ;00507703;"Fashion Group srl ";"Gianni Lupo ";"Via Chemnitz, 2/1 ";" ";"59100 ";"Prato ";"+39 0574 620579 ";" ";"+39 0574 700708 ";" " +lieferant ;00507704;"Domino Feichtenschlager KG ";" ";"Untermarkt 14 ";" ";"5270 ";"Mauerkirchen ";"+43 7724 2126 ";" ";"+43 7724 212621 ";" " +lieferant ;00507705;"encondi Gmbh ";" ";"Mnchener Str. 13 ";" ";"85540 ";"Haar ";"089-37966990 ";" ";"089-37966998 ";" " +lieferant ;00507706;"The Way SRL ";" ";"Viale Montegrappa 282 ";" ";"59100 ";"Prato ";" ";" ";" ";" " +lieferant ;00507707;"LongboardStock ";" ";"Lindenstr.13 ";" ";"74245 ";"Lwenstein ";"+49 7130 453093 ";" ";"+49 7130 4023325 ";" " +lieferant ;00507708;"Laimer GmbH - Srl ";" ";"ohann Kravogl Strae 8 ";" ";"39011 ";"Lana (BZ) ";"+39 473 427498 ";" ";"+39 473 420305 ";" " +lieferant ;00507709;"Fashion Accessoires & Bodywear GmbH ";" ";"Wilhelm-Schickard-Strasse 7 ";" ";"72124 ";"Pliezhausen ";" ";" ";" ";" " +lieferant ;00507710;"M+N Moden GmbH ";" ";"Collegienstr. 84 ";" ";"06886 ";"Wittenberg ";"+49 (3491) 433949 ";" ";"+49 (3491) 437646 ";" " +lieferant ;00507711;"MR. BOHO, S.L ";" ";"Calle Genova 21 ";" ";"28004 ";"Madrid ";" ";" ";" ";" " +lieferant ;00507712;"abcpremium GmbH ";" ";"Waldhofer Str. 19 ";" ";"69123 ";"Heidelberg ";"+49 6221 1874560 ";" ";"+49 6221 1874569 ";" " +lieferant ;00507713;"Biba B.V. ";" ";"Hofdwarsweg 42 ";" ";"6161 DD ";"Geleen ";"+31 88 2422000 ";" ";" ";" " +lieferant ;00507714;"Arto International ";" ";"Joseph Schumpeterstraat 18 ";" ";"7559 SG ";"Hengelo ";"+31 74 259 3717 ";" ";" ";" " +lieferant ;00507718;"Buah GmbH ";" ";"Islndische Str. 17 ";" ";"10439 ";"Berlin ";"+49 30 330 078 36 ";" ";"+49 30 330 083 75 ";" " +lieferant ;00507719;"Mandarin Creative Ltd ";" ";"10 Sisna Park / Estover Road ";" ";"PL6 7FH ";"Plymouth ";"01752 725640 ";" ";" ";" " +lieferant ;00507720;"Vereinsexpress GmbH ";" ";"Sandfeldring 9 ";" ";"86650 ";"Wemding ";"+49 9092 - 910510 ";" ";"+49 9092 - 9105120 ";" " +lieferant ;00507721;"WeeDoo funwear GmbH i.Gr. ";" ";"Budapester Strasse 45 ";" ";"20359 ";"Hamburg ";"+49 151 1169 89 17 ";" ";" ";" " +lieferant ;00507722;"Steamery Stockholm ";" ";"sgatan 176 ";" ";"116 32 ";"Stockholm ";"+46-10-20 65 015 ";" ";" ";" " +lieferant ;00507723;"Justo SRL ";" ";"Via del Progresso, 12 ";" ";"35010 ";"Vigonza (PD) ";"+39 049 8095499 ";" ";"+39 049 629280 ";" " +lieferant ;00507724;"Moda s.r.l. ";" ";"Via Contra Lupati 34 ";" ";"36062 ";"Conco (VI) ";"+39 0424 1700109 ";" ";"+39 0424 1700120 ";" " +lieferant ;00507749;"Dream 4 Fashion GmbH ";" ";"Breslauer Str. 1 ";" ";"41460 ";"Neuss ";"+49 (0) 2131 - 384 80 80 ";" ";"+49 (0) 2131 - 384 81 81 ";" " +lieferant ;00507755;"KD Kleidermanufaktur GmbH ";" ";"Holunderweg 105 ";" ";"42111 ";"Wuppertal ";"0202/6954110 ";" ";"0202/6954112 ";" " +lieferant ;00507731;"Sdlohner Frottierweberei GmbH ";" ";"Flakamp 15 ";" ";"48565 ";"Steinfurt ";"02552/93320 ";" ";"+49 (2552) 62251 ";" " +lieferant ;00507760;"Handelsagentur Rietzschel ";"Sascha Weindel ";"Rheinfeldstrasse 21 ";" ";"67354 ";"Rmerberg ";"+49 (0) 6232 / 8156786 ";" ";"+49 (0) 6232 / 8156787 ";" " +lieferant ;00507777;"Samorous Shop ";" ";"Gathestrae 50 ";" ";"45475 ";"Mhlheim ";" ";" ";" ";" " +lieferant ;00507783;"Iris.F srl ";" ";"via Friuli 2/b ";" ";"41012 ";"Carpi MO ";" ";" ";" ";" " +lieferant ;00507784;"Stuttgarter Verlagskontor SVK GmbH ";" ";"Rotebhlstr. 77 ";" ";"70178 ";"Stuttgart ";"+49 (0) 711/6672-0 ";" ";"+49 (0) 711/6672-1974 ";" " +lieferant ;00507794;"EMME EVOLUTION ";" ";"Via Massafra Loc. Gemma 34/B ";" ";"74015 ";"Martina Franca (TA) ";"+ 390804805508 ";" ";"+ 390804806196 ";" " +lieferant ;00507795;"Beni Durrer ";" ";"Pohlstrae 58 ";" ";"10785 ";"Berlin ";"+49 (0)30 210 198 00 ";" ";"+49 (0)30 210 198 01 ";" " +lieferant ;00507797;"KORRES D-A-CH GmbH ";" ";"Max-Planck-Strae 6 ";" ";"85609 ";"Aschheim/Dornach ";"+49 (89) 3603781 ";" ";" ";" " +lieferant ;00507798;"Comalo Fashion GbR ";" ";"Wieslocher Str. 39 ";" ";"69234 ";"Dielheim ";"+49 (6222) 3197640 ";" ";"+49 (6222) 3197641 ";" " +lieferant ;00507799;"AWF Vertriebs GmbH ";" ";"Gewerbestrae 8 ";" ";"5201 ";"Seekirchen ";"+43 (0) 6212 93020 ";" ";" ";" " +lieferant ;00507801;"Odenwlder Tropfen Likrmanufaktur ";" ";"Hauptstr. 3 ";" ";"64711 ";"Erbach ";"+49 (6062) 956087 ";" ";"+49 (6062) 959330 ";" " +lieferant ;00507827;"Collectione ";" ";"Floralaan 15 ";" ";"5928 ";"RD Venlo ";"+31 (0) 77 396 777 3 ";" ";" ";" " +lieferant ;00507856;"Bon Dep AS ";" ";"Vintapperbuen 29 ";" ";"4070 ";"Kirke Hyllinge ";"+47 928 928 49 ";" ";" ";" " +lieferant ;00507866;"Eveden GmbH ";" ";"Joseph-Meyer-Str. 13-15 ";" ";"68167 ";"Mannheim ";" ";" ";" ";" " +lieferant ;00507867;"Ifasol GmbH ";" ";"Dorfstr. 49 ";" ";"25569 ";"Kremperheide ";" ";" ";" ";" " +lieferant ;00507868;"EIKO Zunft- und Arbeitskleidung ";" ";"Bachstrasse 12 ";" ";"38729 ";"Lutter am Barenberge ";"+49 (0)5383 9637-0 ";" ";"+49 (0)5383 9637-17 ";" " +lieferant ;00507869;"Klaus Knierer GmbH ";" ";"Auerbachweg 1 b ";" ";"83026 ";"Rosenheim ";" ";" ";" ";" " +lieferant ;00507871;"Salzhaut UG (haftungsbeschrnkt) ";" ";"Helmsweg 14-16 ";" ";"21218 ";"Seevetal ";"0163-75 20 525 ";" ";"040 79 30 12 89 ";" " +lieferant ;00507872;"Taschenagentur Kramer ";" ";"Leverkusenstr.13 E - Haus E, 1.OG ";" ";"22761 ";"Hamburg ";"+49 40 398 076 72 ";" ";"+49 40 254 933 74 ";" " +lieferant ;00507874;"The Moshi AB ";" ";"Vadensjoevaegen 302 ";" ";"26191 ";"Landskrona ";"+46 761 01 28 18 ";" ";" ";" " +lieferant ;00507875;"Rudolf Paulsen e.K. ";" ";"Bsumer Str. 38-40 ";" ";"24768 ";"Rendsburg ";"04331 - 669714 ";" ";"04331 - 62179 ";" " +lieferant ;00507876;"Romo GmbH ";" ";"Ottostr. 5 ";" ";"80333 ";"Mnchen ";"+49 (0)89 666 160 ";" ";" ";" " +lieferant ;00507877;"SchauTime - Cordula Jeschke ";" ";"Barbarastrae 27 ";" ";"40764 ";"Langenfeld ";"02173-3946730 ";" ";" ";" " +lieferant ;00508028;"Harm Jopp oHG ";" ";"Herlingsburg 16 ";" ";"22529 ";"Hamburg ";"040/ 4303116 ";" ";" ";" " +lieferant ;00508037;"Kardelen - Lovely Linen ";" ";"Mossvgen 12 ";" ";"291 59 ";"Kristianstad ";" ";" ";" ";" " +lieferant ;00050873;"GUAXS GmbH ";" ";"Sindelfinger Str. 8 ";" ";"72070 ";"Tbingen ";"+49 7071 53891-0 ";" ";"+49 7071 53891-55 ";" " +lieferant ;00050874;"MoonRide - Trackers International ";" ";"13 Rue Saint Honor ";" ";"78000 ";"Versailles ";"+33 (0)1 61 09 04 00 ";" ";" ";" " +lieferant ;00050875;"Klein AG ";" ";"Neumann-Reichardt-Str. 27-33, Haus 14 ";" ";"22041 ";"Hamburg ";"+49(0)40 656841-0 ";" ";"+49(0)40 656859-30 ";" " +lieferant ;00050918;"DORNSCHILD KG ";" ";"Am Einlass 3a ";" ";"80469 ";"Mnchen ";"+49-(0)89-330 352 83 ";" ";" ";" " +lieferant ;00050929;"SUENIA ZURICH ";"Inproqua Spain, S.L ";"Sierra Bermeja 3, Coto Real 2 ";" ";"29602 ";"Marbella (Malaga) ";"0034-620427845 ";" ";" ";" " +lieferant ;00050930;"Ariston-Nord-West-Ring Schuh GmbH ";" ";"Nord-West-Ring-Strae 11 ";" ";"63533 ";"Mainhausen ";"(06182) 92 80 ";" ";" ";" " +lieferant ;00050938;"Creation Mediterranee ";" ";"503 rue Saint Pierre ";" ";"13012 ";"Marselle ";"+33 (0) 491 925050 ";" ";"+33 (0) 491425168 ";" " +lieferant ;00050953;"Junkers Uhren GmbH ";" ";"Landwehrstrae 61 ";" ";"80336 ";"Mnchen ";"+49.89.2155.4525 ";" ";"+49.89.4111.234.05 ";" " +lieferant ;00508067;"LIND DNA ApS ";" ";"Marselis Boulevard 9 ";" ";"8000 ";"Aarhus ";"+4531122926 ";" ";" ";" " +lieferant ;00050981;"Ecoalf ";" ";"Hortaleza 116, Bajo Local ";" ";"28004 ";"Madrid ";"+34 91 737 82 29 ";" ";"+34 91 319 68 01 ";" " +lieferant ;00050985;"Soulkathrine GmbH & Co. KG ";" ";"Jahnstr. 13d ";" ";"40215 ";"Dsseldorf ";" ";" ";" ";" " +lieferant ;00050107;"Tempus Vertriebs GmbH (Storm London) ";" ";"Heiligensteiner Strae 89 ";" ";"67354 ";"Rmerberg ";"+49 (0)6232 66 29 840 ";" ";"+49 (0)6232 66 29 841 ";" " +lieferant ;00050108;"Juwel - Uhren- & Schmuck Vertriebs GmbH ";" ";"Kirchstr. 26 ";" ";"71634 ";"Ludwigsburg ";"+49 (0) 7141 - 7964753 ";" ";"+49 (0) 7141 - 7964959 ";" " +lieferant ;00050109;"Timefactory GmbH & Co. KG ";" ";"Unterer Dammweg 16 ";" ";"78050 ";"Villingen-Schwenningen ";"49(0)7721-991256-0 ";" ";"49(0)7721-991256-8 ";" " +lieferant ;00050110;"Effetto Moda S.R.L. ";" ";"Via Pieve Torina, 65 ";" ";"00156 ";"Roma ";"+39 06 4121 9079 ";" ";" ";" " +lieferant ;00050111;"Yike GmbH ";" ";"Anton-Kux-Str. 2, Raum A 001 ";" ";"41460 ";"Neuss ";"02131 12 01 81 ";" ";"02131 130745 ";" " +lieferant ;00050112;"Picture Organic Clothing ";" ";"ZI Ladoux, 5012 Bd de I Europe ";" ";"63360 ";"Gerzat ";"+33(0)473267543 ";" ";" ";" " +lieferant ;00508071;"Sarigiannidis El.& Sons - Operanti ";" ";"Industrial Area Of Thermi ";" ";"57001 ";"Thermi Thessaloniki ";"+30 2310 486215 ";" ";"+30 2310 486231 ";" " +lieferant ;00050168;"TUNAP Sports GmbH ";" ";"Brgermeister-Seidl-Strae 2 ";" ";"82515 ";"Wolfratshausen ";"+49 (0)8171 / 16 00 - 0 ";" ";" ";" " +lieferant ;00508084;"MAVALA Deutschland GmbH ";" ";"Carl-Zeiss-Str. 16 ";" ";"47475 ";"Kamp-Lintfort ";"+49 2842 92 1500 ";" ";"+49 2842 92 15070 ";" " +lieferant ;00050178;"MEZ GmbH ";" ";"Hauptstrae 78 ";" ";"79336 ";"Herbolzheim ";"+49(0) 7643 3330 0 ";" ";"+49 (0) 7643 3330 376 ";" " +lieferant ;00050179;"Societe AnonymeSimplifiee(SylvieThiriez)";" ";"131, rue de Lille ";" ";"59433 ";"HALLUIN CEDEX ";"+33 3 20 28 15 12 ";" ";"+33 3 20 28 15 16 ";" " +lieferant ;00050180;"Vamp S.A. ";" ";"Kon/nou Ikonomou 5 ";" ";"546 27 ";"Thessaloniki ";"+30 231 051 8052 ";" ";" ";" " +lieferant ;00050973;"Zapato Europe GmbH ";" ";"Oderstr. 9 ";" ";"24539 ";"Neumnster ";"04321 - 9826 600 ";" ";" ";" " +lieferant ;00508049;"Logo & Sports e.K. ";" ";"Ulmer Strae 11 ";" ";"89614 ";"pfingen ";"07391 / 75771-73 ";" ";" ";" " +lieferant ;00509965;"Mineko GmbH ";" ";"Schnhauser Allee 83 ";" ";"10439 ";"Berlin ";"030 588 49 454 ";" ";" ";" " +lieferant ;00050144;"JaWi Logistik GmbH ";" ";"Von-Linde-Strasse 8 ";" ";"95326 ";"Kulmbach ";"+4992213959907 ";" ";" ";" " +lieferant ;00050153;"Formart - Zeit fr Schnes ";" ";"Frankfurter Landstrae 101 ";" ";"64291 ";"Darmstadt ";"+49 6151 5200078 ";" ";"+49 3212 1126942 ";" " +lieferant ;00050161;"TP Sports GmbH & Co.KG (Colmar Footwear)";" ";"Lilienthalallee 40 ";" ";"80939 ";"Mnchen ";"+49 (89) 379 596 07 ";" ";"+49 (89) 379 596 09 ";" " +lieferant ;00508082;"MyDoli UG (haungsbeschrnkt) ";" ";"Lanker Str. 12 ";" ";"40545 ";"Dsseldorf ";"+49 (0)176 457 148 91 ";" ";" ";" " +lieferant ;00050205;"HELLATEX Textil Gesellschaft m.b.H. ";" ";"Jrgmayrstrae 12 ";" ";"4111 ";"Walding ";"+43 (0)7234 82365 ";" ";"+43 (0)7234 82365-6 ";" " +lieferant ;00050209;"House of New Brands GmbH ";" ";"Ginsheimer Strae 1 ";" ";"65462 ";"Ginsheim-Gustavburg ";" ";" ";" ";" " +lieferant ;00050212;"SCHUHFABRIK24 (BoNova) ";" ";"Halskestrae 19 ";" ";"47877 ";"Willich ";"021548970557 ";" ";" ";" " +lieferant ;00050120;"VOWA Trendhouse e. K. ";" ";"Am Kielortplatz 132 ";" ";"22850 ";"Norderstedt ";"+49 40 646699460 ";" ";" ";" " +lieferant ;00050219;"go green! fashion GmbH ";" ";"Eifelstrae 1 ";" ";"63762 ";"Groostheim ";"0151 18377474 ";" ";" ";" " +lieferant ;00050224;"air up GmbH ";" ";"Schillerstrae 40b ";" ";"80366 ";"Mnchen ";"+49 (0)89 / 18 94 71 60 ";" ";" ";" " +lieferant ;00050225;"Tuzzi Collection GmbH ";" ";"Hans-Hofmann-Str. 11 ";" ";"95213 ";"Mnchberg ";"+49 95251 4470 ";" ";" ";" " +lieferant ;00050226;"Pure Lime A/S ";" ";"Lversysselvej 3C ";" ";"7100 ";"Vejle ";" ";" ";" ";" " +lieferant ;00050227;"ALPENLEDER INTERNATIONAL GMBH ";" ";"Bahnhofstrae 21 ";" ";"87781 ";"Ungerhausen ";"+49 83 93 - 94 37 33 ";" ";"+49 83 93 - 94 37 46 ";" " +lieferant ;00050228;"Anabel Arto GmbH ";" ";"Veit-Sto-Str. 50 ";" ";"80687 ";"Mnchen ";"+49 89/20351679 ";" ";" ";" " +lieferant ;00050229;"Solwang Design ApS ";" ";"Hanehovedvej 56 ";" ";"3300 ";"Frederiksvrk ";"+45 21191727 ";" ";" ";" " +lieferant ;00050230;"Vanilla s.c. (Night and Day) ";" ";"Andrzeja Struga 78 ";" ";"90-557 ";"Lodz ";"+48 42 640 17 87 ";" ";"+48 42 645 93 63 ";" " +lieferant ;00508090;"United Soft Media Verlag GmbH ";" ";"Thomas-Wimmer-Ring 11 ";" ";"80539 ";"Mnchen ";"+49 (89) 29088-175 ";" ";"+49 (89) 29088-160 ";" " +lieferant ;00050239;"Haddad Brands Europe, B.V. ";" ";"Olympia 2 ";" ";"1213 NT ";"Hilversum ";" ";" ";" ";" " +lieferant ;00050240;"Confiserie Spieth ";" ";"Hohenzollernstr. 4 ";" ";"73207 ";"Plochingen ";"07153 6192929 ";" ";"07153 9288531 ";" " +lieferant ;00050243;"Schwarzwald Naturkosmetik GmbH ";" ";"Tannenstrasse 28 ";" ";"77704 ";"Oberkirch ";"+49.221.3396.3554 ";" ";"+49.7802.923420 ";" " +lieferant ;00050868;"Bertoni of Denmark ";" ";"Tofteledet 15 ";" ";"8330 ";"Beder ";"+45 87 55 55 00 ";" ";"+45 87 55 55 55 ";" " +lieferant ;00050931;"Billybelt ";" ";"35 Avenue Jean Perrin ";" ";"59910 ";"Bondues ";"+33 9 83 04 39 19 ";" ";" ";" " +lieferant ;00050932;"Embacollage A/S ";" ";"Bgeskovvej 6 ";" ";"3490 ";"Kvistgrd ";"+45 4917 4040 ";" ";"+45 4917 4041 ";" " +lieferant ;00050940;"JAS designers, S.L. ";"Anonyme designers ";"Ronda Universitt, 7 6-1 ";" ";"08007 ";"Barcelona ";"+34 93 010 54 67 ";" ";" ";" " +lieferant ;00050948;"Auskin Europe Pty Ltd. ";" ";"Ahlhorner Str. 71 ";" ";"27793 ";"Wildeshausen ";"+49 4431 7094004 ";" ";"+49 4431 7094029 ";" " +lieferant ;00050967;"De Eekhoorn Dutch Furniture ";" ";"Zaadmarkt 25 ";" ";"1681 PD ";"Zwaagdijk-Oost ";"+31 889666300 ";" ";" ";" " +lieferant ;00050974;"Batida N.G. Polis S.A. ";" ";"19 Poliklitou Str. ";" ";"10551 ";"Athens ";"+302103217455 ";" ";"+302103251376 ";" " +lieferant ;00508063;"Openspace SRL ";" ";"Strada degli Angaeiari, 25 ";" ";"47891 ";"Falciano RSM ";" ";" ";" ";" " +lieferant ;00508064;"Inart Home Style ";" ";"9 Rkt. Kalohoriton ";" ";"570 09 ";"Thessaloniki ";" ";" ";" ";" " +lieferant ;00050147;"Bavarian Caps GmbH ";" ";"Hohlweg 25 ";" ";"93309 ";"Kehlheim ";" ";" ";" ";" " +lieferant ;00508087;"Celik Trade HamaManiac ";" ";"Leimcker 35 ";" ";"88273 ";"Fronreute ";"+49 152 26908371 ";" ";" ";" " +lieferant ;00050221;"YULYAFFAIRS jewelry ";" ";"Krumbadstrasse 13 ";" ";"81671 ";"Mnchen ";"00498969737190 ";" ";" ";" " +lieferant ;00050235;"Breville Pty Limited ";" ";"ground floor suite 2 170 Bourke Rd ";" ";"2015 ";"ALEXANDRIA ";" ";" ";" ";" " +lieferant ;00508100;"Brand New B.V. ";" ";"Gandhistraat 50 ";" ";"2131 PG ";"Hoofddorp ";" ";" ";" ";" " +lieferant ;00508101;"Mizu Europe B.V. ";" ";"Herenweg 11 ";" ";"2465 AA ";"Rijnsaterwoude ";" ";" ";" ";" " +lieferant ;00508103;"Stapf GmbH ";" ";"Michael-Pacher-Strae 13 ";" ";"6300 ";"Wrgl ";" ";" ";" ";" " +lieferant ;00508107;"Kulson UG (haftungsbeschrnkt) ";" ";"Hektorstrae 14 ";" ";"10711 ";"Berlin ";"+49 176 61622484 ";" ";" ";" " +lieferant ;00050250;"Ecom Brands GmbH ";" ";"Rdingsmarkt 31-33 ";" ";"20459 ";"Hamburg ";"+49 40 716 689 54 ";" ";" ";" " +lieferant ;00050252;"Esin Schreck GmbH (Bala Moden) ";" ";"Modering 3 Haus B Etage 3 Raum 838 ";" ";"22457 ";"Hamburg ";"040 - 550 59 56 ";" ";"040 - 538 36 99 ";" " +lieferant ;00050253;"AS Bekleidungswerk GmbH ";" ";"Heglitzer Str. 12 ";" ";"26409 ";"Wittmund ";"0 44 66 - 999 68 - 0 ";" ";"0 44 66 - 999 68-20 ";" " +lieferant ;00050254;"Fashion 500 ";"Danny Baumgarten e.K. ";"Modering 1 Haus A Raum 611 ";" ";"22457 ";"Hamburg ";"040 5520 1920 ";" ";"040 5520 1921 ";" " +lieferant ;00050255;"Peter Frisch GmbH ";" ";"Isar-Ring 11 ";" ";"80805 ";"Mnchen ";"+49 89 / 36 50 75 ";" ";"+49 89 / 36 50 78 ";" " +lieferant ;00050256;"HV Polo B.V. ";" ";"Oude Middenweg 75 ";" ";"2491 ";"AC Den Haag ";"+31 (0)70 320 60 62 ";" ";" ";" " +lieferant ;00050257;"Fashion Brands Direct B.V. ";" ";"Oosteinde 4a ";" ";"2361 HE ";"Warmond ";"+31-252 433 982 ";" ";" ";" " +lieferant ;00050258;"Spirit of the Ocean GmbH (Marinepool) ";" ";"Fraunhoferstrae 6 ";" ";"82152 ";"Planegg/Martinsried ";"+49-89-899619-0 ";" ";"+49-89-875060 ";" " +lieferant ;00508095;"Zeha Berlin Schuhdesign GmbH & Co. KG ";" ";"Prenzlauer Allee 214 ";" ";"10405 ";"Berlin ";"+49 30 44017214 ";" ";"+49 30 44017215 ";" " +lieferant ;00508108;"fast4ward GmbH ";" ";"Stadtheider Str. 11 ";" ";"33602 ";"Bielefeld ";"+49 521 5220 89 31 ";" ";"+49 521 5220 89 34 ";" " +lieferant ;00508097;"Textildruck Gruber ";" ";"Schellingstr. 18-20 ";" ";"26384 ";"Wilhelmshaven ";"04421 303864 ";" ";" ";" " +lieferant ;00508109;"metacrew group GmbH ";" ";"Sandforter Str. 57 ";" ";"49086 ";"Osnabrck ";" ";" ";" ";" " +lieferant ;00508110;"Wolfgang Wittenborg Handelsvertretungen ";" ";"Chiemseering 27 ";" ";"85551 ";"Kirchheim b. Mnchen ";"0160 - 7401211 ";" ";"+49 (0)89 - 90775797 ";" " +lieferant ;00508115;"P&P Accessoires GmbH ";" ";"Am Weissen Haus 1 ";" ";"56626 ";"Andernach ";"+49 2632 948280 ";" ";"+49 2632 948409 ";" " +lieferant ;00508116;"The Mallows ApS ";" ";"Naverland 4, klder ";" ";"2600 ";"Glostrup ";"+45 3110 3130 ";" ";" ";" " +lieferant ;00050261;"Les Deux MEN ";" ";"Bernhard Bangs Alle 25.2.tv ";" ";"2000 ";"Frederiksberg ";"+45 71992108 ";" ";" ";" " +farb ;000000100;"100wei/---/--- " +farb ;000000101;"101wei/---/hell " +farb ;000000102;"102wei/---/hell " +farb ;000000103;"103wei/---/hell " +farb ;000000104;"104wei/---/mittel " +farb ;000000105;"105wei/---/mittel " +farb ;000000106;"106wei/---/mittel " +farb ;000000107;"107wei/---/dunkel " +farb ;000000108;"108wei/---/dunkel " +farb ;000000109;"109wei/---/dunkel " +farb ;000000110;"110wei/wei/--- " +farb ;000000111;"111wei/wei/hell " +farb ;000000112;"112wei/wei/hell " +farb ;000000113;"113wei/wei/hell " +farb ;000000114;"114wei/wei/mittel " +farb ;000000115;"115wei/wei/mittel " +farb ;000000116;"116wei/wei/mittel " +farb ;000000117;"117wei/wei/dunkel " +farb ;000000118;"118wei/wei/dunkel " +farb ;000000119;"119wei/wei/dunkel " +farb ;000000120;"120wei/beige/--- " +farb ;000000121;"121wei/beige/hell " +farb ;000000122;"122wei/beige/hell " +farb ;000000123;"123wei/beige/hell " +farb ;000000124;"124wei/beige/mittel " +farb ;000000125;"125wei/beige/mittel " +farb ;000000126;"126wei/beige/mittel " +farb ;000000127;"127wei/beige/dunkel " +farb ;000000128;"128wei/beige/dunkel " +farb ;000000129;"129wei/beige/dunkel " +farb ;000000130;"130wei/gelb/--- " +farb ;000000131;"131wei/gelb/hell " +farb ;000000132;"132wei/gelb/hell " +farb ;000000133;"133wei/gelb/hell " +farb ;000000134;"134wei/gelb/mittel " +farb ;000000135;"135wei/gelb/mittel " +farb ;000000136;"136wei/gelb/mittel " +farb ;000000137;"137wei/gelb/dunkel " +farb ;000000138;"138wei/gelb/dunkel " +farb ;000000139;"139wei/gelb/dunkel " +farb ;000000140;"140wei/rot/--- " +farb ;000000141;"141wei/rot/hell " +farb ;000000142;"142wei/rot/hell " +farb ;000000143;"143wei/rot/hell " +farb ;000000144;"144wei/rot/mittel " +farb ;000000145;"145wei/rot/mittel " +farb ;000000146;"146wei/rot/mittel " +farb ;000000147;"147wei/rot/dunkel " +farb ;000000148;"148wei/rot/dunkel " +farb ;000000149;"149wei/rot/dunkel " +farb ;000000150;"150wei/grn/--- " +farb ;000000151;"151wei/grn/hell " +farb ;000000152;"152wei/grn/hell " +farb ;000000153;"153wei/grn/hell " +farb ;000000154;"154wei/grn/mittel " +farb ;000000155;"155wei/grn/mittel " +farb ;000000156;"156wei/grn/mittel " +farb ;000000157;"157wei/grn/dunkel " +farb ;000000158;"158wei/grn/dunkel " +farb ;000000159;"159wei/grn/dunkel " +farb ;000000160;"160wei/blau/--- " +farb ;000000161;"161wei/blau/hell " +farb ;000000162;"162wei/blau/hell " +farb ;000000163;"163wei/blau/hell " +farb ;000000164;"164wei/blau/mittel " +farb ;000000165;"165wei/blau/mittel " +farb ;000000166;"166wei/blau/mittel " +farb ;000000167;"167wei/blau/dunkel " +farb ;000000168;"168wei/blau/dunkel " +farb ;000000169;"169wei/blau/dunkel " +farb ;000000170;"170wei/braun/--- " +farb ;000000171;"171wei/braun/hell " +farb ;000000172;"172wei/braun/hell " +farb ;000000173;"173wei/braun/hell " +farb ;000000174;"174wei/braun/mittel " +farb ;000000175;"175wei/braun/mittel " +farb ;000000176;"176wei/braun/mittel " +farb ;000000177;"177wei/braun/dunkel " +farb ;000000178;"178wei/braun/dunkel " +farb ;000000179;"179wei/braun/dunkel " +farb ;000000180;"180wei/grau/--- " +farb ;000000181;"181wei/grau/hell " +farb ;000000182;"182wei/grau/hell " +farb ;000000183;"183wei/grau/hell " +farb ;000000184;"184wei/grau/mittel " +farb ;000000185;"185wei/grau/mittel " +farb ;000000186;"186wei/grau/mittel " +farb ;000000187;"187wei/grau/dunkel " +farb ;000000188;"188wei/grau/dunkel " +farb ;000000189;"189wei/grau/dunkel " +farb ;000000190;"190wei/schwarz/--- " +farb ;000000191;"191wei/schwarz/hell " +farb ;000000192;"192wei/schwarz/hell " +farb ;000000193;"193wei/schwarz/hell " +farb ;000000194;"194wei/schwarz/mittel " +farb ;000000195;"195wei/schwarz/mittel " +farb ;000000196;"196wei/schwarz/mittel " +farb ;000000197;"197wei/schwarz/dunkel " +farb ;000000198;"198wei/schwarz/dunkel " +farb ;000000199;"199wei/schwarz/dunkel " +farb ;000000200;"200beige/---/--- " +farb ;000000201;"201beige/---/hell " +farb ;000000202;"202beige/---/hell " +farb ;000000203;"203beige/---/hell " +farb ;000000204;"204beige/---/mittel " +farb ;000000205;"205beige/---/mittel " +farb ;000000206;"206beige/---/mittel " +farb ;000000207;"207beige/---/dunkel " +farb ;000000208;"208beige/---/dunkel " +farb ;000000209;"209beige/---/dunkel " +farb ;000000210;"210beige/wei/--- " +farb ;000000211;"211beige/wei/hell " +farb ;000000212;"212beige/wei/hell " +farb ;000000213;"213beige/wei/hell " +farb ;000000214;"214beige/wei/mittel " +farb ;000000215;"215beige/wei/mittel " +farb ;000000216;"216beige/wei/mittel " +farb ;000000217;"217beige/wei/dunkel " +farb ;000000218;"218beige/wei/dunkel " +farb ;000000219;"219beige/wei/dunkel " +farb ;000000220;"220beige/beige/--- " +farb ;000000221;"221beige/beige/hell " +farb ;000000222;"222beige/beige/hell " +farb ;000000223;"223beige/beige/hell " +farb ;000000224;"224beige/beige/mittel " +farb ;000000225;"225beige/beige/mittel " +farb ;000000226;"226beige/beige/mittel " +farb ;000000227;"227beige/beige/dunkel " +farb ;000000228;"228beige/beige/dunkel " +farb ;000000229;"229beige/beige/dunkel " +farb ;000000230;"230beige/gelb/--- " +farb ;000000231;"231beige/gelb/hell " +farb ;000000232;"232beige/gelb/hell " +farb ;000000233;"233beige/gelb/hell " +farb ;000000234;"234beige/gelb/mittel " +farb ;000000235;"235beige/gelb/mittel " +farb ;000000236;"236beige/gelb/mittel " +farb ;000000237;"237beige/gelb/dunkel " +farb ;000000238;"238beige/gelb/dunkel " +farb ;000000239;"239beige/gelb/dunkel " +farb ;000000240;"240beige/rot/--- " +farb ;000000241;"241beige/rot/hell " +farb ;000000242;"242beige/rot/hell " +farb ;000000243;"243beige/rot/hell " +farb ;000000244;"244beige/rot/mittel " +farb ;000000245;"245beige/rot/mittel " +farb ;000000246;"246beige/rot/mittel " +farb ;000000247;"247beige/rot/dunkel " +farb ;000000248;"248beige/rot/dunkel " +farb ;000000249;"249beige/rot/dunkel " +farb ;000000250;"250beige/grn/--- " +farb ;000000251;"251beige/grn/hell " +farb ;000000252;"252beige/grn/hell " +farb ;000000253;"253beige/grn/hell " +farb ;000000254;"254beige/grn/mittel " +farb ;000000255;"255beige/grn/mittel " +farb ;000000256;"256beige/grn/mittel " +farb ;000000257;"257beige/grn/dunkel " +farb ;000000258;"258beige/grn/dunkel " +farb ;000000259;"259beige/grn/dunkel " +farb ;000000260;"260beige/blau/--- " +farb ;000000261;"261beige/blau/hell " +farb ;000000262;"262beige/blau/hell " +farb ;000000263;"263beige/blau/hell " +farb ;000000264;"264beige/blau/mittel " +farb ;000000265;"265beige/blau/mittel " +farb ;000000266;"266beige/blau/mittel " +farb ;000000267;"267beige/blau/dunkel " +farb ;000000268;"268beige/blau/dunkel " +farb ;000000269;"269beige/blau/dunkel " +farb ;000000270;"270beige/braun/--- " +farb ;000000271;"271beige/braun/hell " +farb ;000000272;"272beige/braun/hell " +farb ;000000273;"273beige/braun/hell " +farb ;000000274;"274beige/braun/mittel " +farb ;000000275;"275beige/braun/mittel " +farb ;000000276;"276beige/braun/mittel " +farb ;000000277;"277beige/braun/dunkel " +farb ;000000278;"278beige/braun/dunkel " +farb ;000000279;"279beige/braun/dunkel " +farb ;000000280;"280beige/grau/--- " +farb ;000000281;"281beige/grau/hell " +farb ;000000282;"282beige/grau/hell " +farb ;000000283;"283beige/grau/hell " +farb ;000000284;"284beige/grau/mittel " +farb ;000000285;"285beige/grau/mittel " +farb ;000000286;"286beige/grau/mittel " +farb ;000000287;"287beige/grau/dunkel " +farb ;000000288;"288beige/grau/dunkel " +farb ;000000289;"289beige/grau/dunkel " +farb ;000000290;"290beige/schwarz/--- " +farb ;000000291;"291beige/schwarz/hell " +farb ;000000292;"292beige/schwarz/hell " +farb ;000000293;"293beige/schwarz/hell " +farb ;000000294;"294beige/schwarz/mittel " +farb ;000000295;"295beige/schwarz/mittel " +farb ;000000296;"296beige/schwarz/mittel " +farb ;000000297;"297beige/schwarz/dunkel " +farb ;000000298;"298beige/schwarz/dunkel " +farb ;000000299;"299beige/schwarz/dunkel " +farb ;000000300;"300gelb/---/--- " +farb ;000000301;"301gelb/---/hell " +farb ;000000302;"302gelb/---/hell " +farb ;000000303;"303gelb/---/hell " +farb ;000000304;"304gelb/---/mittel " +farb ;000000305;"305gelb/---/mittel " +farb ;000000306;"306gelb/---/mittel " +farb ;000000307;"307gelb/---/dunkel " +farb ;000000308;"308gelb/---/dunkel " +farb ;000000309;"309gelb/---/dunkel " +farb ;000000310;"310gelb/wei/--- " +farb ;000000311;"311gelb/wei/hell " +farb ;000000312;"312gelb/wei/hell " +farb ;000000313;"313gelb/wei/hell " +farb ;000000314;"314gelb/wei/mittel " +farb ;000000315;"315gelb/wei/mittel " +farb ;000000316;"316gelb/wei/mittel " +farb ;000000317;"317gelb/wei/dunkel " +farb ;000000318;"318gelb/wei/dunkel " +farb ;000000319;"319gelb/wei/dunkel " +farb ;000000320;"320gelb/beige/--- " +farb ;000000321;"321gelb/beige/hell " +farb ;000000322;"322gelb/beige/hell " +farb ;000000323;"323gelb/beige/hell " +farb ;000000324;"324gelb/beige/mittel " +farb ;000000325;"325gelb/beige/mittel " +farb ;000000326;"326gelb/beige/mittel " +farb ;000000327;"327gelb/beige/dunkel " +farb ;000000328;"328gelb/beige/dunkel " +farb ;000000329;"329gelb/beige/dunkel " +farb ;000000330;"330gelb/gelb/--- " +farb ;000000331;"331gelb/gelb/hell " +farb ;000000332;"332gelb/gelb/hell " +farb ;000000333;"333gelb/gelb/hell " +farb ;000000334;"334gelb/gelb/mittel " +farb ;000000335;"335gelb/gelb/mittel " +farb ;000000336;"336gelb/gelb/mittel " +farb ;000000337;"337gelb/gelb/dunkel " +farb ;000000338;"338gelb/gelb/dunkel " +farb ;000000339;"339gelb/gelb/dunkel " +farb ;000000340;"340gelb/rot/--- " +farb ;000000341;"341gelb/rot/hell " +farb ;000000342;"342gelb/rot/hell " +farb ;000000343;"343gelb/rot/hell " +farb ;000000344;"344gelb/rot/mittel " +farb ;000000345;"345gelb/rot/mittel " +farb ;000000346;"346gelb/rot/mittel " +farb ;000000347;"347gelb/rot/dunkel " +farb ;000000348;"348gelb/rot/dunkel " +farb ;000000349;"349gelb/rot/dunkel " +farb ;000000350;"350gelb/grn/--- " +farb ;000000351;"351gelb/grn/hell " +farb ;000000352;"352gelb/grn/hell " +farb ;000000353;"353gelb/grn/hell " +farb ;000000354;"354gelb/grn/mittel " +farb ;000000355;"355gelb/grn/mittel " +farb ;000000356;"356gelb/grn/mittel " +farb ;000000357;"357gelb/grn/dunkel " +farb ;000000358;"358gelb/grn/dunkel " +farb ;000000359;"359gelb/grn/dunkel " +farb ;000000360;"360gelb/blau/--- " +farb ;000000361;"361gelb/blau/hell " +farb ;000000362;"362gelb/blau/hell " +farb ;000000363;"363gelb/blau/hell " +farb ;000000364;"364gelb/blau/mittel " +farb ;000000365;"365gelb/blau/mittel " +farb ;000000366;"366gelb/blau/mittel " +farb ;000000367;"367gelb/blau/dunkel " +farb ;000000368;"368gelb/blau/dunkel " +farb ;000000369;"369gelb/blau/dunkel " +farb ;000000370;"370gelb/braun/--- " +farb ;000000371;"371gelb/braun/hell " +farb ;000000372;"372gelb/braun/hell " +farb ;000000373;"373gelb/braun/hell " +farb ;000000374;"374gelb/braun/mittel " +farb ;000000375;"375gelb/braun/mittel " +farb ;000000376;"376gelb/braun/mittel " +farb ;000000377;"377gelb/braun/dunkel " +farb ;000000378;"378gelb/braun/dunkel " +farb ;000000379;"379gelb/braun/dunkel " +farb ;000000380;"380gelb/grau/--- " +farb ;000000381;"381gelb/grau/hell " +farb ;000000382;"382gelb/grau/hell " +farb ;000000383;"383gelb/grau/hell " +farb ;000000384;"384gelb/grau/mittel " +farb ;000000385;"385gelb/grau/mittel " +farb ;000000386;"386gelb/grau/mittel " +farb ;000000387;"387gelb/grau/dunkel " +farb ;000000388;"388gelb/grau/dunkel " +farb ;000000389;"389gelb/grau/dunkel " +farb ;000000390;"390gelb/schwarz/--- " +farb ;000000391;"391gelb/schwarz/hell " +farb ;000000392;"392gelb/schwarz/hell " +farb ;000000393;"393gelb/schwarz/hell " +farb ;000000394;"394gelb/schwarz/mittel " +farb ;000000395;"395gelb/schwarz/mittel " +farb ;000000396;"396gelb/schwarz/mittel " +farb ;000000397;"397gelb/schwarz/dunkel " +farb ;000000398;"398gelb/schwarz/dunkel " +farb ;000000399;"399gelb/schwarz/dunkel " +farb ;000000400;"400rot/---/--- " +farb ;000000401;"401rot/---/hell " +farb ;000000402;"402rot/---/hell " +farb ;000000403;"403rot/---/hell " +farb ;000000404;"404rot/---/mittel " +farb ;000000405;"405rot/---/mittel " +farb ;000000406;"406rot/---/mittel " +farb ;000000407;"407rot/---/dunkel " +farb ;000000408;"408rot/---/dunkel " +farb ;000000409;"409rot/---/dunkel " +farb ;000000410;"410rot/wei/--- " +farb ;000000411;"411rot/wei/hell " +farb ;000000412;"412rot/wei/hell " +farb ;000000413;"413rot/wei/hell " +farb ;000000414;"414rot/wei/mittel " +farb ;000000415;"415rot/wei/mittel " +farb ;000000416;"416rot/wei/mittel " +farb ;000000417;"417rot/wei/dunkel " +farb ;000000418;"418rot/wei/dunkel " +farb ;000000419;"419rot/wei/dunkel " +farb ;000000420;"420rot/beige/--- " +farb ;000000421;"421rot/beige/hell " +farb ;000000422;"422rot/beige/hell " +farb ;000000423;"423rot/beige/hell " +farb ;000000424;"424rot/beige/mittel " +farb ;000000425;"425rot/beige/mittel " +farb ;000000426;"426rot/beige/mittel " +farb ;000000427;"427rot/beige/dunkel " +farb ;000000428;"428rot/beige/dunkel " +farb ;000000429;"429rot/beige/dunkel " +farb ;000000430;"430rot/gelb/--- " +farb ;000000431;"431rot/gelb/hell " +farb ;000000432;"432rot/gelb/hell " +farb ;000000433;"433rot/gelb/hell " +farb ;000000434;"434rot/gelb/mittel " +farb ;000000435;"435rot/gelb/mittel " +farb ;000000436;"436rot/gelb/mittel " +farb ;000000437;"437rot/gelb/dunkel " +farb ;000000438;"438rot/gelb/dunkel " +farb ;000000439;"439rot/gelb/dunkel " +farb ;000000440;"440rot/rot/--- " +farb ;000000441;"441rot/rot/hell " +farb ;000000442;"442rot/rot/hell " +farb ;000000443;"443rot/rot/hell " +farb ;000000444;"444rot/rot/mittel " +farb ;000000445;"445rot/rot/mittel " +farb ;000000446;"446rot/rot/mittel " +farb ;000000447;"447rot/rot/dunkel " +farb ;000000448;"448rot/rot/dunkel " +farb ;000000449;"449rot/rot/dunkel " +farb ;000000450;"450rot/grn/--- " +farb ;000000451;"451rot/grn/hell " +farb ;000000452;"452rot/grn/hell " +farb ;000000453;"453rot/grn/hell " +farb ;000000454;"454rot/grn/mittel " +farb ;000000455;"455rot/grn/mittel " +farb ;000000456;"456rot/grn/mittel " +farb ;000000457;"457rot/grn/dunkel " +farb ;000000458;"458rot/grn/dunkel " +farb ;000000459;"459rot/grn/dunkel " +farb ;000000460;"460rot/blau/--- " +farb ;000000461;"461rot/blau/hell " +farb ;000000462;"462rot/blau/hell " +farb ;000000463;"463rot/blau/hell " +farb ;000000464;"464rot/blau/mittel " +farb ;000000465;"465rot/blau/mittel " +farb ;000000466;"466rot/blau/mittel " +farb ;000000467;"467rot/blau/dunkel " +farb ;000000468;"468rot/blau/dunkel " +farb ;000000469;"469rot/blau/dunkel " +farb ;000000470;"470rot/braun/--- " +farb ;000000471;"471rot/braun/hell " +farb ;000000472;"472rot/braun/hell " +farb ;000000473;"473rot/braun/hell " +farb ;000000474;"474rot/braun/mittel " +farb ;000000475;"475rot/braun/mittel " +farb ;000000476;"476rot/braun/mittel " +farb ;000000477;"477rot/braun/dunkel " +farb ;000000478;"478rot/braun/dunkel " +farb ;000000479;"479rot/braun/dunkel " +farb ;000000480;"480rot/grau/--- " +farb ;000000481;"481rot/grau/hell " +farb ;000000482;"482rot/grau/hell " +farb ;000000483;"483rot/grau/hell " +farb ;000000484;"484rot/grau/mittel " +farb ;000000485;"485rot/grau/mittel " +farb ;000000486;"486rot/grau/mittel " +farb ;000000487;"487rot/grau/dunkel " +farb ;000000488;"488rot/grau/dunkel " +farb ;000000489;"489rot/grau/dunkel " +farb ;000000490;"490rot/schwarz/--- " +farb ;000000491;"491rot/schwarz/hell " +farb ;000000492;"492rot/schwarz/hell " +farb ;000000493;"493rot/schwarz/hell " +farb ;000000494;"494rot/schwarz/mittel " +farb ;000000495;"495rot/schwarz/mittel " +farb ;000000496;"496rot/schwarz/mittel " +farb ;000000497;"497rot/schwarz/dunkel " +farb ;000000498;"498rot/schwarz/dunkel " +farb ;000000499;"499rot/schwarz/dunkel " +farb ;000000500;"500grn/---/--- " +farb ;000000501;"501grn/---/hell " +farb ;000000502;"502grn/---/hell " +farb ;000000503;"503grn/---/hell " +farb ;000000504;"504grn/---/mittel " +farb ;000000505;"505grn/---/mittel " +farb ;000000506;"506grn/---/mittel " +farb ;000000507;"507grn/---/dunkel " +farb ;000000508;"508grn/---/dunkel " +farb ;000000509;"509grn/---/dunkel " +farb ;000000510;"510grn/wei/--- " +farb ;000000511;"511grn/wei/hell " +farb ;000000512;"512grn/wei/hell " +farb ;000000513;"513grn/wei/hell " +farb ;000000514;"514grn/wei/mittel " +farb ;000000515;"515grn/wei/mittel " +farb ;000000516;"516grn/wei/mittel " +farb ;000000517;"517grn/wei/dunkel " +farb ;000000518;"518grn/wei/dunkel " +farb ;000000519;"519grn/wei/dunkel " +farb ;000000520;"520grn/beige/--- " +farb ;000000521;"521grn/beige/hell " +farb ;000000522;"522grn/beige/hell " +farb ;000000523;"523grn/beige/hell " +farb ;000000524;"524grn/beige/mittel " +farb ;000000525;"525grn/beige/mittel " +farb ;000000526;"526grn/beige/mittel " +farb ;000000527;"527grn/beige/dunkel " +farb ;000000528;"528grn/beige/dunkel " +farb ;000000529;"529grn/beige/dunkel " +farb ;000000530;"530grn/gelb/--- " +farb ;000000531;"531grn/gelb/hell " +farb ;000000532;"532grn/gelb/hell " +farb ;000000533;"533grn/gelb/hell " +farb ;000000534;"534grn/gelb/mittel " +farb ;000000535;"535grn/gelb/mittel " +farb ;000000536;"536grn/gelb/mittel " +farb ;000000537;"537grn/gelb/dunkel " +farb ;000000538;"538grn/gelb/dunkel " +farb ;000000539;"539grn/gelb/dunkel " +farb ;000000540;"540grn/rot/--- " +farb ;000000541;"541grn/rot/hell " +farb ;000000542;"542grn/rot/hell " +farb ;000000543;"543grn/rot/hell " +farb ;000000544;"544grn/rot/mittel " +farb ;000000545;"545grn/rot/mittel " +farb ;000000546;"546grn/rot/mittel " +farb ;000000547;"547grn/rot/dunkel " +farb ;000000548;"548grn/rot/dunkel " +farb ;000000549;"549grn/rot/dunkel " +farb ;000000550;"550grn/grn/--- " +farb ;000000551;"551grn/grn/hell " +farb ;000000552;"552grn/grn/hell " +farb ;000000553;"553grn/grn/hell " +farb ;000000554;"554grn/grn/mittel " +farb ;000000555;"555grn/grn/mittel " +farb ;000000556;"556grn/grn/mittel " +farb ;000000557;"557grn/grn/dunkel " +farb ;000000558;"558grn/grn/dunkel " +farb ;000000559;"559grn/grn/dunkel " +farb ;000000560;"560grn/blau/--- " +farb ;000000561;"561grn/blau/hell " +farb ;000000562;"562grn/blau/hell " +farb ;000000563;"563grn/blau/hell " +farb ;000000564;"564grn/blau/mittel " +farb ;000000565;"565grn/blau/mittel " +farb ;000000566;"566grn/blau/mittel " +farb ;000000567;"567grn/blau/dunkel " +farb ;000000568;"568grn/blau/dunkel " +farb ;000000569;"569grn/blau/dunkel " +farb ;000000570;"570grn/braun/--- " +farb ;000000571;"571grn/braun/hell " +farb ;000000572;"572grn/braun/hell " +farb ;000000573;"573grn/braun/hell " +farb ;000000574;"574grn/braun/mittel " +farb ;000000575;"575grn/braun/mittel " +farb ;000000576;"576grn/braun/mittel " +farb ;000000577;"577grn/braun/dunkel " +farb ;000000578;"578grn/braun/dunkel " +farb ;000000579;"579grn/braun/dunkel " +farb ;000000580;"580grn/grau/--- " +farb ;000000581;"581grn/grau/hell " +farb ;000000582;"582grn/grau/hell " +farb ;000000583;"583grn/grau/hell " +farb ;000000584;"584grn/grau/mittel " +farb ;000000585;"585grn/grau/mittel " +farb ;000000586;"586grn/grau/mittel " +farb ;000000587;"587grn/grau/dunkel " +farb ;000000588;"588grn/grau/dunkel " +farb ;000000589;"589grn/grau/dunkel " +farb ;000000590;"590grn/schwarz/--- " +farb ;000000591;"591grn/schwarz/hell " +farb ;000000592;"592grn/schwarz/hell " +farb ;000000593;"593grn/schwarz/hell " +farb ;000000594;"594grn/schwarz/mittel " +farb ;000000595;"595grn/schwarz/mittel " +farb ;000000596;"596grn/schwarz/mittel " +farb ;000000597;"597grn/schwarz/dunkel " +farb ;000000598;"598grn/schwarz/dunkel " +farb ;000000599;"599grn/schwarz/dunkel " +farb ;000000600;"600blau/---/--- " +farb ;000000601;"601blau/---/hell " +farb ;000000602;"602blau/---/hell " +farb ;000000603;"603blau/---/hell " +farb ;000000604;"604blau/---/mittel " +farb ;000000605;"605blau/---/mittel " +farb ;000000606;"606blau/---/mittel " +farb ;000000607;"607blau/---/dunkel " +farb ;000000608;"608blau/---/dunkel " +farb ;000000609;"609blau/---/dunkel " +farb ;000000610;"610blau/wei/--- " +farb ;000000611;"611blau/wei/hell " +farb ;000000612;"612blau/wei/hell " +farb ;000000613;"613blau/wei/hell " +farb ;000000614;"614blau/wei/mittel " +farb ;000000615;"615blau/wei/mittel " +farb ;000000616;"616blau/wei/mittel " +farb ;000000617;"617blau/wei/dunkel " +farb ;000000618;"618blau/wei/dunkel " +farb ;000000619;"619blau/wei/dunkel " +farb ;000000620;"620blau/beige/--- " +farb ;000000621;"621blau/beige/hell " +farb ;000000622;"622blau/beige/hell " +farb ;000000623;"623blau/beige/hell " +farb ;000000624;"624blau/beige/mittel " +farb ;000000625;"625blau/beige/mittel " +farb ;000000626;"626blau/beige/mittel " +farb ;000000627;"627blau/beige/dunkel " +farb ;000000628;"628blau/beige/dunkel " +farb ;000000629;"629blau/beige/dunkel " +farb ;000000630;"630blau/gelb/--- " +farb ;000000631;"631blau/gelb/hell " +farb ;000000632;"632blau/gelb/hell " +farb ;000000633;"633blau/gelb/hell " +farb ;000000634;"634blau/gelb/mittel " +farb ;000000635;"635blau/gelb/mittel " +farb ;000000636;"636blau/gelb/mittel " +farb ;000000637;"637blau/gelb/dunkel " +farb ;000000638;"638blau/gelb/dunkel " +farb ;000000639;"639blau/gelb/dunkel " +farb ;000000640;"640blau/rot/--- " +farb ;000000641;"641blau/rot/hell " +farb ;000000642;"642blau/rot/hell " +farb ;000000643;"643blau/rot/hell " +farb ;000000644;"644blau/rot/mittel " +farb ;000000645;"645blau/rot/mittel " +farb ;000000646;"646blau/rot/mittel " +farb ;000000647;"647blau/rot/dunkel " +farb ;000000648;"648blau/rot/dunkel " +farb ;000000649;"649blau/rot/dunkel " +farb ;000000650;"650blau/grn/--- " +farb ;000000651;"651blau/grn/hell " +farb ;000000652;"652blau/grn/hell " +farb ;000000653;"653blau/grn/hell " +farb ;000000654;"654blau/grn/mittel " +farb ;000000655;"655blau/grn/mittel " +farb ;000000656;"656blau/grn/mittel " +farb ;000000657;"657blau/grn/dunkel " +farb ;000000658;"658blau/grn/dunkel " +farb ;000000659;"659blau/grn/dunkel " +farb ;000000660;"660blau/blau/--- " +farb ;000000661;"661blau/blau/hell " +farb ;000000662;"662blau/blau/hell " +farb ;000000663;"663blau/blau/hell " +farb ;000000664;"664blau/blau/mittel " +farb ;000000665;"665blau/blau/mittel " +farb ;000000666;"666blau/blau/mittel " +farb ;000000667;"667blau/blau/dunkel " +farb ;000000668;"668blau/blau/dunkel " +farb ;000000669;"669blau/blau/dunkel " +farb ;000000670;"670blau/braun/--- " +farb ;000000671;"671blau/braun/hell " +farb ;000000672;"672blau/braun/hell " +farb ;000000673;"673blau/braun/hell " +farb ;000000674;"674blau/braun/mittel " +farb ;000000675;"675blau/braun/mittel " +farb ;000000676;"676blau/braun/mittel " +farb ;000000677;"677blau/braun/dunkel " +farb ;000000678;"678blau/braun/dunkel " +farb ;000000679;"679blau/braun/dunkel " +farb ;000000680;"680blau/grau/--- " +farb ;000000681;"681blau/grau/hell " +farb ;000000682;"682blau/grau/hell " +farb ;000000683;"683blau/grau/hell " +farb ;000000684;"684blau/grau/mittel " +farb ;000000685;"685blau/grau/mittel " +farb ;000000686;"686blau/grau/mittel " +farb ;000000687;"687blau/grau/dunkel " +farb ;000000688;"688blau/grau/dunkel " +farb ;000000689;"689blau/grau/dunkel " +farb ;000000690;"690blau/schwarz/--- " +farb ;000000691;"691blau/schwarz/hell " +farb ;000000692;"692blau/schwarz/hell " +farb ;000000693;"693blau/schwarz/hell " +farb ;000000694;"694blau/schwarz/mittel " +farb ;000000695;"695blau/schwarz/mittel " +farb ;000000696;"696blau/schwarz/mittel " +farb ;000000697;"697blau/schwarz/dunkel " +farb ;000000698;"698blau/schwarz/dunkel " +farb ;000000699;"699blau/schwarz/dunkel " +farb ;000000700;"700braun/---/--- " +farb ;000000701;"701braun/---/hell " +farb ;000000702;"702braun/---/hell " +farb ;000000703;"703braun/---/hell " +farb ;000000704;"704braun/---/mittel " +farb ;000000705;"705braun/---/mittel " +farb ;000000706;"706braun/---/mittel " +farb ;000000707;"707braun/---/dunkel " +farb ;000000708;"708braun/---/dunkel " +farb ;000000709;"709braun/---/dunkel " +farb ;000000710;"710braun/wei/--- " +farb ;000000711;"711braun/wei/hell " +farb ;000000712;"712braun/wei/hell " +farb ;000000713;"713braun/wei/hell " +farb ;000000714;"714braun/wei/mittel " +farb ;000000715;"715braun/wei/mittel " +farb ;000000716;"716braun/wei/mittel " +farb ;000000717;"717braun/wei/dunkel " +farb ;000000718;"718braun/wei/dunkel " +farb ;000000719;"719braun/wei/dunkel " +farb ;000000720;"720braun/beige/--- " +farb ;000000721;"721braun/beige/hell " +farb ;000000722;"722braun/beige/hell " +farb ;000000723;"723braun/beige/hell " +farb ;000000724;"724braun/beige/mittel " +farb ;000000725;"725braun/beige/mittel " +farb ;000000726;"726braun/beige/mittel " +farb ;000000727;"727braun/beige/dunkel " +farb ;000000728;"728braun/beige/dunkel " +farb ;000000729;"729braun/beige/dunkel " +farb ;000000730;"730braun/gelb/--- " +farb ;000000731;"731braun/gelb/hell " +farb ;000000732;"732braun/gelb/hell " +farb ;000000733;"733braun/gelb/hell " +farb ;000000734;"734braun/gelb/mittel " +farb ;000000735;"735braun/gelb/mittel " +farb ;000000736;"736braun/gelb/mittel " +farb ;000000737;"737braun/gelb/dunkel " +farb ;000000738;"738braun/gelb/dunkel " +farb ;000000739;"739braun/gelb/dunkel " +farb ;000000740;"740braun/rot/--- " +farb ;000000741;"741braun/rot/hell " +farb ;000000742;"742braun/rot/hell " +farb ;000000743;"743braun/rot/hell " +farb ;000000744;"744braun/rot/mittel " +farb ;000000745;"745braun/rot/mittel " +farb ;000000746;"746braun/rot/mittel " +farb ;000000747;"747braun/rot/dunkel " +farb ;000000748;"748braun/rot/dunkel " +farb ;000000749;"749braun/rot/dunkel " +farb ;000000750;"750braun/grn/--- " +farb ;000000751;"751braun/grn/hell " +farb ;000000752;"752braun/grn/hell " +farb ;000000753;"753braun/grn/hell " +farb ;000000754;"754braun/grn/mittel " +farb ;000000755;"755braun/grn/mittel " +farb ;000000756;"756braun/grn/mittel " +farb ;000000757;"757braun/grn/dunkel " +farb ;000000758;"758braun/grn/dunkel " +farb ;000000759;"759braun/grn/dunkel " +farb ;000000760;"760braun/blau/--- " +farb ;000000761;"761braun/blau/hell " +farb ;000000762;"762braun/blau/hell " +farb ;000000763;"763braun/blau/hell " +farb ;000000764;"764braun/blau/mittel " +farb ;000000765;"765braun/blau/mittel " +farb ;000000766;"766braun/blau/mittel " +farb ;000000767;"767braun/blau/dunkel " +farb ;000000768;"768braun/blau/dunkel " +farb ;000000769;"769braun/blau/dunkel " +farb ;000000770;"770braun/braun/--- " +farb ;000000771;"771braun/braun/hell " +farb ;000000772;"772braun/braun/hell " +farb ;000000773;"773braun/braun/hell " +farb ;000000774;"774braun/braun/mittel " +farb ;000000775;"775braun/braun/mittel " +farb ;000000776;"776braun/braun/mittel " +farb ;000000777;"777braun/braun/dunkel " +farb ;000000778;"778braun/braun/dunkel " +farb ;000000779;"779braun/braun/dunkel " +farb ;000000780;"780braun/grau/--- " +farb ;000000781;"781braun/grau/hell " +farb ;000000782;"782braun/grau/hell " +farb ;000000783;"783braun/grau/hell " +farb ;000000784;"784braun/grau/mittel " +farb ;000000785;"785braun/grau/mittel " +farb ;000000786;"786braun/grau/mittel " +farb ;000000787;"787braun/grau/dunkel " +farb ;000000788;"788braun/grau/dunkel " +farb ;000000789;"789braun/grau/dunkel " +farb ;000000790;"790braun/schwarz/--- " +farb ;000000791;"791braun/schwarz/hell " +farb ;000000792;"792braun/schwarz/hell " +farb ;000000793;"793braun/schwarz/hell " +farb ;000000794;"794braun/schwarz/mittel " +farb ;000000795;"795braun/schwarz/mittel " +farb ;000000796;"796braun/schwarz/mittel " +farb ;000000797;"797braun/schwarz/dunkel " +farb ;000000798;"798braun/schwarz/dunkel " +farb ;000000799;"799braun/schwarz/dunkel " +farb ;000000800;"800grau/---/--- " +farb ;000000801;"801grau/---/hell " +farb ;000000802;"802grau/---/hell " +farb ;000000803;"803grau/---/hell " +farb ;000000804;"804grau/---/mittel " +farb ;000000805;"805grau/---/mittel " +farb ;000000806;"806grau/---/mittel " +farb ;000000807;"807grau/---/dunkel " +farb ;000000808;"808grau/---/dunkel " +farb ;000000809;"809grau/---/dunkel " +farb ;000000810;"810grau/wei/--- " +farb ;000000811;"811grau/wei/hell " +farb ;000000812;"812grau/wei/hell " +farb ;000000813;"813grau/wei/hell " +farb ;000000814;"814grau/wei/mittel " +farb ;000000815;"815grau/wei/mittel " +farb ;000000816;"816grau/wei/mittel " +farb ;000000817;"817grau/wei/dunkel " +farb ;000000818;"818grau/wei/dunkel " +farb ;000000819;"819grau/wei/dunkel " +farb ;000000820;"820grau/beige/--- " +farb ;000000821;"821grau/beige/hell " +farb ;000000822;"822grau/beige/hell " +farb ;000000823;"823grau/beige/hell " +farb ;000000824;"824grau/beige/mittel " +farb ;000000825;"825grau/beige/mittel " +farb ;000000826;"826grau/beige/mittel " +farb ;000000827;"827grau/beige/dunkel " +farb ;000000828;"828grau/beige/dunkel " +farb ;000000829;"829grau/beige/dunkel " +farb ;000000830;"830grau/gelb/--- " +farb ;000000831;"831grau/gelb/hell " +farb ;000000832;"832grau/gelb/hell " +farb ;000000833;"833grau/gelb/hell " +farb ;000000834;"834grau/gelb/mittel " +farb ;000000835;"835grau/gelb/mittel " +farb ;000000836;"836grau/gelb/mittel " +farb ;000000837;"837grau/gelb/dunkel " +farb ;000000838;"838grau/gelb/dunkel " +farb ;000000839;"839grau/gelb/dunkel " +farb ;000000840;"840grau/rot/--- " +farb ;000000841;"841grau/rot/hell " +farb ;000000842;"842grau/rot/hell " +farb ;000000843;"843grau/rot/hell " +farb ;000000844;"844grau/rot/mittel " +farb ;000000845;"845grau/rot/mittel " +farb ;000000846;"846grau/rot/mittel " +farb ;000000847;"847grau/rot/dunkel " +farb ;000000848;"848grau/rot/dunkel " +farb ;000000849;"849grau/rot/dunkel " +farb ;000000850;"850grau/grn/--- " +farb ;000000851;"851grau/grn/hell " +farb ;000000852;"852grau/grn/hell " +farb ;000000853;"853grau/grn/hell " +farb ;000000854;"854grau/grn/mittel " +farb ;000000855;"855grau/grn/mittel " +farb ;000000856;"856grau/grn/mittel " +farb ;000000857;"857grau/grn/dunkel " +farb ;000000858;"858grau/grn/dunkel " +farb ;000000859;"859grau/grn/dunkel " +farb ;000000860;"860grau/blau/--- " +farb ;000000861;"861grau/blau/hell " +farb ;000000862;"862grau/blau/hell " +farb ;000000863;"863grau/blau/hell " +farb ;000000864;"864grau/blau/mittel " +farb ;000000865;"865grau/blau/mittel " +farb ;000000866;"866grau/blau/mittel " +farb ;000000867;"867grau/blau/dunkel " +farb ;000000868;"868grau/blau/dunkel " +farb ;000000869;"869grau/blau/dunkel " +farb ;000000870;"870grau/braun/--- " +farb ;000000871;"871grau/braun/hell " +farb ;000000872;"872grau/braun/hell " +farb ;000000873;"873grau/braun/hell " +farb ;000000874;"874grau/braun/mittel " +farb ;000000875;"875grau/braun/mittel " +farb ;000000876;"876grau/braun/mittel " +farb ;000000877;"877grau/braun/dunkel " +farb ;000000878;"878grau/braun/dunkel " +farb ;000000879;"879grau/braun/dunkel " +farb ;000000880;"880grau/grau/--- " +farb ;000000881;"881grau/grau/hell " +farb ;000000882;"882grau/grau/hell " +farb ;000000883;"883grau/grau/hell " +farb ;000000884;"884grau/grau/mittel " +farb ;000000885;"885grau/grau/mittel " +farb ;000000886;"886grau/grau/mittel " +farb ;000000887;"887grau/grau/dunkel " +farb ;000000888;"888grau/grau/dunkel " +farb ;000000889;"889grau/grau/dunkel " +farb ;000000890;"890grau/schwarz/--- " +farb ;000000891;"891grau/schwarz/hell " +farb ;000000892;"892grau/schwarz/hell " +farb ;000000893;"893grau/schwarz/hell " +farb ;000000894;"894grau/schwarz/mittel " +farb ;000000895;"895grau/schwarz/mittel " +farb ;000000896;"896grau/schwarz/mittel " +farb ;000000897;"897grau/schwarz/dunkel " +farb ;000000898;"898grau/schwarz/dunkel " +farb ;000000899;"899grau/schwarz/dunkel " +farb ;000000900;"900schwarz/---/--- " +farb ;000000901;"901schwarz/---/hell " +farb ;000000902;"902schwarz/---/hell " +farb ;000000903;"903schwarz/---/hell " +farb ;000000904;"904schwarz/---/mittel " +farb ;000000905;"905schwarz/---/mittel " +farb ;000000906;"906schwarz/---/mittel " +farb ;000000907;"907schwarz/---/dunkel " +farb ;000000908;"908schwarz/---/dunkel " +farb ;000000909;"909schwarz/---/dunkel " +farb ;000000910;"910schwarz/wei/--- " +farb ;000000911;"911schwarz/wei/hell " +farb ;000000912;"912schwarz/wei/hell " +farb ;000000913;"913schwarz/wei/hell " +farb ;000000914;"914schwarz/wei/mittel " +farb ;000000915;"915schwarz/wei/mittel " +farb ;000000916;"916schwarz/wei/mittel " +farb ;000000917;"917schwarz/wei/dunkel " +farb ;000000918;"918schwarz/wei/dunkel " +farb ;000000919;"919schwarz/wei/dunkel " +farb ;000000920;"920schwarz/beige/--- " +farb ;000000921;"921schwarz/beige/hell " +farb ;000000922;"922schwarz/beige/hell " +farb ;000000923;"923schwarz/beige/hell " +farb ;000000924;"924schwarz/beige/mittel " +farb ;000000925;"925schwarz/beige/mittel " +farb ;000000926;"926schwarz/beige/mittel " +farb ;000000927;"927schwarz/beige/dunkel " +farb ;000000928;"928schwarz/beige/dunkel " +farb ;000000929;"929schwarz/beige/dunkel " +farb ;000000930;"930schwarz/gelb/--- " +farb ;000000931;"931schwarz/gelb/hell " +farb ;000000932;"932schwarz/gelb/hell " +farb ;000000933;"933schwarz/gelb/hell " +farb ;000000934;"934schwarz/gelb/mittel " +farb ;000000935;"935schwarz/gelb/mittel " +farb ;000000936;"936schwarz/gelb/mittel " +farb ;000000937;"937schwarz/gelb/dunkel " +farb ;000000938;"938schwarz/gelb/dunkel " +farb ;000000939;"939schwarz/gelb/dunkel " +farb ;000000940;"940schwarz/rot/--- " +farb ;000000941;"941schwarz/rot/hell " +farb ;000000942;"942schwarz/rot/hell " +farb ;000000943;"943schwarz/rot/hell " +farb ;000000944;"944schwarz/rot/mittel " +farb ;000000945;"945schwarz/rot/mittel " +farb ;000000946;"946schwarz/rot/mittel " +farb ;000000947;"947schwarz/rot/dunkel " +farb ;000000948;"948schwarz/rot/dunkel " +farb ;000000949;"949schwarz/rot/dunkel " +farb ;000000950;"950schwarz/grn/--- " +farb ;000000951;"951schwarz/grn/hell " +farb ;000000952;"952schwarz/grn/hell " +farb ;000000953;"953schwarz/grn/hell " +farb ;000000954;"954schwarz/grn/mittel " +farb ;000000955;"955schwarz/grn/mittel " +farb ;000000956;"956schwarz/grn/mittel " +farb ;000000957;"957schwarz/grn/dunkel " +farb ;000000958;"958schwarz/grn/dunkel " +farb ;000000959;"959schwarz/grn/dunkel " +farb ;000000960;"960schwarz/blau/--- " +farb ;000000961;"961schwarz/blau/hell " +farb ;000000962;"962schwarz/blau/hell " +farb ;000000963;"963schwarz/blau/hell " +farb ;000000964;"964schwarz/blau/mittel " +farb ;000000965;"965schwarz/blau/mittel " +farb ;000000966;"966schwarz/blau/mittel " +farb ;000000967;"967schwarz/blau/dunkel " +farb ;000000968;"968schwarz/blau/dunkel " +farb ;000000969;"969schwarz/blau/dunkel " +farb ;000000970;"970schwarz/braun/--- " +farb ;000000971;"971schwarz/braun/hell " +farb ;000000972;"972schwarz/braun/hell " +farb ;000000973;"973schwarz/braun/hell " +farb ;000000974;"974schwarz/braun/mittel " +farb ;000000975;"975schwarz/braun/mittel " +farb ;000000976;"976schwarz/braun/mittel " +farb ;000000977;"977schwarz/braun/dunkel " +farb ;000000978;"978schwarz/braun/dunkel " +farb ;000000979;"979schwarz/braun/dunkel " +farb ;000000980;"980schwarz/grau/--- " +farb ;000000981;"981schwarz/grau/hell " +farb ;000000982;"982schwarz/grau/hell " +farb ;000000983;"983schwarz/grau/hell " +farb ;000000984;"984schwarz/grau/mittel " +farb ;000000985;"985schwarz/grau/mittel " +farb ;000000986;"986schwarz/grau/mittel " +farb ;000000987;"987schwarz/grau/dunkel " +farb ;000000988;"988schwarz/grau/dunkel " +farb ;000000989;"989schwarz/grau/dunkel " +farb ;000000990;"990schwarz/schwarz/--- " +farb ;000000991;"991schwarz/schwarz/hell " +farb ;000000992;"992schwarz/schwarz/hell " +farb ;000000993;"993schwarz/schwarz/hell " +farb ;000000994;"994schwarz/schwarz/mittel " +farb ;000000995;"995schwarz/schwarz/mittel " +farb ;000000996;"996schwarz/schwarz/mittel " +farb ;000000997;"997schwarz/schwarz/dunkel " +farb ;000000998;"998schwarz/schwarz/dunkel " +farb ;000000999;"999schwarz/schwarz/dunkel " +anrede ;000000001;"Herr ";"m" +anrede ;000000002;"Frau ";"w" +anrede ;000000004;"Frau ";"w" +anrede ;000000003;"Herr ";"m" +anrede ;000000005;"Herr ";"m" +anrede ;000000006;"Firma ";"s" +anrede ;000000011;"Herr ";"m" +anrede ;000000021;"Frau ";"w" +nlart ;000000001;"Kundenrabatt " +nlart ;000000002;"Personalrabatt " +nlart ;000000003;"Fehlerhafte Ware " +nlart ;000000004;"Aktionsrabatt " +nlart ;000000005;"Schluverkauf " +nlart ;000000006;"Dekoration " +nlart ;000000007;"Preisangleichung " +nlart ;000000008;"Inventurdifferenz " +nlart ;000000009;"Diebstahl " +nlart ;000000010;"test " +nlart ;000000011;"Geburtstagsgutschein " +Kollektion;000000001;"1 " +Kollektion;000100000;"0000 " +Kollektion;000100001;"0098 NOS " +Kollektion;000100002;"0009 INSPIRING ROOFTOP " +Kollektion;000100021;"2018032 " +Kollektion;000100040;"VM " +Kollektion;000100041;"Vera Mont " +Kollektion;000100042;"Outdoor " +Kollektion;000100045;"s.Oliver 2E/895 " +Kollektion;000100046;"s.Oliver 38/899 " +Kollektion;000100047;"s.Oliver 28/810 " +Kollektion;000100048;"s.Oliver 28/808 " +Kollektion;000100049;"s.Oliver 03/899 " +Kollektion;000100050;"s.Oliver 28/809 " +Kollektion;000100051;"s.Oliver 13/807 " +Kollektion;000100052;"Elements/HKZ " +Kollektion;000100053;"Hotseller O801 O802 " +Kollektion;000100054;"2018 Juni " +Kollektion;000100055;"2018 Mai " +Kollektion;000100056;"15186222147601 " +Kollektion;000100057;"15186222147602 " +Kollektion;000100058;"15186222147603 " +Kollektion;000100059;"s.Oliver 70/807 " +Kollektion;000100060;"s.Oliver 1E/895 " +Kollektion;000100061;"s.Oliver 01/899 " +Kollektion;000100062;"s.Oliver 39/807 " +Kollektion;000100063;"s.Oliver 11/807 " +Kollektion;000100064;"s.Oliver 02/899 " +Kollektion;000100065;"2018 vWM " +Kollektion;000100070;"s.Oliver Junior 54/899 " +Kollektion;000100071;"s.Oliver Junior 6B/895 " +Kollektion;000100072;"s.Oliver Junior 58/803 " +Kollektion;000100073;"s.Oliver Junior 6A/895 " +Kollektion;000100074;"s.Oliver Junior 6D/895 " +Kollektion;000100075;"s.Oliver Junior 64/803 " +Kollektion;000100076;"s.Oliver Junior 53/803 " +Kollektion;000100077;"s.Oliver Junior 61/804 " +Kollektion;000100078;"s.Oliver Junior 66/804 " +Kollektion;000100079;"s.Oliver Junior 63/804 " +Kollektion;000100080;"s.Oliver Junior 73/803 " +Kollektion;000100081;"s.Oliver Junior 61/803 " +Kollektion;000100082;"s.Oliver Junior 66/802 " +Kollektion;000100083;"s.Oliver Junior 65/804 " +Kollektion;000100084;"s.Oliver Junior 53/804 " +Kollektion;000100085;"s.Oliver Junior 63/803 " +Kollektion;000100086;"s.Oliver Junior 66/803 " +Kollektion;000100087;"s.Oliver Junior 65/803 " +Kollektion;000100088;"s.Oliver Junior 58/806 " +Kollektion;000100089;"s.Oliver Junior 59/806 " +Kollektion;000100090;"s.Oliver Junior 64/806 " +Kollektion;000100091;"s.Oliver Junior 59/805 " +Kollektion;000100092;"s.Oliver Junior 66/805 " +Kollektion;000100093;"s.Oliver Junior 62/806 " +Kollektion;000100094;"s.Oliver Junior 65/805 " +Kollektion;000100095;"s.Oliver Junior 53/805 " +Kollektion;000100096;"s.Oliver Junior 61/805 " +Kollektion;000100097;"s.Oliver Junior 63/805 " +Kollektion;000100098;"s.Oliver 29/706 " +Kollektion;000100099;"s.Oliver 29/703 " +Kollektion;000100100;"s.Oliver 29/707 " +Kollektion;000100101;"s.Oliver 29/711 " +Kollektion;000100102;"s.Oliver 29/710 " +Kollektion;000100103;"s.Oliver 29/704 " +Kollektion;000100104;"s.Oliver 29/702 " +Kollektion;000100105;"s.Oliver 29/701 " +Kollektion;000100106;"s.Oliver 0E/795 " +Kollektion;000100107;"s.Oliver 04/899 " +Kollektion;000100108;"s.Oliver 2E/795 " +Kollektion;000100109;"s.Oliver 1E/795 " +Kollektion;000100110;"s.Oliver 05/709 " +Kollektion;000100111;"s.Oliver 39/708 " +Kollektion;000100112;"s.Oliver 12/710 " +Kollektion;000100113;"s.Oliver 28/710 " +Kollektion;000100114;"s.Oliver 13/707 " +Kollektion;000100115;"s.Oliver 11/708 " +Kollektion;000100116;"s.Oliver 13/708 " +Kollektion;000100117;"s.Oliver 14/708 " +Kollektion;000100118;"s.Oliver 97/709 " +Kollektion;000100119;"s.Oliver 39/709 " +Kollektion;000100120;"s.Oliver 14/709 " +Kollektion;000100121;"s.Oliver 13/709 " +Kollektion;000100122;"s.Oliver 30/712 " +Kollektion;000100123;"s.Oliver 11/709 " +Kollektion;000100124;"s.Oliver 39/710 " +Kollektion;000100125;"s.Oliver 13/710 " +Kollektion;000100126;"s.Oliver 70/710 " +Kollektion;000100127;"s.Oliver 14/710 " +Kollektion;000100128;"s.Oliver 39/711 " +Kollektion;000100129;"s.Oliver 97/711 " +Kollektion;000100130;"s.Oliver 13/711 " +Kollektion;000100131;"s.Oliver 28/801 " +Kollektion;000100132;"s.Oliver 97/712 " +Kollektion;000100133;"s.Oliver 39/712 " +Kollektion;000100134;"s.Oliver 11/712 " +Kollektion;000100135;"s.Oliver 14/712 " +Kollektion;000100136;"s.Oliver 13/712 " +Kollektion;000100137;"s.Oliver 11/801 " +Kollektion;000100138;"s.Oliver 13/801 " +Kollektion;000100139;"s.Oliver 39/801 " +Kollektion;000100140;"s.Oliver 28/803 " +Kollektion;000100141;"s.Oliver 11/711 " +Kollektion;000100142;"s.Oliver 28/802 " +Kollektion;000100143;"s.Oliver 11/803 " +Kollektion;000100144;"s.Oliver 39/805 " +Kollektion;000100145;"s.Oliver 14/803 " +Kollektion;000100146;"s.Oliver 12/804 " +Kollektion;000100147;"s.Oliver 11/804 " +Kollektion;000100148;"s.Oliver 39/804 " +Kollektion;000100149;"s.Oliver 97/803 " +Kollektion;000100150;"s.Oliver 70/801 " +Kollektion;000100151;"s.Oliver 11/802 " +Kollektion;000100152;"s.Oliver 39/803 " +Kollektion;000100153;"s.Oliver 13/805 " +Kollektion;000100154;"s.Oliver 13/802 " +Kollektion;000100155;"s.Oliver 70/803 " +Kollektion;000100156;"s.Oliver 05/803 " +Kollektion;000100157;"s.Oliver 14/711 " +Kollektion;000100158;"s.Oliver 14/805 " +Kollektion;000100159;"s.Oliver 21/802 " +Kollektion;000100160;"s.Oliver 14/802 " +Kollektion;000100161;"s.Oliver 14/806 " +Kollektion;000100162;"s.Oliver 30/804 " +Kollektion;000100163;"s.Oliver 13/806 " +Kollektion;000100164;"s.Oliver 11/710 " +Kollektion;000100165;"s.Oliver 28/806 " +Kollektion;000100166;"s.Oliver 14/804 " +Kollektion;000100167;"s.Oliver 28/805 " +Kollektion;000100168;"s.Oliver 11/805 " +Kollektion;000100169;"s.Oliver 13/804 " +Kollektion;000100170;"s.Oliver 14/801 " +Kollektion;000100171;"s.Oliver 28/807 " +Kollektion;000100172;"s.Oliver 39/802 " +Kollektion;000100173;"s.Oliver 29/807 " +Kollektion;000100174;"s.Oliver 11/806 " +Kollektion;000100175;"s.Oliver 05/802 " +Kollektion;000100176;"s.Oliver 70/802 " +Kollektion;000100177;"s.Oliver 13/803 " +Kollektion;000100178;"s.Oliver 14/807 " +Kollektion;000100179;"2018046 " +Kollektion;000100180;"2018042 " +Kollektion;000100181;"2018044 " +Kollektion;000100182;"2017011 " +Kollektion;000100183;"2017021 " +Kollektion;000100184;"2017051 " +Kollektion;000100185;"2017042 " +Kollektion;000100186;"2017014 " +Kollektion;000100187;"2017032 " +Kollektion;000100188;"2017062 " +Kollektion;000100189;"2017022 " +Kollektion;000100190;"2017046 " +Kollektion;000100191;"2017061 " +Kollektion;000100192;"2017066 " +Kollektion;000100193;"2017036 " +Kollektion;000100194;"2017056 " +Kollektion;000100195;"2017024 " +Kollektion;000100196;"2017034 " +Kollektion;000100197;"2017012 " +Kollektion;000100198;"2017052 " +Kollektion;000100199;"2017041 " +Kollektion;000100200;"2017026 " +Kollektion;000100201;"2017020 " +Kollektion;000100202;"2017060 " +Kollektion;000100203;"2017050 " +Kollektion;000100204;"2017010 " +Kollektion;000100205;"2017040 " +Kollektion;000100206;"2017030 " +Kollektion;000100207;"2017104 " +Kollektion;000100208;"2017091 " +Kollektion;000100209;"2017106 " +Kollektion;000100210;"2017092 " +Kollektion;000100211;"2017081 " +Kollektion;000100212;"2017101 " +Kollektion;000100213;"2017121 " +Kollektion;000100214;"2017096 " +Kollektion;000100215;"2017122 " +Kollektion;000100216;"2017094 " +Kollektion;000100217;"2017116 " +Kollektion;000100218;"2017112 " +Kollektion;000100219;"2017084 " +Kollektion;000100220;"2017111 " +Kollektion;000100221;"2017082 " +Kollektion;000100222;"2017071 " +Kollektion;000100223;"2017FS3 " +Kollektion;000100224;"2017100 " +Kollektion;000100225;"2017110 " +Kollektion;000100226;"2017070 " +Kollektion;000100227;"2017076 " +Kollektion;000100228;"2017126 " +Kollektion;000100229;"2017090 " +Kollektion;000100230;"2017HW3 " +Kollektion;000100231;"2017080 " +Kollektion;000100232;"2017086 " +Kollektion;000100233;"2017120 " +Kollektion;000100234;"2017044 " +Kollektion;000100235;"2017072 " +Kollektion;000100236;"2017114 " +Kollektion;000100237;"2017102 " +Kollektion;000100238;"s.Oliver Junior 59/803 " +Kollektion;000100239;"s.Oliver Junior 62/803 " +Kollektion;000100240;"s.Oliver Junior 58/702 " +Kollektion;000100241;"s.Oliver Junior 64/702 " +Kollektion;000100242;"s.Oliver Junior 73/702 " +Kollektion;000100243;"s.Oliver Junior 73/703 " +Kollektion;000100244;"s.Oliver Junior 64/703 " +Kollektion;000100245;"s.Oliver Junior 61/703 " +Kollektion;000100246;"s.Oliver Junior 65/702 " +Kollektion;000100247;"s.Oliver Junior 61/702 " +Kollektion;000100248;"s.Oliver Junior 66/702 " +Kollektion;000100249;"s.Oliver Junior 63/702 " +Kollektion;000100250;"s.Oliver Junior 59/702 " +Kollektion;000100251;"s.Oliver Junior 61/704 " +Kollektion;000100252;"s.Oliver Junior 62/703 " +Kollektion;000100253;"s.Oliver Junior 66/703 " +Kollektion;000100254;"s.Oliver Junior 63/704 " +Kollektion;000100255;"s.Oliver Junior 66/704 " +Kollektion;000100256;"s.Oliver Junior 53/702 " +Kollektion;000100257;"s.Oliver Junior 63/705 " +Kollektion;000100258;"s.Oliver Junior 61/705 " +Kollektion;000100259;"s.Oliver Junior 62/702 " +Kollektion;000100260;"s.Oliver Junior 65/705 " +Kollektion;000100003;"0010 INSPIRING SKY " +Kollektion;000100004;"0011 INSPIRING COLOURS " +Kollektion;000100005;"0702 NOS " +Kollektion;000100006;"0769 NOS " +Kollektion;000100007;"0071 EDITION MOOD " +Kollektion;000100008;"0070 EDITION BOHO " +Kollektion;000100009;"0069 EDITION DAY " +Kollektion;000100010;"0050 CASUAL BOHO " +Kollektion;000100011;"0049 CASUAL DAY " +Kollektion;000100012;"0449 CASUAL NOS " +Kollektion;000100013;"0051 CASUAL MOOD " +Kollektion;000100014;"s.Oliver 05/801 " +Kollektion;000100015;"Hotseller O803 O804 " +Kollektion;000100016;"0000 TEST " +Kollektion;000100017;"18-HW " +Kollektion;000100018;"Door Launch 803 " +Kollektion;000100261;"s.Oliver Junior 58/709 " +Kollektion;000100262;"s.Oliver Junior 66/705 " +Kollektion;000100263;"s.Oliver Junior 59/703 " +Kollektion;000100264;"s.Oliver Junior 58/703 " +Kollektion;000100265;"s.Oliver Junior 53/703 " +Kollektion;000100266;"s.Oliver Junior 62/709 " +Kollektion;000100267;"s.Oliver Junior 53/705 " +Kollektion;000100268;"s.Oliver Junior 53/704 " +Kollektion;000100269;"s.Oliver Junior 65/704 " +Kollektion;000100270;"s.Oliver Junior 65/703 " +Kollektion;000100271;"s.Oliver Junior 73/704 " +Kollektion;000100272;"s.Oliver Junior 63/703 " +Kollektion;000100273;"s.Oliver Junior 64/709 " +Kollektion;000100274;"s.Oliver Junior 73/709 " +Kollektion;000100275;"s.Oliver Junior 58/708 " +Kollektion;000100276;"s.Oliver Junior 62/710 " +Kollektion;000100277;"s.Oliver Junior 64/710 " +Kollektion;000100278;"s.Oliver Junior 62/708 " +Kollektion;000100279;"s.Oliver Junior 53/707 " +Kollektion;000100280;"s.Oliver Junior 63/707 " +Kollektion;000100281;"s.Oliver Junior 61/707 " +Kollektion;000100282;"s.Oliver Junior 66/707 " +Kollektion;000100283;"s.Oliver Junior 65/707 " +Kollektion;000100284;"s.Oliver Junior 63/708 " +Kollektion;000100285;"s.Oliver Junior 53/708 " +Kollektion;000100286;"s.Oliver Junior 61/708 " +Kollektion;000100287;"s.Oliver Junior 65/708 " +Kollektion;000100288;"s.Oliver Junior 66/709 " +Kollektion;000100289;"s.Oliver Junior 53/709 " +Kollektion;000100290;"s.Oliver Junior 66/708 " +Kollektion;000100291;"s.Oliver Junior 63/709 " +Kollektion;000100292;"s.Oliver Junior 65/709 " +Kollektion;000100293;"s.Oliver Junior 61/709 " +Kollektion;000100294;"s.Oliver Junior 53/710 " +Kollektion;000100295;"s.Oliver Junior 66/710 " +Kollektion;000100296;"s.Oliver Junior 58/711 " +Kollektion;000100297;"s.Oliver Junior 65/710 " +Kollektion;000100298;"s.Oliver Junior 61/710 " +Kollektion;000100299;"s.Oliver Junior 73/711 " +Kollektion;000100300;"s.Oliver Junior 64/711 " +Kollektion;000100301;"s.Oliver Junior 63/710 " +Kollektion;000100302;"s.Oliver Junior 53/711 " +Kollektion;000100303;"s.Oliver Junior 62/711 " +Kollektion;000100304;"s.Oliver Junior 65/711 " +Kollektion;000100305;"s.Oliver Junior 63/711 " +Kollektion;000100306;"s.Oliver Junior 61/711 " +Kollektion;000100307;"s.Oliver Junior 53/712 " +Kollektion;000100308;"s.Oliver Junior 61/712 " +Kollektion;000100309;"s.Oliver Junior 63/712 " +Kollektion;000100310;"s.Oliver Junior 65/712 " +Kollektion;000100311;"s.Oliver Junior 66/712 " +Kollektion;000100312;"s.Oliver 26/899 " +Kollektion;000100313;"s.Oliver 24/703 " +Kollektion;000100314;"s.Oliver 24/704 " +Kollektion;000100315;"s.Oliver 35/899 " +Kollektion;000100316;"s.Oliver 25/703 " +Kollektion;000100317;"s.Oliver 05/702 " +Kollektion;000100318;"s.Oliver 25/702 " +Kollektion;000100319;"s.Oliver 05/703 " +Kollektion;000100320;"s.Oliver 11/702 " +Kollektion;000100321;"s.Oliver 28/702 " +Kollektion;000100322;"s.Oliver 28/703 " +Kollektion;000100323;"s.Oliver 39/702 " +Kollektion;000100324;"s.Oliver 13/702 " +Kollektion;000100325;"s.Oliver 98/899 " +Kollektion;000100326;"s.Oliver 25/704 " +Kollektion;000100327;"s.Oliver 11/703 " +Kollektion;000100328;"s.Oliver 25/705 " +Kollektion;000100329;"s.Oliver 14/702 " +Kollektion;000100330;"s.Oliver 14/703 " +Kollektion;000100331;"s.Oliver 39/703 " +Kollektion;000100332;"s.Oliver 13/703 " +Kollektion;000100333;"s.Oliver 11/704 " +Kollektion;000100334;"s.Oliver 39/704 " +Kollektion;000100335;"s.Oliver 13/704 " +Kollektion;000100336;"s.Oliver 11/705 " +Kollektion;000100337;"s.Oliver 14/704 " +Kollektion;000100338;"s.Oliver 32/707 " +Kollektion;000100339;"s.Oliver 39/705 " +Kollektion;000100340;"s.Oliver 11/706 " +Kollektion;000100341;"s.Oliver 14/706 " +Kollektion;000100342;"s.Oliver 14/705 " +Kollektion;000100343;"s.Oliver 05/707 " +Kollektion;000100344;"s.Oliver 28/707 " +Kollektion;000100345;"s.Oliver 13/705 " +Kollektion;000100346;"s.Oliver 39/707 " +Kollektion;000100347;"s.Oliver 14/707 " +Kollektion;000100348;"s.Oliver 05/708 " +Kollektion;000100349;"s.Oliver 05/710 " +Kollektion;000100350;"s.Oliver 11/707 " +Kollektion;000100355;"s.Oliver 05/809 " +Kollektion;000100356;"s.Oliver 05/810 " +Kollektion;000100357;"s.Oliver Junior 52/803 " +Kollektion;000100358;"s.Oliver Junior 63/802 " +Kollektion;000100360;"0030 PORTO CERVO I " +Kollektion;000100361;"0031 PORTO CERVO II " +Kollektion;000100362;"0005 SOFT NATURALS " +Kollektion;000100363;"0006 ATHLEISURE FEMME " +Kollektion;000100364;"0105 LAS VEGAS 03 " +Kollektion;000100365;"6005 SOFT NATURALS 5 " +Kollektion;000100366;"6105 EASY ESSENTIALS 03 " +Kollektion;000100367;"2018060 " +Kollektion;000100368;"s.Oliver 13/808 " +Kollektion;000100369;"s.Oliver Junior 53/807 " +Kollektion;000100370;"s.Oliver 11/808 " +Kollektion;000100371;"s.Oliver Junior 65/807 " +Kollektion;000100372;"s.Oliver Junior 61/808 " +Kollektion;000100373;"s.Oliver Junior 58/807 " +Kollektion;000100374;"s.Oliver Junior 66/807 " +Kollektion;000100375;"s.Oliver 12/810 " +Kollektion;000100376;"s.Oliver Junior 63/807 " +Kollektion;000100377;"0012 INSPIRING GLAM " +Kollektion;000100378;"0014 INSPIRING PEARLS " +Kollektion;000100379;"0013 INSPIRING VELVET " +Kollektion;000100380;"0012 PLUS ART SHOW " +Kollektion;000100381;"0013 DOTS & PEARLS " +Kollektion;000100382;"6013 DOTS & PEARLS 13 " +Kollektion;000100383;"0213 DOTS & PEARLS 13.1 " +Kollektion;000100384;"0073 EDITION GENTLE " +Kollektion;000100385;"0072 EDITION PURE " +Kollektion;000100386;"0074 EDITION GALAXY " +Kollektion;000100387;"0038 EDITION PURE " +Kollektion;000100388;"0039 EDITION GENTLE " +Kollektion;000100389;"0040 EDITION GALAXY " +Kollektion;000100390;"0013 ROUGE NOIR " +Kollektion;000100391;"0014 NORDIC MOODS " +Kollektion;000100392;"6014 NORDIC MOODS 14 " +Kollektion;000100393;"6013 ROUGE NOIR 13 " +Kollektion;000100394;"0053 CASUAL GENTLE " +Kollektion;000100395;"0052 CASUAL PURE " +Kollektion;000100396;"0452 CASUAL NOS " +Kollektion;000100397;"0054 CASUAL GALAXY " +Kollektion;000100417;"2018052 " +Kollektion;000100418;"2018051 " +Kollektion;000100419;"s.Oliver 39/808 " +Kollektion;000100421;"2018084 " +Kollektion;000100422;"2018094 " +Kollektion;000100424;"1522839011761 " +Kollektion;000100425;"s.Oliver 14/809 " +Kollektion;000100426;"2018HW3 " +Kollektion;000100432;"2018104 " +Kollektion;000100434;"2018 Juli " +Kollektion;000100435;"2018 August " +Kollektion;000100436;"s.Oliver Junior 53/808 " +Kollektion;000100437;"s.Oliver Junior 63/808 " +Kollektion;000100438;"s.Oliver Junior 65/808 " +Kollektion;000100439;"s.Oliver 13/809 " +Kollektion;000100440;"s.Oliver Junior 66/808 " +Kollektion;000100442;"2018114 " +Kollektion;000100444;"2017 Oktober " +Kollektion;000100445;"2017 November " +Kollektion;000100446;"2017 August " +Kollektion;000100447;"2017 September " +Kollektion;000100448;"2017 Juli " +Kollektion;000100449;"2018 Januar " +Kollektion;000100450;"2018 Mrz " +Kollektion;000100451;"2018 April " +Kollektion;000100452;"2018 Februar " +Kollektion;000100453;"1523619011592 " +Kollektion;000100454;"s.Oliver Junior 52/804 " +Kollektion;000100455;"s.Oliver Junior 50/804 " +Kollektion;000100456;"6005 TEA PARTY 5 " +Kollektion;000100457;"0008 SPICE IT UP " +Kollektion;000100458;"0005 TEA PARTY " +Kollektion;000100459;"6007 SUMMER BREEZE 7 " +Kollektion;000100460;"0007 SUMMER BREEZE " +Kollektion;000100461;"6014 BE FABULOUS 14 " +Kollektion;000100462;"0111 LAS VEGAS IV - 2 " +Kollektion;000100463;"0009 BLUE MONDAY " +Kollektion;000100464;"6009 BLUE MONDAY 9 " +Kollektion;000100465;"0013 EASY TO LOVE " +Kollektion;000100466;"6013 EASY TO LOVE 13 " +Kollektion;000100467;"0112 LAS VEGAS V " +Kollektion;000100468;"0109 LAS VEGAS IV " +Kollektion;000100469;"0001 PERIWINKLE SPLASH " +Kollektion;000100470;"0003 GREEN DAY " +Kollektion;000100471;"0103 LAS VEGAS 01 " +Kollektion;000100472;"6001 PERIWINKLE SPLASH 1 " +Kollektion;000100473;"6003 GREEN DAY 3 " +Kollektion;000100474;"6111 EASY ESSENTIALS 08 " +Kollektion;000100475;"0009 URBAN PICNICS " +Kollektion;000100476;"0011 BAR&CHILL " +Kollektion;000100477;"6113 EASY ESSENTIALS 09 " +Kollektion;000100478;"6011 BAR&CHILL 11 " +Kollektion;000100019;"18-FS " +Kollektion;000100020;"NOS " +Kollektion;000100022;"Collection " +Kollektion;000100023;"s.Oliver Junior 64/802 " +Kollektion;000100043;"2018041 " +Kollektion;000100044;"2018050 " +Kollektion;000100352;"15193170366671 " +Kollektion;000100354;"Hotseller 805 806 " +Kollektion;000100402;"s.Oliver Junior 62/810 " +Kollektion;000100403;"s.Oliver Junior 59/809 " +Kollektion;000100404;"s.Oliver Junior 73/810 " +Kollektion;000100405;"s.Oliver Junior 64/809 " +Kollektion;000100406;"s.Oliver Junior 62/809 " +Kollektion;000100407;"s.Oliver Junior 58/808 " +Kollektion;000100408;"s.Oliver Junior 62/808 " +Kollektion;000100409;"s.Oliver Junior 58/810 " +Kollektion;000100410;"s.Oliver Junior 73/809 " +Kollektion;000100411;"s.Oliver Junior 64/810 " +Kollektion;000100412;"s.Oliver Junior 58/809 " +Kollektion;000100413;"s.Oliver Junior 64/808 " +Kollektion;000100416;"1521551507058 " +Kollektion;000100427;"s.Oliver Junior 61/807 " +Kollektion;000100433;"2018070 " +Kollektion;000100441;"s.Oliver 11/809 " +Kollektion;000100443;"2017 Dezember " +Kollektion;000100479;"6009 URBAN PICNICS 9 " +Kollektion;000100480;"0109 LAS VEGAS 06 " +Kollektion;000100481;"0112 LAS VEGAS 08 " +Kollektion;000100482;"6112 EASY ESSENTIALS 08 " +Kollektion;000100483;"0113 LAS VEGAS 09 " +Kollektion;000100484;"0111 LAS VEGAS 08 " +Kollektion;000100485;"s.Oliver 39/809 " +Kollektion;000100487;"2018062 " +Kollektion;000100488;"2018061 " +Kollektion;000100496;"Soire " +Kollektion;000100497;"s.Oliver Junior 64/804 " +Kollektion;000100498;"Constant Movement 805 806 " +Kollektion;000100499;"daily basic 809 " +Kollektion;000100500;"Cosy Faves 809 " +Kollektion;000100501;"Cosy and Cashmere 810 " +Kollektion;000100503;"16-FS " +Kollektion;000100504;"17-FS " +Kollektion;000100505;"16-HW " +Kollektion;000100506;"14-HW " +Kollektion;000100507;"13-HW " +Kollektion;000100508;"2018071 " +Kollektion;000100509;"2018 September " +Kollektion;000100510;"s.Oliver 11/701 " +Kollektion;000100511;"Q/S designed by 44/899 " +Kollektion;000100515;"1526304621507 " +Kollektion;000100516;"s.Oliver 97/810 " +Kollektion;000100517;"s.Oliver 39/810 " +Kollektion;000100518;"s.Oliver 0E/895 " +Kollektion;000100519;"s.Oliver 14/810 " +Kollektion;000100520;"2018072 " +Kollektion;000100521;"15270894139481 " +Kollektion;000100522;"s.Oliver 70/811 " +Kollektion;000100523;"s.Oliver 11/810 " +Kollektion;000100524;"s.Oliver 70/812 " +Kollektion;000100525;"1527501025736 " +Kollektion;000100526;"2018076 " +Kollektion;000100527;"s.Oliver Junior 65/810 " +Kollektion;000100528;"s.Oliver Junior 53/810 " +Kollektion;000100529;"s.Oliver Junior 63/810 " +Kollektion;000100530;"s.Oliver Junior 61/810 " +Kollektion;000100531;"s.Oliver Junior 66/810 " +Kollektion;000100533;"s.Oliver Junior 66/811 " +Kollektion;000100534;"2018081 " +Kollektion;000100537;"0015 INSPIRING FLEUR " +Kollektion;000100538;"0055 CASUAL DREAM " +Kollektion;000100539;"0075 EDITION DREAM " +Kollektion;000100540;"0076 EDITION GLAM " +Kollektion;000100541;"0015 TWILIGHT HOUR " +Kollektion;000100542;"6015 TWILIGHT HOUR 15 " +Kollektion;000100543;"0015 SHOWDOWN " +Kollektion;000100544;"6015 SHOWDOWN 15 " +Kollektion;000100545;"s.Oliver 13/810 " +Kollektion;000100546;"Door Launch 809 " +Kollektion;000100547;"s.Oliver 14/811 " +Kollektion;000100549;"1528878748156 " +Kollektion;000100551;"2018086 " +Kollektion;000100552;"s.Oliver 39/811 " +Kollektion;000100553;"2018091 " +Kollektion;000100554;"2018092 " +Kollektion;000100555;"1530762619325 " +Kollektion;000100556;"2018100 " +Kollektion;000100558;"s.Oliver Junior 64/811 " +Kollektion;000100559;"s.Oliver Junior 73/811 " +Kollektion;000100560;"s.Oliver Junior 58/811 " +Kollektion;000100561;"s.Oliver Junior 63/811 " +Kollektion;000100562;"s.Oliver Junior 61/811 " +Kollektion;000100563;"s.Oliver Junior 62/811 " +Kollektion;000100564;"s.Oliver Junior 65/811 " +Kollektion;000100565;"s.Oliver Junior 53/811 " +Kollektion;000100566;"s.Oliver 14/812 " +Kollektion;000100567;"1531215034755 " +Kollektion;000100570;"Twentyfourseven 809 " +Kollektion;000100572;"0003 STRIPE REFRESH " +Kollektion;000100573;"s.Oliver Junior 50/808 " +Kollektion;000100574;"s.Oliver Junior 59/808 " +Kollektion;000100575;"0001 ICONIC CHIC " +Kollektion;000100576;"0003 FOREVER BLUE " +Kollektion;000100579;"0331 NOS " +Kollektion;000100580;"0030 EDITION STORY " +Kollektion;000100581;"0031 EDITION UNLIMITED " +Kollektion;000100582;"0001 INSPIRING GREEN " +Kollektion;000100583;"0002 INSPIRING HEART " +Kollektion;000100584;"0003 INSPIRING BLUE " +Kollektion;000100585;"0042 CASUAL STORY " +Kollektion;000100586;"0041 CASUAL ENERGY " +Kollektion;000100587;"0043 CASUAL UNLIMITED " +Kollektion;000100588;"2018101 " +Kollektion;000100592;"2018110 " +Kollektion;000100613;"s.Oliver Junior 63/812 " +Kollektion;000100614;"s.Oliver Junior 62/902 " +Kollektion;000100615;"s.Oliver Junior 73/903 " +Kollektion;000100616;"s.Oliver Junior 58/902 " +Kollektion;000100617;"s.Oliver Junior 65/812 " +Kollektion;000100618;"s.Oliver Junior 64/902 " +Kollektion;000100619;"s.Oliver Junior 64/903 " +Kollektion;000100620;"s.Oliver Junior 62/903 " +Kollektion;000100621;"s.Oliver Junior 66/812 " +Kollektion;000100622;"s.Oliver Junior 58/903 " +Kollektion;000100623;"s.Oliver Junior 73/902 " +Kollektion;000100624;"s.Oliver Junior 61/812 " +Kollektion;000100625;"s.Oliver Junior 53/812 " +Kollektion;000100626;"s.Oliver Junior 59/902 " +Kollektion;000100628;"19-FS " +Kollektion;000100633;"0005 INSPIRING FLOWER " +Kollektion;000100635;"Suddenly Princess " +Kollektion;000100636;"1535367024973 " +Kollektion;000100638;"s.Oliver 39/901 " +Kollektion;000100654;"2019014 " +Kollektion;000100655;"2019024 " +Kollektion;000100657;"2019034 " +Kollektion;000100658;"s.Oliver 11/902 " +Kollektion;000100663;"s.Oliver 14/902 " +Kollektion;000100665;"2018121 " +Kollektion;000100666;"s.Oliver 39/902 " +Kollektion;000100667;"1538403118702 " +Kollektion;000100668;"2019010 " +Kollektion;000100669;"2019 Januar " +Kollektion;000100670;"2019 Februar " +Kollektion;000100671;"NDD 901 902 " +Kollektion;000100672;"2019 vWM " +Kollektion;000100677;"1539271814721 " +Kollektion;000100679;"2018122 " +Kollektion;000100686;"2019016 " +Kollektion;000100690;"s.Oliver Junior 64/904 " +Kollektion;000100691;"s.Oliver Junior 73/904 " +Kollektion;000100693;"s.Oliver Junior 63/903 " +Kollektion;000100694;"s.Oliver Junior 53/903 " +Kollektion;000100695;"s.Oliver Junior 61/903 " +Kollektion;000100696;"s.Oliver Junior 66/903 " +Kollektion;000100697;"s.Oliver Junior 65/903 " +Kollektion;000100698;"Hotseller 901 902 " +Kollektion;000100701;"2019020 " +Kollektion;000100702;"2019 Mrz " +Kollektion;000100703;"s.Oliver 11/904 " +Kollektion;000100704;"2019126 " +Kollektion;000100705;"2019026 " +Kollektion;000100717;"809N " +Kollektion;000100720;"2019012 " +Kollektion;000100724;"810N " +Kollektion;000100725;"812N " +Kollektion;000100726;"s.Oliver Junior 61/904 " +Kollektion;000100727;"s.Oliver Junior 63/904 " +Kollektion;000100728;"s.Oliver Junior 66/904 " +Kollektion;000100729;"s.Oliver Junior 65/904 " +Kollektion;000100730;"s.Oliver Junior 53/904 " +Kollektion;000100732;"1061 BEAT THE HEAT " +Kollektion;000100735;"2019HW3 " +Kollektion;000100736;"15444342303471 " +Kollektion;000100737;"1061 INSPIRING BLUSH " +Kollektion;000100739;"s.Oliver 14/905 " +Kollektion;000100743;"s.Oliver 11/905 " +Kollektion;000100744;"s.Oliver 29/907 " +Kollektion;000100745;"Door Launch 903 " +Kollektion;000100751;"2019021 " +Kollektion;000100752;"2019022 " +Kollektion;000100755;"811H " +Kollektion;000100756;"905H " +Kollektion;000100757;"905Z " +Kollektion;000100758;"1547029821191 " +Kollektion;000100760;"2019032 " +Kollektion;000100768;"s.Oliver 14/906 " +Kollektion;000100773;"1549364863226 " +Kollektion;000100787;"1550148615965 " +Kollektion;000100788;"903O " +Kollektion;000100789;"1550682619890 " +Kollektion;000100798;"3093 EDITION CLASSIC EXPORT " +Kollektion;000100799;"6081 CASUAL LINE " +Kollektion;000100800;"6091 CASUAL CLASSICS " +Kollektion;000100801;"6071 CASUAL NEO " +Kollektion;000100802;"1071 INSPIRING REDWOOD " +Kollektion;000100803;"1081 INSPIRING BAZAR " +Kollektion;000100804;"1091 INSPIRING RUBY " +Kollektion;000100805;"1090 AD I. RUBY " +Kollektion;000100806;"1090 LIPSTICK JUNGLE AD " +Kollektion;000100807;"1091 LIPSTICK JUNGLE " +Kollektion;000100808;"1081 BLUE CLARITY " +Kollektion;000100809;"6081 BLUE CLARITY 08 " +Kollektion;000100810;"6091 LIPSTICK JUNGLE 09 " +Kollektion;000100811;"1081 YELLOW SPLASH " +Kollektion;000100812;"1090 FLORAL ZOO AD " +Kollektion;000100813;"6081 YELLOW SPLASH 08 " +Kollektion;000100814;"1091 FLORAL ZOO " +Kollektion;000100816;"2019046 " +Kollektion;000100817;"2019066 " +Kollektion;000100822;"904H " +Kollektion;000100823;"904O " +Kollektion;000100824;"s.Oliver 11/908 " +Kollektion;000100024;"2018021 " +Kollektion;000100025;"2018031 " +Kollektion;000100026;"2018026 " +Kollektion;000100027;"2018014 " +Kollektion;000100028;"2018022 " +Kollektion;000100029;"2018011 " +Kollektion;000100030;"2018012 " +Kollektion;000100031;"2018024 " +Kollektion;000100032;"2018020 " +Kollektion;000100033;"2018016 " +Kollektion;000100034;"2018036 " +Kollektion;000100035;"2018034 " +Kollektion;000100036;"2018FS3 " +Kollektion;000100037;"2018030 " +Kollektion;000100038;"2018010 " +Kollektion;000100039;"2018040 " +Kollektion;000100398;"0765 NOS " +Kollektion;000100399;"0065 E SUNDAY BLUES " +Kollektion;000100400;"0063 E SMART CLASSICS " +Kollektion;000100401;"1521127820075 " +Kollektion;000100415;"2018066 " +Kollektion;000100428;"6007 TIMELESS ORIENT 7 " +Kollektion;000100429;"0007 TIMELESS ORIENT " +Kollektion;000100430;"6008 SUMMERJAM 8 " +Kollektion;000100431;"0008 SUMMERJAM " +Kollektion;000100490;"s.Oliver 70/806 " +Kollektion;000100532;"2018090 " +Kollektion;000100535;"2018 Oktober " +Kollektion;000100594;"1533804688913 " +Kollektion;000100631;"2018 Dezember " +Kollektion;000100640;"0004 URBAN EXPLORER " +Kollektion;000100660;"1536917409922 " +Kollektion;000100680;"s.Oliver Junior 61/902 " +Kollektion;000100681;"s.Oliver Junior 66/902 " +Kollektion;000100682;"s.Oliver Junior 63/902 " +Kollektion;000100683;"s.Oliver Junior 53/902 " +Kollektion;000100684;"s.Oliver Junior 65/902 " +Kollektion;000100706;"s.Oliver 14/904 " +Kollektion;000100707;"s.Oliver 39/904 " +Kollektion;000100722;"1542880269094 " +Kollektion;000100734;"1544183419796 " +Kollektion;000100742;"Constant Movement 905 906 " +Kollektion;000100748;"s.Oliver Junior 62/906 " +Kollektion;000100750;"s.Oliver Junior 64/906 " +Kollektion;000100754;"s.Oliver 39/905 " +Kollektion;000100762;"s.Oliver Junior 63/905 " +Kollektion;000100763;"s.Oliver Junior 65/905 " +Kollektion;000100764;"s.Oliver Junior 66/905 " +Kollektion;000100765;"s.Oliver Junior 53/905 " +Kollektion;000100766;"s.Oliver Junior 61/905 " +Kollektion;000100767;"2019040 " +Kollektion;000100772;"s.Oliver 11/906 " +Kollektion;000100775;"2019070 " +Kollektion;000100778;"Hotseller 903 904 " +Kollektion;000100794;"s.Oliver 39/907 " +Kollektion;000100796;"3083 EDITION LINE EXPORT " +Kollektion;000100818;"1551868228962 " +Kollektion;000100819;"1551871315097 " +Kollektion;000100842;"2019104 " +Kollektion;000100844;"2019084 " +Kollektion;000100845;"2019052 " +Kollektion;000100848;"2019072 " +Kollektion;000100850;"2019074 " +Kollektion;000100851;"2019 Juli " +Kollektion;000100852;"2019 August " +Kollektion;000100856;"s.Oliver 14/909 " +Kollektion;000100858;"907O " +Kollektion;000100862;"909N " +Kollektion;000100864;"908N " +Kollektion;000100866;"907N " +Kollektion;000100868;"2019096 " +Kollektion;000100869;"1555422622840 " +Kollektion;000100870;"2019114 " +Kollektion;000100871;"2019062 " +Kollektion;000100872;"909H " +Kollektion;000100873;"909Z " +Kollektion;000100874;"911O " +Kollektion;000100878;"s.Oliver 39/909 " +Kollektion;000100879;"Hotseller 907 908 " +Kollektion;000100881;"2019086 " +Kollektion;000100882;"2019080 " +Kollektion;000100883;"2019061 " +Kollektion;000100885;"2019 September " +Kollektion;000100889;"s.Oliver 14/910 " +Kollektion;000100891;"s.Oliver Junior 63/909 " +Kollektion;000100893;"s.Oliver Junior 65/909 " +Kollektion;000100894;"s.Oliver Junior 53/909 " +Kollektion;000100895;"s.Oliver Junior 61/909 " +Kollektion;000100896;"905W " +Kollektion;000100897;"906W " +Kollektion;000100898;"910H " +Kollektion;000100899;"910Z " +Kollektion;000100900;"912W " +Kollektion;000100913;"s.Oliver 39/910 " +Kollektion;000100916;"s.Oliver 12/910 " +Kollektion;000100918;"Twentyfourseven 910 " +Kollektion;000100921;"911H " +Kollektion;000100922;"1121 INSPIRING SOFT SENSE " +Kollektion;000100923;"1011 INSPIRING BLUE DELIGHT " +Kollektion;000100924;"1121 SPOT ON " +Kollektion;000100925;"911Z " +Kollektion;000100926;"2019116 " +Kollektion;000100927;"2019106 " +Kollektion;000100928;"Door Launch 909 " +Kollektion;000100929;"2019100 " +Kollektion;000100930;"911N " +Kollektion;000100931;"001N " +Kollektion;000100932;"002N " +Kollektion;000100933;"003N " +Kollektion;000100934;"912N " +Kollektion;000100936;"s.Oliver 14/911 " +Kollektion;000100938;"True to Season 908 " +Kollektion;000100939;"s.Oliver Junior 65/911 " +Kollektion;000100940;"s.Oliver Junior 66/911 " +Kollektion;000100941;"s.Oliver Junior 63/911 " +Kollektion;000100942;"s.Oliver Junior 53/911 " +Kollektion;000100943;"s.Oliver Junior 61/911 " +Kollektion;000100944;"s.Oliver Junior 58/911 " +Kollektion;000100945;"s.Oliver Junior 64/911 " +Kollektion;000100946;"s.Oliver Junior 62/911 " +Kollektion;000100947;"s.Oliver Junior 73/911 " +Kollektion;000100948;"s.Oliver Junior 59/911 " +Kollektion;000100951;"s.Oliver 12011/899 " +Kollektion;000100952;"s.Oliver 12010/912 " +Kollektion;000100953;"2019092 " +Kollektion;000100954;"3019 SAISON NOS 1 " +Kollektion;000100957;"s.Oliver 15010/912 " +Kollektion;000100960;"s.Oliver 12012/002 " +Kollektion;000100961;"s.Oliver 20110/912 " +Kollektion;000100962;"2019 November " +Kollektion;000100964;"Topseller 911 912 " +Kollektion;000100965;"1566473441385 " +Kollektion;000100981;"001Z " +Kollektion;000100985;"20-FS " +Kollektion;000100986;"s.Oliver 20110/001 " +Kollektion;000100988;"2020FS3 " +Kollektion;000100992;"2020016 " +Kollektion;000100993;"2020014 " +Kollektion;000100994;"2020034 " +Kollektion;000100997;"1568367019266 " +Kollektion;000101007;"002H " +Kollektion;000101008;"005O " +Kollektion;000101009;"004O " +Kollektion;000101010;"004N " +Kollektion;000101011;"003O " +Kollektion;000101012;"s.Oliver 15010/002 " +Kollektion;000101013;"910N " +Kollektion;000101014;"1569154282764 " +Kollektion;000101015;"2020010 " +Kollektion;000101016;"2019122 " +Kollektion;000101017;"2020 Januar " +Kollektion;000101020;"Constant Movement 001 002 " +Kollektion;000101022;"s.Oliver 20111/899 " +Kollektion;000101023;"1571149827420 " +Kollektion;000101034;"1041 SORBET SPLASH " +Kollektion;000100066;"s.Oliver Junior 56/899 " +Kollektion;000100067;"s.Oliver Junior 75/899 " +Kollektion;000100068;"s.Oliver Junior 74/899 " +Kollektion;000100069;"s.Oliver Junior 76/899 " +Kollektion;000100351;"2018056 " +Kollektion;000100414;"s.Oliver 14/808 " +Kollektion;000100420;"17-HW " +Kollektion;000100502;"Lets shine 811 " +Kollektion;000100550;"15294186104831 " +Kollektion;000100629;"2018116 " +Kollektion;000100648;"2018126 " +Kollektion;000100664;"2019FS3 " +Kollektion;000100689;"1539948612496 " +Kollektion;000100692;"1540288215437 " +Kollektion;000100769;"902H " +Kollektion;000100777;"2019056 " +Kollektion;000100779;"2019 Mai " +Kollektion;000100780;"2019 Juni " +Kollektion;000100820;"2019060 " +Kollektion;000100914;"Hotseller 909 910 " +Kollektion;000100920;"1559809820891 " +Kollektion;000100983;"001H " +Kollektion;000100990;"2020026 " +Kollektion;000100999;"s.Oliver Junior 40512/004 " +Kollektion;000101024;"1571397404287 " +Kollektion;000101025;"1571397403458 " +Kollektion;000101026;"1571398272890 " +Kollektion;000101027;"1571398275085 " +Kollektion;000101028;"1571398271110 " +Kollektion;000101029;"1571398272543 " +Kollektion;000101030;"1571398275756 " +Kollektion;000101031;"1571398277993 " +Kollektion;000101036;"1571929135137 " +Kollektion;000100353;"s.Oliver 70/804 " +Kollektion;000100359;"1520515808239 " +Kollektion;000100423;"s.Oliver Junior 50/803 " +Kollektion;000100512;"2018080 " +Kollektion;000100687;"s.Oliver Junior 58/905 " +Kollektion;000100688;"s.Oliver Junior 73/905 " +Kollektion;000100741;"True to Season 811 " +Kollektion;000100840;"s.Oliver 39/908 " +Kollektion;000100841;"19-HW " +Kollektion;000100875;"1556105419260 " +Kollektion;000100950;"2019091 " +Kollektion;000100966;"6011 CASUAL FRESH " +Kollektion;000100967;"6030 AD C SOFT " +Kollektion;000100968;"6018 DURCHLAEUFER " +Kollektion;000100969;"1021 INSPIRING LOLLIPOP " +Kollektion;000100970;"1031 INSPIRING BLOOMING BLUSH " +Kollektion;000100971;"1030 AD INSPIRING BLOOMING BLUSH " +Kollektion;000100972;"5031 EDITION SOFT " +Kollektion;000100973;"5039 NOS " +Kollektion;000100974;"3021 EDITION ART " +Kollektion;000100975;"1030 AD CELEBRATE SPRING " +Kollektion;000100976;"1031 CELEBRATE SPRING " +Kollektion;000100977;"1021 NEW PREP " +Kollektion;000100995;"2020036 " +Kollektion;000101006;"s.Oliver 12010/002 " +Kollektion;000100513;"1525858219175 " +Kollektion;000100514;"Constant Movement 809 810 " +Kollektion;000100536;"2018082 " +Kollektion;000100557;"2018096 " +Kollektion;000100571;"0040 CASUAL PASSION " +Kollektion;000100647;"2018120 " +Kollektion;000100699;"0007 TROPICAL BREAK " +Kollektion;000100708;"0008 INSPIRING SUMMER VIBES " +Kollektion;000100709;"0007 INSPIRING CRUISE TRIP " +Kollektion;000100710;"0046 CASUAL VIBES " +Kollektion;000100711;"0047 CASUAL HEAT " +Kollektion;000100733;"2019036 " +Kollektion;000100821;"s.Oliver 14/908 " +Kollektion;000100876;"905O " +Kollektion;000100548;"s.Oliver 11/811 " +Kollektion;000100759;"1547116233843 " +Kollektion;000100877;"s.Oliver 11/909 " +Kollektion;000100884;"1557228630227 " +Kollektion;000100984;"Topseller 909 910 " +Kollektion;000100486;"1524130220452 " +Kollektion;000100489;"Hotseller 807 808 " +Kollektion;000100491;"s.Oliver Junior 61/809 " +Kollektion;000100492;"s.Oliver Junior 53/809 " +Kollektion;000100493;"s.Oliver Junior 66/809 " +Kollektion;000100494;"s.Oliver Junior 63/809 " +Kollektion;000100495;"s.Oliver Junior 65/809 " +Kollektion;000100568;"2018106 " +Kollektion;000100569;"s.Oliver 39/812 " +Kollektion;000100577;"0001 SIMPLIFY " +Kollektion;000100578;"6003 FOREVER BLUE 3 " +Kollektion;000100589;"s.Oliver 05/901 " +Kollektion;000100590;"s.Oliver 05/902 " +Kollektion;000100591;"s.Oliver 14/901 " +Kollektion;000100593;"1533804678286 " +Kollektion;000100595;"1533804679868 " +Kollektion;000100596;"1533804674138 " +Kollektion;000100597;"1533804693756 " +Kollektion;000100598;"1533804687005 " +Kollektion;000100599;"1533804693351 " +Kollektion;000100600;"15338046841831 " +Kollektion;000100601;"15338046841832 " +Kollektion;000100602;"15338046841833 " +Kollektion;000100603;"1533804694170 " +Kollektion;000100604;"1533804695893 " +Kollektion;000100605;"15338046973681 " +Kollektion;000100606;"15338046973682 " +Kollektion;000100607;"15338046973683 " +Kollektion;000100608;"1533804698745 " +Kollektion;000100609;"15338046966131 " +Kollektion;000100610;"15338046966132 " +Kollektion;000100611;"15338046966133 " +Kollektion;000100612;"1533805860302 " +Kollektion;000100627;"1534150224360 " +Kollektion;000100630;"2018 November " +Kollektion;000100632;"Hotseller 811 812 " +Kollektion;000100634;"2018102 " +Kollektion;000100637;"Hotseller 809 810 " +Kollektion;000100639;"0006 ART HOUSE " +Kollektion;000100641;"6004 URBAN EXPLORER 4 " +Kollektion;000100642;"0005 GARDEN BLOOMS " +Kollektion;000100643;"0005 IN BLOOM " +Kollektion;000100644;"6005 IN BLOOM 5 " +Kollektion;000100645;"0198 INSTOCK " +Kollektion;000100646;"0006 PLUS CRUISE " +Kollektion;000100649;"0063 EDITION UNLIMITED " +Kollektion;000100650;"0064 EDITION FLOW " +Kollektion;000100651;"0004 INSPIRING VICHY " +Kollektion;000100652;"0006 INSPIRING LILAC " +Kollektion;000100653;"0044 CASUAL FLOW " +Kollektion;000100656;"s.Oliver 12/902 " +Kollektion;000100659;"1536917410283 " +Kollektion;000100661;"2018111 " +Kollektion;000100662;"2018112 " +Kollektion;000100673;"s.Oliver 70/905 " +Kollektion;000100674;"s.Oliver 70/904 " +Kollektion;000100675;"s.Oliver 70/903 " +Kollektion;000100676;"s.Oliver 11/903 " +Kollektion;000100678;"s.Oliver 14/903 " +Kollektion;000100685;"s.Oliver 39/903 " +Kollektion;000100700;"0008 GOLDEN SUMMER " +Kollektion;000100712;"0008 BEFORE SUNSET " +Kollektion;000100713;"6008 BEFORE SUNSET 8 " +Kollektion;000100714;"0007 LEMON BREEZE " +Kollektion;000100715;"6008 GOLDEN SUMMER 8 " +Kollektion;000100716;"Topseller O811 O812 " +Kollektion;000100718;"810W " +Kollektion;000100719;"812H " +Kollektion;000100721;"1542796222838 " +Kollektion;000100723;"812W " +Kollektion;000100731;"2019030 " +Kollektion;000100738;"901N " +Kollektion;000100740;"2019 April " +Kollektion;000100746;"811N " +Kollektion;000100747;"1544715012168 " +Kollektion;000100749;"s.Oliver Junior 59/906 " +Kollektion;000100753;"1545148222240 " +Kollektion;000100761;"2019031 " +Kollektion;000100770;"902O " +Kollektion;000100771;"902N " +Kollektion;000100774;"2019050 " +Kollektion;000100776;"2019042 " +Kollektion;000100781;"NDD 907 908 " +Kollektion;000100782;"1549989013247 " +Kollektion;000100783;"2019041 " +Kollektion;000100784;"903H " +Kollektion;000100785;"903N " +Kollektion;000100786;"903Z " +Kollektion;000100790;"s.Oliver 14/907 " +Kollektion;000100791;"s.Oliver 05/910 " +Kollektion;000100792;"s.Oliver 05/908 " +Kollektion;000100793;"s.Oliver 05/909 " +Kollektion;000100795;"3081 EDITION LINE " +Kollektion;000100797;"3090 AD E. CLASSICS " +Kollektion;000100815;"Hotseller 905 906 " +Kollektion;000100825;"s.Oliver Junior 62/908 " +Kollektion;000100826;"s.Oliver Junior 58/909 " +Kollektion;000100827;"s.Oliver Junior 64/908 " +Kollektion;000100828;"s.Oliver Junior 73/909 " +Kollektion;000100829;"s.Oliver Junior 73/908 " +Kollektion;000100830;"s.Oliver Junior 58/908 " +Kollektion;000100831;"s.Oliver Junior 53/908 " +Kollektion;000100832;"s.Oliver Junior 63/908 " +Kollektion;000100833;"s.Oliver Junior 62/909 " +Kollektion;000100834;"s.Oliver Junior 64/909 " +Kollektion;000100835;"s.Oliver Junior 59/909 " +Kollektion;000100836;"s.Oliver Junior 66/908 " +Kollektion;000100837;"s.Oliver Junior 61/908 " +Kollektion;000100838;"s.Oliver Junior 65/908 " +Kollektion;000100839;"904Z " +Kollektion;000100843;"2019094 " +Kollektion;000100846;"904N " +Kollektion;000100847;"2019076 " +Kollektion;000100849;"2019071 " +Kollektion;000100853;"Twentyfourseven 908 " +Kollektion;000100854;"Twentyfourseven 909 " +Kollektion;000100855;"NDD 909 910 " +Kollektion;000100857;"909O " +Kollektion;000100859;"907H " +Kollektion;000100860;"910O " +Kollektion;000100861;"908O " +Kollektion;000100863;"1555332647017 " +Kollektion;000100865;"908H " +Kollektion;000100867;"906N " +Kollektion;000100880;"2019081 " +Kollektion;000100886;"POS Stories 909 " +Kollektion;000100887;"Pattern power 910 " +Kollektion;000100888;"Time to shine 911 " +Kollektion;000100890;"s.Oliver 11/910 " +Kollektion;000100892;"s.Oliver Junior 66/909 " +Kollektion;000100901;"1100 CHECKS, PLEASE ! AD " +Kollektion;000100902;"1101 CHECKS, PLEASE ! " +Kollektion;000100903;"1092 LIPSTICK JUNGLE 1 " +Kollektion;000100904;"6101 CHECKS, PLEASE ! 10 " +Kollektion;000100905;"1100 AD I. WILD TRIP " +Kollektion;000100906;"1092 INSPIRING MELLOW MOOD " +Kollektion;000100907;"1101 INSPIRING WILD TRIP " +Kollektion;000100908;"1110 AD I. WINTER CHARM " +Kollektion;000100909;"1111 INSPIRING WINTER CHARM " +Kollektion;000100910;"6111 CASUAL CLEAN " +Kollektion;000100911;"6110 AD C. CLEAN " +Kollektion;000100912;"6101 CASUAL CARAMEL " +Kollektion;000100915;"2019090 " +Kollektion;000100917;"2019 Oktober " +Kollektion;000100919;"NDD 910 " +Kollektion;000100935;"1563287420991 " +Kollektion;000100937;"s.Oliver 39/911 " +Kollektion;000100949;"s.Oliver 11/911 " +Kollektion;000100955;"2019110 " +Kollektion;000100956;"6031 CASUAL SOFT " +Kollektion;000100958;"s.Oliver 12012/001 " +Kollektion;000100959;"s.Oliver 12010/001 " +Kollektion;000100963;"2019 Dezember " +Kollektion;000100978;"s.Oliver 16010/004 " +Kollektion;000100979;"s.Oliver 16010/003 " +Kollektion;000100980;"s.Oliver 16011/899 " +Kollektion;000100982;"002O " +Kollektion;000100987;"2019120 " +Kollektion;000100989;"s.Oliver 12/909 " +Kollektion;000100991;"2020024 " +Kollektion;000100996;"Hotseller 911 912 " +Kollektion;000100998;"s.Oliver Junior 40212/004 " +Kollektion;000101000;"s.Oliver Junior 62/002 " +Kollektion;000101001;"s.Oliver Junior 64/002 " +Kollektion;000101002;"s.Oliver Junior 40412/004 " +Kollektion;000101003;"s.Oliver Junior 59/002 " +Kollektion;000101004;"s.Oliver Junior 40112/002 " +Kollektion;000101005;"s.Oliver Junior 58/002 " +Kollektion;000101018;"2020 Februar " +Kollektion;000101019;"s.Oliver 15011/899 " +Kollektion;000101021;"2020 vWM " +Kollektion;000101032;"003H " +Kollektion;000101033;"003Z " +Kollektion;000101035;"s.Oliver 12010/003 " +Bestand ;000000000;"E";05410760224281;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002505;000000000;"20190905";"75 ";000000100;000000000;000007995;000007995;000007995;1900;"0100410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760224281"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760224298;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002505;000000000;"20190905";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0100410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760224298"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760226919;000000141;00001412;141235;00001674;000000000;"AVERO ";"NAT ";000000000;000000000;000000000;"20190905";"36 ";000000100;000000000;000003495;000003495;000003495;1900;"0600410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760226919"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760226933;000000141;00001412;141235;00001674;000000000;"AVERO ";"NAT ";000000000;000000000;000000000;"20190905";"40 ";000000100;000000000;000003495;000003495;000003495;1900;"0600410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760226933"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760785881;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002505;000000000;"20190905";"75 ";000000100;000000000;000008495;000008495;000008495;1900;"0100416 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760785881"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760785935;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002505;000000000;"20190905";"80 ";000000100;000000000;000008495;000008495;000008495;1900;"0100416 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760785935"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760785966;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002525;000000000;"20190905";"80 ";000000100;000000000;000008495;000008495;000008495;1900;"0100416 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760785966"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760893258;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002515;000000000;"20190905";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0100410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760893258"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05410760893326;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002515;000000000;"20190905";"90 ";000000100;000000000;000007995;000007995;000007995;1900;"0100410 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5410760893326"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787108562;000000141;00001412;141210;00001674;000000000;"TOM ";"CAL ";000000000;000002505;000000000;"20190326";"75 ";000000100;000000000;000007495;000007495;000007495;1900;"0120826 ";000000000;000000001;000002019;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""5414787108562"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787108616;000000141;00001412;141210;00001674;000000000;"TOM ";"CAL ";000000000;000002500;000000000;"20180331";"80 ";000000100;000000000;000006995;000007495;000000000;1900;"0120826 ";000000000;000000001;000002018;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""5414787108616"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787218728;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002500;000000000;"20180331";"75 ";000000100;000000000;000008795;000008995;000000000;1900;"0100417 ";000000000;000000001;000002018;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5414787218728"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787841759;000000141;00001412;141235;00001674;000000000;"AVERO ";"NAT ";000000000;000000000;000000000;"20190905";"36 ";000000100;000000000;000004495;000004495;000004495;1900;"0500415 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5414787841759"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787841766;000000141;00001412;141235;00001674;000000000;"AVERO ";"NAT ";000000000;000000000;000000000;"20190905";"38 ";000000100;000000000;000004495;000004495;000004495;1900;"0500415 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5414787841766"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05414787841780;000000141;00001412;141235;00001674;000000000;"AVERO ";"NAT ";000000000;000000000;000000000;"20190905";"42 ";000000100;000000000;000004495;000004495;000004495;1900;"0500415 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5414787841780"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05415338457368;000000141;00001412;141210;00001674;000000000;"JANE ";"ICO ";000000000;000002505;000000000;"20181231";"75 ";000000100;000000000;000008995;000008995;000008995;1900;"0101336 ";000000000;000000098;000002018;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5415338457368"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"E";05415338712467;000000141;00001412;141210;00001674;000000000;"AVERO ";"NAT ";000000000;000002505;000000000;"20190905";"80 ";000000100;000000000;000008995;000008995;000008995;1900;"0200417 ";000000000;000000009;000002019;"000001214";"Marie Jo ";"{""EtikettMitPZ"":""5415338712467"",""EanZuIdent"":0,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499342;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""91499342"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499343;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""01499343"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499344;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""01499344"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499345;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""11499345"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499346;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""21499346"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499347;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""31499347"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499348;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""41499348"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499349;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""51499349"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499350;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""91499350"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Bestand ;000000000;"I";00000001499351;000000141;00001412;141210;00001674;000000000;"TOM ";"CHB ";000000000;000002515;000000000;"20200914";"80 ";000000100;000000000;000007995;000007995;000007995;1900;"0120828 ";000000000;000000001;000002020;"000001216";"L` Aventure ";"{""EtikettMitPZ"":""01499351"",""EanZuIdent"":5414787109743,""Vertriebskanal"":6}" +Merkmale ;000000000;"E";05410760224281;000000015;"Made in ";000000002;"Spanien " +Merkmale ;000000000;"E";05410760224298;000000015;"Made in ";000000002;"Spanien " +Merkmale ;000000000;"E";05410760893258;000000015;"Made in ";000000002;"Spanien " +Merkmale ;000000000;"E";05410760893326;000000015;"Made in ";000000002;"Spanien " +Merkmale ;000000000;"E";05415338457368;000000015;"Made in ";000000003;"Frankreich " +Merkmale ;000000000;"I";00000001499342;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499343;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499344;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499345;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499346;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499347;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499348;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499349;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499350;000000015;"Made in ";000000001;"Italien " +Merkmale ;000000000;"I";00000001499351;000000015;"Made in ";000000001;"Italien " +Material ;000000111;"Abseite " +Material ;000000112;"Aluminium " +Material ;000000113;"Amaretta " +Material ;000000114;"Ballonseide " +Material ;000000115;"Baumwolle " +Material ;000000116;"Baumwolle elastisch " +Material ;000000117;"Baumwolle Futter " +Material ;000000118;"Baumwolle glatt " +Material ;000000119;"Baumwolle Jersey " +Material ;000000120;"Baumwolle Stretch " +Material ;000000121;"Baumwolle Web " +Material ;000000122;"Baumwoll-Mischung " +Material ;000000123;"beschichtet " +Material ;000000124;"Brokat " +Material ;000000125;"BW Piqu " +Material ;000000126;"Canvas " +Material ;000000127;"Cashmere " +Material ;000000128;"Cashmere-Mischung " +Material ;000000129;"Changeant " +Material ;000000130;"Chenille/Boucl " +Material ;000000131;"Fein-Babycord " +Material ;000000132;"Cupro " +Material ;000000133;"Currly Lamb " +Material ;000000134;"Darm " +Material ;000000135;"Daune " +Material ;000000136;"Edelhaar " +Material ;000000137;"Faser " +Material ;000000138;"Federn " +Material ;000000139;"Filz " +Material ;000000140;"Flanell " +Material ;000000141;"Fleece " +Material ;000000142;"Frottee " +Material ;000000143;"Funktion " +Material ;000000144;"gewachsen " +Material ;000000145;"gewachst " +Material ;000000146;"Glanz " +Material ;000000147;"Glanzgarn " +Material ;000000148;"Glattleder " +Material ;000000149;"Gummi " +Material ;000000150;"Hirsch " +Material ;000000151;"Holz " +Material ;000000152;"Imitat " +Material ;000000153;"Jeans " +Material ;000000154;"Jersey " +Material ;000000155;"Kamelhaar " +Material ;000000156;"Kamelhaar-Mischung " +Material ;000000157;"klass. Mischung " +Material ;000000158;"Kunst " +Material ;000000159;"Kunst Ring " +Material ;000000160;"Kunststoff " +Material ;000000161;"Lack " +Material ;000000162;"Lama " +Material ;000000163;"Lama-Mischung " +Material ;000000164;"Lambswool " +Material ;000000165;"Latex " +Material ;000000166;"Leder " +Material ;000000167;"Leder glatt " +Material ;000000168;"Leinen " +Material ;000000169;"Leinenmischung " +Material ;000000170;"Loden " +Material ;000000171;"Marke " +Material ;000000172;"Marken Naturhaar " +Material ;000000173;"Markenfaser " +Material ;000000174;"Metall " +Material ;000000175;"Materialmix " +Material ;000000176;"Merino " +Material ;000000177;"Micro " +Material ;000000178;"Mischung " +Material ;000000179;"Mischung Natur " +Material ;000000180;"Mischung Synthetik " +Material ;000000181;"Mohair " +Material ;000000182;"Mustang " +Material ;000000183;"Nappa " +Material ;000000184;"Nicki " +Material ;000000185;"Nubuck " +Material ;000000186;"Nylon " +Material ;000000187;"Plastik " +Material ;000000188;"Plsch " +Material ;000000189;"Polyamid " +Material ;000000190;"Polyester " +Material ;000000191;"Popeline " +Material ;000000192;"Rippe " +Material ;000000193;"Samt " +Material ;000000194;"Samt/Nicki " +Material ;000000195;"Schaum " +Material ;000000196;"Schurwolle " +Material ;000000197;"Schurwolle-Mischung " +Material ;000000198;"Seide " +Material ;000000199;"Seide-Mischung " +Material ;000000200;"Strick " +Material ;000000201;"Stroh " +Material ;000000202;"Supplex " +Material ;000000203;"Synthetik " +Material ;000000204;"Synthetik-Web. " +Material ;000000205;"Systhetik-Elast. " +Material ;000000206;"Tactel " +Material ;000000207;"Tactel beschichtet " +Material ;000000208;"Tactel/Micro " +Material ;000000209;"Taschenfederkern " +Material ;000000210;"Tencel " +Material ;000000211;"Tonnentaschenfederkern " +Material ;000000212;"Velours " +Material ;000000213;"Velvet " +Material ;000000214;"verschweit " +Material ;000000215;"Viskose " +Material ;000000216;"Vliesfllung " +Material ;000000217;"Waschleder " +Material ;000000218;"Wasser " +Material ;000000219;"Webpelz " +Material ;000000220;"Wolle " +Material ;000000221;"Wolle Strick " +Material ;000000222;"Woll-Mischung " +Material ;000000223;"Satin " +Material ;000000224;"Biber " +Material ;000000225;"Seersucker " +Material ;000000226;"Damast " +Material ;000000227;"Batist " +Material ;000000228;"Interlock " +Material ;000000229;"Frottier " +Material ;000000230;"Finette " +Material ;000000231;"Modal " +Material ;000000232;"Lederimitat " +Material ;000000233;"Micro-Velours " +Material ;000000234;"Cow " +Material ;000000235;"Lamm " +Material ;000000236;"Pork " +Material ;000000237;"Federkern " +Material ;000000238;"Hirse " +Material ;000000239;"Dinkel " +Material ;000000240;"Kirschkern " +Material ;000000241;"Torf " +Material ;000000242;"Rsche " +Material ;000000243;"Membrane " +Material ;000000244;"Stepp " +Material ;000000245;"Microfaser siehe 177 luft aus " +Material ;000000246;"Fellbesatz " +Material ;000000247;"Strech " +Material ;000000248;"Web " +Material ;000000249;"Wirk/Jersey " +Material ;000000250;"glatt " +Material ;000000251;"Angora " +Material ;000000252;"gerauht " +Material ;000000253;"Thermo " +Material ;000000254;"Baumwolle Synthetik " +Material ;000000255;"Fancy-Cord " +Material ;000000256;"Breitcord " +Material ;000000257;"Polarskin " +Material ;000000258;"Cord " +Material ;000000259;"Acetat " +Material ;000000260;"Jute " +Material ;000000261;"PE-Mischung " +Material ;000000262;"Lurex " +Material ;000000263;"PC " +Material ;000000950;"Glas " +Material ;000000951;"Keramik " +Material ;000000952;"Porzellan " +Material ;000000953;"Steingut " +Material ;000000954;"Sand " +Material ;000000955;"Kiesel " +Material ;000000956;"Wachs " +Material ;000000957;"Rattan/ Korb/ Flecht. " +Material ;000000958;"Duft, le, Seifen " +Material ;000000959;"Kosm. le, Seifen " +Material ;000000960;"Papier/ Pappe " +Material ;000000999;"sonstige " diff --git a/src/Command/HiltesExportCommand.php b/src/Command/HiltesExportCommand.php new file mode 100644 index 0000000..0ac69ef --- /dev/null +++ b/src/Command/HiltesExportCommand.php @@ -0,0 +1,52 @@ +ordersRepository = $ordersRepository; + $this->logger = $logger; + + parent::__construct(); + } + + + protected function configure(): void + { + $this + ->addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') + ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') + ; + } + + protected function execute(InputInterface $input, OutputInterface $output): int + { + $io = new SymfonyStyle($input, $output); + + $hiltes = new Hiltes(); + + $hiltes->export('Test'); + + + $io->success('Done!'); + + return Command::SUCCESS; + } +} diff --git a/src/Command/HiltesImportCommand.php b/src/Command/HiltesImportCommand.php new file mode 100644 index 0000000..47116e3 --- /dev/null +++ b/src/Command/HiltesImportCommand.php @@ -0,0 +1,44 @@ +addArgument('arg1', InputArgument::OPTIONAL, 'Argument description') + ->addOption('option1', null, InputOption::VALUE_NONE, 'Option description') + ; + } + + protected function execute(InputInterface $input, OutputInterface $output): int + { + $io = new SymfonyStyle($input, $output); + $arg1 = $input->getArgument('arg1'); + + if ($arg1) { + $io->note(sprintf('You passed an argument: %s', $arg1)); + } + + if ($input->getOption('option1')) { + // ... + } + + $io->success('You have a new command! Now make it your own! Pass --help to see your options.'); + + return Command::SUCCESS; + } +} diff --git a/src/Command/SwGetOrdersCommand.php b/src/Command/SwGetOrdersCommand.php index 844247f..d30d912 100644 --- a/src/Command/SwGetOrdersCommand.php +++ b/src/Command/SwGetOrdersCommand.php @@ -27,7 +27,7 @@ use Vin\ShopwareSdk\Factory\RepositoryFactory; #[AsCommand( name: 'sw:get-orders', - description: 'Holt alle offenen Bestellungen von SW ab', + description: 'Holt alle offenen Bestellungen von Shopware ab', )] class SwGetOrdersCommand extends Command { diff --git a/src/Entity/Orders.php b/src/Entity/Orders.php index ee97bfc..73428ed 100644 --- a/src/Entity/Orders.php +++ b/src/Entity/Orders.php @@ -8,9 +8,10 @@ use Doctrine\ORM\Mapping as ORM; use ApiPlatform\Core\Annotation\ApiResource; #[ORM\Entity(repositoryClass: OrdersRepository::class)] +#[ORM\HasLifecycleCallbacks] #[ApiResource( - itemOperations: ["GET"], description: "Manage orders", + itemOperations: ["GET"], normalizationContext: ["groups" => "read"] )] class Orders @@ -48,7 +49,6 @@ class Orders public function setOrderId(string $order_id): self { $this->order_id = $order_id; - return $this; } @@ -60,7 +60,6 @@ class Orders public function setStatus(int $status): self { $this->status = $status; - return $this; } @@ -69,10 +68,11 @@ class Orders return $this->data; } - public function setData(array $data): self + + #[ORM\PrePersist] + public function setData(array $data): self { $this->data = $data; - return $this; } } diff --git a/src/Entity/Warehouse.php b/src/Entity/Warehouse.php index c4730c2..7a35be5 100644 --- a/src/Entity/Warehouse.php +++ b/src/Entity/Warehouse.php @@ -69,7 +69,6 @@ class Warehouse public function setPriority(int $priority): self { $this->priority = $priority; - return $this; } } diff --git a/src/Helper/Hiltes.php b/src/Helper/Hiltes.php new file mode 100644 index 0000000..774497a --- /dev/null +++ b/src/Helper/Hiltes.php @@ -0,0 +1,62 @@ +fsObject = new Filesystem(); + $this->current_dir_path = getcwd(); + + } + + + /** + * Aufbau des Dateinamens: + * WU + Datum(TTMM) + Fortlaufendenummer (x2) + “.“ +Filialnummer(x4) + * Beispieldateiname : WU220401.0001 + */ + public function createFileName() :String + { + $date = date('dm'); + $number = '01'; + $filial = '0001'; + return 'WU'.$date.$number.'.'.$filial; + } + + + public function import() + { + + } + + /** + * @param string $data + * @return void + */ + public function export(string $data) + { + + try { + + $new_file_path = $this->current_dir_path . "/hiltes/c2h/".$this->createFileName(); + + if (!$this->fsObject->exists($new_file_path)) + { + $this->fsObject->touch($new_file_path); + $this->fsObject->chmod($new_file_path, 0777); + $this->fsObject->dumpFile($new_file_path, $data); + } + } catch (IOExceptionInterface $exception) { + echo "Error creating file at". $exception->getPath(); + } + } +} diff --git a/src/Repository/OrdersRepository.php b/src/Repository/OrdersRepository.php index 0c32f41..c76e085 100644 --- a/src/Repository/OrdersRepository.php +++ b/src/Repository/OrdersRepository.php @@ -24,6 +24,12 @@ class OrdersRepository extends ServiceEntityRepository parent::__construct($registry, Orders::class); $this->validator = $validator; } + + /** + * @param Orders $entity + * @param bool $flush + * @return void + */ public function add(Orders $entity, bool $flush = false): void { @@ -39,6 +45,11 @@ class OrdersRepository extends ServiceEntityRepository } } + /** + * @param Orders $entity + * @param bool $flush + * @return void + */ public function update(Orders $entity, bool $flush = false): void { $order = $this->getEntityManager()->find(Orders::class, $entity->getId()); @@ -48,6 +59,11 @@ class OrdersRepository extends ServiceEntityRepository } } + /** + * @param Orders $entity + * @param bool $flush + * @return void + */ public function remove(Orders $entity, bool $flush = false): void { $this->getEntityManager()->remove($entity); @@ -72,11 +88,11 @@ class OrdersRepository extends ServiceEntityRepository ; } - /** - * @param $orderId - * @return Orders|null - * @throws \Doctrine\ORM\NonUniqueResultException - */ + /** + * @param $orderId + * @return Orders|null + * @throws \Doctrine\ORM\NonUniqueResultException + */ public function findOneByOrderId($orderId): ?Orders { return $this->createQueryBuilder('o')