body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #060;
	margin-left: 5px;
	margin-right: 5px;
}

/* Header*/
#header {
	position:relative;
	float: none;
	text-align:center;
	margin:auto;
}

/* Menu*/
#menu {
	border-radius: 6px;
	width: 900px;
	margin: auto;
	margin-top: 2%;
	position: relative;
	background: #03C;
	text-align: center;
}

#menu td {
	padding-top:10px;
	padding-bottom:10px;
}


#menu a {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

#menu a:hover {
	border-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	background:#FFF;
	color:#063ACC;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s; 
	-moz-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

#menu .pagina_corrente a {
	border-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	background:#FFF;
	color:#063ACC;
}

#sottomenu {
	border-radius: 6px;
	height: 30px;
	width: 900px;
	margin: auto;
	position: relative;
	background: #03C;
	text-align: center;
	z-index: 100;
}


#sottomenu ul {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style: none;
}

#sottomenu li {
	display: inline;
}

#sottomenu a {
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#sottomenu a:hover {
	border-radius: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF;
	color: #063ACC;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

#sottomenu .pagina_corrente a {
	border-radius: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	background: #FFF;
	color: #063ACC;
}

/*eventi*/
#eventi {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}

#eventi h2 {
	font-size:24px;
	color:#FFF;
	background:#043ACC;
}

#eventi p {
	font-size: 20px;
	width: 75%;
	color: #063ACC;
	text-align: justify;
	margin:auto;
}



/* Slideshow */
#wrapper {
	display: block;
	width: 900px;
	height: 410px;
	top: auto;
	position: relative;
	margin: auto;
}

#container {
	display: block;
	width: 640px;
	height: 400px;
	background-color: #FFF;
	float: left;
	overflow: auto;
	text-align: center;/*[disabled*padding-right: 105px;*/
	}
	
	#prev{
	/*background-image: url(images/Slider/left-arrow.png);
	background-repeat: no-repeat;
	background-position: center left;*/
	display: block;
	width: 10%;
	height: 720px;
	float: left;
	position: relative;
	z-index: 99;
	cursor: pointer;
}

#next{
	display: block;
	width:10%;
	height: 720px;
	float: right;
	position: relative;
	z-index: 99;
	cursor: pointer;
}

#slider{
	display: block;
	width: 640px;
	height: 400px;
	overflow: hidden;
	position: absolute;
	float: none;
	text-align: center;
	top: -1px;
	}
/* Fine Slideshow */

/* Gallerie Lavori */
#page {
	width: 1280px;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: right;
	width: 820px;
	padding: 0px 0px 0px 0px;
}

/* Categorie */
#categorie {
	background:#FFF;
}

#categorie ul {
	padding-top:10px;
	padding-bottom:10px;
	list-style:none;
}

#categorie li {
	padding:15px;
	text-align:center;
	font-size:36px;
	
}

#categorie a {
	border-radius:10px;
	padding: 5px;
	text-decoration:none;
	color:#244AFC;
	background:#FF9;
}

#categorie a:hover {
	padding: 5px;
	color: #FF0;
	background: #666;
	-moz-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	transition: all linear 0.5s;
}
/* Fine Categorie */

/* Inizio Titoli */
#titoli {
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
#titoli h2 {
	padding-top:3px;
	padding-bottom:3px;
	font-size:28px;
	color:#FFF;
	border-radius:6px;
	background:#F19833;
}

#titoli  a, h3 {
	font-size:18px;
	border-radius:6px;
	background:#F19833;
	color:#03C;
}

#titoli a:hover, h3:hover {
	color: #C00;
	background: #0F3;
	-ms-transition: all linear 0.2s;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	transition: all linear 0.2s;	
}

#sidebar {
	width: 254px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	padding: 0px;
	float: right;
	font-size: 22px;
	margin-top: 0px;
}

#sidebar h1 {
	text-align:center;
	font-size:28px;
	border-radius:6px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
	background:#043ACC;
}

#sidebar h2 {
	text-align:center;
	font-size:22px;
	border-radius:6px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:3px;
	background:#043ACC;
	margin-top:0px;
	margin-bottom:10px;
}

#sidebar p {
	color: #023ACC;
}

#sidebar ul {
	width: 100%;
	color: #023ACC;
	font-size: 22px;
	list-style:none;
	text-align:left;
}

#sidebar li {
}

#sidebar a {
	text-decoration: none;
	color: #063ACC;
	font-size: 20px;
}

#sidebar a:hover {
	color:#F00;
}
/* Fine Titoli */


/* Corpo Centrale */
#corpocentrale {
	text-align: center;
	width: 900px;
	margin: auto;
}

#corpocentrale p {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #063ACC;
}


#corpocentrale ul {
	list-style: none;
}
#corpocentrale li {
	display:inline;
}

#corpocentrale h2 {
	font-size: 24px;
	color: #FFF;
	background: #00C;
	border-radius: 6px;
}

#corpocentrale img{
	width:400px;
	height:340px;
	margin:auto;
}

#corpocentrale1 {
	margin: auto;
	text-align: center;
	width: 630px;
}

#corpocentrale1 ul {
	list-style: none;
	width: 630px;
}
#corpocentrale1 li {
	font-size: 18px;
	color: #006;
	width: 620px;
}

#corpocentrale2 {
	margin: auto;
	width: 900px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	margin-top: 15px;
}

#corpocentrale2 h2 {
	font-size: 22px;
	background: #F00;
	color: #FFF;
	border-radius: 6px;
}

#corpocentrale2 h3 {
	font-size: 20px;
	background: #0024FF;
	color: #FFF;
	border-radius: 5px;
	margin-left:80px;
	margin-right:80px;
}

#corpocentrale2 p {
	color: #063ACC;
	background: #FFF;
	font-size: 20px;
	text-align: left;
}

#corpocentrale2 ul {
	list-style:none;
	width:auto;
	text-align:center;
}

#corpocentrale2 li {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	padding:4px;
}

#corpocentrale2 a {
	text-decoration:none;
	border:solid #063ACC 1px;
	padding:3px;
	border-radius:4px;
}

#corpocentrale2 a:hover {
	color: #F00;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

#corpocentrale2 img {
}

#corpocentrale3 {
	margin:auto;
	width:85%;
	font-family:"Times New Roman", Times, serif;
}

#corpocentrale3 h2 {
	font-size:24px;
	background:#063ACC;
	color:#FFF;
	border-radius:6px;
}

#corpocentrale3 p {
	color:#063ACC;
	background:#FFF;
	font-size:22px;
	text-align:center;
}



#tabella {
	padding-top: 10px;
	align: center;
	margin: auto;
	width: 750px;
}

#tabella tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabella th {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFF;
	background:#063ACC;
	padding:3px;
	width:20%;
}

#tabella td {
	font-size: medium;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 20%;
	font-family: "Times New Roman", Times, serif;
}


#tabella img {
	width:100%;
}

#tabellastaff {
	padding-top: 10px;
	align: center;
	margin: auto;
	width: 900px;
}

#tabellastaff tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabellastaff th {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFF;
	background:#063ACC;
	padding:3px;
	width:20%;
}

#tabellastaff td {
	font-size: 20px;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 20%;
	border-bottom:solid 2px #043ACC;
	font-family: "Times New Roman", Times, serif;
}


#tabellastaff img {
	width:100%;
}

#tabella1 {
	padding-top: 10px;
	align: center;
	margin: auto;
	text-align: center;
	width: 900px;
}

#tabella1 tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabella1 td {
	font-size: 18px;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	font-family: "Times New Roman", Times, serif;
	border-bottom:solid 1px #043ACC;
}

#tabella1 th {
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	background: #043ACC;
	padding: 2px 4px 2px 4px;
}

#tabella2 {
	padding-top: 10px;
	align: center;
	margin: auto;
	width: 900px;
}

#tabella2 tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabella2 th {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #FFF;
	background: #063ACC;
	padding: 3px;
	width: 16,6%%;
}

#tabella2 td {
	font-size: medium;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 16,6%%;
	font-family: "Times New Roman", Times, serif;
}

#tabella3 {
	padding-top: 10px;
	align: center;
	margin: auto;
	width: 400px;
}

#tabella3 tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabella3 th {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFF;
	background:#063ACC;
	padding:3px;
	width:20%;
}

#tabella3 td {
	font-size: 20px;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 20%;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}

#tabella3 img {
	width:100%;
}


#aside {
	float:left;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	background:#043ACC;
	text-align:center;
}

#rassegnastampa {
	float:left;
	width:350px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:auto;
}

#rassegnastampa h2 {
	font-size:24px;
	color:#FFF;
	background:#043ACC;
	width:348px;
}

#rassegnastampa p {
	font-size:18px;
	color:#063ACC;
	background:#FFF;
	width:300px;
	text-align:justify;
	padding-left:25px;
}

#contenitore {
	float:right;
}

#rassegnastampa1 {
	float:right;
	width:350px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	margin:auto;
}

#rassegnastampa1 h2 {
	font-size:24px;
	color:#FFF;
	background:#043ACC;
	width:348px;
}

#rassegnastampa1 p {
	font-size:18px;
	color:#063ACC;
	background:#FFF;
	width:300px;
	text-align:justify;
	padding-left:25px;
}
/* Footer*/
#footer {
	padding: 1px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	background: #063ACC;
	color: #FFF;
	text-align: center;
	width: 900px;
	margin: auto;
	margin-top: 20px;
	border-radius: 6px;
}
#footer ul {
	list-style: none;
}


#footer a {
	color:#FFF;
}

#footer a:hover {
	color: #039;
	background:#9C0;
	border-radius: 6px;
	padding: 1px 2px 1px 2px;
}

#footer1 {
	padding: 1px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	width: 80%;
	margin: auto;
}
#footer1 ul {
	list-style: none;
}

#tabellafooter {
	padding-top: 10px;
	align: center;
	margin: auto;
	width: 600px;
}

#tabellafooter tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabellafooter th {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFF;
	background:#063ACC;
	padding:3px;
	width:20%;
}

#tabellafooter td {
	font-size: 20px;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 20%;
	font-family: "Times New Roman", Times, serif;
}

#tabellafooter img {
	width:100%;
}

#tabellafooter2 {
	padding-top:10px;
	align:center;
	margin:auto;
	width:350px;
}

#tabellafooter2 tr {
	padding-top:4px;
	padding-bottom:4px;
}

#tabellafooter2 th {
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	color:#FFF;
	background:#063ACC;
	padding:3px;
	width:20%;
}

#tabellafooter2 td {
	font-size: 20px;
	color: #063ACC;
	padding: 4px 2px 4px 2px;
	width: 20%;
	font-family: "Times New Roman", Times, serif;
}



#tabellafooter2 img {
	width:100%;
}

#sponsor {
	text-align: center;
	width: 900px;
	margin: auto;
}

#sponsor h2{
	font-size: 24px;
	color: #FFF;
	background: #00C;
	border-radius: 6px;}

#sponsor td {
	width: 300px;
}

#partitegiovanili {
	width:900px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#043ACC;
	margin:auto;
}

#partitegiovanili h2 {
	background-color:#043ACC;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	border-radius:6px;
}

#tabgiovanili {
	width:600px;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#043ACC;
	margin:auto;
	text-align:left;
}


#colonnasx {
	float: left;
	width: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #043ACC;
	text-align: left;
	margin-left: 100px;
}

#colonnadx {
	float: right;
	width: 400px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #043ACC;
	text-align: left;
}

#tabcoppa {
	width: 370px;
	text-align:center;
	margin:auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color:#023ACC;
}

#tabcoppa td {
	width: 30%
}