body {
	background: #ddd;
	color: #404040;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 0px;
}

hr, h1 {
	display: none;
}

h6 {font-size: 80%;}
h5 {font-size: 90%;}
h4 {font-size: 110%;}
h3 {font-size: 130%;}
h2 {font-size: 150%;}
h1 {font-size: 170%;}

#esterno {
	width: 760px;
	margin: 0px auto auto auto;
}

#header {
	height: 360px;
	background: url(../files/modello/intestazione.jpg) no-repeat center bottom;
}

#corpo {
	text-align: left;
	padding: 0px 20px 0px 15px;
	margin: 0px 0px 30px 0px;
}

#contenitoremenu {
	width: 170px;
	float: left;
	margin-right: 20px;
}
	
	#menu ul {
		list-style: none;
		margin: 0px 0px 20px 0px;
		padding: 0px;
		border: 0px;
	}
		
		#menu li {
			margin: 0px 0px 2px 0px;
			padding: 0px;
		}
			
	#menu ul li a {
		display: block;
		width: 150px;
		background: #ddd url(../files/modello/back_up.gif) no-repeat center left;
		color: #404040;
		font-weight: bold;
		text-decoration: none;
		padding-left: 20px;
		padding-right: 2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #999;
		border-bottom: 1px solid #999;
		border-left: 1px solid #fff;
	}
	
		#menu ul li a:hover {
			color: #404040;
			background: #ddd url(../files/modello/back_down.gif) no-repeat center left;
			border-top: 1px solid #999;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			border-left: 1px solid #999;
			padding-left: 22px;
			padding-right: 0px;
		}

	#menu ul li ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
		
		#menu li {
			margin: 0px;
			padding: 0px;
			border: 0px;
		}
			
	#menu ul li ul li a {
		display: block;
		width: 150px;
		background: #ddd;
		color: #404040;
		font-weight: bold;
		text-decoration: none;
		padding-left: 20px;
		padding-right: 2px;
		border: 1px solid #ddd;
	}
	
		#menu ul li ul li a:hover {
			color: #ddd;
			background: #404040;
			border: 1px solid #404040;                        
		}


#lingua {
	width: 170px;
	height: 20px;
	padding-left: 25px;
	margin-bottom: 20px;
}

#lingua ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

	#lingua li {
		float: left;
		margin: 0px;
		padding: 0px;
	}
           
	#lingua li a {
		display: block;
		width: 22px;
		height: 15px;
		margin-right: 5px;
		text-decoration: none;
	}

		#lingua li span {
			display: none;
		}

#it {
	background: url(../files/modello/it.gif) no-repeat center left;
}

#en {
	background: url(../files/modello/en.gif) no-repeat center left;
}

#fr {
	background: url(../files/modello/fr.gif) no-repeat center left;
}

#de {
	background: url(../files/modello/de.gif) no-repeat center left;
}

#es {
	background: url(../files/modello/es.gif) no-repeat center left;
}     

#contenuto {
	width: 520px;
	float: left;
	padding: 0px;
	margin: 0px;
}
	
#titolo {
   height: 40px;
   padding-left: 50px;
   padding-top: 0px;
   margin-top: 0px;
   background: url(../files/modello/macchia.gif) no-repeat top left;
   }

	#contenuto a, #newsletter a {
		font-weight: bold;
		color: #404040;
		background: #ddd;
	}
	
	#contenuto a:hover, #newsletter a:hover {
		color: #404040;
		background: #eee;
		text-decoration: underline overline;
	}

	#contenuto li {
		margin-bottom: 5px;
	}

	#contenuto h3, #newsletter h3 {
		text-align: center;
		margin-top: 30px;
		color: #e78903;
		background: #ddd;
		font-size: larger;
	}
	
	#contenuto table {
		font-size: 10px;
	}

#chiudifloat {
	clear: both;
}

#footer {
	width: 97%;
	font-size: smaller;
	text-align: right;
	border-top: 1px solid #999;
	padding: 10px 0px 10px 10px;
}

	#footer a {
		font-weight: bold;
		color: #8297d6;
		background: #ddd;
	}
		
	#footer a:hover {
		text-decoration: underline overline;
	}

/******************* classi *******************/

.nascondi {
	display: none;
}

.centra {
	text-align: center;
}

.destra {
	text-align: right;
}

.spazia_sotto {
	margin-bottom: 30px;
}

.arancione {
	color: #e78903;
}


/****************  news  **********************/

.news, .pages {
   padding-bottom: 20px;
   border-bottom: 1px solid #c0c0c0;
   }

.read {
   text-align: right;
   }



