/* site styles */
    div#site{
      min-height: 400px;
    }
    div.image{ 
    }   
/* calendario eventi */
    div#cal_eve{
      border: 1px solid #006699;
      background-color: #E4E9F5;
      font-size:0.85em;
    }
    div#cal_eve a,div#cal_eve a:visited,div#cal_eve a:active{
    }
    div#cal_eve table tr#cal_links a,div#cal_eve table tr#cal_links a:active,div#cal_eve table tr#cal_links a:visited{
      background: url('');
      border: 0;
    }
    div#cal_eve table th{
      background-color: #f0f0f0;
      border-bottom: 2px solid #d5d5d5;
      color: #006699;
    }
    div#cal_eve table tr td a.event_link,div#cal_eve table tr td a.event_link:active,div#cal_eve table tr td a.event_link:visited{
      background-color: #006699;
      color: #fff;
    }
	h3.notizie {
		border-bottom: 2px solid #D5D5D5;
	}
	h4.notizie{
		background: #E4E9F5;
	}
	div.notizia{
		/*ff 2.0.0.11 fix*/
		background: #fff;
	}	

