<?php

require_once("./functions.php");

ibr_header("IMPRESSUM");
$output = '
						<table style="width: 605px;" border="0" cellpadding="0" cellspacing="0">
							<tbody class="tbody_content">
								<tr style="height: 126px;">
									<td style="text-align: right;">
										Ingenieurbüro<br />
										Burkardinerstraße<br />
										97234<br />
										Telefon<br />
										Telefax<br />
										E-Mail
									</td>
									<td style="width: 5px;">&nbsp;</td>
									<td style="width: 500px;">
										ROSEL<br />
										23<br />
										Reichenberg<br />
										+49 (0)931 6607976-0<br />
										+49 (0)931 661455<br />
										<span class="mark"><a href="mailto:' . code_this("info@ib-rosel.de") . '">' . code_this("info@ib-rosel.de") . '</a></span>
									</td>
								</tr>
								<tr style="height: 7px;"><td colspan="3">&nbsp;</td></tr>
								<tr style="height: 121px;">
									<td id="blue_line_1" colspan="3">
										Inhaltlich Verantwortlicher gemäß §6 MDStV: <b>Arno Rosel</b><br />
										<br />
										<span style="font-size: 10pt;"><span style="color: #ff0000;">Haftungshinweis:</span><br />
										Im Sinne des Urteils des Landgerichts Hamburg vom 12. Mai 1998 (AZ 312 O 85/98 - Haftung für Links) distanzieren wir uns ausdrücklich von den Inhalten aller externen Verbindungen (&quot;Links&quot;), auf die direkt oder indirekt verwiesen wird.</span>
									</td>
								</tr>
							</tbody>
						</table>';
echo $output;
ibr_footer();
?>