/* By NexBra url: www.nexnova.net*/

body { 
  margin: 0; 
  padding: 0; 
  background: #262626; 
}
  

* {margin: 0; padding: 0; border: 0; font-family: "Trebuchet MS", Arial, sans-serif; }


/*------------stile di base------------*/

p, h1, h2, h3, span#copyright, span#design, span#indirizzo{ 
  margin: 0 10px; 
  color: #fff; 
  font-weight: normal; 
  text-decoration: none; 
  background: transparent 
}

p {
	font-size: 0.8em;
	line-height: 1.7em;
	text-align: justify;
}
h1 { font-size: 1.3em; line-height: 1.4em; letter-spacing: 0.25em }	
h2 { font-size: 1.1em; line-height: 1.5em; color: #FFCC00 }	
h3 { font-size: 1.0em; line-height: 1.4em; color: #FFCC00 }				
span#copyright { font-size: 13px; line-height: 35px }  
span#design {  float: right; font-size: 13px; line-height: 35px }  

span#indirizzo {
	font-size: 11px;
	line-height: 5px;		
}
span.validazione {  float: right; margin-right: 10px; } 
.validazione img {  margin: 0; } 

div { padding: 10px 0;}

#headerimg a {color: #fff; text-decoration: none; font-weight: normal;}
#headerimg a strong {color: #fff; text-decoration: none; font-weight: normal;}
#headerimg a:hover {color: #FFCC00; text-decoration: none; font-weight: normal;}
#headerimg a:hover strong {color: #06FF00; text-decoration: none; font-weight: normal;}

a {color: #FFCC00; text-decoration: none}
a:hover {color: #FFCC00; text-decoration: underline}


/*-------------Layout----------------*/

#headerimg {			/* img dell'header */
	float: left; 			
	width: 100%;
	margin-bottom: 15px;
	background: url('images/hdr.jpg') repeat-x;
	/*background-color: Black;*/
	height: 170px;  	/* inizia da qui l'hack per ie5x */     
	voice-family: "\"}\"";
	voice-family: inherit;
	height:160px;
}
html>body #headerimg {
	height: 160px;        /* inizia da qui l'hack per ie5x  */
}

.riga {						/* divide in righe */
	float: left;
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
	background: #333;
}

.riga img{
	border: 2px solid White;
}


#footer {
	width: 100%;
	height: 5px;
	text-align: center;
}    /* barra inferiore */


/*------colonne----------*/ 

.unacolonna { float: left; width: 99%;}		
			
.duecolonne { float: left; width: 49%;}		

.trecolonne { float: left; width: 33%; }		

.quattrocolonne { float: left; width: 24.5% }		


/*------------------------------navigazione principale------------------------------------------*/

#nav { position: absolute; top: 160px; left: 0px; height: 25px; width: 100% }

ul#nav  { margin: 0 }

#nav li  /* lista principale dei nav */
{
	font-size: 15px;
	color: #ffcc00;
	float: left;
	list-style: none;
	text-align: center
	
}

#nav li a {   /* stile principale nav per tutti i links */
	display: block; 
	margin-left: 5px; /* aggiunge un gap tra i tabs */
	width: 90px; 	/* width dei tabs */
	line-height: 25px; /* height dei tabs */
	text-decoration: none;
	color: #ffcc00;
}
	 
#nav a:link, #nav a:visited  { background: url('images/tab.gif') no-repeat 0 -25px }

#nav a:hover, #nav a:active { background: url('images/tab.gif') no-repeat 0 0 }

#nav a#corrente { background: url('images/tab.gif') no-repeat 0 0 ;}


/*-----------------------------------altri tags-----------------------------------------*/

acronimo { border-bottom: 1px dashed #999; cursor: help }

/* liste */
ul { margin: 5px 0 5px 35px; list-style: url('images/bullet.gif') }
ol { margin: 5px 0 5px 35px; list-style: decimal }
ol li, ul li { color: #fff; font-size: 0.8em; line-height: 1.4em }

hr { margin: 10px 0px; height: 1px; background: #444; color: #444 }  

img {margin: 0 10px} /* stile di tutte le img */
img.destra {	float: right;}  /* stile img di destra */
img.sinistra {
	float: left;
	margin-bottom: 15px;
}   /* stile img di sinistra */

img.noborder {	
border: none;
} 

table { 
border: none;
color: #fff; 
font-size: 0.8em;
padding-left: 5px;
}
