body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: #000;
	background-color: #fff;
        height: 100%;
	}
html {
	font:  80% verdana, arial, helvetica, sans-serif;
	}

a {
	text-decoration: underline;
	font-weight: normal;
	color:  #006600;
	outline: none;
	}

a:active {
	color:  #ff0000;
	text-decoration: underline;
	}
a:visited {
	color:  #006600;
	text-decoration: underline;
	}
a:hover {
	color: red;
	text-decoration: underline;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.centrato {
	text-align: center;
	}
.nascosto, #locazione {
	display: none;
	}
hr {
	display: none;
	}
object {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 1em;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
        margin-left: 10px;
	}
.in_linea {
	display: inline;
	margin: 0;
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 160%;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	background-color: transparent;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #88aa66;
        border-bottom-width: 0px;
        border-bottom-style: solid;
        border-bottom-color: #000;
	}
#secondario1 h1, #secondario2 h1 {
	font-size: 110%;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	background-color: #ccff99;
  border-top-width: 0px;
  border-top-style: dashed;
  border-top-color: #88aa66;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #88aa66;
	}
#avviso h1 {
	background-color: #ccff99;
	font-weight: normal;
	text-decoration: none;
	padding: 0em 1em;
	border: 1px solid #88aa66;
	}

h2 {
	font-size: 130%;
	line-height: 20px;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 0;
        color: #333333;
	background-color: transparent;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #88aa66;
        border-bottom-width: 0px;
        border-bottom-style: dotted;
        border-bottom-color: #006600;
	}
h3 {
	font-size: 120%;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 115%;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 110%;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 100%;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	padding: 5px;
	}
.logo {
	padding: 0px;
	}
.pedice {
	font-size: 80%;
	vertical-align: -0.3em;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}	
#intestazione {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 0px dotted #000000;
	background-color: #ffffff;
	height: 80px; /* ie5win fudge begins - sottrarre padding e border*/
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 80px;
	z-index: 2;
	}
html>body #intestazione {
	height: 80px; /* ie5win fudge ends */
	}

#secondario1 {
  display: none;
	}
html>body #secondario1 {
	width: 160px; /* ie5win fudge ends */
	}

#principale {
	position:relative;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	border: 0px solid #000000;
	background-color: transparent;
	z-index: 0;
	}
#locazione {
	border-bottom: 0px dashed #333;
	background-color: #FFF;
	}
#locazione p {
	margin: 0;
	padding-left: 3px
	}

#avviso {
	border: 1px solid #333;
	background-color: transparent;
	position: relative;
	margin: 10px 50px 0px 50px;
	}
#avviso p {
	margin: 0;
	padding: 5px 10px 5px 10px;
	}
	
#contenuti p {
	text-align: justify;
	}

#aree, #argomenti, #strumenti, #personalizzazione, #dichiarazioni {
	margin-bottom: 0.5em;
        border: 1px solid #88aa66;
	}
#aree p, #argomenti p, #strumenti p, #personalizzazione p, #dichiarazioni p {
	margin: 0;
	padding-left: 3px
	}
#aree ul, #argomenti ul, #strumenti ul, #personalizzazione ul, #dichiarazioni ul {
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
	line-height: 1.9em;
	text-indent: 5px;
	}
#aree a, #argomenti a, #strumenti a, #personalizzazione a, #dichiarazioni a {
	text-decoration: none;
	}
#aree a:hover, #argomenti a:hover, #strumenti a:hover, #personalizzazione a:hover, #dichiarazioni a:hover {
	text-decoration: underline;
	}

.sfondo_menu {
	background-color: #dfffbf;
	}

#rinvio_top {
	text-align: right;
	margin-bottom: 1em;
	clear: both;
	}
#rinvio_top a {
	background-color: #ccff99;
	font-weight: normal;
	text-decoration: none;
	padding: 0em 1em;
	border: 1px solid #88aa66;
	}

#info_pagina {
	border: 1px dashed #000000;
	margin-bottom: 1em;
	}
#info_pagina p {
	margin: 0;
	padding-left: 3px;
	font-size: 85%;
	}
#contenuti div.blocco_immagini { 
	width: 100%;
	padding:5px;
	font-size: 1.00em;
	margin:0px 10px 10px 0px;
	border:0px solid #ff9900;
	display: block;
}
#contenuti div.immagine { 
	width: 300px;
	padding:5px;
	font-size: 1.00em;
	margin:0px 10px 10px 0px;
	border:1px solid #ff9900;
	float: left;
}
#contenuti div.immagine img {
	border-bottom:3px solid #ff9900;
	display:block;
	padding:0px;
	padding-bottom:1px;
}

#contenuti div.riquadro {
	width: 100%;
  padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.00em;
	border: 0px solid #333;
	text-align: left;
	display: block;
	clear: both;
}
#contenuti div.cella {
	width: 47%;
  padding: 0px;
	margin: 10px 10px 0px 0px;
	border: 0px solid #333;
	text-align: left;
	display: block;
	float: left;
}
.cella h1, .cella h2, .cella h3 {
	font-size: 120%;
	line-height: 20px;
	font-weight: bold;
	clear: left;
	margin-top: 0;
	margin-bottom: 0;
	color: #333333;
	background-color: #ccff99;
	border-top-width: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #88aa66;
	}
.cella p, .cella address {
	font-size: 90%;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 1em;
	padding: 5px;
	text-align: left;
	}
.cerca {
	background-color: #ccff99;
	}
#cerca_navigazione {
	margin-bottom: 1em;
	clear: both;
	}
#cerca_navigazione p{
  text-align: center;
	}
#cerca_navigazione span{
	border: 1px solid #88aa66;
	padding: 0.5em 0.5em;
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
abbr, acronym, .aiuto  {
	border-bottom: 1px dashed #900;
	cursor: help;
	}
.navigazione {
 list-style-image:url(../immagini/freccia.gif);
	}


