/* CSS Document */
body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#020101;
	font-size:12px
}

#contenitore {
		width:950px;
		margin:auto;
}

#testata {
		background: url(testata.jpg) no-repeat 0 0;
		height:75px;
		padding:75px 20px 0 0;
		position:relative;
}

#logo a{
	background:url(logo.jpg) no-repeat 0 0;
	width:244px;
	height:56px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}

#testata ul{
	padding:0;
	margin:0;
	list-style-type:none;
	float:left;
	position:absolute;
	right:20px;
}

#testata li{
	float:left;
	padding:0 5px 0 5px;
}

#testata li a{
	color:#FF9933;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

#testata li a:hover{
	border-bottom:2px solid #FF6600;
}

#lingue ul{
	padding:0;
	margin:50px 0 0 0;
	float:left;
	right:20px;
}

#lingue li{
	float:left;
	padding:0 5px 0 5px;
	text-indent:-9999px;
	overflow:hidden;
}

#lingue li a.ita{
	width:18px;
	height:12px;
	display:block;
	background:url(ita.jpg) no-repeat 0 0;
}

#lingue li a.esp{
	width:18px;
	height:12px;
	display:block;
	background:url(es.jpg) no-repeat 0 0;
}

#lingue li a.fra{
	width:18px;
	height:12px;
	display:block;
	background:url(fra.jpg) no-repeat 0 0;
}

#lingue li a.eng{
	width:18px;
	height:12px;
	display:block;
	background:url(eur.jpg) no-repeat 0 0;
}

#lingue li a.ted{
	width:18px;
	height:12px;
	display:block;
	background:url(de.jpg) no-repeat 0 0;
}

#lingue li a{
	color:#FF9933;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}


#striscia {
	background:url(two.jpg) no-repeat 0 0;
	height:180px;
	display:block;
}

#contenuto{
	background:url(trama.jpg) repeat-y 0 0;
	width:950px;
	float:left;
}

#galleria{
	margin:0 50px 0 90px;
}

#ristorante {
	width:780px;
	float:left;
}

#ristorante img {
	float:left;
}

#ristorante ul, #ristorante li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#ristorante li{
	float:left;
	margin: 20px;
}

#ristorante h1{
	color:#CC9966;
	font-size:20px;
	border-bottom:#431b02 1px solid;
}

#camere {
	width:780px;
	float:left;
}

#camere img {
	float:left;
}

#camere ul, #camere li{
	list-style-type:none;
	margin:0;
	padding:0;
}

#camere li{
	float:left;
	margin: 20px;
}

#camere h1{
	color:#CC9966;
	font-size:20px;
	border-bottom:#431b02 1px solid;
}

#footer {
	background:url(footer.jpg) no-repeat 0 0;
	float:left;
	height:30px;
	display:block;
	clear:both;
	width:950px;
}

#footer p{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
	color:#CC6600;
}

