@import url(base.css);
@import url(formattazione.css);
#eventi a {
	background: #202426; 
	color: #fff;
}
#colonna1 {
	width: 350px;
}
#content {
	background: url(/html/img/bgeventi.jpg) 350px 0 no-repeat;
}
.collegamento {
	text-align: left;
	padding: 5px;
}
.collegamento a {
	font: 0.8em Arial, Helvetica, serif;
	letter-spacing: 0.1em;
	text-transform: uppercase; 
	color: #646464; 
	text-decoration: none;
	padding: 1px;
}
.collegamento a:hover {
	color: #fff; 
}
.collegamento a:active {
	color: #fff; 
}
#successiva {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/html/img/btn_basso.jpg) 4px 2px no-repeat;
}
#successiva span {
	display: none;	
}
#precedente {
	display: block;
	width: 25px;
	height: 25px;
	background: url(/html/img/btn_alto.jpg) 4px 2px no-repeat;
}
#precedente span {
	display: none;	
}
#immagine {
	width: 350px;
	text-align: center;
}
#immagine img {
	margin: 0 auto;
	width: 250px;
}
.testo h4 {
	text-align: right;
	color: #656565;
	font: 0.9em  Arial, Helvetica, serif;
	margin: 4px;
}
.testo h2 {
	text-align: right;
}