body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration:none;
	color:#666666;
}
h1 {
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
	font-size:33px;
	font-weight:normal;
	color:#D9D9D9;
}
h1 .titscheda {
	color:#CD003A;
	font-size:28px;
}
h1 .titsmall {
	font-size:16px;
	font-weight:bold;
	color:#CECECE;
	padding-top:10px;
}
h2 {
	padding:0;
	margin:0;
	color:#CD003A;
	font-weight:bold;
	font-size:12px;
}
input.normale {
	width:150px;
}
input.editor, select.editor {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:500px;
}
input.editorsmall {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:50px;
}
input.mezzo {
	width:80px;
}
input.doppio, .doppio {
	width:374px;
}
#main {
	width:960px;
	text-align:left;
}
#header {
	background-color:#666666;
	height:30px;
	padding-top:10px;
	padding-left:100px;
	padding-right:80px;
}
#header, #header a, #menu, #menu a, #menu_en, #menu_en a {
	color:#FFFFFF;
}
#middle {
	background-color:#666666;
	background-image:url(images/sfondo.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	min-height:1000px;
}
#footer {
	padding-top:10px;
	text-align:center;
	padding-right:0px;
}
#footer, #footer a {
	color:#B2B2B2;
	font-size:10px;
}
#footer2 {
	padding-top:10px;
	text-align:center;
	padding-right:40px;
	padding-left:40px;
	padding-bottom:50px;
}
#footer2, #footer2 a {
	color:#FFFFFF;
	font-size:10px;
}
#menu_en {
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:center top;
/*	width:960px;*/
	width:865px;
	line-height:40px;
	text-align:center;
}
#menu {
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:center top;
/*	width:960px;*/
	width:843px;
	line-height:40px;
	text-align:center;
}
#drop_down_menu_div {
	text-align:center;
	height:40px;
}
#drop_down_menu_div ul {
	text-align:center;
	padding:0px;
	list-style-type:none;
	height:40px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	line-height:40px;
}
#drop_down_menu_div ul li {
	display:inline;
	position:relative;
	text-align:center;
	float:left;
	cursor:pointer;
}
#drop_down_menu_div ul li a {
	display: block;
}
#drop_down_menu_div ul li a:hover {
	color:#000000;
}
* html #drop_down_menu_div ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#drop_down_menu_div ul li ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	line-height:20px;
}
#drop_down_menu_div ul li ul li {
	display: list-item;
	float: none;
	background-color:#CD003A;
	text-align:left;
}
#drop_down_menu_div ul li ul li a {
	width: 180px; /*width of sub menus*/
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid gray;
	padding-left:5px;
	color:#FFFFFF;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#jqueryslidemenu ul li ul li ul{
top: 0;
}
.menu1 {
	margin-left:10px;
	margin-right:10px;
}
.menu2 {
	margin-left:3px;
	margin-right:3px;
}
#banner {
	text-align:center;
	padding-top:7px;
	padding-bottom:8px;
}
#sottomenu {
	margin-left:4px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
	margin-right:0px;
	float:left;
	width:160px;
	text-align:left;
}
html>body #sottomenu {
	margin-left:8px; /* hack IE6 */
}
#sottomenu ul {
	list-style-type: none;
	padding-left:10px;
	padding-right:20px;
	margin-top:0px;
	margin-left:0px;
}
#sottomenu ul ul {
	padding-left:25px;
	padding-right:0px;
}
#sottomenu li {
	text-align:left;
	border-bottom-color:#B3B3B3;
	border-bottom-style:solid;
	border-bottom-width:1px;
	padding-top:5px;
	padding-bottom:5px;
}
#sottomenu ul ul li {
	border-bottom-style:none;
	padding-top:0px;
	padding-bottom:0px;
}
#sottomenu li a {
	font-size:12px;
	color:#CD003A;
}
#sottomenu li a:hover {
}
#sottomenu li a span {
	font-size: 11px;
	padding-left:5px;
	line-height:26px;
}
#sottomenu li div {
	font-size: 11px;
	padding-left:5px;
	line-height:26px;
	font-weight:bold;
	background-color:#FF5900;
}
#corpo {
	background-color:#FFFFFF;
	width:842px;
	text-align:left;
	font-size:11px;
}
#corpo_titolo {
	float:left;
	width:390px;
	text-align:left;
	margin-left:10px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
}
html>body #corpo_titolo {
	margin-left:20px; /* hack IE6 */
}
#corpo_left {
	float:left;
	width:490px;
}
#corpo_right {
	float:right;
	width:140px;
	padding-left:5px;
	padding-right:5px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
}
html>body #corpo_right {
	padding-right:10px; /* hack IE6 */
}
.sottocorpo_left {
	float:left;
	width:420px;
/*	border: thin solid #000000;*/
}
.sottocorpo_left_small {
	float:left;
	width:370px;
}
.sottocorpo_right {
	float:right;
	width:200px;
/*	border: thin solid #000000;*/
}
.sottocorpo_right_small {
	float:right;
	width:250px;
}
#corpo_intero {
	float:right;
	width:630px;
	padding-left:5px;
	padding-right:5px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
}
html>body #corpo_intero {
	padding-right:10px; /* hack IE6 */
}
#corpo_loghi {
	float:right;
	height:100px;
	text-align:right;
	margin-right:10px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
}
html>body #corpo_loghi {
	margin-right:20px; /* hack IE6 */
}
#corpo_corpo {
	width:655px;
	text-align:left;
	float:right;
	padding-right:5px; /* la dimensione reale è quella sotto, questo è per explorer 6 */
}
html>body #corpo_corpo {
	margin-right:10px; /* hack IE6 */
}
#reserved {
	float:left;
	display:block;
	padding:0px;
	margin:0px;
}
#reserved input {
	width:94px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-size:9px;
}
.sinistro {
	float:left;
	text-align:left;
}
.destro {
	float:right;
	text-align:right;
}
.clean {
	clear:both;
}
.sottotitolo {
	font-size:0.7em;
	margin-top:12px;
	margin-bottom:4px;
	letter-spacing: 0.2em;
}
.spazio {
	height:10px;
}
.menuform {
	width:130px;
	font-size:10px;
}
.menuform2 {
	width:110px;
	font-size:10px;
}
.immagineform {
	margin-top:4px;
}
.cerca {
	padding-left:10px;
}
.funzioni, .funzioni a {
	font-size:11px;
	color:#999999;
	text-align:right;
}
.more, .more a {
	font-size:10px;
	color:#999999;
	text-align:center;
}
.more2, .more2 a {
	font-size:10px;
	color:#999999;
	text-align:right;
}
.newbox {
	width:490px;
	height:228px;
	background-image:url(images/new.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.titolobox {
	color:#CD003A;
	font-size:13px;
	font-weight:bold;
}
.titolobox2 {
	color:#CD003A;
	font-size:12px;
	font-weight:bold;
}
.prezzobox {
	font-size:13px;
	font-weight:bold;
}
.testobox {
	font-size:12px;
	color:#808080;
}
.testobox2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.small {
	font-size:11px;
}
.big {
	font-size:15px;
}
.evidenzia {
	color:#CD003A;
	font-weight:bold;
}
.selezionato {
	color:#999999;
}
.sottolineato {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.bloccopiccolo {
	padding-top:5px;
	padding-left:5px;
}
.categoria {
	font-size:22px;
	line-height:22px;
	font-weight:normal;
	color:#D9D9D9;
}
.info {
	font-size:12px;
	line-height:20px;
}
.sfondocella {
	background-color:#E6E6E6;
}
.rect {
	background-image:url(images/rect.jpg);
	background-repeat:no-repeat;
	width:330px;
	height:49px;
	line-height:49px;
	padding-left:5px;
}
a.link {
	color:#000000;
	text-decoration:underline;
}

/* box piccolo */
.boxtop {
	background-image:url(images/box_r1_c1.gif);
	background-repeat:no-repeat;
	width:490px;
	height:12px;
}
.boxbottom {
	background-image:url(images/box_r4_c1.gif);
	background-repeat:no-repeat;
	width:490px;
	height:12px;
}
.boxbody {
	background-image:url(images/box_r2_c1.gif);
	background-repeat:repeat-y;
	width:490px;
	text-align:center;
}
.boxbodytxt {
	font-size:12px;
	width:450px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
/*	border: 1px solid #000000; */
}
.boxhometxt {
	font-size:12px;
	width:490px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
/*	border: 1px solid #000000; */
}
.boxbodytxt ul {
	padding-top:0px;
	padding-bottom:0px;
	padding-left:20px;
}

/* box grande */
.boxtop2 {
	background-image:url(images/box2_r1_c1.gif);
	background-repeat:no-repeat;
	width:632px;
	height:12px;
}
.boxbottom2 {
	background-image:url(images/box2_r4_c1.gif);
	background-repeat:no-repeat;
	width:632px;
	height:12px;
}
.boxbody2 {
	background-image:url(images/box2_r2_c1.gif);
	background-repeat:repeat-y;
	width:632px;
	text-align:center;
}
.boxbodytxt2 {
	width:592px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:justify;
/*	border: 1px solid #000000; */
}

/* menu tab */
.menutab {height:30px;width:590px;}
.menutab ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menutab li {display:inline; line-height:30px;}
.menutab .menutableft {background-image:url(images/menubianco_r1_c1.gif);background-repeat:no-repeat;width:11px;height:30px;float:left;}
.menutab .menutabright {background-image:url(images/menubianco_r1_c4.gif);background-repeat:no-repeat;width:11px;height:30px;float:left; margin-right:2px;}
.menutab .menutabbody {background-image:url(images/menubianco_r1_c2.gif);background-repeat:repeat-x;height:30px;float:left;padding-left:1px;padding-right:1px;}
.menutab li a {color:#666666; font-size:12px;}
.menutab li .inevidenza {color:#CD003A; font-weight:bold; text-decoration:underline}
.menutab li a.tabactive {color:#000000; position:relative; font-weight:bold;}

.menutabcompact {height:30px;width:590px;}
.menutabcompact ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menutabcompact li {display:inline; line-height:30px;}
.menutabcompact .menutableft {background-image:url(images/menubianco_r1_c1.gif);background-repeat:no-repeat;width:11px;height:30px;float:left;}
.menutabcompact .menutabright {background-image:url(images/menubianco_r1_c4.gif);background-repeat:no-repeat;width:11px;height:30px;float:left; margin-right:3px;}
.menutabcompact .menutabbody {background-image:url(images/menubianco_r1_c2.gif);background-repeat:repeat-x;height:30px;float:left;padding-left:0px;padding-right:0px;}
.menutabcompact li a {color:#666666; font-size:12px;}
.menutabcompact li .inevidenza {color:#CD003A; font-weight:bold; text-decoration:underline}
.menutabcompact li a.tabactive {color:#000000; position:relative; font-weight:bold;}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7 {
	/*border:1px solid #ececec;*/
	width:560px;
	text-align:justify;
	font-size:12px;
	margin-bottom:5px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
   
.calendarioblock {
	float:left;
	padding-right:10px;
	padding-bottom:10px;
}
.calendario {
	border-collapse: collapse;
	width: 190px;
	font-size: 9pt;
	font-family: Tahoma,Arial,Helvetica;
	color: #666666;
	border-collapse: collapse;
	font-weight:normal;
	background-color:#F0F0EA;
	border: 1px solid #FFFFFF;
}
.calheader {
	font-size: 8pt;
	border-top-width:1px;
	border-top-color:#666666;
	border-top-style:dashed;	
	color:#CC0000;
}
.callibero { color: Gray; width: 14%; border: 1px solid White; }
.caloccupato { border: 1px solid White; color: #FFFFFF; width: 14%; background-color:#CC0000; }
.calopzionato { border: 1px solid White; color: #000000; width: 14%; background-color:#FED801; }
.calnonlibero { border: 1px solid White; color: #000000; width: 5%; }
.calnonlibero a {color:#000000;}
