/* CSS Document */

@import "master.css";
@import "a-normal.css";


/* BODY + HTML */

body, html{
	background  :url(img/sf_body.gif);
	padding:0;
	margin:0;
	/*
	Attributi per il testo di default senza formattazione, deve essere lo stesso
	della classe .testo definita in a-normal.css
	*/
	font-family		: Verdana; 
	color			: #000000; 
	font-size		: 10px;
	text-align	:center;
}

div#pref{
	float:right;
}

a#gocont{
	display:none;
}

/* TARGHETTA OPENASP */
/* #targhetta a{
	background:url(img/targhetta2.gif) right top no-repeat;
	position:absolute;
	display:block;
	right:0;
	width:100px;
	text-indent:-55555em;
	height:100px;
	z-index:100;
} */


/* CONTAINER */

#container{
	/* modifica AP 780>900>1280 */
	width		:1280px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container.jpg) left top repeat-y;
	position:relative;
}

#containersx{
	/* modifica AP 780>900>1280 */
	width		:1280px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container_sx.jpg) left top repeat-y;
	position:relative;
}

#containerdx{
	/* modifica AP 780>900>1280 */
	width		:1280px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container_dx.jpg) left top repeat-y;
	position:relative;
}

#containersn{
/* modifica AP 780>900>1280 */
	width		:1280px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background-color	:#FFFFFF;
	position:relative;
}

/* HEADER */

#header{
	background	:url(img/sf_headerVI.jpg) repeat-x;
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	height		:151px;
	/* modifica AP 780>900>1280 */
	width		:1280px;
}

/* header h1 */
#header h1{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	border		:none;
	color		:#FFFFFF;
	font-size	:28px;
	padding		:20px 0 0 20px;
	margin-right:5px;
}

/* header h2 */
#header h2{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color		:#FFFFFF;
	font-size	:12px;
	padding		:0 0 0 20px;
	border		:none;
	
}

#content{
	/* modifica AP 780>900>1280 */
	width		:1280px;
}

/* colore dei link*/
#content a, a:visited{
	color:#000000;
}


/* COLONNE LATERALI */

/*colonna sinistra*/
#colsn{
	width		:200px;
	float		:left;
	padding-top	:0px;
	text-align:center;
}

/*colonna destra*/
#coldx{
	width		:200px;
	float		:left;
	padding-top	:0px;
	text-align:center;
}
	

/* BLOCCHI COLONNE LATERALI */

.blocco_col{
	background	:#fff url(img/sf_laterale_bottom.jpg) repeat-x bottom;
	padding:0;
	padding-bottom:20px;
	width		:195px;
	margin:auto;
	text-align:left;
}


/* titoli dei blocchi laterali */
.blocco_col h1{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background	:url(img/sf_laterale_up.jpg) repeat-x;
	padding		:0;
	color		:#d1be84;
	height		:33px;
	border		:none;
	padding-top	:5px;
	text-align	:center;
}

/* COLONNA CENTRALE url('img/sf_centrale_center.jpg') left top*/

#colcentro{
	background	:#FFFFFF;
	/* modifica AP 480>600>730 */

	width		:730px;
	float		:left;
	padding-top	:20px;
	margin		:0
}

#colcentro1{
	background	:#FFFFFF url(img/sf_centrale_center.jpg) left top;
	/* modifica AP 630>750>880 */

	width		:880px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

#colcentro2{
	background	:#FFFFFF url(img/sf_centrale_center.jpg) left top;
	/* modifica AP 780>900>1280 */
	width		:1280px;
;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

/* BLOCCHI COLONNE CENTRALI */

.blocco_centro{
	margin:0;
	padding:5px;
}


/* FOOTER */

#footer{
	clear		:left;
	background	:url(img/sf_footer.jpg);
	color		:#FFFFFF;
	text-align	:center;
	font-size	:9px;
	height		:43px;
	padding-top  :15px;
}

 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
img {
border:0;
}