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

html {
	scrollbar-darkshadow-color:#000;
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#000;
	scrollbar-shadow-color:#fff;
	scrollbar-arrow-color:#000;
	scrollbar-base-color:#fff;
}

body { 
	background:#fff;
	text-align:center;
}

div#container {
	margin: 0 auto;
	width:850px;
	text-align:left;
}

div#header {
	width:850px;	
	height:134px;
}

#faux {
	background:url(/custom_cms/images/sf-cont.gif) repeat-y /*scroll 0%*/;
/*	height:100%;*/
	margin-bottom:0px;
	width:100%;
	
	height: auto !important;  /* per i browser moderni */
   height:597px;  /* per IE5.x e IE6 */
   min-height:627px;  /* per i browser moderni */
}

div#content {
/*background:red;*/
/*	float:left;
	width:622px;*/
 	position: relative;
	right:0px;
	top:0px;
	padding-bottom:24px;
	height: auto !important;  /* per i browser moderni */
   height:597px;  /* per IE5.x e IE6 */
   min-height:500px;  /* per i browser moderni */
	z-index:1;
}

div#footer {
	margin: 0 auto;
 	clear: both;
	width:850px;	
	height:20px;
	border-top:2px solid white;
}

.clear { clear: both; background: none; }

a img {border:0;}

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

div#langsel{display:none;}
