/***** stile per la visualizzazione del noscript in home page *****/
#regole_css {
	background-color: #ffffff;
	color: Black;
	font-size: 0.8em;
	width: 70%;
	float: right;
	padding: 0.8em 0.8em 0.8em 0.8em;
	text-align: left;
}
#regole_css a {
	font-weight: bolder;
	text-decoration:none;
	color: #C00000;
}
#regole_css a:hover {
	color: #C00000;
	text-decoration: underline;
	font-weight: bolder;
}
/***** fine ****/

body {
	margin: 0; 
	padding: 0; 
	font: 100% Arial,Helvetica,sans-serif;
	text-align:left;
}
.hidden {
	display: none;
}
.ghost {
	display: none;
}
.hidden_conpadding {
	display: none;
}
#invisibile {
	display: none;
}
#pagina {
	width: 100%;
	background: #ffffff;
	margin: 0px;
}
#aux { 
	width: 100%;
	border: 0px solid #B22222;
	margin: 0px;
}
#c1 {  
	float:left; 
	width: 24%;
	margin: 0 2% 0 0;
	background-image: url(../stdoc/arancio/bg_menu.jpg) ;
	background-position: top right;
	background-repeat: no-repeat;
	min-height:600px; 
	height: auto !important;
	height: 600px;
	padding: 0.5em 0em 0.5em 0.5em;
	display: inline;
}
#c2 {  
	background-color: transparent;
	color:#444F71;
	text-align: left;
	vertical-align: top; 
	float: left;  
	width:45%;
	margin: 0;
	padding: 0.5em 0em 0.5em 1em;
}
#c3 { 
	float: right; 
	width: 20%;
	margin: 0;
	padding: 0.5em 0em;
	display: inline;
}
#piede { 
	clear:both;
 	background-color:#FFA500 ;
	color: #000090;
	width:100%;
	text-align: center;
	margin-bottom: 0px;
}
#testa {
	background-image: url(../stdoc/arancio/px_testata.jpg);
	background-repeat: repeat-x;
	width: 100%; 
	height: 136px;
	vertical-align: top;
	border-top: 1px solid #F5DEB3;
}
.a li {
	color: #FFA500;
}
.testa_sn {
	text-align: left;
	width:20%; 
	height: 136px;
	margin: 0px;
	float: left;
}
.testa_dx { 
	background-image: url(../stdoc/arancio/testata.jpg);
	background-repeat: no-repeat;
	width:50%; 
	height: 136px;
	float: right;
	top: 0px;
	text-align: right;
}
.logo { 
	border: solid 0px;
	width: 265px;
	height: 111px;
	padding-top: 18px;
	padding-left: 25px;
	color: #000090;
	font-weight:  bold;
}
.logo a { 
	text-decoration:none;
	color: #000090;
	font-weight:  bold;
	padding-left: 5px;
	padding-right: 5px;
}
.logo a:hover { 
	background-color: #E5EEDD;
}
.logo a:visited { 
	text-decoration:none;
	color: #000090;
	font-weight:  bold;
}
.logo a:hover { 
	background-color: #E5EEDD;
}	
.opzioni {
	color: #000090;
	width: 100%;
	padding-top: 65px;  
	display: inline;
	float: left;
}
.opzioni ul li {
	color: #000090;
	list-style-type:none;
	display: inline;
 }
.opzioni a {  
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #000090;
	font-size: 0.8em;
	display: inline;
	text-decoration: none;
	font-weight:  bold;
 }
.opzioni a:hover {
	background-color: #E5EEDD;
}
.opzioni a:visited {
	text-decoration: none;
}
.opzioni a:hover {
	background-color: #E5EEDD;
}

/*STILI PER PERCORSO A BRICIOLE DI PANE*/

.briciole {
	padding: 0px 20px 20px 0px;
	margin-top: 0px;
	position: relative;
	border:solid white;
}
.briciole span {
	color: #444F71;
	font-size: 0.9em;
	font-weight: bold;
}
.briciole ul {
	margin: 0em;
	padding: 0em;
	list-style-type: none;
}
.briciole li {
	color: #444F71;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	font-weight: bold;
}
.briciole a {
	color: #C00000;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
.briciole a:hover { 
 	color: #C00000;
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: bold;
}
.briciole a:visited {
	color: #C00000;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}
.briciole a:hover { 
 	color: #C00000;
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: bold;
}

/*-------------stili per il contenuto------------------*/
 
#c2 h3 {
	font-size: 1.2em; 
	margin: 0em;
	padding: 0em;
	color: #444F71;
	background-color:transparent;
}
 #c2 img {
	float: left;
	margin: 10px;
	padding: 2px;
	color:  #B20000;
	background-color: White;
	border: 2px solid #B22222;
}
#c2 img.nofloat {
	float: none;
	margin:10px;
   padding:0;
	color: White;
	background-color: White;
	border:0px;
} 
.contenuto {
	padding-left: 15px;
	padding-right: 15px;
	background-color:  transparent;
}
.contenuto ul li{
	line-height: 1.4em;
}
.contenuto  a { 
 	color: #C00000;
	text-decoration: none;
	font-weight: bold;
}
.contenuto  a:hover { 
 	color: #C00000;
	text-decoration: underline;
	font-weight: bold;
}
.contenuto a:visited {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
 	list-style-type: none;
}
.contenuto  a:hover { 
 	color: #C00000;
	text-decoration: underline;
	font-weight: bold;
}
.consult {
	height: 62px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 0.8em;
	padding-top: 35px;
}
.consult a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	text-decoration:none;
	font-variant: small-caps;
	color: #9F0000;
	background-color: transparent;
	display: block;
}
.consult a:hover {
	color: #C00000;
	text-decoration: underline;
}

/*-------------stili per le news------------------*/
 
 .box_news {
	width: 100%;
	padding-left: 0px;
	padding-top: 50px; 
	text-align: left;
	float: left;
	display: inline;
}
.news { 
	background-image: url(../stdoc/arancio/carpetta.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-right: solid #EE8300;
	min-height:20px; 
	height: auto !important;
	height:20px;
	padding-left: 20px; 
	padding-top: 5px;
	color: #000000;
	font-style: oblique;
}
 .testo_news {
 	display: block; 
	padding: 10px 20px 0px 10px;
 	font-size: 0.8em;
 	border-left: 2px solid #A9A9A9;
	border-right: 2px solid #A9A9A9;
	border-bottom: 2px solid #A9A9A9;
	border-top: 10px dashed #ADD8E6;
	color: #434343;
	background-color: #FFF8DC;
}
.testo_news a { 
 	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}
.testo_news a:hover { 
 	color: #C00000;
	font-weight: bold;
	text-decoration: underline;
}
.testo_news a:visited { 
 	color: #C00000;
	font-weight: bold;
	text-decoration: none;
}
.testo_news a:hover { 
 	color: #C00000;
	font-weight: bold;
	text-decoration: underline;
}
#c3 img {
	float: left;
	margin:20px 5px 5px 10px;
	padding: 2px;
	color: #C00000;
	background-color: White;
	border: solid 1px;
	text-align: center;
}

/*------------stili per il pič di pagina------------------*/

#piede ul {
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
  	padding-top: 5px;
   margin-right: 0px;
	text-align: center;
}
#piede ul li {
	display: inline;	
	padding-right: 5px; 
	padding-left: 5px;
}
#piede a { 
	padding-right: 5px; 
	padding-left: 5px;
	color: #000090;
	font-size: 1em;
	height: 24px;
	text-align: center;
	text-decoration: none;
}
#piede a:hover { 
	background-color: #E5EEDD;
}
#piede a:visited { 
	color: #000090;
	text-decoration: none;
}
#piede a:hover { 
	background-color: #E5EEDD;
}
#piede p {
	padding-top: 30px;
	margin-bottom: 30px;
}
.separatore_footer {
 	border-right:  1px solid;
 	border-color: #000090;
 	height: 24px;
}
.scuolaeservizi img {
	padding: 0px;
	margin: 0px;
	border:0px;
 	vertical-align: middle;
}
.scuolaeservizi_testo {
	display: none;
}	
/*----------- stili per il menu verticale-------------*/

#menu {
	float: left;
	margin: 0px;
	padding: 0px;
	padding-left: 2%;
	text-align: left;
	display: inline;
}
#menu1 {
	width: 12em;
	background-color: #fff;
	font: 0.8em verdana,sans-serif;
	padding: 0px;
	margin: 45px 0 0 0;
}
#menu1 li {
	list-style: none;
	border: 1px solid #fff;
	padding: 0px;
	margin: 0px;
}
#menu1 a {
	color: #0002CC;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFA500;
	border-left: 0px solid #6495ED;
	padding: 4px 8px 4px 30px; 
	background-color: #fff;
	background-image: url(../stdoc/arancio/freccina.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
#menu1 a:hover { 
	border-color: #6495ED;
	background-color: #FFFACD;
	color: #C00000;
}
#menu1_on a.selezionato {
	color: #C00000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFA500;
	border-left: 0px solid #6495ED;
	padding: 4px 8px 4px 30px; 
	background-color: #FFFACD;
	background-image: url(../stdoc/arancio/freccina_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold; 
}

/*-----------------menu 1 livello  link selezione1-------------------*/

#selezione1 {
	color: #C00000;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFA500;
	border-left: 0px solid #6495ED;
	padding: 4px 8px 4px 30px; 
	background-color: #FFFACD;
	background-image: url(../stdoc/arancio/freccina_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold; 
}
#menu2 li {
	background-color: #FFFDE5;
	border-bottom: 1px solid #C3E3F0;
	margin:0px 0px 0px -15px;
	padding: 3px 4px 3px 40px;
	background-image: none;
}
li#menu2_on  {
	background-color: #FFFACD;
	margin:0px 0px 0px -15px;
	padding: 3px 4px 3px 40px;
	background-image: none;
	border-bottom: 1px solid #FFA500;
	background-image: url(../stdoc/arancio/punto_arancio.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu2 a {
	background-image: none;
	border-bottom: 0px solid  #FFFACD;
	background-color: #FFFACD;
	text-align: left;
	padding:  0px;
	margin: 0px 0px 0px -15px;
}
#menu2 a:hover { 
	background-color: #FFFACD;
	text-decoration: none;
	color: #C00000;
}

/*-----------------menu 2 livello  link selezione2-------------------*/
#menu2_on a#selezione2 {
	color: #C00000;
	font-weight: bold;
	padding: 0px;
}
#selezione2 {
	color: #C00000;
	font-weight: bold;
	margin: 0px 0px 0px -15px;
	text-align: left;
}


/*------------STILI MAPPA SITO--------------*/

#sezioni_mappa {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
   margin: 0px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	list-style-type: square;
	background-color: #ECECEC;
}
#sezioni_mappa ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color:  black;
	background-color: #FDF2E4;
	text-decoration: none;
	padding: 1em 0 1em 0 ;
}
#sezioni_mappa a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
}
#sezioni_mappa a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
#sezioni_mappa a:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
}
#sezioni_mappa a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
#sezioni_mappa ul li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	font-size: small;
	list-style-type: square;
}

/*-------------stile pagina delle notizie-----------------------*/
#notizie h3 {
	font-variant: normal;
	font-weight: bold;
	color: #444F71;
	text-decoration: none;
}
.sottotitolo {
	font-variant: normal;
	font-weight: bold;
	color: Black;
	text-decoration: none;
	padding-top: 5px;
}
.data {
	font-size: 0.8em;
	font-weight: bold;
	color: #444F71;
	text-decoration: none;
}
#notizie a {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
}
#notizie a:hover {
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
#notizie a:visited {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
}
#notizie a:hover{
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
#notizie_archivio {
	font-variant: normal;
	color: #000;
	padding:0 5% 0 5%;
}
#notizie_archivio h3 {
	font-variant: normal;
	font-weight: bold;
	color: #444F71;
	text-decoration: none;
}
#notizie_archivio a {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
	padding-top: 3px;
}
#notizie_archivio a:hover {
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
#notizie_archivio a:visited {
	font-weight: bold;
	color: #C00000;
	text-decoration: none;
	padding-top: 3px;
}
#notizie_archivio a:hover {
	font-weight: bold;
	color: #C00000;
	text-decoration: underline;
}
