* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A, A:hover {
	text-decoration: none;
}

A IMG {
    border: 0;
}

HR {
	display: none;
}

BODY {
	font-size: 80%;
	background-color: #DDE0E7;
	background-image: url('../images/b-body.jpg');
	background-repeat: repeat-x;
	background-position: top; 
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 749px;
	border-left: 1px solid #58606D;
	border-right: 1px solid #58606D;
	border-bottom: 1px solid #58606D;
}

#Testata {
	position: relative;
	width: auto;
	height: 336px;
}
/*
#Logo {
	position: absolute;
	width: 270px;
	height: 90px;
	top: 40px;
	right: 20px;
}

#Logo A {
	display: block;
	width: 270px;
	height: 90px;
	text-indent: -9999px;
}

#IstitAlto LI {
	list-style-type: none;
	display: inline;
}

#IstitAlto A {
	display: block;
	position: absolute;
	top: 4px;
	width: 17px;
	height: 17px;
	text-indent: -9999px;
}

#IstitAlto A#HomeAlto {
	right: 43px;
}

#IstitAlto A#MailAlto {
	right: 16px;
}
*/
UL#Ambiti {
	width: 749px;
	height: 29px;
	background-image: url('../images/b-ambiti.gif');
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
}

#Ambiti A {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 30px;
	
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #FFF000;
	background-image: url('../images/b-ambiti-on.gif');
}

#CorpoPagina {
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#PiedePagina {
	background-color: #ffffff;
	background-image: url('../immagini/b-piedepagina.gif');
	background-repeat: no-repeat;
	width: auto;
	height: 89px;
}

#PiedePagina ADDRESS {
	padding-top: 48px;
	padding-bottom: 8px;
	padding-right: 10px;
	font-size: 11px;
	text-align: right;
	line-height: 16px;
}

/* autenticazione area riservata */

#Autenticazione {
	position: relative;
	background-image: url('../immagini/b-autenticazione.gif');
	background-repeat: no-repeat;
	width: auto;
	height: 31px;
}

#LoginLBL, #PasswordLBL {
	position: absolute;
	font-size: 11px;
	top: 8px;
	font-weight: bold;
	left: 260px;
}

#PasswordLBL {
	left: 425px;
}

#LoginCampo, #PasswordCampo {
	position: absolute;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	height: 18px;
	width: 100px;
	top: 5px;
	left: 300px;
}

#PasswordCampo {
	left: 490px;
}

#Accesso {
	position: absolute;
	border: 1px solid #ffffff;
	background-color: #BC121B;
	height: 20px;
	width: 80px;
	top: 5px;
	left: 620px;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}

#LogOff {
	font-weight: normal;
	padding-left: 10px;
}

#Benvenuto {
	position: absolute;
	font-size: 11px;
	top: 8px;
	left: 260px;
}




