@charset "utf-8";
/* CSS Document */

#contenitore {
	float: none;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 100px;
	width: 860px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contenuto {
	width: 880px;
	text-align: center;
	float: left;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	float: left;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bolder;
	padding-right: 50px;
	padding-left: 50px;
	width: 780px;
}
#contenitore #contenuto #news h3 {
	text-align: center;
}
body {
	background-color: #FFF;
	background-image: url(../immagini/index/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#footer {
	background-color: #000;
	padding: 10px;
	float: left;
	height: 20px;
	width: 880px;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	boreder-radius: 10px;
	text-align: center;
}
#navigazione {
	width: 900px;
	clear: both;

}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: center;
}


#regola_news {
	font-weight: bolder;
	padding: 10px;
	width: 70%;
	line-height: 1.4;
}
 table {
	line-height: 20px;
	font-weight: bolder;
	text-align: justify;
	padding: 5px;
	border: 2px ridge #F00;
}
#contenitore #contenuto #medie table {
	line-height: 20px;
	font-weight: bolder;
	text-align: center;
	height: 20px;
	border: 1px outset #F00;
}
#contenitore #contenuto #medie table thead {
	background-color: #F00;
}
#contenitore #contenuto #medie table thead tr th {
	width: auto;
}
#contenitore #contenuto #medie table tbody tr:hover {
	background-color: #333;
	color: #FFF;
}
#contenitore #contenuto table tbody .Aosta {
	background-color: #000;
	color: #F00;
}
#classifica {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
	color: #000;
	font-size: 16px;
	font-weight: bolder;
	text-align: center;
	padding: 20px;
}
#contenitore #contenuto #classifica table {
	text-align: center;
}
#allenamenti {
	font-family: Verdana, Geneva, sans-serif;
	height: 400px;
}
#contenitore #contenuto #allenamenti ul li {
	text-align: left;
	line-height: 1.5;
	font-weight: bolder;
}
#contenitore #contenuto table {
	line-height: 35px;
}
#protezione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-align: justify;
	float: none;
	line-height: 1.5;
	margin-bottom: 20px;
	font-weight: bolder;
	padding-right: 50px;
	padding-left: 50px;
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
}
