a
    {
    color: #1A7844;
	text-decoration: underline;
    }

a:hover
    {
    color: #79B822;
    }

a img {
	border: 0px
}

a:hover img {
	border: 0px;
}

ul li {
	list-style-image: none;
	}

form {
	width:100%;
	margin:0;
	}
	
fieldset {
	border: 1px dotted #AEB9CA;
	margin: 0;
	padding-top:8px;
	}
	
label {
	font-size:85%;
	font-weight: bold; 
	padding-right: 4px;
	margin: 0;
	}
	
input.text {
	border:1px solid #7AA6BF;
	margin: 0;
	width: 100px;
	font-size:85%;
	color: #ffffff;
	background: #AEB9CA;
	text-align: center;
	}
	
input#pulsante {
    font-size:85%;
	color: #ffffff;
    border: 1px solid #cccccc;
	margin: 0;
    background: #AEB9CA;
    text-align: center;
    padding: 0 4px 0 2px;
    }

/*classe collegamenti percorso*/
a.percorso
    {
    text-decoration: none;
	color: #29657a;
    }

a.percorso:hover
    {
    text-decoration: underline;
	color: #29657a;
    }
	
#servizi ul {
	margin: 0;
	padding: 0;
	display: inline;
	} 

#servizi ul li {
	padding: 6px 10px;
	display: inline;
	list-style-image: url(../images/quadretti.gif);
	}
	
#servizi li a {
    text-decoration: none;
	font-size: 85%;
	}	

#news ul {
	width:300px;
	padding: 0px;	
	margin:4px 0px 0px 10px;
	text-align: left;
	list-style: none;
	background-image: url(../images/barra.gif); 
	background-repeat: no-repeat;
	padding-left: 10px;
	} 
#news ul li {
	margin-bottom:8px;
	font-size: 95%;
	list-style: none;
	}
#news li a {
	text-decoration: underline;
	list-style: none;
	}
#news li a:hover {
	background-color: rgb(234, 234, 234);
	list-style: none;
	}


#colonnasx ul {
	width:300px;
	padding: 0px;	
	margin:4px 0px 0px 10px;
	text-align: left;
	list-style: none;
	/*background-image: url(../images/barra.gif); 
	background-repeat: no-repeat;
	padding-left: 10px;*/
	} 
#colonnasx ul li {
	margin-bottom:8px;
	font-size: 95%;
	list-style: none;
	}
#colonnasx li a {
	text-decoration: underline;
	border-left: 5px solid rgb(191, 205, 201);
	padding-left: 10px;
	list-style: none;
	display: block;
	}
#colonnasx li a:hover {
	background-color: rgb(234, 234, 234);
	border-left: 5px solid rgb(191, 162, 121);
	list-style: none;
	}


.invisibile{
    display: none;
    } 
    
h1{
color:#79b822;
font-size:24px;
padding-bottom:3px;
border-bottom:1px #79b822 solid;
}

h2{
color:#79b822;
font-size:20px;
margin:0 0 5px 0;
}

h3{
color: #79b822;
font-size:16px;
margin:0 0 10px 0;
}

h4{
color: #666666;
font-size:13px;
}
	
.titolo
    {
	margin-top: 10px;
	padding: 4px;
	border-top: 1px solid rgb(210, 224, 101);
	border-left: 4px solid rgb(210, 224, 101);
	text-align: left;
	color: rgb(95, 112, 140);
	font-size: 95%;
	font-weight: bold;
    }

	
p   {
	margin:0;
    }
	
p#news {
	font-size: 90%;
	font-weight: bold;
    }
	
p#txtpercorso {
padding-left: 10px;
margin:0;
    }

p#mappa {
	margin-left:8px;
    }
	
.citazione{ 
	font-size: 90%;
	/*color: rgb(177, 194, 190);*/
	color: #FE6D10;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 30px;
	padding-left: 10px;
}

#footer {
	font-size:80%;
	text-align: center;
    }

/******* formattazione tabelle *****/
table {
border-collapse:collapse;
}
table tr:nth-child(odd) { background: white; }
table tr:nth-child(even) { background: #d9e5c8; }
.riga_dx {border-right: 1px #333333 solid; }
.intestazione_riga_dx {border-right: 1px #333333 solid; font-weight:bold;}
.riga_sx {border-left: 1px #333333 solid; }
/******* fine formattazione tabelle *****/

.img_left {
float:left;
margin-right:10px;
}

.img_right {
float:right;
margin-left:10px;
}