* {
	margin: 0;
}

A img{
	border: none;
}
html, body {
	padding: 0;
	color: #444;
	font-family: 'trebuchet ms', verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	background: #FFF;
}

a:link, a:visited, a:active {
	color: #0F3344;
	text-decoration: underline;
	background: none;
}
a:hover {
	color: #0F3344;
	background: #f8b8b8;
	text-decoration: none;
}

.wrapper {
	height: 100%;
    width: auto;
    background: none;
}
.footer, .push {
	display: none;
}

#header2 {
	background-image: url(../img/header_print.jpg);
    background-repeat: no-repeat;
    width: 623px;
    height: 96px;
    margin: 0 auto;
}
#main {
	background: none;
    width: auto;
	height: auto;
    margin: 0 auto;
}
#haha {
	padding-left: 10px;		
	display: block;
	width: auto;
	margin-top: 2px;
margin: 0 auto;
}
#nav {
	margin: 0 auto;
	border: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#e0e0e0;
	width: 100%;
	font-size: 10pt;
}
#nav a:link, a:visited {
	color: #0F3344;
	text-decoration: none;
}
#nav a:hover {
	color: #0F3344;
	text-decoration: underline;
}
div#menu_verticale{display:none} 

#cerca {
	display: none;
}

dl{
	border:1px dashed #000;
	padding:1em;
}
dt{
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:1.6em;
}
dd{
	margin:0;
	margin-bottom:1em;
	padding:0;
	font-style:italic;
}

dl a:link, a:visited, a:active {
	color: #0F3344;
	text-decoration: none;
}
dl a:hover {
	color: #0F3344;
	text-decoration: underline;
}

.evidenziato{
	background-color:yellow;
}

ul.firme,
.firme ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.firme{
	display: table;
}
ul.firme>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

h1 { 
	font-size: 1.8em;
	text-align: center;
	}
	h1.header {
		width: auto;
		height: auto;
		margin: 0 auto;
		background: none;
		text-indent: 0px;
	}
