/*
Foglio di stile home page Entracque.org
Geraci Davide - Informatica System s.r.l. - 28/11/2005
*/

body {
	text-align:center;
	background-color: #114E6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px auto;
}
#contenitore {
	margin: 0px auto;
	text-align:center;
}
#intestazione { display:none;}
#flash {display:none;}
#menu {display:none;}
#separatore {display:none;}
#corpo { 
	text-align:left;
	}
	#navigazione {display:none;}
		h1{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 130%;
			color: #003366;
			font-style: normal;
			font-weight: normal;
			text-align: left;
		}	
		h2{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 120%;
			color: #003366;
			font-style: normal;
			font-weight: bold;
			text-align: left;
		}	
		h3{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 130%;
			color: #003366;
			font-style: normal;
			font-weight: bold;
			text-align: left;
		}
		h4{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 100%;
			color: #003366;
			font-style: normal;
			font-weight: bold;
			text-align: left;
		}	
		h5{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #003366;
			font-style: normal;
			font-weight: bold;
			text-align: left;
		}			
		h6{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 120%;
			color: #003366;
			font-style: normal;
			font-weight: bold;
			text-align: left;
		}			
		p {		
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #003366;
			font-style: normal;
			text-align: left;
			font-weight: normal;
		}	
		A { color: #900;font-weight: bold;
			text-decoration: underline;}
		.ripristino-float { clear: both;}
		img { border: none; }
		#testo table.tabella {
			border:1px solid #ffffff;
			margin:0px 5px 5px;
		}
		#testo table.tabella tr th{
			text-align:center;
			background-color: #C9E1E9;
			border:1px solid #ffffff;
		}
		#testo table.tabella tr td{
			background-color: #DFEAE7;
			border:1px solid #ffffff;
		}		
		#testo img.elenco {
			margin: 0px 10px 2px 0px;
			float:left;
			border: 1px solid #186C9A;
		}
		#testo img.dettaglio {
			margin: 0px 0px 2px 10px;
			float: right;
			border: 1px solid #186C9A;
		}		
#piede {
	clear: both;
	text-align: left;
}
		#piede p {
			color:#000000;
		}
		#piede a:link, #piede a:visited {color: #000000;text-decoration:none;}
		#piede a:hover, #piede a:active {text-decoration:underline;color: #000000;}		
.marginesx {
	margin-top: 2px;
	margin-left: 25px;	
}
.errore {
	color:#E6981F;
	font:Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#testo img.noborder {
	border:0px solid #ffffff;
}
#testo img.nobordmarg {
	border:0px solid #ffffff;
	margin:0px;
}
#testo div.servizi {
	background-color: #FFFFFF;
	border: 1px solid;
	border-color: #E6981F;
}

#testo div.servizi p {
	text-align:left;
}