/* CSS Document */

/* CSS SEPARATO PER LA DEFINIZIONE DELLE TRE COLONNE NELLA SEZIONE CORSI */


#contenitoreattivitacorsi{
height:250px;
width:625px;
background-color:#FFFFFF;
padding-bottom:10px;
padding-top:50px;
}


/* CSS , makrup per la definizione del testo nei blocchi */
/* CSS , sceglere allineamento del testo tramite markup text-align */

#contenitoreattivitacorsi p{
font-size:10px;
line-height:16px;
text-align:justify;
}

#headerupcorsi{
height:25px;
width:100%;
background:transparent url(../immagini/banner_lingua.gif) no-repeat top left; 
padding-bottom:2px;
padding-top:5px;
}

#informazionedxcorsi{
height:200px;
width:200px;
float:left;
margin-right:10px;
}

#testadxcorsi{
width:100%;
height:15px;
color:#FFFFFF;
background:transparent url(../immagini/corso3.gif) no-repeat top left; 
}


#informazionesxcorsi{
height:300px;
width:200px;
float:left;
margin-right:15px;
}

#testasxcorsi{
width:100%;
height:15px;

background:transparent url(../immagini/corso1.gif) no-repeat top left; 
}

#informazionecxcorsi{
height:300px;
width:200px;
float:left;
margin-right:15px;
}

#testacxcorsi{
width:100%;
height:15px;
color:#FFFFFF;
background:transparent url(../immagini/corso2.gif) no-repeat top left; 
}
/* CSS Document */


