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

html,body
	{margin: 0;
	 padding: 0;}

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: justify;		/* ripristina l'allineamento     */
	 border-left: 2px solid #080;
	 border-right: 2px solid #080;
	 background: url(../img/$ambi.gif) repeat-y top right;}

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

div#header {background-color: #080; color: #fff;}

/*------------------------------------------------------------*/
/*                      NAVIGAZIONE                           */
/*------------------------------------------------------------*/

/* I width con la barra servono per sfruttare un buco di IE...*/
/* cosi' i margini vengono interpretati correttamente...      */
div#nav {float: right; width: 180px; \width: 170px; w\idth: 180px; border-left: 2px solid #080;}
div#nav ul{margin: 14px 0 14px 14px; padding: 0; list-style-type: none;}
div#nav li{margin: 0; padding: 0;}

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

/* I margin-right con la barra servono per sfruttare un buco di IE...*/
/* cosi' i margini vengono interpretati correttamente...             */
div#content
	{margin-right: 180px; \margin-right: 168px; margin-r\ight: 180px; padding: 10px;
	 background-color: #fff;
	 border-right: 2px solid #080;
	 border-top: 0px solid #000; border-bottom: 0px solid #000;}
div#content p {color: #000; font-weight: normal; text-decoration: none;
	font: normal 13px verdana,arial,serif; text-align: justify;}
div#content a {color: #000; font-weight: normal; text-decoration: underline;}
div#content a:hover {color: #808080;}
div#content a:visited {color: #080;}
div#content img {padding: 0px;}

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

div#footer
	{clear: right; text-align:center; padding: 6px;
	 color: #fff; font-size: 13px; font-weight: bold;
	 background-color: #080;
	 border-top: 0px solid #000; border-bottom: 0px solid #000;}
div#footer a{color: #fff; font-weight: bold; text-decoration: underline}
div#footer a:hover{color: #000;}

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

h1,h2 	{margin: 0;padding:0}
h1	{padding-left: 12px; font: normal 32px/60px arial,serif;
	 border-top: 0px solid #000; border-bottom: 0px solid #000;}
h2	{color: #000; font-size: 16px; background-color: #fff; padding: 4px; clear: left;
	 border-bottom: 2px solid #080;}

.txt	{font: normal 13px verdana,arial,serif;}
.ri	{text-align: right;}
.ce     {text-align: center;}
.un	{text-decoration: underline;}
.rientro {margin-left: 24px;}
.txt_pi {font-size: 11px;}
.sottotitolo {font-size: 24px}
.evid	{border-top: 2px solid #003333; border-bottom: 2px solid #003333; padding: 10px;}
.bo	{border: 1px solid #000;}
.nob	{border: 0px solid #000;}
.imgdx	{margin: 0px 0px 10px 10px; float: right;}
.imgsx	{margin: 0px 10px 10px 0px; float: left;}

/*------------------------------------------------------------*/
/*                 STILI PER LE TABELLE                       */
/*------------------------------------------------------------*/

/* I width con la barra servono per sfruttare un buco di IE...*/
/* cosi' i margini vengono interpretati correttamente...      */
table.tabmain {table-layout: fixed; border: #000 0px solid; width: 99%; \width=74%; w\idth="99%";}
table.tabmain td {border: #000 0px solid; padding: 1px; vertical-align: top}

table.tabambi {table-layout: fixed; margin-left: 20px; border: #000 0px solid; width: 90%;}
table.tabambi td {border: #000 0px solid; padding: 1px; vertical-align: top;}

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