﻿body {
	margin:0 auto;
	background-color:#993333;
	background-image:url('../image/bg.jpg');
	background-repeat:repeat-x
}

.Container {
	width:1000px;
	margin:0 auto;
	border-collapse:collapse;
	background-color:#993333;
	border-left:1px #C65353 solid; 
	border-right:1px #C65353 solid; 
	
}

.CellaSeparatore {
	height:15px;
}

.Testo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:maroon;
	line-height:30px;
}

.TestoPic {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}

.Titolo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:maroon;
	font-weight:bold
}

.Chiusura {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-style:italic;
	font-weight:bold;
	line-height:20px
}

.Rotondo {
	border-radius: 22px;
	border:3px #610618 solid;
}

a:link.Mail, a:visited.Mail {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-style:italic;
	font-weight:bold;
	text-decoration:none
}

a:hover.Mail, a:active.Mail {
	color:#FFD351;
}

.Hotel {
	width:198px;
	height:124px;
	display:block;
}

a:link.Hotel, a:visited.Hotel {
	background-image:url('../image/img_hotel.jpg');
	background-repeat:no-repeat;
}

a:hover.Hotel, a:active.Hotel {
	background-image:url('../image/img_hotel_hover.jpg');
	background-repeat:no-repeat;
}

.Gallery {
	width:198px;
	height:124px;
	display:block;
}

a:link.Gallery, a:visited.Gallery {
	background-image:url('../image/img_gallery.jpg');
	background-repeat:no-repeat;
}

a:hover.Gallery, a:active.Gallery {
	background-image:url('../image/img_gallery_hover.jpg');
	background-repeat:no-repeat;
}

.Ristorante {
	width:198px;
	height:124px;
	display:block;
}

a:link.Ristorante, a:visited.Ristorante {
	background-image:url('../image/img_ristorante.jpg');
	background-repeat:no-repeat;
}

a:hover.Ristorante, a:active.Ristorante {
	background-image:url('../image/img_ristorante_hover.jpg');
	background-repeat:no-repeat;
}

.RistoranteEn {
	width:198px;
	height:124px;
	display:block;
}

a:link.RistoranteEn, a:visited.RistoranteEn {
	background-image:url('../image/img_ristorante-en.jpg');
	background-repeat:no-repeat;
}

a:hover.RistoranteEn, a:active.RistoranteEn {
	background-image:url('../image/img_ristorante-en_hover.jpg');
	background-repeat:no-repeat;
}


.Prezzi {
	font-family:Verdana, Geneva, Tahoma, sans-serif;
	font-size:12px;
	border-bottom:1px #993333 solid;
}

.Prezzi:hover {
	background-color:#993333;
	color:white;
}

.Bandierine {
	display:inline;
	width:80px;
	display:inline-block;
	height:30px;
	position:absolute
	

}


