html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6
{
	margin: 0; padding: 0; border: 0;
}

body 
{
 	background: url("../img/quadrobc.jpg");
	bgcolor: #006699;
	color: #FFFFcc;
	font-family: Verdana;
	font-size:small;
}

.contenuti
{
	font-family: verdana, arial rounded;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	margin-left: 5px;
	color: #FFFFcc;
}

.sfondo1
{
	background: url("../img/fioriblu.jpg");
}


.bordo
{
	font-family: Verdana;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
	vertical-align:middle;
	border: solid 1px Gray;
}

.titolo
{
	font-family: verdana, lucida handwriting;
	font-size: 12px;
	text-align:center;
	vertical-align:middle;
	border: solid 1px Gray;
}
	
#nav 
{
	width: 730px;
	height: 160px;
	position: relative;
	background: url("../img/menu.jpg");
}
#nav li 
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	position: absolute; 
	top: -1px;
}

#nav li, #nav a 
{
	height: 160px;
	display: block;
	border: no;
}
#home       { left: 0px; width: 105px; }
#ristorante { left: 105px; width: 104px; }
#servizi  { left: 209px; width: 104px; }
#camere  { left: 313px; width: 104px; }
#raggiungerci    { left: 417px; width: 104px; }
#links      { left: 521px; width: 104px; }
#contattaci      { left: 625px; width: 105px; }

#home a:hover         {	background:  url("../img/menu.jpg")    0px -164px no-repeat; }
#ristorante a:hover   {	background:  url("../img/menu.jpg") -105px -164px no-repeat; }
#servizi a:hover    { background:  url("../img/menu.jpg") -209px -164px no-repeat; }
#camere a:hover    { background:  url("../img/menu.jpg") -313px -164px no-repeat; }
#raggiungerci a:hover      { background:  url("../img/menu.jpg") -417px -164px no-repeat; }
#links a:hover        { background:  url("../img/menu.jpg") -521px -164px no-repeat; }
#contattaci a:hover        { background:  url("../img/menu.jpg") -625px -164px no-repeat; }

a, a:visited 
{
	color: #ffffcc;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #000;
}
