/*
********************************************************************************
Colori Maglia:

Rosso:  Skala RGB: R 226, G 0, B 26  esadecimale: #E2001A
Giallo: Skala RGB: R 250, G 187, B 0 esadecimale: #FFBB00

*/

body {
background-image: url(../immagini/comuni/sfondo2.jpg);
background-repeat: repeat-x;
background-color:#ffbb00;
}
body.nosfondo{
	background-image: url(../immagini/comuni/sfondo2.jpg);
	background-color: #ffbb00;
	background-repeat: repeat-x;
}
/* DEFINIZIONE DEL DIV PER IL MENU
********************************************************************************
*/
/*
#menu
{
background: transparent;
position: absolute;
top: 150px;
left: 10px;
width:200px;
height: 350px;
color:black;
padding:10px;
}

#menu a {
	color: black;
	font:bold 13px verdana, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 1px 3px 1px 4px;
	text-decoration: none;
	background: transparent;
	display: block;
	width: 160px;
	border-top: 1px solid #e4d9c0;
	border-right: 1px solid #99917d;
	border-bottom: 1px solid #99917d;
	border-left: 1px solid #e4d9c0;
}

#menu a:hover {
	color: #E2001A;
	background: #FFBB00;
	border-top: 1px solid #99917d;
	border-right: 1px solid #e4d9c0;
	border-bottom: 1px solid #e4d9c0;
	border-left: 1px solid #99917d;
}
*/
/*****************************************************/
/*Nuova versione del menu*/

#menu {
position: absolute;
top: 155px;
left: 10px;
width:200px;
height:500px;
background: transparent;
padding: 0px;
border-right:5px none #e2001a;
z-index:500;

}
#menu ul{ /*Rimuovo i pallini delle liste e l'indentazione*/
list-style: none;
margin:0px;
padding:0px;
}
/*Grafica x i titoli e i link nel menu*/
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display:block;
margin: 0;
padding: 2px 5px;
}

#menu h2 {
font-size: 14px;
color: #ffffff;
background:#e2001a;
text-transform: uppercase;
text-align:center;

border-top-width:1px;
border-bottom-width:1px;
border-left-width:2px;
border-right-width:1px;
border-style:solid;
border-top-color: #ffffff;
border-right-color: #ffbb00;
border-left-color: #e2001a;
border-bottom-color: #ffffff;

}

#menu a{
border-top-width:1px;
border-bottom-width:1px;
border-left-width:2px;
border-right-width:2px;
border-left-style:solid;
border-right-style:none;
border-bottom-style:solid;
border-top-style: solid;
border-left-color: #e2001a;
border-top-color:#ffbb00;
border-bottom-color: #ffbb00;
color: #E2001A;
background: #ffbb00;
text-decoration: none;
}

#menu a:hover{
color: #000000;
background: #e2001a;
border-right-color: #ffbb00;
border-left-color: #e2001a;
border-left-style: solid;
border-right-style: solid;
border-top-color:#ffffff;
border-bottom-color:#ffffff;
border-top-style: solid;
border-bottom-style: solid;
}
#menu li{
list-style: none;
position: relative;
z-index:500;
}
#menu ul ul ul{
position: absolute;
top:0;
left:100%;
width:100%;
z-index:500;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;z-index:15;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;z-index:15;}


/* FINE DEFINIZIONE DEL DIV PER IL MENU
********************************************************************************
*/

/* DEFINIZIONE DEL DIV PER IL CONTENUTO AL CENTRO DELLO SCHERMO
********************************************************************************
*/
#centro
{

	position: absolute;
	top: 160px;
	left: 250px;
	right: 10px;
	width: 500px;
	padding: 25px;
	font:bold 13px verdana, sans-serif;
	color: #130000;
	background-color: transparent;
	z-index:0;
	
}

#centro p
{
	background: transparent;
	text-align: justify;
}
#centro a
{
	background: transparent;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: 450;
	text-align: left;
	text-decoration: none;
}
#centro a:hover
{
	color: #E2001A;
	background: #FFBB00;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}

#centro table
{
	border-collapse: collapse;
	background: transparent;
	margin: 10px;

}

#centro table td
{
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	text-align: left;
	font-size: 14;
	background: transparent;
	/*color: #000000;*/
}

#centro table td p
{
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	text-align:justify;
	font-size: 14;
	background: transparent;
	color: #000000;
}

.bold
{
	font-weight: 700;
	font-size: 16;
}
.boldbig
{
	font-weight: 700;
	font-size: large;
}



#centro ul{
	text-decoration: none;
	list-style-type: none;
}
/* FINE DEFINIZIONE DEL DIV PER IL CENTRO
********************************************************************************
*/
/* DEFINIZIONE DEL DIV PER IL CALENDARIO LATERALE
********************************************************************************
*/
#calendario
{
	border-right: 2px solid #E2001A;
	border-top: 2px solid #E2001A;
	border-bottom: 2px solid #ffbb00;
	border-left: 2px solid #ffbb00;
	position: absolute;
	top: 150px;
	left: 800px;
	right: 10px;
	width: 200px;
	height: 200px;
	padding: 5px;
	font:bold 13px verdana, sans-serif;
	color: #000000;
	background-color:transparent;
	z-index: -10
}
#calendario a
{
	background: transparent;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: 450;
	text-align: left;
	text-decoration: none;
}


#calendario a:hover
{
	color: #000000;
	background: #e2001a;
	font-family: arial, verdana, sans-serif;
	font-size: 14;
	text-align: left;
	text-decoration: none;
}
/* FNNE DEFINIZIONE DEL DIV PER IL CALENDARIO LATERALE
********************************************************************************
*/

/* DEFINIZIONE DEL DIV PER LA TESTATA
********************************************************************************
*/
#testa
{
	background: transparent;
	background-image: url(../immagini/comuni/sfondo_testa1.jpg);
	background-repeat: no-repeat;
	position: absolute;
	border-width: 5px;
	border-style: none;
	border-left-color: #ffbb00;
	border-top-color: #ffbb00;
	border-right-color: #e2001a;
	border-bottom-color: #e2001a;
	top: 0px;
	left: 10px;
	right: 10px;
	width: 900px;
	height: 130px;
	padding: 10px;
}
#testa h1
{
	font-family: verdana arial sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-align: center;
}
#testa h2
{
	font-family: verdana arial sans-serif;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	text-decoration:none;
}
#testa h3
{
	font-family: verdana arial sans-serif;
	font-size: 28px;
	color: #ffffff;
	text-align: center;
	text-align: center;
}

/* FINE DEFINIZIONE DEL DIV PER LA TESTATA
********************************************************************************
*/

/*DEFINIZIONE DIV CENTRO PER LA PRIMA PAGINA
********************************************************************************
*/
#centro_index
{
	background-image: none;
	background: transparent;
	position: absolute;
	top: 150px;
	left: 250px;
	right: 10px;
	width: 550px;
	height: 640px;
	padding: 25px;
	font:bold 13px verdana, sans-serif;
}
#centro_index h2
{
	font: verdana 32px;
	//color: #FFBB00;
	color:#E2001A;
	text-align: center;
}
#centro_index img
{
	border-style: none;
	margin: 10px;
}
/*
*********************************************************************************
*/
/* DIV per gli eventi del calendario che scorrono
*********************************************************************************
*/
#scroll {
overflow: hidden;
text-align: center;
position:absolute;
top:150px;
left:250px;
background: #E2001A;
color: #FFBB00;
width:500px;
height: 15px;
padding: 5px;
}
/*
*********************************************************************************
*/

#partita
{
	border-right: 2px solid #E2001A;
	border-top: 2px solid #E2001A;
	border-bottom: 2px solid #ffdd00;
	border-left: 2px solid #ffdd00;
	position: absolute;
	top: 370px;
	left: 800px;
	right: 10px;
	width: 200px;
	height: 110px;
	padding: 5px;
	font:bold 13px verdana, sans-serif;
	color: #000000;
	background-color:transparent;
}
#partita table{
width: 100%;
}

#partita a
{
	background: transparent;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: 450;
	text-align: left;
	text-decoration: underlined;
}
#partita a:hover
{
	color: #ffbb00;
	background: #e2001a;
	font-family: arial, verdana, sans-serif;
	font-size: 14;
	text-align: left;
	text-decoration: none;
}
#pros_partita
{
	border-right: 2px solid #E2001A;
	border-top: 2px solid #E2001A;
	border-bottom: 2px solid #ffff00;
	border-left: 2px solid #ffff00;
	position: absolute;
	top: 500px;
	left: 800px;
	right: 10px;
	width: 200px;
	height: 150px;
	padding: 5px;
	font:bold 13px verdana, sans-serif;
	color: #000000;
	background-color:transparent;
}
#pros_partita table{
width: 100%;
}
#link{
position:absolute;
top:670px;
left:800px;
height: 150px;
width:200px;
padding: 5px;
background-color: transparent;
border-right: 2px solid #E2001A;
	border-top: 2px solid #E2001A;
	border-bottom: 2px solid #ffff00;
	border-left: 2px solid #ffff00;
}
#link a{
border:0px none #ffffff;
}
#foot{

position:relative;
top: 600px;
left:250px;
width: 500px;

}

/*******************************************************************
TRASPARENZA X INTERCETTARE LINK
*/
#trasparenza
{
	filter: alpha(opacity=55); -moz-opacity: .55;
	border-right: 2px solid #E2001A;
	border-top: 2px solid #E2001A;
	border-bottom: 2px solid #ffbb00;
	border-left: 2px solid #ffbb00;
	position: absolute;
	top: 150px;
	left: 800px;
	right: 10px;
	width: 200px;
	height: 200px;
	padding: 5px;
	font:bold 13px verdana, sans-serif;
	color: #000000;
	background-color:transparent;
	z-index: 10
}
#trasparenza a
{
	background: transparent;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	font-weight: 450;
	text-align: left;
	text-decoration: none;
}


#trasparenza a:hover
{
	color: transparent;
	background: transparent;
	font-family: arial, verdana, sans-serif;
	font-size: 14;
	text-align: left;
	text-decoration: none;
}
