/* Foglio di stile per l'header delle pagine web */

body {
   background: #FFF;
	color: #777;
   padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 4px 4px 4px;
	background-image: url(../images/sfondo.gif);
}

body.nosfondo {
   background: #FFF;
	color: #777;
   padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 5px 5px 5px;
}

/* Contenitore principale (tipo 1) */
div.container1 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	background-image: url(../images/sfondo.gif);
}

/* Contenitore principale (tipo 2) */
div.container2 {
   position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #EEE;
}

/* Contenitore principale (tipo 3) */
div.container3 {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
}

/* Box rettangolare (tipo A)*/
div.boxA {
	border: 2px solid #DCDCDC;
	background-color: #FFF;
	background-image: url(../images/ELLOGO.BMP);
	background-repeat: no-repeat;
	background-position:  20px;
	color: #578bb8;
	margin-left: 2.5%;
	margin-top: 2px;
	height: 95%;
	width: 95%;
}

/* Box rettangolare (tipo B)*/
div.boxB {
	border: 2px solid #DCDCDC;
	background-color: #FFF;
	background-image: url(../images/ELLOGO.BMP);
	background-repeat: no-repeat;
	background-position:  20px;
	color: #578bb8;
	margin-left: 2px;
	margin-top: 2px;
	height: 95%;
	width: 99%;
}

/* Box rettangolare (tipo C)*/
div.boxC {
	border: 2px solid #DCDCDC;
	background-color: #FFF;
	background-image: url(../images/ELLOGO.BMP);
	background-repeat: no-repeat;
	background-position:  20px;
	color: #578bb8;
	margin-top: 2px;
	height: 95%;
	width: 100%;
}

/* Proprietà del nome comune */
.nomeComune {
	position: relative;
	color: #578bb8;
	font-size: 24px;
   font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 100px;
}


/* Proprietà del nome della consultazione */
.nomeConsultazione {
   position: relative;
	color: #578bb8;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
   font-weight: normal;
   margin-left: 100px;
}