ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>The house and its surroundings</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- a:link { text-decoration: none; } a:visited { text-decoration: none; } a:hover { text-decoration: none; } a:active { text-decoration: none; } body,td,th { font-family: Times New Roman, Times, serif; } body { background-image: url(images/sfondo_a.jpg); } .Stile8 {color: #008F37} .Stile11 { font-family: "Times New Roman", Times, serif; font-style: italic; font-weight: bold; color: #008F37; } .Stile19 { font-family: "Times New Roman", Times, serif; font-weight: bold; font-style: italic; font-size: 13px; } .Stile24 {font-family: Arial, Helvetica, sans-serif} a { font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; } .sopra { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #F8E69E; cursor: hand; } .Stile1 {font-size: 24px} .Stile2 {font-size: 14px} .sopraCopia { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; font-weight: bold; color: #F8E69E; cursor: hand; } .Stile25 {font-size: 12pt} --> </style> <script language="JavaScript"> fadeColor = "#01EDAD"; stepIn = 25; stepOut = 25; autoFade = true; sloppyClass = false; macCompat = false; hexa = new makearray(16); for(var i = 0; i < 10; i++) hexa[i] = i; hexa[10]="a"; hexa[11]="b"; hexa[12]="c"; hexa[13]="d"; hexa[14]="e"; hexa[15]="f"; document.onmouseover = domouseover; document.onmouseout = domouseout; fadeColor = dehexize(fadeColor.toLowerCase()); var fadeId = new Array(); function dehexize(Color){ var colorArr = new makearray(3); for (i=1; i<7; i++){ for (j=0; j<16; j++){ if (Color.charAt(i) == hexa[j]){ if (i%2 !=0) colorArr[Math.floor((i-1)/2)]=eval(j)*16; else colorArr[Math.floor((i-1)/2)]+=eval(j); } } } return colorArr; } function domouseover() { if(document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { if (!srcElement.startColor) { srcElement.startColor = (srcElement.style.color)? srcElement.style.color: srcElement.currentStyle.color; srcElement.startColor = dehexize(srcElement.startColor.toLowerCase()); } var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(srcElement.startColor,fadeColor,link,stepIn); else if (macCompat) alert("Error: Mac Compatility mode enabled, but link has no name."); } } } function domouseout() { if (document.all){ var srcElement = event.srcElement; if ((srcElement.tagName == "A" && autoFade && srcElement.className != "nofade") || srcElement.className == "fade" || (sloppyClass && srcElement.className.indexOf("fade") != -1)) { var link = (macCompat? srcElement.name: srcElement.uniqueID); if (link) fade(fadeColor,srcElement.startColor,link,stepIn); } } } function makearray(n) { this.length = n; for(var i = 1; i <= n; i++) this[i] = 0; return this; } function hex(i) { if (i < 0) return "00"; else if (i > 255) return "ff"; else return "" + hexa[Math.floor(i/16)] + hexa[i%16]; } function setColor(r, g, b, element) { var hr = hex(r); var hg = hex(g); var hb = hex(b); element.style.color = "#"+hr+hg+hb; } function fade(s,e,element,step) { var sr = s[0]; var sg = s[1]; var sb = s[2]; var er = e[0]; var eg = e[1]; var eb = e[2]; if (fadeId[0] != null && fade[0] != element && eval(fadeId[0])) { var orig = eval(fadeId[0]); setColor(orig.startColor[0],orig.startColor[1],orig.startColor[2],orig); var i = 1; while(i < fadeId.length) { clearTimeout(fadeId[i]); i++; } } for(var i = 0; i <= step; i++) { fadeId[i+1] = setTimeout("setColor(Math.floor(" +sr+ " *(( " +step+ " - " +i+ " )/ " +step+ " ) + " +er+ " * (" +i+ "/" + step+ ")),Math.floor(" +sg+ " * (( " +step+ " - " +i+ " )/ " +step+ " ) + " +eg+ " * (" +i+ "/" +step+ ")),Math.floor(" +sb+ " * ((" +step+ "-" +i+ ")/" +step+ ") + " +eb+ " * (" +i+ "/" +step+ ")),"+element+");",i*step); } fadeId[0] = element; } </script> </head> <body> <table width="766" height="970" border="0" align="center" cellpadding="1" cellspacing="1"> <tr> <td height="145" colspan="4"><img src="images/Green.jpg" width="779" height="143"></td> </tr> <tr> <td height="20"><div align="center" class="Stile8"> <div align="center"> <SCRIPT language=JavaScript> oggi = new Date(); num = oggi.getDate(); gio = oggi.getDay(); mes = oggi.getMonth() ; anno = oggi.getYear(); var datadioggi; if (gio == 0) gioX = "Dom"; if (gio == 1) gioX = "Lun"; if (gio == 2) gioX = "Mar"; if (gio == 3) gioX = "Mer"; if (gio == 4) gioX = "Gio"; if (gio == 5) gioX = "Ven"; if (gio == 6) gioX = "Sab"; if (mes == 0) mesX = "Gennaio"; if (mes == 1) mesX = "Febbraio"; if (mes == 2) mesX = "Marzo"; if (mes == 3) mesX = "Aprile"; if (mes == 4) mesX = "Maggio"; if (mes == 5) mesX = "Giugno"; if (mes == 6) mesX = "Luglio"; if (mes == 7) mesX = "Agosto"; if (mes == 8) mesX = "Settembre"; if (mes == 9) mesX = "Ottobre"; if (mes == 10) mesX = "Novembre"; if (mes == 11) mesX = "Dicembre"; datadioggi = gioX + " " + num + " " + mesX + " " + anno; document.write(datadioggi); </SCRIPT> </div> </div> <div align="center"></div></td> <td height="20" colspan="3"><div align="right"><img src="images/Linea.jpg" width="360" height="18" border="0" usemap="#Map"> <map name="Map"> <area shape="rect" coords="52,3,122,14" href="../index.html" target="_self"> <area shape="rect" coords="169,3,236,15" href="indexIng.html" target="_self"> <area shape="rect" coords="284,3,346,15" href="../Ger/indexGer.html" target="_parent"> </map> </div></td> </tr> <div id="divDescription"><!--Div vuoto--></div> <tr> <td width="158" rowspan="2" align="left" valign="top"><table width="146" height="760" border="0" align="left" cellpadding="1" cellspacing="1"> <tr> <td height="25" colspan="2" bgcolor="#008F37"><img src="images/imagemenu.jpg" width="154" height="64"></td> </tr> <tr> <td height="0" colspan="2" bgcolor="#008F37"><div align="left"></div></td> </tr> <tr> <td width="28" height="28" align="center" valign="middle" bgcolor="#008F37"><div align="center" class="Stile34"><img src="images/Home.jpg" width="28" height="28"></div></td> <td width="124" height="28" bgcolor="#008F37" class="sopra"><div align="center" class="link Stile24 Stile34"><strong><a href="indexIng.html" target="_parent" class="sopra">Home Page</a></strong></div></td> </tr> <tr> <td height="28" align="center" valign="middle" bgcolor="#008F37"><img src="images/Dove.jpg" width="28" height="28"></td> <td height="28" bgcolor="#008F37" class="sopra"><div align="center" class="link Stile24 Stile34"><strong><a href="doveIng.htm" target="_parent" class="sopra">Where</a></strong></div></td> </tr> <tr> <td height="28" align="center" valign="middle" bgcolor="#008F37"><img src="images/Casa.jpg" width="28" height="28"></td> <td height="28" bgcolor="#008F37" class="sopra"><div align="center" class="link Stile24 Stile34"><strong><a href="casaIng.htm" target="_self" class="sopra">The House</a> </strong></div></td> </tr> <tr> <td height="28" align="center" valign="middle" bgcolor="#008F37"><img src="images/Vivere.jpg" width="28" height="28"></td> <td height="28" bgcolor="#008F37" class="sopra"><div align="center" class="sopra"><a href="soggiornoIng.htm" target="_parent" class="sopra">The Stay</a></div></td> </tr> <tr> <td height="28" align="center" valign="middle" bgcolor="#008F37"><img src="images/Escursioni.jpg" width="28" height="28"></td> <td height="28" bgcolor="#008F37" class="sopra"><div align="center" class="link Stile24 Stile29"> <div align="center" class="sopraCopia"><a href="luoghiIng.htm" target="_parent" class="sopraCopia">Places and excursion</a></div> </div></td> </tr> <tr> <td height="28" align="center" valign="middle" bgcolor="#008F37"><img src="images/contattiico.jpg" width="28" height="28"></td> <td height="28" bgcolor="#008F37" class="sopra"><div align="center" class="link Stile24 Stile34"><strong><a href="contattiIng.htm" target="_parent" class="sopra">Contacts</a></strong></div></td> </tr> <tr> <td height="483" colspan="2" bgcolor="#008F37"><p align="center" class="Stile34"><img src="images/campana.jpg" width="40" height="65"></p> <p class="Stile34">&nbsp;</p> <p class="Stile34">&nbsp;</p> <p class="Stile34">&nbsp;</p> </td> </tr> </table></td> <td width="50" height="34"><div align="center"><span class="Stile11"><img src="images/4.gif" width="31" height="27"></span> </div></td> <td width="530" height="34"><div align="center"></div> <table width="512" height="29" border="1" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="508" height="21" bordercolor="#008F37"><div align="center" class="Stile11"></div> <div align="center"><span class="Stile11"><span class="Stile1"><a name="top"></a>The house and its surroundings</span> </span></div></td> </tr> </table> <div align="center"></div></td> <td width="32"><div align="center"><span class="Stile11"><img src="images/4.gif" width="31" height="27"></span></div></td> </tr> <tr> <td height="706" colspan="3" align="center" valign="top"><table width="597" height="685" border="0" align="center" cellpadding="1" cellspacing="1" id="dove1"> <tr> <td width="159" class="Stile4">&nbsp;</td> <td width="1" class="Stile4">&nbsp;</td> <td height="1" colspan="2" class="Stile4"><div align="justify"> <p>&nbsp;</p> </div></td> <td colspan="3" class="Stile4">&nbsp;</td> </tr> <tr> <td height="114" align="center" class="Stile2"><a href="images/Foto1.jpg" target="_blank"><img src="images/Foto1_small.jpg" alt="Click to magnify" width="115" height="113" border="0" align="middle"></a></td> <td align="center" class="Stile2">&nbsp;</td> <td colspan="5" class="Stile2"><div align="justify" class="Stile4 Stile2"> <div align="justify">It is a large three-storey building (plus the ground floor) completely restructured and made functional to provide hospitality for 15-20 persons. It comprises five bedrooms, two kitchens with a fireplace and wood-burning stove, three bathrooms, a study-library with nature workshop equipped with a computer connected to the Internet and also a living room for meetings, meditation or other activities.</div> </div></td> </tr> <tr> <td align="center" class="Stile2">&nbsp;</td> <td align="center" class="Stile2">&nbsp;</td> <td height="21" colspan="2" class="Stile2"><div align="justify"></div></td> <td colspan="3" class="Stile2">&nbsp;</td> </tr> <tr> <td height="120" colspan="6" align="center" class="Stile2"><div align="justify"> <p>The geo-biological survey carried out on the house by experts has indicated the absence of harmful radiations, while the vicinity presents areas with energy levels that are considered exceptional. The whole site has therefore been classified as being of high therapeutic value, particularly favourable for rest, concentration and meditation. The water used comes partly from a spring and is rich in calcium and magnesium, making it particularly precious for various vital processes.</p> </div> </td> <td width="134" align="right" valign="middle" class="Stile2"><div align="right"></div> <div align="center"><a href="images/internocasa.JPG" target="_blank"><img src="images/internocasaSmall.jpg" alt="Click to magnify" width="88" height="118" border="0" align="middle"></a></div></td> </tr> <tr> <td align="center" class="Stile2">&nbsp;</td> <td class="Stile2">&nbsp;</td> <td height="21" colspan="2" class="Stile2"><div align="justify"></div></td> <td colspan="3" class="Stile2">&nbsp;</td> </tr> <tr> <td rowspan="3" align="center" class="Stile2"><a href="images/CameraLetto.JPG" target="_blank"><img src="images/CameraLettoSmall.jpg" alt="Click to magnify" width="146" height="110" border="0"></a></td> <td class="Stile2">&nbsp;</td> <td colspan="5" rowspan="3" class="Stile2"><div align="justify"></div> <div align="justify"><span class="Stile2"></span></div> <div align="justify">The property covers a site of 4.3 hectares, with large chestnut woods, orchards and meadows, as well as various terraces where vegetables are grown, small fruits and kiwis, vines, a lawn and garden. Besides organically grown vegetables and fruit, delicious jams are made from small fruits. Fragrant fruit juices are made from the green and black grapes. Excellent honey is produced from a small group of hives.</div></td> </tr> <tr> <td height="21" class="Stile4">&nbsp;</td> </tr> <tr> <td height="40" class="Stile2">&nbsp;</td> </tr> <tr> <td class="Stile2">&nbsp;</td> <td class="Stile4">&nbsp;</td> <td height="17" colspan="2" class="Stile4"><div align="justify"></div></td> <td colspan="3" class="Stile4">&nbsp;</td> </tr> <tr> <td height="17" colspan="4" class="Stile2"><div align="justify">A small lake fed with pure water from a stream offers the possibility of irrigating most of the crops. The water is also used to fill a small swimming pool in a  solarium where it is possible to enjoy to the full the dry climate and the strong sun often present even in the winter months. Various paths and mule tracks invite visitors to take long walks in the solitude of the woods, up towards the high mountains or along the valley and its crystal-clear river.</div></td> <td colspan="3" class="Stile2"><div align="center"><a href="images/Piantina.jpg" target="_blank"><img src="images/Piantina_small.jpg" alt="Click to magnify" width="114" height="118" border="0"></a></div></td> </tr> <tr> <td class="Stile2">&nbsp;</td> <td class="Stile4">&nbsp;</td> <td height="17" class="Stile4"><div align="justify"></div></td> <td height="17" colspan="4" class="Stile4">&nbsp;</td> </tr> <tr> <td height="106" valign="top" class="Stile2"><div align="center"><a href="images/pianoterra.jpg" target="_blank"><img src="images/pianoterrasmall.jpg" alt="Click to magnify" width="134" height="105" border="0"></a></div></td> <td height="106" valign="top" class="Stile2">&nbsp;</td> <td width="143" class="Stile2"><div align="justify"></div> <div align="right"><a href="images/primopiano.jpg" target="_blank"><img src="images/primopianosmall.jpg" alt="Click to magnify" width="133" height="104" border="0" align="top"></a></div></td> <td width="136" class="Stile2"><div align="right"><a href="images/pianosecondo.jpg" target="_blank"><img src="images/pianosecondosmall.jpg" alt="Click to magnify" width="121" height="103" border="0"></a></div></td> <td width="3" class="Stile2">&nbsp;</td> <td colspan="2" class="Stile2"><a href="images/pianoterzo.jpg" target="_blank"><img src="images/pianoterzosmall.jpg" alt="Click to magnify" width="121" height="103" border="0"></a></td> </tr> <tr> <td class="Stile2">&nbsp;</td> <td class="Stile4">&nbsp;</td> <td height="21" colspan="2" class="Stile4"><div align="center" class="Stile11"><strong><a href="casaIng.htm" target="_top" class="Stile8">^Up</a></strong></div></td> <td colspan="3" class="Stile4">&nbsp;</td> </tr> </table></td> </tr> <tr> <td height="20" colspan="4"><img src="images/LineaSotto.jpg" width="780" height="18"></td> </tr> <tr class="Stile19"> <td height="18" colspan="4"><div align="center">I Calmi - Via Oliero di Sopra, 50B - 36020 Valstagna (VI), Veneto, Italia - Tel./ Fax : 0039.049.603269 Cell. : 338.1422614</div></td> </tr> <tr class="Stile19"> <td height="18" colspan="4"><div align="center" class="Stile19"> <p align="center" class="Stile36"><a href="indexIng.html" target="_parent">http://www.aicalmi.it</a> - <a href="mailto:"></a> </p> </div></td> </tr> </table> </body> </html>