html {
  margin: 0;
  padding: 0;
}
body {
  margin: 2px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
}
img { border: none }

h2 {
  margin: 0 0 10px 0;
  font-size: 120%;
  color: #171a63;
}

h3 { margin-bottom: 24px }


a:link,
a:visited {
  color: #171a63;
  text-decoration: none;
}
a:focus,
a:hover,
a:active {
  color: #171a63;
  text-decoration: underline;
}



.center  { text-align: center }
.right   {  text-align: right }
.justify { text-align: justify }

.img-float-right {
  float: right;
  margin: 0 0 5px 5px;
}
.clear-left { clear: left }
.clear-right { clear: right }

.vertical-align-middle { vertical-align: middle }

em.data {
  display: block;
  margin: 20px 0 0 0;
  font-size: 75%;
  color: #171a63;
  text-align: left;
}



#bordo {
  width: 901px;
  border: 1px solid #848484;
}
#header {
  padding: 5px 0 0 5px;
  text-align: left
}
#quadrato { float: left }



#menu_orizzontale {
  list-style: none;
  margin: 0;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #171a63;
  font-size: 90%;
  font-weight: bold;
  text-align: left;
  white-space: nowrap
}
#menu_orizzontale li {
  display: inline;
  margin: 0 5px
}
#menu_orizzontale a {
  padding-left: 12px;
  background: url(../immagini/menu_orizzontale.gif) no-repeat center left;
  font-weight: bold;
  color: #747474;
  text-decoration: none;
}
#menu_orizzontale a:focus,
#menu_orizzontale a:hover,
#menu_orizzontale a:active,
#menu_orizzontale #current {
  background: url(../immagini/menu_orizzontale_hover.gif) no-repeat center left;
  color: #171a63
}
#menu_orizzontale #link_attuale {
  font-style: italic;
  color: #171a63;
}



#menu_verticale {
  list-style: none;
  margin: 0;
/*  padding: 10px 0;*/
  font-size: 90%;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
#menu_verticale li { margin: 0 0 10px 0 }
#menu_verticale a {
  padding-right: 12px;
  background: url(../immagini/menu.gif) no-repeat center right;
  font-weight: bold;
  color: #747474;
  text-decoration: none;
}
#menu_verticale a:focus,
#menu_verticale a:hover,
#menu_verticale a:active,
#menu_verticale #current {
  background: url(../immagini/menu_hover.gif) no-repeat center right;
  color: #171a63;
}
#menu_verticale #link_attuale {
  font-style: italic;
  color: #171a63;
}


#content {
  min-height: 573px;
  height: auto !important;
  height: 573px;
  background: url(../immagini/onda.gif) repeat-y top right;
}

#colonna_sinistra {
  width: 198px;
  padding-left: 5px;
  vertical-align: top;
  text-align: left
}
#centrale {
  width: 511px;
  vertical-align: top;
  padding: 16px 18px 18px 18px;
  text-align: left
}

#colonna_destra {
  width: 199px;
  padding-right: 4px;
  vertical-align: top;
  text-align: left
}


.riquadro_grigio {
  position: relative;
  margin-bottom: 28px;
  padding: 4px;
  border: 1px solid #949494;
}
#colonna_destra .riquadro_grigio {
  padding: 0;
}
.archivio {
  margin-top: 10px
}
.titoletto {
  margin: 10px 0 0 0;
  font-size: 85%;
  font-weight: bold;
  color: #171a63
}
p.titolo {
  font-weight: bold;
  color: #171a63;
  text-align: center;
}
a.titolo_celeste:link,
a.titolo_celeste:visited {
  font-size: 85%;
  font-weight: bold;
  color: #6fa7e9;
  text-decoration: none
}
a.titolo_celeste:focus,
a.titolo_celeste:hover,
a.titolo_celeste:active { color: #171a63 }

a.titolo:link,
a.titolo:visited {
  margin: 0;
  font-size: 85%;
  font-weight: bold;
  color: #171a63;
  text-decoration: none
}
a.titolo:focus,
a.titolo:hover,
a.titolo:active {
  color: #171a63;
  text-decoration: underline
}

.anteprima_testo {
  margin: 0;
  font-size: 85%;
  text-align: justify
}
.testo {
  margin-top: 20px;
  font-size: 85%;
  text-align: justify;
}
.data {
  margin: 0;
  font-size: 90%;
  font-style: italic;
  text-align: right;
}

#lascia_commento {
  margin: 0;
  font-size: 85%;
  color: #171a63;
  text-align: right
}
#lascia_commento fieldset { border: 0 }
#lascia_commento legend { visibility: hidden }
#lascia_commento input {
  height: 16px;
  margin-left: 3px;
  border: 1px solid #171a63;
  background-color: #fff;
  color: #747474
}
#lascia_commento .nome {
  width: 111px
}
#lascia_commento .commento {
  width: 160px;
  height: 65px;
  overflow: auto;
  margin-top: 5px;
  border: 1px solid #171a63;
}
#lascia_commento .submit {
  padding: 0 3px 0 3px;
  font-size: 85%
}
#certificato {
  text-align: right;
  margin: 30px 7px 0 0;
}
#footer p {
  margin: 20px 0 0 0;
  background: url(../immagini/bordo_footer.gif) repeat-x;
  height: 30px;
  line-height: 30px;
  font-size: 90%;
  font-weight: bold;
  text-align: center;
}