<?php
//error_reporting(E_ALL ^ E_DEPRECATED); ini_set('display_errors', 1);
session_start();
include('script/variablen.php');
include('connect.php');
?>
<!DOCTYPE html>
<html lang="de-CH">
<head>

<?php include('page_meta.php'); ?>

	<title>Metabo Pick+Mix 18V: Einfach clever kombiniert. - Fux Elektrowerkzeuge GmbH</title>

<?php include('page_css.php'); ?>

	<link rel="stylesheet" href="set_sheet.css?<?php echo filemtime('set_sheet.css') ?>">

<?php include('page_script_top.php'); ?>

</head>

<?php
// WENN Cookie Admin aktiv
if ( !empty($_COOKIE["administrator"]) == 1 )
{
	echo '<body class="admin">'."\n";
}
else
{
	echo '<body oncontextmenu="return false">'."\n";
}

include('page_header.php'); ?>

<div id="content">

<section>

	<h1>Metabo Pick+Mix: Einfach clever kombiniert.&nbsp;&nbsp;&nbsp;<img src="images/icons/20_prozent_auf_basis_set.png" width="132" height="58" alt="20% Rabatt auf Basis-Set" class="middle"></h1>

	<article>
		<p>Das Metabo PICK+MIX-System steht für grenzenlose Kombinations-Freiheit.</p>
		<p><strong>Grenzenlos sicher: 3 Jahre Akkupack-Garantie</strong><br>
		Die Metabo Ultra-M-Technologie ermöglicht eine 3-Jahre-Akkupack-Garantie.<br>
		<br>
		<strong>Grenzenlos kompatibel</strong><br>
		Seit 2009 passen unsere Akkupacks zu allen Metabo Akkumaschinen und Ladegeräten derselben Voltklasse.<br>
		<br>
		<strong>Grenzenlos kombinieren</strong><br>
		Sparen Sie bares Geld: Holen Sie sich genau die Maschinen, Akkupacks, Ladegeräte und Transportmöglichkeiten, die Sie brauchen! Nicht mehr, nicht weniger.</p>
		<br>
		<div class="box_set">
		<a href="set_metabo_auswahl_18.php" class="metabo_auswahl rahmen rund rubrik"><img src="images/metabo/metabo_set_pick_and_mix.jpg" alt="Metabo Pick+Mix" width="338" height="67">
			<div class="set_text_2 navi">18 Volt Set zusammenstellen</div>
		</a>
		</div>
		<div class="box_set">
		<a href="set_metabo_auswahl_12.php" class="metabo_auswahl rahmen rund rubrik"><img src="images/metabo/metabo_set_pick_and_mix.jpg" alt="Metabo Pick+Mix" width="338" height="67">
			<div class="set_text_2 navi">12 Volt Set zusammenstellen</div>
		</a>
		</div>
	</article>

<?php include('page_last.php'); ?>

</section>

</div>

<?php include('page_footer.php'); ?>

<?php include('page_script_bottom.php'); ?>

</body>
</html>