/* CSS Document */


body {font-family: Arial, Helvetica, sans-serif;
font-size: 10px; text-align: left; width: 100%;
margin-top: 0px;
margin-left:0px;
margin-right:0px;
background: #202020;
padding: 0px;
SCROLLBAR-FACE-COLOR: #49a4dd;
SCROLLBAR-HIGHLIGHT-COLOR: #49a4dd;
SCROLLBAR-SHADOW-COLOR: #49a4dd;
SCROLLBAR-3DLIGHT-COLOR: #49a4dd;
SCROLLBAR-ARROW-COLOR: #ffffff;
SCROLLBAR-TRACK-COLOR: #e2e7e7;
SCROLLBAR-DARKSHADOW-COLOR: #49a4dd;
SCROLLBAR-BASE-COLOR: #49a4dd
};

   
p {text-align : left;
font-family: verdana,arial,sans-serif; 
margin-top: 0px; 
margin-bottom: 0px;
}

div#contenitore2 {
	position:relative;
	width:100%;
	height:80%;
	background: none;
	border-top: 0px solid #cccccc;
	border-left: 0px solid yellow;
	border-bottom: 2px solid #0066cc;
	border-right:0px;
	text-align: center;

}
div#contenitore {position:relative; 
width:100%; height:80%; 
background: black; 
border-top: 0px solid #cccccc;
border-left: 0px solid yellow;
border-bottom: 2px solid #0066cc;
border-right:0px; text-align: center;}



div#images {position: absolute;
top:150px; left: 300px;}

div#sinistra {
	position: absolute;
	text-align: right;
	top: 175px;
	left: 15px;
	widht: 300px;
	color: white;
	background: none;
	z-index: 9;
}
	
div#centro {
	border:1px none; position: absolute;
	top:140px;
	left: 300px;
	width: 250px;
	height: 180px;
	background:  url('../funivia/mappamondo.gif');
	z-index: 6
}

div#contenuto {
	position: absolute;
	top:350px;
	left: 300px;
	width:800px;
	height: 270px;
	border-top: 1px;
	border-right: 1px;
	border-bottom: 1px;
	border-left:1px;
	background:#cccccc;
	padding:1px;
	text-align:center;
	font-size: 5px;
	z-index: 8;
}

div#logo {
	position: absolute; z-index:10;
	top:21px; 
	font-size: 30px;
	font-family: arial;
	text-align: left;
	color: orange;
	background: none;
	margin-left: 15px;
	padding: 0px 2px 2px 2px;
	width: 350px;
	height: 42px;
background:none; background-repeat: no-repeat}

div#orologio {
	position: absolute;
	top:7px;
	left: 5px;
	width: 200px;
	height: 16px;
	border-bottom: 0px solid #cccccc;
	text-align: left;
	color:gray;
	font-size: 11px;
	padding: 2px 2px 2x 2px;
	background: none;
	z-index: 4;
} 

div#contatore {position: relative; text-align: left; padding-left: 0px}


div#zoom{margin:0 0 2em 0}
div#zoom h3{margin:0 0 0 10px;color: #ccc}
div#zoom img{display:none}
div#minipics ul{list-style-type: none;margin: 0;padding: 0}
div#minipics li{float:left;margin:0 5px 5px 5px}
div#minipics img{border:1px solid #ccc}

/*link*/

A:link {COLOR: red; BACKGROUND-COLOR: none; TEXT-DECORATION: none
}
A:visited {
	COLOR: #ff9900; BACKGROUND-COLOR: none; TEXT-DECORATION: none}
	
A:hover {
	COLOR: #3399ff; BACKGROUND-COLOR: none
}
A:active {
	COLOR: red; BACKGROUND-COLOR: #cccccc; TEXT-DECORATION: none
}