/*gli stili del menu si trovano dentro ciclo-menu.css*/

html,
body {
	margin:0px;
	padding:0px;
	width:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
		}
a,
a:link {
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#333333;
}
a:visited{ 	text-decoration: none; }
*{ border:0;}


#title {
	position: absolute;
	top:30px;
	left: 20px;
	width: 800px;
	z-index:50;
	color: #000000;
	font-weight: bold;
	}
.subtitle-01{
	top:20px;
	left:200px;
	font-size: 16px;
	
	}
.subtitle-02{
	position: absolute;
	top:40px;
	left:0px;
	font-size: 13px;
	}

#urban-leaf, #urban-road, #urban-bikes{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	}
#urban-road{	z-index: 5 	}
#urban-bikes{	z-index: 6 	}



.left-link{
	position: absolute;
	left:3px;
	z-index:20;
	font-size: 14px;
	font-weight: bold;
	width:200px;}
	.txt-low{position: relative;	top:4px	}	

.top-link{
	position: absolute;
	top:16px;
	z-index:20;
	font-size: 14px;
	font-weight: bold;}
	.txt-up{position: absolute;	top:-17px	}	

	
#main /*non so se mi serve effettivamente*/{
position: absolute;
	top: 60px;
		}
#window01{
	position: absolute;
	top: 180px;
	left:180px;
	width: 400px;
	height:400px;
	z-index: 20;
	text-align: justify;
	}
.txt-win{
	Position : absolute;
	left:6px;
	top:6px;
	right:6px;
	font-weight: bold;
			}
.txt-win a{	color: #006600; }


.txt-title /*this is the ciclone title style*/{
	font-family: Stencil, "Courier New";
	font-size: 36px;
	letter-spacing: 5px;
			}

.fullsize{
	width:100%;
	height:100%;
	}
.BG-win/*this is for window with trans BG*/{
	Position : absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(../3.1images/00general/round400x300.gif);
	background-repeat: no-repeat;
	z-index:-1;
				}	

.trans01{
		filter:alpha(opacity=40);/*IE*/
	-moz-opacity:0.40;
	-khtml-opacity: 0.40;
	opacity: 0.40;/*mozilla*/
					}		
.trans02{
		filter:alpha(opacity=60);/*IE*/
	-moz-opacity:0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;/*mozilla*/
					}	
.trans03{
		filter:alpha(opacity=80);/*IE*/
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;/*mozilla*/
					}		

.txt-personal{
	font-style: italic;
	z-index: 23;
	line-height: 15px;
	font-size: 10px;
			}

.txt-strong{
	color: #666666;
	font-weight: bold;
	font-size: 14px;
			}
.txt-small{
	z-index: 21;
	font-size: 10px;
			}

			
			


/*QUESTI SONO I FORMATI PER LE ICONE NELLA PAGINA BICIS.HTML*/
.bicis{
	position: absolute;
	color: #666666;
	height: 75px;
	z-index:16;
	width:150px;
	overflow: hidden;
				}

 .bicis:hover, .bicis a:hover {
	position:absolute;
	overflow: visible;
	width: 420px;
	height: 90px;
	z-index:50;
	color:#006600;
		}




