/*_____________________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%;
}

/*_____________________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; }
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; 
min-height: 100%; 								/**/
height: auto !important; 						/**/
height: 100%;									/*fix per IE sul parametro min-height*/
padding: 0px;
margin: auto;									/*fix per mantenere la pagina centrata [ da usare con body {text-align:center; margin:0px;} ]*/
}

#sito_testata {
width: 974px;
height: 201px;
padding-left: 7px; 
border: 1px solid #FFFFFF;
}
#sito_testata .t1 { background: url(../img/testa_2009_01.jpg); width: 252px; height: 201px; }
#sito_testata .t1 img{ width: 252px; height: 201px; }
#sito_testata .t1b { background: url(../img/testa_2009_01.jpg); width: 252px; height: 201px; }
#sito_testata .t1b img{ width: 200px; height: 180px; margin-top: 10px;}
#sito_testata .t2 { background: url(../img/testa_2009_02.jpg); width: 348px; height: 201px; }
#sito_testata .t3 { background: url(../img/testa_2009_03.jpg); width: 374px ; height: 201px; }

#sito_testata2 {
width: 974px;
padding-left: 7px; 
border: 1px solid #FFFFFF;
}

#sito_menu {
width: 250px; 
margin-left: 8px;
background: url(../img/menu2.jpg) repeat-x top;
background-color: #435ff0;
padding: 5px 0px;
border: 1px solid #FFFFFF;
}
	.menubox {
	width: 250px; 
	}
		.menubox dl {  }
		.menubox dt {
		background: url(../img/tasto.png) bottom right no-repeat;
		height: 22px;
		
		}
		.menubox dt a{
		display: block;
		width: 220px;
		padding-left: 20px;
		margin-left: 10px;
		background: url(../img/frecce.png) bottom left no-repeat;
		margin-top: 2px;
		}
		.menubox dt a:hover, .menubox dt a:focus, .current_m{
		background-position: top left;
		text-decoration: none;
		}
		
#sito_menu_scuole {
width: 974px; 
margin-left: 8px;
background: url(../img/menu_scuole.jpg) repeat-x top;
background-color: #8c452f;
padding: 5px 0px;
border: 1px solid #FFFFFF;
}
	.menubox_scuole {
	width: 964px; 
	margin-left: 10px;
	}
		.menubox_scuole dl {  }
		.menubox_scuole dt {
		height: 20px;
		}
		.menubox_scuole dt a{
		display: block;
		margin-left: 20px;
		margin-top: 2px;
		}
		.menubox_scuole dt a:hover, .menubox_scuole dt a:focus, .current_m{
		background-position: top left;
		text-decoration: none;
		}

#sito_menu_passi {
width: 990px; 
margin-left: 8px;
background: url(../img/menu_piccoli_passi.jpg) repeat-x top;
background-color: #334e9b;
padding: 5px 0px;
border: 1px solid #FFFFFF;
}
	.menubox_passi {
	width: 990px; 
	margin: 0px auto;
	text-align: center;
	}
		.menubox_passi dl {  }
		.menubox_passi dt {
		height: 20px;
		}
		.menubox_passi a{
		padding: 0px 10px;
		margin-top: 2px;		
		}
		.menubox_passi dt a:hover, .menubox_passi dt a:focus, .current_m{
		background-position: top left;
		text-decoration: none;
		}		
		
#sito_corpo {
width: 990px;
margin-left: 7px;
border: 1px solid #FFFFFF;
}

	#colonnacn_ {
	width: 710px;
	background: url(../img/barra_c.jpg) top left no-repeat;
	min-height: 200px; 								/**/
	height: auto !important; 						/**/
	height: 200px;									/*fix per IE sul parametro min-height*/
	margin: 0px 5px;
	}
	#colonnacn_ .sf_c{ background: url(../img/sfondo_c_.jpg) top repeat-y; position: relative; width: 100%; position: relative;}
	#colonnacn_ .dw_c{ background: url(../img/down_c.jpg) left bottom no-repeat; padding-bottom: 10px; width: 95%; }	
	#colonnacn {
	width: 510px;
	background: url(../img/barra_c.jpg) top left no-repeat;
	min-height: 200px; 								/**/
	height: auto !important; 						/**/
	height: 200px;									/*fix per IE sul parametro min-height*/
	margin: 0px 5px;
	}
	#colonnacn .sf_c{ background: url(../img/sfondo_c.jpg) top repeat-y; position: relative; width: 100%; }
	#colonnacn .dw_c{ background: url(../img/down_c.jpg) left bottom no-repeat; padding-bottom: 10px; width: 95%; }
		.m_cn {	margin: 0px 2px;}
		.p_l5 {	padding-left: 5px;}
		.p_l10 { padding-left: 10px;}
		.p_10 {	padding: 0px 10px;}
		
	#colonnadx {
	width: 200px;
	}
	#colonnadx .news{
	background: url(../img/barra_d.jpg) top no-repeat;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 190px;
	}
	#colonnasx{
	width: 250px;
	background: url(../img/sfondo_s.jpg) repeat-y;
	}
	#colonnasx .c_sx{ background:url(../img/down_s.jpg) left bottom no-repeat; padding-bottom: 10px; width: 100%; min-height: 200px; height: auto !important; height: 200px;}
	#colonnasx .p_l5 img{ margin-top:5px; }

	#colonnasx ul{
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	}
	#colonnasx li.arwg{ background:url(../img/interno_19.gif) left top no-repeat; padding-left: 22px; padding-top: 3px; width: 70px}
	#colonnasx li.bll{ background:url(../img/bullet_interno.gif) left top  no-repeat; padding-left: 22px; padding-top: 0px; width: 70px}
	#colonnasx li.arwr{ background:url(../img/default_33.gif) left top  no-repeat; padding-left: 22px; padding-top: 3px; width: 70px}
	#colonnasx li a {  }
	
	
	
	
	
	#colonnasx2{
	width: 250px;
	background: url(../img/sfondo_s.jpg) repeat-y;
	}
	#colonnasx2 .c_sx{ background:url(../img/down_s.jpg) left bottom no-repeat; padding-bottom: 10px; width: 100%; min-height: 40px; height: auto !important; height: 40px;}
	#colonnasx2 .p_l5 img{ margin-top:5px; }

	#colonnasx2 ul{
	list-style:none;
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 10px;
	}
	#colonnasx2 li.arwg{ background:url(../img/interno_19.gif) left top no-repeat; padding-left: 22px; padding-top: 3px; width: 70px}
	#colonnasx2 li.bll{ background:url(../img/bullet_interno.gif) left top  no-repeat; padding-left: 22px; padding-top: 0px; width: 70px}
	#colonnasx2 li.arwr{ background:url(../img/default_33.gif) left top  no-repeat; padding-left: 22px; padding-top: 3px; width: 70px}
	#colonnasx2 li a {  }
	
#footer {
width: 990px;
padding-top: 33px;
margin-left: 8px; 
background: url(../img/footer.jpg) no-repeat center top;
}

#footer2 {
width: 990px;
padding-top: 5px;
margin-left: 8px; 
}

/*__________________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;
}
.block {
clear:both;
display:block;
width: 350px;
}
/*__________________regole per absolute______________________________________*/
.abs0 {
position: absolute;
bottom: 0px;
right: 0px;
}
/*__________________regole per i testi________________________________________*/
.testo {
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif; 
}
.testo b {
}
.testo em {
}
.tx_colore {
color: #2aa1b2;
}
.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_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 }
.b_link { border-bottom:1px solid #aa928e; padding-bottom: 5px;}
.link { min-height: 100px; height: auto !important; height: 100px;}
.link .imm { width: 120px; height: 80px; }
.link .visita { height:80px; width:234px; margin:30px 0px 0px 10px;}
.link .text { height:80px; width:300px; margin:30px 0px 0px 10px; }
.barra {background: url(../img/menu_scuole.jpg) repeat-x top; margin-left: 8px; width: 974px; height: 20px; }


	#box_news {
	height: 300px; 
	position: relative;
	margin-top:5px;
	}
	#box_news a {
	width: 150px;
	}
