.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFFBE1;
padding: 15px;
left: -1000px;
border: 1px solid #30415B;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
.menu {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:link {
	color: #FEFEFC;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #F1CB00;
	text-decoration: none;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.titolo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF6699;
	text-decoration: none;
	line-height: 70px;
}
.testo {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 20px;
}
.recapiti {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	color: #18468E;
	text-decoration: none;
	line-height: 40px;
}
.puntomedia {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10px;
	color: #FFEB77;
	text-decoration: none;
	line-height: 19px;
	text-align: center;
}
.puntomedia a:link {
	color: #CAAC07;
	text-decoration: none;
}
.puntomedia a:visited {
	color: #796804;
	text-decoration: none;
}
.puntomedia a:hover {
	color: #FFEB77;
	text-decoration: none;
}
.puntomedia a:active {
	color: #796804;
	text-decoration: none;
}
.testoslide {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-top: 40px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 18px;
	width: 300px;
}
.titolo_med {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #17438E;
	text-decoration: none;
	line-height: 30px;
	background-image: url(immagini/line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.titolo_med_no_line {

	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #17438E;
	text-decoration: none;
	line-height: 30px;
}
.form_campotesto {
	width: 230px;
}
.form_menu {
	width: 235px;
}

.form_multiriga {
	width: 230px;
}
.form_pulsante {
	width: 150px;
	background-color: #E9F0FC;
	border: 1px solid #93B7EC;
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
}
