/* Css ripulito per Laboratorio sugli spazi: rifatto gli h1, h2, h3 per garantire un h1 su ogni pagina, aggiunto faux columns per la navigazione, aggiunto max e min width per i browser che lo capiscono */
.w-areamainsingola
{
	width: 100%;
	background-image: url(../img/bgfaux.gif);
	background-repeat: repeat-y;
	background-position: 78% 0%;
	margin-top: -3px;
	max-width: 1200px;
	min-width: 750px;
}

/*testo della scheda, a sinistra =======================*/
.w-testoscheda
{
	width: 75%;
	float: left;
}

.w-marginepagina
{
	padding: 0 0 20px 20px;
	border-bottom: 1px solid #ffffff;
}

.w-sottotitolo
{
	margin: 0;
	padding: 0;
	font-style: italic;
	font-size: 120%;
}

/*Stili per h1, h2, h3 necessari per avere sempre un h1 in cima alla pagina =====================================*/
.w-sostituto1
{
	font-size: 240%;
	color: #4C4C4C;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 12px 0 3px 0;
}

.w-sostituto2
{
	font-size: 180%;
	color: #4C4C4C;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 12px 0 3px 0;
}

.w-sostituto3
{
	font-size: 120%;
	letter-spacing: normal;
	font-weight: normal;
	margin: 12px 0 3px 0;
	padding-left: 18px;
	background-image: url(../img/h3.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #4C4C4C;
}

p.w-nowhite
{
	margin: 0;
}

p.w-nowhitesopra
{
	margin-top: 0;
}

p.w-nowhitesotto
{
	margin-bottom: 0;
}

.w-testoscheda ul
{
	margin: 0;
	padding: 0 0 0 50px;
	list-style-type: none;
}

.w-testoscheda ul li
{
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 18px;
	margin-bottom: 12px;
}

.w-testoscheda blockquote
{
	background-color: #F2EBDF;
}

blockquote p
{
	padding: 6px;
}

div.w-piepagina
{
	border-top: 1px solid #F2EBDF;
	margin: 20px 0;
	border-bottom: 1px solid #ffffff;
}

.w-piepagina p
{
	color: #4C4C4C;
	font-size: 90%;
}

.w-didascalia
{
	font-size: 90%;
}

/*  inline elements =====================================*/
acronym
{
	border-bottom: 1px dotted #000000;
}

.w-testoscheda a
{
	color: #112380;
}

.w-testoscheda  a:visited
{
	color: #cc6644;
}

.w-testoscheda  a:hover, a:active
{
	color: #ffffff;
	background-color: #3D72C2;
}

.w-italic
{
	font-style: italic;
}

.w-strong
{
	color: #4C4C4C;
}

/*L'indice della scheda, barra di navigazione a destra ==================*/
.w-indicescheda
{
	width: 21%;
	float: right;
	display: inline;
}

.w-box
{
	margin: 40px 15px 20px 0;
	background-color: #FFF;
	background-image: url(../img/corner-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}

.w-sostituto4
{
	font-size: 120%;
	letter-spacing: normal;
	font-weight: normal;
	color: #4C4C4C;
	margin: 0;
	padding: 12px;
	background-image: url(../img/corner-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.w-box p
{
	margin: 0;
	padding: 0 6px 6px 6px;
}

.w-indicescheda dl
{
	margin: 0 15px 0 6px;
	padding: 0;
}

.w-indicescheda dt
{
	margin: 0;
	display: block;
}

.w-indicescheda dd
{
	margin: 0;
	padding-left: 12px;
	display: block;
}

.w-indicescheda a
{
	color: #112380;
	background-color: transparent;
	padding: 6px 0 6px 3px;
	display: block;
}

.w-indicescheda a:visited
{
	color: #cc6644;
}

.w-indicescheda a:hover
{
	background-color: #3D72C2;
	color: #FFF;
}

.w-indicescheda a:active
{
	background-color: #112380;
	color: #FFF;
}

/* Qui le illustrazioni e la grafica ================*/
.w-bullet
{
	vertical-align: bottom;
	padding-right: 6px;
}

.w-imgcenter
{
	margin: 0;
	padding: 10px 0 9px 0;
	border: 1px solid #806940;
	text-align: center;
	background-image: url(../img/bg2.gif);
	background-repeat: repeat;
}

#w-imgbg
{
	height: 190px;
	background-image: url(../img/q4.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#w-imgbg2
{
	height: 190px;
	background-image: url(../img/elpiu.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.w-imgright
{
	text-align: right;
	padding: 40px 30px 30px 30px;
}

.w-imgright2
{
	float: right;
	margin-left: 20px;
}

.w-imgleft
{
	float: left;
	margin-right: 20px;
}

