/*Copyright Comune di Prato*/

br.nofloat {
	clear: both;
}
/* Di default il bordo dell'immagine è 0 quindi non è necessario ripetere l'attributo */
img {
	border-style: none;
}
.copyright {
	background-color: #006400;
	color: #F1F1F1;
	text-align: center;
	padding: 2px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.copyright a { text-decoration: none; }
.copyright a:link { color: #FFFFFF; background-color: #006400;}
.copyright a:visited { color: #32CD32; background-color: #006400;}
.copyright a:active { color: #F1F1F1; background-color: #006400;}
.copyright a:hover { color: #003300; background-color: #FFFFFF; }
.enti {
	background-color: #F0F0F0;
	color: #003300;
	text-align: center;
	font-size: 85%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
}
.recapiti {
	background-color: #009900;
	color: #FFFFFF;
	text-align: center;
	font-size: 85%;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 150%;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	color: #990000;	background-color: #fff;
	letter-spacing: 1px;
	text-align: left;
}
h2 {
 	margin-top: 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #A0C6A0;
	font-size: 90%;
	text-transform: uppercase; 
	text-align: left;
	color: #006600;
	
	letter-spacing: 1px;
}
h3 {
	color: #900;
	background-color: #fff;
	font-size: 110%;
	font-weight: bolder;
	letter-spacing: 1px;	
}
h4 {
  
	font-size: 90%;
	letter-spacing: 1px;
 }
.sottotitolo {
	font-size: 105%;
	font-weight: bold;
	color: #006600;
	letter-spacing: 0.1em;
}
.pretitolo {
	font-size: 95%;
	font-weight: bold;
	color: #006600;
}
.intro {
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
	}
a:link {
	color: #006600;
}
a:visited {
	color: #666666;
}
a:active {
	color: #009900;
}
a:hover {
	color: #FFFFCC;
	background-color: #006600;
	text-decoration: none;
}
/* formattazione */
.destra { 
	text-align: right;
}
.centro { 
	text-align: center;
}
.sinistra { 
	text-align: left;
}
/* Contenitore di sinistra */
div.areasx {
	float: left;
	padding: 2px;
	width: 48%;
	text-align: left;
}
/* Contenitore di destra */
div.areadx {
	float: right;
	padding: 2px;
	width: 48%;
	text-align: left;
}
/* area indice in alto alle sezioni della pagina */
div.areaindice {
	padding: 4px;
	text-align: left;
	background-color: #fbfbfb; 
	font-weight: bold;
	font-size: 85%; 
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 160%;
}

.areaindice ul {
	margin: 0;
	padding: 0; 
}
.areaindice li {
	list-style: none; 
	margin: 0;
	padding: 0;
	display: inline; 
}
.areaindice li a { 
	border-left: 5px solid #A0C6A0;
	text-decoration: none; 
	margin: 0; 
	padding-left: 3px;
	padding-right: 8px;
	line-height: 100%;	
}
.areaindice li a:hover { 
	border-left: 5px solid #fc0;
	
	background-color: #fbfbfb;
	color: #006600;	
}
.policy {
	text-align: center;
	padding: 8px;
}
.areasx-color {
	float: left;
	padding: 0.2em;
	width: 47%;
	margin-right: 0.6em;
	background-color: #FBFBFB;
	font-size: 90%;
	color: #006633;
	border: 0.1em solid #F1F1F1;
}
.areadx-color {
	float: right;
	padding: 0.2em;
	width: 47%;
	margin-left: 0.6em;
	background-color: #FBFBFB;
	font-size: 90%;
	color: #006633;
	border: 0.1em solid #F1F1F1;
}
.area3parti {
	float: left;
	padding: 2px;
	width: 33%;
	text-align: left;
}
.area-color {
	padding: 1px;
	background-color: #FBFBFB;
	font-size: 95%;
	color: #006633;
	border: 1px solid #F1F1F1;
}
/*testo leggermente più piccolo*/
.txtsmall{
	font-size: 85%;
}

.corsivo {
	font-style: italic;
}

div.jolly {
	padding: 4px;
	background-color: #FFFFCC;
	border: 1px solid #FFCC00;
	text-align: left;
	font-size: 85%;
	margin-top: 8px;
	margin-bottom: 8px;
}
