/* CSS Document */

@import "master.css";
@import "a-normal.css";


/* BODY + HTML */

body, html{
	background  :url(img/10.png);
	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{
	width		:1080px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container.jpg) left top repeat-y;
	position:relative;
}

#containersx{
	width		:1080px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container_sx.jpg) left top repeat-y;
	position:relative;
}

#containerdx{
	width		:1080px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background	:#FFFFFF url(img/sf_container_dx.jpg) left top repeat-y;
	position:relative;
}

#containersn{
	width		:1080px;
	text-align	:left;
	margin		:auto;
	padding		:0;
	background-color	:#FFFFFF;
	position:relative;
}

/* HEADER */

#header{
	background	:url(img/logo-ITCMaster4.jpg) repeat-x;
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	height		:100px;
	width		:1080px;
}

/* header h1 */
#header h1{
	font-family	:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	border		:none;
	color		:#000000;
	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		:#000000;
	font-size	:12px;
	padding		:0 0 0 20px;
	border		:none;
	
}

#content{
	width:1080px;
}

/* colore dei link*/
#content a, a:visited{
	color:#000000;
	font-weight: bolder
}
	#content  a:hover {
		color: #FF7000
	}


/* COLONNE LATERALI */

/*colonna sinistra*/
#colsn {
	width: 150px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background-color: #FFFFEE
}

/*colonna destra*/
#coldx {
	width: 150px;
	float: left;
	padding-top: 20px;
	text-align: center;
	background-color: #FFFFEE
}
	

/* BLOCCHI COLONNE LATERALI */

.blocco_col{
	background	:#fff url(img/sf_laterale_bottom.jpg) repeat-x bottom;
	padding:0;
	padding-bottom:20px;
	width		:145px;
	margin:auto;
	text-align:left;
	background-color: #FFFFEE;
}



/* 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		:#FFFFFF;
	height		:33px;
	border		:none;
	padding-top	:5px;
	text-align	:center;
}

/* COLONNA CENTRALE */

#colcentro{
	background	:#FFFFFF;
	width		:780px;
	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{
	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;
}
