/* ata.css */


html {
    height:100%;
  }


body {
    background-attachment: fixed;
    background-color : #ffffff;
    font-family : sans-serif;
    text-align : left;
    margin-left : 10px;
    margin-right : 0px;
    /* background-image: url(img/piede.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
    */
  }


body.normale {
    background-color : #ffffff;
    font-family : sans-serif;
    text-align : left;
    margin-left : 10px;
    background-image: url();
  }


body.contatti {
    background-color : #ffffff;
    background-image : url();
    font-family : sans-serif;
    margin-left : 0px;
    text-align : left;
  }


h1 {
    font-size: 20pt;
    color: #13478e;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
  }


h2 {
    font-size: 16pt;
    color: #13478e;
    font-weight: bold;
    text-align: center;
    line-height: 150%;
  }


input,textarea {
    background-color : #d3d3d3;
  }


table.base {
    font-family : 'sans-serif';
    font-size : 10pt;
    font-weight : bold;
    margin-left : 10px;
    margin-right : 0px;
    margin-top : 10px;
    text-align : left;
  }


table.contatti {
    font-family : 'sans-serif';
    font-size : 10pt;
    font-weight : bold;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 10px;
    text-align : left;
  }


td {
    text-decoration:none;
    font-size : 8pt;
  }


td.base {
    background-color : #E5E5E5;
    color : #000000;
    padding-left : 5pt;
  }


td.cucina {
    background-color : #990000;
    color : #ffffff;
    padding-left : 5pt;
  }


td.lavaggio {
    background-color :#257872;
    color : #ffffff;
    padding-left : 5pt;
  }

a.lavaggio {
    text-decoration : none;
    background-color : #257872;
    color : #ffffff;
    padding-left : 0pt;
  }

a.cucina {
    text-decoration : none;
    background-color : #8b0000;
    color : #ffffff;
    padding-left : 0pt;
  }


a.normale {
    text-decoration:none;
  }


th {
    font-size : 12pt;
    line-height : 20pt;
  }


p {
    margin-right : 10px;
  }


p.cucina {
    background-color : #8b0000;
    color : #ffffff;
    padding-left : 5pt;
  }


p.lavaggio {
    background-color :#257872;
    color : #ffffff;
    padding-left : 5pt;
  }


p.giustificato {
    margin-right : 10px;
    text-align : justify;
  }


p.sinistra {
    margin-right : 10px;
    text-align : left;
  }


.azzurro {
    font-size : 18pt;
    color : #13478e;
  }


.normale {
    font-size : 11pt;
    font-family :'sans-serif';
    text-align : justify;
  }
