/* 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:"Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:0.74em;
	color:#CC3333;
	cursor:default;
}

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  colonna centrale*/

#container{
	width: 500px;

	height:100%;
	left:10;
	top:0;
	
	border-right:148px solid #CC0000;
	background-color:#ffffff;
	padding-left:8px;
	padding-right:110px;
}

#containersx{
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:100px;
	background-color:#000066;
	color:#FFFFFF;
	padding:10px;
	border-left:2px solid #222222;
	border-bottom:2px solid #222222;
}

#containerdx{
	font-size:200%;
	color:#FFFFFF;
	padding:100;
	margin-top:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:4px;
	letter-spacing:2px;
	border-bottom: 3px solid #cccccc;
	padding-bottom:3px;
	text-align:left;
}

#containersn{
	width		:780px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background-color	:#FFFFFF;
	position:relative;
}

/* HEADER */

#header{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:100%;
	color:#222222;
	text-align:right;
}

/* header h1 */
#header h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:130%;
	color:#222222;
}

/* header h2 */
#header h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:120%;
	color:#222222;
	
}

#content{
	width:780px;
}

/* colore dei link*/
#content a, a:visited{
	color:#000000;
}


/* COLONNE LATERALI */

/*colonna sinistra*/
#colsn{
	padding:5px;
	background-color:#CC0000;
	color:#FFFFFF;
	width:420px;
	border-right: 1px solid #708b16;
	border-bottom: 1px solid #708b16;
	border-top: 1px solid #b3cf5a;
	border-left: 1px solid #b3cf5a;
	margin-right:5px;
	margin-bottom:15px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
}

/*colonna destra*/
#coldx{
	width		:280px;
	float		:right;
	padding-top	:100px;
	text-align:center;
}
	

/* BLOCCHI COLONNE LATERALI */

.blocco_col{
	background	:#fff url(img/sf_laterale_bottom.jpg) repeat-x bottom;
	padding:0;
	padding-bottom:40px;
	width		:280px;
	margin:auto;
	text-align:left;
}


/* titoli dei blocchi laterali */
.blocco_col h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	background	:url(img/sf_laterale_up.jpg) repeat-x;
	padding		:0;
	color		:#FFFFFF;
	height		:33px;
	border		:none;
	padding-top	:5px;
	text-align	:center;
}

/* COLONNA CENTRALE */

#colcentro{
	background	:#FFFFFF;
	width		:480px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

#colcentro1{
	background	:#FFFFFF;
	width		:630px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

#colcentro2{
	background	:#FFFFFF;
	width		:780px;
	float		:left;
	padding-top	:20px;
	margin		:0;
}

/* BLOCCHI COLONNE CENTRALI */

.blocco_centro{
	margin:0;
	padding:5px;
}


/* FOOTER */

#footer{
	width:195px;
	padding:5px;
	background-color:#CC0000;
	border-top:1px solid #c9e76d;
	border-right:1px solid #c9e76d;
	border-left:1px solid #85a329;
	color:#000000;
	position:relative;
	bottom:0;
	margin-top:25px;
	clear:both;
	font-size:90%;
}

 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}
 
img {
border:0;
}

