/* ------------------------------------ *
 CSS
 marted́ 14 aprile 2009 22.07.19
 HAPedit 3.1.11.111
 * ------------------------------------ */
  /*stili per il layout fisso*/
html,body{margin: 0;padding:0;background-color:#D3D3D3}
body{font-family:comic sans ms; arial, sans-serif;font-size: 76%;text-align: center} /*centra in IE5.x*/
div#container{position:relative;width: 1024px;height: 900px;margin: auto ;align: center;  /*centra negli altri browser e ripristina l'allineamento*/
    border-left: 0;border-right: 0}

/*stili generici  per il layout*/
.titolo{color: #000000;font-size: 20px; text-align: left; margin-left: 0px; margin-right: 0px}
.testo{color: #000000;font-size: 14px; text-align: justify; margin-left: 20px; margin-right: 20px}
div#up{float:left; width: 100%;height: 67%; background:#D3D3D3; margin-top: 10px}
div#upsx{float:left; width: 800px;height: 100%; background:#D3D3D3; margin-top: 10px}
div#updx{float:right; width: 218px;height: 100%;  background:#D3D3D3;margin-top: 10px; padding-left: 5px;overflow-y:scroll}
div#down{float:left; width: 100%;height: 33%; background:#D3D3D3; margin-top: 10px}

h1{font-family:comic sans ms, arial, sans-serif;color:#000000;font-size:15px; padding-top: 0px; font-weight:bold ; text-align: center}


