/* CSS Document */

.width {}

/* IE */
* html .minwidth {}
* html .container {}

html,body{
	margin:auto;
	width: 100%;
}
body{
	font-family: arial,sans-serif;
	text-align:center;
}

div#container{
	width:100%;
	text-align:center;

}
div#header{
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	width: 100px;
	}

		div#head_ang_dx{
	width: 6%;
	border-left: solid 1px;
	border-top: solid 1px;
	border-color: #000000;
	bottom: 0px;
	z-index: 1;
	position: relative;
	display: none;
}
			
		div#head_pneudinamica{
	width:75%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display:none;
}
		div#head_ang_sx{
	width: 100%;
	margin-top: 8px;
}

div#subcontainer{
}

div#logo{
	background-image: url(../immagini/sf_grigio.png);
	background-repeat: repeat-x;
	background-position:top;
	width: auto;
	margin-top: 10px;
	padding-top: 1px;
	display: none;

}
div#logo_palm{
	width: auto;
	margin-top: 10px;
	padding-top: 1px;
	margin-bottom: 20px;
}
div#colonna_dx{
	width:100%;
	text-align: center;
		margin-left: auto;
	margin-right: auto;
}
	.menu{
	width: auto;
	padding-top: 1px;
	background-image: url(../immagini/sf_grigio.png);
		}
		
div#contenuti{
	width: auto;
	padding-top: 15px;
	padding-bottom: 15px;

	}
	.colonna{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border-color: #000000;
	border: dotted 1px;
	margin-bottom: 20px;
	width: 90%;

		}
		
div#spacer {
	width: auto;
	clear: left;
	}
	
div#footer{
	display:none;
	}
div#footer_palm{
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	}
	
	div#footerbar{
	clear:left;
	display: none;
	background-color: #F0F0F0;
	border-top: 1px dotted;
	border-top-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 100%;
	padding-bottom: 1px;
	}
div#form{
	width:90%;
	margin-top: 10px;
	margin-right:auto;
	margin-left:auto;
	background-color: #D7DBE3;
	padding: 5px;
}
div#fiscale{width:95%; text-align:center; margin-left: auto; padding-right: 1%; margin-right: auto;}
div#deafult {
	width:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

