/* css per la scheda "Corpo e spazio  */
/* qui sono  i contenitori ;  i divs  per il layout */
.w-testoscheda
{
	width: 76%;
	float: left;
}

.w-indicescheda
{
	margin-left: 80%;
	margin-right: 20px;
	padding-top: 12px;
}

.w-marginepagina
{
	padding: 0px 20px 0px 18px;
}

.w-autoredata
{
	background-color: #ffddb6;
	padding: 0.5em;
	margin: 1em 0 1em 0;
}

.w-spacer /*tiene aperto la pagina Note*/
{
	height: 450px;
	width: auto;
}

.w-spacer2
{
	/*	width: 545px;*/
	height: 390px;
	width: auto;
	background-image: url(../img/bgtile.gif);
	background-repeat: repeat;
	border: 1px solid #eeddbb;
}

.w-spacer3
{
	width: 545px;
	height: 370px;
	margin: 10px;
	background-image: url(../img/01a.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* qui sono i paragrafi */
p
{
	line-height: 140%;
	font-family: Verdana, Helvetica, sans-serif;
}

.w-abstract  /* per il sottotitolo */
{
	font-style: italic;
	margin: 0;
	padding: 0;
	font-family: Giorgia, Times, Times New Roman, serif;
	font-size: 140%;
}

.w-nowhite	/* non crea margini bianchi tra i paragrafi */
{
	margin: 0;
	padding: 0;
}

.w-nowhitesopra	/* non crea margini bianchi tra i paragrafi */
{
	margin-top: 0;
	padding-top: 0;
}

.w-nowhitesotto	/* non crea margini bianchi tra i paragrafi */
{
	margin-bottom: 0;
	padding-bottom: 0;
}

/* qui sono le formattazioni di inline elements */
acronym
{
	border-bottom: 1px dotted #000000;
}

.w-testoscheda a
{
	color: #005599;
}

.w-testoscheda a:visited
{
	color: #cc6644;
	background-color: #FFF;
}

.w-testoscheda a:hover
{
	background-color: #005599;
	color: #FFF;
}

/* qui sono le h1, h2, h3 */
.w-testoscheda h1
{
	font-size: 240%;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 12px 0 0 0;
	padding: 0;
}

.w-testoscheda h2
{
	font-size: 180%;
	color: #666666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 12px 0 12px 0;
	padding: 0;
}
.w-testoscheda h3
{
	font-size: 120%;
	color: #666666;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 18px;
	margin-bottom: 12px;
}

.w-indicescheda h1
{
	font-size: 100%;
	
	color: #666;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Verdana, sans serif;
	padding: 0 0 0.5em 0.25em;
}

/*Qui i listati */
/*Qui listato per indice della scheda */
.w-listaindice
{
	margin: 0;
	padding: 0;
}

.w-indicescheda li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #666666;
}

.w-bordosotto
{
	border-bottom: 1px solid #666666;
}

.w-indicescheda a
{
	text-decoration: none;
	color: #005599;
}

.w-indicescheda a:visited
{
	text-decoration: none;
	color: #cc6644;
	background-color: #FFF;
}

.w-indicescheda a:hover
{
	background-color: #005599;
	color: #FFF;
}

/*Qui fine listato per indice della scheda */
/*Qui listati nel testo */
.w-testoscheda ul
{
	list-style-type: square;
}

/* Qui le illustrazioni */
.w-left3  /*per immagine singola con testo intorno */
{
	float: left;
	margin: 0 20px 5px 0;
	border: 0 none;
}

.w-right
{
	float: right;
	border: 0 none;
	padding-left: 20px;
}

