@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10;
	text-align: center; /* centra il contenitore nei browser IE 5*. Il testo viene quindi impostato con l'allineamento predefinito a sinistra nel selettore #container */
	color: #000000;
	background-color: #666666;
	background-image: url(immagini/bkg.jpg);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 651px;  /* utilizzando 20 px in meno rispetto alla dimensione piena di 800 px lascia spazio per gli elementi grafici e strutturali del browser ed evita che venga visualizzata una barra di scorrimento orizzontale */
	background: #999999;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* questo padding corrisponde all'allineamento a sinistra degli elementi nei div sottostanti. Se in #header viene utilizzata un'immagine anziché un testo, può essere utile rimuovere il padding. */
}
.oneColFixCtrHdr   #header  .bkg {
	background-color: #c4c4c4;
	background-image: url(immagini/bkg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #header .menu {
	background-color: #000000;
	background-image: url(immagini/bkg_menu.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}


.oneColFixCtrHdr #header h1 {
	margin: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	color: #890404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(immagini/bar_1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	list-style-position: inset;
	list-style-image: url(immagini/point_1.jpg);
	font-style: normal;
	font-weight: bolder;
	list-style-type: none;
}
.oneColFixCtrHdr #header .titolo {
	margin: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	color: #890404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-image: url(immagini/bar_1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-style: normal;
	font-weight: bolder;
}

.oneColFixCtrHdr #mainContent {
	background-color: #999999;
	background-image: url(immagini/bkg_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 10px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 12px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	background-image: url(immagini/bkg_03.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* il padding di questo elemento crea uno spazio, così come avverrebbe specificando un valore margin, senza il problema della compressione del margine */
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.button   { color: #fff; font-size: 10px; font-family: verdana; font-weight: bold; background-color: #900; background-image: url(immagini/tasto.jpg); background-repeat: no-repeat; background-position: center bottom; text-align: center; width: 90px; height: 25px; vertical-align: middle; border: solid 1px #05396a }
.campi     {
	color: #890404;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px;
	margin: 2px;
	background-color: #C4C4C4;
	border: 1px solid #890404;
}
.div_campi_testo    {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.label_campi       {
	color: #890404;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
}
.label_campi_div      {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #890404;
	border-right-color: #890404;
	border-bottom-color: #890404;
	border-left-color: #890404;
	color: #890404;
}
.label_campielenchi {
	color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #890404;
	border-left-color: #890404;
}
.campi_titoli {
	color: #333333;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 2px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0000FF;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #0000FF;
	background-image: url(images/bkg_button.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-weight: bold;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #890404;
}
.immagini {
	border: 4px solid #FFFFFF;
}
a  #ombra {
	border: 1px solid #999999;
	margin: 6px;
}
a:hover #ombra {
	border: 1px solid #FFFFFF;
	margin: 6px;
}
#ombra{
	clear: no;
	margin: 4px;
	border: thin solid #C4C4C4;
}
.titolo {
	margin: 0;
	padding-bottom: 5px;
	list-style-position: inset;
	list-style-image: url(immagini/point_2.jpg);
	background-image: url(immagini/bar_2.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


h1 {
	margin: 0; /* l'uso del valore padding al posto di margin consente di distanziare l'elemento dai bordi del div */
	color: #890404;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}
.titoli_links {
	color: #890404;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #890404;
	border-right-color: #890404;
	border-bottom-color: #890404;
	border-left-color: #890404;
	display: block;
}
