/* ====================================== */
/* ==============  HTML  ================ */
/* ====================================== */
html, body, div,ul,li,h1,h2,h3,h4,h5,h6,p,table,form{
	margin: 0px;
	padding: 0px;
}
body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
/* ====================================== */
/* ============== LAYOUT ================ */
/* ====================================== */
#aContainer{
	margin-left: 5px;
}
#aLogo{
	margin-left: 160px;
	}
#aBox{
}
#aMenu{
	float: left;
	width: 140px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#aContenuto{
	margin-left: 160px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
}
#aFooter{
}
/* ====================================== */
/* ============== STILI ================ */
/* ====================================== */
#Container{
}
#Logo{
	line-height: 0.8em;
	margin-top: 2em;
	margin-bottom: 1em;
	}
#Logo h1{
	font-size: 2.5em;
	color: #999999;
}
#Logo h2{
	font-size: 1.5em;
	color: #000000;
}
#Box{
}
#Menu{
	padding-top: 1.6em;
}
#Contenuto{
	text-align: justify;
	line-height: 1.6em;
	width: 600px;
}
#Contenuto #txt{
}
#Contenuto .elenco{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 10px;
	padding-top: 10px;
}
#Menu2{
	padding-bottom: 1em;
}
#Contenuto #MostraNascondi{
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
	margin-top: 10px;
	padding-top: 10px;
}
.spacer{
	display: none;
}
#Footer{
	margin-left: 160px;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
}
/* ============== Menù ================ */
#Menu ul{
	margin-bottom: 1.6em;
	}
#Menu li{
	list-style-type: none;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.4em;
	}
#Menu a{
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	font-weight: normal;
	padding-left: 10px;
	}
#Menu a:hover{
	text-decoration: underline;
}
#Menu .activeL{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
}
#Menu .titolo{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.4em;
	display: block;
}
/* ============== txt ================ */
#Contenuto #txt p{
}
#Contenuto #txt img{
	margin-bottom: 10px;
}
#Contenuto #txt li{
list-style-type: none;
}
#Contenuto #txt a{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#Contenuto #txt a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
/* ============== dettaglio ================ */
#Contenuto #dettaglio {
	margin-bottom: 10px;
}
#Contenuto #dettaglio br{
	clear: both;
	line-height: 1px;
	height: 1px;
}
#Contenuto #dettaglio #immagine{
	width: 250px;
	float: left;
}
#Contenuto #dettaglio #testo{
	margin-left: 320px;
}
#dettaglio #testo h3{
	margin: 0px;
	padding: 0px;
	font-size: 1.2em;
}
#dettaglio #testo h4{
	margin: 0px;
	padding: 0px 0px 10px;
	font-size: 1em;
	color: #666666;
}
#testo a{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#testo a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
/* ============== elenco ================ */
#Contenuto .elenco img{
	margin: 0px 5px 5px 0px;
}
#Contenuto .elenco h5{
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 1.1em;
}
#Contenuto .elenco h6{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1em;
}
/* ============== MostraNascondi ================ */
#Contenuto #MostraNascondi h3{
	font-size: 1.1em;
}
#Contenuto #MostraNascondi ul{
	margin-left: 3em;
	margin-bottom: 10px;
}
#Contenuto #MostraNascondi li{
}
#MostraNascondi a{
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}
#MostraNascondi a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
/* ============== menù secondario ================ */
#Menu2 li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#Menu2 .activ2{
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 4px;
	border: 1px solid #000000;
}
#Menu2 a{
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px 4px;
	font-weight: normal;
	color: #000000;
	width: auto;
	border: 1px solid #000000;
}
#Menu2 a:hover{
	background-color: #575757;
	font-weight: normal;
	color: #FFFFFF;
	border: 1px solid #575757;
}
.help{
	color: #FF0000;
}
