/* STRUTTURA DEL SITO:

body
    |_CONTENITORE
    |   |__HEADER_
    |   |__LOGO1
    |
    |__NAVIGATION
    |
    |__CONTENT_
    |          |__ELENCO
    |
    |__FOOTER_
        |__ZIGZAG2 (parte bassa del francobollo) ---> tolto

*/


/*--------------------------
     STILI GENERALI
---------------------------*/

*
	{
	 margin:0 auto;
	 padding:0;
  	 font: 14px Helvetica;
	}
	
/*img     {
	  border:none;
	  }
*/

/*--------------------------
     STILI BODY
---------------------------*/

	body	{
	         text-align:center; /*centra il sito nella pagina per IE*/
		 background-image:url(image/foot1.png); /*inserisce lo sfondo diffuso */
		}



/*--------------------------
     CONTENITORE
---------------------------*/

        #contenitore {margin-top:5px } /*Stacca il sito dall'alto*/



/*--------------------------
     STILI HEADER
---------------------------*/

	#header  {
		  background: #fff666 url(image/sfon_74.png) no-repeat center;
		  width:760px;
		  height:110px;
		 }


	#logo1	{
	/*	background: url(image/campobasso_45.gif) no-repeat left;  */
		width:760px;
		height:30px;
		}




/*--------------------------
     STILI NAVIGAZIONE
---------------------------*/


	#navigation {
			 width:760px;
		       height:40px;
			 border: 1px solid #fff;
	             /*background:#C23854;*/
	            }


	#navigation ul {
			text-decoration: none;
			margin-left: 10px;
    		         }



	#navigation li {
    		         display: inline;
			   text-align: center;
			   /*text-decoration: none;*/
		         }


	#navigation a 
		       {
			float:left;
			width: 124px; /*crea la spaziatura tra i link di navigazione - ex. il pulsante e' di 111px con 115px crea 4px di spazio*/
			height: 28px;
			background: url(image/puls5.png) no-repeat;
			display: block;
			text-decoration: none;
			color: #FFFFFF;
			font-weight:bold;
			margin-left: 0px;
			margin-top: 7px;
			padding-top:4px; /*sposta la scritta (ex. TORNEI) dall'alto verso il basso nel pulsante di navigazione*/
		       }


	#navigation a:hover {
			width: 124px;
			height: 28px;
			background: url(image/puls6.png) no-repeat;
			color:#FFF;
			font-weight: bold;
				  } 




/*--------------------------
     STILI CONTENT
---------------------------*/

	#content {
		margin:0 auto;
		color:#fff;
  		margin:0 auto;
    		width:760px;
	     	text-align:left;
	  	 }
	  	 

/*-------------------------------
     STILI ELENCO DI INDEX.HTM
--------------------------------*/

#elenco ul 
	{
	margin-left:20px;
	}

#elenco li 
	{
	margin-left:25px;
	padding-top:5px;
	}






/*--------------------------
     STILI DELL'ITALIA
---------------------------*/


DIV#italia
          {position: absolute;
           width: 160px;
           height: 200px;
           margin-left: 550px;
           margin-top: -40px;
           overflow: hidden;
           z-index:1;
          }



	      	    	    
/*--------------------------
     STILI FOOTER
---------------------------*/

      DIV#footer {
		       background:url(image/puls1.png) repeat-x top;
		       width:760px;
		       height:80px;
		       color:#ffffff;
		       font-weight:bold;

		      }


