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

html {
}

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

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

div#header {
	width:760px;	
	height:143px;
}
div#banner {
background:#366a93;
}

#faux {
	width: 100%;
}

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

div#footer {
	background:#dbe4ec;
	margin: 0 auto;
 	clear: both;
	width:760px;	
	height:39px;
}

p {margin:0;padding:0;}

a img {border:0;}

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

div#langsel{display:none;}



div#rightbox1{
	position:absolute;
	top:10px;
	right:10px;
	width:395px;
	height:45px;
}
div#rightbox2{
display:none;
}
.tx,.tx a{
		font:10px Verdana,Thaoma,sans;
	color:white;
}
.tit{
	font:10px Verdana,Thaoma,sans;
	color:red;
	position:relative;
	bottom:3px;
}

a:hover,a:visited,a:link{
	text-decoration:none
}