@import "../cssgenerici/mappa-organizzazione.css";
@import "../cssgenerici/classi-organizzazione.css";
@import "../cssgenerici/classi-generiche.css";
@import "../cssgenerici/cc-archivio.css";

/* Configurazioni generali */
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0em;
	padding: 0em;
	background-color: white;
	color: black;
}
a {
	color: #C10000;
	text-decoration: underline;
	background-color: white;
}
a:hover {
	color: red;
	text-decoration: underline;
	background-color: white;
}
form {
	margin: 0;
}
.invisibile 
{ 
display: none 
} 

/* Fine configurazioni generali */

/* BARRA SUPERIORE */

#barrasuperiore {
	width: 100%;
	background-color: #00523E;
	color: white;
	padding: 0.3em 0;
	text-align: right;
	border-bottom: 1px solid #66978B;
	margin-bottom: 1px;
}

#barrasuperiore a {
	color: white;
	text-decoration: none;
	background-color: #00523E;
	padding: 0 2em;
}

#barrasuperiore a:hover {
	color: white;
	text-decoration: underline;
	background-color: #00523E;
}

#barrasuperiore input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #66978B;
	padding: 0.1em;
}

#barrasuperiore input.cerca {
	padding: 0em 0.1em;
}


/* Fine BARRASUPERIORE */


/* TESTATA */

#testata {
	width: 100%;
	color: black;
	background-color: #FFFFFF;
	background-image: url(../img/back-testata.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#testata-contenuto {
	width: 100%;
	height: 121px;
	background-image: url(../img/rotanti1.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Fine TESTATA */


/* CORPO */


#centrale {
	background-image: url(../img/back-corpo.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

#corpo {
	margin: 0 0 0 27%;
}
*>#corpo {			/* Hide from WinIE6 */
    width: 73%;			/* Redundant, but necessary for MacIE5 */
}

/* Fine CORPO */


/* MENU */

#menu {
	background-color: #EEEEEF;
	float: left;
	width: 24%;
	margin-left: 0.5em;
	padding: 2.2em 0.1em;
	color: #414142;
	background-image: url(../img/back-menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a {
	color: #414142;
	text-decoration: none;
	background-color: #EEEEEF;
}

#menu a:hover {
	color: #414142;
	text-decoration: underline;
	background-color: #EEEEEF;
}

#menu ul {
	margin: 0 0.4em;
	padding: 0 0 0 0.9em;
	list-style-type: square;
	font-weight: normal;
	color: #414142;
}

#menu li.Ilivello, #menu li.Ilivelloespanso, #menu li.Ilivelloselezionato {
	margin-bottom: 0.3em;
}

#menu li.Ilivello {
	color: #176852;
	font-weight: bold;
}

#menu li.Ilivello a,  {
	color: #414142;
}

#menu li.Ilivello a:hover {
	color: #414142;
}

#menu li.espanso, #menu li.Ilivelloespanso {
	color: #994726;
	font-weight: bold;
}

#menu li.espanso a, #menu li.Ilivelloespanso a {
	color: #414142;
}

#menu li.espanso a:hover, #menu li.Ilivelloespanso a:hover {
	color: #414142;
}

#menu li.selezionato, #menu li.Ilivelloselezionato {
	color: #73351C;
	font-weight: bold;
}

#menu li.selezionato a, #menu li.Ilivelloselezionato a {
	color: white;
	background-color: #994726;
}

#menu li.selezionato a:hover, #menu li.Ilivelloselezionato a:hover {
	color: white;
	background-color: #994726;
}

#menu li.selezionato span, #menu li.Ilivelloselezionato span {
	color: white;
	background-color: #994726;
}

#menu ul li.off  {
	color: #414142;
}

#menu ul li.off a {
	color: #414142;
	background-color: #EEEEEF;
}

#menu ul li.off a:hover {
	color: #414142;
	background-color: #EEEEEF;
}

/* Fine MENU */


/* BRICIOLE DI PANE */

#bricioledipane {
	margin-left: 0.7em;
	color: #414142;
}

#bricioledipane a {
	color: #414142;
	text-decoration: underline;
	padding: 0 0.1em;
	background-color: transparent;
	font-weight: bold;
}

#bricioledipane a:hover {
	color: #414142;
	text-decoration: underline;
}

/* Fine BRICIOLE DI PANE */


/* CONTENUTO */

#contenuto {
	margin-left: 0.7em;
	margin-right: 1em;
}

#contenuto h1 {
	font-size: 1.2em;
	color: white;
	background-color: #994726;
	background-image: url(../img/back-titolo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0.1em 0 0.1em 1.5em;
}

#contenuto h2 {
	font-size: 1.2em;
	color: #994726;
	padding: 0.7em 0 0 0;
}

p.abstract {
	color: #00523E;
	font-size: 1.2em;
	font-weight: bold;
}

#contenuto img {
	margin: 0.5em;
}

img.sinistra {
	float: left;
}

img.destra {
	float: right;
}

#contenuto ul.notizie {
	list-style-type: none;
}

#contenuto ul.notizie li {
	padding-bottom: 0.3em;
}

#contenuto img
{
	border: 0em;
}
/* Fine CONTENUTO */


/* PIEDE */

#piede {
	margin-top: 2em;
	margin-bottom: 2em;
	width: 100%;
	font-size: 0.9em;
	text-align: center;
	clear: left;
}

#piedelink {
	color: #113D6D;
	margin: 1em 0;
}

#piedelink a {
	color: #113D6D;
	text-decoration: none;
	padding: 0 0.5em;
}

#piedelink a:hover {
	color: #113D6D;
	text-decoration: underline;
}

/* Fine PIEDE */
