html,body{margin: 10 0 0 0;padding:0}

body{background-color:#86B9CC;font-family: AR BERKLEY, arial,sans-serif;font-size: 76%;text-align: center}

div#container {position: relative; width:960px; margin: 0 auto; background-color: #fff; border: 1px solid #000; overflow:auto;
 	-webkit-border-radius: 20px 20px 0 0;
	-moz-border-radius: 20px 20px 0 0;
    	border-radius: 20px;}

div#header {width: 960px; height: 180px; }
div#header1 {width: 960px; height: 180px; border-bottom: 1px solid black;}

div#footer {clear:both; font-size: 14px; text-align: center; color: #000; width: 960px; height: 100px; border-top: 1px solid #ccc;; position: relative;}

div#logo {float: left; width: 165px; height: 180px;}

div#titolo1 {width:785px; text-align: center; float: right; padding-top: 60px;}

div#titolo {font-size: 36px; margin-top: 15px; margin-right: 10px; text-align: center; color: orange;  width: 530px; height: 130px; float: right;}

div#entra {margin-top: 40px;}

div#entra a {text-decoration: none;
    font-family: AR BERKLEY, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: navy;
    }

div#nome_sito1 {width: 400px; float: left; height: 40px; margin-top: 15px; font-size: 14px; font-family: "Cooper Black", Arial, sans-serif;}

div#copyright {width: 945px; float: left; height: 40px; overflow: auto; line-height: 40px; margin-left: 15px; text-align:left;}

div#powered {width: 250px; float: right; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; }

div#privacy {width: 120px; float: right; height: 40px; line-height: 40px; font-size: 14px; }
div#privacy a {text-decoration: none;
    font-family: AR BERKLEY, Arial, sans-serif;
    font-weight: bold;
    color: black;
    }


/* ****************************************************** */
/* ************************ MENU' *********************** */
/* ****************************************************** */

.menu,
.menu ul,
.menu li,
.menu a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    position: relative;
    height: 40px;
    width: 100%;

background-color: #009900;
 
    /* IE10 */
background: -ms-linear-gradient(right, #009900 70%, #fff 100%);
 
/* Mozilla Firefox */
background: -moz-linear-gradient(right, #009900 70%, #fff 100%);
 
/* Opera */
background: -o-linear-gradient(right, #009900 70%, #fff 100%);
 
/* Webkit (Safari/Chrome 10) */
background: -webkit-gradient(linear, right top, left top, color-stop(0, #009900), color-stop(1, #fff));
 
/* Webkit (Chrome 11+) */
background: -webkit-linear-gradient(left, #009900 70%, #fff 100%);
 
/* Regola standard */
background: linear-gradient(right, #009900 70%, #fff 100%);
}
 
.menu li {
    position: relative; z-index: 1002;
    list-style: none;
    float: left;
    display: block;
    height: 30px;width: 189px;
}

.menu li a {
    display: block;
    padding: 0 14px;
    margin: 3px 0;
    line-height: 35px;
    text-decoration: none;
 
    border-left: 1px solid #ffcc00;
    border-right: 1px solid #ffcc00;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
 
    color: #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.6);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
 
.menu li:hover > a { color: orange; }

.menu ul {
    position: absolute;
    top: 41px;
    left: 0;
 
    opacity: 0.3;
    background-color: rgba(000,153,000,0.9);
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 40px;
    overflow: visible;
    padding: 0;

}

.menu ul li a {
    width: 145px;
    padding: 4px 0 4px 40px;
    margin: 0;
    font-size: 17px;
    text-align: left;
    border: none;
    border-bottom: 1px solid #AACFEF;

}
 
.menu ul li:last-child a { border: none; }

.menu a.lab { background: url(img/lab_logo.png) no-repeat 6px center; }
.menu a.news { background: url(img/news_logo.png) no-repeat 6px center; }
.menu a.leggi { background: url(img/Leggi_logo.png) no-repeat 6px center; }


/* ****************************************************** */
/* ********************* FINE MENU' ********************* */
/* ****************************************************** */

/*============================*/
/*=== Stili per lo slider ====*/
/*============================*/
#slider {
	border: none;
	width:960px;
        height:400px; margin-bottom:40px;
    }
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	left:190px;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif; font-size: 30px;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:none;
}

/*================================*/
/*=== FINE Stili per lo slider ===*/
/*================================*/


div#content {width: 960px; clear:both; overflow: auto; border-top: 1px solid #ccc;}
div#content1 {background: #F6F6F6; width: 930px; clear:both; overflow: hidden; border-top: 1px solid #ccc; padding: 10px 15px;}


/*==================================*/
/*=== Stili per il content INDEX ===*/
/*==================================*/

div#col_left {width: 280px; float: left; margin: 5px 10px 5px 10px; border-right: 1px solid #ccc;}

div#col_right {margin: 5px 10px 5px 10px; width: 639px; float: right;}

div.blocchi {background: #F6F6F6; width: 930px; height: 170px; margin: 10px 0px; clear:both;}
table.associazioni {width: 930px; height: 170px; margin: 0; padding:0; text-align:center;}
table.associazioni1 {width: 960px; height: 170px; margin: 0; padding:0; text-align:center;}

div.blocchi1 {background: #F6F6F6; width: 965px; height: 170px; margin: 15px 10px; clear:both; overflow: hidden;}

div.blocco1 {width: 85px; height:39px; float: left; margin: 0px 4px 0px 4px;}

/*=======================================*/
/*=== Fine Stili per il content INDEX ===*/
/*=======================================*/

/*=================================*/
/*=== Stili per le NEWS ===========*/
/*=================================*/

div#riga_news {width: 564px; 
	 float:right;
	 font-family: Arial, verdana, sans-serif;
 	 border: 1px solid #ccc;
	 background-color:#fff;
	 padding:0;
	 overflow: auto;}


div.news {width: 188px; 
	 float:left;
	 padding:0;
	 overflow: auto;}

div.news a {text-decoration: none; color: #000;}

img.int_news {padding-top: 10px; border: none;
	 }

p.titolo_news {width: 160px; text-align: justify; font-weight: bold; font-size: 15px; padding-left:15px;
	 }

p.data_news {font-weight: bold; font-size: 15px; color: #666969;
	 }
/*======================================*/
/*=== FINE Stili per le NEWS ===========*/
/*======================================*/

div#settimana {clear: both; position: relative; margin-top: 10; padding: 0; overflow: hidden; height: 216px; background-color:#fff; border: 1px solid #ccc;}


div#pre-footer {background: #F6F6F6; clear: both; margin: 10 0 0 0; overflow: hidden;}


/*=================================*/
/*=== Stili per TABELLA ===========*/
/*=================================*/
table {
  width : 930px; border: 1px solid #ccc;
  background-color: #fff; color: #000; padding: 10px 0 0 10px;
  }

thead {
    font-size: 15px; text-align: left; font-weight: bold;
}


tbody {
    font-size: 13px; 
}

.centra {text-align: center; 
}

/*======================================*/
/*=== FINE Stili per TABELLA ===========*/
/*======================================*/

div#testo_privacy {font-size: 13px; padding: 0 10; text-align: left; color: #000; }


table.tab_att {
  width : 930px; border: 1px solid #ccc;
  background-color: #fff; color: #000; padding: 0;
  }

table.tab_att tbody {
    font-size: 18px; 
}

table.tab_att td { width: 227px;
    font-size: 16px; 
}

table.tab_att img{ padding: 10 0 7 0;
}

p.mesi_anno a {
    margin-left: 5px;
}

p.mesi_anno a {
    float: left;
    display: block;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #000;
}

ul.mesi_anno,
ul.mesi_anno ul,
ul.mesi_anno li,
ul.mesi_anno a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
ul.mesi_anno {
    position: relative;
    height: 30px;
    width: 100%;

}
 
ul.mesi_anno li {
    list-style: none;
    float: left;
    display: block;
    height: 30px; 
 	
}

ul.mesi_anno li a {
    display: block;
    padding: 0 10px;
    margin: 2px 0;
    line-height: 20px;
    text-decoration: none;
   
 
    
    border-right: 1px solid #000;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
 
    color: #000;
   
}
 
ul.mesi_anno li:first-child a { border-left: none; }

 
ul.mesi_anno li:hover > a { color: orange; }

 
table.tab_norm {
  width : 930px; 
  background-color: #fff; color: #000; padding: 0;
  }

table.tab_norm th {border: 1px solid #000;
    font-size: 21px; text-align: center;
}

table.tab_norm tr td {
    font-size: 16px; border: 1px solid #000;
}

td.norm_sx { width: 87px; padding-left: 10px;
    }

td.norm_cx { width: 377px; padding-left: 10px;
    }

td.norm_dx { width: 217px; padding-left: 10px;
    }

table.attivita {
  width : 910px; 
  background-color: #fff; color: #000; padding: 0;
  }

table.attivita tr td {
    font-size: 16px; border: 1px solid #000; 
}

table.tab_news {
  width: 930px; padding: 0px;
  background-color: #fff;
  }

table.tab_news tr td {
    font-size: 16px; 
}

table.tab_news a {
    text-decoration: none; color: #000;
}

td.news_sx { width: 90px; padding: 10px;
    }

td.news_cx { padding: 10px;
    }

td.news_dx { width: 610px; padding: 10px;
    }


/* ****************************************************** */
/* *************** TESTO INTORNO A IMMAGINE ************* */
/* ****************************************************** */

.alignleft { float: left; padding: 15px 15px 15px 0; }
.alignright { float: right; padding: 15px 0 15px 15px; }

/* ****************************************************** */
/* *********** FINE TESTO INTORNO A IMMAGINE ************ */
/* ****************************************************** */

table.elenco_grz { text-align: center;}

table.elenco_grz th {font-size: 22px;} 

/* ****************************************************** */
/* *************** css sito sandro ************* */
/* ****************************************************** */



.mini {
	
	width: 100px;
	height: 70px;
	
	border: 1px dashed #F3E1A1;
	
	padding: 5px;
	
}

/* ****************************************************** */
/* *********** FINE css sito sandro ************ */
/* ****************************************************** */