Vom Fachmann für dein Motorrad
Bremskolben Reparatur-Satz für Brembo P2 09 / 48mm
Moto Guzzi 1000 California 2 (948 ccm, 1982 – 1987)
Moto Guzzi 1000 SP 1 (948 ccm, 1978 – 1983)
Moto Guzzi 850 LM 3 (844 ccm, 1981 – 1983)
Moto Guzzi 850 T3 (844 ccm, 1975 – 1982)
Moto Guzzi 850 T3 Cali. (844 ccm, 1975 – 1983)
Moto Guzzi 850 T3 Carabinieri (850 ccm, 1986 – )
Moto Guzzi 850 T3 Germania (850 ccm, 1975 – )
Moto Guzzi 850 T3 Polizia (850 ccm, 1983 – )
Moto Guzzi 850 T4 (844 ccm, 1980 – 1982
42,90€
Nur noch 2 vorrätig
- Hersteller: SD-Tec
- Produktart: Bremskolben Reparatur-Satz
- Passend für: Brembo P2 09 Bremssättel mit 48 mm Kolbendurchmesser
- Anwendungsbereich: Motorrad-Bremssysteme
- Material: Hochwertige Komponenten für den Einsatz im Bremsbereich
- Verpackungseinheit: Reparatursatz für einen Bremssattel
Der Bremskolben Reparatur-Satz von SD-Tec ist speziell für die Wartung und Instandsetzung von Brembo P2 09 Bremssätteln mit einem Kolbendurchmesser von 48 mm konzipiert. Er ermöglicht eine zuverlässige Überholung des Bremskolbens und sorgt so für die Wiederherstellung der optimalen Funktion des Bremssystems.
Vorteile auf einen Blick
Der Reparatur-Satz bietet zahlreiche Vorteile für die fachgerechte Instandhaltung von Motorrad-Bremssätteln.
- Passgenaue Komponenten für Brembo P2 09 (48 mm)
- Langlebige Materialien für hohe Belastbarkeit
- Einfache Anwendung bei Wartung und Reparatur
- Kosteneffiziente Alternative zum Austausch des gesamten Bremssattels
Technische Daten
Die wichtigsten Merkmale im Überblick:
- Kompabilität: Für Brembo P2 09 Bremssättel mit 48 mm Kolbendurchmesser geeignet
- Satz enthält alle notwendigen Dichtungen und Führungen zur Überholung eines Kolbens
- Materialien abgestimmt auf den Einsatz im hydraulischen Bremsbereich
- Einfache Montage, keine Spezialwerkzeuge erforderlich (je nach Ausführung)
Einsatzbereiche
Typischerweise wird dieser Reparatur-Satz im Bereich Motorradtechnik eingesetzt. Zielgruppen sind Werkstätten, Fachbetriebe sowie private Anwendende, die Wartungs- oder Instandsetzungsarbeiten an Motorrädern mit entsprechenden Brembo-Bremssätteln durchführen.
Lieferumfang
- Dichtungen und Führungen zur Überholung eines Bremskolbens (für einen Sattel)
- Anleitung zur Montage (je nach Ausführung)
- Hinweis: Der Lieferumfang kann je nach Ausführung variieren. Bitte vorab Kompatibilität prüfen.
FAQ
Für welche Modelle ist der Satz geeignet?
Der Reparatur-Satz ist passend für alle Motorräder mit verbauten Brembo P2 09 Bremssätteln und einem Kolbendurchmesser von 48 mm. Angaben können je nach Modelljahr abweichen.
Müssen Spezialwerkzeuge verwendet werden?
In der Regel ist keine Spezialausrüstung erforderlich. Standard-Werkstattwerkzeuge genügen meist.
Sind alle benötigten Dichtungen enthalten?
Der Satz enthält laut Hersteller alle relevanten Dichtungen und Führungen zur Überholung eines Kolbens.
Können auch Laien den Einbau vornehmen?
Die Montage ist grundsätzlich einfach gehalten, es wird jedoch empfohlen, Arbeiten am Bremssystem nur mit entsprechender Fachkenntnis durchzuführen.
Bietet das Produkt eine Garantie?
Garantiebedingungen sind herstellerabhängig und können je nach Anbieter variieren.
Alle Angaben ohne Gewähr.
Moto Guzzi 1000 California 2 (948 ccm, 1982 – 1987)
Moto Guzzi 1000 SP 1 (948 ccm, 1978 – 1983)
Moto Guzzi 850 LM 3 (844 ccm, 1981 – 1983)
Moto Guzzi 850 T3 (844 ccm, 1975 – 1982)
Moto Guzzi 850 T3 Cali. (844 ccm, 1975 – 1983)
Moto Guzzi 850 T3 Carabinieri (850 ccm, 1986 – )
Moto Guzzi 850 T3 Germania (850 ccm, 1975 – )
Moto Guzzi 850 T3 Polizia (850 ccm, 1983 – )
Moto Guzzi 850 T4 (844 ccm, 1980 – 1982
Waller See 11
38179 Schwülper
Niedersachsen Deutschland
info@stein-dinse.com
Verwandte Produkte

<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Dichtsatz Brembo Bremssattel P4 32 Ducati Monster 696 796 1100 Hypermotard 796 1100 848 Multistrada 1200
Ducati Monster 696 796 1100 / 1100 EVO Ducati Hypermotard 796 1100 / 1100 EVO…
49,00€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Bremsleitung hinten Ducati Monster S2R 800 1000 S4R S4RS
Hersteller: Ducati Artikelnummer: 61940351A Produktart: Bremsleitung hinten Farbe: Schwarz (je nach Ausführung) Material: Hochwertiges Hydraulikschlauchmaterial…
63,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Ducati Sicherungsblech Bremssattel P4 Radial M50 1098 Monster Panigale Multistrada etc
Hersteller: Ducati Artikelnummer: 61240371A Produktart: Sicherungsblech für Bremssattel Passend für: Radialbremssättel P4, M50 Typische Modelle:…
20,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>
<?php // Obtener el ID del producto actual $product_id = get_the_ID(); // Obtener todas las imágenes de la galería del producto $product_gallery = get_post_meta( $product_id, '_product_image_gallery', true ); // Obtener el enlace del producto $product_link = get_permalink( $product_id ); // Si la galería no está vacía, obtener la primera imagen de la galería if ( $product_gallery ) { $gallery_images = explode( ',', $product_gallery ); $first_image_id = $gallery_images[0]; $image_url = wp_get_attachment_image_src( $first_image_id, 'full' ); } else { // Si no hay imágenes en la galería, obtener la imagen principal del producto $image_id = get_post_thumbnail_id( $product_id ); $image_url = wp_get_attachment_image_src( $image_id, 'full' ); } // Mostrar la imagen con enlace al producto if ( $image_url ) { $image_width = $image_url[1]; $image_height = $image_url[2]; echo '<img src="' . esc_url( $image_url[0] ) . '" alt="' . esc_attr( get_the_title() ) . '" width="' . esc_attr( $image_width ) . '" height="' . esc_attr( $image_height ) . '" loading="lazy" aria-hidden="true">'; } ?><?php global $product; if (!$product->is_in_stock()) { $showText = '<span class="out">Out of stock</span>'; echo $showText; } if ($product->is_on_sale() && $product->get_type() !== 'grouped'){ if ( $product->get_type() == 'variable' ) { $vars = $product->get_available_variations(); $var_cero = $vars[0]['variation_id']; $variable_product = wc_get_product($var_cero); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent_max = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent_max = 0; } $cont_percent = 0; foreach ($vars as $varID) { $variable_product = wc_get_product($varID['variation_id']); $regular_price = $variable_product->get_regular_price(); $sale_price = $variable_product->get_sale_price(); if($sale_price){ $percent = round((($regular_price - $sale_price) / $regular_price) * 100); } else { $percent = 0; } if($percent_max != $percent){ if($percent_max > $percent){ $percent_max = $percent_max; } else { $percent_max = $percent; } } else { $cont_percent++; } #echo $regular_price." - ".$sale_price."%".$percent_max."<br>"; } if($cont_percent == count($vars)){ $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent_max. '%</span>'; } else { $showText = '<span class="onsale">'. __('Up to -', 'woocommerce' ). $percent_max. '%</span>'; } } else { $regular_price = $product->get_regular_price(); $sale_price = $product->get_sale_price(); $percent = round((($regular_price - $sale_price) / $regular_price) * 100); $showText = '<span class="onsale">'. __('-', 'woocommerce' ). $percent . '%</span>'; } echo $showText; } ?>Feder Fußbremshebel Rückholfeder Ducati Monster 696 796 1100 EVO
Ducati Monster 696 796 1100 EVO Ducati Desmosedici
16,90€
<?php if (!function_exists('show_quantity')) { function show_quantity() { global $product; // Verificar si el producto no es variable, está en stock y no tiene precio vacío if ($product && !$product->is_type('variable') && !$product->is_type('grouped') && $product->is_in_stock() && !empty($product->get_price())) { return true; } else { return false; } } } ?>

Dichtsatz Brembo Bremssattel P4 32 Ducati Monster 696 796 1100 Hypermotard 796 1100 848 Multistrada 1200
Ducati Monster 696 796 1100 / 1100 EVO Ducati Hypermotard 796 1100 / 1100 EVO...
49,00€

Bremsleitung hinten Ducati Monster S2R 800 1000 S4R S4RS
Hersteller: Ducati Artikelnummer: 61940351A Produktart: Bremsleitung hinten Farbe: Schwarz (je nach Ausführung) Material: Hochwertiges Hydraulikschlauchmaterial...
63,90€

Ducati Sicherungsblech Bremssattel P4 Radial M50 1098 Monster Panigale Multistrada etc
Hersteller: Ducati Artikelnummer: 61240371A Produktart: Sicherungsblech für Bremssattel Passend für: Radialbremssättel P4, M50 Typische Modelle:...
20,90€

Feder Fußbremshebel Rückholfeder Ducati Monster 696 796 1100 EVO
Ducati Monster 696 796 1100 EVO Ducati Desmosedici
16,90€










