
/* formattazione generica */

A:LINK {
	text-decoration: none;
	color: blue;
}

A:VISITED {
	text-decoration: none;
	color: blue;
}

A:HOVER {
	text-decoration: none;
	color: blue;
}

a img {
	border: none;
}

table, tr, td {
	border: 0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}

object {
	display: block;
}

p {
	margin: 4px;
}

/* classi per uso generico */

.centered {
	text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

a .iecursor {
	cursor: pointer;
}

.cleared {
	clear: both;
	border: 0px solid green;
	font-size: 1px;
}

.indietro {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 8px;
	margin: 8px;
}

.indietro A, .indietro A:LINK, .indietro A:VISITED {
	color: black;
}

.indietro A:HOVER {
	color: red;
}

#map {
	text-align: center;
	margin-top: 30px;
	padding: 0px;
}

.pagetitle {
	margin-left: 15px;
	padding-top: 8px;
}

.logoimg {
	position: absolute;
	top: 175px;
	right: 75px;
}

/*
.logoimg img {
	width : 370px;
	height : 130px;
	border: 0px solid green;
}
*/

.logoimgdx {
	position: absolute;
	top: 30px;
	left: 650px;
	border: 1px solid #dca810;
}

.pagetitleimg {
	position: absolute;
	bottom: -3px;
	left: 547px;
}

/* tapullo per div flottanti dentro ad altri div */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

 .clearfix {
	display: inline-block;
}

/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */

/* fine tapullo */

.imgblock {
	display: block;
}

#cerca {
	display: inline;
	float: left;
	width: 150px;
	margin-left: 20px;
	border: 0px solid green;
}

.formbutton {
	width : 26px;
	height : 21px;
	overflow : hidden;
	background : url('../fixed/lente.jpg') no-repeat;
	border : 0;
	cursor: pointer;
	margin-top: 5px;
}

.formfield {
	height : 16px;
}

.borded {
	border: 1px solid green;
}