
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(ristorante-in-villa-treviso/sfondo.jpg);
	background-position:top;
	background-repeat:repeat-x;
	
}
#menu {
	width:1000px;
	list-style:none;
	height:26px;
	margin:0px;
	padding:0px;
	background-color:#600;
}
#menu li {
	width:125px;
	height:26px;
	line-height:26px;
	text-align:center;
	float:left;
}
#menu li a {
	color:#FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	text-decoration:none;
	display:block;
}
#menu li a:hover {
	background-color:#9e0505;
}

	
	
.table {
width:100%;
height:100%;
}
.table1 {
border:10px double #610000; 
margin-top:50px;
}
.table2 {
border:10px double #610000; 
margin-top:50px;
margin-bottom:50px;

}
.indirizzo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
margin:10px;
}

.testo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
line-height:25px;
color:#666666;
margin:10px;
}
#immagini {
	width:700px;
	height:300px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
#immagini a {
	float:left;
	width:700px;
	height:300px;
	top:0px;
	left:0px;
}

	
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width:100%;
			height:100%;
			min-height:100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.8;
			opacity:.80;
			filter: alpha(opacity=80);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 10%;
			width: 600px;
			height: 400px;
			padding: 16px;
			border: 10px solid #b31010;
			background-color: white;
			z-index:1002;
		}
