@charset "utf-8";
body  {
	font: 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
}

h3 {
color: #6b94d8;
font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}

.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
}

.twoColFixLtHdr #logo {
width: 245px;
height: 116px;
float:left;
margin: 0px 0px 15px 0px;
}

.twoColFixLtHdr #menu {
width: 245px;
height: 231px;
float:left;
margin: 0px 0px 15px 0px;
}


.twoColFixLtHdr #mainContent { 
	margin: 15px 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	zoom: 1;
} 

.flash {
width: 690px;
float:left;
}

.flash_descrizione {
background-image:url(img/bg_testo_flash.gif);
background-repeat:no-repeat;
width: 670px;
height: 57px;
padding: 10px 10px 10px 10px;
margin-bottom: 10px;
float:left;
}

.orari {
float:left;
width: 400px;
margin: 10px 0px 0px 0px;
}

.orari_desc {
padding: 7px 0px 0px 80px;
font-weight:bold;
}

.twoColFixLtHdr #fascia_box {
	padding: 0px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

.twoColFixLtHdr #fascia_box_int {
	padding: 15px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

.box1 {
height: 185px;
width: 245px;
float:left;
margin-right: 15px;
}

.box1_interno {
width: 245px;
float:left;
}

.box1_descrizione {
width: 235px;
padding: 5px 5px 5px 5px;
float:left;
}

.box2 {
height: 185px;
width: 337px;
float:left;
margin-right: 15px;
}

.box2_interno {
width: 337px;
float:left;
}

.box2_descrizione {
width: 327px;
padding: 5px 5px 5px 5px;
float:left;
}

.box3 {
height: 185px;
width: 337px;
float:right;
}



.twoColFixLtHdr #footer {
font-size:11px;
float:left;
width: 950px;
	border-top: solid 1px #b7b7b7;
	padding: 15px 0px 15px 0px;
} 
.footer_sx {
text-align:left;
float:left;
width: 350px;
}

.footer_dx {
text-align:right;
float:right;
width: 350px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.link_rosso {
	font-weight:bold;
	color:#d01325;
	text-decoration: none;
	}
A.link_rosso:HOVER {
	font-weight: bold;
	color: #a51321;
	text-decoration: none;
	}
	
.link_azzurro {
	font-weight:bold;
	color:#47679c;
	text-decoration: none;
	}
A.link_azzurro:HOVER {
	font-weight: bold;
	color: #6c95da;
	text-decoration: none;
	}
	
.link_rosso11 {
font-size:11px;
	font-weight:bold;
	color:#d01325;
	text-decoration: none;
	}
A.link_rosso11:HOVER {
font-size:11px;
	font-weight: bold;
	color: #a51321;
	text-decoration: none;
	}
	
.tahoma11rosso {
color:#d01325;
font-weight:bold;
font-size:11px;
}

.tahoma11azzurro {
color:#6b94d8;
font-weight:bold;
font-size:12px;
}

.contenuto_interno {
width: 444px;
float:left;
}

.locandina {
float:left;
width: 230px;
margin: 0px 15px 15px 0px;
}

.zoom {
text-align:center;
width: 230px;
margin: 15px 0px 0px 0px;
}

.barretta {
width: 445px;
float:left;
margin-bottom: 15px;
}

.prenotazioni {
float:left;
height: 15px;
width: 690px;
text-align:right;
}

.riga_caratt {
width: 444px;
float:left;
margin: 0px 0px 10px 0px;
}

.riga_caratt img {
float:left;
margin: 0px 10px 0px 0px;
}

.riga_caratt_int {
padding: 7px 0px 0px 0px;
}

.riga_right_trama { 
	margin: 0px 0 0 80px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.riga_right_cast { 
	margin: 0px 0 0 67px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.separatore_orizzontale_mid {
	float:left;
	width: 690px;
	height: 10px;
	background-image:url(img/separatore_orizzontale.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	}
