@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #666666;
}
#container{
	width: 960px;
	margin:auto;
}
#booking {
	z-index:2;
	position: absolute;
	width: 958px;
	height:239px;
	margin-top: 209px;
}
.titolo {
	font-family: Tahoma;
	color: #ad023b;
	font-size: 16px;
}
.normal {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
		text-decoration:none;
}

.normal a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration:none;
}



.normal a:Hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
		text-decoration:none;
}
.bianco {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 14px;
}
.Stile5 {
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
	color: #AD023B;
}


.blocco_booking {
	width:233px; 
	height:239px;
	background-image:url(../images/booking/booking_bg.jpg);
	background-repeat:no-repeat;
	
}