body      { color: #fff; font: 8pt/16pt Arial, "Times New Roman"; background-color: #01114c; margin: 0; padding: 0 }
html, body, #contenitore {
	ming-height: 100%;
	width: 100%;
	height: 100%;
	min-width: 780px;
	}
html>body, html>body #contenitore {
	height: auto;
	}

/* ================================================================== */
/* tag generici */
a img {
	border: 0;
	}

p  { font: 8pt/12pt Arial, "Times New Roman"; text-align: center; margin-top: 2px }

h3 { 
	font: italic normal 12pt verdana; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link   { color: #fff; font-weight: bold; text-decoration: none }
a:visited   { color: #fff; font-weight: bold; text-decoration: none }
a:hover, a:active { 
	text-decoration: none; 
	}
.testopiccolo   { color: #fff }
.titolo   { color: #fff; font-size: 11pt; font-weight: 900 }

#contenitore   { color: #fff; background: #01114c url("/images/fondo.jpg") repeat-x 50% bottom; position: absolute; top: 0; left: 0 }
#contenitore.fondoblu  {background: #01114c}

/* ================================================================== */
/* testata */
#testata    { background: #01114c url("/images/stelle.jpg") repeat-x; width: 100%; height: 70px; border-bottom: 3px solid #fff }

#testata h1 { margin: 0;
	float: left;
	}

#testata h1 img   { color: #fff; padding: 0; height: 70px }


* html #testata ul { right: 30px; } 
#testata ul {
	padding: 0;
	margin: 0;
	margin-left: 280px;
	list-style: none;
	top: 0;
	
}

#testata li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#testata ul a:link, #testata ul a:visited  { color: #fff; font-weight: bold; text-decoration: none; display: block; padding: 21px 5px 0; float: left; heigth: 70px } #ignored {}
#testata ul li a:hover  { color: #fff; text-decoration: none; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height: 48px }


/* ================================================================== */
/* menu orizzontale */

#fascia     { color: #fff; font-size: 10pt; background: #01114c url("/images/sfumatura.jpg") repeat-x 50% bottom; width: 100%; height: 30px; border-top: 1px solid #f71c22; border-bottom: 1px solid #f71c22 }

#fascia ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#fascia li  { text-align: center; display: block; width: 150px; height: 30px; float: left }
#fascia li a      { color: #fff; display: block; padding-top: 3px; width: 150px; height: 27px; border-right: 1px solid #f71c22; border-left: 1px solid #f71c22 }
#fascia li a:hover     { color: #fff; background: #01114c }

/* ================================================================== */
/*  menu verticale */


#menuprincipale {
	z-index: 1;
	position: absolute;
	left: 0;
	padding-top: 30px;
	width: 170px;
	background: #ffffff  url(images/sfumatura.gif) repeat-x;
	}
#menuprincipale ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#menuprincipale li {
	height: 30px;
	list-style-type: none;
	display: block; 
	}
#menuprincipale li a, #menuprincipale li a:visited {
	text-align: center;
	margin-right: 2px;
	padding: 2px 10px 0px 10px;
	display: block;
	width: 170px;
	color: #c7282d;
	border: 1px dotted #c7282d;
	}
#menuprincipale li a:hover { 
	background: #c7282d;
	color: #F7F8F8;
	}


/* ================================================================== */
/*  corpo */


#corpo   { font-size: 12pt; margin-left: 0; padding: 30px; min-height: 550px }

#corpo h1    { color: #fff; font: bold 14pt Arial, "Times New Roman"; text-decoration: none; text-align: center }
#corpo h2 {
	font: 8pt verdana;
	}
	

#corpo_home    { background: #01114c url("images/sfumatura.gif") repeat-x; padding: 20px; min-height: 550px }


#corpo_home h1 {
	font: 14pt verdana;
	font-weight: bold;
	color: #c7282d;
	text-decoration: none;
	text-align: center;
	}
#corpo_home h2 {
	font: 8pt verdana;
	}



/* ================================================================== */
/* piede */

#piede     { color: #fff; font-size: 8pt; background-color: #01114c; margin: 0; padding: 2px 0 0 2px; position: absolute; bottom: 0; left: 0; width: 100%; border-top: 1px solid #f71c22 }