@charset "utf-8";
body  {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/2009_bg_header.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	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: #7e7e7e;
}
a {
	color: #1C6DA7;
	text-decoration: none;
}
a:hover {
	color: #26ADE0;
}
.thrColFixHdr #container { 
	width: 990px;  /* 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. */
} 
.thrColFixHdr #header { 
	 /* background: #DDDDDD; */
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #top {
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin: 0px 0;
	background-image: url(../img/2009_bkg_top.jpg);
}
.thrColFixHdr #top_dx {
	font-family:  "Trebuchet MS", Tahoma, Arial;
	color: #FFF;
	font-size:11px;
	float: right; 
	width: 222px;
	height: 111px;
	background-image: url(../img/2009_bg_top.jpg);

}
.thrColFixHdr #top_dx div{
	vertical-align: top;
	padding: 22px 22px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}
.thrColFixHdr #top_dx a{
	color: #FFF;
	text-decoration: none;

}
.thrColFixHdr #top_dx a:hover {
	color: #6F7312;

}
.thrColFixHdr #top_dx input {
	width: 145px;
	margin-top: 43px;
	border: 1px solid #959A17;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	color: #6F7312;
	font-size:10px;

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* 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 */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* 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 */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent { 
	margin: 0px 240px 0px 260px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #sidebar1_int {
	float: left; /* since this element is floated, a width must be given */
	width: 202px; /* 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 */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #sidebar2_int {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	/* background: #EBEBEB;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 36px;
}
.thrColFixHdr #mainContent_int { 
	margin: 36px 254px 0px 202px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 12px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContent_int h1{ 
	color: #307295;
	margin: 0px 0;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
}

	
.thrColFixHdr #loghiera { 
	width: 990px;  /* 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. */

	
} 
.thrColFixHdr #horizontal_slide {
	margin-left: 0px; 
	width: 768px;
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	margin-right: 70px; 
}
.thrColFixHdr #marginbottom {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
	width: 143px;
}
.thrColFixHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../img/2009_bg_footer.jpg);
	background-repeat: repeat-x;
} 
.thrColFixHdr #cont_footer {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 157px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 157px;
	background-image: url(../img/2009_footer.jpg);
	padding-top: 1px;
}
.txt_footer {
	color: #FDFEEA;
	font-family:  "Trebuchet MS", Tahoma, Arial;
	font-size:11px;
	text-align: left;
	margin-top: 34px;
	margin-left: 40px;
}
.txt_footer a{
	color: #739309;
	text-decoration: none;
}
.txt_footer a:hover{
	color: #fff;
}
.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;
}
.arancio_sx { 
	margin-left: 35px;
margin-top: 32px;
}
.arancio_sx_int { 
	margin-top: 35px;
	margin-left: 22px;

}
.bottone_in_primo_piano_hp { 
	margin-right: 50px;

}
.blu_sx { 
	margin-left: 35px;

}

.blu_sx_int { 

	margin-left: 22px;

}


.center_it { 
	background-image: url(../img/2009_in_primo_piano_it.jpg);
	width: 484px;
	height: 262px;
	color: #FFFFFF;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.center_it p{ 
	width: 420px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0;

}
.center_it h1{ 
	font-size: 24px;
	padding: 8px 0px 10px 0px;
	margin: 0px 0;

}
.center_it h2{ 
	font-size: 18px;
	padding: 5px 0px 2px 0px;
	margin: 0px 0;
	color: #676A03;

}
.center_en { 
	background-image: url(../img/2009_in_primo_piano_en.jpg);
	width: 484px;
	height: 262px;
	color: #FFFFFF;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.center_en p{ 
	width: 420px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0;

}
.center_en h1{ 
	font-size: 24px;
	padding: 8px 0px 10px 0px;
	margin: 0px 0;

}
.center_en h2{ 
	font-size: 18px;
	padding: 5px 0px 2px 0px;
	margin: 0px 0;
	color: #676A03;

}
.center_fr { 
	background-image: url(../img/2009_in_primo_piano_fr.jpg);
	width: 484px;
	height: 262px;
	color: #FFFFFF;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.center_fr p{ 
	width: 420px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0;

}
.center_fr h1{ 
	font-size: 24px;
	padding: 8px 0px 10px 0px;
	margin: 0px 0;

}
.center_fr h2{ 
	font-size: 18px;
	padding: 5px 0px 2px 0px;
	margin: 0px 0;
	color: #676A03;

}
.center_de { 
	background-image: url(../img/2009_in_primo_piano_de.jpg);
	width: 484px;
	height: 262px;
	color: #FFFFFF;
	padding-left: 45px;
	background-repeat: no-repeat;
}
.center_de p{ 
	width: 420px;
	padding: 2px 0px 2px 0px;
	margin: 0px 0;

}
.center_de h1{ 
	font-size: 24px;
	padding: 8px 0px 10px 0px;
	margin: 0px 0;

}
.center_de h2{ 
	font-size: 18px;
	padding: 5px 0px 2px 0px;
	margin: 0px 0;
	color: #676A03;

}
.container_pacchetti { 
	width: 230px;
}
.container_pacchetti_dx { 
	width: 230px;
	float: right;
}
.pacchetti_int_it { 
	background-image: url(../img/2009_bkg_pacchetti_int_it.jpg);
	background-repeat: no-repeat;
	background-color: #828703;
	width: 504px;
	margin: 0px;
	min-height: 387px;
	color: #FFFFFF;
	padding: 0px;

}
.pacchetti_int_it h2{ 
	padding: 0px 0px 15px 0px;
	margin: 0px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.pacchetti_int_en { 
	background-image: url(../img/2009_bkg_pacchetti_int_en.jpg);
	background-repeat: no-repeat;
	background-color: #828703;
	width: 504px;
	margin: 0px;
	min-height: 387px;
	color: #FFFFFF;
	padding: 0px;

}
.pacchetti_int_en h2{ 
	padding: 0px 0px 15px 0px;
	margin: 0px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.pacchetti_int_fr { 
	background-image: url(../img/2009_bkg_pacchetti_int_fr.jpg);
	background-repeat: no-repeat;
	background-color: #828703;
	width: 504px;
	margin: 0px;
	min-height: 387px;
	color: #FFFFFF;
	padding: 0px;

}
.pacchetti_int_fr h2{ 
	padding: 0px 0px 15px 0px;
	margin: 0px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.pacchetti_int_de { 
	background-image: url(../img/2009_bkg_pacchetti_int_de.jpg);
	background-repeat: no-repeat;
	background-color: #828703;
	width: 504px;
	margin: 0px;
	min-height: 387px;
	color: #FFFFFF;
	padding: 0px;

}
.pacchetti_int_de h2{ 
	padding: 0px 0px 15px 0px;
	margin: 0px 0;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.pacchetti_int_bis { 

	padding: 20px 0px 0px 20px;


}

.tit_pacchetti { 
	font-weight: bold;
	color: #545704;
}
.img_pacchetti { 
	margin-top: 8px;
	margin-right: 12px;
}
.footer_pacchetti { 
	width: 504px;
	background-image: url(../img/2009_footer_pacchetti_int.jpg);
	height: 10px;
	margin:0px;
	background-repeat: no-repeat;
	
}
.stagionale{ 
	margin-top: 12px;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	line-height: 20px;

}
h1 {
    font-size: 22px;



}
h2 {
    font-size: 18px;


}
h3 {
    font-size: 16px;


}
#focus {
	border: 0px dashed #004080;
	/*background-color: #F6F6F7;*/
	width: 220px;
	height:100px;
	float: left;
	margin: 3px 10px 10px 3px;
	text-align: left;
}

#focus img {
	width: 64px;
	height: 64px;
	border: 3px solid #FFFFFF;
	margin: 3px;
}

.focus_titolo {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	color: #545704;
}

.focus_titolo a {
	text-decoration: none;
	color: #545704;
}
.focus_titolo a:hover {
	text-decoration: none;
	color: #fff;
}
.focus_titolo_elenco {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 150%;
	color: #545704;
}

.focus_titolo_elenco a {
	text-decoration: none;
	color: #545704;
}
.focus_titolo_elenco a:hover {
	text-decoration: none;
	color: #BEC416;
}
.box_contenuti {
	background-image: url(../img/2009_bkg_blu1.gif);
	background-repeat: no-repeat;
	background-color: #509BB8;
	width: 217px;
	margin: 0px 0px 0px 15px;
	min-height: 119px;
	color: #FFFFFF;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
}
.padding_box_contenuti {
	padding: 12px 0px 0px 12px;
}
.box_contenuti h1{ 
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
	margin: 0px 0;
}
.box_contenuti a{ 
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	
}
.box_contenuti a:hover{ 
	color: #73D4F9;
	
}
.freccia{ 
	margin-right: 5px;
	
}
.margin15 {
	margin: 0px 0px 0px 15px;
}
.margin15e20 {
	margin: 0px 0px 20px 15px;
}
.box_pacchetti {
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	background-image: url(../img/2009_bkg_blu2.gif);
	background-repeat: no-repeat;
	background-color: #256898;
	width: 217px;
	margin: 0px 0px 0px 15px;
	min-height: 680px;
	color: #FFFFFF;
	padding: 0px;	

}
.box_pacchetti h1{ 
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin: 0px 0;
}
.pacchetto {
	/*background-color: #F6F6F7;*/
	width: 193px;
	min-height: 70px;
	text-align: left;
	margin-top: 15px;
		font-size: 11px;
}
.pacchetto a{
	font-weight: bold;
	color: #73D4F9;
	text-decoration: none;
			font-size: 11px;
}
.pacchetto a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;
			font-size: 11px;
}

.pacchetto img {
	border: 3px solid #FFFFFF;
	margin: 0px 5px 0px 0px;
}
.guarda {
	margin: 20px 10px 0px 0px;
	text-align: right;
}
.guarda a{
	text-decoration: none;
	color: #73D4F9;
}
.guarda a:hover{
	text-decoration: none;
	color: #fff;
}
.box_scheda{
	background-color: #fff;
	width: 232px;
	margin: 0px 12px 0px 3px;
	min-height: 133px;
	color: #FFFFFF;
	padding: 0px;
	float: left;
}
.padding_scheda_contenuti {
	padding: 8px 0px 0px 8px;
	background-image: url(../img/2009_bkg_box_scheda.gif);
	background-repeat: no-repeat;
	background-color: #828703;
}
.box_scheda_tit{ 
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0;
	color: #FFFFFF;
}
.float_left {
	float: left;
}
.link_in_primo_piano {
    	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	font-size: 18px;
		padding: 5px 0px 2px 0px;
	margin: 0px 0;
	color: #676A03;
	text-decoration:none;
}
.link_in_primo_piano:hover{

	color: #fff;
}
.paragrafo_in_primo_piano {
    
	min-height: 75px;


}
.paragrafo_in_primo_piano p{
    
margin-bottom: 12px;

	

}
.paragrafo_in_primo_piano img{
	border: 3px solid #FFFFFF;
	margin-right: 5px;

}

.box_approfondimenti {
	background-image: url(../img/2009_bkg_box_scheda_tmp.jpg);
	background-repeat: no-repeat;
	background-color: #828703;
	width: 504px;
	margin: 0px 0px 0px 0px;
	min-height: 119px;
	color: #FFFFFF;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	float:left;
}
.padding_box_approfondimenti {
	padding: 12px 0px 0px 12px;
}
.box_approfondimenti h1{ 
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
	margin: 0px 0;
}
.box_approfondimenti a{ 
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	
}
.box_approfondimenti a:hover{ 
	color: #545704;
	
}
.margin15_approfondimenti {
	margin: 0px 0px 0px 0px;
	float:left;
}

/* mootools */

.toggler {
	color: #4C4C4C;
	text-decoration: underline;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 13px;
	font-weight: normal;
	font-family:  "Trebuchet MS", Tahoma, Arial;
	text-align: left;
}


.element {

}

.element p {
	margin: 0;
	padding: 4px;
	text-align: left;
}

.element ul {
	text-align: left;
	margin-left: 20px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}

/* mootools tips */



.tool-tip {
	color: #fff;
	width: 350px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 12px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
	text-align: left;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
