@charset "UTF-8";
/* CSS Document */

body { 
 	background-color:#ffffff;
	margin:0px auto; 
	background-image:url("../images/bg.jpg"); 
	background-repeat:repeat-x; 
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}


#container{ 
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	left:50%;
	margin-top:20px;
	margin-left: -400px;
	width:800px;
	height:650px;

}


#contenuto-home{
	background:url("../images/sfondo.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}


#contenuto-accordation{
	background:url("../images/sfondo-accomodation.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}


#contenuto-prices{
	background:url("../images/sfondo-prices.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}

#contenuto-contacts{
	background:url("../images/sfondo-contacts.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}

#contenuto-the-estate{
	background:url("../images/sfondo-the-estate.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}

#contenuto-the-villa{
	background:url("../images/sfondo-the-villa.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}

#contenuto-the-dependence{
	background:url("../images/sfondo-the-dependence.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}
#contenuto-the-veranda{
	background:url("../images/sfondo-the-veranda.jpg");
	background-repeat:no-repeat;
	width:800px;
	height:650px;
}

#contenuto-sx{
	width:325px;
	height:520px;
	padding-left:20px;
	padding-top:90px;
	float:left;
}

#testo{
	width:300px;
	height:479px;
}
#testo p{
	font-family:Verdana, Arial;
	font-size:12px;
	line-height:14px;
	color:#000000;
}

#testo a:link{
	color:#000;
	text-decoration:none;
}

#testo a:visited{
	color:#000;
	text-decoration:none;
}

#testo a:hover{
	color:#000;
	text-decoration:underline;
}



h1{
	color:#fff;
	font-size:14px;
	font-family:Verdana, Arial;
}

h2{
	color:#484d0a;
	font-size:12px;
	font-family:Verdana, Arial;
	padding-top:20px;
}

#contenuto-centrale{
	width:265px;
	height:60px;
	padding-top:550px;
	float:left;
}

#contenuto-dx{
	width:160px;
	height:355px;
	padding-left:30px;
	padding-top:255px;
	float:left;
}


#titolo-menu{
	color:#fff;
	font-size:14px;
	font-family:Verdana, Arial;
}

#menu{
	color:#000;
	font-size:14px;
	font-family:Verdana, Arial;
	line-height:24px;
}

#menu a:link{
	color:#000;
	text-decoration:none;
}

#menu a:visited{
	color:#000;
	text-decoration:none;
}

#menu a:hover{
	color:#000;
	text-decoration:underline;
}


#footer{
	width:800px;
	height:20px;
	padding-top:5px;
}

#footer-sx{
	width:480px;
	font-size:14px;
	padding-left:20px;
	font-family:Verdana, Arial;
	float:left;
}

#footer-sx a:link{
	color:#555555;
	text-decoration:none;
}

#footer-sx a:visited{
	color:#555555;
	text-decoration:none;
}

#footer-sx a:hover{
	color:#404040;
	text-decoration:underline;
}

#footer-dx{
	width:280px;
	color:#404040;
	text-align:right;
	padding-right:20px;
	font-size:12px;
	font-family:Verdana, Arial;
	float:left;
}





/*---------------------------------FORM----------------------------------*/



#form{
	width:295px;
	font-size:12px;
}


.casellina{
	width:295px;
	height:30px;
}


.nome-casella{
	font-size:12px;
	width:160px;
	height:20px;
	font-family:Verdana, Arial;
	color:#404040;
	float:left;
}

.testo-casella{
	width:130px;
	float:left;
}

#casellina-big1{
	width:295px;
	height:65px;
}

#casellina-big2{
	width:295px;
	height:20px;
}

#casellina-big3{
	width:295px;
	height:50px;
}

















