<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html dir="LTR" lang="de">
<head>
<title>Stecker Express Online Shop - Ihr Shop f�r Harting Stecker</title>
<link rel="shortcut icon" href="stex.ico" type="image/x-icon">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="EXPIRES" content="Sat, 31 Dec 2016 23:59:59 GMT"/>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=0.1)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=0.1)">
<!--<meta name="robots" content="index,follow">-->
<meta name="keywords" content="Stecker Express, Harting Stecker, Stecker, Express, Harting, Kabel, Leitungen, Industriesteckverbinder, Flexa, Binder, Lapp, Schrupfschlauch, Rundstecker, Sensorstecker">
<meta name="description" content="Harting Stecker bei Stecker Express Online kaufen - Online Shop f�r Harting Stecker, Phoenix Contact Reihenklemmen, Binder Stecker, Flexa Schutzschl�uche und �lflex Kabel">
<meta name="author" content="Stecker-Express GmbH">
<meta name="publisher" content="Stecker-Express GmbH">
<meta name="company" content="Stecker-Express GmbH">
<meta name="page-topic" content="Online Shop f�r Harting Stecker, Flexa Schutzschl�uche und Kabel">
<meta name="reply-to" content="info@stecker-express.de">
<meta name="distribution" content="global">
<meta name="revisit-after" content="1">
<meta name="copyright" content="XonSoft�.de - Professionelle Shopl�sungen">
<meta name="generator" content="XonSoft�.de - Powershop deLuxe 2012"><base href="https://www.stecker-express.de/">
<link rel="stylesheet" type="text/css" href="templates/xonsoft004/stylesheet.css">
<link rel="stylesheet" type="text/css" href="templates/xonsoft004/print.css" media="print">
<meta name="robots" content="INDEX,FOLLOW">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script>
<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
<script type="text/javascript">
//<![CDATA[
    window.emosTrackVersion = 2;
//]]>
</script>
<script type="text/javascript" src="js/emos2.js"></script>

<script type='text/javascript'>
//<![CDATA[
    var emospro = {};
    emospro.content = 'index.php';
    emospro.pageId = '828e0013b8f3bc1bb22b4f57172b019d';
    emospro.siteid = 'www.stecker-express.de';
    emospro.langid = 'de';
    window.emosPropertiesEvent(emospro);
//]]>
</script>
<script type="text/javascript" src="https://code.jquery.com/ui/1.9.1/jquery-ui.js"></script>
<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.4.css" media="screen">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.9.1/themes/base/jquery-ui.css">
<script type="text/javascript">
 !window.jQuery && document.write('<script src="includes/jquery-1.2.6.min.js"><\/script>');

 jQuery.noConflict();

		/* $(document).ready(function() { */
                jQuery(document).ready(function($){

			$("a.fade1").fancybox();

			$("a.elastic1").fancybox({
				'overlayShow'	: 'false',
				'transitionIn'	: 'elastic',
				'transitionOut'	: 'elastic'
			});

			$("a.none1").fancybox({
				'transitionIn'	: 'none',
				'transitionOut'	: 'none'	
			});

			$(".popup1").fancybox();

	$(".various").fancybox({
		maxWidth	: 800,
		maxHeight	: 600,
		fitToView	: false,
		width		: '70%',
		height		: '70%',
		autoSize	: false,
		closeClick	: false,
		openEffect	: 'none',
		closeEffect	: 'none'
	});
$('#piva').change(function() {
			//die whitespace die    
			$(this).val($(this).val().replace(/ /g,""));
		});

$('#shoppingcartbutton').click(function () {
    $('.inShoppingCart').fadeIn(1); 
});		
$(".shoppingcartbutton").click(function () {
    $(".inShoppingCart").fadeIn(1); 
});		

$(window).scroll(function (event) {
    var scroll = $(window).scrollTop();
    $('.inShoppingCart').css('top', scroll);
});

$("ul.sf-menu").superfish();

		});
    $(function() {
        function log( message ) {
            $( "<div>" ).text( message ).prependTo( "#log" );
            $( "#log" ).scrollTop( 0 );
        }

        $( "#menu" ).menu();

        $( "#tabs" ).tabs();

        $( "#accordion" ).accordion({
            collapsible: true
        });

        $( "#searchJQ" ).autocomplete({
            source: "autocomplete.php",
            minLength: 2,
            select: function( event, ui ) {
                log( ui.item ?
                    "Selected: " + ui.item.value + " aka " + ui.item.id :
                    "Nothing selected, input was " + this.value );
            }
        });

    });
</script>
<script type="text/javascript">
function cart_quantity_changed(){
	var quantity = document.getElementById("product_quantity");
	var standardPrice = document.getElementById("standardPrice").value;
	standardPrice = standardPrice.replace(" ", "");
	standardPrice = standardPrice.replace("EUR", "");
	standardPrice = standardPrice.replace(",", ".");
	standardPrice = parseFloat(standardPrice);
	if(!isNaN(parseFloat(quantity.value))){
		var isStaffelpreis = document.getElementById("staffelpreis").value;
		if(isStaffelpreis == "true"){
			var staffel2 = document.getElementById("staffel2").value;
			var staffel3 = document.getElementById("staffel3").value;
			
			var isStaffelpreisGross = document.getElementById("staffelpreisgross").value;
			if(isStaffelpreisGross == "true"){
				if(quantity.value>=500 && quantity.value < 1000){
					if(staffel2!=0){
						staffel2 = (staffel2 * quantity.value).toFixed(2);
						document.getElementById("endprice").textContent = staffel2.replace(".",",") + " EUR";
						document.getElementById("mitStaffel2").style.backgroundColor = "#A9E969";
						document.getElementById("mitStaffel3").style.backgroundColor = "#FFFFFF";
						document.getElementById("ohneStaffel").style.backgroundColor = "#FFFFFF";
					}
				} else if(quantity.value>=1000){
					if(staffel3!=0){
						staffel3 = (staffel3 * quantity.value).toFixed(2);
						document.getElementById("endprice").textContent = staffel3.replace(".",",") + " EUR";
						document.getElementById("mitStaffel3").style.backgroundColor = "#A9E969";
						document.getElementById("mitStaffel2").style.backgroundColor = "#FFFFFF";
						document.getElementById("ohneStaffel").style.backgroundColor = "#FFFFFF";
					}
				} else {
					standardPrice = (standardPrice * quantity.value).toFixed(2);
					document.getElementById("endprice").textContent = standardPrice.replace(".",",") + " EUR";
					document.getElementById("ohneStaffel").style.backgroundColor = "#A9E969";
					document.getElementById("mitStaffel2").style.backgroundColor = "#FFFFFF";
					document.getElementById("mitStaffel3").style.backgroundColor = "#FFFFFF";
				}
			} else{
				if(quantity.value>=25 && quantity.value < 50){
					if(staffel2!=0){
						staffel2 = (staffel2 * quantity.value).toFixed(2);
						document.getElementById("endprice").textContent = staffel2.replace(".",",") + " EUR";
						document.getElementById("mitStaffel2").style.backgroundColor = "#A9E969";
						document.getElementById("mitStaffel3").style.backgroundColor = "#FFFFFF";
						document.getElementById("ohneStaffel").style.backgroundColor = "#FFFFFF";
					}
				} else if(quantity.value>=50){
					if(staffel3!=0){
						staffel3 = (staffel3 * quantity.value).toFixed(2);
						document.getElementById("endprice").textContent = staffel3.replace(".",",") + " EUR";
						document.getElementById("mitStaffel3").style.backgroundColor = "#A9E969";
						document.getElementById("mitStaffel2").style.backgroundColor = "#FFFFFF";
						document.getElementById("ohneStaffel").style.backgroundColor = "#FFFFFF";
					}
				} else {
					standardPrice = (standardPrice * quantity.value).toFixed(2);
					document.getElementById("endprice").textContent = standardPrice.replace(".",",") + " EUR";
					document.getElementById("ohneStaffel").style.backgroundColor = "#A9E969";
					document.getElementById("mitStaffel2").style.backgroundColor = "#FFFFFF";
					document.getElementById("mitStaffel3").style.backgroundColor = "#FFFFFF";
				}
			}
		} else{
				standardPrice = (standardPrice * quantity.value).toFixed(2);
				document.getElementById("endprice").textContent = standardPrice.replace(".",",") + " EUR";
		}
	} else {
		standardPrice = (standardPrice * quantity.value).toFixed(2);
		document.getElementById("endprice").textContent = standardPrice.replace(".",",") + " EUR";
		document.getElementById("ohneStaffel").style.backgroundColor = "#A9E969";
		document.getElementById("mitStaffel2").style.backgroundColor = "#FFFFFF";
		document.getElementById("mitStaffel3").style.backgroundColor = "#FFFFFF";
	}
	
}
</script>
<style type="text/css">
 .ui-autocomplete-loading {
    background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat;
}
 .ui-menu { width: 150px; }
</style>
<script type="text/javascript" src="js/slideshow/mootools-release-1.11.js"></script>
<script type="text/javascript" src="js/slideshow/rokslideshow.js"></script>
<script type="text/javascript" src="js/easySlider1.7.js"></script>
<script src="js/login.js"></script>
<script type="text/javascript" src="js/ibox.js"></script>
<script type="text/javascript" src="ddtabmenu.js">
<script type="text/javascript">
ddtabmenu.definemenu("ddtabs4", 2) 
</script>
<script type="text/javascript" src="jquery-1.2.6.pack.js"></script>

<script type="text/javascript">
    window.cookieconsent_options = {"message":"Stecker-Express verwendet Cookies, um Ihnen den bestm�glichen Service zu gew�hrleisten. Wenn Sie auf der Seite weitersurfen stimmen Sie der <a href='information.php?pages_id=9'>Cookie-Nutzung</a> zu","dismiss":"<span class='cc_iagree'>Ich stimme zu</span> X","theme":"css/cookieconsent.style.css"};
</script>

<script type="text/javascript" src="js/cookieconsent.min.js"></script>


     
 

<script type="application/ld+json">
{
	"@context": "http://schema.org",
	"@type": "WebSite",
	"url": "https://www.stecker-express.de/",
	"potentialAction": {
		 "@type": "SearchAction",
		 "target": "https://www.stecker-express.de/advanced_search_result.php?keywords={search_term_string}",
		 "query-input": "required name=search_term_string"
	}
}
</script>

</head>
<body>
<!-- Google Tag Manager -->
<noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-P8LSFH"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P8LSFH');</script>
<!-- End Google Tag Manager -->

<div itemscope itemtype="http://schema.org/LocalBusiness" style="display: none">
	<span itemprop="name">Stecker Express GmbH</span>
        <div itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating">
            <span itemprop="ratingValue">4.91</span> /
            <span itemprop="bestRating">5.00</span> of
            <span itemprop="ratingCount">504 </span>
            <a href="https://www.trustedshops.com/buyerrating/info_X4BD03DE07D5C7F1A501B0ED24E157C67.html" title="Stecker Express GmbH - www.stecker-express.de custom reviews" target="_blank">Stecker Express GmbH - www.stecker-express.de customer reviews | Trusted Shops</a>
        </div>
    </div>


<div id="main" style="width: 1301px; text-align: center">

<div id="header" style="background-image:url(images/harting24_1.png);">      <div id="logo"><a href="https://www.stecker-express.de/index.php?SESS=j3bmli8qbnjm54o6omm9voelu6"><img src="images/stex_weiss.png" border="0" alt="Stecker-Express Online" title=" Stecker-Express Online " width="897" height="100"></a></div>

</div>

<table border="0" cellspacing="0" cellpadding="0" background="templates/xonsoft004/images/header_middle_a.gif" width="100%" height="25">
  <tr>
    <td valign="center"><table border="0" width="100%" cellspacing="0" cellpadding="2" valign="center">
  <tr>
    <td width="100%" align="center" valign="center">
<a class="downTab" style="margin-left: 280px;" href="https://www.stecker-express.de/index.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Home</a>&nbsp;|&nbsp;

<a href="https://www.stecker-express.de/account.php?SESS=j3bmli8qbnjm54o6omm9voelu6" class="downTab">Konto</a>&nbsp;|&nbsp; 

<a class="downTab" href="https://www.stecker-express.de/shopping_cart.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Warenkorb</a>   
</td>
<td>
<img src="templates/xonsoft004/images/phone_header.png"/>
	

</td>
  </tr>
</table></td>
  </tr>
      <tr>

        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10"></td>
      </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td width="300" valign="top"><table border="0" width="300" cellspacing="3" cellpadding="3">
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Suche</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText1"><form name="quick_find" action="https://www.stecker-express.de/advanced_search_result.php" method="get"><input class="field1" type="text" name="keywords" size="30" maxlength="25" style="width: -15px">&nbsp;<input type="hidden" name="SESS" value="j3bmli8qbnjm54o6omm9voelu6"><input type="image" src="templates/xonsoft004/images/buttons_german/button_quick_find.gif" onmouseover="(src='templates/xonsoft004/images/buttons_german/1button_quick_find.gif')" onmouseout="(src='templates/xonsoft004/images/buttons_german/button_quick_find.gif')" border="0" alt="Suche" title=" Suche "></form></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Produkte</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="left" class="boxText1"><div id="button">
<ul><li><a href="https://www.stecker-express.de/harting-gehaeuse-c-100.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Harting Geh�use</a></li><li><a href="https://www.stecker-express.de/harting-einsaetze-c-101.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Harting Eins�tze</a></li><li><a href="https://www.stecker-express.de/kontakte-werkzeuge-zubehoer-c-102.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Kontakte, Werkzeuge, Zubeh�r</a></li><li><a href="https://www.stecker-express.de/harting-sub-c-103.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Harting D-Sub</a></li><li><a href="https://www.stecker-express.de/rundstecker-c-104.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Rundstecker</a></li><li><a href="https://www.stecker-express.de/sensorstecker-und-leitungen-c-105.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Sensorstecker und Leitungen</a></li><li><a href="https://www.stecker-express.de/ventilstecker-c-106.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Ventilstecker</a></li><li><a href="https://www.stecker-express.de/verschraubungen-c-107.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Verschraubungen</a></li><li><a href="https://www.stecker-express.de/flexa-schutzschlaeuche-c-108.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Flexa Schutzschl�uche</a></li><li><a href="https://www.stecker-express.de/schrumpfschlauch-c-109.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Schrumpfschlauch</a></li><li><a href="https://www.stecker-express.de/cee-stecker-c-110.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; CEE Stecker</a></li><li><a href="https://www.stecker-express.de/kabel-und-leitungen-c-200.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Kabel und Leitungen</a></li><li><a href="https://www.stecker-express.de/kabelein-durchfuehrungen-c-10761.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; Kabelein / durchf�hrungen</a></li><li><a href="https://www.stecker-express.de/restposten-c-111.html?SESS=j3bmli8qbnjm54o6omm9voelu6">&#149; RESTPOSTEN</a></li></ul></div></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Neuheiten im Shop</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText1"><iframe id="datamain" src=includes/languages/german/define_own_information6.php width=209 height=250 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td></tr>          <tr>
            <td>
</td></tr>
    </table></td>
    <td width="100%" valign="top" height="100%">
              <table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox" height="100%" valign="top">
              <tr>
                <td valign="top"><table border="0" width="100%" cellspacing="0" cellpadding="3" height="100%" valign="top">
              <tr>
                <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
              </tr>
              <tr>
    <td width="100%" valign="top" height="100%" class="main" align="left">
    <table border="0" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
          <td align="center">
<a href="information.php?pages_id=22"><p><img src="images/Versandarten_Startseite.jpg"/></p></a>
<table cellspacing="1" cellpadding="1" width="750" border="0">
    <tbody>
        <tr>
            <td>&nbsp;</td>
            <td height="120" align="left">&nbsp;</td>
            <td valign="top" rowspan="2" colspan="2" align="right" style="text-align: right">&nbsp;<div class="pluspunkte"/></td>
        </tr>
        <tr>
            <td>
            <p><div class="lieferservice"/></p>
            </td>
            <td height="120" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>Schnell Lieferservice</strong></span></span></span><span style="font-family: Arial"><br />
            <span style="font-size: small"><strong>Schnell &middot; Zuverl&auml;ssig<br />
            P&uuml;nktlich bis 10 Uhr.</strong></span></span></p>
            </td>
        </tr>
        <tr>
            <td>
            <p><div class="mindestmenge" /></p>
            </td>
            <td height="120" width="50%" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>Keine Verpackungseinheiten<br />
            keine Mindestmengen</strong></span></span></span><span style="font-family: Arial"><br />
            </span><span style="font-family: Arial"><span style="font-size: small"><strong>Sie brauchen nur ein St&uuml;ck?<br />
            Wir liefern nur ein St&uuml;ck. Punkt</strong>.</span></span></p>
            </td>
            <td><div class="garantie"/></td>
            <td height="120" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>2 Jahre Garantie</strong></span></span></span><span style="font-family: Arial"><br />
            </span><span style="font-size: small"><span style="font-family: Arial"><strong>Ausnahmslos auf alle Produkte in <br />
            unserem Sortiment.</strong></span></span></p>
            </td>
        </tr>
        <tr>
            <td>
            <p><div class="mindeswertauftrag"/></p>
            </td>
            <td height="120" valign="middle" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>Kein Mindestauftragswert</strong></span></span></span><span style="font-family: Arial"><br />
            </span><span style="font-size: small"><span style="font-family: Arial"><strong>Wir liefern Ihnen auch Produkte im Euro-Bereich einzeln. Garantiert.</strong></span></span></p>
            </td>
            <td><div class="phone"/></td>
            <td height="120" align="left">
            <p><span style="font-family: Times New Roman"><span style="font-size: medium"><span style="color: rgb(204,0,51)"><strong>Kostenlos anrufen</strong></span></span></span><span style="font-family: Arial"><br />
            </span><span style="font-size: small"><span style="font-family: Arial"><strong>Aus Deutschland: </strong></span></span><span style="font-size: small"><span style="font-family: Arial"><strong>0800 750 20 20<br />
            Aus Europa: 008000 750 20 20<br />
            </strong></span></span></p>
            </td>
        </tr>
        <tr>
            <td valign="middle">
            <p><div class="tage"/></p>
            </td>
            <td height="120" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>30 Tage R&uuml;ckgaberecht</strong></span></span></span><br />
            <span style="font-size: small"><span style="font-family: Arial"><strong>Zu gro&szlig;? Zu klein? </strong></span></span><span style="font-size: small"><span style="font-family: Arial"><strong>Einfach zur&uuml;cksenden. Ohne R&uuml;cknahmekosten, versteht sich.*</strong></span></span></p>
            </td>
            <td><div class="fax"/></td>
            <td height="120" valign="middle" align="left">
            <p><span style="font-family: Times New Roman"><span style="font-size: medium"><span style="color: rgb(204,0,51)"><strong>Kostenlos faxen</strong></span></span></span><span style="font-size: medium"><span style="font-family: Arial"><br />
            </span></span><span style="font-size: small"><span style="font-family: Arial"><strong>Aus Deutschland: 0800 750 30 30<br />
            Aus Europa: 008000 750 30 30<br />
            </strong></span></span></p>
            </td>
        </tr>
        <tr>
            <td>
            <p><div class="sondergehaeuse" /></p>
            </td>
            <td height="120" align="left">
            <p><span style="font-family: Times New Roman"><span style="color: rgb(204,0,51)"><span style="font-size: medium"><strong>Harting Sondergeh&auml;use</strong></span></span></span><span style="font-family: Arial"><br />
            </span><span style="font-size: small"><span style="font-family: Arial"><strong>Mit Bohrungen nach Ihren Anforderungen. Passgenau.<br />
            Lieferzeit 1 Tag.</strong></span></span></p>
            </td>
            <td><div class="tech_hotline"/></td>
            <td height="120" align="left">
            <p><span style="color: rgb(204,0,51)"><span style="font-size: medium"><span style="font-family: Times New Roman"><strong>Kostenlose technische Hotline</strong></span></span></span><br />
            <span style="font-family: Arial"><span style="font-size: small"><strong>Probleme, Fragen?<br />
            Die geb&uuml;hrenfreie technische Hotline f&uuml;r Industriesteckverbindungen<br />
            Tel.: 0800 7839 832<br />
            Tel.: 0800 STEX TEC</strong></span></span></p>
            </td>
        </tr>
    </tbody>
</table>
<h1 style="text-align: right"><br />
&nbsp;</h1>
<p>&nbsp;</p>  </td>
        </tr>    </table></td>
      </tr>
      <tr>
        <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="20"></td>
      </tr>
    </table></td>
              </tr>
            </table>
            </td>
              </tr>
            </table>

</td>    
    <td width="200" valign="top"><table border="0" width="200" cellspacing="0" cellpadding="3">
            </td>
          </tr>
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Mein Konto</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText1">
            <table border="0" width="100%" cellspacing="0" cellpadding="0">
            <form name="login" method="post" action="https://www.stecker-express.de/login.php?action=process&amp;SESS=j3bmli8qbnjm54o6omm9voelu6">
              <tr>
                <td align="center" class="boxText1">
                  E-Mail Adresse:
                </td>
              </tr>
              <tr>
                <td align="center" class="boxText1">
                  <input class="field1" type="text" name="email_address" maxlength="96" size="25" value="" required="required">
                </td>
              </tr>
              <tr>
                <td align="center" class="boxText1">
                  Passwort:
                </td>
              </tr>
              <tr>
                <td align="center" class="boxText1">
                  <input class="field1" type="password" name="password" maxlength="40" size="25" value=""  required="required">
                </td>
              </tr>
              <tr>
                <td align="center" class="boxText1">
                  <input type="image" src="templates/xonsoft004/images/buttons_german/button_login.gif" onmouseover="(src='templates/xonsoft004/images/buttons_german/1button_login.gif')" onmouseout="(src='templates/xonsoft004/images/buttons_german/button_login.gif')" border="0" alt="Anmelden" title=" Anmelden " SSL>
                </td>
              </tr>
            </form>
            </table><BR>
          <center>
           <A CLASS="boxLink" HREF="https://www.stecker-express.de/login.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Sicheres Anmelden</A><BR>

            <img src="images/pixel_trans.gif" border="0" alt="" width="9" height="4"><BR><A CLASS="boxLink" HREF="https://www.stecker-express.de/new_account.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Registrierung</A><BR>

            <img src="images/pixel_trans.gif" border="0" alt="" width="9" height="4"><BR><A CLASS="boxLink" HREF="https://www.stecker-express.de/password_forgotten.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Passwort vergessen?</A>
           </center>
              </td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>
          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Service</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td class="boxText1"><a href="https://www.stecker-express.de/callback.php?SESS=j3bmli8qbnjm54o6omm9voelu6">R�ckruf-Service</a></td>
  </tr>
  <tr>
    <td class="boxText1"><a href="https://www.stecker-express.de/send_catalog.php?SESS=j3bmli8qbnjm54o6omm9voelu6">Katalog anfordern</a></td>
  </tr>
  <tr>
    <td class="boxText1"><table border="0" width="100%" cellspacing="0" cellpadding="1"><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=50?SESS=j3bmli8qbnjm54o6omm9voelu6">FAQ / Hilfe</a></td></tr><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=18?SESS=j3bmli8qbnjm54o6omm9voelu6">Metallnotierungen</a></td></tr><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=3?SESS=j3bmli8qbnjm54o6omm9voelu6">PayPal</a></td></tr><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=22?SESS=j3bmli8qbnjm54o6omm9voelu6">Versandinformationen</a></td></tr><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=40?SESS=j3bmli8qbnjm54o6omm9voelu6">Zertifikate</a></td></tr><tr><td class="boxText1"><a target="" href="https://www.stecker-express.de/information.php?pages_id=49?SESS=j3bmli8qbnjm54o6omm9voelu6">WhatsApp</a></td></tr></table></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr>          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">WhatsApp Service</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="center" class="boxText1"><iframe id="datamain" src=includes/languages/german/define_own_information7.php width=209 height=250 marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no></iframe></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
</td></tr>          <tr>
            <td>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td height="14" class="infoBoxHeadingMiddleA"><img src="templates/xonsoft004/images/header_left_a.gif" border="0" alt="" width="7" height="25"></td>
    <td width="100%" align="center" height="14" background="templates/xonsoft004/images/header_middle_a.gif" class="infoBoxHeadingMiddleA">Newsletter</td>
    <td height="14" class="infoBoxHeadingMiddleA" nowrap><img src="templates/xonsoft004/images/header_right_a.gif" border="0" alt="" width="7" height="25"></td>
  </tr>
</table>
<script type="text/javascript">
        function verify(form) {
           var passed = false;
           var blnRetval, intAtSign, intDot, intComma, intSpace, intLastDot, intDomain, intStrLen;

        if (form.Email){
                       intAtSign=form.Email.value.indexOf("@");
                        intDot=form.Email.value.indexOf(".",intAtSign);
                        intComma=form.Email.value.indexOf(",");
                        intSpace=form.Email.value.indexOf(" ");
                        intLastDot=form.Email.value.lastIndexOf(".");
                        intDomain=intDot-intAtSign;
                        intStrLen=form.Email.value.length;

                   if (form.Email.value == "" ) {
                      alert("Sie haben keine E-Mail-Adresse eingegeben.");
                      form.Email.focus();
                      passed = false;
                   } else if (intAtSign == -1) {
                      alert("In Ihrer E-Mail-Adresse fehlt das \"@\".");
                      form.Email.focus();
                      passed = false;
                   } else if (intComma != -1) {
                      alert("Die E-Mail-Adresse darf kein Kommata enthalten");
                      form.Email.focus();
                      passed = false;
                   } else if (intSpace != -1) {
                      alert("Die E-Mail-Adresse darf keine Leerzeichen beinhalten.");
                      form.Email.focus();
                      passed = false;
                   } else if ((intDot <= 2) || (intDomain <= 1)  || (intStrLen-(intLastDot+1) < 2)) {
                      alert("Bitte g�ltige E-Mail-Adresse eingeben.\n" + form.Email.value + " ist ung�ltig.");
                      form.Email.focus();
                      passed = false;
                   } else {
                      passed = true;
                   }
        } else {
          passed = true;
        }
        return passed;
  }
</script>
<table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBox1a">
  <tr>
    <td><table border="0" width="100%" cellspacing="0" cellpadding="1" class="infoBoxContents1a">
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
  <tr>
    <td align="left" class="boxText1"><table border="0" width="100%" cellspacing="2" cellpadding="2">
          <tr>
            <td><span class="smallText"><b>Hinweis:</b> Registrierte Benutzer melden sich hier an: <a href="https://www.stecker-express.de/account_newsletters.php?SESS=j3bmli8qbnjm54o6omm9voelu6"><u>Mein Konto</u></a></span></td>
          </tr>
          <tr>
            <td><form name="newsletter" action="https://www.stecker-express.de/newsletters_subscribe.php?SESS=j3bmli8qbnjm54o6omm9voelu6" method="post" onSubmit="return verify(this);">E-Mail Adresse:</td>
          </tr>
          <tr>
            <td><input class="field1" type="text" name="Email" value="" checked size="25" maxlength="35"><br>Name:</td>
          </tr>
          <tr>
            <td><input class="field1" type="text" name="lastname" value="" checked size="25" maxlength="35"></td>
          </tr>
          <tr>
            <td><input type="image" src="templates/xonsoft004/images/buttons_german/button_submit_form.gif" onmouseover="(src='templates/xonsoft004/images/buttons_german/1button_submit_form.gif')" onmouseout="(src='templates/xonsoft004/images/buttons_german/button_submit_form.gif')" border="0" alt="Weiter" title=" Weiter "><a href="https://www.stecker-express.de/newsletters.php?SESS=j3bmli8qbnjm54o6omm9voelu6">
            </form></td>
          </tr>
</table></td>
  </tr>
  <tr>
    <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td>
  </tr>
</table>
</td>
  </tr>
</table>
            </td>
          </tr><tr>
                    <td class="pageHeading" height="100%" valign="top">
                    </td>
                  </tr>
    </table></td>
  </tr>
</table></td>
  </tr>
</table></div>

<table cellspacing="0" cellpadding="0" width="1303" align="center" border="0">
    <tbody>
        <tr>
            <td bgcolor="#00519e" width="10">&nbsp;</td>
            <td bgcolor="#00519e" width="80">
            <div class="lieferservice_footer">&nbsp;</div>
            </td>
            <td bgcolor="#00519e" width="10">&nbsp;</td>
            <td bgcolor="#00519e" width="235">
            <h2><em><span style="font-family: Times New Roman"><span style="font-size: medium"><span style="color: rgb(255,255,255)"><strong>Schnell - Lieferservice</strong></span></span></span></em></h2>
            <p><span style="color: rgb(255,255,255)"><strong>Schnell &middot; Zuverl�ssig.<br />
            P�nktlich bis 10 Uhr.</strong></span></p>
            </td>
            <td bgcolor="#00519e" width="5">&nbsp;</td>
            <td bgcolor="#00519e" width="80">
            <div class="mindeswertauftrag_footer">&nbsp;</div>
            </td>
            <td bgcolor="#00519e" width="10">&nbsp;</td>
            <td bgcolor="#00519e" width="245">
            <h2><em><strong><span style="font-size: medium"><span style="font-family: Times New Roman"><span style="color: rgb(255,255,255)">Kein Mindestauftragswert</span></span></span></strong></em></h2>
            <p><strong><span style="color: rgb(255,255,255)">Wir liefern Ihnen auch Produkte <br />
            im Euro-Bereich. Garantiert.</span></strong></p>
            </td>
            <td bgcolor="#00519e" width="30">&nbsp;</td>
            <td bgcolor="#00519e" width="80">
            <p style="text-align: center">&nbsp;</p>
            <div class="mindestmenge_footer">&nbsp;</div>
            <p>&nbsp;</p>
            </td>
            <td bgcolor="#00519e" width="10">&nbsp;</td>
            <td bgcolor="#00519e" width="245">
            <h2><em><span style="font-family: Times New Roman"><strong><span style="font-size: medium"><span style="color: rgb(255,255,255)">Keine Verpackungseinheiten,<br />
            keine Mindestmengen</span></span></strong></span></em></h2>
            <p><strong><span style="color: rgb(255,255,255)">Sie brauchen nur ein St�ck?<br />
            Wir liefern nur ein St�ck. Punkt.</span></strong>&nbsp;</p>
            </td>
            <td bgcolor="#00519e" width="30">&nbsp;</td>
            <td bgcolor="#00519e" width="80">
            <div class="phone_footer">&nbsp;</div>
            </td>
            <td bgcolor="#00519e" width="10">&nbsp;</td>
            <td bgcolor="#00519e" width="245">
            <h2><em><span style="font-family: Times New Roman"><span style="font-size: medium"><strong><span style="color: rgb(255,255,255)">Kostenlos anrufen</span></strong></span></span></em></h2>
            <p><strong><span style="color: rgb(255,255,255)">Aus Deutschland: 0800 750 20 20<br />
            Aus Europa: 008000 750 20 20<br />
            </span></strong></p>
            </td>
        </tr>
    </tbody>
</table>
<p style="text-align: center">&nbsp;<a href="./contact.php">Kontakt</a> | <a href="./terms.php">Unsere AGB</a> | <a href="./about.php">Impressum</a> |&nbsp;<a href="./information.php?pages_id=10">Datenschutzrichtlinien</a> | <a href="./information.php?pages_id=8">Nutzungsbedingungen</a> | <a href="./information.php?pages_id=9">Websitestatistiken und Cookies</a>&nbsp;| <a href="./information.php?pages_id=17">Zahlungsarten</a>&nbsp;| <a href="./information.php?pages_id=23">Newsletterarchiv</a></p>
<p style="text-align: center">* Geschnittene Ware kann nicht zur�ckgenommen werden.</p>
<p>&nbsp;</p><br>
<div align="center" class="main"></div>
<div id="footer">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" class="smallText">
� 2016 Stecker-Express GmbH - Alle Rechte vorbehalten    </td>
  </tr>
</table>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td>
<br>
<br>
</td>
</tr>
</td>
   </tr>
</table></div>

<div id="popCart_overlay" onclick="document.getElementById('popCart').style.display='none'; document.getElementById('popCart_overlay').style.display='none'; return false;">
</div>
<div id="popCart">

</div>
	  
	 
<script type="text/javascript">
  (function () { 
    var _tsid = 'X4BD03DE07D5C7F1A501B0ED24E157C67'; 
    _tsConfig = { 
      'yOffset': '0', /* offset from page bottom */
      'variant': 'reviews', /* text, default, small, reviews, custom, custom_reviews */
      'customElementId': '', /* required for variants custom and custom_reviews */
      'trustcardDirection': '', /* for custom variants: topRight, topLeft, bottomRight, bottomLeft */
      'customBadgeWidth': '', /* for custom variants: 40 - 90 (in pixels) */
      'customBadgeHeight': '', /* for custom variants: 40 - 90 (in pixels) */
      'disableResponsive': 'false', /* deactivate responsive behaviour */
      'disableTrustbadge': 'false', /* deactivate trustbadge */
      'trustCardTrigger': 'mouseenter' /* set to 'click' if you want the trustcard to be opened on click instead */
    };
    var _ts = document.createElement('script');
    _ts.type = 'text/javascript'; 
    _ts.charset = 'utf-8'; 
    _ts.async = true; 
    _ts.src = '//widgets.trustedshops.com/js/' + _tsid + '.js'; 
    var __ts = document.getElementsByTagName('script')[0];
    __ts.parentNode.insertBefore(_ts, __ts);
  })();
</script>
</body>
</html>