/* * * * * * * * * * * * * *
		FOGLIO DI STILE CREATO DA STEFANO FERRANDOZ E ANDREA BERSI.....
		HTML
* * * * * * * * * * * * * */

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}
/* * * * * * * * * * * * * *
IMPOSTA LO STILE DEI FONT , DELLO SFONDO , DEL COLORE , DELL'INTERLINEA SU TUTTE LE PAGINE SE NELLA CLASSE SPECIFICA NON VIENE 		DEFINITO..
* * * * * * * * * * * * * */
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-family: arial, helvetica, sans-serif;
	font-size: 12px;*/
	background-color: #fff;
	color: #000;
	line-height: 1.4em;
}
/* * * * * * * * * * * * * *
		IMPOSTA LO STILE DELLE IMMAGINI SU TUTTE LE PAGINE
* * * * * * * * * * * * * */
img{
	border: none;
	text-decoration: none;
}
img, img a, img a:hover{
	border: none;
	text-decoration: none;
}


label{
	font-size: 100%;
}

h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	font-size: 100%;
}
/* * * * * * * * * * * * * *
		STILE SFONDO DELLE VARIE PAGINE 
* * * * * * * * * * * * * */

#backgroundcolor_home{
	background-color: #F8E1DA;

}
#backgroundcolor_vivere{
	background-color: #CFE7F3;

}
#backgroundcolor_vacanze{
	background-color: #E9F3DE;

}
#backgroundcolor_multimedia{
	background-color: #FFDCA6;

}

/* * * * * * * * * * * * * *
		STILE DEI COLLEGAMENTI SU TUTTE LE PAGINE
* * * * * * * * * * * * * */
a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: white;

}
a:hover{
	color: #ffffff;
}

ul, ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li, ol li{
	margin: 0;
	padding: 0;
}

p{
	text-align: left;
	padding: 0;
	margin: 0;
}


/* * * * * * * * * * * * * *
	LAYOUT MAIN
* * * * * * * * * * * * * */


#mainwrapper{
	position: relative;
	text-align: left;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #fff;
	width: 770px;
	border:1px solid #ddd;


}

.immagini{
  text-align:center;
  vertical-align:top;
  }
 .immagini img{
  border:1px solid #000;
 }

/* foto home page*/
#foto{
	height: 236px;
	background: url('../images/fotox.jpg') no-repeat top left;
   	width:100%;


}

#maincontent{
	width: 768px;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
	border-bottom: 1px solid #ddd;*/
	margin: 0px;
	padding: 0px 0px 10px 0px;
}
/*
#verticalbar{
	bottom: 0;
	padding: 0 30px 0 0;
	width: 770px;
	margin: auto;
}
*/
#horizontalbar{
	width: 768px;
	height: 18px;
}

#horizontalbar a{
  color:#fff;
}

#horizontalbar a:hover{
	color: #000;
}

#linea{
	width: 770px;
	height: 10px;
}

/* * * * * * * * * * * * * *
	TESTATA - HEADER
* * * * * * * * * * * * * */

#header {
		/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;*/
  		width: 768px;
		height: 215px;
		background: url('../images/testa_home.jpg') no-repeat top left;
		color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-variant: normal;
		font-weight: normal;
}

#info_comune{
	float:left;
	margin-left:260px;
	margin-top:9px;
	line-height:2.4em;

}
#header_vivere {
		/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;*/
  width: 768px;
		height: 215px;
		background: url('../images/testa_vivere.jpg') no-repeat top left;
		color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-variant: normal;
		font-weight: normal;
}
#header_vacanze {
		/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;*/
  width: 768px;
		height: 215px;
		background: url('../images/testa_vacanze.jpg') no-repeat top left;
		color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-variant: normal;
		font-weight: normal;
}
#header_multimedia {
		/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: none;
	border-top: 1px solid #ddd;*/
  width: 768px;
		height: 215px;
		background: url('../images/testa_multimedia.jpg') no-repeat top left;
		color:#ffffff;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-variant: normal;
		font-weight: normal;
}


#dati_comune{
  float:left;
  padding-left:260px;
  padding-top:10px;
  color:#ffffff;
  font-size: 80%;;
}
/* * * * * * * * * * * * * *
	DIV FITTIZIO PER AUMENTARE IL MARGINE NELLE PAGINE DIVERSE DALLA HOME
* * * * * * * * * * * * * */
.alza{
  margin-top:12px;
}
.top{
	vertical-align: top;
	text-align:justify;
	padding-left:10px;
	}

.centrale{
  width:100%;
  text-align:center;
  margin-top:15px;
}

/* * * * * * * * * * * * * *
	COLONNA SINISTRA
* * * * * * * * * * * * * */

#col_sx{
	margin: 0px 7px 0px 0px;
	float: left;
	clear: left;
	width: 195px;
	border-right:1px solid #cccccc;
	min-height: 250px;
	height: auto!important;
	height: 250px;
}
/****** testo per i link dentro la colonna sinistra *********/
#col_sx a{
	/*text-decoration: underline;*/
	color: #0000ff;
	text-decoration: none;
	color: black;
	font-size:93%;
	padding-left:10px;
}
#col_sx a:hover{
	color: #cc0000;
	/*font-weight:bold;*/
	text-decoration: underline;
}
/****** MENU dentro la colonna sinistra *********/
#menu1{
margin-top:1px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#CC3300;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}
#menu1_vivere{
margin-top:1px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#3399CC;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}
#menu1_vacanze{
margin-top:1px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#99CC66;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}
#menu1_multimedia{
margin-top:1px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#FF9900;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}


#menu2{
margin-top:10px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#236B8D;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}

#menu3{
margin-top:10px;
margin-bottom: 5px;
width: 186px;
height: 21px;
background-color:#999999;
color: #fff;
padding-top:2px;
padding-left:8px;
font-size:100%;
font-weight: bold;
/*padding:4px;*/
}

/* * * * * * * * * * * * * *
	COLONNA CENTRALE
* * * * * * * * * * * * * */


#col_centro{
	margin: 11px 7px 0px 0px;
	float: left;
	width: 380px;
	text-align:justify;
	height: 95%;
	color: #333333;
	padding-left:5px;
	font-size:95%;
}
#col_centro_news{
	clear: left;
	margin: 11px 7px 0px 0px;
	width: 380px;
	float: left;
	color: #333333;
	font-size:95%;
}
#col_centro_news a{
	color:  #333333;
	font-size:95%;
}

#col_centro p{
  	text-align:justify;
  	margin-right:5px;
}

#col_centro a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: #595959;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:95%;
	padding-top:5px;

 	margin:5px;

}
#col_centro a:hover{
	color: #BF3048;
	text-decoration: underline;
}
/*********************/
#col_centro_larga{
	margin: 11px 7px 0px 0px;
	float: left;
	width: 530px;
	text-align:justify;
	height: 95%;
	padding-left:5px;
	padding-right:5px;
	color: #333333;
	font-size:95%;
}

#col_centro_larga p{
  	text-align:justify;
  	margin-right:5px;
}

#col_centro_larga a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: #595959;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:95%;
	padding-top:5px;

 	margin:5px;

}
#col_centro_larga a:hover{
	color: #BF3048;
	text-decoration: underline;
}

#map{width: 400px; border:2px solid #000;height: 220px;margin-left:auto;margin-right:auto}


#titolo_news{
	margin: 11px 0px 0px 0px;
	float: left;
	width: 550px;
	text-align:justify;
	text-transform: uppercase;
	color: #CC3300;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:95%;
	height: auto;
	padding-left:5px;
}

#col_centro_larga_news{
	margin: 0px 0px 0px 0px;
	float: left;
	width: 550px;
	text-align:justify;
	height: auto;
	padding-left:5px;
	padding-right:5px;
}

#col_centro_larga_news p{
  	text-align:justify;
  	margin-right:5px;
}

#col_centro_larga_news a{
	/*text-decoration: underline;*/
	text-decoration: none;
	color: inherit;
	font-weight:bold;
	/*font-family:Verdana, Arial, Helvetica;*/
	font-size:100%;
	padding-top:5px;

 	margin:5px;

}
#col_centro_larga_news a:hover{
	color: #BF3048;
	text-decoration: underline;
}



#map{width: 400px; border:2px solid #000;height: 220px;margin-left:auto;margin-right:auto}


/* * * * * * * * * * * * * *
	COLONNA DESTRA
* * * * * * * * * * * * * */

#col_dx{
	margin: 11px 4px 11px 4px;
	width: 140px;
	float: left;
	text-align:right;

}
#col_dx img{
  border:1px solid #000;
  margin-bottom:5px;
}


/***** FINE COLONNA DESTRA *****/


/***** NEWS *****/
#news{
	height: auto !important;
    height: 110px;
    min-height:110px;
    margin-bottom:10px;
}
.news{
	height: auto !important;
    height: 110px;
    min-height:110px;
    margin-bottom:10px;
}
.news img{
	border:1px solid #000;
}

.news a,.news a:hover,.news a img{
	border:0;
	text-transform: uppercase;
	margin-top:15px;
}
/***** FINE NEWS *****/



/***** GALLERIE *****/
.gallerie{
	height: auto !important;
    height: 220px;
    min-height:220px;
    margin-bottom:10px;

}
.gallerie img{
	border:1px solid #000;
}

.gallerie a,.gallerie a:hover,.gallerie a img{
	border:0;
	text-transform: uppercase;
	margin-top:15px;
}
.show_hide{
	border:1px solid #000;
	text-align:right;
}
/***** FINE GALLERIE *****/








/***** ATTIVITA *****/
.attivita{
	height: auto !important;
    height: 100px;
    min-height:100px;
    margin-bottom:10px;

}
.attivita img{
	border:1px solid #000;
}

.attivita a,.attivita a:hover,.attivita a img{
	border:0;
	text-transform: uppercase;
	margin-top:15px;
}
/***** FINE ATTIVITA *****/



/***** LINKS *****/
.link{

    margin-bottom:10px;

}
.link img{
	border:0;
}

.link p{
	margin-left:50px;
	text-align:justify;
}
.link h3{
	color:red;
	}
.link h2{
	color:red;
	font-size: 120%;
	margin-top:5px;
	}
.link h2 img {
	padding-right:8px;
}

.link a,.link a:hover,.link a img{
	border:0;
	margin-top:15px;
}
/***** FINE LINKS *****/


#sottoblocco{
  float:left;
  width:597px;

}
/* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * *
	BREADCRUMB
* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * */


/*#breadcrumb{
	float: right;
	text-align: right;
	width: auto;
	font-size: 85%;
	text-transform: lowercase;
	padding-right:5px;
}*/


#menu_vuoto{
  float:left;
  width:194px;
  height:26px;
  background: url('../images/menu_vuoto.jpg') no-repeat top left;
  /*padding-left:10px;*/

}
#menu_vuoto_vivere{
  float:left;
  width:194px;
  height:26px;
  background: url('../images/menu_vuoto_vivere.jpg') no-repeat top left;
  /*padding-left:10px;*/

}
#menu_vuoto_vacanze{
  float:left;
  width:194px;
  height:26px;
  background: url('../images/menu_vuoto_vacanze.jpg') no-repeat top left;
  /*padding-left:10px;*/

}
#menu_vuoto_multimedia{
  float:left;
  width:194px;
  height:26px;
  background: url('../images/menu_vuoto_multimedia.jpg') no-repeat top left;
  /*padding-left:10px;*/

}
#menu_home{
  float:left;
  width:164px;
  height:21px;
  background-color:#CC3300;
  text-align:center;
  padding-top:5px;

font-size:100%;
  color: #fff;
font-weight: bold;
  /*padding-left:10px;*/

}
#menu_vivere{
  float:left;
  width:138px;
  height:21px;
  background-color:#3399CC;
  text-align:center;
  padding-top:5px;
font-size:100%;
  color: #fff;
font-weight: bold;
  /*padding-left:10px;*/

}
#menu_vacanze{
  float:left;
  width:143px;
  height:21px;
  background-color:#99CC66;
  text-align:center;
  padding-top:5px;
font-size:100%;
  color: #fff;
font-weight: bold;
  /*padding-left:10px;*/

}
#menu_multimedia{
  float:left;
  width:129px;
  height:21px;
  background-color:#FF9900;
  text-align:center;
  padding-top:5px;
font-size:100%;
  color: #fff;
font-weight: bold;
  /*padding-left:10px;*/

}
/* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * *
	ACCESSIBILITA
* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * */
.accessibilita{
background-image:url(../images/accessibilita.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.accessibilita_grafica{
background-image:url(../images/V_grafica.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.accessibilita_contrasto{
background-image:url(../images/V_altocontrasto.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.accessibilita_senzastili{
background-image:url(../images/V_senzastile.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;

	padding-top: 5px;
	padding-bottom: 5px;

}
.accessibilita_normale{
background-image:url(../images/V_testonormale.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-bottom: 5px;

}
.accessibilita_ingrandito{
background-image:url(../images/V_testoingrandito.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 17px;
width: auto;
height:auto;
margin: 4px 4px 4px 4px;
	padding-top: 5px;
	padding-bottom: 5px;

}
/* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * *
	CLASSI VARIE
* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * */
.nascosto{
  display: none;
}

.allegato{
background-image:url(../images/allegato.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 40px;
margin: 4px 4px 4px 4px;
color: #595959;
	font-weight: bold;
	font-size: 100%;
	float:right;
	
}
.allegato_sinistra{
background-image:url(../images/allegato.gif);
background-position: 1px 2px;
background-repeat:no-repeat;
padding-left: 40px;
margin: 4px 4px 4px 4px;
color: #595959;
	font-weight: bold;
	font-size: 100%;

}

.leggi{
background-image:url(../images/leggi.gif);
background-position: 1px 1px;
background-repeat:no-repeat;
padding-left: 20px;
margin: 4px 4px 4px 4px;
color: #595959;
	font-weight: bold;
	font-size: 100%;
	float:right;
}

.data_news{
	color: #595959;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.titolo_news{
	color: #CC3300;
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
}
.titolo-1{
	color: #000;
	font-weight: bold;
	font-size: 105%;
}

.titolo-2{
	font-style: italic;
	color: #E20045;
}

.titolo-2.spaced{
	font-size: 100%;
}

.titolo-3{
	color: #E3001B;
}

.img-left{
	float: left;
	margin: 0px 8px 0 0;
}

.img-right{
	float: right;
	margin: 2px 0 0 8px;
}


/* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * *
	FOOTER
* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * */

#footer{
	clear: both;
	/*border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: none;
	border-bottom: 1px solid #ddd;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	font-size: 80%;
	max-width: 770px;
	text-align:center;*/

	position: relative;
	text-align: left;
	margin: 0 auto;
	margin-top: 5px;
	font-size: 95%;
	background-color: #fff;
	width: 770px;
}

#menufooter{
	width: 770px;
	text-align:center;
}

#menufooter a{
	font-size: 95%;
	color:black;
}

#menufooter a:hover{
	font-size: 95%;
	color:#CC0000;
}

#menufooter span{
	padding: 0px 10px 0px 10px;
}

.filetto{
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top: 1px solid #ddd;
}

.filetto.margin{
	margin: 12px 0 12px 0;
}




/* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * *
	HACKS
* * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * ** * * * * * * * * * * * * * * * * * * */



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.breaker{
	display: block;
	clear: both;
}

* html {
	overflow-x: hidden;
}

* html #mainwrapper {
	height: 1%
}

/* ANDREA 

/***** Navigation *****/

.menu {
  color: #333;
  padding:0;
  margin:0 0 5px 0;
  background:inherit;
}

.menu ul {
  list-style: none;
  border: none;
  margin: 0;
  padding: 5px;
}


.menu li a {
  display: block;
  
  color: #000;
  text-decoration: none;
  
  padding:3px;
  margin-bottom:3px;
  border-bottom: 1px solid #E7E4DD;
}

.menu li a:hover {
  padding:3px;
  border-bottom: 1px solid #E7E4DD;
  color: #ffff99;
}


.flash{
  z-index: 0;
}


/* MAPPA DEL SITO */
ul.mappa1{
	border-left: 1px solid #000;
	line-height: 1.9em;
	margin: 6px 0 0 4px;
}

ul.mappa2{
	border-left: 1px solid #000;
	line-height: 1.9em;
	margin: 0 0 10px 25px;
}

li.mappasito-voce{
	background: url('../images/hr.gif') no-repeat top left;
	padding: 0 0 0 16px;
}

li.mappasito-voce a{
	text-decoration: none!important;
}

.titolomappa {
	color: red;
	font-size:110%;
	font-weight: bold;
}

/* FORM CONTATTI*/
#form_contatti {
float:left;
padding:0pt 145px 0pt 15px;
text-align:center;
voice-family:inherit;
width:430px;
}

#form_contatti form {
padding-top:20px;
}

#form_contatti p {
clear:both;
padding-top:20px;
width:430px;
}
#form_contatti label.labelleft {
clear:left;
color:#0D5B72;
float:left;
margin-bottom:1.3em;
text-align:left;
width:90px;
}
#form_contatti label.labelleft-1 {
clear:left;
color:#0D5B72;
float:left;
margin-bottom:1.3em;
text-align:left;
width:100px;
}
#form_contatti label.radio {
float:left;
margin-top:2px;
}
#form_contatti form input.text {
float:left;
margin-bottom:0.9em;
width:125px;
}
#form_contatti form input.textlong {
float:left;
margin-bottom:0.9em;
width:280px;
}
#form_contatti form .filelong {
float:left;
margin-bottom:0.9em;
width:280px;
}
#form_contatti form input.login {
float:left;
margin-bottom:0.9em;
width:160px;
}
#form_contatti form select {
float:left;
margin-bottom:0.6em;
width:290px;
}
#form_contatti form input.radio {
float:left;
margin:0pt 10px;
}
#form_contatti p.radio {
clear:both;
padding:0pt;
width:400px;
}
#form_contatti form textarea {
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
height:10em;
margin-bottom:1em;
width:280px;
}
#form_contatti form label.privacy {
float:left;
margin:0pt;
padding:0pt;
text-align:left;
}
#form_contatti .obbligatori {
color:#8D1020;
}

.notecampo {
color:#000000;
float:left;
font-size:90%;
margin-left:10px;
}
.notecampo-1 {
color:#000000;
float:left;
font-size:90%;
margin-bottom:10px;
}
.errore-obbli {
color:#8D1020;
float:left;
margin-left:10px;
}
.errore-obbli-1 {
color:#8D1020;
float:left;
margin-bottom:10px;
}
.errore-obbli-2 {
clear:both;
color:#8D1020;
float:left;
margin-bottom:10px;
margin-left:90px;
text-align:left;
width:300px;
}

#form_contatti fieldset {
border:1px solid #ffffff;
clear:both;
float:left;
margin-bottom:20px;
padding:10px 10px 20px;
width:400px;
}
#form_contatti fieldset.primo {
border:1px solid #ffffff;
margin-bottom:20px;
padding:0pt 10px 20px;
}
#form_contatti fieldset.invia {
border:0pt none;
margin:0pt;
padding:0pt;
}
#form_contatti legend {
color:#8D1020;
background-color:#F8E0DA;
text-align:left;
text-transform:uppercase;
border:1px solid #000000;
clear:both;
float:left;
margin-bottom:10px;
padding:2px 2px 2px;
width:400px;
}

