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: #f3f3f3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	margin:0px 0px; padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2a2a2a;
	display: inline;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2a2a2a;
	display: inline;
}

#container{
	min-height: 600px;
	height: auto !important;
	height: 600px;
	width: 960px;
	margin: 0px auto;
	background-color: #f3f3f3;
	background-image: url(img/sfondo_container.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#bordo_top{
	width: 960px;
	height: 25px;
	position: relative;
	background-image: url(img/bordo_top_int.gif);
	background-repeat: no-repeat;
	left: 10px;
}

#bordo_top_home{
	width: 960px;
	height: 25px;
	position: relative;
	background-image: url(img/bordo_top.gif);
}

#content{
	width: 960px;
	min-height: 537px;
	height: auto !important;
	height: 537px;
	position: relative;
	background-image: url(img/bordo_center.gif);
	background-repeat: repeat-y;
}

#logo_home{
	width: 337px;
	height: 166px;
	left: 311px;
	top: 59px;
	position: absolute;
}

#logo_int{
	width: 130px;
	height: 63px;
	position: absolute;
	left: 49px;
	top: 15px;
}

#menu_home{
	width: 606px;
	height: 30px;
	position: absolute;
	top: 289px;
	left: 177px;
}

#menu_int{
	width: 606px;
	height: 30px;
	font-size: 11px;
	position: absolute;
	top: 130px;
	left: 177px;
}

#sel_lingua{
	width: 606px;
	height: 31px;
	position: absolute;
	top: 349px;
	right: 177px;
	text-align: justify;
}

#sel_lingua_int{
	width: 606px;
	height: 31px;
	position: absolute;
	top: 0px;
	right: 37px;
	text-align: justify;
}

#footer{
	width: 960px;
	height: 38px;
	position: relative;
	background-image: url(img/bordo_bottom.gif);
}

h1{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	display: inline;
}

h2{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2a2a2a;
	display: inline;
}

.titoli{
	color: #ec519d;
	font-weight: bold;
}

.titoli_arancio{
	color: #f89828;
	font-weight: bold;
}

.data{color: #999999}

a:link {
color:#2a2a2a; text-decoration:none
}
a:visited {
color:#2a2a2a; text-decoration:none
}
a:active {
color:Grey; text-decoration:none
}
a:hover {
color:Grey; text-decoration:none
}
a:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.fucsia:link {
color:#2a2a2a; text-decoration:none
}
a.fucsia:visited {
color:#2a2a2a; text-decoration:none
}
a.fucsia:active {
color:#ec519d; text-decoration:none
}
a.fucsia:hover {
color:#ec519d; text-decoration:none
}
a.fucsia:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.fucsia2:link {
color:#ec519d; text-decoration:none
}
a.fucsia2:visited {
color:#ec519d; text-decoration:none
}
a.fucsia2:active {
color:#ec519d; text-decoration:undeline
}
a.fucsia2:hover {
color:#ec519d; text-decoration:underline
}
a.fucsia:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.arancione:link {
color:#2a2a2a; text-decoration:none
}
a.arancione:visited {
color:#2a2a2a; text-decoration:none
}
a.arancione:active {
color:#f89828; text-decoration:none
}
a.arancione:hover {
color:#f89828; text-decoration:none
}
a.arancione:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}

a.white:link {
color:#ffffff; text-decoration:none
}
a.white:visited {
color:#ffffff; text-decoration:none
}
a.white:active {
color:#ffffff; text-decoration:underline
}
a.white:hover {
color:#ffffff; text-decoration:underline
}
a.white:focus {
    moz-outline: 0px;
    outline: 0px;
    outline-offset: 3px;
}
