/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html, body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;	
	background: #D3E2C3;
}
#header {
	background-image:url(../images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:1000px;
	height:427px;
	margin: 0 auto;
	position: relative;
}
	#header #language {
		height:25px;
		margin-left:500px;
		margin-top:90px;
		position:absolute;
		width:200px;
		text-align:right;
	}
	#header #container {
		width:800px;
		height: 295px;
		padding-top:130px;
		margin:0 auto;
	}
		#header #container #menu {
			background: #7F8400;
			height: 45px;
			background: transparent url(../images/menu.jpg) top right repeat-x;
			text-align:center;
		}
		#header #container #foto {
			width: 100%;
			height: 250px;
			background: #2B2B2B;
			margin-bottom: 2px;
			border-bottom:2px solid #3a5b15;
		}
		
	
	
#content {
	background:#fff url(../images/centro.jpg) repeat-y top center;
	width:1000px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin:0 auto;
	overflow:auto;
}
	#content #container {
		width:800px;
		margin:0 auto;
		overflow:auto;
	}
		#content #container #sx {
			float:left;
			width:530px;
				
		}
			#content #container #sx #welcome {
				width:100%;
				text-align:justify;
			}
			#content #container #sx #info {
				width:100%;
			}
				#content #container #sx #info #servizi {
					float:left;
					width:300px;
					/*border-right:2px solid #406717;*/
				}
					#content #container #sx #info #servizi #servizio{
						width:100%;
						height:120px;
					}
						#content #container #sx #info #servizi #servizio #foto{
							float:left;
							width:100px;
						}
						#content #container #sx #info #servizi #servizio #descr{
							float:right;
							width:180px;
							text-align:justify;
							padding:0 3px 0 5px;
						}
				
				#content #container #sx #info #news {
					border-left:2px solid #406717;
					padding-left:5px;
					float:right;
					width:220px;
				}
			
		#content #container #dx {
			float:right;
			width:250px;
		}
			#content #container #dx .testo {
				padding:2px 18px 15px 0; 
			}
			
			#content #container #dx #headerFRM{
				height:16px;
				background-image:url(../images/form/header.jpg);
				background-repeat:no-repeat;
				/*background-color:#e2ddbd;*/
			}
			#content #container #dx #centerFRM{
				background-image:url(../images/form/center.jpg);
				background-repeat:repeat-y;
				padding:5px 12px 5px 12px;
				/*background-color:#e2ddbd;*/
			}
				#content #container #dx #centerFRM #risultatoRichiesta {
					margin:5px 0 5px 0;
					padding:2px 2px 2px 2px;
					text-align:justify;
					color:#FF6600;
					font-size:11px;
					font-weight:bold;
					background-color:#e2ddbd;
				}
			#content #container #dx #footerFRM{
				height:16px;
				background-image:url(../images/form/footer.jpg);
				background-repeat:no-repeat;
				/*background-color:#e2ddbd;*/
			}
		
#footer {
	background-image:url(../images/footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:1000px;
	height:166px;
	margin: 0 auto;
	color:#FFFFFF;
}
	#footer #container {
		width:800px;
		height:70px;
		padding-top:15px;
		margin:0 auto;
		text-align:center;
	}

a {
	color:#00CC00;
	font-weight:bold;
	text-decoration:underline;
}
a:hover {
	color:#00CC00;
	font-weight:bold;
	text-decoration:none;
}
		
h1 {
	background: url(../images/foglia.png) center left no-repeat;
	height:35px;
	padding: 10px 0 0 40px;
	margin:0;
	font-family:'Trebuchet MS';
	font-size:15px;
	font-weight:bold;
	color:#7F8400;
	line-height:1.2em;
}
h2 {
	padding: 0 0 0 0;
	margin:0;
	font-family:'Trebuchet MS';
	font-size:13px;
	font-weight:bold;
	line-height:1.2em;
}
h3 {
	padding: 0 0 0 0;
	margin:0;
	font-family:'Trebuchet MS';
	font-size:11px;
	font-weight:bold;
}	

/* CLASSI PERSONALIZZATE */
input.datapickerMio {
	background:#FFFFFF url(../images/calendar.png) no-repeat scroll 1px 1px;
	border:1px solid #666666;
	color:#000000;
	font-family:Verdana,Tahoma;
	font-size:11px;
	margin:0;
	padding:2px 2px 3px 22px;
	vertical-align:middle;
	width:150px;
}
.lineaH {
	width:100%;
	height:2px;
	background-color:#406717;
	margin-bottom:5px;
}
.trattamento {
	font-size: 8pt; 
	text-align:justify;
}
.datiForm {
	width: 80%;
}
.noteForm {
	font-family:Verdana,Tahoma;
	width: 96%; 
	height: 48px;
	font-size: 8pt;
}
.border {
	border:4px solid #FFFFCC;
}
.serviziDx {
	text-align:justify; 
	margin-right:20px;
}
#linea {
	border-bottom:1px solid #D8D2BD;
	height:3px;
	width:100%;
}
