

<!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=iso-8859-1" />
<title>Travelnostop.com</title>
 <style>
 * {
	margin: 0px;
	padding: 0px;
    }
 
 
    body {
	background-color: #FFF;
	font-family: 'Lucida sans', Arial, Helvetica;
	font-size: 13px;
	background-image: url(404/404.jpg);
	background-repeat: no-repeat;
	background-position: center top;
    }
.pqaq {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 258px;
	padding-left: 0px;
	margin-bottom: 30px;
}
.main {
	padding-left: 0px;
}
.footer {
	font-size: 11px;
	color: #666;
	line-height: 12px;
	margin-right: 100px;
}
.logos {
	padding-bottom: 10px;
}
.latestnews {
	margin-top: 50px;
	padding-bottom: 10px;
}
.blocconews {
	margin-bottom: 25px;
}
.blocconewslast {
	margin-bottom: 0px;
}
.titolonews {
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 5px;
}
.datinews {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.bolder {
	font-weight: bold;
	color: #000;
}
.categoria {
	background-color: #999;
	margin-bottom: 3px;
	margin-right: 200px;
	padding-left: 2px;
}
.txt1 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 20px;
}
    
    a {
	color: #333;
    }
    
    /*-------------------------------------*/
    
    .cf:before, .cf:after{
      content:"";
      display:table;
    }
    
    .cf:after{
      clear:both;
    }

    .cf{
      zoom:1;
    }

    /*-------------------------------------*/	
    
    .form-wrapper {
	width: 450px;
	background: #444;
	background: rgba(0,0,0,.2);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
	padding: 12px;
    }
    
    .form-wrapper input {
        width: 330px;
        height: 20px;
        padding: 10px 5px;
        float: left;    
        font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
        border: 0;
        background: #eee;
        -moz-border-radius: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;      
    }
    
    .form-wrapper input:focus {
        outline: 0;
        background: #fff;
        -moz-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        -webkit-box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
        box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    }
    
    .form-wrapper input::-webkit-input-placeholder {
       color: #999;
       font-weight: normal;
       font-style: italic;
    }
    
    .form-wrapper input:-moz-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }
    
    .form-wrapper input:-ms-input-placeholder {
        color: #999;
        font-weight: normal;
        font-style: italic;
    }    
    
    .form-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 40px;
	width: 110px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
	background-color: #436F96;
    }   
      
    .form-wrapper button:hover{
	background-color: #5E88B3;
    }	
      
    .form-wrapper button:active,
    .form-wrapper button:focus{
	background-color: #3E6086;
    }
    
    .form-wrapper button:before {
	content: '';
	position: absolute;
	top: 12px;
	left: -6px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: #45709A;
	border-bottom-color: transparent;
	border-left-color: #456D91;
    }
    
    .form-wrapper button:hover:before{
	border-right-color: #456B92;
    }
    
    .form-wrapper button:focus:before{
	border-right-color: #3F678F;
    }    
    
    .form-wrapper button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
	
	
	.form-wrapper select {
	width: 280px;
	font-size: 16px;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 40px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(404/down_arrow_select.jpg);
	background-repeat: no-repeat;
	background-position: right;
	overflow: hidden;
	text-indent: 0.01px;
	text-overflow: '';
   }
   .styled-select {
	width: 240px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #ddd;
	background-image: url(404/down_arrow_select.jpg);
	background-repeat: no-repeat;
	background-position: right;
	clear: both;
   }
    </style>
</head>

<body>
<div class="pqaq">
  <table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td width="350" valign="bottom">
      <div class="logos"><img src="404/loos.jpg" width="100" height="39" /></div>
      <div class="footer">Travelnostop&egrave; realizzato dalla Logos srl Comunicazione e Immagine diPalermo, azienda presente sul mercato della Comunicazione e del Turismodal 1983. La societ&agrave; si &egrave; da sempre caratterizzata per unaserie diservizi innovativi rivolti alle imprese, realizzando in contoproprio o per conto terzi, eventi di carattere nazionale</div>
      </td>
      <td width="8">&nbsp;</td>
      <td><div class="main">
<div class="txt1">
  <div>Puoi tornare nella <a title="blocked::http://www.travelnostop.com/index.php" href="http://www.travelnostop.com/index.php">home page   nazionale</a>, <span id="912b2887b3b140308466b62121ff3d06">utilizzare il   form per fare una ricerca nel database delle news</span> o usare il menu a   tendina in basso per leggere una delle 20 edizioni locali di   travelnostop.com</div>
</div>
  <div class="forms">
  <form action="resultquery.php?keywors=&tipo=&regione=" method="post"  class="form-wrapper cf" >
    <input name="keywords" type="text" id="keywords" placeholder="cerca nelle news..." required>
    <input name="alto" type="hidden" id="alto" value="1" />
    <button type="submit">GO!</button>
</form></div>
<div style="height:30px"></div>
  <div class="forms">
  
  <form action="indexREGIONE.php" method="get" class="form-wrapper cf">
<select name="regione" id="regione">
  <option>scegli una edizione locale...</option>
  <option value="abruzzo">Abruzzo</option>
  <option value="basilicata">Basilicata</option>
  <option value="calabria">Calabria</option>
  <option value="campania">Campania</option>
  <option value="emilia romagna">Emilia romagna</option>
  <option value="friuli venezia giulia">Friuli V. Giulia</option>
  <option value="lazio">Lazio</option>
  <option value="liguria">Liguria</option>
  <option value="lombardia">Lombardia</option>
  <option value="marche">Marche</option>
  <option value="molise">Molise</option>
  <option value="piemonte">Piemonte</option>
  <option value="puglia">Puglia</option>
  <option value="sardegna">Sardegna</option>
  <option value="sicilia">Sicilia</option>
  <option value="toscana">Toscana</option>
  <option value="trentino alto adige">Trentino A. Adige</option>
  <option value="umbria">Umbria</option>
  <option value="valle d'aosta2">Valle D'Aosta</option>
  <option value="veneto">Veneto</option>
</select>

    <button type="submit">GO!</button>
    <input name="tipo" type="hidden" id="tipo" value="news" />
  </form>
</div>

<div class="latestnews"><strong>LE ULTIME NOTIZIE DI TRAVELNOSTOP.COM</strong></div>

	<div class="blocconews">
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
		  					<td width="135" valign="top"><img src="http://www.travelnostop.com/fotonews/allegati/akmoa_ombrelloni.jpg" width="135" height="81" alt="spiagge" title="spiagge"/></td>
					  <td width="10">&nbsp;</td>
		  <td width="347" valign="top">
		  <div class="categoria">CRONACA</div>
		  <div class="titolonews"><a href="NEWS_dettaglio.php?regione=Nazionale&t=&i=115545">Al via l'estate: sulle spiagge italiane prezzi invariati</a></div>
		  <div class="datinews">pubblicata alle  <span class="bolder"> 16.13</span> nell'edizione <span class="bolder"><a href="resultquery.php?tipo=news&regione=&ir=21">Nazionale</a></span></div>
		  </td>
		</tr>
	  </table>
	</div>
	<div class="blocconews">
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
		  					<td width="135" valign="top"><img src="http://www.travelnostop.com/fotonews/allegati/tvtfd_Casa_porto_Cervo_LR.gif" width="135" height="81" alt="case vacanza lusso" title="case vacanza lusso"/></td>
					  <td width="10">&nbsp;</td>
		  <td width="347" valign="top">
		  <div class="categoria">CURIOSIT�</div>
		  <div class="titolonews"><a href="NEWS_dettaglio.php?regione=Nazionale&t=&i=115537">Case vacanze, i ricchi le scelgono per la privacy</a></div>
		  <div class="datinews">pubblicata alle  <span class="bolder"> 14.39</span> nell'edizione <span class="bolder"><a href="resultquery.php?tipo=news&regione=&ir=21">Nazionale</a></span></div>
		  </td>
		</tr>
	  </table>
	</div>
	<div class="blocconews">
	  <table width="100%" border="0" cellspacing="0" cellpadding="0">
		<tr>
		  					<td width="135" valign="top"><img src="http://www.travelnostop.com/fotonews/allegati/akmys_Valeria-Rebasti.jpg" width="135" height="81" alt="volotea" title="volotea"/></td>
					  <td width="10">&nbsp;</td>
		  <td width="347" valign="top">
		  <div class="categoria">COMPAGNIE AEREE</div>
		  <div class="titolonews"><a href="NEWS_dettaglio.php?regione=Nazionale&t=&i=115533">Volotea pronta a far rotta nelle principali destinazioni estive</a></div>
		  <div class="datinews">pubblicata alle  <span class="bolder"> 13.35</span> nell'edizione <span class="bolder"><a href="resultquery.php?tipo=news&regione=&ir=21">Nazionale</a></span></div>
		  </td>
		</tr>
	  </table>
	</div>
<div class="blocconews"></div>
      </div></td>
    </tr>
  </table>
</div>
</body>
</html>
