.BACCHETTA_STATO {
	font-family: Tahoma;
	color: #FF0000;
	border: 1px solid #FF0000;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
}
/*stili per il layout fisso*/
body{
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial;
	font-size: 10px;
	text-align: center;
	background-image: url(../immagini/fondo_tratto.gif);
	background-repeat: repeat;
	}
div#container{
	width: 950px;
	text-align: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F15a22;
	border-left-color: #F15a22;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F15a22;
	background-color: #f15a22;
}

/*stili generici, su header e footer*/
div#header{
	background-color:#F15a22;
	background-image: url(../immagini/FONDO-TESTATA.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #F15a22;
	border-right-color: #F15a22;
	border-bottom-color: #F15a22;
	border-left-color: #F15a22;
	padding: 4px;
}
div#navigo{
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #F15A22;
	margin: 0px;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	overflow: scroll;
	position: relative;
	visibility: visible;
}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #CC0000;font-size: 1.5em}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#content_interne{
	padding: 1em;
	margin-left: 200px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	text-align: center;
}
div#content{
	margin-left: 200px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: none;
	border-top-color: #F15A22;
	border-right-color: #F15A22;
	border-bottom-color: #F15A22;
	border-left-color: #F15A22;
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
div#footer{
	text-align:center;
	padding: 2px;
	background-color: #F15a22;
	color: #FFFFFF;
	font-weight: bold;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 10px;
}

/*stili per la navigazione*/
div#navigation_interne{
	float:left;
	width: 180px;
	background-color: #FFFF66;
	padding: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: f15a22;
	border-right-color: f15a22;
	border-bottom-color: f15a22;
	border-left-color: f15a22;
}
div#navigation{
	float:left;
	width: 200px;
	height: auto;
	clear: none;
}
div#abbonati{
	float:none;
	width: 200px;
	background-color: #FFCC00;
	text-align: center;
	margin-bottom: 6px;
	border: thin dashed #CC0000;
	margin-top: 6px;
}
div#navigation ul{
	margin: 1em 0 1em 1em;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	color: #FFFFFF;
}
div#navigation li{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma;
}
div#navigation a{
	color:#FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
}
div#navigation a:hover{color: #FFCC00;text-decoration: underline}
div#navigation a#activelink{color: #000000;text-decoration: none}

/** tab menu stuff **/
#topnav ul#mainlevel {
	float: left;
	padding: 0;
	margin:0;
	list-style: none;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #fff;
}

#topnav #mainlevel li {
	float: left;
	margin: 0;
	padding: 0;
	border-right: 1px solid #E2E2E2;
}

#topnav #mainlevel a:link, #topnav #mainlevel a:visited {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #2B3036;
	float:left;
	display:block;
	height: 28px;
	line-height: normal;
	text-decoration: none;
	background: url(../images/bub_button_off.png) 0 0 no-repeat;
	border: 0;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#topnav #mainlevel li.orange_active_menu {
	border-right: 1px solid #B79300;
}

#topnav #mainlevel li.orange_active_menu a:link, #topnav #mainlevel li.orange_active_menu a:visited {
	color: #000;
	float:left;
	padding: 0 30px;
	height: 28px;
	line-height: 28px;
	background-image: url(../immagini/bub_button_on.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#topnav #mainlevel a:hover {
  color: #666;
}

#topnav #mainlevel li.orange_active_menu a:hover {
	color: #333;
}
div#banner {
	position:absolute;
	width:721px;
	display: inline;
}
.testo { color: black; font-size: 10pt; line-height: normal; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify ; font-weight: normal}
.titoletti { color: navy; font-weight: bolder; font-size: small; font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; text-align: left }
.titolo { color: #f60; font-size: 20px; line-height: normal; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; text-decoration: none}
.testo_bianco{
	color: #FFFFFF;
	font-size: 9pt;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: normal
}
.BACCHETTA_STATO_VERDE {
	font-family: Tahoma;
	color: #FFFFFF;
	border: 1px solid #007F00;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	background-color: #007F00;
}
.sprea {
	padding-top: 10px;
	font-family: "Trebuchet MS", Verdana, tahoma;
	font-size: 12px;
	font-weight: bold;
}
.arretrati {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F15A22;
	text-decoration: none;
}
.arretrati a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F15A22;
	font-weight: bold;
}
.arretrati a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #900;
	font-weight: bold;
	text-decoration: none;
}
.arretrati a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F15A22;
	font-weight: bold;
	text-decoration: none;
}
