/*---STRUTTURA---*/
* {
  padding: 0;
  margin: 0;
} 

body { 
  background: #fff;
  font-family: "Times New Roman", Times, serif;
  font-size: 12px;
  color:#333333;
  background: #DFDFDF;}

.menu_veloce {
margin: 0px auto; margin-top:20px; width: 810px; background-color: #fff; background: #DFDFDF; height: 30px; padding-right: 10px;}

.tabs {
float:right;  margin-left:5px; background:#FFFFFF; padding:10px;text-align:center; font-size: 12px;}

.tabs a:hover {
color: #333333;}

.pagina 
{
  margin: 20px auto;
  margin-top: 0px;
  width: 800px;
  padding: 10px;
  background-color: #fff;
 /* border: 1px solid  #BBBBBB;*/
}
/*------*/

/*---INTESTAZIONE---*/
#intestazione 
{
  height: 184px;
   background: url(img/header.jpg) no-repeat;
 
}

.head {
line-height: 30px;
padding: 50px;}

h1 {
  font-family: "Times New Roman", Times, serif;
color: #FFFFFF;
font-weight:normal;
font-style:italic;
font-size:  35px;}
/*------*/


/*---CONTENUTO PAGINE---*/

	#contenuto { 
	margin-top: 15px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;
	text-align: justify;
	 font-family:"Trebuchet MS";
	}
	
	
	h2 {
	  font-family: "Times New Roman", Times, serif;
	font-style:italic;
   font-size:  25px;
	color: #C85A0E;}
	
	h3 {
	color: #C85A0E;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
	}
	
	h4 {
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
   	font-size:  16px;
	color: #C85A0E;}
	

	a {
	color: #C85A0E;}
	
	.link_normale {
	color:#333333;}
	
	.link_normale:hover {
	color: #C85A0E;
	margin-left: 10px;}



/*---PIE DI PAGINA---*/

#pie_pagina { 
  margin-top: 5px;
  font-family:"Trebuchet MS";
  height: 26px;
  text-align: center;
  background: url(img/footer.jpg) no-repeat;
  clear: both;
}

.footer {
color:#FFFFFF;
padding: 5px;}

.footer a {
color:#FFFFFF;}

/*------*/
