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

body{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	margin:0px 0px;
	padding:0px;
	background: url('../img/bg.jpg') top left repeat-x;
}

a:link {
	color: #0099CC;
	text-decoration: none;
}

a:visited {
	color: #0099CC;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
	text-decoration: none;
}


#container{
	position: relative;
	margin-top: 5px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	height: auto;
	padding-bottom: 30px;
}

#logo{
	position: relative;
	float: left;
	padding-top: 20px;
	height: auto;
	width: 200px;
}

#footer-right {
	position: relative;
	float: right;
	font-size: 11px;
	padding: 25px 10px 0 0;
	line-height: 11px;
	width: 200px;
}

#language{
	position: relative;
	float: left;
	height: auto;
	width: 546px;
	text-align: right;
	padding: 25px 12px 0 0;
}

#navbar{
position:relative;
margin-top: 20px;
padding: 0;
text-align: right;
background: url(../img/bg-navbar.jpg);
height: 20px;
padding-top: 5px;
}

#navbar ul{
padding: 0;
margin: 0;

}

#navbar li{
list-style: none;
margin: 0;
display: inline;
margin-right:15px;
font-size: 98%;

}


#navbar a:link{
color: #333;
text-decoration: none;
}

#navbar a:visited{
color: #333;
text-decoration: none;
}

#navbar a:hover{
color: #0099CC;
text-decoration: none;
}

#header{
	position: relative;
	padding: 8px;
	height: 450px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#spot{
	position: relative;
	height: auto;
	background: url(../img/bg-spot.jpg) bottom;
	margin-top: 8px;
	overflow: hidden;
}

.spot-box{
	position: relative;
	float: left;
	width: 173px;
	border-right: 1px solid #ccc;
	height: auto;
	padding: 8px;
}

.spot-box-last{
	position: relative;
	float: left;
	width: 173px;
	height: 114px;
	padding: 8px;
}

.spot-icon{
	position: relative;
	float: left;
	width: 40px;
	height: 40px;
	padding-left: 6px;
	padding-top: 6px;
}

.spot-title{
	position: relative;
	float: left;
	height: auto;
	padding-left: 8px;
	padding-top: 8px;
	font-weight: bold;
}

.spot-title a:link, a:visited{
	color: #666;
	text-decoration:none;
}

.spot-title a:hover{
	color: #0099CC;
	text-decoration:none;
}


.spot-txt{
	position: relative;
	float: left;
	padding-left: 8px;
	padding-top: 6px;
	color: #666;
	font-size: 90%;
	padding-bottom: 6px;
}

.clear {
	clear: left;
}

#index-news{
	position: relative;
	height: auto;
	width: 758px;
	margin-top: 8px;
	overflow: hidden;
	
}

.index-news-box{
	position: relative;
	float: left;
	height: auto;
	width: 373px;
	background: url(../img/bg-index-news.jpg) top left repeat-x;
	margin-right: 8px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	
}

.index-news-box-last{
	position: relative;
	float: left;
	height: auto;
	width: 373px;
	background: url(../img/bg-index-news.jpg) top left repeat-x;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.index-news-box-title{
	position: relative;
	padding: 6px 0 6px 14px;
	color: #333;
	font-size: 110%;
}

.index-news-box-subtitle{
	position: relative;
	padding: 14px 0 6px 14px;
	color: #0099CC;
}

.index-news-box-txt{
	position: relative;
	padding: 6px 14px 6px 14px;
	color: #666;
	font-size:90%;
}

#footer{
	position: relative;
	height: 30px;
	width: 746px;
	margin-top: 16px;
	overflow: hidden;
	font-size: 90%;
	text-align: right;
	color: #999999;
	padding-bottom: 30px;
	
}
#footer-left {
	position: relative;
	float: left;
	font-size: 80%;
	padding: 10px 20px 0 15px;
	line-height: 13px;
}

#links {
	position: relative;
	float: right;
	font-size: 11px;
	padding: 10px 10px 0 0;
	line-height: 11px;
	width: 200px;
	text-align: right;
}

.privacy {
	font-size: 9px;
}
