@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0; /* per adattare lo sfondo al 100% della pagina compatibile con tutti i browser */
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
}

a {
	text-decoration: none;
	color:#000;
}

a:hover {
	color:#F00;	/* cambia colore al link al passagio delmouse */
}

a:visited {
	color:#000;
}
#container {
	width:980px;
	border: 1px #ccc solid;
	border-top:0px;
	margin: 0 auto; /* centratura pagina */
	padding: 4px 10px 10px 10px;

}

#content {
	
}

#left {
	float:left;
	width: 210px;
}

#right {
	float:left;
	width:770px;
	
}

#header {
	width:980px;
	height:143px;
	background-image:url(../image/testa.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
}

#footer {
	margin-top:15px;
	border-top: 1px #ccc solid;
	text-align:center;
	font-size:10px;
	padding:10px 30px 10px 30px;
	
}

.clear {
	clear:both;
}

.ultimo {
	border-bottom: 1px dotted #ccc !important;  /* !important da priorità rispetto ai comandi precesdenti (padre) */
}

.box_bianco {
	border: 1px solid #cccccc;
	width: 205px;
	margin-top:3px;
}	
	
.box_bianco .testata, .box_grigio .testata {
	background-image: url(../image/sfondo_box.gif);
	background-repeat:repeat-x;
	height: 35px;
}

.box_grigio_dx .testata {
	background-image: url(../image/sfondo_box.gif);
	background-repeat:repeat-x;
	height: 35px;
	border: 1px solid #cccccc;
	border-bottom:0Px;
}

.box_grigio_sx .testata {
	background-image: url(../image/sfondo_box.gif);
	background-repeat:repeat-x;
	height: 35px;
	border: 1px solid #cccccc;
	border-bottom:0Px;
}



/* !gestione barra titolo singole pagine */
.box_bianco2 {
	border: 1px solid #cccccc;
	width: 770px;
	margin-top:3px;
}
.box_bianco2 .testata, .box_grigio .testata {
	background-image: url(../image/sfondo_box.gif);
	background-repeat:repeat-x;
	height: 34px;
}
.box_bianco2 .testata h1, .box_grigio .testata h1, .box_grigio_dx .testata h1 {
	color: #65686B;
	font-size:16px;
	margin:0;
	padding: 6px 2px;
	text-align:center;
}
.box_bianco2 .testata h1, .box_grigio .testata h1, .box_grigio_sx .testata h1 {
	color: #65686B;
	font-size:16px;
	margin:0;
	padding: 6px 2px;
	text-align:center;
}
/* ! fine gestione barra titolo singole pagine */

.box_bianco .testata h1, .box_grigio .testata h1, .box_grigio_dx .testata h1 {
	color: #65686B;
	font-size:18px;
	margin:0;
	padding: 6px 8px;
	
}
.box_bianco .testata h1, .box_grigio .testata h1, .box_grigio_sx .testata h1 {
	color: #65686B;
	font-size:18px;
	margin:0;
	padding: 6px 8px;
	
}
.box_bianco .corpo {
	background:#FFF;
	padding: 8px 13px 8px 13px;
}

.box_bianco .corpo a, .box_bianco .corpo b  {
	display:block;
	padding: 5px;

}

.box_bianco .corpo a:hover {
	color: #000;	
	background: #d4e3ec;
/* definisce il colore al caso in questione */
/*	border-bottom: 1px dotted #F00;  cambia il colore alla linea al pass del mouse */
}

.box_grigio {
	border: 1px solid #cccccc;
	width: 245px;
	height: 550px;
	float:left;
	margin-top:16px;
	margin-left:10px;
}
.box_grigio .corpo {
	background:#f3f0f0;
	height:499px;
	padding: 8px 13px 8px 13px;
}

.box_grigio .corpo a {
	display:block;
	border-bottom: 1px dotted #ccc;
	padding: 5px;

}

.box_grigio .corpo a:hover {
	background-color:#FFF;
	color:#000;
}

.menu_sottovoce {
	margin-left: 8px;
	}
	
.separatore_menu {
	border-top: 1px dotted #ccc;
}

#box_rischi {
	text-align: center;
	margin-top: 15px;
}

#box_rischi img {	
	margin-top: 2px;

}

#carta_allerta {
	width:545px;
	height:314px;
	margin-left:7px;
	float:left;
}

#box_news {
	float:right;
	margin-left:10px;
}
#box_news_interno {
	height:308px;
}

.blocco_news {
	height:47px;
}

.link_destra {
	text-align:right;

}
.link_destra:hover{
	background-color:#ededed !important;
}

.blocco_evidenza {
	height:70px;
}

.blocco_evidenza_ultimo {
	height:70px;
	border:0px !important;
}

#home_img {
	height: 70%;
	border-bottom: 2px #dae6ed solid;	
}

#link_video {
	height: 30%;
}

#link_video a{
	border:0;
	padding:3px;
}

.titolo_tg {
	text-align:center;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
}

.center {
	text-align:center;
}
/* box sinistra */

.box_grigio_sx {
	width: 245px;
	height: 500px;
	float:left;
	margin-top:16px;
	margin-left:9px;
}
.box_grigio_sx .corpo {
	border: 1px solid #cccccc;
	border-top:0px;
	background:#f3f0f0;
	height:336px;

}

.box_grigio_sx .corpo a {
	display:block;
	border-bottom: 1px dotted #ccc;
	padding: 5px;

}

.box_grigio_sx .corpo a:hover {
	background-color:#FFF;
	color:#000;
}

.box_grigio_sx img.banner {
	margin-top:5px;
}

/* box destra */

.box_grigio_dx {
	width: 245px;
	height: 250px;
	float:right;
	margin-top:16px;
	margin-left:9px;
}
.box_grigio_dx .corpo {
	border: 1px solid #cccccc;
	border-top:0px;
	background:#f3f0f0;
	height:570px;

}

.box_grigio_dx .corpo a {
	display:block;
	border-bottom: 1px dotted #ccc;
	padding: 5px;

}

.box_grigio_dx .corpo a:hover {
	background-color:#FFF;
	color:#000;
}

.box_grigio_dx img.banner {
	margin-top:5px;
}


.box_banner {
	margin-top: 2px;
	}
	
#div_box_generico {
    text-align:center;
    width:600px;
    margin-top:20px;
}
.testojust {
	clear:both;
	text-align: justify;
}
.titolo_tabelle {
	text-align:center;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
}
.testo_tabelle_cent {
	text-align:center;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:10px;
}
.testo_tabelle_just {
	text-align:justify;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:10px;
}
.titolo_tabelle_sx {
	text-align:left;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
}
.avviso {
	text-align:center;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
	color: #F00;
	font-size: 14px;
}

/* !gestione barra HOME VOLONTARIATO */
.box_bianco3 {
	border: 1px solid #cccccc;
	width: 545px;
	margin-top:3px;
}
.box_bianco3 .testata, .box_grigio .testata {
	background-image: url(../image/sfondo_box.gif);
	background-repeat:repeat-x;
	height: 34px;
}
.box_bianco3 .testata h1, .box_grigio .testata h1, .box_grigio_dx .testata h1 {
	color: #65686B;
	font-size:16px;
	margin:0;
	padding: 6px 2px;
	text-align:center;
}
.box_bianco3 .testata h1, .box_grigio .testata h1, .box_grigio_sx .testata h1 {
	color: #65686B;
	font-size:16px;
	margin:0;
	padding: 6px 2px;
	text-align:center;
}
/* ! fine gestione barra HOME VOLONTARIATO */.titolo_tabelle_dx {
	text-align:right;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:10px;
	margin-right: 10px;
	padding-right: 10px;
}
.titolo_tabelle_sx2 {
	text-align:left;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:10px;
}
.testo_link_cent {
	text-align:center;
	font-weight:normal;
	margin-top:6px;
	margin-bottom:10px;
	text-decoration: underline;
}
