html, body{
	margin:0;
	padding:0;
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size:0.84em;
	text-align: center;
	background: #eeeeee ;
	/*url('../images/img_webcam/sfondo_pagina.gif') center top no-repeat*/
}

a{
	color:#444444;
	margin:0;
	padding:0;
	font-weight: normal;
	text-decoration:underline;
}

#footer a{
	color:#ffffff;
	margin:0;
	padding:0;
	font-weight: normal;
	text-decoration:underline;
}
a:visited{
	text-decoration:underline;
}
a:hover{
	text-decoration: none;
}

div, table, td, tr, ul{
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}

.img_news{
	border:0px;
	margin:0px;
	padding:4px;
	height:80px;
}

.interruzione{
	clear:both;
}

#menu_esterno{
	height:28px;
	border-bottom:1px solid #948D8B;
	text-align:center;
}

#menu_interno{
	position:relative;
	overflow:hidden;
	height:28px;
	margin:0 auto;
}

#menu_interno h1{
	color:#64584A;
	font-size:10pt;
}



#contenitore_webcam {
	position:absolute;
	z-index:200;
}
#contenitore_logo {
	background-color:white;
	border-bottom:1px solid #948D8B;
	height:105px;
	margin-bottom:1px;
	text-align:center;
}
#logo{
	width: 100%;
	height: 113px;
	text-align: center;
	margin: 0 auto;
	background-color:white;
}
#logo img{
	margin-top: 4px;
}
#contenuti{
	width: 100%;
	height: 433px;
	text-align: center;
	margin: 0 auto;
	background-color:white;
	padding-top:10px;

/*	padding-top: 17px; !padding-top: 14px;*/
}

#webcam{
	text-align: center;
	margin: 0 auto;
}
#webcam img{
	margin: 2px 2px;
}


#offerte{
	width: 900px;
	height: 160px;
	text-align: center;
	margin: 0 auto;
	padding-left: 40px;
}


.offerta{
	text-align: left;
	float: left;
	width: 250px;
	margin: 4px 30px 0 0;
}
.titolo{
	font-weight: bold;
	color: #990000;
	display: block;
	padding-bottom: 5px;
}
.data{
	font-style: italic;
	display: block;
	padding-bottom: 5px;
}
.descrizione{
	display: block;
	padding-bottom: 5px;
}

.descrizione p{
	margin:0px;
	padding: 0px;
}
.prezzo{
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
#link_offerte_bike{
	width: 927px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	background: url('../images/img_webcam/sfondo_linkofferte.gif') bottom center no-repeat;
}

#link_offerte_bike a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0 auto;
	padding-top: 4px;
}
#link_offerte_bike a:hover{
	text-decoration: underline;
}


#link_offerte{
	width: 927px;
	height: 24px;
	text-align: center;
	margin: 0 auto;
	background: url('../images/img_webcam/sfondo_linkofferte.gif') bottom center no-repeat;
}

#link_offerte a{
	display: block;
	color: #ffffff;
	text-decoration: none;
	margin: 0 auto;
	padding-top: 4px;
}
#link_offerte a:hover{
	text-decoration: underline;
}



#footer{
	width: 927px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
}
address{
	font-style: normal;
	color:#ffffff;
}

address a{
	font-weight: bold;
	color:#ffffff;
}


#bottom_sfondo{
	width:100%;
	border-top:1px solid white;
	position:absolute;
	top:577px;
	left:0px;
	background-color:#EEEEEE;
	z-index:2;
	text-align:center;
}

#spot{
	width:870px;
	height:25px;
	padding-top:10px;
	margin:0 auto;
	color:white;
	text-align:center;
	font-weight:normal;
	background-image:url('http://www.belvederericcione.com/images/angoli_spot_webcam.png');
}

* html #spot{
	width:870px;
	back\ground-color: #ffffff;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.belvederericcione.com/images/angoli_spot_webcam.png", sizingMethod="scale");
}

#ombra_spot{
	width:100%;
	height:35px;
	z-index:1;
	float:left;
	margin-top:-35px;
	background-color:transparent;
	background-image:url('http://www.belvederericcione.com/images/ombra_spot.png');
}

* html #ombra_spot{
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.belvederericcione.com/images/ombra_spot.png", sizingMethod="scale");
}


/* MENU' DELLA LINGUA */

#menu_lingua{
	position:absolute;
	top:0px;
	right:10px;
	padding:5px 5px 0px 5px;
	font-size: 11px;
	width:135px;
	cursor:default;
	background-color:white;
}

#menu_lingua ul{
	margin:0px;
	padding:0px;
	overflow:hidden;
	float:right;
}

#menu_lingua ul li{
	list-style: none;
	border-bottom:1px solid #ACACAC;
	padding: 2px 3px;
	background-color:white;
	display:block;
}

#menu_lingua ul li a{
	text-decoration: none;
	color:#4F2728;
}

#menu_lingua ul li a:visited{
	text-decoration: none;
	color:#4F2728;
}

#menu_lingua ul li.selected a{
	text-decoration: none;
	color:white;
}

#menu_lingua ul li.selected{
	background-color: #A8A9AC;
}


.menudiv{
	height:28px;
	overflow:hidden;
	text-align:center;
}

.stile_ico_back {
	left:0;
	margin:2px;
	padding:2px;
	position:absolute;
	width:23px;
	z-index:1000;
}

.stile_ico_home {
	margin:2px;
	padding:2px;
	position:absolute;
	right:0;
	width:23px;
	z-index:1000;
}
