/* stili per la struttura delle pagine (/index.php - e altre) */


/* caratteristiche del tag BODY */
body {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
}

/* testa della pagina */
#testa{
	width: 95%;
	margin: auto;
	text-align: left;
	position: relative;
	height: 90px;
	margin-bottom: 10px;
}

/* colonna interna 1 (sx)*/
#testa-int{
	position: absolute;
	margin: 0 50% 0 0%;
}

/* colonna interna 2 (dx)*/
#testa-int2{
	position: absolute;
	top: 20px;
	right: 8px;
	width: 50%;
	height: 65px;
	text-align: right;
}
	
/* collo della pagina */
#collo{
	width: 95%;
	text-align: left;
	margin: auto;
	height: 20px;
	line-height: 20px;
	background: #F4F4F4;
/*	background: #F3F3F3;*/
}

/* barra con le informazioni utente */
#barra-utente{
	width: 95%;
	text-align: left;
	margin: auto;
	height: 20px;
	line-height: 20px;
	background: #FFF8DC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFD940;
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #FFD940;
	color: gray;
}
	
/* corpo della pagina*/
#corpo{
	width: 95%;
	position: relative;
	margin: auto;
	min-height: 740px;
	height: auto !important;
	height: 740px;
	text-align: left;
}

/* corpo: colonna sinistra */
#colonna-sx{
	position: absolute;
	top: 0;
	left: 0;	
	padding-top: 15px;
	width:160px;
	min-height: 720px;
	height: auto !important;
	height: 720px;

/*	background: #F4F4F4;
/*	background: #F3F3F3;
	background-image: url(../img/sfondo-dx.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
}
	
/* corpo: colonna destra */
#colonna-dx{
	padding-top: 15px;
	position: absolute;
	top: 0;
	right: 0;
	width:150px;
	min-height: 720px;
	height: auto !important;
	height: 720px;

/*	background: #F4F4F4;
/*	background: #F3F3F3;
	background-image: url(../img/sfondo-dx.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
}

/* corpo: colonna destra */
#colonna-cx{
	padding: 20px;
	margin-left: 160px;
	margin-right: 150px;
}


/* piede della pagina*/
#piede{
	width: 95%;
	margin: auto;
	text-align: center;
	border-top: 1px solid #C7C7C7;
	display:block;
}

/* sezione di chiusura della pagina */
#chiusura{
	width: 95%;
	margin: auto;
}
