/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS
 ------------------------------------------------------------
*/
* { padding:0; margin:0; }


div#menuSecondarioBar{display:none !important}
html {
}


body {/*background:#eceff3;*/
	text-align:center;
}


div#container {
	margin: 0 auto;
	width:900px;
	text-align:left;
	background:#fff url('/custom_cms/images/sf.jpg') no-repeat;
}

div#header {
	width:824px;	
	height:85px;position:relative;top:30px;left:38px;
	overflow:hidden;
}

#faux {
	position:relative;
	width: 100%;
}

div#content {position:relative;
	height: auto !important;  /* per i browser moderni */
   height:600px;  /* per IE5.x e IE6 */
   min-height:600px;  /* per i browser moderni */
}

div#footer {
	margin: 0 auto;
 	clear: both;
	width:900px;background:white;
	height:28px;border-top:1px solid white
}

p {margin:0;padding:0;}

a img {border:0;}

.errmsg{font:11px Arial,Verdana,Thaoma,sans;}

div#langsel{display:none;}





div#datiBottom{
	font:11px Arial,Verdana,Thaoma,sans;
	color:#6f6e6c;
	position:relative;
	left:0px;
	top:7px;
	width:900px;
	float:left;
	text-align:left;
}

div#datiBottom a{
			color:#6f6e6c;text-decoration:none
}



