/* GENERICHE */html, body	{	margin: 0;	padding: 0;	}body, table	{	font-family: Verdana;	font-size: 11px;	}div {	border: 0px solid #f00;}h1 {	font-weight: bolder;	font-size: 20px;	border-bottom: 2px solid #f80000;	color: #000;}a {	font-weight: bold;	text-decoration: none;	color: #f00;}a:hover {	text-decoration: underline;	color: #c00000;		}		/* POSIZIONI E DIMENSIONI */div#container {	border: 0px solid #f00;}div#header {	height: 145px;	background: url(../images/bkg-header.gif) repeat-x;	margin: 0;}div#mainmenu {	height: 23px;	background: url(../images/bkg-mainmenu.gif) repeat-x;}div#navigator {	height: 25px;	background: url(../images/bkg-navigator.gif) repeat-x #fff;	line-height: 18px;}div#wrapper {	min-height: 500px;	height: auto !important;	#height: 500px;	width: 940px;}div#wrapper:after {	content: ";"; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}div#centro {	width: 680px;	float: left;	padding: 0px 10px;}div#mainhomepage {	min-height: 300px;	height: auto !important;	height: 300px;	margin-bottom: 10px;}div#bottommain {	background: url(../images/bkg-bottommain.gif) repeat-x #fcfcfc;	border-top: 2px solid #e7e7e7;	/*border-bottom: 2px solid #e7e7e7;*/	padding: 10px;	padding-top: 0px;	margin-bottom: 10px;/* hack sperimentale per float contenuti in div.	http://www.htmlweekly.com/articoli/?id=8 */	min-height: 300px; /* questo è per firefox ed ie7*/	height: auto !important; /* !important fa allargare il box a ie7 */	#height: 300px; /* questo è per ie6, DEVE essere dopo l'height per ie7 */}div#bottommain div.homebox {	/*border: 1px solid #90aad2;	background-color: #c7daea;*/	/*background-color: #fff*/}div.qqqq {	text-align: justify;	padding: 0px 10px;	min-height: 70px;	height: auto !important;	height: 70px;	/*overflow: hidden;*/}div.homebox div.titolobox {	text-align: center;	/*border-bottom: 1px solid #90aad2;*/	font-weight: bolder;	font-size: 18px;		margin: 3px 5px;	color: #f80000;}div#bottommain:after {	content: ";"; 	display: block; 	height: 0; 	clear: both; 	visibility: hidden;}/* fine sezione sperimentale */div#menudx {	width: 200px;	float: left;	position: relative;	padding: 0px 10px;}div#menudx div#menudxshad {	position: absolute;	background: url(../images/sidemenu-shad.png) repeat-y;	height: 100%;	left: -10px;	width: 10px;}div#footer {	background: url(../images/bkg-mainmenu.gif) repeat-x #3f7bff;	clear: left;	color: #fff;	height: 20px;	border-top: 2px solid #e7e7e7;	border-bottom: 2px solid #dedede;	line-height: 18px;	margin-top: 10px;}div#credits {	background: url(../images/bkg-credits.gif) repeat-x;	line-height: 20px;}
