/*------------------------------------------------------------------
Questo e' un commento.

Il nostro primo foglio di stile applicato ad una pagina web!
<--------------------------------------------------------------------*/

.oops {
	display: none;
}

/* Impostiamo la pagina in generale */

body {
	color: #000000;
	background-color: #fffbdf;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 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: #ffffff;
   background-color: transparent;
   font-family: Georgia, "Times New Roman", Times, serif;   
   font-size: 2em;
   font-style: normal;
   font-weight: normal;
   margin-bottom: 0px;
}

h2 {
   color: #336600;
   background-color: #ffffff;
   font-size: 1.3em;
   font-style: normal;
   font-weight: bold;
}

h2.indice {
	color: #ffffff;
	background-color: #336600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding-left: 5px;
	padding: 2px 3px 3px;
}

/* 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 #666 dotted;
   padding: 3px;
}

/* Impostiamo i link */

a {
   color: #336600;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
}

a:visited {
   color: #333300;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
}

a:hover {
   color: #88aa44;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   text-decoration: underline;
}

a:active {
   color: #000000;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
}

a.indice {
   color: #336600;
   background-color: transparent;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   padding: 2px 0px 2px 5px;
	width: 145px;
}

a.indice:hover {
   color: black;
   background-color: #f6f6f6;
   font-style: normal;
   font-weight: normal;
   text-decoration: none;
   padding: 2px 0px 2px 5px;
	width: 145px;
}

/* Impostiamo gli identificatori (ID) */

div#testata {
	color: #ffffff;
	background-color: #336600;
	padding: 5px;
	border-bottom: 2px solid #000000;
}

div#navigazione {
	color: #000000;
	background-color: #fc9;
	border-bottom: 1px solid #000000;
	text-align: center;
	padding: 1px;
}

div#navigazione a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}

div#navigazione a:hover {
	color: #FFFFFF;
	background-color: #FFCC99;
	font-weight: bold;
	padding: 1px;
}

div#contenuto {
   padding: 5px;
   margin-right: 165px;
   border-right: 1px dotted #360;
}

div#indice {
	color: #000;
	background-color: #e6e6e6;
	float: left;
	width: 150px;
	padding-bottom: 3px;
	border: 1px #336600 solid;
	margin-top: 20px;
	margin-left: 15px;
	margin-right: 5px;
	margin-bottom: 50px;
}

div#indice a.indice, a.indice:hover {
	display: block;
}

div#footer {
   color: #666;
   background-color: transparent;
   padding: 5px;
   border-top: 1px #333 solid;
}
.menu_interno {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal}
.menu_orizz {  font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold}
.titolo_g {  font-family: "Times New Roman", Times, serif; font-size: 30px; font-weight: bold}
.titolo-grande {  font-family: "Times New Roman", Times, serif; font-size: xx-large; font-weight: bold}
.menu_internobianco { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal ; color: #FFFFFF}
.titolo-grandebianco { font-family: Georgia, "Times New Roman", Times, serif; font-size: xx-large; font-weight: bold ; color: #FFFFFF}
.table{
	padding: 5px;
		background-repeat: no-repeat;
}
