/* CSS Document */
body {
	margin:0px; padding:0px;
	/*background:#b0c6d5 url(../ico/bkg_interne_small.gif) left top repeat-x;*/
	background:#b0c6d5 url(../ico/bkg_small2.gif) left top repeat-x;	
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Immagini di testata*/
#boximmagine_sm01 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img01_bkg.jpg);	 /* Immagine con sfondo cielo + logo DAP*/
	background-repeat:no-repeat;
	background-color:#E5B5E7;
	text-align:center;
}
#boximmagine_sm02 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img02_bkg.jpg);	 /* Immagine con sfondo surf + logo DAP*/
	background-repeat:no-repeat;
	background-color:#025B9D;
	text-align:center;
}
#boximmagine_sm03 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img03_bkg.jpg);	 /* Immagine con campo grano + logo DAP*/
	background-repeat:no-repeat;
	background-color:#ED7D02;
	text-align:center;
}
#boximmagine_sm04 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img04_bkg.jpg);	 /* Immagine con deserto DAP + logo DAP*/
	background-repeat:no-repeat;
	background-color:#F2A560;
	text-align:center;
}
#boximmagine_sm05 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img05_bkg.jpg);	 /* Immagine con deserto ONION + logo DAP*/
	background-repeat:no-repeat;
	background-color:#C4DADE;
	text-align:center;
}
#boximmagine_sm06 { /* classe per immagine di testa*/
	width:100%;
	height:110px;
	background-image:url(../img/testata_sm_img06_bkg.jpg);	 /* Immagine con rapide + logo DAP*/
	background-repeat:no-repeat;
	background-color:#CDDFE0;
	text-align:center;
}


/* Area MAIN della pagina */
#main {
	width:100%; position:relative;
}
#main #ColonnaSinistra {
	position:absolute; top: -6px; left:0,5em; width: 13em;
	/*width:150px;
	float:left;*/
}


/** Nuovi stili per immagini di testata causa ridimensionamento degli stessi  - Richiesto da DAP il 10/04/2007 **/
/* Immagini di testata*/
#boximmagine_sm01 { /* AZIENDA - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_azienda.jpg);
	background-repeat:no-repeat;
	background-color:#f7fbfe;
	text-align:center;
}
#boximmagine_sm02 { /* SOLUZIONI -  classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_soluzioni.jpg);	 /* Immagine con sfondo surf + logo DAP*/
	background-repeat:no-repeat;
	background-color:#7fa0e7;
	text-align:center;
}
#boximmagine_sm03 { /* AMBIENTE - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_ambiente.jpg);
	background-repeat:no-repeat;
	background-color:#5e92e8;
	text-align:center;
}
#boximmagine_sm04 { /* NEWS -  classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_news.jpg);
	background-repeat:no-repeat;
	background-color:#4378ae;
	text-align:center;
}
#boximmagine_sm05 { /* PRODOTTI - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_prodotti.jpg);
	background-repeat:no-repeat;
	background-color:#b2dffe;
	text-align:center;
}
#boximmagine_sm06 { /* CONTATTI - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_contatti.jpg);
	background-repeat:no-repeat;
	background-color:#5c91fb;
	text-align:center;
}
#boximmagine_sm07 { /* LAVORA CON NOI - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_lavoraconnoi.jpg);
	background-repeat:no-repeat;
	background-color:#6974c6;
	text-align:center;
}
#boximmagine_sm08 { /* SERVIZI - classe per immagine di testa*/
	width:100%;
	height:159px;
	background-image:url(../img/testata_img_servizi.jpg);
	background-repeat:no-repeat;
	background-color:#fefefe;
	text-align:center;
}
