body {
	font-family: helvetica;
	text-align: justify;
	font-size: 15px;
	line-height: 1.3;
}

h1, h2, h3, h4 {
	font-style: italic;
	color: #0066CC;
}

h3 {
	font-size: 17px;
}
h2 {
	font-size: 20px;
}

.errore {
	font-size: 12pt;
	color: red;
}

#simbolo {
	background-image: url('../images/informadomenica.png');
	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{
	left: 0px;
	position: relative;
	padding: 20px;
}

#window {
}

#sottotitolo {
	width: 480px;
}

#modifica {
	position: absolute;
	font-weight: bold;
	left: 495px;
	top: 25px;
}

a.link_corpo:hover {
	color: #F89A1E;
}
a.link_corpo {
	color: #0066CC;
	text-decoration: none;
}

#emailform{
	position: relative;
	left: 95px;
}

#consenso {
	margin-left: 0px;
}

#infoframe {
	margin-left: 90px;
	border: none;
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
	overflow: hidden;
	background-color: #F2F2F2;
}

.sharebar {
	cursor: pointer;
}

.interspace {
	margin-left: 170px;
}

#infoframe img {
	padding: 20px;
}

@media print {
	.testo {
		page-break-inside:avoid
	}
	body {
		background-image: none;
		background-color: white;
	}
	
	#window {
		border: 0;
	}
	
	#corpo {
		margin: 0;
		padding: 0;
		
		font-size: 18px;
	}
	
	#infoframe {
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: white;
		line-height: 1.5;

	}
	
	#modifica {
		display: none;
	}
	
	h1, h2, h3, h4 {
		font-style: italic;
		color: #0066CC;
	}

	h3 {
		font-size: 18px;
	}
	h2 {
		font-size: 22px;
	}
	
	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;
	}
	#footer {
		display: none;
	}
	#sottotitolo {
		left: 0;
		width: 480px;
	}
	#riceviemail{
		display: none;
	}
	
	.subsubtitle{
		display: none;
	}
}
