/* 
Foglio di stile per la stampa

*/

body {
font : normal 12px "Times New Roman", Times, serif;
font-style: normal;
background-color : #fff;
}


a {

text-decoration: underline;
color : #000;
}

#header {
dispaly:none;
}


div#menu {
display:none
}

#main {
width: 98%;
clear: both;
text-align: left;
}

#sub {
display:none
}


#footer {

position: relative;	

clear: both;

margin : 2em 0 0 0;

padding: 10px 10px 10px;

width: 100%;

border-top : #000 solid 1px;

border-bottom : #000 solid 1px;

color : #fff;

}



#footer p {

text-align: center;

padding : 0.2em;

}




#striscia {
display : none;
}


#mappa_ricerca {
display : none;
}


.nascosto {
display : none
}

.breadcrumb {display:none;}
img.imgleft  {
	float : left;
	margin-top : 1em;
	margin-bottom : 1em;
	margin-right : 2em;
}

img.imgright  {
	float : right;
	margin-top : 0.2em;
	margin-bottom : 1em;
	margin-left : 2em;
}