@charset "iso-8859-2";
/* CSS Document */



body {
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(../images/sfondo.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #373735;
}

/* Suggerimenti per i layout elastici 
1. Poiché le dimensioni generali dei layout elastici sono basate sulla dimensione predefinita del carattere dell'utente, il risultato di questi layout è meno prevedibile. Se usati correttamente, risultano più accessibili per gli utenti che hanno bisogno di visualizzare i caratteri con dimensioni maggiori, perché la lunghezza delle righe rimane proporzionale.
2. Le dimensioni dei div di questo layout sono basate sul 100% della dimensione del carattere nell'elemento body. Se si riduce la dimensione generale del testo specificando font-size: 80% nell'elemento body o in #container, ricordarsi che l'intero layout si ridurrà in proporzione. Per compensare eventualmente questo effetto, si può aumentare la larghezza dei vari div.
3. Se le dimensioni dei caratteri vengono modificate in modo diverso per ogni div anziché a livello globale (ovvero, se si assegna a #sidebar1 una dimensione di carattere del 70% e a #mainContent dell'85%), le dimensioni generali di ciascun div verranno modificate in modo proporzionale. È possibile adattare il risultato in base alle dimensioni finali dei caratteri.
*/
.oneColElsCtrHdr #container {
	width: 44em; /* i margini auto (insieme a una larghezza) centrano la pagina */
	border: 1px solid #000000;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body.*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColElsCtrHdr #header {
	background-color: #DDDDDD;
	background-image: url(../images/provaintest.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 156px;
} 
.oneColElsCtrHdr #header h1 {
	margin: 0; /* azzerando il valore margin dell'ultimo elemento del div #header si evita la compressione del margine, con la creazione di uno spazio inspiegabile tra i div. Se il div è circondato da un bordo, questo accorgimento non è necessario perché anche il bordo impedisce la compressione del margine */
	padding: 10px 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
}
.oneColElsCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 180px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColElsCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 21px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	background-color: #FFFFFF;
} 
.oneColElsCtrHdr #footer p {
	font-size: 10px;
	color: #666666;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 20px;
	float: right;
}
#menu  {
	color: #333333;
	height: 33px;
	background-color: #E0E2E1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/sfondomenu.gif);
	border-top-style: solid;
	border-bottom-style: solid;
	}
		#menu ul	{
	list-style-type: none;
	height: 33px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
		}
		#menu li	{
	font-size: 12px;
	display: inline;
	margin: 0px;
	height: 33px;
		}
		#menu a{
	font-size: 12px;
	display: block;
	background-repeat: repeat-x;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	font-weight: bolder;
	height: 33px;
	text-align: center;
	padding: 0px;
	width: 92px;
	float: left;
	margin: 0px;
}

		#menu a:hover{
	font-size: 12px;
	font-weight: bold;
	color: #0033FF;
	background-color: #99CCCC;
	height: 33px;
			}
#submenu {
	float: right;
	width: 13em;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #666666;
	left: 10px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	}
#divisore {
	background-image: url(../images/divisore.gif);
	background-repeat: repeat-x;
	height: 3px;
	width: 368px;
	margin: 0px;
	padding: 0px;
	float: right;
}

		#submenu ul	{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	list-style-type: none;
		}
		#submenu li	{
	font-size: 14px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-color: #70807A;
	text-align: left;
	width: 120px;
	border-left-width: 1px;
	border-left-color: #70807A;
		}
		#submenu a{
	font-size: 12px;
	height: 37px;
	color: #0033FF;
	text-decoration: none;
	font-weight: bold;
	width: 100px;
	padding-left: 20px;
	margin: 10px;
}

		#submenu a:hover{
	color: #000099;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;

			}
.active {
	color: #333333;
	border-right-color: #6699FF;
	border-left-color: #6699FF;
	height: 30px;
	background-color: #99CCCC;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
	text-decoration: underline;
	background-image: url(../images/barraactive.gif);
	background-position: center bottom;
}
#logo {
	float: right;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-right: 0px;
	
	}
	#logo1 {
	float: right;
	width: 43px;
	height: 100px;
	background-repeat: no-repeat;
	margin-top: 5px;
	padding-right: 5px;
	background-image: url(../images/Bandiera_italiana.jpg);
}
.oneColElsCtrHdr #mainContent h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: x-large;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-left: 80px;
}
#contavisite {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-right: 0;
	margin-top: 60px;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 20px;
	text-decoration: none;
	float: left;
	width: 400px;
}
#contavisite img {
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration: none;
	margin-top: 0;
	padding: 0px;
}
.oneColElsCtrHdr #mainContent h2 {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 15px;
	font-size: large;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #70807a;
	background-image: url(images/bottonemenu.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#footermenu ul {
	list-style-type: none;
	height: 33px;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footermenu {
	list-style-type: none;
	margin: 0px;
	height: 20px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#footermenu li {
	list-style-type: none;
	height: 33px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin: 0px;
	float: left;
}
#footermenu a {
	list-style-type: none;
	height: 33px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.activesubmenu {
	color: #333333;
	height: 30px;
	text-decoration: underline;
	background-repeat: no-repeat;
	list-style-type: none;
	background-position: left center;
}
.oneColElsCtrHdr #mainContent img {
	padding-top: 0;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
	float: left;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
}
.oneColElsCtrHdr #mainContent p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	padding: 0px;
}
.oneColElsCtrHdr #mainContentazienda {
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColElsCtrHdr #mainContentazienda p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 90%;
}
.oneColElsCtrHdr #mainContentazienda h2 {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: large;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #70807a;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
.oneColElsCtrHdr #mainContentazienda  h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: x-large;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footermenu  a:hover {
	list-style-type: none;
	height: 33px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
#menudx {
	width: 210px;
	float: right;
	padding-right: 2px;
}
#logocqidx {
	width: 90px;
	margin-top: -37px;
	padding: 0px;
	float: right;
}
#logoveqsx {
	width: 90px;
	margin-top: 0px;
	padding: 0px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#scrittacqi  {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 155px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#prodotti {
	width: 250px;
	float: left;
}
#prodotti img {
	margin: 0px;
	padding: 0px;

}
.oneColElsCtrHdr #mainContentprodotti {
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/colonnaveq.gif);
}
.oneColElsCtrHdr #mainContentprodotti p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 90%;
}
.oneColElsCtrHdr #mainContentprodotti h2 {
	padding-top: 0;
	padding-right: 140px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: large;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #70807a;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
.oneColElsCtrHdr #mainContentprodotti h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: x-large;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#scrittaveq {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 210px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 132px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scrittabiblio {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scrittahome {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtrHdr #mainContenthome {
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.oneColElsCtrHdr #mainContenthome p {
	padding-top: 170px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColElsCtrHdr  #mainContenthome  img {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
#scrittaprodotti {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#scrittaprodotticqi {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 280px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#logocqidxcqi {
	width: 90px;
	margin-top: -67px;
	padding: 0px;
	float: right;
}
.oneColElsCtrHdr #mainContentcqi {
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.oneColElsCtrHdr #mainContentcqi p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.oneColElsCtrHdr #mainContentcqi h2 {
	padding-top: 0;
	padding-right: 140px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: large;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #70807a;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
.oneColElsCtrHdr #mainContentcqi h1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: x-large;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#scrittanotegen {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	vertical-align: middle;
}
#testo {
	top: 0px;
	right: 0px;
	padding: 0px;
}
#testo img {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#testo p {
	font-size: 90%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.contenuto {
	padding-top: 10px;
	height: 350px;
}
.contenuto img {
	float: left;
	margin-right: 5px;
	padding-top: 15px;
	padding-left: 15px;
}
.contenuto1 {
	padding-top: 10px;
}
.contenuto1 p {
	padding-top: 10px;
	font-size: 90%;
	padding-bottom: 10px;
}
.oneColElsCtrHdr #mainContentcqi1 {
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(../images/scatolecqifer.gif);
}
#bibliotab {
	background-repeat: no-repeat;
	width: 630px;
}
.oneColElsCtrHdr #container1 {
	width: 55em; /* i margini auto (insieme a una larghezza) centrano la pagina */
	border: 1px solid #000000;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body.*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menudx1 {
	width: 210px;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
}
.oneColElsCtrHdr #header1 {
	background-color: #DDDDDD;
	background-image: url(../images/intestazione.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 156px;
}
#scrittaazienda {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#img1 {
	padding-top: 30px;
	height: 220px;
	width: 150px;
	background-image: url(../images/corridoio.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
	position: relative;
	left: 0px;
	bottom: 150px;
}
#img2 {
	position: relative;
	left: 90px;
	width: 240px;
	background-image: url(../images/liofilizzatore.gif);
	background-repeat: no-repeat;
	height: 180px;
	bottom: 20px;
}
#stat {
	width: 100px;
	bottom: 0px;
	top: 0px;
	left: 650px;
	right: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#img3 {
	background-image: url(../images/quadroliof.gif);
	height: 220px;
	width: 150px;
	position: relative;
	left: 350px;
	bottom: 380px;
	background-repeat: no-repeat;
}
#testo {
	padding-top: 0px;
	width: 300px;
	margin-top: 0px;
	position: relative;
	left: 200px;
	bottom: 240px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
#testo1 {
	padding-top: 0px;
	width: 330px;
	margin-top: 0px;
	position: relative;
	left: 0px;
	bottom: 280px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.oneColElsCtrHdr #container2 {
	width: 44em; /* i margini auto (insieme a una larghezza) centrano la pagina */
	border: 1px solid #000000;
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body.*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: center bottom;
}
#img0 {
	left: 80px;
	width: 400px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#testo2 {
	padding-top: 0px;
	width: 450px;
	margin-top: 0px;
	position: relative;
	left: 20px;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
}
#imglogo {
	position: relative;
	left: 10px;
	width: 60px;
	bottom: 130px;
	background-image: url(../images/logocare.gif);
	background-repeat: no-repeat;
	height: 58px;
}
#scrittahome1 {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 140px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtrHdr #mainContenthome1 {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}
#testo2 p {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
}
.oneColElsCtrHdr #mainContentsugge {
	padding-top: 0;
	padding-right: 250px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#scrittasondaggio {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
}
.oneColElsCtrHdr #mainContentinformazioni {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 460px;
}
#scrittainformazione {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColElsCtrHdr #mainContentinformazioni p {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	font-size: 90%;
}
.oneColElsCtrHdr #mainContentinformazioni h2 {
	padding-top: 0;
	padding-right: 150px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	color: #006633;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #70807a;
	background-position: left center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	left: 20px;
}
#contavisite1 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0;
	bottom: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 20;
	margin-bottom: 0;
	margin-left: 2px;
	text-decoration: none;
	float: left;
	width: 475px;
}
#menudx1 {
	width: 200px;
	float: right;
	padding-right: 2px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#testo3 {
	padding-top: 30px;
	width: 450px;
	margin-top: 0px;
	position: relative;
	left: 20px;
	bottom: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	vertical-align: middle;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
