/* NEWS */
#centrato {
	position:relative;
	width:100%;
	background:#fefae3;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
	float:left;
	padding-top:15px;
}	
#news {
	position:relative;
	width:755px;
	margin:0 auto 15px;
}
.newsBox-titolo
{
	position:absolute;
	top:5px;
	left:-18px;
	background:url(../../images/scritte/newsSide.gif) no-repeat;
	width:18px;
	height:59px;
}
.news 
{
	position:relative;
	width:600px;
	padding:10px;
	background:#ebeae9;
	border:1px solid #b5b5b5;
	margin:0 auto 15px;
}



/*INTERVISTE*/
#intervisteBox 
{
	position:relative;
	width:755px;
	margin:0 auto;
}
.intervista {
	position:relative;
	width:733px;
	margin:0 auto 15px;
	padding:10px;
	background:#ebeae9;
	border:1px solid #b5b5b5;
	float:left;
	text-align:justify;
}
.intervista img {
	width:150px;
	float:left;
	margin:0 15px 3px 0;
}
.intervista-completa
{
	display:none;
}

/* scritte */
#interviste-titolo_it,
#interviste-titolo_en,
#interviste-titolo_de {
	position:absolute;
	top:-34px;
	left:20px;
	height:18px;
	width:120px;
}
#interviste-titolo_it {
	background:url(../../images/scritte/interviste_it.gif) no-repeat;
}
#interviste-titolo_en {
	background:url(../../images/scritte/interviste_en.gif) no-repeat;
}
#interviste-titolo_de {
	background:url(../../images/scritte/interviste_de.gif) no-repeat;
}