/*stili per il layout fisso con posizionamenti assoluti*/
html,body{
	margin: 0;
	padding:0;
	height:100%;
	background-color: #fff;
	
}
body{
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 76%;
	text-align: center;
}


div#container{
	font-family: "trebuchet ms",arial,sans-serif;
	position:relative;
	width: 930px;
	margin: 0 auto;
	text-align: left;
	height:100%;
	background-color:#DBFFE2;
}
body > div#container{height:auto; min-height:100%;}
div#content{
	font-family: "trebuchet ms",arial,sans-serif;
	height:auto;
	min-height:100%;
}
div#content1{
	font-family: "trebuchet ms",arial,sans-serif;
	height:auto;
	min-height:100%;
}


/*stili generici, su header e footer*/
div#header{
	background-color:#9F9;
	color: #000;
	/*background-image: url(../img/fondo_header.jpg);*/
	height: 115px;
	width="930";
}
div#subheader{
	font-family: "trebuchet ms", arial, sans-serif;
	background-color:#666;
	color: #FFF;
	font-size: 9px;
}
div#minheader{background-color:#FFF;color: #000;
font-family: "trebuchet ms",arial,sans-serif;}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px "trebuchet ms",arial,san-serif}
h2{color: #999;font-size: 1.5em}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}
div#inv{background-color:#FFF;color: #000}


/*stili specifici per il layout*/
div#navigation{
	font-family: "trebuchet ms",arial,sans-serif;
	font-size: 100%;
	position:absolute;
	top: 115px;
	left: 0;
	width: 178px;
	height:auto;
	min-height:100%;
	
	
}
div#content{
	margin-left: 180px;
	margin-top: 0.5em;
	padding: 1em;
	font-size: 12px;
	
	
	
}
div#content1{
	margin-left: 1px;
	margin-top: 0.5em;
	padding: 1em;
	font-size: 12px;
	
	
	
}
div#contenth{
	margin-left: 0px;
	margin-top: 0.5em;
	padding: 1em;
	font-size: 12px;
	
	
	
}
div#footer{
	position:absolute;
	bottom:0px;
	width:948px;
	text-align:center;
	padding: 0.5em;
	background-color: #FFF;
	color: #999;
	border-bottom: 1px;
	border-bottom-color: #777777;
	border-top: 1px;
	border-top-color: #777777;
	border-bottom-style: solid;
	border-top-style: solid;
	
	
}
/* Stile per i caratteri */

.Stile1 {font-size: 9px}
.stile1_1 {
	font-weight: bold;
	font-size: 14px;
}
.stile2 {
	font-size:11px;
	color:#F90;
}
.stile3 {
	font-size:14px;
	color:#F90;
}
/* Stile per il menu */

#menu1 {
width: 17em;
font: 80% Arial, Helvetica, sans-serif;
}
#menu1 ul {
margin: 0;
padding: 0;
list-style: none;
}
#menu1 li {
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}
#menu1 a:link, #menu1 a:visited {
display: block;
background-color: #05181E;
color: #fff;
margin: 0;
padding: 0.3em 0.6em 0.3em 1em;
text-decoration: none;
border-bottom: 1px solid  #41545F;
border-left: 10px solid #41545F;
}
#menu1 a:hover, #menu1 a:focus, #menu1 a:active{
background-color: #41545F;
color: #FFFFFF;
border-left: 10px solid #FF9900;
}

#menu2 {
width: 100%;
font: 80% "trebuchet ms";
}
#menu2 ul {
list-style: none;
margin: 0;
padding-left: 0;
}
#menu2 li {
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}
#menu2 a:link, #menu2 a:visited {
float:left;
/*padding: 0.3em 1.5em 0.3em 1.5em;*/
padding: 0.1em 1.5em 0em 0.6em;
margin: 0em;
border-left: 5px solid #41545F;
background-color: #FFFFFF;
color: #000000;
text-decoration: none;
}
#menu2 a:hover, #menu2 a:focus, #menu2 a:active{
background-color: #41545F;
color: #FFFFFF;
border-left: 5px solid #FF9900;
}

/* Stile Tabelle*/

td {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	padding: 0em 0em 0em 0.5em;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 10px;
	padding-left: 2px;
	
}
td a:link { color: #999999; text-decoration:none; } 
td a:hover { color: #FF9900;} 
td a:visited {
	color: #ff6666;
	text-decoration:none;
}
th a:link {
	color: #FFFFFF;
	text-decoration:none;
} 
th a:hover {
	color: #CCCCCC;
} 
th a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
th {
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	padding: 0em 0em 0em 0.3em;
	background-color:#CCC;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000;
}
