/*_____________________regole di stile per il corpo___________________________*/
* {												/*jolly tag per IE*/
padding: 0px; 
margin: 0px;
}

html { 
height: 100%;
padding: 0px;
margin: 0px;
}

body { 
height: 100%;
text-align: center; 
padding: 0px; 
margin: 0px; 
font-size: 100%;
background: url(../img/sfondo.jpg) top repeat-x;
}

/*_____________________regole di stile per gli elementi_______________________*/
H1, H2, H3, H4, H5, H6 { font-weight: normal; }	
H1 { font-size: 1.125em; }	
H2 { font-size: 1em; }	
H3 { font-size: 0.875em; }
H4 { font-size: 0.8125em; }
H5 { font-size: 0.75em; }
H6 { font-size: 0.6875em; }
	
a, img { 										/*Impostazione sulle immagini e link per togliere il bordo*/
padding: 0px; 
margin: 0px; 
border: 0px;
}
a { text-decoration: none; color: #eb7f24; }
a:visited { text-decoration: none; }
a:hover, a:active { text-decoration: underline; }

INPUT,SELECT,BUTTON { 
color: #000000;
}

table, td, tr { margin: 0px; padding: 0px; border: 0px;}
dl, dt, dd { margin: 0px; padding: 0px; border: 0px;}
ul, li { margin: 0px; padding: 0px; border: 0px; list-style: none;}

/*_____________________regole di stile per lo scheletro_______________________*/
#sito_contenitore {
width: 990px; 
padding: 0px;
margin: auto;									/*fix per mantenere la pagina centrata [ da usare con body {text-align:center; margin:0px;} ]*/
min-height: 100%; 								/**/
height: auto !important; 						/**/
height: 100%;									/*fix per IE sul parametro min-height*/
}

#sito_wrap {
border-left: 2px solid #aca899;
border-right: 2px solid #aca899;
background-color: #FFFFFF;
position: relative;
}
	
	#sito_wrap .abs1 {
	position: absolute;
	top: 0px;
	right: 0px;
	}
	
#sito_testata {
width: 440px;
height: 65px; 
position: relative;
background: url(../img/testa.jpg);
font-size: 24px;
font-weight: bold;
margin-top: 15px;
}
	#sito_testata .abs0 {
	background: url(../img/palla.jpg) no-repeat;
	width: 65px;
	height: 99px; 
	}
	#sito_testata span {
	margin-top: 20px;
	margin-left: 65px;
	}

#sito_menu {
width: 925px; 
height: 28px;
background:url(../img/menu.jpg) repeat-x top;
padding-top: 7px;
padding-left: 65px;
}
	.menubox {
	width: 925px; 
	}
		.menubox dl { position: relative; }
		.menubox dt {
		height: 30px;
		}
		.menubox dt a.no{
		padding: 0px 5px 2px 5px;
		border-left: none;
		}
		.menubox dt a{
		padding: 0px 5px 0px 5px;
		margin: 3px 0px 2px 0px;
		border-left: 1px solid #FFFFFF;
		}
		.menubox dd {
		position: absolute;
		display: block;
		padding: 15px 0px;
		margin: 0 auto;
		border: 1px solid #FFFFFF;
		background-color: #fb9f22;
		top: 17px;
		left: 0px;
		}
		.menubox li {
		width: 120px;
		}
		.menubox li a{
		}

#sito_corpo {
width: 990px;
min-height: 200px; 								/**/
height: auto !important; 						/**/
height: 200px;									/*fix per IE sul parametro min-height*/
background: url(../img/corpo_h.jpg) repeat-x top;
padding-top: 33px;
}

	#colonnacn {
	width: 580px;
	}
		
		#colonnacn img { margin-top:5px; border:3px #ffffff solid; }
		#colonnacn .formazione img { margin: 0px; }
		#colonnacn .formazione .imm {width: 100px; }
		#colonnacn .formazione .txt {width: 585px; margin-left: 3px; }
		#colonnacn .formazione .tx_bianco {margin: 3px 0px 7px}
		#colonnacn .formazione .evento { }
		#colonnacn .formazione {
		min-height:120px;
		height: auto !important;
		height: 120px;
		width:690px;
		border:1px solid #0069b9;
		background:url(../img/formazione.jpg) repeat-x top;
		background-color:#FFFFFF;
		margin: 5px 0px;
		}

		#colonnacn .link { border-top: 1px solid #e2e2e2; width: 780px; padding-top: 5px; }
		#colonnacn .link div.part{ width: 260px; }

		.marg_cn {
		margin: 10px 0px;
		}
		.padd_cn {
		padding: 5px 0px 0px 10px;
		}
		
	#colonnadx {
	width:200px;
	min-height: 300px; 								/**/
	height: auto !important; 						/**/
	height: 300px;									/*fix per IE sul parametro min-height*/
	}
	#colonnasx {
	width:200px;
	min-height: 300px; 								/**/
	height: auto !important; 						/**/
	height: 300px;									/*fix per IE sul parametro min-height*/
	}
	#colonnasx .quadro div{
	margin: 5px 0px;
	}
	#colonnadx .quadro div{
	margin: 5px 0px;
	}
	
	.barra {
	background: url(../img/barra.jpg) right no-repeat;
	background-color: #0069b9;
	height: 20px;
	}
	.quadro {
	border: 1px solid #0069b9;
	margin-bottom: 10px;
	padding: 0px 5px;
	}

#footer{
width:990px;
text-align:center;
margin-top: 5px;
padding-top: 15px;
background: url(../img/footer.jpg) no-repeat top;
}
/*__________________regole per i float________________________________________*/
.sinistra {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
}
.destra {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
}
.sinistrac {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: both;
}
.destrac {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: both;
}
.sinistral {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: left;
}
.destral {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: left;
}
.sinistrar {
float: left;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: right;
}
.destrar {
float: right;
display: inline;										/*fix per il FLOAT:LEFT su IE6*/
clear: right;
}
/*__________________regole per absolute______________________________________*/
.abs0 {
position: absolute;
top: 0px;
left: 0px;
}
/*__________________regole per i testi________________________________________*/
.testo {
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
}
.testo b {
}
.testo em {
}
.tx_colore {
color: #0069b9;
}
.tx_link {
color: #eb7f24;
}
.tx_bianco {
color: #FFFFFF;
}
.tx_nero {
color: #000000;
}
.tx_0 {
font-size: 0.625em;
}
.tx_1 {
font-size: 0.6875em;
}
.tx_2 {
font-size: 0.75em;
}
.tx_3 {
font-size: 0.8125em;
}
.tx_4 {
font-size: 0.875em;
}
.tx_5 {
font-size: 0.9375em;
}
.tx_6 {
font-size: 1em;
}
.tx_7 {
font-size: 1.0625em;
}
.tx_8 {
font-size: 1.125em;
}
.upc {
text-transform: uppercase;
}
/*__________________regole per l'allineamento_________________________________*/
.tx_left {
text-align: left;
}
.tx_center {
text-align: center;
}
.tx_right {
text-align: right;
}
.tx_justify {
text-align: justify;
}
/*__________________regole per varie__________________________________________*/
.pulito {
margin: 0px;										/*0px 0px 0px 0px*/
padding: 0px;									/*0px 0px 0px 0px*/
border: 0px;										/*0px 0px 0px 0px*/
}
.test { border: 1px solid #000 }

.titolo {
	margin-left:6px;
	margin-right:6px;
}

.bianco {
	font-family:verdana,arial,helvetica;
	font-size:11px;
	font-weight:normal;
	margin-left:6px;
	margin-right:6px;
	margin-top:4px;
	color:#FFFFFF;
}

A.bianco, A.bianco:Visited {
	text-decoration:none;
	color:#FFFFFF;}
	
A.bianco:Active, A.bianco:HOVER {
	color: #FFFFFF; 
	text-decoration: underline; 
	}
.sf_grigio { background:#e2e2e2; }