/*------------------------------------------------------------*/

html,body
	{margin: 0; padding: 0;
	 background-color: #fff;}

body	{font-family: Verdana,Arial,Sans-serif;
	 font-size: 13px;
	 text-align: center}		/* centra con Internet Explorer  */

/*------------------------------------------------------------*/
/*                      CONTENITORE                           */
/*------------------------------------------------------------*/

div#container
	{width: 760px;
	 margin: 0 auto;		/* centra con gli altri browsers */
	 text-align: left;		/* ripristina l'allineamento     */
	 border-left: 0px solid #000;
	 border-right: 0px solid #000;
	 background-color: #fff;}

/*------------------------------------------------------------*/
/*                         HEADER                             */
/*------------------------------------------------------------*/

div#header
	{height: 60px; border: 0px solid #000;
	 background-color: #fff; background: url(../gif/titolo.gif);}

/*------------------------------------------------------------*/
/*                       CONTENUTO                            */
/*------------------------------------------------------------*/

/* I margin-right con la barra servono per sfruttare un buco di IE...*/
/* cosi' i margini vengono interpretati correttamente...             */
div#content
	{margin-right: 0px; padding: 10px;
	 background-color: #ffffff; padding: 0px;
	 border-right: 0px solid #000000; border-left: 0px solid #000000;
	 border-top: 0px solid #000000; border-bottom: 0px solid #000000;}
div#content p {color: #000000; font-weight: normal; text-decoration: none;
	font: normal 13px verdana,arial,serif;}
div#content a {color: #000; font-weight: bold; text-decoration: none;}
div#content a:hover {color: #000; text-decoration: underline;}
div#content a:visited {color: #000;}
div#content img {padding: 0px;}

/*------------------------------------------------------------*/
/*                        FOOTER                              */
/*------------------------------------------------------------*/

div#footer
	{background-color: #fdd; margin-top: 10px; margin-bottom: 10px;
	 clear: both; text-align: center;
	 padding-top: 2px; padding-bottom: 4px;
	 color: #000; font-size: 11px; font-weight: medium;
	 border: 2px solid #f00;}
div#footer a{color: #000; text-decoration: underline}
div#footer a:hover{font-weight: medium; color: #f30;}

/*------------------------------------------------------------*/
/*               BOX PER INCOLONNARE IL TESTO                 */
/*------------------------------------------------------------*/

div.colmain
	{float: left; width: 540px; border: 0px solid #000000;
	 padding: 2px; margin-left: 10px;}
div.col_dida
	{float: left; width: 99%; padding: 2px; margin: 0;
	 border: 2px dashed #696969;}
div.imgmain
	{float: left; width: 200px; padding: 0; margin: 0;
	 border: 0px solid #000000;}

div.split3 div
	{float: left; width: 31%;
	 padding: 1px; margin-left: 8px; border: 0px solid #000;}
div.split3 p
	{text-align: center; font: bold 13px verdana,arial,serif;
	 margin: 1px; padding: 2px;}

div.wide{clear: left; padding: 0;}

/*------------------------------------------------------------*/
/*                  STILI PER IL TESTO                        */
/*------------------------------------------------------------*/

h1	{margin: 0px; padding: 0px; color: #000;
	 border-bottom: 2px dashed #696969; text-align: right;
	 font-size: 24px; font-weight: normal;
	 font-family: Verdana, Arial, Helvetica}

.txt	{font: normal 13px verdana,arial,serif;}
.ce     {text-align: center;}
.txt_pi {font-size: 11px;}
.nob	{border: 0px solid #000000;}
.imgpd	{margin: 0px 20px 0px 0px; border: 0px solid #000000;}

/*------------------------------------------------------------*/
.txt_red {border: 2px solid #f00; background-color: #fcc;}
.txt_blu {border: 2px solid #00f; background-color: #bef;}
.txt_ora {border: 2px solid #f73; background-color: #fca;}
.txt_yel {border: 2px solid #fc0; background-color: #fe8;}
.txt_mag {border: 2px solid #f1f; background-color: #fbf;}
.txt_bro {border: 2px solid #880; background-color: #dda;}
.txt_blk {border: 2px solid #000; background-color: #ccc;}
.txt_gre {border: 2px solid #080; background-color: #8f8;}
.txt_vio {border: 2px solid #859; background-color: #fdf;}
/*------------------------------------------------------------*/

