body {

}

iframe {
	width: 607px;
	height: 400px;
}

#simbolo {
	background-image: url('../images/murialdo.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
	width: 200px;
	height: 200px;
	left: -50px;
	top: 345px;
	position: relative;
	z-index: 6;
	border: 6px double #BBBBBB;
	border-radius: 40px;
}

#corpo{
	height: 3702px;
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
	height: 4254px;
}

#sottotitolo {
	width: 480px;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#sticky {
	position: absolute;
	left: 35px;
	top: 120px;
}

.sharebar {
	cursor: pointer;
}

#interno {
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 90px;
	border: none;
	width: 80%;
	overflow: hidden;
	background-color: #F2F2F2;
	line-height: 24px; 
}

#tratto {
	margin-left: 170px
}

@media print {
	.testo {
		page-break-inside:avoid
	}
	body {
		page-break-inside:avoid;
		background-image: none;
		background-color: white;
		height: 100%;
	}
	#window {
		page-break-inside:avoid;
		margin: 0;
		border: 0;
		padding: 0;
		width: 100%;
		height: 100%;
	}
	#corpo {
		page-break-inside:avoid;
		padding: 0;
		margin: 0;
		width: 100%;
		height: 100%;
	}
	#interno {
		page-break-inside:avoid;
		padding: 0;
		margin: 0;
		width: 100%;
		background-color: white;
		line-height: 1.5;

	}
	img {
		page-break-inside:avoid;
		padding-top: 10px;
		padding-bottom: 20px;
		max-width: 60%;
		display: block;
	}
    #header {
		display: none;
	}
	#position {
		display: none;
	}
	#includeMenu {
		display: none;
	}
	.menu-photo {
		display: none;
	}
	.quote {
		display: none;
	}
	#footer {
		display: none;
	}
	#sottotitolo {
		left: 0;
		width: 480px;
	}
	#tratto {
		margin-left: 0;
	}
}
