


/*********************************************************************/
/************** 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: 95%;
}
/*
A:link, A:active, A:visited{
	color: #006C00;	
	text-decoration: underline;
}
*/
IMG {
	border: 0px;
}

#formid_intestazione1 {
    position: relative;
    width: 100%;
    height: 119px;
    overflow: hidden;
}

#formid_intestazione1 .intestazione {
	position: relative;
	border: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	background-image: url("../immagini/template/intestazione.png");
}

#formid_intestazione2 {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
} 

#formid_intestazione3 {
   position: relative;
   width: 100%;
   height: 0px;
	overflow: hidden;
} 

#corpo {

	vertical-align: top;
	margin-left: 240px;
	margin-right: 200px;
	border: 0px;
	padding: 0px;
/*	border: 1px solid black;*/
	z-index: 1;
}
 
#formid_sx {
	position:relative; /*ie needs this to show float */
	width:230px;
	border-left:0px;
	padding: 0px;
	float: left;
	margin-left:-240px; /*must be 1px less than width otherwise won't push footer down */
	margin-right:-1px;
	left:0px;
	z-index: 2;
/*	border: 1px solid black;*/
}

#formid_dx {
	position:relative;
	vertical-align: top;
	width:190px;
	float: right;
	margin-right:-200px; /*must be 1px less than width otherwise won't push footer down */
	margin-left:10px;
	border: 0px;
	padding: 0px;
	left:0px;
	z-index:2;
/*	border: 1px solid black;*/
}

#formid_centro {
/*	border: 1px solid black;*/
    position:relative;
	 margin: 0px;
	 padding: 0px;
    width: 99%;
    float:left;
}

#formid_fondo1 {
	position:relative;
	width:100%;
	clear:both;
	height:10px;
	border-top: 2px solid #FFFFFF;
	background-color: #F9F0E7;
	border-bottom: 1px solid #F9E3CC;
	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:10px;
	text-align:center;
}

#formid_allineaFondo {
    clear:both;
}/*needed to make room for footer*/

* > html #formid_allineaFondo {float:left;width:100%;} /* ie mac styles */

