/*
      css stile programming: silvia piccardi
	  
*/

* { padding: 0; margin: 0; }

body {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../img/bg.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
}
.titolo-tabelle-A1 {
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-align: center;
	vertical-align: middle;
}
.testo-tabelle-A1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.testo-tabelle-punti-A1 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#colonnasx {
	color: #333;
	background: #333333;
	padding: 5px;
	height: 623px;
	width: 900px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.titolo-tabelle-A2 {
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.testo-tabelle-A2 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.testo-tabelle-punti-A2 {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.testo-tabelle-bianco-partite-dx {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}
.TITOLO {
	font-size: 20px;
	font-weight: bolder;
	color: #999999;
	text-align: left;
	vertical-align: middle;
	background-position: left center;
}
.tabelle-club {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-position: center center;
}
.testo-squadre {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background-position: left top;
}

