* { 
	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: 100%;
	background-color: #FFFFFF;
}

#WrapperContainer {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	border-left: 1px solid #606060;
	border-right: 1px solid #606060;
	border-bottom: 1px solid #606060;
	background-color: #C9B8CE;
}

#Testata {
	position: relative;
	width: 980px;
	height: 131px;
	background-repeat: repeat-x;
}


#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 136px;
	background-image: url('../immagini/sfondo_testata.gif');
	background-repeat: no-repeat;
}


#Logo A {
	position: absolute;
	display: block;
	left: 730px;
	width: 200px;
	height: 130px;
	top: 0px;
	text-indent: -9999px;
}


#Bandiere LI {
	list-style-type: none;
}

#Bandiere A {
	position: absolute;
	display: block;
	width: 18px;
	height: 20px;
	top: 28px;
	text-indent: -9999px;
}

#Bandiere #Italiano {
	left: 56px;
}

#Bandiere #Inglese {
	left: 96px;
}


UL#Ambiti {
	position: absolute;
	top: 93px;
	left: 40px;
	width: 980px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#Ambiti LI {
	list-style-type: none;
	display: inline;
	
}

#Ambiti A {
	display: block;
	float: left;
	font-weight: bold;
	font-size: 13px;
	color: #eeeeee;
	padding-left: 20px;
	padding-right: 22px;
	line-height: 22px;
	background-image: url('../immagini/sfondo_pulsante.gif');
	background-repeat: no-repeat;
}

#Ambiti A:hover, #Ambiti A.Act, #Ambiti A.Act:hover {
	 /*color: #FEFF28; giallo del link */
}



#CorpoPagina {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	line-height: 1.8em;
	font-size: 11px;
	text-align: justify;
	background-image: url('../immagini/sfondo_home.gif');
	background-repeat: no-repeat;
}

#CorpoPagina P.Homepage {
	color: #EEEEEE;
	margin-top: 15px;
	padding-bottom: 3px;
	margin-left: 430px;
	font-size: 12px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	line-height: 15px;

}

#CorpoPagina H1 {
	color: #00A28F;
	margin-top: 3px;
	padding-bottom: 3px;
	margin-left: 430px;
	font-size: 200%;
	padding-left: 20px;
	padding-right: 20px;
	
}

#CorpoPagina H2 {
	color: #008976;
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: 200%;
	padding-left: 20px;
	padding-right: 20px;
	
}
#CorpoPagina IMG.Foto {
	border-left: 2px solid #00A28F;
	border-right: 2px solid #00A28F;
}


