/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #999999;
	background-color: #FFFFFF;
	margin:0;
	padding:0;
	scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#E1E1E1;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#808080;
scrollbar-shadow-color:#D7D7D7;
scrollbar-arrow-color:#2BA7BD;
scrollbar-track-color:#FFFFFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 114%;
 color: #0066CC;
 margin: 0px;
 padding: 0px;
}

h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	padding: 7px;
	text-align: right;
	background-color: #F5F5F5;
	margin: 0px;
	height: 18px;
}

h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}


.menu0 ul, .menu1 ul, .menu2 ul,.menu3 ul,.menu4 ul {
list-style:none; /* elimino i punti elenco */
margin:0; padding:0; /* elimino i rientri delle liste */
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#container {
	width:780px;
	margin: 0 auto;
	text-align:left;
	height: 100%;
	border: 1px solid #999999;
	} 
#header {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main{
	float:left;
	width:626px;
	background-image: url(immagini/1px_grey.gif);
	background-repeat: repeat-y;
	background-position: 154px;
	background-color: #F2F2F2;
}
#content{
	float:right;
	width:472px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	background-color: #FFFFFF;
	
	}

#nav{
	float:left;
	width:154px;
	height: 100%;
	background-color: #F2F2F2;
	}
#extra{
	float:right;
	width:154px;
	} 
#footer{
	clear:both;
	width:100%;
	background-color: #F2F2F2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	} 
	
	#riga_ripetuta{
	width:470px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

	#riga_ripetuta2{
	width:470px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

	#form{
	width:100px;
	background-color: #F1F3F2;
	margin: 0px;
	padding: 0px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
	#form_base{
	width:400px;
	background-color: #00CCFF;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#box_form_right{
	float:left;
	width:643px;
	height: 90px;
}
#box_form_left{
	float:left;
	width:135px;
	background-position: right;

}
#colonna_home{
	float:left;
	width:50%;

}
#home {

	float:left;
	width:100%;
}
	
	/*********** .menu0 styles ***********/

.menu0_t{
	background-image: url(immagini/sf_servizi.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-align: center;
	height: 22px;
	padding: 0px;
	line-height: 220%;
	margin-top: 0px;
}

.menu0_t a {
	text-decoration:none;
	color: #FF0000;
	font-weight: bold;
}

.menu0_t a:link {
	text-decoration:none;
	color: #FF0000;
}


.menu0_t a:visited {
	text-decoration:none;
}

.menu0_t a:hover{
	text-decoration:none;
	color: #FF0000;
}

.menu0{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	}

.menu0 a {
	display: block;
	text-decoration:none;
	height:1em;
	line-height:1em;
	padding: 2px 0px 2px 10px;
}

.menu0 ul ul a {
	border-top:none;
	margin: 0 7px;
	font-size:90%;
	background-color: #F4F4F4;
	}

.menu0 a:hover{
	background-color: #CCCCCC;
	text-decoration:none;
	color: #FFFFFF;
}
h1.menu0_t {
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF0000;
	text-align: justify;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	border: 1px #CCCCCC;
	padding: 0px;
	font-weight: normal;
}

	
/*********** .menu1 styles ***********/

.menu1_t{
	background-image: url(immagini/sf_comunita.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	padding: 0px;
	line-height: 220%;
	margin-top: 0px;
	color: #FFFFFF;
}

.menu1_t a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CCCCCC;
}

.menu1_t a:link {
	text-decoration:none;
	color: #FFFFFF;
}


.menu1_t a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.menu1_t a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

.menu1{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

.menu1 a {
	display: block;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	height:1em;
	line-height:1em;
	padding: 2px 0px 2px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.menu1 ul ul a {
	border-top:none;
	margin: 0 7px;
	font-size:90%;
	background-color: #F4F4F4;
	}

.menu1 a:hover{
	background-color: #6699FF;
	text-decoration:none;
	color: #FFFFFF;
}

/*********** .menu2 styles ***********/

.menu2_t{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-align: center;
	height: 22px;
	padding: 0px;
	line-height: 130%;
	margin-top: 0px;
	color: #006699;
	border: 0;
}

.menu2_t a {
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
}

.menu2_t a:link {
	text-decoration:none;
	color: #FFFFFF;
}


.menu2_t a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.menu2_t a:hover{
	text-decoration:none;
	color: #FFFFFF;
}


.menu2{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	list-style:none; 
}

.menu2 a {
	display: block;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	height:1em;line-height:1em;
	padding: 2px 0px 2px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menu2 ul ul a {
	border-top:none;
	margin: 0 7px;
	font-size:90%;
	background-color: #F4F4F4;
	}

.menu2 a:hover{
	background-color: #FFCC99;
	text-decoration:none;
	color: #FFFFFF;
}

/*********** .menu3 styles ***********/


.menu3_t{
	background-image: url(immagini/sf_turismo.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	padding: 0px;
	line-height: 220%;
	margin-top: 0px;
	color: #006699;
	font-weight: bold;
}

.menu3_t a {
	text-decoration:none;
	color: #FFFFFF
	}

.menu3_t a:link {
	text-decoration:none;
	color: #FFFFFF;
}


.menu3_t a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.menu3_t a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

.menu3{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	list-style:none; 
}

.menu3 a {
	display: block;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	height:1em;line-height:1em;
	padding: 2px 0px 2px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menu3 ul ul a {
	border-top:none;
	margin: 0 7px;
	font-size:90%;
	background-color: #F4F4F4;
	}

.menu3 a:hover{
	background-color: #FFCC66;
	text-decoration:none;
	color: #FFFFFF;
}
/*********** .menu4 styles ***********/


.menu4_t{
	background-image: url(immagini/sf_lavorare.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	height: 22px;
	padding: 0px;
	line-height: 220%;
	margin-top: 0px;
	color: #006699;	
	font-weight: bold;
}

.menu4_t a {
	text-decoration:none;
	color: #FFFFFF;
}

.menu4_t a:link {
	text-decoration:none;
	color: #FFFFFF;
}


.menu4_t a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

.menu4_t a:hover{
	text-decoration:none;
	color: #FFFFFF;
}

.menu4{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	list-style:none; 
}

.menu4 a {
	display: block;
	text-decoration:none;
	border-bottom: 1px solid #cccccc;
	height:1em;line-height:1em;
	padding: 2px 0px 2px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.menu4 ul ul a {
	border-top:none;
	margin: 0 7px;
	font-size:90%;
	background-color: #F4F4F4;
	}

.menu4 a:hover{
	background-color: #A5E2B5;
	text-decoration:none;
	color: #FFFFFF;
}
/**********************/
.menumeteo{
	background-image: url(immagini/sf_meteo.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	height: 22px;
	padding: 0px 5px 0px 0px;
	line-height: 230%;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: no;
	font-size: 80%;
}
/**********************/
.menunews{
	background-image: url(immagini/sf_newsletter.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	height: 22px;
	padding: 0px 5px 0px 0px;
	line-height: 230%;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: no;
	font-size: 80%;
}
h1.menunews {
	background-image: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: justify;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	border: 1px #CCCCCC;
	padding: 0px;
	font-weight: normal;
	line-height: 130%;
}

/**********************/
.menumail{
	background-image: url(immagini/sf_richiedimail.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
	height: 22px;
	padding: 0px 5px 0px 0px;
	line-height: 230%;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	float: no;
	font-size: 80%;
}

/**********************/
				
#img_sx {
	position: relative;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
#sx {
	margin: 5px;
	border: 1px solid #CCCCCC;
	float: left;
}

#sxnf {
	margin: 0px 5px 20px;
	border: 1px solid #CCCCCC;
}
.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	padding: 2px;
	margin: 5px;
	line-height: 1.5em;
	list-style-type: disc;
}
.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	padding: 2px;
	margin: 5px;
	line-height: 1.5em;
	list-style-type: disc;
}
h1.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
	padding: 0px;
	font-style: normal;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	font-weight: normal;
}
h2.testo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #006699;
	text-align: center;
	padding: 5px;
	font-style: normal;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-color: #D8EDFA;
	font-weight: normal;
}
.testo_territorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	padding: 2px;
	margin: 5px;
	line-height: 1.5em;
	list-style-type: disc;
}

h1.testo_territorio {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}
.bott {
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
h1.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	margin: 5px;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #EAEAEA;
	border: 0px 0;
}
h2.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	margin: 5px;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #EAEAEA;
}
h3.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #ED960D;
	text-align: justify;
	margin: 5px;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-color: #EAEAEA;
}

em.testo {
	font-style: italic;
	text-transform: capitalize;
	text-align: center;
}

.tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 1%;
	padding-left: 1%;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	clip: rect(auto,auto,auto,10px);
	text-align: center;
	font-weight: normal;
}
#tab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	background-color: #FFFFCC;
	margin-left: 1%;
	padding-left: 1%;
	clip: rect(auto,auto,auto,10px);
	text-align: center;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
#tab2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	background-color: #FFFFFF;
	margin-left: 1%;
	padding-left: 1%;
	clip: rect(auto,auto,auto,10px);
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#quad {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	margin-left: 1%;
	padding-left: 1%;
	clip: rect(auto,auto,auto,10px);
	text-align: center;
	font-weight: normal;
}

/* MENU PRINCIPALE */
.menuNavigazione{
	margin:0;
	padding:0;
	list-style:none;
	height:2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 1.5em;
}
.menuNavigazione li{
float:left;
position:relative;
z-index:100
}
.menuNavigazione a{
	float:left;
	padding:0 0px;
	text-decoration:none;
}
/* SOTTO MENU */
.menuNavigazione ul{
	margin:0;
	padding:0;
	list-style:none;
	width:18em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuNavigazione ul li{
	float:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuNavigazione ul a{
	float:none;
	display:block;
	height:1.2em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* MENU ON OFF */
.menuNavigazione ul,
.menuNavigazione ul.subMenu-off{
	position:absolute;
	visibility:hidden;
}
.menuNavigazione ul.subMenu-on{
	visibility:visible;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
	position:absolute;
	top:1em;
	left:-1px;
	visibility:visible;
	border-top:1px solid #000;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
margin:0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
width:17em;
position:absolute;
top:-1px;
left:17em;
}
/* COLORI */
.menuNavigazione{
	background:#FFFFFF;
	color:#000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuNavigazione li{
	float:left;
	position:relative;
}
.menuNavigazione a{
	background:#EEE;
	color:#000;
	padding: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* EFFETTO ROLLOVER */
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	text-decoration:underline;
}
/* FRECCETTE */
.menuNavigazione a.continua{
background:url(immagini/continuaOrz.gif) #EEE center bottom no-repeat;
}
.menuNavigazione ul a.continua{
background:url(immagini/continua.gif) #EEE right center no-repeat;
}

/* POSIZIONAMENTO DEL SOTTO MENU */
.menuNavigazione ul.subMenu-on{
	position:absolute;
	top:15em;
	left:-1px;
	visibility:visible;
	border-top:0px solid #000;
}
.menuNavigazione ul.subMenu-on ul.subMenu-on{
margin:0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
width:17em;
position:absolute;
top:-1px;
left:17em;
}

.logo {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	clear: right;
	float: no;
}
.bott_int {

	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}


/* MENU PICCOLO */
.menuPiccolo{
	margin:0;
	padding:0;
	list-style:none;
	height:2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 0.9em;
}
.menuPiccolo li{
	float:left;
	position:relative;
}
.menuPiccolo a{
float:left;
padding:0 0px;
text-decoration:none;
}
/* SOTTO MENU */
.menuPiccolo ul{
	margin:0px 0px 0px 3px;
	padding:0;
	list-style:none;
	width:14em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuPiccolo ul li{
	float:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.menuPiccolo ul a{
	float:none;
	display:block;
	height:1em;
	line-height:1.2em;
	border: 0px solid #666666;
}
/* MENU ON OFF */
.menuPiccolo ul,
.menuPiccolo ul.subMenu-off{
position:absolute;
visibility:hidden;
}
.menuPiccolo ul.subMenu-on{
visibility:visible;
}
/* POSIZIONAMENTO DEL SOTTO MENU */
.menuPiccolo ul.subMenu-on{
position:absolute;/* primo livello di annidamento:menu a discesa */
top:11em;
left:-1px;
visibility:visible;
border-top:1px solid #000;
}
.menuPiccolo ul.subMenu-on ul.subMenu-on{
margin:0 0 0 -1px;/* livelli di annidamento superiori al primo:menu a comparsa laterale */
width:17em;
position:absolute;
top:-1px;
left:17em;
}
/* COLORI */
.menuPiccolo{
	background:#FFFFFF;
	color:#000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.menuPiccolo a{
	background:#EEE;
	color:#000;
	padding: 2px;

}
/* EFFETTO ROLLOVER */
.menuPiccolo a:hover,
.menuPiccolo a:focus,
.menuPiccolo a:active{
	text-decoration:underline;
	background-color: #DDDDDD;
	border-top: 1 solid #000000;
	border-right: 0 solid;
	border-bottom: 1 solid #000000;
	border-left: 0 solid;
}
/* FRECCETTE */
.menuPiccolo a.continua{
background:url(immagini/continuaOrz.gif) #EEE center bottom no-repeat;
}
.menuPiccolo ul a.continua{
background:url(immagini/continua.gif) #EEE right center no-repeat;
}

.img_sx {
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left;
}
.img_dx {
	margin-right: 2px;
	margin-left: 2px;
	float: right;
	border: 1px solid #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
}
.img {

	margin-right: 2px;
	margin-left: 2px;
	float: no;
	border: thin solid #CCCCCC;
	margin-top: 1px;
	margin-bottom: 1px;
}
h5.testo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	background-color: #F0F0F0;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
.balin {
	margin-right: 2px;
	margin-left: 2px;
	float: left;
	border: none #CCCCCC;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FF0000;
	background-color: #E9E9E9;
	border: 1px outset #666666;
}
.news {
	text-decoration: underline;
	background-color: #CCCCCC;
}
hr {
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	margin: 3px;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #DCEEEF;
	padding: 5px;
	font-weight: bold;
	text-indent: 10px;
	border: 0;
}
.news1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	margin: 3px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: -1px;
	background-color: #FFFFFF;
		padding: 15px;
}

.news2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	margin: 3px;
	text-decoration: underline;
	background-repeat: no-repeat;
	background-position: -1px;
	background-color: #F4F4F2;
		padding: 15px;
}

.eventi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #666666;
	text-align: justify;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #F0F3B6;
	padding: 5px;
	font-weight: bold;
	margin: 3px;
	clear: left;
	text-indent: 10px;
}
.img_sx2 {

	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
}
.img_COMUNI {


	margin-right: 2px;
	margin-left: 2px;
	border: thin solid #CCCCCC;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: right;
}
.img_sxnoborder {

	margin-right: 2px;
	margin-left: 2px;
	float: left;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: left;
}
.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	border: 1px inset #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#form_big {

	width:330px;
	background-color: #F1F3F2;
	margin: 0px;
	padding: 0px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.alto {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	text-align: right;
	padding: 5px;
	clear: left;
	float: right;
	margin: 2px;
	top: 1px;
}
.box_RICERCA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0099CC;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.slogan {
	right: 0px;
	float: right;
	clear: no;
}
.bordo{
	font-family: Arial, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #999999;
	padding: 3px;
	text-align: right;
	background-color: #F5F5F5;
	margin: 0px;
	border: 1px solid #CCCCCC;
}
.TITOLIHOME {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0066CC;
	text-align: justify;
	margin: 5px;
	background-repeat: no-repeat;
	background-position: 0px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #0066FF;
	height: 20px;
}
.meteo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EBEFA0;
	padding: 5px;
	font-weight: bold;
	margin: 1px;
	clear: left;
	text-indent: 10px;
}
.vallecard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #F1E79E;
	padding: 5px;
	font-weight: bold;
	margin: 1px;
	clear: left;
	text-indent: 10px;
}
.mail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #EBCF72;
	padding: 5px;
	font-weight: bold;
	margin: 1px;
	clear: left;
	text-indent: 10px;
}
.servizi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #0074BE;
	border: 1 solid #ECE9D8;
	text-align: left;
	text-indent: 5px;
}
.logo {


	margin-right: 0px;
	margin-left: 2px;
	padding: 0px;
	margin-top: 1px;
	margin-bottom: 1px;
	clear: both;
}
.slogan {
	margin: 0px;
}
.ELENCO {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	letter-spacing: 2px;
	font-weight: bold;
	height: 2px;
	padding-right: 5px;
	padding-left: 5px;
}
.testoelenco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	letter-spacing: 2px;
	font-weight: normal;
	height: 5px;
	border-bottom: 1px dashed #CCCCCC;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: 1%;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.img_dxnoborder {
	float: right;
	clear: right;
	margin: 2px;
}
.img_stagioni {
	border: 1px solid #CCCCCC;
	margin: 7px;
}
.titoli_eventi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #666666;
	text-align: justify;
	margin: 3px;
	background-repeat: no-repeat;
	background-position: -1px;
	background-color: #F4F4F2;
	padding: 5px;
	font-weight: bold;
}
.webcam {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: justify;
	text-decoration: underline;
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #CC9933;
	padding: 5px;
	font-weight: bold;
	margin: 1px;
	clear: left;
	text-indent: 10px;
}
