@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 752px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header{
	width:706px;
	height: 73px;
	overflow:hidden;
	background-color:#FFF;
	float:left;
	position:inherit;
	background-image:url(images_common/header.jpg);
	background-repeat:no-repeat;
}
#backHome{
	position:inherit;
	float:left;
		 }
#spacerLeft{
	background-color:#FFF;
	position:inherit;
	float:left;
	width:23px;
	height:649px;
	background-image:url(images_common/spacer-left.jpg);
	background-repeat:no-repeat;
}
#spacerRight{
	background-color:#FFF;
	position:inherit;
	float:left;
	width:23px;
	height:649px;
	background-image:url(images_common/spacer-right.jpg);
	background-repeat:no-repeat;
}
#spalla{
	background-color:#FFF;
	position:inherit;
	float:left;
	width:151px;
	height:553px;
	margin-right:10px;
	background-image:url(images_common/backgroundspalla.jpg);
	background-repeat:no-repeat;
}
.menuLaterale{
	position:inherit;
	float:left;
	width:150px;
	height:24px;
	margin-top:1px;
	border-bottom:2px;
	border-bottom-color:#FFF;
	border-bottom-style:dotted;
}
#hotspotGreenlab{
	position:inherit;
	float:left;
	width:145px;
	height:65px;
	margin-bottom:43px
}
#menuSpalla{
	width:150px;
	height:375px;
}
#formLogin{
	margin-left:8px;
	width:140px;
	position:inherit;
	float:left;
}
.textfield_effect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #GGG;
	background-color: #FFF;
	margin-bottom:5px;
}
#corpocentrale{
	width:706px;
	height:649px;
	position:inherit;
	float:left;
}
#menu{
	background-color:#FFF;
	width:545px;
	height:27px;
	position:inherit;
	float:left;
}
#lingua{
	float:right;
	position:inherit;
	clear:both;
	margin-top:5px;
}
#allarga{
	position:inherit;
	float:right;
	width:17px;
	margin-right:40px;
}
#menuHeaderDX{
	text-align:center;
	position:ihnerit;
	float:right;
	width:100px;
	margin-top:5px;
}
#contenutoPrincipale{
	background-color:#FFF;
	width:545px;
	height:526px;
	position:inherit;
	float:left;
}
#partecentrale{
	position:relative;
	float:left;
	overflow:inherit;
	width:545px;
	height:553px;
}
#footer{
	position:relative;
	float:left;
	overflow:hidden;
	background-color:#FFF;
	width:706px;
	height:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8f8d8e;
}
#footer a:link{
	color:#8f8d8e;
	text-decoration:none;
}
#footer a:visited{
	color:#8f8d8e;
	text-decoration:none;
}
#footer a:active{
	color:#8f8d8e;
	text-decoration:none;
}
#footer a:hover{
	color:#000;
	text-decoration:underline;
}
#copyright{
	top:13px;
	position:relative;
	float:right;
}
#footerMenu{
	top:13px;
	position:relative;
	float:left;
}
#newsBody{
	position:relative;
	float:left;
	overflow:hidden;
	background-color:#231F20;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#ffffff;
}



