/* Foglio di stile */

p  { margin: 0px; }

/* Colori */
.azzurro  {  color: #74B5F0;  }
.violetto  {  color: #839CCA;  }
.giallo  {  color: #D7BD0F;  }
.nero  {  color: #666666;  }
.grigio  {  color:  #D7DAE3;  }
.bianco { color: #FFFFFF;  }
.blu  {  color: #3C5490;  }

.grassetto  { font-weight: bold; }

/* Testo */
.testo_principale  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; line-height: 16px; color: #666666;  }
.testo_form  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;  }
.testo_footer  {  font-family: Arial, Helvetica, sans-serif; font-size: 11px;  }

/* Links */
a.menu  {  font-weight: bold; text-decoration: underline;  color: #D7BD0F;  }
a:hover.menu  {  font-weight: bold; text-decoration: none;  color: #74B5F0;  }
a.menu2  {  text-decoration: underline;  color: #D7BD0F;  }
a:hover.menu2  {  text-decoration: none;  color: #74B5F0; }
a.menu_up  {  font-weight: bold; text-decoration: none;  color: #74B5F0;  }
a:hover.menu_up  {  font-weight: bold; text-decoration: none;  color: #74B5F0;  }
a.footer  {  text-decoration: underline;  }
a:hover.footer  {  text-decoration: none;  }



/* Struttura */
body  {  margin: 15px;  margin-top: 0px;  }
table.struttura  {  width: 958px; }
td.top  {  width: 958px; height: 78px;  background: url(../img/top.jpg) no-repeat;  }
td.banner1  {  width: 958px; height: 227px;  background: url(../img/banner1.jpg) no-repeat; cursor: pointer;  }
td.banner2  {  width: 958px; height: 183px;  background: url(../img/banner2.jpg) no-repeat; cursor: pointer;  }
div.flag  { display: inline; float: right; margin-right: 5px; margin-top: 5px;  }
td.corpo_sx  {  width: 118px; height: 255px;  background: url(../img/corpo_sx.jpg) top no-repeat;  }
td.corpo_centrale  {  width: 722px; }
td.corpo_dx  {  width: 118px; height: 255px;  background: url(../img/corpo_dx.jpg) top no-repeat;  }

p.menu  {  margin-top: 0px;  }
div.menu_primo  {  display: inline; float: left;  margin-top: 30px; margin-left: 11px;  }
div.menu  {  display: inline; float: left;  margin-top: 30px;  }
img.menu  {  display: inline; float: left;  margin-top: 33px;  margin-left: 10px; margin-right: 10px;  }

div.corpo  {  clear: both; margin-left: 30px; margin-right: 30px; padding-top: 30px; padding-bottom: 20px;  }
p.corpo2  { margin-top: 10px; }
img.float_left  {  float:left;  margin-right: 20px;  }

div.foot  { border-top: 1px solid  #D7DAE3; margin-top: 10px; padding-top: 5px;  margin-left: 120px; margin-right: 120px; }
div.footer1  { display: inline; float: left;  }
div.footer2  { display: inline; float: right;  }

td.form  { padding-right: 30px; text-align: left; font-weight: bold; }
input.form  { width: 280px; padding-left: 1px; }
input.form2  { width: 320px; padding-left: 1px; }
textarea.form2  { width: 320px; height: 100px; padding: 1px; }
textarea.form  { width: 280px; height: 100px; padding: 1px; }

img.slide {  padding: 10px; border: 1px solid #D7DAE3;  }

/* Area di amministrazione */
td.top_admin  { width: 958px; height: 112px;  background: url(../img/admin_top.jpg) no-repeat; }
td.menu_admin  { width: 191px; height: 300px;  background: url(../img/admin_sx.jpg) no-repeat top; }
td.corpo_centrale_adm  {  width: 767px; }
p.menu_admin {  line-height: 28px; padding-top: 15px; padding-left: 25px; }
div.adm_sx  { display: inline; float: left;  padding-bottom: 24px; padding-left: 10px;  }
div.adm_dx  { display: inline; float: right; padding-right: 10px; }
.testo_admin  {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
a.menu_admin  {  font-weight: bold; text-decoration: underline;  color: #3C5490;  }
a:hover.menu_admin  {  font-weight: bold; text-decoration: none;  color: #74B5F0;  }

/* Form admin */
table.form_admin  { width: 100%; border-top: 1px solid #3C5490; border-bottom: 1px solid #3C5490;  }
td.form_admin_sx  { width: 36%; background-color: #D9ECFF; border: 1px solid white; border-left: 0px; }
td.form_admin_dx  {  background-color: #F0F9FF; border: 1px solid white; border-right: 0px; }
input.form_admin  {  width: 100px;  }


