/* ---------------------*
 *		PRINCIPALI		*
 * -------------------- */
 
 
html, body{
	margin:0px;
	background-color: #FFFEF1;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #EDECE0;
}


.immagine_home{
	background-color: #F5F5E9;
	text-align: center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border: 1px solid #999999;
	margin-bottom: 20px;
}


img{
	border: none;
}


#container{
	width: 770px;
}


#footer{
	height: 72px;
	background-color: #F5F5E9;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	padding: 5px;
}


#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#footerbanda{
	height: 10px;
	background-color: #EEEDE8;
}


/*     HEADER     */


#header{
	width: 770px;
	height: 68px;
}


#header .logo{
	float: left;
	padding-top: 0px;
	padding-left: 10px;
}


#header .menu{
	float: right;
	vertical-align: top;
}





/*     MENU PRINCIPALE     */


#header .menu ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}


#header .menu ul li{
	float: left;
	height: 21px;	
	padding-right: 50px;
	padding-top: 47px;
	background-image: url(../images/menuPrincipaleSfondo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#header .menu ul li a:link, #header .menu ul li a:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}


#header .menu ul li a:hover{
	color: #B9AA86;
}


#header .menu ul li .normale{
	color: #6A5D3D;
}


#header .menu ul li .attivo{
	color: #B9AA86;
}





/*     MENU TENDINA     */


.sottomenu{
	position: absolute;
	visibility: hidden;
	background-color: #B9AA86;
	margin-top: 11px;
	border-top: 4px solid #6A5D3D;
	border-right: 1px solid #6A5D3D;
	border-bottom: 1px solid #6A5D3D;
	border-left: 1px solid #6A5D3D;
}


.sottomenu ul{
	margin: 2px;
	padding: 0px;
	list-style-type: none;
}


.sottomenu ul li{
	margin-bottom: 2px;
	padding-left: 2px;
	line-height: 10px;		
}


.sottomenu ul li a:link, .sottomenu ul li a:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #6A5D3D;
	text-decoration: none;
	background-image: url(../images/sottomenu.gif);
	background-repeat: no-repeat;
	background-position: left 4px;	
	padding-left: 4px;
}


.sottomenu ul li a:hover{
	color: #FFFEF1;
	text-decoration: underline;
}


.sottomenu ul li .livello_1{
	margin-left: 10px;
}


.sottomenu ul li .livello_2{
	margin-left: 20px;
}


.sottomenu ul li .livello_3{
	margin-left: 30px;
}


.sottomenu ul li .livello_4{
	margin-left: 40px;
}





/*     CARTOLINE     */


#cartolina{
	margin-top: 5px;
}


#cartolina .fasciaSup{
	background-image: url(../images/cartolineTratteggio.gif);
	background-repeat: repeat;
	background-position: left top;
	line-height: 4px;	
	margin-bottom: 3px;	
}


#cartolina .immagine{
	width: 100%;
	height: 200px;
	display: block;
	background-image: url(../images/fascia_bg.jpg);
	background-repeat: repeat;
	background-position: left top;
}


#cartolina .immagine .foto{
	width: 200px;
	height: 200px;
	float: left;
}


#cartolina  .immagine .citazione{
	height: 180px;
	width: 550px;
	padding: 10px;
	float: left;
	text-align: right;
	vertical-align: bottom;
}


#cartolina  .immagine .citazione .frase{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFEF1;
}


#cartolina  .immagine .citazione .autore{
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFEF1;
	font-style: italic;
}


#cartolina .fasciaInf{
	background-image: url(../images/cartolineTratteggio.gif);
	background-repeat: repeat;
	background-position: left top;
	line-height: 8px;
	margin-top: 3px;	
}





/*     MENU LATERALE     */


#menuLaterale{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 150px;
	margin-bottom: 10px;	
}


#menuLaterale ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 150px;
}


#menuLaterale ul .titolo{
	margin-bottom: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #6A5D3D;
	background-image: url(../images/menuLateraleTitolo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#menuLaterale ul .normale, #menuLaterale ul .attivo{
	margin-bottom: 3px;
	line-height: 14px;
	padding-left: 8px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;		
}


#menuLaterale ul .normale a:link, #menuLaterale ul .normale a:visited, #menuLaterale ul .attivo a:link, #menuLaterale ul .attivo a:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-left: 8px;
	background-image: url(../images/menuLaterale.gif);
	background-repeat: no-repeat;
	background-position: left 5px;		
}


#menuLaterale ul .normale{
	background-color: #B9AA86;
}


#menuLaterale ul .normale a:link, #menuLaterale ul .normale a:visited{
	color: #6A5D3D;
}

#menuLaterale ul .normale a:hover{
	color: #FFFEF1;
}


#menuLaterale ul .attivo{
	background-color: #6A5D3D;
}


#menuLaterale ul .attivo a:link, #menuLaterale ul .attivo a:visited{
	color: #FFFEF1;
}

#menuLaterale ul .attivo a:hover{
	color: #FFFEF1;
}


#menuLaterale ul .normale .livello_1, #menuLaterale ul .attivo .livello_1{
	margin-left: 5px;
}


#menuLaterale ul .normale .livello_2, #menuLaterale ul .attivo .livello_2{
	margin-left: 10px;
}


#menuLaterale ul .normale .livello_3, #menuLaterale ul .attivo .livello_3{
	margin-left: 15px;
}


#menuLaterale ul .normale .livello_4, #menuLaterale ul .attivo .livello_4{
	margin-left: 20px;
}





/*     CONTENUTO     */


#contenuto{
	float: right;
	width: 600px;
}


#contenuto .link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #6A5D3D;
}

#contenuto h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 30px;
	font-weight: normal;
	color: #6A5D3D;
	margin-bottom: 10px;
}


#contenuto .testo{
	padding: 5px;
	border: 1px dashed #E2DCCB;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	color: #443C26;
	background-color: #FFFFFF;
	line-height: 15px;
	margin-bottom: 10px;
}

#contenuto .testo p{
	margin: 0px 0px 20px;
}

#contenuto .testo blockquote{
	background-color: #FFFBF4;
	border: 1px dashed #FDD8A1;
	padding: 10px;
	margin: 10px;
}

#contenuto .testo h2{
	font-size: 18px;
	color: #6A5D3D;
}

#contenuto .testo .lista{
	list-style-image: url(../images/tick.gif);
	list-style-type: none;
}


#contenuto .testo .lista2{
	list-style-image: url(../images/tick2.gif);
	list-style-type: none;
}


#contenuto .testo .lista li a:link, #contenuto .testo .lista li a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #655D3D;
	text-decoration: underline;
}


#contenuto .testo .lista li a:hover{
	text-decoration: none;
}


#contenuto .testo .interventi_tabella{
	width: 100%;
	margin-bottom: 25px;
}


#contenuto .testo .interventi_tabella .interventi_titolo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFEF1;
	background-color: #655D3D;
	text-align: center;
	vertical-align: middle;
	padding: 3px;
}


#contenuto .testo .interventi_tabella .interventi_elemento{
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDD8A1;
}


#contenuto .testo .interventi_tabella .interventi_data{
	padding: 3px;
	text-align: right;
	vertical-align: middle;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FDD8A1;	
}


#contenuto .bottoni{
	line-height: 11px;
	background-image: url(../images/contenutoBottoni.gif);
	background-repeat: repeat-x;
	background-position: left center;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 10px;
}


#contenuto .bottoni a{
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFEF1;
}


#barraStampa{
	background-color: #6A5D3D;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


#barraStampa a:link, #barraStampa a:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFEF1;
	text-decoration: underline;
}


#barraStampa a:hover{
	text-decoration: none;
}





/*     ARTICOLI     */


.articoliHomepageIntro{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #FDD8A1;
	margin-bottom: 15px;
}


.articolo{
	margin-bottom: 8px;
	background-color: #F6F5EA;
	padding: 5px;
}


.articolo .titoloArticolo{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #6A5D3D;
	text-decoration: none;
	float: left;
}


.articolo .dataArticolo{
	float: right;
}


.articolo .abstractArticolo{
	clear: both;
	margin-top: 4px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #6A5D3D;
	line-height: 15px;	
}


.articolo .linkArticolo:link, .articolo .linkArticolo:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FDD8A1;
	text-decoration: none;
}


.articolo .linkArticolo:hover{
	text-decoration: underline;
}





/*     BREADCRUMBS     */


#breadcrumbs{
	margin-left: 170px;
	width: 600px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #B9AA86;
	margin-top: 2px;
	margin-bottom: 2px;	
}


#breadcrumbs img{
	margin-left: 5px;
	margin-right: 5px;	
}


#breadcrumbs a:link, #breadcrumbs a:visited{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B9AA86;
	text-decoration: underline;
}


#breadcrumbs a:hover{
	text-decoration: none;
}


#breadcrumbs .ultimo{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	color: #B9AA86;
}





/*     GLOSSARIO     */


#contenuto .glossario .lettera{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 36px;
	font-weight: bold;
	color: #FFFEF1;
	background-color: #6A5D3D;
	line-height: 26px;
	text-align: right;
}


#contenuto .glossario ul{
	margin: 15px 0px;
	padding: 0px;
	list-style-type: none;
}


#contenuto .glossario ul li{
	padding: 2px;
	margin-bottom: 3px;
}	


#contenuto .glossario ul .terminePari{
	background-color: #FDD8A1;
}


#contenuto .glossario ul .termineDispari{
	background-color: #B9AA86;
}



#contenuto .glossario ul li a:link, #contenuto .glossario ul li a:visited{
	color: #6A5D3D;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}


#contenuto .glossario ul li a:hover{
	color: #FFFEF1;
}