/*stile dei blocchi standard dell'HTML*/

body { /* Queste sono le regole generali del corpo della pagina */
margin:0;
text-align: center;
background:#4d4d4d;
}

TR,TD,TABLE { /* Queste sono le regole generali della tabella */
font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
font-size:11px;
font-weight:normal;
color:Black;
text-align:center;
}

H1, H2, H3 { /* Queste sono le regole generali degli titoli */
font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
font-weight:bold;
color:#000000;
}	
H1 {
font-size:8px;
}	
H2 {
font-size:12px;
}	
H3 {
font-size:15px;
}	

a, img{
margin:0px;
padding:0px;
border:0px;
}

a { /* Le regole per stilizzare i collegamenti */
text-decoration:none;
}
a:visited {
text-decoration:none;
}
a:hover, a:active{
text-decoration:underline;
}
/*--------------------------------------------------------------------------------------------------------------------*/
/*stile dei blocchi dell'html*/

#contenitore { /* Queste sono le regole generali del corpo della pagina */
margin:auto;
text-align:center;
width:984px;
}

#testata{ /*STILE PER L'HEADER*/
width:984px;
text-align:center;
height:163px;
}
#menu { /*STILE PER IL MENU*/
background-color:#cf0b19;
height:50px !important; 
width:984px;
float:left;
}
	.riga_menu1{
	width:984px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	.riga_menu1 li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	.riga_menu1 a {
	color:#000000;
	font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
	font-size:13px;
	font-weight:bold;
	width:139px;
	float: left;
	padding-top: 5px;
	height: 20px !important; 
	height /**/:25px; /* for IE5/Win only */
	}	
	.riga_menu1 a:hover {
	background-position: 0 -25px;
	}
	.riga_menu1 a:active, a#current{
	background-position: 0 -50px;
	}
	.riga_menu2{
	width:984px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}
	.riga_menu2 li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	}
	.riga_menu2 a {
	color:#000000;
	font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
	font-size:13px;
	font-weight:bold;
	width:139px;
	float: left;
	padding-top: 5px;
	height: 20px !important; 
	height /**/:25px; /* for IE5/Win only */
	}	
	.riga_menu2 a:hover {
	background-position: 0 -25px;
	}
	.riga_menu2 a:active, a#current{
	background-position: 0 -50px;
	}
	.thome a { width:139px; background: url(../img/thome.jpg) top left no-repeat; }
	.tcons a { width:139px; background: url(../img/tcons.jpg) top left no-repeat; }
	.tsegr a { width:139px; background: url(../img/tsegr.jpg) top left no-repeat; }
	.tcors a { width:139px; background: url(../img/tcors.jpg) top left no-repeat; }
	.tband a { width:139px; background: url(../img/tband.jpg) top left no-repeat; }
	.tatti a { width:139px; background: url(../img/tatti.jpg) top left no-repeat; }
	.tbibl a { width:139px; background: url(../img/tbibl.jpg) top left no-repeat; }
	.teras a { width:139px; background: url(../img/teras.jpg) top left no-repeat; }
	.tfaq a { width:139px; background: url(../img/tfaq.jpg) top left no-repeat; }
	.tlink a { width:139px; background: url(../img/tlink.jpg) top left no-repeat; }
	.taudi a { width:139px; background: url(../img/taudi.jpg) top left no-repeat; }
	.tphot a { width:139px; background: url(../img/tphot.jpg) top left no-repeat; }
	.tarea a { width:139px; background: url(../img/tarea.jpg) top left no-repeat; }
	.tmapp a { width:139px; background: url(../img/tmapp.jpg) top left no-repeat; }
#corpo{ /*STILE PER IL CORPO DELL'HTML*/
background-color:#d8d8d8;
width:984px;
float:left;
}
	.colonnacn{ /*colonna centrale*/
	text-align:left;
	width:682px;
	min-height:350px;
	height:auto !important;
	height:350px;
	float:left;
	display: inline; /*per il bug di IE6 del double margin*/
	border-right:dashed 1px #6a6865;
}
	.colonnadx{ /*colonna sinistra*/
	width:300px;
	float:left;
	min-height:350px;
	height:auto !important;
	height:350px;
	display: inline; /*per il bug di IE6 del double margin*/
	border-left:dashed 1px #6a6865;
	margin-left:-1px;
	position:relative;
	}
		.colonnadx ul{
		list-style:none;
		float:left; 
		clear:left;
		display:inline;
		margin:0px 0px 10px 0px;
		padding:0px 0px 0px 10px;
		width:250px;
		text-align:left
		}
		.colonnadx li{clear:both}
#diario_footer{ /*STILE PER IL DIARIO*/
background-color:#d8d8d8;
font-size:11px;
font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
color:#ffffff;		
width:984px;
padding:0px 0px 0px 0px;
clear:both;
}
#footer{ /*STILE PER IL FOOTER*/
background-color:#d8d8d8;
font-size:11px;
font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
color:#4d4d4d;		
text-align:center;
width:984px;
padding-bottom:10px;
}
	#footer a{color:#4d4d4d;}
/*--------------------------------------------------------------------------------------------------------------------*/
/*stile del testo e input*/

.testo {
	font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
	font-size:11px;
	margin:0px 30px 10px 20px;
	color:#4d4d4d;
	text-align:left;
	}
	.shome { color:#330000; } /*330033*/
	.scons { color:#666600; }
	.ssegr { color:#0000ff; }
	.scors { color:#660000; }
	.sband { color:#cc6600; }
	.satti { color:#00cc33; }
	.sbibl { color:#996600; }
	.seras { color:#ffcc00; }
	.sfaq { color:#33ccff; }
	.slink { color:#336600; }
	.saudi { color:#cc33cc; }
	.sphot { color:#006666; }
	.sarea { color:#cc0000; }
	.smapp { color:#333366; }

.titolo {
	font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
	font-size:12px;
	font-style:italic;
	text-align:left;
	margin:0px 0px 0px 20px;
	}
	
	
INPUT, SELECT, BUTTON {
	font-family: Arial, Verdana, Helvetica, Microsoft Sans Serif, Geneva;
	font-size:11px;
	color:#000000;
	background-color:#ffffff;
	}
