/*
colori:
nero => #000
rosso => #900
*/

/*** GENERICI **************************************************************************/
BODY {
  margin: 0 auto;
  padding: 0;
  background: url("img/sfondo_home.jpg") repeat-y center #000;
  font: 0.7em Tahoma, Verdana, Helvetica, sans-serif ;
  color: #333;
  text-align: center;
  line-height: 1.3em;
  height:100%;
}
H1 {
  font-size: 1.6em;
  font-family: Georgia;
  font-weight: normal;
  color: #000;
  padding: 15px;
  padding-bottom: 5px;
  margin: 0;
}
BIG {
  font-size: 1.1em;
  font-weight: bold;
  font-family: Verdana;
  color: #900;
  padding: 0;
  margin: 0;
}
A {
  color: #900;
  text-decoration: underline;
}
A:hover,
A:focus {
  text-decoration: none;
}
IMG {
  border: 0;
  padding: 0;
  margin: 0;
}
HR {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  min-height: 1px;
  height: auto !important;
  height: 1px;
  border: 1px dashed #ccc;
}
DIV.hr {
  min-height: 21px;
  height: auto !important;
  height: 21px;
  margin: 0;
  background: url(img/hr.jpg) no-repeat center;
}
DIV.hr HR {
    display: none;
}
INPUT {
  background: #ccc;
  font-size: 1.2em;
  border: 0;
  padding: 5px;
}
P {
  margin: 0;
  padding: 0;
}
.rispristino {
  clear: both;
}
/*** STRUTTURA **************************************************************************/
DIV#header {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 0;
  width: 930px;
}
DIV#header DIV#boxlanguage {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  padding: 5px;
  margin: 0;
  margin-right: 25px;
  width: 424px;
  text-align: right;
}
DIV#header DIV#boxlanguage P {
  margin: 0;
  padding: 0;
  float: right;
}
DIV#header DIV#boxlanguage IMG {
  float: left;
}
DIV#header DIV#boxlanguage A {
  padding: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  float: left;
}
DIV#header DIV#boxlanguage A:hover,
DIV#header DIV#boxlanguage A:focus {
  text-decoration: underline;
  color: #900;
}
DIV#header DIV#logo {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  margin-top: 46px;
  padding: 0;
}
/*** HOME PAGE **************************************************************************/
DIV#centerboxhome {
  position: relative;
  top: 156px;
  left: 0;
  padding: 0;
  margin: 0 auto;
  width: 930px;
}
DIV#centerboxhome DIV#fotohome {
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
  width: 506px;
}
DIV#centerboxhome P {
  margin: 0;
  padding: 5px 10px;
  text-align: left;
}
DIV#centerboxhome DIV#rightboxhome {
  position: absolute;
  right: 0;
  padding: 0;
  margin: 0;
  width: 424px;
}
DIV#centerboxhome DIV#rightboxhome DIV#navigazione {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
DIV#centerboxhome DIV#rightboxhome DIV#servizi {
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}
DIV#centerboxhome DIV#rightboxhome DIV#servizi UL {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
DIV#centerboxhome DIV#rightboxhome DIV#servizi UL LI {
  margin: 0;
  padding: 0 5px;
  display: inline;
}
DIV#centerboxhome DIV#rightboxhome DIV#boxnews {
  margin: 0;
  padding: 0;
}
DIV#centerboxhome DIV#rightboxhome DIV#boxnews P {
  margin: 0;
  padding: 5px;
}
DIV#centerboxhome DIV#rightboxhome DIV#boxnews IMG {
  padding: 5px;
  float: left;
}
DIV#centerboxhome DIV#rightboxhome DIV#boxnews SPAN.dettagli {
  color: #900;
  float: right;
  margin: 0;
  padding: 10px;
}
DIV#footer {
  margin: 0 auto;
  padding: 0;
  width: 424px;
  background: url("img/sfondo_footer.jpg") repeat-x top #D3D3D3;
  min-height: 50px;
  height: auto !important;
  height: 50px;
  float: left;
}
/*** NAVIGAZIONE **************************************************************************/
DIV#centerboxhome DIV#rightboxhome DIV#navigazione UL {
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  list-style-type: none;
  line-height: 30px;
}
DIV#centerboxhome DIV#rightboxhome DIV#navigazione UL LI {
  margin: 0;
  padding: 0 5px;
  display: inline;
}
DIV#centerboxhome DIV#rightboxhome DIV#navigazione UL LI A {
  color: #000;
  text-decoration: none;
}
DIV#centerboxhome DIV#rightboxhome DIV#navigazione UL LI A:hover,
DIV#centerboxhome DIV#rightboxhome DIV#navigazione UL LI A:focus {
  color: #900;
  text-decoration: underline;
}
*/
/*** FOOTER **************************************************************************/
DIV#footer P {
  margin: 0;
  padding: 5px;
  text-align: left;
  color: #333;
  font-size: 0.8em;
}
/*** VARI **************************************************************************/
