	
		
		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		body{
			font-family:"Trebuchet MS",Arial,Sans-serif;
			font-size:80%;
			background:url(../immagini/bodybg.jpg);
			background-repeat: repeat-x;
			background-color:#666666;
			color:#ccc;
		}
		
		div.domtab{
			padding:1em 1em;
			width:1024px;
			font-size:93%;
	
			
		}
		ul.domtabs{
			float:auto;
			width:100%;
			margin:0em 0 0 20em;				
		}
		ul.domtabs li{
			float:left;
			padding:0 1em 0 0;
			height:2em;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			/*width:5em;*/
			padding:.1em 1em;
			display:block;
			/*background:#666;*/
			color:#ffffff;
			height:2em;
			font-weight:bold;
			text-decoration:none;
			background:url(../immagini/normale.gif);
			width: 78px;
			line-height: 20px;
		}
		
		  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #domtabs a {float:none;}
  /* End IE5-Mac hack */
		
		/*ALTEZZA TAB MENU*/
		html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover{
			height:2em;
			min-height:2em;
		}
		ul.domtabs a:hover{
			background-position: 0 -30px;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#ffffff;
			color:#666666;
			padding:1em 21em 1em 1em;
		}
		
		
	
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			/*background:#ffffff;*/
			background:url(../immagini/attivo.gif);
			/*color:#fff;*/
			/*margin-left:2em;*/
			width: 76px;
			line-height: 20px;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		
		
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		h2{
			font-size:120%;
			color:#666666;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		h1{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#990000;
			display:inline;
			padding:1em .5em;
			font-weight:bold;
			font-size:100%;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#990000;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
		#immagine{
			position:absolute; 
			width:250px;
			height:500px;
			top:3em; 
			/*right:26em;distanza destra box*/
			left:61em;
			width:18em;
		}

#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
