<?php
$current_page = basename($_SERVER['PHP_SELF'],".php");
 include('menu_oben.php');
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>EVIAC</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
@import url(eviac.css);
-->
</style>
</head>
<body>
<div id="container">
<div id="head"><div id="bildobenlinks"><img src="images/headset.jpg" width="281" height="212" /></div>
<div id="logo"><img src="images/logo.gif" /></div>

<div id="menu"><? echo $navi; ?>

</div>
</div>
<div id="head2"><img src="images/head2leiste.gif" /></div>
<div id="left">
 <div id="navcontainer"> 
<p></p>
<? include("menu_links.php"); ?>
</div>
<div id="notruf"> <img src="images/hoerer.gif" /> <strong>Sie haben Fragen..</strong><br />
  zum Unternehmen oder zu unseren Produkten und Dienstleistungen?<br />
  <h3>Tel. 0800 9048900*</h3>
  *Kostenlos aus dem Festnetz</div>
</div>
<div id="content">
<h1>Willkommen bei EVIAC</h1>
<table width="500" border="0" cellpadding="0" cellspacing="10">
  <tr valign="top">
    <td width="163"><img src="images/engineering.jpg" border="1" /></td>
    <td width="443"><h2>Engineering </h2>
      Produktrecherche oder technisches Personal f&uuml;r Ihre Projekte ... </td>
  </tr>
  <tr valign="top">
    <td><img src="images/video.jpg" width="155" height="55" border="1" /></td>
    <td><h2>Video</h2>
      &Uuml;berwachung eines Parkplatzes oder Ihres kompletten Firmengel&auml;ndes ... </td>
  </tr>
  <tr valign="top">
    <td><img src="images/internet.jpg" alt="Internet ADSL, SDSL, UMTS, W-Lan, Internetzugang" width="155" height="55" border="1" /></td>
    <td><h2>Internet</h2>
      ADSL, SDSL, UMTS, W-Lan, Internetzugang wo Sie Ihn brauchen ... </td>
  </tr>
  <tr valign="top">
    <td><img src="images/audio.gif" border="1"  /></td>
    <td><h2>Audio</h2>
      <p>Beschallung von Ladenlokalen, Gastronomie Objekten, damit es gut klingt&hellip;..</p></td>
  </tr>
  <tr valign="top">
    <td><a href="produkte.php#installation_telefonanlagen"><img src="images/communication.jpg" alt="Installation Telefonanlagen - Voice over IP, CTI, Headsts" width="155" height="55" class="imgborder" /></a></td>
    <td><h2>Communication</h2>
      <p>Voice over IP, CTI, Headsets, einfacher und stressfreier telefonieren&hellip;.. </p></td>
  </tr>
</table>
</div>
<div id="foot">
<p><? include("footer.php"); ?></p>
</div>
</div>
</body>
</html>