


/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/



*{
	margin:0;
	padding:0;
}

BODY {
	color: #000000;
	min-width:760px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

A:link, A:active, A:visited{
	COLOR: #00338C;
	text-decoration: underline;
}

P {
	font-size : 90%;
}

IMG {
	border: 0px;
}
FORM {
	border: 0px;
	margin:0px;
	padding0px;
}
#formid_intestazione1 {
    position: relative;
    width: 100%;
  height: 136px;
    overflow: hidden;
}

#formid_intestazione1 .intestazione {
	position: relative;
	border: 0px;
	margin: 0px;
	  height: 136px;
	width: 100%;
	background-image: url("../immagini/logo/intestazione.jpg");	

}

#formid_intestazione2 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
} 

#formid_intestazione3 {
   position: relative;
  top:-7px;
   width: 100%;
   height: auto;
	overflow: hidden;
} 
 
#corpo {
	vertical-align: top;
	border-top: solid #CFCFCF 1px;
	margin-left: 197px;
	margin-right: 215px;
	border: 0px;
	padding: 0px;
	z-index: 1;

}
 
#formid_sx {
	position: absolute; /*ie needs this to show float */
	width:197px;
	border-left:0px;
	padding: 0px;
	float: left;

	/*must be 1px less than width otherwise won't push footer down */
	/*margin-right:-1px;*/
	left:1px;
	 
	background:  url("../../immagini/menu_sx/sfondo_menu_sx.jpg");
	 background-repeat: repeat-y; 
     border-top: solid #CFCFCF 1px;
	z-index: 2;
}

#formid_dx {
	position:relative;

	vertical-align: top;
 
	width:215px;
	float: right;
	margin-right:-214px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:-1px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
	background:  url("../../immagini/menu_dx/sfondo_menu_dx.jpg");
	 background-repeat: repeat-y; 
 border-top: solid #CFCFCF 1px;
}
 
#formid_centro {
    position:relative;
    top:1px;
       
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 98%;
    padding-left:4px; 
    float:left;
}

#formid_fondo1 {
	position:relative;
	/*top:680px;*/
	width:100%;
	clear:both;
	height:150px;
	text-align:center;
}

#formid_fondo2 {
	position:relative;
      /*top:1030px;*/
	width:100%;
	clear:both;	
	height:auto;
	margin-top: 20px;
	text-align:center;
   
}

#formid_fondo3 {
	position:relative;
	width:100%;
	clear:both;
	height:auto;
	text-align:center;
}

#formid_allineaFondo {
    clear:both;
}/*needed to make room for footer*/

* > html #formid_allineaFondo {float:left;width:100%;} /* ie mac styles */


