/* CSS Document */
* { 
	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;
}

HR {
	display: none;
}

BODY {
	font-size: 100%;
	background-color: #CF3A00;
}

#Testata {
	position: relative;
	width: 100%;
	height: 96px;
	background-image:url('../immagini/b_testata.gif');
	background-repeat: repeat-x;
}

#Logo {
	position: absolute;
	width: 275px;
	height: 96px;
	top: 0px;
	left: 0px;
	background-image: url('../immagini/logo.gif');
}

#Logo A {
	display: block;
	width: 275px;
	height: 96px;
	text-indent: -9999px;
}

#ApplTestata {
	position: absolute;
	width: 400px;
	height: 95px;
	top: 0px;
	left: 270px;
}

#Ambiti {
	position: absolute;
	width: auto;
	height: 21px;
	top: 46px;
	right: 0px;
}

#Ambiti LI {
	display: inline;
	list-style-type: none;
}

#Ambiti A {
	display: block;
	float: left;
	padding-left: 19px;
	padding-right: 10px;
	line-height: 21px;
	color: #FFC600;
	font-size: 80%;
	font-weight: bold;
	background-image: url('../immagini/freccia_ambiti.gif');
	background-position: left;
	background-repeat: no-repeat;
}

#Ambiti A:hover,  #Ambiti A.Act, #Ambiti A.Act:hover {
	color: #ffffff;
}

#IstitAlto LI {
	display: inline;
	list-style-type: none;
}

#HomeAlto {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50px;
	left: 300px;
	background-image: url('../immagini/home.gif');
}

#HomeAlto A {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#MailAlto {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50px;
	left: 320px;
	background-image: url('../immagini/mail.gif');
}

#MailAlto A {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#BreadCrumb {
	position: absolute;
	width: auto;
	height: 23px;
	top: 70px;
	left: 200px;
	font-size: 70%;
	line-height: 23px;
}

#BreadCrumb A {
	text-decoration: underline;
}

#TabellaPagina {
	width: 100%;
	border-collapse: collapse;
}

#Barra {
	width: 178px;
	background-color: #ffffff;
	vertical-align: top;
}

#ContBarra {
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 10px;
}

#ContBarra H3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	font-size: 70%;
	color: #7C2300;
	font-weight: bold;
}


#Pagine LI {
	display: inline;
	list-style-type: none;
}

#Pagine A {
	display: block;
	text-align: right;
	font-size: 70%;
	background-image: url('../immagini/freccia_pagine.gif');
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	border-bottom: 1px solid #808080;
	padding-top: 5px;
	padding-bottom: 5px;
}

#Pagine A.Act, #Pagine A.Act:hover {
	color: #7C2400;
}

#ContenitorePagina {
	width: auto;
	background-color: #E3E19E;
	vertical-align: top;
}

#CorpoPagina {
	padding: 20px;
}

#ChiusaPagina {
	position: relative;
	width: 100%;
	height: 26px;
	background-image: url('../immagini/chiusa_pagina.gif');
}

#SelezioneLingue {
	position: absolute;
	width: auto;
	top: 0px;
	right: 10px;
	font-size: 70%;
	line-height: 26px;
}

#SelezioneLingue A {
	text-decoration: underline;
}

#IstitBasso LI {
	display: inline;
	list-style-type: none;
}

#HomeBasso {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 195px;
	background-image: url('../immagini/home_basso.gif');
}

#HomeBasso A {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#MailBasso {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 5px;
	left: 215px;
	background-image: url('../immagini/mail_basso.gif');
}

#MailBasso A {
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}

#PiedePagina {
	position: relative;
	width: auto;
	height: 35px;
	background-color: #7C2300;
	border-bottom: 1px solid #ffffff;
}

#PiedePagina ADDRESS {
	position: absolute;
	top: 3px;
	left: 195px;
	font-size: 70%;
	color: #ffffff;
}


