/* --------------------------------------------------------- */
/*                        home                               */
/* --------------------------------------------------------- */
body {
   background-image: url(../img/pannello.jpg);
	background-repeat: repeat;
}
div#introduzione {
	font-family: Georgia;
	font-size: 0.9em;
	font-weight: normal;
	color:  #573B00;
	padding: 0;
	text-align: center;
}
div#introduzione_left {
	width: 360px; 
	float:left; 
	text-align: left;
}
h2 {
	font-family: Arial; 
	font-weight: bold; 
	font-size: 16px; 
	color: #507bb9; 
	margin: 0;
}
h1 {
	font-family: Arial; 
	font-weight: bolder; 
	font-size: 25px; 
	color: #507bb9; 
	margin: 0;
}
p {
	font-family: Arial; 
	font-weight: normal; 
	font-size: 12px; 
	color: #507bb9; 
	margin: 0; 
}
div#introduzione_right {
	width: 400px;
	height: 542px;
	float: right; 
	background-image: url("../img/foto4_inv_web.gif"); 
	/*background-image: url("../img/buoni_in_famiglia.jpg"); */
   cursor: default; 
	/*cursor: pointer;*/
	background-repeat: no-repeat;
	text-align: right;
}
span#posizione_menu {
	position: relative;
	top: 0px;
	/* top: 350px; */
}

a{
	color: #663300; 
	/* color: white; */
	text-decoration: none;
	font-style: normal;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
}

a:hover{
   color: #507bb9;
	/* color: #FEFF3E; */
	text-decoration: underline
}

a.evid{
	color: white; 
	/* color: white; */
	text-decoration: none;
	font-style: normal;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight: bold;
}

a.evid:hover{
   color: white;
	/* color: #FEFF3E; */
	text-decoration: underline
}

a.evid2{
	color: darkgreen; 
	text-decoration: none;
	font-style: normal;
	font-family: georgia, serif;
	font-size: 14px;
	font-weight:bold;  
}

a.evid2:hover{
   color: darkgreen;
   text-decoration: underline
}
img {
	border: none;
}


/* VECCHIA VERSIONE
div#logo {
	width: expression(document.body.clientWidth < 800 ? "800px" : "auto" ); /* solo per IE, non supporta min-width 
	border: none;
	padding: 0;
	margin: 10 20 0 0;
	text-align: center;	
} 
div#introduzione {
	font-family: Georgia;
	font-size: 0.9em;
	font-weight: normal;
	color:  #573B00;
	padding: 0;
	text-align: center;
}
div#introduzione h1 {
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: normal;
	color: #573B00;
	padding: 0;
	margin: 0;
   margin-top: 2em;
   margin-bottom: 0.5em;	
}

div#introduzione a {
   text-align : center;
	 color : #527ab4;
	 font-family: Times New Roman;
	 font-size: 1.3em;
   font-weight: bold;
	 text-decoration: none;	 
	 
}
div#introduzione a:hover {
   text-decoration : underline;
}


div#navigation{
	margin: 0;
	padding: 0;
}
div#navigation ul{
   margin: 0;
   margin-top: 0em;
	padding: 0; 
	list-style-type: none;
	text-align: center;
}
div#navigation li {
	display: inline;
	margin-left: 0.2em;
	margin-right: 0.2em;	
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.25em 0.5em 0.5em 0.5em;
} 
div#navigation a{
   color:#369;
	text-decoration: none;
	font-style: normal;
	font-family: georgia, serif;
	font-size: 1em;
	font-weight: bold;
	color: #573B00;
}

div#navigation a:hover{
   color: #719d2c;
	text-decoration: underline
}


div#dati_azienda {
	width: expression(document.body.clientWidth < 800 ? "800px" : "auto" ); /* solo per IE, non supporta min-width 
 	font-family:  Verdana, Arial, Sans-serif;
	font-size: 0.7em;
	text-align: center;
	border-top: none;
	border-bottom: none;
	margin-top: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;		
}
*/


/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

