html{/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y:scroll;
	overflow-x:auto;
	overflow:moz-scrollbars-vertical;
}

body{
	background-color:#cccccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	text-align:left;
	margin:2px 0px; padding:0px;
}

input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	font-weight: normal;
}

textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	font-weight: normal;
	overflow: auto;
}

#container_int{
	background-color: White;
	width: 960px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	margin: 0px auto;
	border-color: Black;
	border-width: 1px;
	border-style: groove;
	position: relative;
}

#news_sfondo{
	width:185px;
	height:157px;
	background-image:url(immagini/sfondo_news.gif);
	left:1px;
	position:absolute;
	top: 96px;
	margin-top:5px;
}

#flash_int{
	height: 158px;
	width: 704px;
	background-color:#ffffff;
	position: absolute;
	top: 95px;
	left: 214px;
}

#flash_int2{
	height: 158px;
	width: 704px;
	background-color:#ffffff;
	position: absolute;
	top: 95px;
	left: 0px;
}

#flash_index{
	height: 250px;
	width: 918px;
	background-color:#ffffff;
	position: absolute;
	top: 95px;
	left: 0px;
}

#logo{
	height: 66px;
	width: 187px;
	background-color:#ffffff;
	position: absolute;
	top: 21px;
	left: 0px;
}

#menu_int{
	text-align: left;
	width: 191px;
	height: 198px;
	position: absolute;
	top: -19px;
	left: 4px;
}

#menu_dx{
	text-align: left;
	width: 132px;
	height: auto;
	position: absolute;
	top: 303px;
	right: 21px;
}

#lingua{
	text-align: right;
	width: 490px;
	height: 30px;
	position: absolute;
	top: 21px;
	right: 0px;
}

#menu_breve{
	text-align: right;
	width: 490px;
	height: 30px;
	position: absolute;
	top: 60px;
	right: 0px;
}

#header{
	height: 275px;
	width: 918px;
	z-index: 99;
	position: relative;
	left: 21px;
}

#header_index{
	height: 350px;
	width: 918px;
	z-index: 99;
	position: relative;
	left: 21px;
}

#corpo{
	width: 918px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	background-color: White;
	position: relative;
	left: 21px;
}

#footer{
	text-align: left;
	width: 918px;
	height: 20px;
	background-color: #FFFFFF;
	position: relative;
	left: 21px;
}

#didascalia{
	text-align: left;
	width: 313px;
	height: 20px;
	background-color: #FFFFFF;
	position: absolute;
	left: 323px;
	top: 143px;
}



a:link {
color:#434343; text-decoration: none;
}
a:visited {
color:#434343; text-decoration: none;
}
a:active {
color:#434343; text-decoration: underline;
}
a:hover {
color:#434343; text-decoration: underline;
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.u:link {
color:#434343; text-decoration: none;
}
a.u:visited {
color:#434343; text-decoration: none;
}
a.u:active {
color:#c83636; text-decoration: none;
}
a.u:hover {
color:#c83636; text-decoration: none;
}
a.u:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.w:link {
color:#434343; text-decoration: underline;
}
a.w:visited {
color:#434343; text-decoration: underline;
}
a.w:active {
color:#c83636; text-decoration: none;
}
a.w:hover {
color:#c83636; text-decoration: none;
}
a.w:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.x:link {
color:#c83636; text-decoration: none;
}
a.x:visited {
color:#c83636; text-decoration: none;
}
a.x:active {
color:#c83636; text-decoration: underline;
}
a.x:hover {
color:#c83636; text-decoration: underline;
}
a.x:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.z:link {
color:#434343; text-decoration: underline;
}
a.z:visited {
color:#434343; text-decoration: none;
}
a.z:active {
color:#434343; text-decoration: underline;
}
a.z:hover {
color:#434343; text-decoration: underline;
}
a.z:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

.bg-grigio {background-color:#eaeaea}
