body {
/**/
  font-weight:bold;
  background: url(images/sfondo.jpg);
  background-repeat:repeat-x; 
  border-width:0px;
  background-color: white;
}
.box{
/*PROVARE I VARI TAG DI BOX -questo come es tratteggi di bianco*/
   
	border: none;
  /* border: dashed;*/
}

/*//////////////////////////////////////   TESTO    /////////////////////////////////////////////////*/

.testo0001{
/*arial 22.5 grassetto nero - il link nero sottolineato azzurro*/
/*titolo grande*/
  
  
  font-family: Castellar;  
  font-size: 50px;
  text-transform: uppercase;
  color: black;
  padding: 0px;
  padding-left: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
} 
 .testo0002{
 /*verdana 11 grassetto nero - il link nero sottolineato rosa*/
 /*titolo secondario*/
 font-size: 35px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: oblique; 
 font-weight: bold;
 color: blue; 
}
.testo0003b{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 12px;
 text-align: right;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: none;
 font-weight: normal;
 color: navy;
}
 .testotit {
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 text-align: center; 
 font-size: 18px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none; 
 text-transform: uppercase;
 font-weight: bold;
 color: blue;
}
 .testo0003{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 text-align: right;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 color: navy;
}
 
 .testo0003 a{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none; 
 text-transform: uppercase;
 font-weight: bold;
 color: navy;
}
 .testo0003 a:hover{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 text-decoration: underline;
 font-weight: bold;
 color: Highlight;
}

.testo0003sx{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 text-align: left;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 color: blue;
}
 .testo0003sx a{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 14px;
 text-align: left;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none; 
 text-transform: uppercase;
 font-weight: bold;
 color: navy;
}
 .testo0003sx a:hover{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 14px;
 text-align: left;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 text-decoration: underline;
 font-weight: bold;
 color: Highlight;
}





 .testo0004{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 text-align: right;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 font-weight: bold;
 color: navy;
}
 .testo0004 a{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-decoration: none; 
 text-transform: uppercase;
 font-weight: bold;
 color: navy;
}
 .testo0004 a:hover{
 /*Times New Roman e verdana bianco 12- il link bianco sottolineato rosa*/
 font-size: 16px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: uppercase;
 text-decoration: underline;
 font-weight: bold;
 color: #8c8cff;
}

.testo0005{
 /*  testo*/
 font-size: 14px;
 text-align:  left;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 text-transform: none;
 font-weight: normal;
 color: navy;

/*//////////////////////////////////////   SFONDI    /////////////////////////////////////////////////*/

.sfondo0001 {
	/* colore di sfondo come da codice per adesso è azzurro */
  background: #61a0d3;
}
 .sfondo0002 {
 /* sfondo dato da un immagine alto un pixel e larga a misura ripetuta lungo l'asse delle y*/
 background: url(images/BARRA_TITOLO_ART.jpg);
 background-repeat: repeat-y;
}

.sfondo0003 { 
/* sfondo dato da un immagine alto un pixel e larga a misura ripetuta lungo l'asse delle x*/
  background-image: url(images/sfondo_foto_blu_nero.jpg);  
  background-repeat:repeat-x; 
}
.sfondo0004 { 
/* senza sfondo allineamento superiore bordo zero */
  border: 0px;
  vertical-align: top;
}
.sfondo0005{ 
/*immagine di sfondo che si ripete una volta sola */
background: url(images/calendario_index.jpg);
background-repeat: no-repeat;
}

.sfondoGIALLO { 
  background-color: yellow; 
}
.sfondoSILVER{ 
  background-color: silver 
} 
.sfondoVERDINO{ 
  background-color: lime  
}
.sfondoROSSO { 
  background-color:red; 
}
.sfondoNERO{ 
  background-color:BLACK; 
}
.sfondoBLU{ 
  background-color: blue; 
}
.sfondoBIANCO { 
  background-color: white  ;
}
/*
.sfondoposizione {   
  background-position:0 0%;   
}*/