/*
-----------------------------------------
				testata
-----------------------------------------
*/

/*#head {
	height: 204px;
}*/

/*
-----------------------------------------
				menu
-----------------------------------------
*/

/*#menu {
	margin: 0 20px 0 20px;
	
	text-align: right;
}

#menu ul {
	margin: 0 0 1px 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	margin: 1px 0 0 0;
	padding: 3px 5px;
	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #ccc;
	border-right: 3px solid #ccc;
	
	background: #ccc;
	
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
	border-bottom: 1px solid #f7f7f7;
	
	background: #f7f7f7;
	
	color: #777;
}*/

/*
-----------------------------------------
			  container
-----------------------------------------
*/

#container {
	background: #fff url(../images/sfum.jpg) 0 0 repeat-x;
}


/*
-----------------------------------------
			  news
-----------------------------------------
*/

#news {
	margin-top: 20px;
	
}

#news h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	color: #777;
	font-weight: normal;

	margin: 0;
	padding-left: 15px;

	border-bottom: 1px #edeedd solid;
}

#news ul {
	margin: 2px 0;
	padding: 8px 0;
	
	border-top: 1px #999 solid;
	border-bottom: 1px #999 solid;

	/*background: #f5f5f5;*/

	list-style: none;

	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#news li {
	position: relative;
	display: block;
	height: 72px;

	padding: 0;
	margin: 2px 1px;

	background: #fff url(../images/data_bg.jpg) repeat-y 0 0;

	border-bottom: 1px #edeedd solid;
	border-right: 1px #edeedd solid;
}

#news ul li span.data {
	display: block;
	background: #edeedd url(../images/data_bg.jpg) no-repeat 0 0;

	padding: 2px 15px;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #f9f9f9;
}

#news ul img {
	width: 80px;
	height: 55px;
	padding: 0;
	margin: 0 20px 0 1px;
	border: 0;
}

#news ul span.news_text {
	display: block;
	height: auto;
	margin: 5px 0 0 0;

	color: #555;
}

#news ul .news_text a {
	font-weight: bold;
	text-decoration: none;

	color: #555;
}

#news ul .news_text a:hover {
	color: #C9A71D;
	text-decoration: none;	
}

#news ul .news_info {
	position: absolute;
	bottom: 3px;
	right: 20px; 
	display: block;
	margin: 0;

	font-size: 9px;
	color: #888;
	text-align: right;
}

#news ul .news_info a {
	text-decoration: none;

	font-size: 9px;
	color: #888;
}

#news ul .news_info a:hover {
	text-decoration: underline;	
}

#news #archivio_news {
	border-top: 1px #edeedd solid;
}

#news #archivio_news a {
	display: block;
	padding: 0 5px 0 0;
	text-decoration: none;
	text-align: right;

	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}

/*
-----------------------------------------
			  intro
-----------------------------------------
*/


#intro {
	margin: 10px 0;
	/*padding: 1px 0 30px 0px;
	
	background: #edeedd;*/
}

#intro p {
	float: left;
	width: 400px;
	/*margin: 0 20px;*/
	padding: 15px;
	
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
	border-left: 3px solid #edeedd;
	/*border-right: 3px solid #ccc;*/
	
	
	font-size: 0.9em;	
}

#contents #intro img {
	float: right;
	
	margin: 10px 20px 0 0;
}

/*
-----------------------------------------
				contents
-----------------------------------------
*/

#contents {
	padding: 0px 20px 10px;

	/*background:  #fff url(../images/sfum.jpg) 0 0 repeat-x;*/
}

#contents img {
	float: left;
	
	/*border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;*/
}

#contents a.image img{
	border: 1px #edeedd solid;
	text-decoration: none;
	margin:0;
	padding:0;
}

.section {
	float: right;
	
	width: 460px;
	height: 80px; /*80px 6.55em*/
	
	margin: 0 0 5px 0;
	padding: 0 10px;
	
	border-top: 1px solid #edeedd;
	border-bottom: 1px solid #edeedd;
	/*border-left: 1px dashed #ccc;*/
	
	font-size: 11px;
	color: #333333;	
}

.section p {
	padding: 0;
	margin: 0;
}

.section h2 {
	margin: 5px 0;
	
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.section a {
	color: #555;
	text-decoration: none;	
}

.section a:hover {
	color: #C9A71D;
	text-decoration: none;	
}

/*
-----------------------------------------
				loghi
-----------------------------------------
*/

#loghi {
	margin-top: 10px;
}