Produktbeschreibung:Der Einhell E-Case Schubladenkoffer ist Teil des modularen E-Case-Systems und sorgt für optimale Ordnung und Übersicht bei jedem Einsatz.Der robuste Systemkoffer lässt sich dank seines durchdachten Verriegelungssystems sicher stapeln und sogar mit Half Size E-Cases kombinieren.Er verfügt über drei stabile Schubladen: Zwei kleinere (je 5,5?cm hoch) eignen sich perfekt für Schrauben, Dübel oder andere Kleinteile, während die große untere Schublade (12,5?cm hoch) auch Platz für Elektrowerkzeuge wie Akkuschrauber oder Winkelschleifer bietet.Jede Schublade kann dabei ein Gewicht von bis zu 20 kg tragen.Insgesamt kann der Koffer mit einem Gewicht von max. 1.000 kg belastet werden.Besonders durchdacht ist der schnelle und einfache Zugriff auf den Inhalt: Auch im gestapelten Zustand lassen sich die Schubladen komfortabel öffnen.Für maximale Sicherheit sind alle Schubladen mit Verriegelungsschiebern ausgestattet, zudem ist eine Vorrichtung für ein Vorhängeschloss integriert - ideal für den sicheren Transport und perfekt als Diebstahlsicherung.Zum Lieferumfang gehören 12 praktische Sortierboxen mit Deckel für die kleinen Schubladen sowie ein Abtrenner-Set für die große Schublade.Transparente Sichtfenster ermöglichen die einfache Beschriftung der Schubladen.Der große, ergonomisch geformte Tragegriff sorgt für komfortablen Transport auch bei voller Beladung von max. 60 kg.Technische Daten:Anzahl Schubläden: 3 pcsAnzahl Sortierboxen: 12 pcsAnzahl Tragegriffe: 1 pcsBeschriftungsmöglichkeit: JaBreite außen: 322 mmBreite innen (Schublade 1): 268 mmBreite innen (Schublade 2): 268 mmBreite innen (Schublade 3): 268 mmE-Case Half-Size System: JaE-Case System: JaEinzeln abschließbar: JaHöhe außen: 340 mmHöhe innen (Schublade 1): 60 mmHöhe innen (Schublade 2): 60 mmHöhe innen (Schublade 3): 125 mmInnenleben (Schublade 1): SortierboxenInnenleben (Schublade 2): SortierboxenInnenleben (Schublade 3): TrennerLänge außen: 444 mmLänge innen (Schublade 1): 347 mmLänge innen (Schublade 2): 347 mmLänge innen (Schublade 3): 347 mmMax. Zuladung: 60 KgMax. Zuladung Schublade: 60 kgProduktgewicht: 8.3 KgVerriegelung Half-Size: JaVerriegelung Stapel: JaVorrichtung für Anhängeschloss: JaLieferumfang:1x Einhell Systemkoffer E-Case Schubladenkoffer12x Sortierboxen mit Deckel1x Trennelemente
Einhell Systemkoffer E-Case Schubladenkoffer
- Artikel-Nr.: 4540047
- EAN: 4006825684797
- Hersteller: EINHELL

159,00 €
UVP 159,95 €
inkl. MwSt., ggf. zzgl. Versandkosten
Inhalt
1 Stück
Auf Lager
const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung:"
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "04b0471c66536223451d199a9402978f");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentyone.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "04b0471c66536223451d199a9402978f");
}
Ähnliche Artikel
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});
























