


/*********************************************************************/
/************** Progetti di Impresa Srl copyright 2006 ***************/
/*********************************************************************/


/*********************************************************************/
/**** CONFIGURAZIONE GENERALE ****************************************/
/*********************************************************************/




*{
	margin:0;
	padding:0
}

BODY, html {
	color: #000000;
	min-width:760px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

A:link, A:active, A:visited{
	color: #000;	
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
}


IMG {
	border: 0px;
}

#formid_intestazione1 {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#formid_intestazione1 .intestazione {
	position: relative;
	border: 0px;
	margin: 0px;
	height: 99px;
	width: 100%;
	background-image: url("../immagini/template/intestazione.png");
}

#formid_intestazione2 {
    position: relative;
    width: 100%;
   height: auto;
    overflow: hidden;
} 

#formid_intestazione3 {
   position: relative;
   width: 100%;
   height: auto;
	overflow: hidden;
	font-size:80%;
} 

#corpo {
    position: relative;
    top:8px;
	vertical-align: top;
	margin-left: 190px;
	margin-right: 190px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}
 
#formid_sx {
	/*ie needs this to show float */
	width:190px;
	border-left:0px;
	padding: 0px;
	float: left;
	margin-left:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-right:-1px;
	left:0px;
	z-index: 2;
}

#formid_dx {
	position:relative;
	vertical-align: top;
	width:190px;
	float: right;
	margin-right:-189px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:-1px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
}

#formid_dx .titoloDestra
{
	position:relative;
	text-indent:8px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:4px;
	 
}

#formid_centro {
    position:relative;
    left:4px;
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 98%;
    float:left;
}

#formid_fondo1 {
	position:relative;
	width:100%;
	clear:both;
	top:10px;
    	padding-top:0px;
	padding-bottom:12px;
	color:#FFF;
	background-color: #CC3300;
	text-align:center;
  

}

#formid_fondo2 {
	position:relative;
	width:100%;
	clear:both;	
	height:130px;
	margin-top: 20px;
	text-align:center;
}

#formid_fondo3 {
	position:relative;
	width:100%;
	clear:both;
	height:20px;
	text-align:center;
	font-weight:bold;
}

#formid_allineaFondo {
    clear:both;
}/*needed to make room for footer*/

* > html #formid_allineaFondo {float:left;width:100%;} /* ie mac styles */

