.col1, .col2, .col3, .cols {float:left;}
.col1 {
	margin:0 6px;
	width:264px;
	position:relative
}
.col2 {margin:0 6px;width:560px;position:relative}
/* index.html */
/* index-1.html */
/* index-2.html */
/* index-3.html */
/* index-4.html */
#page3 .col1 {width:870px}
/* index-5.html */
#page4 .box2 .col1 {width:870px}
/* index-6.html */
.col_tab_riga1 {
	width:20%;
	position:relative;
	color: #003366;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #97E8FF;
}
.col_tab_righe_dispari {
	width:20%;
	position:relative;
	color: #575652;
	text-align: center;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	background-color: #D7EBFF;
}
.col_tab_righe_pari {
	width:20%;
	position:relative;
	color: #575652;
	text-align: center;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	background-color: #EAF5FF;
}
.righe_arancio_chiaro {
	width:20%;
	position:relative;
	color: #575652;
	text-align: center;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	background-color:#FFDD95;
}
.righe_arancio_scuro {
	width:20%;
	position:relative;
	color: #575652;
	text-align:center;
	margin-top:0;
	margin-right:6px;
	margin-bottom:0;
	margin-left:6px;
	background-color:#FFCC66;
}

