/* @group Generali */

body {
	margin: 0 10px;
	padding: 0 200px;
	font: 11px Tahoma, Verdana, Geneva, sans-serif;
}

#contenitore {
	float:left;
	width:100%;	
	border-left:200px solid white; 
	border-right:200px solid white;
	margin-left:-200px;
	margin-right:-200px;
	display:inline; 
	}

#sinistra {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
}

#sinistra ul li:before, #destra ul li:before {
	content: "\00BB \0020";
}

#sinistra ul, #destra ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#contenuto {
	float: left;
	width: 100%;
	min-height: 1400px;
	margin-right:-100%;
	border: 0; /*1px solid silver;*/
	border-bottom: none;
}

#sinistra, #destra, #piede {
	border-top: 0; /*1px solid silver;*/
}

#destra {
	float: right;
	width: 200px;
	margin-right: -200px;
	position: relative;
}

.interno {
	margin: 0px;
	padding: 0 5px;
}

#testata, #piede {
	clear: both;
	margin: 0 -200px;
	padding: 5px;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#testata {
	background: url(/img/logo4d.jpg) no-repeat;
	padding-bottom: 10px;
}

#piede {
	background: url(/img/sfumato.png) repeat-x;
}

* html img, 
* html .png {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "/img/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)   
    );
}

img.pin {
	border-width: 0; vertical-align: middle;
	height: 16px; width: 44px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h2 {
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: url(/img/sfumato.png) repeat-x;
	height: 16px;
	padding-top: 2px;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active, h2 a:link {
	color:  black;
	text-decoration: none;
}

.sub_link {
	color: limegreen;
}


/* @end */

/* @group MainPage */

#elencoNews, #elencoFaq {
	width: 100%;
	cellspacing: 2px;
	cellpading: 0px;
}
#elencoFaq td {
	line-height: 2;
	border-bottom: 1px solid gray;
	vertical-align: middle;
}
#elencoFaq td img, #dettaglioFaq td img {
	vertical-align: middle;
}
#elencoFaq td > td {
	text-align: center;
}

.nascosta {
	padding: 10px;
	display:none;
	font-size:9px;
	line-height: 1.2;
}
/* @end */

/* @group Faq */
#commenti {
	width: 100%;
}
.cmt_head {
	background-color: white;
	font-style: italic;
}

.cmt_body {
	padding: 10px;
	background-color: lightgoldenrodyellow;
}
/* @end */
