html {
	overflow: -moz-scrollbars-vertical;
}
#header {
	background-image: url(../img/marchio.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 140px;
	width: 100%;
	position: relative;
}
#menu {
	height: 140px;
	width: 100%;
	position: relative;
	text-align:center
}
#strutture {
	visibility: visible;
	height: 50px;
	width: 100%;
	position: relative;
}
#corpo {
	text-align: center;
}
#newsBox {
	width: auto;
	height: 260px;
	text-align:center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
	color: #333333;
	text-align: center;
}
.indirizzoContatti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
}
.testoNormale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: center;
}
.testoScarica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.testoInfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
a:link.testoInfo {
	color: #000000;
	text-decoration: underline;
}
a:hover.testoInfo {
	color: #666666;
	text-decoration: none;
}
.testoMail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:link.testoMail {
	color: #FF0000;
	text-decoration: underline;
}
a:hover.testoMail {
	color: #FF0000;
	text-decoration: none;
}
/* Pagine interne */
#testata {
	width: 100%;
	height: 65px;
	background-image: url(../img/marchio_interno.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #CCC;
}
#lingue {
	float: right;
	width: 90px;
	height: 25px;
	padding-right: 10px;
	margin-top: 20px;
}
#lingue img {
	border: 0;
}
#menuInt {
	width: 100%;
	height: 30px;
	text-align: right;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#contenuto {
	width: 100%;
	text-align: center;
}
#sidebar {
	width: 745px;
	background-color: #FFF;
	margin-top: 10px;
	text-align: center;
}
#footer {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	float: none;
	clear: both;
	padding-top: 50px;
	text-align: center;
}
.testoSezioni {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
/* pulsanti */
.button {
	float: left;
	width: 145px;
	height: 35px;
	font: bold 18px/35px "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background: url(../img/bottone.png) no-repeat 0 -35px;
}
a.button {
	float: left;
	width: 145px;
	height: 35px;
	margin: 0.1em;
	font: bold 18px/35px "Trebuchet MS",Arial,sans-serif;
	text-align: center;
	text-decoration: none;
	color: #286C98;
	background: url(../img/bottone.png) no-repeat 0 0;
}
a.button:hover {
	background-position:0 -35px;
	color: #060;
	text-decoration: none;
}
/* regole minitabs */
ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 7px 0;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
}
ul#minitabs li {
	display: inline;
	margin: 0 3px;
}
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #FFF;
	color: #999;
}
ul#minitabs a#current {
	border-color: #090;
	color:#06F;
}
ul#minitabs a:hover {
	border-color: #39F;
	color: #666;
}
