﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/base.jpg);
	background-repeat: repeat;
}
.Stile1 {
	font-family: Arial;
	font-size: 12px;
	color: Black;
	
}
.Stile1G {
	font-family: Arial;
	font-size: 16px;
	color: Black;
	
}
.caratterepiccolo {
	font-family: Arial;
	font-size: 11px;
	color: Black;
	
}
.Stile1BOld {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.StileG {
	font-family: Arial;
	font-size: 11px;
	color: #0A9200;
	font-weight: bold
}

.Stilecategorie {
	font-family: Arial;
	font-size: 10px;
	color: Black;

}

.Stile2 {
	font-family: Arial;
	font-size: 12px;
	color: White;
	line-height: 1
}
.Stiletit {
	font-family: Arial;
	font-size: 14px;
	color: #0A9200;
	font-weight: bold
	
}
.StileBig {
	font-family: Arial;
	font-size: 15px;
	color: Black;
	line-height: 1.5
}
.StileBigG {
	font-family: Arial;
	font-size: 15px;
	color: #0A9200;
	line-height: 1.5
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #0A9200;
padding: 5px;
left: -1000px;
border: 1px gray;
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: 0px;
left: 60px; /*position where enlarged image should offset horizontally */

}

