<?php // WebYep init WebYepV1
/* ><table><tr><td bgcolor=white><h2>WebYep meldet: Fehler, PHP inaktiv</h2>
<font color=red>Der PHP-Code in dieser Seite wird nicht durchgef&uuml;hrt!<ul>
<li>Entweder rufen Sie die Seite nicht &uuml;ber den WebServer sondern direkt
von Ihrer Festplatte aus auf (zB. mittels &quot;Voransicht im Browser&quot; im Dreamweaver).</li>
<li>Oder Sie haben der Datei nicht die richtige Dateierweiterung (extension) gegeben -
WebYep-Seiten m&uuml;ssen die Erweiterung &quot;.php&quot; aufweisen und <b>nicht</b> ".html" bzw. ".htm"!</li>
</ul></font></td></tr></table><!--
*/
$webyep_sIncludePath = "./";
$iDepth = 0;
while (!file_exists($webyep_sIncludePath . "webyep-system")) {
	$iDepth++;
	if ($iDepth > 10) {
		error_log("webyep-system Ordner nicht gefunden.", 0);
		echo "<html><head><title>WebYep</title></head><body><b>WebYep:</b> Diese Seite kann leider nicht angezeigt werden <br>Problem: Der webyep-system Ordner konnte nicht gefunden werden!</body></html>";
		exit;
	}
	$webyep_sIncludePath = ($webyep_sIncludePath == "./") ? ("../"):("$webyep_sIncludePath../");
}
if (file_exists("${webyep_sIncludePath}webyep-system/programm")) $webyep_sIncludePath .= "webyep-system/programm";
else $webyep_sIncludePath .= "webyep-system/program";
include("$webyep_sIncludePath/webyep.php");
// -->?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>Echt Italien · mittendrin · weit weg vom Alltag</title>
<meta name="Keywords" content="Ferienwohnung, Toskana-Ambiente, ursprüngliches Italien, Urlaub, Adria, Strand, Marken, renovierter Bauernhof, Relaxen, Erholung, Pool, ruhig, Natur, Flair, wandern, Weinprobe" />
</head>

<body>
<div id="wrapper">
<div id="logo"></div>
<div id="inhalt">
<div id="index-home"><img src="img/navi-de/nav-home-gross.jpg" />
<div id="index-home-text">
	<p>
	  <?php webyep_longText("hometext", false, "", true); // WebYepV1 ?>
	</p>
<div style="border:1px solid white; padding:2px; margin-right:10px;"><a  style="font-size:0.9em; color:white; text-decoration:none;" href="http://www.fewo-direkt.de/ferienwohnung-ferienhaus/p786555?uni_id=2094618" rel="nofollow" target="_blank">Hier können Sie die Bewertungen<br />unserer Gäste lesen.</a></div>	</div>
</div>
<div id="index-bild" style="left:7px"><img src="img/bilder/home.jpg" border="0" /></div>
<div id="left-1" style="left:14px"><img src="img/navi-de/fewo-inaktiv.jpg" border="0" usemap="#cascina" />
<map name="cascina" id="cascina">
  <area shape="rect" coords="9,57,61,71" href="cascina.php" target="_parent" />
<area shape="rect" coords="9,37,55,51" href="fienile.php" target="_parent" />
<area shape="rect" coords="9,17,61,31" href="cantina.php" target="_parent" />
<area shape="rect" coords="46,289,72,443" href="cantina.php" target="_parent" />
</map></div>
<div id="left-2" style="left:21px"><img src="img/navi-de/nav-kontakt-inaktiv.jpg" border="0" usemap="#anreise" />
<map name="anreise" id="anreise">
<area shape="rect" coords="9,37,65,51" href="mieten.php" target="_parent" />
<area shape="rect" coords="9,17,67,31" href="preise.php" target="_parent" />
<area shape="rect" coords="9,57,59,71" href="anfrage.php" target="_parent" />
<area shape="rect" coords="9,77,58,91" href="anreise.php" target="_parent" />
<area shape="rect" coords="44,363,71,440" href="preise.php" target="_parent" />
</map></div>
<div id="right"><img src="img/navi-de/nav-landleute.jpg" border="0" usemap="#links" />
<map name="links" id="links">
  <area shape="rect" coords="9,19,62,33" href="wir.php" target="_parent" />
<area shape="rect" coords="9,38,41,52" href="lage.php" target="_parent" />
<area shape="rect" coords="9,56,73,70" href="aktiv.php" target="_parent" />
<area shape="rect" coords="9,74,52,88" href="galerie.php" target="_parent" />
<area shape="rect" coords="9,92,45,106" href="links.php" target="_parent" />
<area shape="rect" coords="43,308,74,445" href="wir.php" target="_parent" />
</map></div>
</div>
<div id="impressum">
<div id="land-d"><img src="img/bilder/de.png" border="0" /></div>
<div id="land-i"><a href="index-it.php" target="_parent"><img src="img/bilder/it.png" border="0" /></a></div>
<div id="land-e"><a href="index-uk.php" target="_parent"><img src="img/bilder/uk.png" border="0" /></a></div>
<p><a href="impressum.php" target="_parent">Impressum</a>&nbsp;&nbsp;&nbsp;<?php webyep_logonButton(false); // WebYepV1 ?></p>
</div>
</div>
</body>
</html>
