
html,body { margin: 0 ; padding:0 } 
body { background-color:#E8EEF5; font-family: verdana ; font-size: 76% ; text-align: center } 
div#container {  width:900px; margin: 0 auto ; text-align: center;  } 


div#header {  
	text-align:left;
	margin:0;
	padding:0;
	/*border: 1px solid yellow;*/
}

div#header table{
	margin:0;
	padding:0;
}

div#header table td{
	color: #C28525;
	vertical-align:top;
	margin:0;
	padding:0;
}

div#header table td.bg {
	background-image: url(../img/sfondo_top.gif);
	background-position: right;
	background-repeat: no-repeat;
}

h1,h2 { margin: 0 ; padding:0 } 
h1 { padding-left:0.5em ; font: bold 2.3em/80px helvetica,serif } 
h2 { color: #071B9F ; font-size: 1.5em; text-align:left } 
h3 {
	color: #071B9F ; 
	font-size: 12pt;
	text-align:left;
	margin:0;
	padding:0;          
}          

h2 {
	color: #071B9F ; 
	font-size: 10pt;
	text-align:left;
	margin:0;
	padding:0;          
}   

a {
	color:#071B9F;
	text-decoration:none;
}

a:hover {
	color:#ff0000;
	text-decoration:underline;
}

a#active {
	color:#ff0000;
}

div#navigation { 
	background-color:#ffffff;
	float:left;
	text-align:center;
	width: 250px; 
	height: 500px;
	/*border: 1px solid blue;*/
}

table.menu {
	width:220px;
	font-size:8pt;
	margin-left:10px;
	
	/*border: 1px solid blue;*/
}

td.titolo_menu {
	background-image: url(../img/sfondo_menu_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	
	width:220px;
	height:43px;
	
	vertical-align:middle;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:13pt;
	
	/*border: 1px solid blue;*/

}

td.voce_menu {
	width:170px;
	height:20px;
	
	vertical-align:middle;
	text-align:left;
	color:#071B9F;
	font-weight:bold;
	font-size:10pt;
	
	padding-left:15px;
	padding-bottom:5px;
}

td.voce_menu a {
	color:#071B9F;
	font-weight:bold;
	font-size:10pt;
}

td.sub_menu {
	height:20px;
	
	vertical-align:middle;
	text-align:left;
	color:#071B9F;
	font-weight:bold;
	font-size:8pt;
	
	padding-left:30px;
}

td.sub_menu a {
	color:#071B9F;
	font-weight:bold;
	font-size:8pt;
}

td.bordo_menu_sx {
	border-right:2px solid #A95730;
}

td.bordo_menu_dx {
	border-left:2px solid #A95730;
}


td.riga_lavori {
	color: #A8572F; 
	font-size: 9pt;
	width:270px;
	text-align:left;
	vertical-align:top;
}

table#tb_index {
	/*background-image: url(../img/sfondo_index.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;*/
	height:400px;
	padding:0;
}

div#content {
	background-color:#ffffff;
	float:right;
	text-align: left;
	width:620px;
	height: 500px; 
	padding: 1em ;	
	/*border: 1px solid yellow;*/
} 

div#content p {
	text-align:left;
	width: 500px;
}

div#footer { 
	height:15px; 
	text-align:center ; 
	background-color: #A95730 ;
	color: #ffffff;
	font-weight:bold;
	margin-top:10px;
} 

.img_alfa {
	/*filter:alpha(opacity=80);
	opacity:.80;
	-moz-opacity:.80;*/
}
