/*varianti*/



@page {

	size: auto;

}



a {

	color: #000000;

	text-decoration: underline;

}



#intestazione a {

	color: #000000;

	text-decoration: none;

}



#footer_home a {

	color: #000000;

	text-decoration: none;

}



/* regole comuni*/





body {

	font-family: Arial, Helvetica, sans-serif;

	margin: 0px;

	padding: 0px;

	background-image: none;

}



/*home page*/



/*intestazione home page*/ 







#intestazione_home {

	width: 96%;

	margin: 0px;

	padding: 0px 2%;

}

#avi-logo {

	float: right;

	height: 147px;

	width: 150px;

	padding-left: 5px;

}



/* changed acm-logo width to 150px */



#acm-logo {

	float: right;

	height: 147px;

	width: 100px;

	padding-left: 5px;

}



#intestazione_home h1 {

	color: #BB0000;

	font-size: xx-large;

	margin-top: 0em;

	padding-top: 0em;

		line-height: 1em;

}

#intestazione_home h2 {

	color: #BB0000;

	font-size: large;

		line-height: 1em;

}

#intestazione_home h3 {

	color: #000000;

	font-size: small;

	padding-bottom: 1em;

}



/*path home page*/

#path_home {

	font-size: small;

	width: 96%;

	padding-right: 2%;

	padding-left: 2%;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: dotted;

	border-bottom-style: dotted;

	border-top-color: #000000;

	margin-top: 1em;

	margin-bottom: 1em;

	line-height: 1.8em;

	}



/*contenuto home page*/ 



#contenuto_home {

	width: 100%;

	margin-top: 20px;

	margin-bottom: 20px;

	padding-left: 30%;

}

	



/*lista home page*/ 



.docs {

display: none;



}



/*footer home page*/ 



#footer_home {

	font-size: small;

	width: 96%;

	padding-right: 2%;

	padding-left: 2%;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: dotted;

	border-bottom-style: dotted;

	border-top-color: #000000;

	margin-top: 1em;

	margin-bottom: 1em;

	line-height: 1.8em;

	}



/* intestazione - layout tipo */



#intestazione {

	width: 96%;

	height: 177px;

	margin: 0px;

	padding: 0px 2%;
	
	background-image: none;

}

#avi-logo1 {

	float: right;

	height: 147px;

	width: 150px;

	padding-top: 0px;

	padding-left: 5px;

}

#acm-logo1 {

	float: right;

	height: 96px;

	width: 96px;

	padding-top: 29px;

}



#intestazione h1 {

	color: #BB0000;

	font-size: xx-large;

	margin-top: 0em;

	padding-top: 0em;

		line-height: 1em;

}

#intestazione h2 {

	color: #BB0000;

	font-size: large;

	line-height: 1em;

}

#intestazione h3 {

	color: #000000;

	font-size: small;

	padding-bottom: 1em;

}



/* path - layout tipo */



#path {

	font-size: small;

	width: 96%;

	padding-right: 2%;

	padding-left: 2%;

	border-top-width: 1px;

	border-bottom-width: 1px;

	border-top-style: dotted;

	border-bottom-style: dotted;

	border-top-color: #000000;

	margin-top: 1em;

	margin-bottom: 1em;

	line-height: 1.8em;

	vertical-align: middle;
	
	background: none;
	
	color: #000000;

}



/*contenuto layout tipo*/ 



#contenuto{

	font-size: medium;

	width: 96%;

	margin: 0px;

	padding: 0px 2%;
	
	background-image: none;

}



/*menu layout tipo*/ 

	

div#menu {

	display: none;

}



/*testo layout tipo*/ 



#text {

	width: 90%;

}

#text h3 {

	font-size: medium;

	color: #BB0000;

}

#text p {

	font-size: small;

	text-align: justify;

}



/*immagini layout tipo*/



.image_sx_up {

	margin-top: 0px;

	margin-right: 1em;

	margin-bottom: 1em;

	margin-left: 0px;

	float: left;

}



/*footer layout tipo*/ 



#footer {

	display: none;

}






