body {
	background-image: url(../img/background.gif);
	text-align: center;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}
#contenitore {
	height: 430px;
	width: 820px;
	background-image: url(../img/sfondocontenitore.png);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 80px;
	background-repeat: no-repeat;
}

#menu {
	position: absolute;
	left: 380px;
	top: 310px;
	width: 400px;
}
#colonna1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#colonna2 {
	position: absolute;
	left: 250px;
}
#colonna1 li{
	list-style-type: none;
	
}
#menu div{
	margin-bottom: 7px;
	
}
#contenitorebox {
	height: 250px;
	width: 370px;
	position: absolute;
	left: 420px;
	top: 25px;
	text-align: justify;
}
.content-text {
	width: 320px;
	height: 200px;
	margin-left: 20px;
}

#spinner {
	position: absolute;
	left: 120px;
	top: 150px;
	visibility: hidden;
}

#testonews{
	width: 290px;	
}
a:link, a:visited {
	color: #999;
	text-decoration:none;
}
a:hover { 
	color: black;
	text-decoration: underline;
}


/* NEWS */

#news-box {
	width: 335px;
	height: 178px;
	overflow: auto;
	position: relative;
}
.news-item {
	display: block;
	width: 270px;
	padding: 10px;
}
.news-item .title {
	font-weight: bolder;
	color: #333;
	float: left;
	cursor: pointer;
}
.news-item .title-link:hover {
	text-decoration: underline;
}
.news-item .summary {
	padding-top: 10px;
	padding-bottom: 10px;
	font-style: italic;
}
.news-item .text {
	padding-top: 10px;
	padding-bottom: 10px;
}
.news-item .link {
}
.news-item .file {
	float: right;
}