body{
	background:url('../img/body_bg.png') repeat-x #496992;
	background-attachment:fixed;
	background-position:bottom;
	font-family:Verdana, helvetica, sans-serif;
	color:#990000;
	/*background:url('../img/body_bg.png') repeat-x #3f7ab1;*/
}
a img{
	border:0px;
}
.wrapper{
	/*border:7px solid #909090;*/
	width:980px;
	min-height:900px;
	display:block;
	background:#eee6b5;
	filter: alpha (opacity=90);
	opacity:0.9;
	padding:0px;
	border:0px;
}
.maintable{
	float:left;
	width:978px;
	margin-left:1px;
	background:transparent;
}
.maintable th{
	height:200px;
}
.maintable td{
}
.logo{
	width:250px;
	height:60px;
	background:url('../img/logo.png') no-repeat;
	position:absolute;
	top:0px;
	left:0px;
}
.menu{
	height:50px;
	width:100%;
}
.menu td{
	color:white;
	padding:5px;
	background:#990000;
}
.menu td a{
	color:white;
	font-weight:bold;
	
}
.lang{
	text-align:right;
	font-size:12px;
	color:#f0f0f0;
}
.content{
	padding-left:20px;
	padding-left:0px;
	text-align:justify;
	font-size:15px;
	 font-family:Verdana, helvetica, sans-serif;
	color:#303030;
}

.right_col{
	width:200px;
	text-align:center;
}
.booking{
	width:188px;
	border:2px solid white;
	background:#bdbd5e;
	text-align:left;
	color: black;
	padding:4px;
}
.title{
	width:192px;
	text-align:left;
	color:white;
	padding:4px;
	padding-right:0px;
	/*border:2px solid white;*/
	background:#808000;
}
.leftmenu{
	width:20px;
}

#imageContainer {
	height:200px;
	width:880px;
}  
#imageContainer img {
	position:absolute;
	display:none; 	
	height:200px;  	
	width:880px; 	
	opacity: -0.01;
}

.booking_table{
	width:100%;
	margin-top:30px;
}

.booking_table td{
	background-color:#990000;
}
.booking_table th{
	background-color:#990000;
	height:20px;
}

.submenu{
	float:left;
	margin-bottom:0px;
}

.submenu td{
	background:#990000;
	padding:10px;
	color:white;
	font-size:8px;
	width:170px;
}
.submenu td a{
  color:white;
	font-size:10px;
}

#popup{
	width:300px;
	height:300px;
	background:white;
	position:absolute;
	top:10px;
	right:20px;
	border:1px solid #909090;
	overflow:hidden;
}
#popup_close{
	background:#808000;
}
#popup_close a{
	color:white;
}

#gallery{
	overflow:hidden;
	height:120px;
	width:761px;
	margin-left:2px;
}
#gallery img{
	margin-left:25px;
}

#galleria_immagini{
	height:120px;
	width:10000px;
	text-align:left;
}


#anteprima{
	position:absolute;
	background-repeat:none;
	background-position:center;
	background:white;
	height:0px;
	visible:hidden;
	overflow:hidden;
	width:404px;
	top:20px;
	right:20px;
}
