/*layout*/
html,body{
	margin: 0;
	padding: 0;}
body{
	background-image: url(img/sfondo.gif);
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #dddddd;
	background-repeat: repeat-x;
}
div#container{
	position:relative;
	margin:0 auto;
	width: 900px;
	text-align: left;
	background-image: url(img/sfondo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
div#squadra{
	position:absolute;
	top: 25px;
	left: 50px;
	z-index: +1;
}
div#toro{
	position:absolute;
	top: 25px;
	right: 50px;
	z-index: +1;
}
div#azzurro{
	width: 150px;
	height: 20px;
	background-color: #E06523;
}
div#arancio{
	position:absolute;
	top: 0px;
	height: 20px;
	left: 650px;
	width: 250px;
	background-color: #B1D5E9;
}
div#header{
	margin: 0;
	background-color:#000D76;
	text-align: center;
	height: 76px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
}
div#navigation{
	position:absolute;
	top: 100px;
	width:900px;
	height: 25px;
	z-index: +1;
	background-color:#E06523;
	text-align: center;
}
div#destra{
	font-size:11px;
	position:absolute;
	top: 128px;
	left: 650px;
	width: 250px;
	background-color: #B1D5E9;
}
div#content{
	margin-left: 20px;
	margin-top: 20px;
	width: 600px;
	border-top: 1px solid #000000;
}
div#footer{
	height: 35px;
	background-color:#000D76;
	text-align:center;
	text-color: #FFFFFF;
}


/*aspetto*/

H1
{
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000D76;
	background-color: #B1D5E9;
	text-indent: 10px;
	border: 2px solid #000D76;
}

H2
{
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	border-style:double;
	border-color:#FFFFFF;
	background-color: #000D76;
	text-indent: 10px;
}

H3
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}

H4
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	text-indent: 10px;
}

H5
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bolder;
	color: #dddddd;}

p 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.bordi
{  
	border: 3px double #3366CC
}

.giallo
{
	color:#FFB011;
	background-color:#000d76;
	height: 25px;
	line-height: 22px;
}

.blu
{
	color:#000d76;
	background-color:#FFB011;
}
.link
{
	color:#FFFFFF;
	background-color:#E06523;
	height: 25px;
	line-height: 22px;
	border-letf: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.partite
{
	color:000d76;
	background-color:#B1D5E9;
	height: 25px;
	line-height: 22px;
	border-top: 1px solid #000d76;
	border-bottom: 1px solid 000d76;
	font-weight: bold;
	text-align: center;
}

.centrato
{
vertical-align:middle;
text-align:center;
}

li 
{  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

ol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px
}

A:link
{
	text-decoration: underline;
	color: #FF0000;
}

A:visited
{
	text-decoration: underline;
	color: #FF0000;
}

A:hover 
{
	text-decoration: none;
	font-style: italic;
	color: #FF0000;
}

a.menu 
{
	background-color:#E06523;
	width: 90px;
	height: 25px;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	line-height:22px;
	text-align:center;
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	display: inline-block;
	
}

a.menu:hover 
{
	background-color:#FFFFFF;;
	color:#E06523;
}
