/*******************************OPTIONAL***************************/
.alt{display:none}
img{border:0}


/*************************BODY*************************************/

body {
   color: #000000;
   background-color: #ffffff;
   font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
   font-size: 0.8em;
   font-style: normal;
   font-weight: normal;
   margin: 0px 0px 0px 0px;
   padding: 0px;
}

dt {
  color: #036;
  background-color: transparent;
  font-weight: bold;
  margin-bottom: 5px;
}

dd {
  color: #000;
  background-color: transparent;
  margin-bottom: 10px;
  margin-left: 15px;
}

ul {
  margin-left: 30px;  
}

ol {
  margin-left: 30px;  
}

pre {
   color: #600;
   background-color: #e6e6e6;
   font-size: 12px;
   padding: 10px;
}

code {
   font-size: 100%;
   font-family: Georgia, "Times New Roman", Times, serif;
   color: #000;
   background-color: #cf0;
   padding: 1px;
   font-weight: bold;
}

/* Impostiamo le intestazioni */

h1 {
	color: Black;
	background-color: transparent;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 0px;
}

h2 {
	color: Black;
	background-color: transparent;
	font-size: 1.3em;
	font-style: normal;
	font-weight: bold;
}

h3 {
	color: Black;
	background-color: transparent;
	font-size: 1.0em;
	font-style: normal;
	
}

h4 {
	color: Black;
	background-color: transparent;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

h2.indice {
	color: #FF9966;
	width: 220px;
	background: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	border-bottom: 1px solid #020066;
}

/* Impostiamo il paragrafo */

p {
   text-align: left;
   letter-spacing: 1px;
   line-height: 120%;
}



blockquote {
	color: #333;
	background-color: #ff9;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	border: 1px solid #666;
	padding: 3px;
}

/* Impostiamo i link */

a {
	color: Black;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
}

a:visited {
	color: #006699;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: Black;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

a:active {
	color: Black;
	background-color: transparent;
	font-style: normal;
	font-weight: normal;
}

a.indice {
	color: #006699;
	background-color: #FF9966;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 220px;
}

a.indice:hover {
	color: #FF9966;
	background-color: #006699;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 0px 2px 5px;
	width: 220px;
}

/* Impostiamo gli identificatori (ID) */

div#testata {
	color: #ffffff;
	height: 120px;
	background: transparent url(../barratitolo3.jpg) no-repeat;
	padding:0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #000000;
}

div#navigazione {
	color: #006699;
	background-color: #ff9966;
	padding: 4px;
	border-bottom: 1px solid #000000;
}

div#navigazione a {
   color: #006699;
   font-weight: bold;
	text-decoration: none;	
	padding: 5px;
}

div#navigazione a:hover {
	color: Aqua;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
	background: none;
}

div#contenuto {
	background-image: url(../fotosfondo.jpg);
	height: 512px;
	padding: 20px;
	text-align: justify;
	margin-right: 100px;
	border-right: 1px solid #020066;
}

div#contenuto .immagineright{
	width:135px;
	padding:4px;
	margin:2px;
	float:right; /* il box contenente l'immagine e' flottante */
}

#contenuto .immagineleft{
	width:135px;
	padding:4px;
	margin:2px;
	float:left; /* il box contenente l'immagine e' flottante */
}

div#indice {
	color: #006699;
	background-color: #FF9966;
	float: right;
	width: 220px;
	padding: 0px;
	padding-bottom: 3px;
	border: 1px #336600 solid;
	margin-top: 20px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

div#indice a.indice, a.indice:hover {
	display: block;
	font-weight: bold;
}

div#footer {
	color: #006699;
	background: #FF9966;
	font-weight: bold;
	padding: 5px;
	border-top: 1px #333 solid;
	text-align: center;
}
