/* -------------------STILI GLOBALI------------------- */
body, body.m {
	font: 76% "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #444;
	line-height:1.8em;
	margin:0;
	padding:0;
	text-align:center;
}
.soloAltoContrasto {
	display: none;
	height: 0;
}
/* ------------------STILI ACCESSIBILITA-INIZIO------- */
body.m {
	font-size: 76%;
}
body.l {
	font-size: 90%;
}
body.xl {
	font-size: 120%;
}
body.xxl {
	font-size: 150%;
}
#accessibility ul {
	list-style: none;
}
#accessibility ul li {
	float: left;
	padding-right: 1em;
}
/* ------------------STILI ACCESSIBILITA-FINE--------- */
.clear {
	clear:both;
}
a {
	color:#B75301;
}
a:hover {
	text-decoration:none;
}
a:visited {
	color: #555;
}
a img {
	border: none;
}
form {
	margin:0;
	padding:0;
}
input, textarea {
	border:1px solid #ccc;
	font: 1em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
.allineaSx {
	margin-top: 5px;
	width: 80%;
	float:left;
}
.allineaDx {
	margin-top: 5px;
	margin-left: 5px;
	float:right;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
input.pulsante {
	border: none;
	background:none;
}
h4 {
	margin: 2.22em 0 1.11em 0;
}
h5,h6 {
	font: 1em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin:0;
}
.align-center {
	text-align:center;
}
.testoPiccolo {
	font: 0.8em "Trebuchet MS", Tahoma, Verdana, sans-serif;
}
/* -------------------STILI PAGINA------------------- */
#contenitore {
	width:1004px;
	margin-left:auto;
	margin-right: auto;
	background:url(../_img/bgContenitore.jpg) repeat-y;
	text-align:left;
}
#pagina {
	width:954px;
	margin:0;
	padding: 0 25px 80px 25px;
	background:url(../_img/bgPagina.jpg) bottom no-repeat;
}
#contenuti {
	padding-top:25px;
	clear:both;
}
p.bodytext {
	padding: 0;
	margin: 0;
}
/* --------------STILI MENU SECONDARIO --------------- */
#testata {
	background-color:#E9E9E9;
	/*height:21.5em;*/
}
#testata p{
	margin:0;
	padding:0;
	border:none;
}
#menuSecondario {
	width: 954px;
	background-color:#005E3D;
	/*padding: 0 10px 0 0;*/
	text-align:right;
	font-size:0.83em;
	color:#fff;
}
#menuSecondario #menuNav {
	padding-right: 10px;
	background-color: #005E3D;
	height: 20px;
}
#menuAccessibilita {
	float:left;
	font-size:1em;
	padding-left:10px;
	color:#fff;
	line-height:1.7em;
	background-color:#005E3D;
}
#menuAccessibilita a:hover {
	text-decoration:underline;
}
#menuSecondario img {
	padding:3px 5px 0 5px;
	border:none;
	text-decoration:none;
}
#menuSecondario a {
	color:#fff;
	text-decoration:none;
} 
#menuSecondario a:hover {
	text-decoration:underline;
}
#menuSecondario a.piccolo {
	font-size:1.1em;
	font-weight:bold;
}
#menuSecondario a.medio {
	font-size:1.3em;
	font-weight:bold;
}
#menuSecondario a.grande {
	font-size:1.5em;
	font-weight:bold;
}
#testata #fotoHeader {
	height:200px;
	clear: both;
}
/* -------------------STILI MENU ---------------------- */
#menuCont {
	background:#E9E9E9 url(../_img/bgTestata.gif) repeat-x;
	width: 954px;
}
#menu {
	background:#E9E9E9 url(../_img/bgTestata.gif) repeat-x;
	float:left;
}
ul {
	margin:0;
	padding:0;
	font-weight:bold;

}
#navwrap {
	line-height:1.4em;
	padding:0 20px 0 0;
	position:relative;
	z-index:1;
}
#nav, #nav ul ,#qm0, #qm0 ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
	display: block;
}
#nav a ,#qm0 a {
	color: #333;
	border-bottom:none;
	padding:5px 6px 0px 2px;
}
#nav a:hover ,#qm0 a:hover {
	color: #000;
	border-bottom:none;
}
#nav li ,#qm0 li {
	position:relative;
	float:left;
	margin:0;
	padding: 10px 8px 15px 8px;
	width:auto;
	text-align:center;
	border-right:1px solid #ccc;
	background-color:#e9e9e9;
	z-index:1;
} 
#nav li a ,#qm0 li a {
	display:block;
	margin:0 0 0 0px;
	text-decoration:none;
	padding:0px 7px 0px 4px;
	font-size:1em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul ,#qm0 li:hover ul ul, #qm0 li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul ,#qm0 li:hover ul, #qm0 li li:hover ul, #qm0 li.sfhover ul, #qm0 li li.sfhover ul {
	left: auto;
}
/* second-level lists */
#nav li ul ,#qm0 li ul {
	position:absolute;
	left:-999em;
	width:11em;
	height:auto;
	margin:1.2em 0 0 -8px;
	padding:5px;
	border-top:5px solid #F3F3F3;
	background-color:#F3F3F3;
	z-index:100;
	display:block;
}
#nav li li ,#qm0 li li {
	height:auto;
	margin:0;
	padding:0;
	width:100%;
	background:none;
	font-weight: normal;
	border-right:none;
	font-size:1em;
	position:relative;
	z-index:150;
}
#nav li li li ,#qm0 li li li {
	width: 11em;
}
#nav li li a, #nav li li a:visited, #nav li li a:hover ,#qm0 li li a, #qm0 li li a:visited, #qm0 li li a:hover {
	text-decoration:none;
	display:block;
	text-align:left;
	padding:2px 5px 2px 8px;
	line-height:1.5em;
}
*>html #navblock ul {
	f\loat: right;
} /*IE 5 Mac hack */
*>html #nav a ,*>html #qm0 a {
	f\loat: left;
} /*IE 5 Mac hack */
#nav li li a ,#qm0 li li a {
	color:#000;
}
#nav li li a:hover ,#qm0 li li a:hover {
	text-decoration:underline;
}
/* third-level lists --- il primo ha effetto su FF il secondo su IE*/
#nav li ul ul ,#qm0 li ul ul {
	margin: -1em 0 0 10em;
	background:#E9E9E9;
	position:absolute;
}
#nav li li.sfhover ul ,#qm0 li li.sfhover ul {
	margin: -1em 0 0 5em;
	background:#E9E9E9;
	position:absolute;
}
#ricerca {
	width:204px;
	width: auto;
	float:left;
	padding:11px 0 0 0;
	background:#E9E9E9 url(../_img/bgTestata.gif) repeat-x;
}
/* ----------------STILI COLONNE HOME ---------------- */
#colonnaSx{
	float:left;
	width: 280px;
	padding: 0 20px;
	border-right: 1px solid #ccc;
}
h1.home {
	text-align:center;
	background:	url(../_img/bgTitoloHome.gif)	no-repeat;
	color: #00774C;
	font-size:1.4em;
	line-height:1em;
	text-align:center;
	width:275px;
}
#colonnaCentro{
	float:left;
	width: 280px;
	padding: 0 20px;
}
#boxNews {
	background: #006541 url(../_img/bgBoxNews.jpg) no-repeat top right;
	color:#fff;
	padding:15px;
	line-height:1.3em;
}
#boxNews h1 {
	background:	url(../_img/bgTitoloNews.gif) 0 5px no-repeat;
	font-size:1.5em;
	line-height:1em;
	padding: 10px 0 0 35px;
	height: 40px;
	margin:0;
}
#boxNews a{
	color: #fff;
	font-weight: bold;
}
.news {
	border-bottom: 1px solid #65ad93;
	padding: 10px 0;
	margin:0;
}
#linkNews {
	text-align:right;
}
#boxDove {
	width: 270px;
	background: url(../_img/bgBoxDovePiede.gif) no-repeat bottom left;
}
#boxDove #boxDoveTestata {
	background: url(../_img/bgBoxDoveTestata.gif) no-repeat;
	height: 6px;
	font-size:0.1em;
}
#boxDove #boxDoveContenuti {
	background: url(../_img/bgBoxDoveContenuti.gif) repeat-y;
	padding:10px;
}
#boxDove #boxDovePiede{
	width: 270px;
	background: url(../_img/bgBoxDovePiede.gif) no-repeat bottom left;
	height:6px;
}
#boxDove h1, #meteo h1{
	color: #00774C;
	font-size:1.3em;
	margin:0;
	padding:0;
}
#meteo {
	background: url(../_img/bgMeteo.jpg) no-repeat bottom left;
	margin-left:10px;
	padding: 5px;
	font-size:0.9em;
	width:250px;
}
#meteo img{
	vertical-align:middle;
}
.tx-srfeuserregister-pi1 dd {
	width: 300px;
	/*width: 75%;*/
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
	width: 250px;
}

/*.tx-srfeuserregister-pi1 dd, .tx-srfeuserregister-pi1 dt {
	border-top: 1px dotted #eee;
	margin-top: 1px;
}
.tx-srfeuserregister-pi1 dd dd, .tx-srfeuserregister-pi1 dd dt {
	border: none;
}*/
/* ----------------STILI COLONNA DESTRA ---------------- */
#colonnaDx {
	width: 280px;
	float:left;
	background: url(../_img/bgBoxContenuti.gif) repeat-y;
}
#colonnaDx #colonnaDxTestata {
	background: url(../_img/bgBoxTestata.gif) no-repeat;
	height: 9px;
}
#colonnaDx #colonnaDxContenuti {
	background: url(../_img/bgBoxSfumatura.gif) no-repeat bottom left;
	padding:10px;
}
#colonnaDx #colonnaDxPiede {
	background: url(../_img/bgBoxPiede.gif) no-repeat bottom left;
	height: 25px;
}
.fotoConcorso {
	width: 80px;
	height: 100px;
	background:url(../_img/bgFotoConcorso.jpg) no-repeat;
	padding: 5px 0 0 5px;
	float:left;
}
.fotoConcorsiGallery {
	border: 1px solid rgb(153, 153, 153);
	margin: 5px;
	/*padding: 5px; */
	/*float: left; */
	text-align: center; 
	background-color: rgb(238, 238, 238); 
	width: 130px; 
	height: 150px;
}
.elementoGallery {
	height: 150px;
	float: left;
	width: 150px;
	padding: 5px;
}
.coccarda {
	position: absolute;
	z-index:2;
	/*top: -70px;
	left: 15px;
	text-align: left;
	height:50px;*/
}
.coccarda img {
	position: relative;
	bottom: 60px;
	left: 10px;
}
p.progetti {
	width:85px;
	text-align:center;
	border-right: 1px solid #ccc;
	float:left;
}
p.progettiUltimo {
	width:85px;
	text-align:center;
	border:none;
	float:left;
}
span.cets-progetto-icona, span.cets-progetto-label {
	float: left;
	height: 50px;
	padding-right: 20px;
}
/* -----------------STILI TITOLI ----------------- */
#colonnaDx .csc-header {
	padding-bottom: 1em;
}
#colonnaDx h3 {
	background: none;
}
h1.titoli, #colonnaDx h3 {
	font: 1.5em "Trebuchet MS", Tahoma, Verdana, sans-serif;
	margin:0;
	padding:0;
}
.titoloChi a, .titoloCosa a, .titoloNatura a, .titoloCultura a, .titoloEdu a, .titoloVivere a, .titoloNeutro a {
	text-decoration: none;
	color: #444;
}
.titoloChi a:hover, .titoloCosa a:hover, .titoloNatura a:hover, .titoloCultura a:hover, .titoloEdu a:hover, .titoloVivere a:hover, .titoloNeutro a:hover {
	text-decoration: none;
	color: #000;
}
#colonnaDx h3 {
	border-bottom: 5px solid #999;
}
.titoloChi, #colonnaDx h3.chi  {
	border-bottom: 5px solid #B7007B;
}
.titoloCosa, #colonnaDx h3.cosa  {
	border-bottom: 5px solid #F60;
}
.titoloNatura, #colonnaDx h3.natura  {
	border-bottom: 5px solid #8BB900;
}
.titoloCultura, #colonnaDx h3.cultura {
	border-bottom: 5px solid #C00;
}
.titoloEdu, #colonnaDx h3.edu {
	border-bottom: 5px solid #EABB00;
}
.titoloVivere, #colonnaDx h3.vivere {
	border-bottom: 5px solid #06F;
}
.titoloNeutro, #colonnaDx h3.neutro {
	border-bottom: 5px solid #999;
}
h2.titoloMenuNatura {
	border-bottom: 5px solid #8BB900;	
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuChisiamo {
	border-bottom: 5px solid #B7007B;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuCosafacciamo {
	border-bottom: 5px solid #F60;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuCultura {
	border-bottom: 5px solid #C00;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuEdu {
	border-bottom: 5px solid #EABB00;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuVivere {
	border-bottom: 5px solid #06f;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h2.titoloMenuNeutro {
	border-bottom: 5px solid #999;
	font-size:1.2em;
	line-height:normal;
	padding:0;
	margin:0 0 10px 0;
}
h3 {
	padding: 5px 0 0 0;
	/*height: 30px;*/
	font-size:1.5em;
	margin:5px 0 0 0;
}
.csc-header-n1 h3.natura, h3.forzanatura {
	background:url(../_img/improntaNatura.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.chiSiamo, h3.forzachiSiamo {
	background:url(../_img/improntaChi.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.vivere, h3.vivere {
	background:url(../_img/improntaVivere.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.cosaFacciamo, h3.forzacosaFacciamo {
	background:url(../_img/improntaCosa.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.cultura {
	background:url(../_img/improntaCultura.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.scuola {
	background:url(../_img/improntaScuola.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
.csc-header-n1 h3.neutro {
	background:url(../_img/improntaNeutra.gif) no-repeat;
	color: #555;
	padding: 5px 0 5px 35px;
	/*height: 30px;*/
	font-size:2.1em;
	margin:25px 0; 
}
#colonnaDx h3.elencoBookshop {
	background: none;
	border: none;
	padding-top: 0.3em;
}
#colonnaDx strong.elencoBookshop {
	padding-left: 1em;
}

.fakeTableRiga {
	clear: both;
	padding: 7px 0;
}
.fakeTableColSx {
	float: left;
	width: 80px;
}
.fakeTableColDx {
	float: left;
	width: 400px;
}

/* -------------STILI PAGINE INTERNE ------------ */
#boxSottomenu {
	/*background: url(../_img/bgBoxSottomenuContenuti.gif) repeat-y;*/
	width: 134px;
	float:left;
}
#boxSottomenu #boxSottomenuTestata {
	background: url(../_img/bgBoxSottomenuTestata.gif) no-repeat;
	height: 6px;
	font-size:0.1em;
}
#boxSottomenu #boxSottomenuContenuti {
	background: url(../_img/bgBoxSottomenuContenuti.gif) repeat-y;
	padding:10px;
	margin:0;
}
#boxSottomenu #boxSottomenuPiede{
	width: 134px;
	background: url(../_img/bgBoxSottomenuPiede.gif) no-repeat bottom left;
	height:6px;
	padding:0;
	margin:0;
	font-size:0.1em;
}
#colonnaTesti {
	float:left;
	width: 480px;
	padding:0 20px;
	font-size:104%;
}
#colonnaTesti.noTeaser {
	width: 750px;
	padding-bottom:70px;
}
#colonnaTesti ul, #colonnaTesti ol{
	padding:0;
	margin:0 0 0 3em;
	font-weight:normal;
}
#colonnaRicerca {
	float:left;
	width: 614px;
	padding:0 20px;
}
#sottomenu {
	list-style-type:none;
	padding:0;
	margin:0;
}
#sottomenu li.sottopagina {
	margin-left: 1em;
	font-weight:normal;
	font-size: 90%;
}
#sottomenu a, #breadcrumbs, #breadcrumbs a{
	color: #333;
}
#sottomenu a {
	text-decoration: none;
}
#sottomenu a:hover {
	text-decoration: underline;
}
#sottomenu .natura {
	background-color:#EEF5D9;
	padding-left:2px;
	border-bottom:2px solid #8BB900;  
	color:#000;
}
#sottomenu .chiSiamo {
	background-color:#F4D9EB;
	padding-left:2px;
	border-bottom:2px solid #B7007B;
	color:#000;
}
#sottomenu .vivere {
	background-color:#D9E8FF;
	padding-left:2px;
	border-bottom:2px solid #06f;	
	color:#000;
}
#sottomenu .cosaFacciamo {
	background-color:#FFE8D9;
	padding-left:2px;
	border-bottom:2px solid #f60;
	color:#000;
}
#sottomenu .cultura {
	background-color:#F7D9D9;
	padding-left:2px;
	border-bottom:2px solid #C00;
	color:#000;
}
#sottomenu .scuola {
	background-color:#FCF5D9;
	padding-left:2px;
	border-bottom:2px solid #EABB00;
	color:#000;
}
#sottomenu .neutro {
	background-color:#F0F0F0;
	padding-left:2px;
	border-bottom:2px solid #999;
	color:#000;
}
#breadcrumbs {
	background:url(../_img/bgBreadcrumbs.jpg) repeat-y;
	padding:2px 0 0 5px;
}
.csc-textpic-text {
	clear:both;
}

/* ---------------STILI X TYPO3---------------- */
.csc-sitemap {
	margin-left: 3em;
}

.csc-sitemap ul ul{
	position: relative;
	left: 3em;
}

.csc-menu {
	list-style: none;
}

.csc-mailform-field{
	clear: both;
}
.csc-mailform-field * {
	float: right;
}
.csc-mailform-field label {
	float: left;
}
.res-tmpl-css {
	border:1px solid #CCCCCC;
	clear:both;
	margin-bottom:1em;
	padding:1em;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
	background:#EEEEEE none repeat scroll 0% 50%;
	padding-left:0.4em;
}
.tx-indexedsearch-browselist-currentPage a {
	/*background-color: #CCCCCC;
	border: 1px solid #999999;*/
	color: #333;
	text-decoration: none;
}
/* -----------------STILI TABELLA----------------*/
table,td,th{
	border:1px solid #CCC;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:1em;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
td p,td p.bodytext {
	margin: 0.1em 0 0 0.1em;
}
tbody td{
	background:#F1F1F1;
}
thead th, tbody th{
	background:#999;
	color:#fff;
	font-weight:bold;
}
caption{
	text-align:left;
	font-weight:bold;
}
/* -----------------STILI LISTA STRUTTURE----------------*/
#colonnaTesti ul.lista_strutture {
	list-style: none;
	list-style-position:inside;
	margin-left: 0;
	clear: both;
}
#colonnaTesti ul.lista_strutture li.struttura {
	border: 1px solid #ccc;
	padding: 0.5em;
	margin-bottom: 0.7em;
	clear: both;
	background-color:#f9f9f9;
}
#colonnaTesti ul.lista_strutture li.struttura .descStruttura {
	float: left;
}
#colonnaTesti ul.lista_strutture li.struttura img {
	float: right;
}
/*------------------- STILI PHOTOGALLERY ------------------*/
.galleryCategoria {
	width:500px;
	clear: both;
}
.galleryTitoloCategoria {
	width:90px;
	padding:5px;
	float:left;
}
.galleryMiniatura {
	width:82px;
	/*height:82px;*/
	padding:5px;
	margin:4px;
	float:left;
	text-align:center;
	background-color:#f1f1f1;
	border:1px solid #ccc;
}
.galleryRiga {
	float: left;
}
.tx-bahagphotogallery-pi1 div.thumb-border-color img {
	padding: 0;
}
#galleryBreadcrumb {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.galleryNavi,.galleryLink {
	float:left;
}
/*------------------- STILI PROGETTI ------------------*/
.progettiItem {
	width: 50%;
	height: 50px;
	float: left;
}
.progettiConsapevolezza {
	background-color: #EFE;
	width:730px;
	border:1px solid  #669933;
	padding:10px;
	color:#000;
	min-height: 50px;
}
.progettiSensi {
	background-color: #FFE6D5;
	width:730px;
	border:1px solid #F60;
	padding:10px;
	color:#000;
	min-height: 50px;
}
.progettiQualita {
	background-color: #CEE1FF;
	width:730px;
	border:1px solid #06F;
	padding:10px;
	color:#000;
	min-height: 50px;
}
.progettiConsapevolezza a, .progettiSensi a, .progettiQualita a {
	color:#000;
}
.progettiSottocat {
	padding-top: 3em;
	border-bottom: 1px solid #999;
}
.progettiNumero {
	width: 45px;
	float:left;
}
.progettiNome {
	width:240px;
	float:left;
}
.progettiStato {
	width:50px;
	float:left;
	padding-right:10px;
}
/* -----------------STILI PIEDE ----------------- */
#piede {
	width:100%;
	border-top:4px solid #DBDBDB;
	background-color: #006541;
	color: #FFFFFF;
	line-height: 1.4em;
}
#contenitorePiede {
	margin-left: auto;
	margin-right:auto;
	width: 954px;
	padding-left: 25px;
	text-align:left;
}
#copy {
	float: left;
	margin-top:15px;
	border-top: 1px solid #149563;
	width: 590px;
	padding-top:5px;
}
#info {
	float: left;
	margin-left: 20px;
	border-top: 1px solid #149563;
	width:  310px;
	margin-top:15px;
	padding-top:5px;
}
#contenitorePiede a{
	color: #fff;
}
/* ----------------- ALTRI STILI ----------------- */
.vamiddle {
	vertical-align: middle;
}

.pdf img {
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #ddd;
}

legend {
	color: #333333;
}
.infoMappa {
	width: 400px;	
}
.mappaInfo {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.legendaItem {
	padding: 2px 5px;
	margin-right: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 180px;
}