/* Stili */


html {
  min-height: 100%;
  margin-bottom: 1px;
  font-size: 100%;
}

body {
  margin: 4px 2px;
  color: #000000;
  background-color: #ffffff;
  text-align: center;  /* centra in IE5 */
  font-size: 1em;
  position: relative;
}

hr {
  display: none;
}

img {
  border: 0;
}

address {
  margin: 1em;
}

td {
  vertical-align: top;
}

th {
  text-align: center;
}


/* Layout */

#scatola {
  position: relative;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}

#intestazione-home {
  position: relative;
  width: 100%;
  height: 210px;
  margin: 0;
  text-align: center;
  overflow: hidden;
}

#intestazione {
  position: relative;
  width: 100%;
  text-align: right;
  overflow: hidden;
}

#menu, .noprint, #navigazione {
  display: none;
}

#contenuto {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0.5em;
  text-align: left;
}

#piepagina {
  text-align: left;
  padding: 16px;
  margin: 0;
}


/* Elementi del layout */

#scatola {
  background-color: #ffffff;
  border: 2px solid #000000;
}

#intestazione-home,
#intestazione {
  font-family: "Trebuchet MS", Arial, Verdana, Sans-serif;
}

#intestazione-home {
  background: transparent url(/img/testata-logo_mani.jpg) no-repeat top left;
}

#intestazione-home #titoli {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 210px;
}

#intestazione-home #titoli h1,
#intestazione #titoli h1 {
  margin: 0 8px 0 0;
  font-size: 145%;
  text-align: right;
}

#intestazione-home #titoli span,
#intestazione #titoli span {
  color: #e92e22;
}

#intestazione-home #motto {
  height: 100%;
  font-size: 120%;
  letter-spacing: 2px;
  word-spacing: 6px;
  line-height: 150%;
  text-align: justify;
  padding: 1em 1em 0 1em;
  color: #ffffff;
  background: #e92e22 url(/img/testata-gradiente.jpg) repeat-x top left;
}

#intestazione,
#intestazione-home {
  border-bottom: 4px solid #e92e22;
}

#contenuto {
  font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
}

#contenuto h1 {
  margin-top: 0.5em;
  font-family: "Times new roman", serif;
  border-left: 3px solid #e92e22;
  border-bottom: 3px solid #e92e22;
  padding-left: 4px;
}

#contenuto h2 {
  margin-top: 1em;
  margin-bottom: -0.5em;
  font-family: "Times new roman", serif;
  border-left: 3px solid #e92e22;
  padding-left: 4px;
}

#contenuto p, #contenuto dd, #contenuto li {
  font-size: 105%;
	line-height: 1.4em;
}

#contenuto a, #contenuto a:link {
  color: #a31e19;
  font-weight: bold;
}

#contenuto a:visited, #contenuto a:hover, #contenuto a:active {
  color: #a31e19;
  font-weight: bold;
}

#contenuto .riquadro {
  width: 90%;
  margin: 1em auto;
  padding: 4px 8px;
  border: 2px dotted #e92e22;
}

#contenuto #home-desc {
  position: absolute;
  width: 40%;
  border-right: 2px dotted #e92e22;
  padding: 4px;
  margin: 4px;
  text-align: left;
}

#contenuto #home-news {
  position: relative;
  top: 0;
  left: 45%;
  width: 45%;
  padding: 4px;
  text-align: left;
}

#contenuto .news h3 {
  color: #e92e22;
  margin-top: 1.5em;
  margin-bottom: 0;
}

#contenuto .news p {
  text-align: justify;
}

#contenuto .news-meta {
  margin-top: 0;
  font-size: smaller;
  font-weight: bold;
  text-align: left;
}

#piepagina {
  font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
  background-color: #e8e8e8;
  color: #000000;
  font-weight: bold;
}

#contenuto dt {
  margin-top: 1em;
}

#contenuto li {
  padding-bottom: 0.3em;
}

#navigazione ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: right;
  font-size: 90%;
}

#navigazione li {
  padding-left: 0;
  margin: 0 1.5em 0 0;
  display: inline;
}

#navigazione a,
#navigazione a:link,
#piepagina a,
#piepagina a:link {
  font-weight: bold;
  color: #000;
}


/* Classi varie */

.firma {
  margin-right: 1em;
  text-align: right;
  font-weight: bold;
  font-style: italic;
}

.left { text-align:left; }
img.left {
  float: left;
  margin-left: 0;
  margin-right: 5px;
}

.center { text-align:center; }
img.center {
  display: block;
  margin: auto;
}

.right  { text-align:right; }
img.right {
  float: right;
  margin-left: 5px;
  margin-right: 0;
}

.justify { text-align: justify; }

.clear {
  clear: both;
}

