/* CSS Document */

body a:link, 
body a:visited {
	text-decoration: none;
	color:  #40A716;
	}
body a:hover, 
body a:focus,
body a:active {
	text-decoration: none;
	color:  #FFF;
	}

/* INTESTAZIONE */
#intestazione {
	background: #40A716 url(../img/layout/logo_img.gif) 0 0 no-repeat;
	}

#centrato-intestazione {
	background: #40A716;
	}

/* SOTTOMENU */
#sottomenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 10px;
	line-height: 13px;
	}
#sottomenu a:link, 
#sottomenu a:visited {
	font-size: 10px;
	text-decoration: none;
	color:  #40A716;
	}
#sottomenu a:hover, 
#sottomenu a:focus,
#sottomenu a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	}
	
/* GALLERIA*/
#galleria {
	width:450px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFF;
	text-align: left;
	
}
.link{
	font-size: 12px;
}


.descrizione {
	color: #40A716;
}

.tit-programma {
	background-color: #40A716;
}

.info-tit-programma {
	font-size: 9px;
	color: #40A716;
	text-transform: uppercase;
}

/* COLONNA MENU */
#colonna-menu {
	height: 400px;
	}
	

