@charset "utf-8";
/* CSS Document */

/* TAG  */
body{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	text-align: center;  /*centra orizzontalmente per IE*/

}
table{
	}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
li{
	list-style:none;
}
ul ul li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	list-style:none;
	text-indent:-20px;
}
th{
	width:160px;
	height:190px;
	background-image:url(images/box1.png);
	background-repeat:no-repeat;
}
td{
	height:60px;
	text-align:left;
	vertical-align:top;
	padding-top:0px;
}
a:link{
	color:#000;
}
a:visited{
	color:#666666;
}
a:hover{
	color:#FF0000;
}


/* BOX  */
#contenitore{
	width:820px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
}
#contenitore #menu{
	width:570px;
	height:75px;
	float:right;
	background-image:url(images/bgmenu.png);
	background-repeat:repeat-y;

}
#contenitore #intestazione{
	height:225px;
	background-image:url(img/bg.png);
	background-repeat:no-repeat;

}
#contenitore #intestazione #logo{
	float: left;
}
#contenitore #intestazione #icon{
	float:right;
	width:52px;
	margin-right:10px;
	margin-top:20px;
}
#corpo{
	text-align:justify;
	
}
#corpo #topsx{
	width:250px;
	height:100px;
	float:left;
	text-align:left;
}
#corpo #topdx{
	width:570px;
	height:100px;
	float:right;
}

#corpo #colsx{
	width:250px;
	height:auto;
	float:left;
	text-align:left;

}
#corpo #coldx{
	width:570px;
	height:auto;
	float:right;
	text-align:left;
}
#corpo #coldx2{
	width:480px;
	height:auto;
	float:left;
	text-align:justify;
	text-justify:distribute;
}
#footer{
	width:100%;
	height:140px;
	background-color:#ecece8;
	text-align:center;
	clear:both;
	margin-top:20px;
}
#underfooter{
	width:820px;
	height:6px;
	background-image:url(images/underfooter.png);
}
#flash{
}

/* CLASSI  */
.titolo{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	background-color:#FFFF00;

}

.txt12{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:18px;
	}
.txt12r{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F00;
	line-height:18px;
	}
.txt12b{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	line-height:30px;
	}
.txt13b{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#666;
	line-height:30px;
	}
.txt11{	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	}

.menu a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	text-decoration:none;
}
.menu a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
	text-decoration:none;
}
.menu a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	text-decoration:underline;
}

