/* Colori */

.testo_base
{
  color:#355890;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_base_bianco
{
  color:#FFFFFF;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_base_giallo
{
  color:#eb8400;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_small_giallo
{
  color:#eb8400;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:9px;	
}

.testo_base_intestazione
{
  color:#eb8400;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:13px;	
}

.testo_base_nero
{
  color:#333333;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_base_bianco
{
  color:#FFF;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_small_nero
{
  color:#333333;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:9px;	
}

.testo_small_errore
{
  color:#F00;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:9px;	
}

.testo_errore
{
  color:#F00;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
}

.testo_base_spaziato
{
  color:#355890;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;
  line-height:18px;	
}
.testo_news
{
  color:#FFFFFF;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:11px;	
}

.intestazione_backend
{
  color:#0089dc;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:12px;	
  font-weight:bold;
}
.intestazione_backend_big
{
  color:#0089dc;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:15px;	
  font-weight:bold;
}

#news
{
	max-width:254px;
	width:254px; 
	vertical-align:top; 
	background:url(immagini/bg_news.gif) no-repeat;
}

#home
{
	width:596px; 
	max-width:596px;
	height:552px; 
	vertical-align:top; 
	background:url(immagini/bg_home.jpg) no-repeat;
}

/*  ------Oggetti------------------ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0px;
	border-style:none;
	background-image: url(immagini/sfondo.gif);
	background-position:top;
	background-repeat: repeat-x;
}

a{ text-decoration:none; }

input{
  color:#333333;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;
  width:160px;
}

select{
  color:#333333;  
  font-family:Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:10px;	
}


