<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body{

	margin: 0px;
	font-family: josefin sans; /*'Philosopher';	*/
	background: url( '../img/backgrounds/article.jpg' ) repeat;
}

h1{
	
	font-size: 12pt;
	margin: 0px;
	

}
h2{
	font-size: 24pt;
	margin: 18px 0px;
	font-family: news cycle; /*Alegreya;  Philosopher;*/
	color:  #333;
}


/* varie */

table{
	border: none;
	font-family: lucida sans unicode,lucida grande;
}
table td{
	border: none;
	vertical-align: top;
	font-family: lucida sans unicode,lucida grande;
}
input[type=button]{
	padding: 10px 10px;
	color: white;
	background-color: #333;
	border: none;
	cursor: pointer;
}
input[type=text]{
	padding:  4px 8px;
	font-size:  15px;
}


/* header */
.greenline{
   width: 1080px; 
   height: 11px; 
   background-color: #4A9E3F; /* #BDD702;*/
}
.header td{
	vertical-align: middle;
}

/*  menu */

.trimmenu{
	position: absolute;
	/*margin: 20px auto;*/
	margin: 0px;
	
}
.menuitem{
	margin-top: 7px;
}
.submenu{
	position:absolute; 
	top: 96px; 
	/*left: 53%; */
	width: 208px; 
	/*height: 200px; */
	border: solid 1px #666; 
	z-index: 10000;
	background-color: #222;
	display: none;
	color: white;
	/*padding-left: 18px;*/
}
.submenuitem{
	font: normal 14pt josefin sans; /*arial,arial narrow;*/
	color: white;
	line-height: 58px;
	width: 95%;
	cursor: pointer;
	border-bottom: dotted 1px #6A3535;
	padding-left: 5%;
}
.submenuitem:hover{
	color: #222;
	background-color: #f0f0f0;
}
.submenuitem a{
	text-decoration: none;
	color: inherit;
	height: 100%;
	width: 100%;
	display: inline-block;
}
/* 
.submenuitem a:hover{
	background-color: #f0f0f0;
	color: #222;
}
*/
.tbmenu{
	float: right;
	background-color: #1E1A0E;
	margin-top: -40px;
	
}
.tbmenu td{
	text-align: center;
	height:	60px;
	color: white;
	font-size: 14pt;
	font-family: josefin sans; /*arial,arial narrow;*/
	width: 108px;
	cursor: pointer;
}
.tbmenu td:hover{
	color: #222;
	background-color: #f0f0f0;
}

.tbmenu td a{
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	text-decoration: none;
}

.sep{
	float:left; 
	height:28px; 
	border-left: dotted 1px #6A3535;
	/*margin-top: -14px;*/
	vertical-align: middle;
}


/*  paragrafi articoli */

.article{
	min-height: 360px;
	/*background: url( '../img/backgrounds/article.jpg' ) repeat;*/
	width:  1028px; /*  1080 TOT */
	margin: 0 auto;
	background-color: #fafafa;
	padding: 26px 26px;
	font-family: lucida sans unicode,lucida grande;
}

.film_roll_child{
	
	/*border: solid 2px white;*/

}


/* footer */


.footer{
	/*height: 286px;*/
	width:   100%;
	background-color: #201A15;
	margin: 0 auto;
	position: relative;
	color: white;
	font-family: lucida sans unicode,lucida grande;
}
.footer table td{
	font-family: lucida sans unicode,lucida grande;
	padding: 18px 28px;
	
}
.newsindex{
	float:right;
	background-color: white;
	margin: 6px 3px;
	width: 14px;
	height: 14px;
	border-radius: 6px;
}
.footer input[type=button]{
	background-color: #4A9E3F;
	color: black;
}
.footer input[type=button]:hover{
	background-color: #DDDDDD;
}
.footer li{
	font-size: 12px;
	font-weight: normal;
	border-bottom: dotted 1px #777;
	line-height: 28px;
	color: #aaa;
	width: 160px;
}
.footer li a{ 
	text-decoration: none;
	color: inherit;
}

/* servizi  */

.tbservizi td{

	text-align: center;
	width: 20%;
	vertical-align: top;
	font-size: 16px;
	font-family: josefin sans;

} 

/*  contatti  */
.areaField{
	width:	400px;
	height: 180px;
	

}














</pre></body></html>