/* CSS Document */

body a:link, 
body a:visited {
	text-decoration: none;
	color: #B8C70F;
	}
body a:hover, 
body a:focus,
body a:active {
	text-decoration: none;
	color: #313232;
	}

/* INTESTAZIONE */
#intestazione {
	background: #313232 url(../img/layout/logo_link.gif) 0 0 no-repeat;
	}

#centrato-intestazione {
	background: #313232;
	}

/* SOTTOMENU */
#sottomenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	line-height: 15px;
	}
#sottomenu a:link, 
#sottomenu a:visited {
	font-size: 10px;
	text-decoration: none;
	color:  #313232;
	}
#sottomenu a:hover, 
#sottomenu a:focus,
#sottomenu a:active {
	font-size: 10px;
	text-decoration: none;
	color: #FFF;
	}
	
/* PROGRAMMA */
#programma-link {
	width:450px;
	margin-bottom: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-align: left;
	background: #000;
}
#programma-link img{
	float:right;
	margin: 0;
	}

.tit-programma {
	background-color: #313232;
}

.link{
	font-size: 12px;
}

.info-tit-programma {
	font-size: 9px;
	color: #313232;
	text-transform: uppercase;
}



/* COLONNA MENU */
#colonna-menu {
	height: 400px;
	}

