/* modello02_setPagina */
.sfondo {
		background-image: url("bkgKandinsky.jpg");
		background-repeat: no-repeat;
		beckground-position:center;
		width:1000px;
		height:1200px;
		margin-left:auto;
		margin-right:auto;		
	}	
.testo {
	font-family:tahoma;
	color:#ffffff;
}

#occhiello {
	position:relative;
	top:5px;
	padding:10px;
	width:1000px;
	font-size:28px;
	letter-spacing:3px;
	text-shadow:2px 2px 2px #555555;
	text-align:center;
	}

#titolo1 {
	position:relative;
	top:35px;
	left:100px;
	width:350px;
	font-size:40px;
	font-weight:1500;
	letter-spacing:2px;
	padding:0px 5px 0px 5px;
	text-shadow:2px 2px 2px #555555;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:left;
}
#titolo2 {
	position:relative;
	top:55px;
	margin-left:200px;
	width:450px;
	font-size:30px;
	font-weight:1500;
	letter-spacing:2px;
	padding:0px 5px 0px 5px;
	text-shadow:2px 2px 2px #555555;
	background-color: rgba(0, 0, 0, 0.3);
	text-align:center;
}
#linkFonte {
	position:relative;
	top:80px;
	left:650px;
	width:350px;
	font-size:20px;
	font-weight:1500;
	color:#fafafa;
	letter-spacing:1px;
	text-shadow:2px 2px 2px #555555;
	background-color: rgba(0, 0, 0, 0.3);	
	text-decoration:none;
}
#didSfondo {
	position:relative;
	top:180px;
	width:220px;
	font-size:12px;
	font-weight:1500;
	font-style:italic;
	color:#fafafa;
	text-align:right;
	margin-right:25px;
}
#articolo {
	position:relative;
	top:15px;
	left:5px;
	width:740px;
	height:940px;
	font-size:14px;
	color:#000000;
	line-height:120%;
	padding:10px;
	overflow:auto;
}

.spazioTesto {
	position:relative;
	top:93px;
	left:228px;
	width:770px;
	height:997px;
	border:1px solid #990000;
	z-index:1;
}


#spazioLink {
	position:relative;
	top:-200px;
	left:0px;
	width:200px; /* 185 */
	height:200px;
}
#toIndietro {
	position:relative;
	top:40px;
	left:37px;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;	
	color: #fafafa;	
	background-color: #990000;
	box-shadow:2px 2px 0px #fafafa;	
	padding:6px 10px 5px 10px;		/*top-right-bottom-left*/
}

#toSitoVA {
	position:relative;
	top:80px;
	left:37px;
	font-size: 16px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;	
	color: #fafafa;	
	background-color: #990000;
	box-shadow:2px 2px 0px #fafafa;	
	padding:6px 10px 5px 10px;		/*top-right-bottom-left*/
}

#pagSocieta {
	position:relative;
	top:140px;
	left:-65px;
	font-size:16px;
	font-weight:bold;
	letter-spacing:1px;
	text-decoration:none;
	text-align:center;	
	color:#fafafa;	
	background-color:#990000;
	box-shadow:2px 2px 0px #fafafa;	
	padding:6px 10px 5px 10px;		/*top-right-bottom-left*/
}


