/*definisco il corpo della pagina*/
body {
		font-family : arial, helveica,sans-serif;
		background-image : url(images/kubrickbgcolor.jpg);
}

ul {
		font-size : 90% ;
		text-align : left;
}

/*il primo carattere del paragrafo*/
p.primo:first-letter {
		font-size : 3em ;
		line-height : 1em ;
		float : left ;
		padding-right : 0.3em ;
}

/*la grandezza relativa del carattere del paragrafo normale*/
p {
		font-size : 90% ;
		text-align : justify;
}

/*paragrafo del titolo*/
p.testa {
		font-size : 90% ;
		color : white;
		text-align : center ;
}

/*paragrafo di fondo*/
p.fondo {
		font-size : 80% ;
		color : blue;
		text-align : center ;
}

/*h1 del titolo della pagina*/
h1 {
		font-style : italic ;
		color : white;
}

/*definizione di h2*/
h2 {
		font-variant : small-caps;
		font-size : 110%;
		color : #6fabdd ;
}
h3 {
		font-style : italic ;
		font-size : 120%;
		color : #6fabdd ;
}


/*-----------------------------------------------------------*/
/*era una prova per l'immagine che stirava - non usate*/
img#imgINperc {
		width : 100% ;
}

/*-------------------------------------------------------*/
/*posizioni relativa per prova inserimento testo - non usate*/
#rel {	
		position : relative ;
		left : 2em ;
		top :  1em ;
}

#rel1 {	
		position : relative ;
		left : 20em ;
		top :  2em ;
}
/*------------------------------------------------------*/

/*sfondo del titolo di testa*/
td.sfonfo {
		background-image : url(images/lugriet_logo.jpg);
		background-repeat : no-repeat;
}

/*sfondo che crea i lati della tabella*/
td.lati {
		background-image : url(images/kubrickbg.jpg);
		background-repeat : repeat-y;
}
/*chiusura in fondo della tabella*/
td.fondo {
		background-image : url(images/kubrickfooter.jpg);
		background-repeat : no-repeat;
}

td.link {
		background-image : url(images/latolink.png);
		background-repeat : repeat-y;
		font-size : 90% ;
}

/*immagine float inserita nel testo*/
img.testo {
		float : right ;
		margin : 1em 2em 1em 0
}

img.testofel {
		float : left;
		width : 70% ;
		margin : 2em 1em 1em 0
}

/*box inserito nel testo*/
#box {
		float : center ;
		width : 98%;
		margin-right : 10px ;
		border : 1px solid;
		border-top : 1px solid ;
		border-color : #6fabdd;
		padding-right : 2px ;
		padding-left : 2px ;
		background : #EEE ;
		color : black ;
}
