<?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>Stahlwille Drehmomentschlüssel 730R/20 QUICK (96504020) - Fux Elektrowerkzeuge GmbH</title>

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

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

<style>
#s_1 {
	float:left; width:50%; display:flex; justify-content:center; align-items:center
}
#s_2 {
	height:304px; display:flex; justify-content:center; align-items:center
}

@media only screen and (max-width:630px) {
	#s_1 {
		float:inherit;
		width:100%
	}
}
</style>

</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_leer.php'); ?>

<div id="content">

<section>

	<h1>Stahlwille Drehmomentschlüssel 730R/20 QUICK (96504020)</h1>

	<article>
		<div id="s_1"><img src="images/option_stahlwille.png" width="300" height="304" alt="Stahlwille Drehmomentschlüssel 730R/20 QUICK"/></div>
		<div id="s_2">Grösse 20<br>
		Messbereich 
		40 - 200 Nm<br>
		Messbereich 30 - 145 ft·lb<br>
		Abtriebsvierkant außen 1/2&quot;<br>
		Länge 530 mm<br>
		Breite 43 - 55 mm<br>
		Höhe 14 x 18 mm<br>
		LF 435 mm</div>
	</article>

</section>

</div>

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

</body>
</html>