/*********************************************************************/
/************** 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: blue;	
	font-weight:bold;
	text-decoration: none;
}

 A:hover{

	text-decoration: underline;
}

IMG {
	border: 0px;
}

#formid_boxSopra1 {
    position: relative;
    width: 100%;
    height: 119px;
    overflow: hidden;
}

#formid_boxSopra1 .intestazione {
	position: relative;
	border: 0px;
	margin: 0px;
	height: 120px;
	width: 100%;
	background-image: url("../../../immagini/template/intestazione.jpg");
}

#formid_boxSopra2 {
    position: relative;
    width: 100%;
    height: 0px;
    overflow: hidden;
} 

#formid_boxSopra3 {
   position: relative;
   top:2px;
   width: 100%;
   height: auto;
	overflow: hidden;
	background:#EBEBEB;
   bottom:2px;
   padding-top:2px;
   padding-bottom:2px;
   border-top: #A3A3A3 solid 1px;
   border-bottom: #A3A3A3 solid 1px;
   text-align: right;
} 

#formid_boxSopra3 A {
	color: #BD0000 !important;
}	
	

#formid_corpo {
	vertical-align: top;
	margin-left: 190px;
	margin-right: 190px;
	border: 0px;
	padding: 0px;
	z-index: 1;
}
 
#formid_left {
	position:absolute; /*ie needs this to show float */
	top:165px;
	color:Black;
	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;
	background:#FEF5D6;
	/*background-image: url(../immagini/menu_sx/sfondo1.jpg);*/
	z-index: 2;
	border-bottom: #FBD246 solid 1px ; 
	border-right: #FBD246 solid 1px ; 
	border-top: #FBD246 solid 1px ;
	border-left: #FBD246 solid 1px ;
}

#formid_right {
	position:relative;
	top:4px;
	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;
	text-indent:8px;
	left:0px;
	z-index:2;
	background:#FEF5D6;
	border-bottom: #FBD246 solid 1px ; 
 }

#formid_centrecontent {
    position:relative;
	top:4px;
	left:8px;
	 margin: 0px;
	 padding: 0px;
	 border: 0px;
    width: 98%;
    float:left;
}

#formid_footer1 {
	/*position:relative;
	width:100%;
	clear:both;
	height:30px;
	background-color: #D1E78F;
	border-bottom: 1px solid black;
	text-align:center;*/
}

#formid_footer2 {
	position:relative;
	left:25%;
	width:50%;
	clear:both;	
	height:130px;
	margin-top: 20px;
	text-align:center;
}

#formid_footer3 {
	position:relative;
	width:100%;
	clear:both;
	height:10px;
	text-align:center;
}

#formid_allineaFondo {
    clear:both;
}/*needed to make room for footer*/


#formid_dxInterno {
	position:relative;
	top:0px;


	background:#FEF5D6;
	border-left: #FBD246 solid 1px ; 
	border-right: #FBD246 solid 1px ; 
 }


* > html #formid_allineaFondo {float:left;width:100%;} /* ie mac styles */


