/* CSS Document */

html,body{margin: 0;padding:0;    
			text-align: center;   /*centra in IE 5.x */
		}
body{
	font-family: arial,sans-serif;
	font-size: 76%;
	background-color:#6C6B72;
	background-image: url(img/body.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
  
div#container{
	width:750px;
	height:556px;
	background-image: url(img/container.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin:38px auto;		/*centra negli altri browsers*/
	padding:0px;
	text-align: center;   /*ripristina l' allineamento*/

}

#logo{
	top:16px;
	left:12px;
	position:relative;
	float:left;}

div#menu{
	text-align:right;
	top:-481px;
	position:relative;
	padding-right:15px;
}

#sottomenu{ width:520px;
	position:relative;
	padding-right:15px;
	top:-500px;
	text-align:right;
	float:right;
}

#contatti{width:520px;
position:relative;
padding-right:15px;
	top:-513px;
	text-align:right;
	float:right;}
	
#animazione{  width:100%;
text-align:center;
	position:relative;
	top:-185px;
	clear:both;
}
	
div#testo{
	width:606px;
	height:220px;
	text-align:justify;
	position:relative;
	top:252px;
	left: 72px;
	clear:both;
}

div#footer{
	text-align:left;
	position:relative;
	bottom:90px;
	clear:both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B50007;
	padding-left:30px;
}
#footer a{	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B50007;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B50007;
}

.rosso{ color: #B50007;}

/* fooooooooooooont*/
h1{	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6C6B72;
	text-align:right;
	font-weight:bold;
}
.testo{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #5B5A61;
	text-align:justify;
}
.testo a{font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6C6B72;
	font-weight: bold;
	text-decoration:underline;}
.bold{
	font-weight: bold;
}
.centrato{
	text-align:center;
}
.contatto{font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B50007;
	font-weight: bold;
	text-align:right;}
.contatto a{font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #B50007;
	font-weight: bold;
	text-align:right;}
.activelink{
	color: #333333;
}
.titolo{color:#B50007;
font-weight:bold;
	text-align:right;
	margin-top:-3px;
	margin-bottom:-5px;}
/* *********************************************************************menu*********** */
ul.menu{
	list-style-type: none;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50007;
	font-size: 12px;
	text-decoration: none;
}
ul.menu li{
	display: inline;
}
ul.menu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50007;
	font-size: 12px;
	text-decoration: none;
	}
	
ul.menu a:hover{
	text-decoration: none;
	color: #333333;}

ul.menu li#activelink{
	text-decoration: none;
	color: #333333; 
}

/* ********************************sottosottomenu ************************************ */
ul.sottomenu{
	list-style-type: none;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50007;
	font-size: 12px;
	text-decoration: none;
}
ul.sottomenu li{
	display: inline;
}
ul.sottomenu a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	}
	
ul.sottomenu a:hover{
	text-decoration: none;
	color: #B50007;}

ul.sottomenu li#activelink{
	text-decoration: underline;
	color: #B50007; 
}

/* **************************************lista appartamenti *************************** */
ul.appartamenti{
margin-left:200px;
	list-style-type: circle;
		font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50007;
	font-size: 12px;
	text-decoration: none;
}
ul.appartamenti li{}
ul.appartamenti a{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #B50007;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	}
	
ul.appartamenti a:hover{
	text-decoration: none;
	color: #333333;}

ul.appartamenti li#activelink{
	text-decoration: none;
	color: #333333; 
}



.tasto{ border:0;}

