/*     FORMATTAZIONE GENERALE PAGINA     */
* {	
	margin:0;
	padding:0;
}
html {
	font-size: 100%;
	overflow: scroll;
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 1;
	background-image: url(../immagini/grigioScuro.gif);
	background-repeat: repeat;
	text-align: center;
}
#pagina {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 890px;
	background-image: url(../immagini/grigioChiaro.gif);
	background-repeat: repeat;
	padding-bottom: 10px;
}
img {
	border:0 none;
	margin: 0;
	padding: 0;
}

/*elementi nascosti dedicati agli screenreader*/
.skip {
	height: 0;
	width: 0;
	position: absolute;
	top: -200em;
	overflow: hidden;
	color: #000000;
}
.skip a:link, .skip a:visited, .skip a:hover, .skip a:focus, .skip a:active {
	color: #000000;
}

/*formattazione tipografica*/
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
	font-style: normal;
}
h1 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	line-height: 1.5em;
}
p {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: normal;
}

/*formattazione navigazioni*/
.listNav {
	list-style: none;
	margin: 0;
	padding:0;
}
a:link, a:visited, a:hover, a:focus, a:active, a:link, a:visited {
	text-decoration: none;
}


/*     FORMATTAZIONE TESTATA     */
#contTestata {
	width: 890px;
	height: 155px;
	margin-bottom: 5px;
	background-image: url(../immagini/grigioScuro.gif);
	background-repeat: repeat;
}
#testata {
	width: 890px;
	height: 150px;
	background-image: url(../immagini/testata.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#navTestata {
	display: block;
	padding-top: 90px;
	width: 890px;
	height: 60px;
	background-image: url(../immagini/endTestata.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#navTestata img {
	float: left;
}
#navTestata ul {
	position: absolute;
	top: 90px;
	left: 50%;
	margin-left: -445px;
	float: left;
	width: 615px;
	height: 60px;
}
#testata ul li{
	display: inline;
	height: 60px;
}
#testata a:link, #testata a:visited, #testata a:hover, #testata a:active, #testata a:focus {
	text-decoration: none;
}
#testata a.botUno {
	display: inline-block;
	height: 60px;
	width: 250px;
}
#testata a.botDue {
	display: inline-block;
	height: 60px;
	width: 180px;
}
#testata a.botTre {
	display: inline-block;
	height: 60px;
	width: 135px;
}

/*     FORMATTAZIONE CORPO     */
#corpo {
	float: left;
	width: 890px;
	margin-bottom: 10px;
}

/*     FORMATTAZIONE COLONNA SINISTRA     */
#boxUno {
	float: left;
	width: 260px;
	padding-left: 10px;
	margin-right: 20px;
	background-image: url(../immagini/grigioScuro.gif);
}
#boxUno ul {
	margin-top: 15px;
	margin-bottom: 15px;
}
#boxUno ul li {
	height: 40px;
	font-size: 12px;
}
#boxUno span {
	font-size: 11px;
	font-style: italic;
}
#boxUno a:link, #boxUno a:visited, #boxUno a:hover, #boxUno a:active, #boxUno a:focus {
	display: block;
	height: 35px;
	padding-top: 5px;
	padding-left: 30px;
	color: #cccccc;
	background-image: url(../immagini/bottoneLinea.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#boxUno a:hover, #boxUno a:active, #boxUno a:focus {
	color: #000000;
	background-image: url(../immagini/bottoneActive.png);
	background-repeat: no-repeat;
	font-weight: bold;
}
#boxUno a:link span, #boxUno a:visited span{
	color: #ffcc33;
}
#boxUno a:hover span, #boxUno a:active span, #boxUno a:focus span{
	color: #000000;
}

/*     FORMATTAZIONE COLONNA DESTRA     */
#boxDue {
	float: left;
	width: 590px;
	margin-right: 10px;
}

/*     FORMATTAZIONE FOOTER     */
#footer {
	clear: left;
	width: 890px;
	height: 30px;
	padding-left: 40px;
	background-image: url(../immagini/grigioScuro.gif);
	background-repeat: repeat;
}
#footer h2 {
	color: #cccccc;
	font-size: 10px;
	line-height: 30px;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer span a:focus {
	color: #cccccc;
	text-decoration: underline;
}
#linkWeb {
	position: absolute;
	left: 50%;
	top: 160px;
	height: 350px;
	width: 590px;
	margin-left: -150px;
}

