html, body {
	height: 100%;
	margin: 0;
	background: #164b8f url(../immagini/sfondoHeaderSx.jpg) repeat-x;
	font: 0.95em Arial, Helvetica, sans-serif;
	text-align: center;
}

div#container {
	position: relative;
	max-width: 1000px; 
	height: 100%;
	margin: 0 auto;
	text-align: left;
	z-index: 20;
}

div#container2 {
	position: absolute;
	width: 1000px; 
	height: 395px;
	bottom: 0;
	z-index: -1;
}

div#container {
	background: #f7fbfc url(../immagini/sfondoContainer.jpg);
}

div#container2 {
	background: url(../immagini/ragazza.jpg) no-repeat bottom right;
}

body>div#container {
	height: auto;
	min-height: 100%;
}

a:link {
  color: #c72220;
}

a:visited {
  font-style: italic;
  color: #c72220;
}

a:focus, a:active {
  background-color: #c72220;
  color: #ffffff;
}

a:hover {
	border-bottom: 3px solid #c72220 !important;
}

img {
	border: none;
}

acronym {
	cursor: help;
}

.coloreAcceso {
	color: #c72220 !important;
}

.bordoAcceso {
	border: 2px solid #c72220 !important;
}

.linkSup {
  background-color: #c72220 !important;
  color: #ffffff !important;
}

.linkInf {
	background: none !important;
	color: #c72220 !important;
	text-decoration: underline !important;
}

.aCapo {
	display: block;
}

.offLeft { 
	position: absolute; 
	top: -10000px; 
	left: -10000px;
}

.nascosto { 
	visibility: hidden;
}

.contieniFloat {
	width: 100%;
 	height: 1px;
	font-size: 1px;
	display: block;
	clear: both;
}

.aSinistra {
	margin: 0 20px 0 0;
	float: left;
}

.aDestra {
	margin: 20px 0 0 20px;
	float: right;
}

/********************* INIZIO HEADER *********************/
div#header {
	position: relative;
	width: 100%;
	text-align: center;
}

div#sottoHeader {
	position: absolute;
	left: 49.99%;
	width: 50%;
	height: 160px;
	background: #164b8f url(../immagini/sfondoHeaderDx.jpg) repeat-x;
}

div#header a#logo {
	height: 140px;
	border: none !important;
	background: none;
	display: block;
}

div#filettoHeader {
	height: 20px;
	background: url(../immagini/sfondoHeader.jpg);
}

div#header a {
	text-decoration: none;
}

div#menuSup {
	width: 70%;
	height: 2em;
	margin: 0 187px 0 113px;
	padding: 0;
	background-color: #dbeffa;
}

div#menuSup ul {
	margin: 0;
	padding: 0 4px 0 7px;
}

div#menuSup li {
	background-color: #dbeffa;
	list-style: none;
	float: left;
}

div#menuSup a {
	padding: 6px 0.55em;
	border-bottom: 3px solid #f7fbfc;
	font: normal bold 1.05em Arial, Helvetica, sans-serif;
	float: left;
}
/********************* FINE HEADER *********************/

/********************* INIZIO CONTENT *********************/
div#content {
	width: 62%;
	margin: 0 187px 0 113px;
	padding: 0 30px 120px 50px;
	line-height: 1.5;
}

div#content h1 {
	margin: 20px 0 0 -40px;
	padding: 0 0 15px 40px;
	background: url(../immagini/sfondoTitolo.jpg) no-repeat left;
	color: #c72220;
	font-size: 1.5em;	
}

div#content h2 {
	margin: 10px 0 0 0;
	color: #164b8f;
	font-size: 1.25em;	
}

div#content dt {
	font-weight: bold;	
}

div#content dd {
	margin: 5px 0 10px 10px;	
}

div#content ul.elencoGenerico {
	margin-left: 15px;	
	padding-left: 0;	
}

div#content ul.elencoGenerico a {
	font-style: normal;	
}

div.inizioPagina {
	text-align: right;
	display: block;
	clear: both;
}

div.inizioPagina a {
	font-size: 0.85em;
	font-weight: bold;
	font-style: normal !important;
}
/********************* FINE CONTENT *********************/

/********************* INIZIO FOOTER *********************/
div#footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	max-width: 1000px; 
	height: 120px;
	background: #dbeffa url(../immagini/sfondoFooter.jpg) no-repeat right;
	clear: both;
}

div#menuInf {
	width: 70%;
	height: 2.2em;
	margin: 24px 187px 6px 113px;
	padding: 0;
	text-align: center;
}

div#menuInf ul {
	margin: 0;
	padding: 0;
}

div#menuInf li {
	list-style: none;
	display: inline;
}

div#menuInf a {
	margin: 0 0.25em;
	text-decoration: none;
}

div#footer a:visited {
	font-style: normal;
}

div#menuInf a:hover {
	margin: 0 0.25em;
	text-decoration: underline;
	border: none !important;
}

address {
	margin: 0 0 0 128px;
	font-style: normal;
	line-height: 1.25;
	float: left;
}

div#validazione {
	margin: 0 198px 0 0;
	text-align: right;
}

div#validazione img {
	margin-left: 5px;
}

div#webmaster {
	width: 215px;
	margin: 3px 202px 0 0;
	text-align: right;
	float: right;
}

div#webmaster p {
	margin: 6px 0 0 0;
	font-size: 0.9em;
	display: block;
	float: left;
}

div#validazione a, div#webmaster a {
	background: none;
	text-decoration: none;
	border: none !important;
}
/********************* FINE FOOTER *********************/