@charset "utf-8";
/* CSS Document */

div#header { 
			 background-image:url(../img/tool_big.jpg); 
		     weight: 800px;
			 height:83px;
			 background-repeat:no-repeat; 
			 }

div#menu { 
			 background-color: #FFFFFF;  
			 text-align:right; 
			 background-image: url('../img/menu.gif'); 
			 background-position: right;
			 background-repeat:no-repeat;
			 }

body { 
	   font-family:"Times New Roman", Times, serif; 
	   font-size:14px;
	   background-image: url(../img/sfondo.gif);
}

.title { 
	   font-family:Verdana, Arial, Helvetica, sans-serif; 
	   font-size:12px; 
	   font-weight:bold; 
	   color: #bd0404;
	    }
		
div#container { 
				width: 80%; 
				margin-left: 10%; 
				margin-right:10%; 
				background-color:#FFFFFF; 
				border: #d9dada outset 1px; }

div#navigation {
				float:left;
				background-image:url(../img/bk .gif);
				background-repeat: no-repeat;

				background-color:#FFFFFF;
				height: 414px;
				/* Inizia il Simplified Box Model Hack */
				width:160px; /* Dimensioni per Opera 5 */
				width:170px; /* Dimensioni per Explorer 5.x */
				width:160px; /* Dimensioni per browser standard compliant */
				padding:1em 0 0 10px;
				}

div#extra {
		  float:right; 
		  background-color:#FFFFFF;
		  background-image:url('../img/dx2_.gif');
		  background-repeat:repeat-y;

		  height: 400px;
		  width: 100px; 
		  width:110px; 
		  width:100px; 
		  padding:1em 0px;
		  }



div#content {
			background-color:#FFFFFF;
			border-left:#999999 dashed 0px;
			border-right:#999999 dashed 0px;
			margin-left: 170px;
			margin-right: 110px;
			padding:1em 50px;
			text-align: justify;
			height: 399px; 
			}


div#footer { 
			clear:both;  
			background-color:#CCCCCC;
			font-weight:bold;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size:10px;
			text-align:right;
			height: 15px;
			border: ridge 0px;
			padding-right: 5px;
			background-image:url(../img/bkdiwn2.jpg); 
			background-repeat:no-repeat;
			} 

.scroll   {  
		   overflow: auto; 
           width: auto; 
		   height: 400px;
		   padding-right: 10px;
		   margin-top: 1px; 
		   } 
		   
a {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

a:link {
	text-decoration: none;
	color: #666666;
}

a:visited {
	text-decoration: none;
	color:#999999;
}

a:hover {
	text-decoration: none;
	color: #123da1;
}

a:active {
	text-decoration: none;
}		   