

/* --------------------------------------------  */
/* ---------------- NORMAL TAG ----------------- */
/* --------------------------------------------  */

BODY
{
	margin: 1em;
	font-family: serif;
	color: #000;
	font-size: medium;
	background: #a5c2d2;
	text-align: center;
}

A         { color: #000066; text-decoration: underline; background-color: inherit; }
A:hover   { color: #000066; text-decoration: none; background-color: inherit; }
A:active  { color: #C31F1F; background-color: inherit; }
A:visited { color: #000066; background-color: inherit; }

P { text-align: justify; }

HR { display: none;}
H1 { font-size: 200%; color: #ff6203; background-color: inherit;}
H2 { font-size: 170%; color: #ee1c25; background-color: inherit;}
H3 { font-size: 120%; background-color: inherit; color: #2064B7; margin-bottom: 0; padding-bottom: 0; line-height: 100%;}
H4 {font-size: 120%;}
H5 {font-size: 100%;}
H6 {font-size: 90%; }

address {font-size: small; color: #333;}
PRE, TT, CODE { font-family: courier, sans-serif; }
ACRONYM, ABBR { cursor:help; letter-spacing: 2px; color: #000; background-color: inherit; }
CITE { font-family: courier, sans-serif; font-style: italic; }

IMG     {  border: none; margin: 1px ;}

TABLE   { border-collapse: collapse; border: none; }
TH      { border: none;  font-weight: bold; background-color: #ddd; padding: .2em .5em; text-align: center; vertical-align: middle; color: #000;}
TD      { border: none; padding: .2em .5em;  vertical-align: middle; background-color: #fff; text-align: center; color: #000;}
TD.nota { background-color: #eee; color: #000; text-align: center; font-weight: bold;}



OL { list-style: decimal; }
OL OL {list-style: lower-alpha;}




/* --------------------------------------------  */
/* ---------------- DIV ID --------------------  */
/* --------------------------------------------  */

#pagina { display: block; text-align: center; width:800px; margin:auto; border: 1px #7a8f9b solid; background-color: #fff; color: #000;}
#intestazione {  display: block;  margin: 0; width: 100%; height: 100px; background: #155ea3 url(header-sies.png) no-repeat center top; color: #000; padding: 0; border-bottom: 1px #155ea3 solid;}
#contatti {display: none;}




/* #contenuto h1, h2 {background: #fff url(h2.png) bottom left no-repeat; padding-left: 15px; padding-bottom: 8px; font-family: serif} */




#navigatore ul
{
padding: 0;
margin: 0;
background: #fff url(barra-sies.png) repeat-x top left;
color: #000;
float: left;
width: 100%;
height: 50px;
font-family: arial, helvetica, sans-serif;
font-size: small;
border: none;

}

#navigatore ul li { display: inline; }

#navigatore ul li a
{
padding: 18px 1em;
background: inherit;
color: #ee1c25;
margin-left: 3px;
text-decoration: none;
font-weight: bold;
float: left;
}

#navigatore ul li a:hover
{

color: #ffc70f;
}

#footer 
{
	clear:both; 
	display: block; 
	width: auto; 
	height: 30px;  
	background:  url(footer-sies-slim.png) repeat-x left top; 
	color: #000; 
	border: 0; 
	padding-left: 1em; 
	margin-top: 1em; 
	text-align: center;
}

#footer a 
{
	display: block;
	margin-top: 20px;
}



