/*stili per il layout fisso*/
html,body{margin: 0;padding:0}

body{
	font-family: arial,sans-serif;
	font-size: 76%;
	text-align: center;
	background-color: #DBDBD9;
}
div#container{
	width: 760px;
	text-align: left;
	height: inherit;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:hover {
	color:#FF0000;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
/*stili generici, su header e footer*/

div#header{
	display: none;
	height: 78px;
	padding-left: 45px;
}
div#form-richiesta{
	display: none;

}
div#briciole {
	height: 30px;
	background-color: #CFCFCF;
	padding-top: 5px;
}
div#navigation{
	display: none;
	width:185px;
	float: right;
}

div#extra{
	display: none;
	float:right;
	width: 14px;
	padding:0;
	background-color: #FFFFFF;
}

div#content{

	width: 100%;
	padding-left: 0px;
	}

div#footer{
	display: none;
	clear:both;
	width: 980px;
} 
div#pubblicitascheda{
	display: none;
} 
#container #extra table {
	border-right-color: #000000;
}


