/* CSS Document */
/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
} 
 
#pagewidth{ 
 width:960px; 
 margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:155px; 
 width:100%;
} 
 
#leftcol{
 width:200px; 
 float:left; 
 position:relative;
 height:100%;
}
 
#twocols{
 width:760px; 
 float:right; 
 position:relative;
 height:100%;
 
}
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative;
 height:100%;
}
 
#maincol{  
 background-color: #FFFFFF;
 float:left; 
 display: inline; 
 position: relative; 
 left:0px;
 width:560px;
 height:100%;
}
 
#footer{
 clear:both;
} 

.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

@media print { 
#leftcol{display:none;} 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
#head_a {display:none;}
#menu_centrale {display:none;}
#wid {display:none;}
#banner {display:none;}
#footer {display:none;}
#copy {display:none;}
#stampa {display:block;}
#stampa h1{ font-size:large;}
}

