/*--------- Testa --------*/
.header {
	text-align:right;
	background-image: url(/immagini/_header_civetta.jpg);
	margin-bottom:-2px;
}
.header img {
	margin-left: -5px;
}
/*--------- pag ANNUNCI -------------*/
.table_annuncio1 {
	border: 1px dotted #CCCCCC;
	background-color: #E0FFD7;
	color:#000;
	width: 100%;
	overflow: hidden;
}
.testo_annuncio1 {
	background-color: #FDFDE5;
	padding:10px 0 10px 0;
}
.link_annuncio1  {
    color:#9d0000;
    font-weight:bold;
}
.link_annuncio1:hover {
    font-weight:normal;
}
.table_annuncio2 {
	border: 1px dotted #CCCCCC;
	background-color: #F6F396;
	width: 100%;
	overflow: hidden;
}
.testo_annuncio2 {
    background-color: #FDFDE5;
    padding:10px 0 10px 0;
}
.link_annuncio2  {
    color:#9d0000;
    font-weight:bold;
}
.link_annuncio2:hover {
    font-weight:normal;
}

