#container {
	position: relative;
	width: 800px;
	height: 600px;
	top: 0px;
	margin: 0px auto;
	text-align: left;
	color: #FFFFFF;
        background-image: url(immagini/sfondoc.gif);

}

#container2 {
	position: relative;
	width: 800px;
	height: 340px;
	top: 0px;
	margin: 0px auto;
	text-align: left;
	color: #FFFFFF;
        
}


#testata {
       
	   position: absolute;
	   top: 0px;
	   left: 0px;
	   width: 800px;
	   height: 72px;
	   background-image: url(immagini/testata.jpg);
}

#barra_navigazione {
       
	   position: absolute;
	   top: 72px;
	   left: 185px;
	   width: 400px;
	   height: 25px;
	   
}


#linealta {
       
	   position: relative;
	   width: 800px;
	   height: 18px;
	   top: 0px;
	   margin: 0px auto;
	   text-align: left;
	   background-image: url(immagini/linealta.gif);
}


#uno {

       position: absolute;
	   left: 0px;
	   top: 72px;
	   width: 185px;
	   height: 25px;
	   background-image: url(immagini/tasti/uno.gif);
}


#sei {

       position: absolute;
	   right: 0px;
	   top: 72px;
	   width: 215px;
	   height: 25px;
	   background-image: url(immagini/tasti/sei.gif);
}

#riga {

       position: absolute;
	   left: 0px;
	   top: 97px;
	   width: 800px;
	   height: 41px;
	   background-image: url(immagini/riga.gif);
	   
}

#bs {

       position: absolute;
	   left: 0px;
	   top: 138px;
	   width: 22px;
	   height: 443px;
	   background-image: url(immagini/bs.gif);
	   
}

#bd {

       position: absolute;
	   right: 0px;
	   top: 138px;
	   width: 22px;
	   height: 443px;
	   background-image: url(immagini/bd.gif);
	   
}

#bs2 {

       position: absolute;
	   left: 0px;
	   top: 138px;
	   width: 22px;
	   height: 183px;
	   background-image: url(immagini/bs.gif);
	   
}

#bd2 {

       position: absolute;
	   right: 0px;
	   top: 138px;
	   width: 22px;
	   height: 183px;
	   background-image: url(immagini/bd.gif);
	   
}

#centro {

       position: absolute;
	   right: 22px;
	   bottom: 22px;
	   width: 756px;
	   height: 420px;
	   background-image: url(immagini/pxrouge.gif);
	   
}

#centro2 {

       position: absolute;
	   right: 22px;
	   bottom: 22px;
	   width: 756px;
	   height: 160px;
	   background-image: url(immagini/pxrouge.gif);
	   
}

#fondopagina {

       position: absolute;
	   right: 0px;
	   bottom: 0px;
	   height: 19px;
	   width: 800px;
	   background-image: url(immagini/fondopag.gif);
	   background-position: bottom;
	   
}

#validazione {

       position: absolute;
	   left: 62px;
	   bottom: 22px;
	   height: 20px;  
       width: 676px;
}

.testo {

        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #F7E3E3;
}

.testo2 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 11px;
	    color: #F7E3E3;
   
}

.testo3 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 9px;
	    color: #F7E3E3;
        text-align: center;
}

.testo4 {
        
        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 9px;
	    color: #993333;
        vertical-align: center;
		text-align: center;
}
.testo5 {

        font-family: Verdana, Arial, Helvetica, sans-serif;
	    font-size: 10px;
	    color: #F7E3E3;
		text-align: center;
}

A:LINK {
 color : #FFFFFF;
 text-decoration: none
}

A:VISITED {
 color : #FFFFFF;
 text-decoration: none
}

A:HOVER {
 color : #FFFFFF;
 text-decoration : underline;
}

A:ACTIVE {
 color : #FFFFFF;
 text-decoration: none;
}


.consulenza_s {

       position: absolute;
	   left: 185px;
	   top: 72px;
	   
}

.esperienza_s {

       position: absolute;
	   left: 295px;
	   top: 72px;
	   
} 

.proposte_s {

       position: absolute;
	   left: 405px;
	   top: 72px;

} 


.consulenza {

       position: absolute;
	   left: 185px;
	   top: 72px;
	   height: 25px; /*meta dallimmagine*/ 
       width: 110px; 
       text-indent: 10000px; 
       overflow: hidden; 
       background: url(immagini/tasti/t2.gif) top left no-repeat; 
       display: block; 
} 

.consulenza:hover{ 
background-position: bottom left;
background: url(immagini/tasti/t_over2.gif) top left no-repeat;  
} 


.esperienza {

       position: absolute;
           left: 295px;
	   top: 72px;
	   height: 25px; /*meta dallimmagine*/ 
       width: 110px; 
       text-indent: 10000px; 
       overflow: hidden; 
       background: url(immagini/tasti/t3.gif) top left no-repeat; 
       display: block; 
} 

.esperienza:hover{
background-position: bottom left; 
background: url(immagini/tasti/t_over3.gif) top left no-repeat;  
} 

.proposte {

       position: absolute;
	   left: 405px;
	   top: 72px;
	   height: 25px; /*meta dallimmagine*/ 
       width: 90px; 
       text-indent: 10000px; 
       overflow: hidden; 
       background: url(immagini/tasti/t4.gif) top left no-repeat; 
       display: block; 
} 

.proposte:hover{ 
background-position: bottom left;
background: url(immagini/tasti/t_over4.gif) top left no-repeat;  
} 

.contatti {

       position: absolute;
	   left: 495px;
	   top: 72px;
	   height: 25px; /*meta dallimmagine*/ 
       width: 90px; 
       text-indent: 10000px; 
       overflow: hidden; 
       background: url(immagini/tasti/t5.gif) top left no-repeat; 
       display: block; 
} 

.contatti:hover{ 
background-position: bottom left;
background: url(immagini/tasti/t_over5.gif) top left no-repeat;  
} 




