/*IMPORTO stile menu pricipale orizzontale*/
@import url(/cms/style/menu.css);

/*IMPORTO stile modulo news*/
@import url(/cms/style/news.css);

/*IMPORTO stile moduli form (contatti, errore, segnala)*/
@import url(/cms/style/form.css);

/*IMPORTO stile modulo mappa*/
@import url(/cms/style/mappa.css);	

/*IMPORTO stile allegati*/
@import url(/cms/style/allegati.css);

/*IMPORTO stile modulo download*/
@import url(/cms/style/download.css);

.hide, hr, #quick, #header h1 {
	display: none;
}
html {
	border: 0;
	margin: 0;
	padding: 0;
	background-color: #efefef;
	font-size: 0.79em;
}
body {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.79em;
	color: #666;/*grigio*/
	background: url(/cms/images/back.gif) repeat-x;
}
	
	h1, h2, h3, h4, h5, h6 {
		border: 0;
		margin: 0;
		padding: 0;
	}
		h2 {
			font-size: 2em;
			/*background-image: url(/cms/images/h2_servizio.gif);
			background-position: center;
			background-repeat: repeat-x;*/
		}
			/*h2 span {
				background-color: #fff;
				padding-right: 1em;
			}*/
		
		h3 {
			font-size: 1.8em;
		}
		
		h4 {
			font-size: 1.5em;
		}
		
	p, ol, ul {
		text-align: justify;
	}
	
	
	
	a:hover {
		text-decoration: none;
		color: #000;
	}
	img {
		border: 0;
	}
	
	.errore {
		font-weight: bold;
		color: #ff0000;
		margin-bottom: 0.8em;
	}

/* CONTENT */

#content {
	border: 0;
	margin: 0 auto;
	padding: 0;
	
	width: 90em;
}

/* HEADER LOGO E IMG */

#header {
	border: 0;
	margin: 0;
	padding: 0;
			
	width: 90em;
	height: 11em;
	float:left;
}
	#header img {
		border: 0;
		margin: 0;
		padding: 2em 8em 0 0;
		
		float: left;
	}
	
	#colOne {
		border: 0;
		margin: 0;
		padding: 7em 0 0 0;
	
		float: left;
		width: 20em;
	}
	
	#colOne div.sx {
		margin: 1em 0 0 0;
		padding: 1em 0 0 2em;
	
		border-bottom: 1px solid #efffff;
		background-image: url(/cms/images/servizio.gif);
		background-repeat:no-repeat;
		background-position: bottom left;
		font-size: 1.3em;
		letter-spacing: 0.3em;
	}
	#colOne #riferimenti {
		padding: 10em 4em 0 0;
		font-size: 1.1em;
		letter-spacing: 1px;
		text-align: right;
		color: #84a9bb;
	}
		
	#colTwo {
		border: 0;
		margin: 0;
		padding: 3em;
		
		width: 60em;
		float: left;
		text-align: justify;
		
		line-height:2em;
		border: 1px solid #f7f7f7;
		background-color: #fff;
		min-height:50em;
	}
	#dx {
		border: 0;
		margin: 0;
		padding: 0;
		float: left;
		width: 3em;
		height:50em;
		background: url(/cms/images/dx.png) no-repeat;
	}
		#breadcrumbs {
			border: 0;
			margin: 0 0 0.5em 0;
			padding: 0;
		}
		#colTwo div#abstract, #colTwo div#testo_esteso {
			border: 0;
			margin: 1em 0 0 0;
			padding: 0;
			
			font-size: 1.2em;
			float: left;
			width: 100%;
			display: block;
			clear:both;
		}


#content div#opzioni {
	margin: 2em 0 0 0;
	border-top: 1px dotted #ccc;
		
	text-align:right;	
	float: left;
	width: 100%;	
	display: block;
	clear:both;
}		
	#content div#opzioni a  {
		margin: 0.8em 0 0 0.8em;
	}
	#content .nav {
		text-align:center;
		margin-top:1em;
		clear:both;
	}
	#content .nav img, #content div#opzioni img {
		margin: 0.2em 0.8em 0 0.8em;
		border: 0;
		vertical-align:middle;						
	}

div#popup {
	margin: 0;
	padding: 0;
	border: 0;
	
	position:absolute;
	z-index:40;
	
	width: 60em !important;
	height: 40em !important;
	top:50%;
	left:50%;
	margin-left:-30em;
	margin-top:-20em;
	background-color:#000;
	
	border:5px solid #ccc;
	filter:alpha(opacity=70);
	opacity:0.7;
	text-align:right;
}
	div#popup a{	
		display:block;
		width:20em;
		height:5em;
		color:#fff;
		font-weight:bold;
		float:right;
		vertical-align:bottom;
		line-height:5em;
		padding-right:2em;
	}
div#contenuto {
	position:absolute;
	z-index:55;
	width: 50em !important;
	height: 30em !important;
	top:50%;
	left:50%;
	margin-left:-25em;
	margin-top:-15em;
	
	text-align:left;
	background-color:#fff;
	border:3px solid #ccc;
}	

/* FOOTER */
#bottom {
	border: 0;
	margin: 0;
	padding: 0;
	
	width: 90em;
	clear:both;
}
	#bottom p {
		border: 0;
		margin: 0 0 0 20em;
		padding: 0;
		
		height: 3em;
		background: url(/cms/images/bottom.png) no-repeat;
	}
	
#footer {
	border: 0;
	margin: 0;
	padding:0;
	
	width: 90em;
	clear:both;
}

	#footer p {		
		border: 0;
		margin: 0 0 2em 0;
		padding: 0;

		text-align: center;
	}
