/* CSS Document */

BODY, H1, H2, H3, H4, H5, H6, PRE, CODE {
	font-size: 100%;
}

HTML, BODY, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, P, BLOCKQUOTE, FIELDSET, INPUT { 
	margin: 0px;
	padding: 0px;
}

BODY {
	background-color: #FFEBD2;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	color: #122D54;
}

HR {
	display: none;
}

A {
	color: #347ADF;
}

A:hover {
	color: #1D4379;
	text-decoration: none;
}

#Pagina {
	background-color: #ffffff;
	width: 100%; /*larghezza globale di pagina */
}

#Testata {
	background-color: #FFCE93;
	width: 100%;
	height: 100px;
	background-image: url('floatbox/claim_testata.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#Testata H1 {
	background-image: url('floatbox/logo_h1.gif');
	background-repeat: no-repeat;
	width: 507px;
	height: 100px;	
	float: left; /* per compatibilità con FireFox e Netscape bisogna flottarlo e non allineare il testo a dx in Testata */
	font-size: 0px;
}

#Testata H2 {
	display: none;
}

#Ambiti {
	background-image: url('floatbox/b_ambiti.gif');
	background-repeat: repeat-x;
	width: auto; /* permette al padding di starci! */
	height: 31px;
	padding-left: 10px;
}

#Ambiti UL {
	list-style: none;
}

#Ambiti LI {
	display: inline;
}

#Ambiti LI A {
	display: block;
	float: left;
	padding-top: 7px;
	color: #ffffff;
	font-size: 70%;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
	background-image: url('floatbox/freccia_ambiti.gif');
	background-repeat: no-repeat;
	background-position: left;
}

#Ambiti LI A:hover {
	color: #FFB53F;
}

#Ambiti LI A STRONG {
	color: #FFB53F;
}

#Ambiti LI A.Hp {
	display: block;
	float: right;
	padding-top: 8px;
	color: #ffffff;
	font-size: 60%;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	background-image: url('');
	font-weight: bold;
}

#Ambiti LI A.Hp:hover {
	color: #FFB53F;
	background-image: url('');
}

#SeparatoreAmbiti {
	background-image: url('floatbox/sep_ambiti.gif');
	background-repeat: repeat-x;
	background-color: #D9D9D9;
	height: 14px;
	font-size: 0px; /* va fissato perchè senno explorer fa il div troppo alto */
}

#BreadCrumb {
	background-color: #D9D9D9;
	background-image: url('floatbox/breadcrumb.gif');
	background-repeat: no-repeat;
	height: 23px;
	text-align: right;
	font-size: 70%;
	padding-top: 5px;
	padding-right: 10px;
}

#ContenitorePagina {
	background-color: #ffffff;
	background-image:url('floatbox/b_container.gif');
	background-repeat: repeat-y;
	background-position: left;
	line-height: 1em;
}

#CorpoPagina {
	width: auto;
	padding-left: 167px; /* evita l'invasione della barra da parte del contenuto */
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: justify;
	line-height: 1.5em;
	font-size: 90%;

}

#Barra {
	width: 146px;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
}

#Barra UL {
	list-style: none;
}

#Barra LI {
	display: inline;
}

#Barra LI A {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 5px;
	font-size: 70%;
	text-decoration: none;
	background-color: #FCEFA0;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url('floatbox/b_pagine.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

#Barra LI A:hover {
	background-color: #E7D57E;
}

#Barra LI.Sotto A {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
	padding-right: 5px;
	color: #808080;
	font-size: 60%;
	text-decoration: none;
	background-color: #ffffff;
	border-bottom: 1px solid #7A7A7A;
	border-right: 1px solid #7A7A7A;
	background-image: url('');
	text-align: right;
}

#Barra LI.Sotto A:hover {
	background-color: #C5C5C5;
}


#Barra H3 {
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #FCF9CE;
	font-size: 80%;
	color: #2A4A7D;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 5px;
}

#PiedePagina {
	background-color: #FFEEA0;
	text-align: left;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 70%;
	color: #B29B2E;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	text-align: right;
	background-image: url('floatbox/w3c.gif');
	background-repeat: no-repeat;
	background-position: center left;
}

.cleaner {
		clear:both;
		height:1px;
		font-size:0px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
