@charset "utf-8";
/* CSS Document */

body 
{
    margin-top: 5px;
    padding: 0;
    text-align: center;
    background-color: #333335;
    color: #646464;
    font-family:  'Tahoma', 'Verdana', 'Geneva', 'Helvetica', 'Sans-Serif' ;
    overflow: hidden;
    font-size: 13px;  
}
 
#centrato
{
    width: 780px;
    height: 545px;
    margin: auto;
    padding: 0px;
    margin-top: 0px; 
    text-align: left;
    color: #333;
    background-color:#fff;
	  border: 10px solid #990000;
}

#logo
{
    width: 780px;
    height: 150px;
    border-bottom: 2px solid #990000;
}


#corpo
{
    width: 780px;
    height: 380px;
  	background-color: #333;
}

#parte_menu
{
    width: 780px;
    height: 165px;
	background-color: #fff;
}

#col-menu
{
	float: left;
	width: 205px;
    height: 160px;
	font: Tahoma;
	font-size: 12px;
	border-right: 1px solid #000;
}

#col-bandiera
{
	float: left;
	width: 195px;
	font: Tahoma;
	font-size: 12px;
	padding-left: 10px;
}

#col-foto
{
	float: right;
    width: 560px;
    height: 160px;
	font: Tahoma;
	font-size: 15px;
	padding-left: -10px;
}

.menuNavigazione{
	width:200px;
	margin:0;
	padding: 0px 0;
	list-style:none;
	text-align:left;

}
.menuNavigazione li{
	position:relative;
	margin-left: 10px;
	line-height: 18px;
	color: #990000;
	background-color: #fff;
	font-weight: bold;
	border-bottom: 1px  dotted #333;
}


.menuNavigazione a{
	color: #333;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menuNavigazione a:link,
.menuNavigazione a:visited
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	text-decoration: none;	
}

.menuNavigazione a:hover
{
    color: #990000;
    background-color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

#parte_corpo
{
    width: 780px;
    height: 155px;
	background-color: #fff;
}

#col-prenotazione
{
	float: left;
	width: 205px;
  height: 150px;
	font: Tahoma;
	font-size: 12px;
	border-right: 1px solid #000;
	
}

#col-dettaglio
{
	float: right;
    width: 555px;
    height: 150px;
	font: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#col-dettaglio_0
{
	float: left;
    width: 260px;
    height: 150px;
	font: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#col-dettaglio_1
{
	float: right;
    width: 275px;
    height: 150px;
	font: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}

#prenotazione
{
  
  width: 780px;
  height: 58px;
	text-align: left;
	font-weight: normal;
	font-size: 9px;
	border-bottom: 1px #000 solid;
	border-top: 1px #000 solid;
	background-color: #fff;
}

#footer
{
  width: 770px;
  height: 15px;
  font-size: 10px;
	text-align: right;
	font-weight: normal;
	padding-right: 10px;
  color: #666667;
	background-color: #fff;
}

.titolo_pag {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
}

.testo
{
	font: Tahoma;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
}


.elenco{
	width:200px;
	margin:0;
	padding: 0px 0;
	list-style:none;
	text-align:left;

}
.elenco li{
	position:relative;
	margin-left: 5px;
	line-height: 15px;
	color: #990000;
	background-color: #fff;
	font-weight: bold;
	border-bottom: 1px  dotted #333;
}


.elenco a{
	color: #333;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.elenco a:link,
.elenco a:visited
.elenco a:hover,
.elenco a:focus,
.elenco a:active{
	text-decoration: none;	
}

.elenco a:hover
{
    color: #990000;
    background-color: #fff;
    text-transform: uppercase;
    font-style: normal;
}

.a{
	color: #333;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.a:link,
.a:visited
.a:hover,
.a:focus,
.a:active{
	text-decoration: none;	
}

.a:hover
{
    color: #990000;
    background-color: #fff;
    text-transform: uppercase;
    font-style: normal;
}
