

/* Inizio sfondo autodimensionante */
html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#background{position:absolute; z-index:-1; width:100%; height:100%;}
#scroller { 
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
   z-index:1;
}
 /* Fine sfondo autodimensionante */
 
 
 /* inizio parti della pagina per sovrapposizione elementi*/
div#header{
	text-align: center;
	background-color: transparent;
	z-index: 12;
	position: absolute;
	top: 0;
	right: 15%;
	left: 25%;
	width: 60%;
} 
div#navigation{
	position: absolute;
	vertical-align: middle;
	padding: 0 0 0 0;
	background-color: transparent;
	z-index: 10;
	top: 150px;
	bottom: 80px;
	left: 10px;
}
div#content{
	padding: 0 0 0 0;
	text-align: justify;
	z-index: 0;
	background-color: transparent;
	margin: 60px 10px auto 80px;
}
#menu {
	z-index: 15;
	margin: 0px 0 0 0;
}
 /* fine parti della pagina per sovrapposizione elementi*/


/* inizio menu drop-down */
li, li a {box-sizing: content-box;}/* IE7: force "layout" for menu items (this is the same as the "holly" hack) */
ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid silver;
	font: 1em sans-serif;
}
ul li {
	list-style-type: none;
	border: 1px solid silver;
	border-width: 1px 1px 0 3px;
	position: relative;
	margin: 0;
	padding: 0;
}
ul ul {display: none;}/* nasconde i sottomenu */
ul li:hover > ul {/* mostra i sottomenu */
	display: block;
	position: absolute;
	top: -1px;
	right: 100%;
}
li a {
	display: block;
	padding: 5px 7px;
	text-decoration: none;
	background-color: #00ffff;
}
ul#topmenu li a:hover {background: yellow;}
li.sub > a {
	font-weight: bold;
	background-color: #ffffee;
}
ul ul {width: 10em;}/* larghezza sottomenu */
#ind {
	/* impostazioni generali del menu quando non è hover */
	/*position: absolute;*/
	width: 8em;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #f4ffc1;
}
#ind > ul {
	width: 100%; 
	margin-right: 0px;
	font-size: 85%;
}
#ind ul {/* bordo intorno a rtnv */
	border: 1px solid silver;
	border-width: 0 0 0 1px;
}
#ind ul li {/* elementi del menu principale */
	border-width: 1px 0;
	border-color: white;
	padding: 0 0 0 5px;
	line-height: 1.25em;
}
#ind ul ul {/* caratteristiche del sottomenu */
	border-width: 0px 1px 1px 1px;
	border-color: gray silver gray gray;
}
#ind ul ul li {
	border-color: #fefefc;
}/* elementi del sotto-menu */
#ind li > a {/* tutti gli elementi li che sono links (gli altri non subiscono modifiche) */
	background-color: transparent;
	padding: 3px;
}
#ind li:hover {/* elementi del menu e del sotto-menu al passaggio del mouse */
	background-color: #d7ea93;
	border: 1px solid gray;
	padding: 0 0 0 4px; /*padding ridotto di 1 rispetto a #ind ul li per evitare che il testo si muova */
}
#ind li.sub:hover {/* elemento menu espanso per sottomenu: margin-right:- deve essere circa come #rtnv > ul {width: */
	margin-right: -10.1em;
	border: 1px solid gray;
	background-color: #bad666;
}
#ind li.sub:hover > a {color: #333300;} /*elemento menu espanso. per sottomenu: margin-right:- deve essere circa come #rtnv > ul (width: */
#ind li.sub:hover > ul {/* caratteristiche del sotto-menu */
	top: 1.75em;
	right: -1px;
	background-color: #f4ffc1;
}
/* fine menu drop-down */



 /* inizio stili testo */
.testo_ris {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Aqua;
}
.piccolo {
	font-size: 25%;
}
 /* fine stili testo */




.documento {
	background-color: #4f322e;
	background-image: url(../000_grafica/sfondopg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	padding: 60px 60px 20px 60px;
	color: #f4ffc1;
}


a:link {color: Black;}
a:visited {color: Gray;}
a:hover {color: Red;}
a:active {color: #C80000;}


/* links */
.documento a:link {
	color: #54d854;
}
.documento a:visited {
	color: #999900;
}
.documento a:hover {
	color: #91ff91;
}	
.documento a:active {
	color: Red;
}


.red  {
	color: Red;
	text-decoration: none;
}


.ill_dx  {
	clear: both;
   background-color: #3e1610;
   border: 4px solid #d4bcbc;
   float: right;
   margin: 5px 0 5px 10px;
   padding: 0;
   text-align: center;
}
.ill_sx  {
	clear: both;
	background-color: #3e1610;
	border: 4px solid #d4bcbc;
	float: left;
	margin: 5px 10px 5px 0;
	padding: 0;
	text-align: center;
}
.ill_img {
	margin: 0;
	padding: 0;
	border: 2px solid Black;
}
.ill_didas {
	margin: 0em;
	padding: 5px;	
	border-top: 4px solid #d4bcbc;
   font-size: small;
}
.ill_pure {
	margin: 10px;
	padding: 0;
	border: 4px solid #d4bcbc;
	background-color: Black;
}



/* parti del testo */
.titolo {
	color: Red;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.sottotitolo {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-size: x-large;
}
.evidenziato {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: Red;
	font-weight: 900;
	text-transform: uppercase;
}
.testo {
   /* clear: both; */
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4ffc1;
}
.bibliografia {
	/* clear: both; */
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4ffc1;
	font-size: x-small;
}
.citazione {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #f4ffc1; /**/
	padding: 0em 2em 0em 2em;
	font-style: italic;
}

.Links_Pagina_Links {
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.piede_home {
	text-align: center;
	font-family: Arial;
	font-size: smaller;
	color: #C8C8C8;
}
.piede_credit {
	text-align: center;
	font-family: Arial;
	font-size: xx-small;
	color: #C8C8C8;
}

.ult_agg {
	text-align: right;
	font-family: Arial;
	font-size: xx-small;
	color: #C8C8C8;
}



.tab_schede {
	border: medium none;
	vertical-align: top;
	width: 100%;
}
.voci_schede {
	color: Red;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 120%;
}
.evi_schede {
	color: Red;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
}


/* thumbnail gallery */

.thumbs {
	width: auto; /* an explicit width is required for WinIE, or it screws up badly */
	margin: auto; /* correctly center block element */
	/* padding: .5em; */
	background: #660033 url(../000_grafica/rottingflesh.jpg);
	color: #000;
	/* border: thick solid #505050; */
	text-align: center;
}

.cell_tabella  {
  vertical-align: top;
}

.thumb  {
	float: left;
	margin: 5px;
	padding: 0;
	text-align: center;
	width: auto;
	text-decoration: none;
}
.thumb img {
	margin: 0;
	padding: 2px;
	border: 4px solid #d4bcbc;
	width: auto;
}
.thumb p {
	margin: 0em;
	padding: 5px;	
	text-decoration: none;
	font-size: small;
	width: 134px;
	height: 3em;
	vertical-align: middle;
}
.thumb p a {
	text-decoration: none;
}
.thumb_hr {                   /* see note about hr in HTML below */
  clear: both;
  height: 0;
  margin: 0%;
  padding: 0%;
  border: none;
  overflow: hidden;
  visibility: hidden;
}

.thumb300  {
	float: left;
	margin: 5px;
	padding: 0;
	text-align: center;
	width: auto;
	text-decoration: none;
}
.thumb300 img {
	margin: 0;
	padding: 2px;
	border: 4px solid #d4bcbc;
	width: auto;
}
.thumb300 p {
	margin: 0em;
	padding: 5px;	
	text-decoration: none;
	font-size: small;
	width: 300px;
	height: 3em;
	vertical-align: middle;
}


.aggiornamenti {
   border: none;
   background: none;
   text-align: justify;
   vertical-align: middle;
   color: #f4ffc1;
}

.aggiornamenti td {
   padding: 0 1em 0 1em;
   vertical-align: top;
   width: auto;
}


