/*stili per il layout fisso*/
html,body{
	margin: 0;
	padding:0
}

body{
	font-family: Verdana;
	font-size: 0.7em;
	color: #333;	
}


div#container{
	width: 780px;\width:790px;w\idth:780px;
	margin: 0 auto;
	height: auto;
	text-align: left;
   border-left: 2px solid #cccc99;
	border-right: 2px solid #cccc99;	
}


/*stili generici, su header e footer*/
div#header{
	height: auto;
	background-color:#fff;
	color: #000;
	text-align: center;
}

h1,h2{
	margin: 0;
	padding:0
}

h1{
	padding-left:0.5em;
	font: bold 1.2em Verdana;
	color: #333;
}

h2{
	color: #333;
	font: bold 1em verdana;
}

a img{
  	border-width: 0px;
	margin-top: 0em;	  	    
}

div#footer{
	text-align:center;
	padding: 0.3em;
   background-color: #406dad; 
	color: #fff;
	height: 15px;		
}

div#footer a{
	color: #fff;
	font-weight: bold;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#navigation{
	background-image:url(images/struct/ambiente_top.gif);
	background-repeat: no-repeat;
	background-repeat: repeat-x;
	background-color:#fff;
	width: 780px;\width:790px;w\idth:780px;
	height: 6px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

div#content{
	padding: 1em;
	height: auto;
}

div#content div{
	float:left;
	width: 167px;
	height: 255px;
	padding: 0.9em;
	background-color: #fff;
}

.box {
	display: inline-block;
	display: -moz-inline-box;
	-moz-box-orient: vertical;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0.9em;
	vertical-align: top;
	color:#174E8E;
	font-weight: bold;
	text-align: center;
}

.box {display: inline;}


div#content a{
	color:#174E8E;
	font-weight: bold;
	line-height: normal;
	text-decoration: none
}

.table tabella1{
	table-layout : fixed;
	width: 90%;
	background : #fff;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin: 0 auto;
}

table.tabella1 td {
	width: 25%;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #174E8E;
}

/*stili per la navigazione*/
div#navigation ul{
	margin: 0;
	padding: 0; 
	list-style-type: none;
}

div#navigation li{
	display: inline; 
	margin: 0 0 0 1em;
	padding: 0
} /*nota display: inline*/

div#navigation a{
	color:#369;
	font: normal bold 1.2em/2.5em arial,sans-serif;
	text-decoration: none
}

div#navigation a:hover{
	color: #fff;
	text-decoration: underline
}

div#navigation a#activelink{
	color: #033;
	text-decoration: none
}

