﻿/* <DICHIARAZIONI GENERALI> --------------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}
	
	
body {
	background:#000 url(/extrait09/media/img/bkg.gif);
	font-family:Arial;
	font-size:11px;
	color:#fff;
	overflow-x:hidden;
	}
	
	
h1 {
	margin-bottom:10px;
	font-size:20px;
	}
h2 {
	margin-bottom:5px;
	font-size:15px;
	}
	h1.arancione, h2.arancione {color:#f5632a;}
	h1.azzurro, h2.azzurro {color:#21bded;}
	h1.grigio, h2.grigio {color:#666;}
	h1.fucsia, h2.fucsia {color:#eb0c8d;}
	h1.verde, h2.verde {color:#82a23f;}
	

h5
{
    font-style:italic;
    float:right;
    display:block;
    font-weight:normal;
}

/*img {
	behavior: url(/extrait09/iepngfix.htc);
	}
*/	

	
p 
{
	text-align:left;
	margin:10px 0;	
	}
/* </DICHIARAZIONI GENERALI> -------------------------------------------------------------------------------------------------------------------------------------*/


/* <CLASSI E ID IN ORDINE ALFABETICO> ----------------------------------------------------------------------------------------------------------------------------*/
.banda {
	height:12px;
	background:#262626;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}
	
	
#banda-ts {position:absolute; left:0; top:0; width:30px; height:279px; display:none;}
#banda-cr {position:absolute; left:37px; top:0; width:30px; height:279px; display:none;}
#banda-in {position:absolute; left:74px; top:0; width:30px; height:279px; display:none;}
#banda-te {position:absolute; left:111px; top:0; width:30px; height:279px; display:none;}
	
	
.clear {
	clear:both;
	height:0;
	}
	
	
.container {
	position:absolute;
	top:293px;
	
	/*left:50px;*/
	margin-left:22px;
	width:890px;
	z-index:1;
	}
	
	
.content {
	position:absolute;
	top:70px;
	left:180px;
	width:475px;
	z-index:2;
	padding-bottom:20px;
	}
	.content ul {
		list-style-position:outside;
		margin-left:17px;
		}
.content-home {
	float:left;
	margin:22px 22px 22px 0;
	}
	
	
.footer {
	margin-top:200px;
	font-size:10px;
	}
	

.immagine {
	height:279px;
	background-color:Transparent;
	text-align:left;
	}
.immagine-home {
	 
	height:372px;
	background:#000;
	}
	
	
.menu-dx {
	position:absolute;
	top:76px;
	left:705px;
	width:185px;
	z-index:2;
	}
	.menu-dx a:link, .menu-dx a:visited {display:block; padding:0 2px; color:#fff; text-decoration:none;}
	.menu-dx a:hover {background:#666;}
	
	
.menu-quadrati {
	position:absolute;
	top:-293px;
	left:705px;
	width:151px;
	height:309px;
	z-index:2;
	}
	.menu-quadrati img {
		float:left;
		margin-right:7px;
		display:inline;
		}
	
	
.menu-sx {
	position:absolute;
	top:10px;
	left:0;
	width:130px;
	color:#999;
	z-index:2;
	}
.menu-sx-home {
	float:left;
	margin:22px;
	width:130px;
	color:#999;
	}
	
	
.quadrati {
	position:absolute;
	bottom:0;
	left:0;
	height:30px;
	z-index:3;
	}
	.quadrati a {
		float:left;
		width:30px;
		margin-right:7px !important;
		margin-right:0;
		}
		
		
.right {
	float:right;
	margin-top:9px;
	}
	
	.right a
	{
		/*color:#999999;*/
		color:White;
	}
	
	.right a:hover
	{
		text-decoration:none;
		color:#999999;
	}
	
.thumb {
	float:left;
	margin-right:25px;
	display:inline;
	/*width:103px;*/
	width:145px;
	height:80px;
	}	
	.thumb-arancione a:link, .thumb-arancione a:visited {display:block; margin-bottom:3px; border:3px solid #f5632a;}
	.thumb-arancione a:hover {border:3px solid #fff;}

	.thumb-azzurro a:link, .thumb-azzurro a:visited {display:block; margin-bottom:3px; border:3px solid #21bded;}
	.thumb-azzurro a:hover {border:3px solid #fff;}
	
	.thumb-fucsia a:link, .thumb-fucsia a:visited {display:block; margin-bottom:3px; border:3px solid #eb0c8d;}
	.thumb-fucsia a:hover {border:3px solid #fff;}
	
	.thumb-verde a:link, .thumb-verde a:visited {display:block; margin-bottom:3px; border:3px solid #82a23f;}
	.thumb-verde a:hover {border:3px solid #fff;}
	

.voci {
	margin-top:24px;
	}	
	.voci a:link, .voci a:visited {display:block; padding:0 2px; font-size:12px; font-weight:bold; color:#999; text-decoration:none;}
	.voci a:hover {color:#fff;}
/* </CLASSI E ID IN ORDINE ALFABETICO> ---------------------------------------------------------------------------------------------------------------------------*/


/* <LINK> --------------------------------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {color:#fff; text-decoration:underline;}
a:hover {color:#999; text-decoration:none;}

a.azzurro:link, a.azzurro:visited {color:#21bded; text-decoration:underline;}
a.azzurro:hover {color:#fff; text-decoration:none;}

a.grigio:link, a.grigio:visited {padding:0; font-weight:normal; color:#999; text-decoration:none; font-size:10px;}
a.grigio:hover {color:#fff; background:none;}
/* </LINK> -------------------------------------------------------------------------------------------------------------------------------------------------------*/


