
body {
	margin: 0;
	color: #333333;
	background-color: #dedede;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	cursor: url(jk.cur), default;
}
html>body body {  height: 100%; }

A {cursor: pointer; border: 0;}
A:link { color: #666666; text-decoration: underline; }
A:visited { color: #222222; text-decoration: underline; }
A:hover, A:focus { color: #ff6600; text-decoration: none; }
A:active {color: #ff6600; text-decoration: none; }

A.no-under:link { text-decoration: none; }
A.no-under:visited { text-decoration: none; }

h1, h2, h3, h4 { color: #ff6600;	}

table { border-collapse: collapse; }

.sx {text-align: left;}
.cx {text-align: center;}
.dx {text-align: right;}
.gx {text-align: justify;}

.top {vertical-align: top;}
.mid {vertical-align: middle;}
.bot {vertical-align: bottom;}

img {border: 0;}
.padd {
	border: 1px solid #7e7e7e;
	margin: 15px;
	cursor: pointer;	
}
.no { display: none;}
.anteprima:hover>.immagine:first-child {
	display: inline;
	position: absolute;
	z-index: 3;
	border: 1px solid #7e7e7e;
	margin-top: 1.4em;
}
/*class banda superiore*/
div.sup {
	position: absolute;
	width: 50%;
	height: 78px;
	top: 0;
	padding: 20px 20px 0 20px;
	background-color: #bebebe;
	border-bottom: 2px solid #ff6600;
	overflow: hidden;
}
/*id banda superiore*/
#supsx {	left: 0; }

#supdx {	right: 0; }

#supsxintro {
   left: 0;
	background-color: transparent;
	border-bottom: 2px solid #bebebe;
}
#supdxintro {
   right: 0;
	background-color: transparent;
	border-bottom: 2px solid #bebebe;
}
/*class fascia media*/
div.med {
	position: absolute;
	height: auto;
	top: 100px;
	right: 0;
	bottom: 50px;
	left: 0;
	padding: 15px 30px 10px 20px;
	background-color: #dedede;
	overflow: auto;
	z-index: 1;
}
/*id fascia media*/
#medsx {
	padding: 15px 210px 10px 20px;
}
#meddxsup {
	width: 150px;
	bottom: auto;
	left: auto;
	background-color: transparent;
	padding: 20px 40px 10px 0;
	overflow: hidden;
	z-index: 2;
}
#medrel {
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}
#medintro {
}
/*class banda inferiore*/
div.inf {
   position: absolute;	
	height: 28px;
	width: 50%;
	bottom: 0;
	background-color: #bebebe;
	border-top: 2px solid #ff6600;
	padding: 18px 20px 0px 20px;
}
html>/**/body .inf {
   padding: 0 20px 20px 20px; }
/*id banda inferiore**/
#infsx {
	left: 0;
	text-align: left;
}
#infdx {
	right: 0;
	text-align: right;
}
#infsxintro {
	left: 0;
	text-align: left;
	background-color: transparent;
	border-top: 2px solid #bebebe;
}
#infdxintro {
	right: 0;
	text-align: right;
	background-color: transparent;
	border-top: 2px solid #bebebe;
}