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

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #cdd3a8;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
.box_chiusura {
	/*width: 780px;*/
	display: block;
	position: absolute;
	left: 50%;
	margin-left: 260px;
	top: 50px;
	background-image: none;
	z-index: 11;
}
.box_main {
	width: 780px;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -390px;
	top: 0px;
	background-image: url(images/bg_contenuti.gif);
	background-repeat: repeat-y;
	float: left;
}
.box_top {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93b0b2;
}
.box_lingue {
	height: 135px;
	width: 50px;
	display: block;
	position: absolute;
	z-index: 2;
	margin-top: 15px;
	margin-left: 15px;
}
.box_bollo {
	height: 24px;
	width: 12px;
	display: block;
	position: absolute;
	z-index: 2;
	margin-top: 410px;
	margin-left: 333px;
}
/* IMMAGINE */

.box_central_image {
	width: 780px;
	text-align: center;
}
/* MAIN MENU */
.box_mainmenu {
	height: 50px;
	width: 588px;
	float: left;
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}
.box_menu_top {
	text-align: center;
	padding-left: 15px;
	height: 40px;
	background-color: #FFF;
}
/**/
.but_verde {
	width: 145px;
	background-image: url(images/button_verde.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 3px;
	clear: right;
	float: left;
	font-size: 11px;
}
a.but_verde:link {
	width: 145px;
	background-image: url(images/button_verde.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_verde:visited {
	width: 145px;
	background-image: url(images/button_verde.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_verde:hover {
	width: 145px;
	background-image: url(images/button_rosa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_verde:active {
	width: 145px;
	background-image: url(images/button_rosa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
.but_rosa {
	width: 145px;
	background-image: url(images/button_rosa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-left: 3px;
	clear: right;
	float: left;
	font-size: 11px;
}
a.but_rosa:link {
	width: 145px;
	background-image: url(images/button_rosa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_rosa:visited {
	width: 145px;
	background-image: url(images/button_rosa.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_rosa:hover {
	width: 145px;
	background-image: url(images/button_verde.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
a.but_rosa:active {
	width: 145px;
	background-image: url(images/button_verde.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
	display: block;
	color: #000;
	margin-left: 3px;
}
/* -------------------------------------------------*/
.box_mainmenu_menu {
	width: 460px;
	text-align: center;
	padding-top: 8px;
	float: left;
}
.box_mainmenu_menu a:link {
	color: #FFF;
	text-decoration: none;
}
.box_mainmenu_menu a:visited {
	color: #FFF;
	text-decoration: none;
}
.box_mainmenu_menu a:hover {
	color: #FFF;
	text-decoration: underline;
}
.box_mainmenu_menu a:active {
	color: #FFF;
	text-decoration: none;
}
/* cerca */
.box_mainmenu_cerca {
	width: 60px;
	text-align: center;
	padding-top: 8px;
	float: left;
}
.box_mainmenu_cerca a:link {
	color: #FFF;
	text-decoration: none;
}
.box_mainmenu_cerca a:visited {
	color: #FFF;
	text-decoration: none;
}
.box_mainmenu_cerca a:hover {
	color: #FFF;
	text-decoration: underline;
}
.box_mainmenu_cerca a:active {
	color: #FFF;
	text-decoration: none;
}
/* -------------------------------------------*/
/* MENU */
.box_menu {
	width: 780px;
	padding-bottom: 5px;
	text-align: center;
	background-position: center center;
	color: #FFF;
	font-weight: bold;
}
.box_menu a:link {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
.box_menu a:visited {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
.box_menu a:hover {
	text-decoration: underline;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}
.box_menu a:active {
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}

/* CONTENUTI */
.box_cx {
	width: 440px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #492613;
	line-height: 16px;
	text-align: justify;
	float: right;
	display: block;
	margin: 0px;
}
.box_cx_contenuto {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 25px;
}
.box_cx_contenuto h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 22px;
	font-style: italic;
	color: #81973c;
}
.box_cx_contenuto h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	font-style: italic;
	color: #9D5228;
}
.boldrosso {
	color: #e95e40;
	font-weight: bold;
}
.box_cx_contenuto a:link {
	color: #492613;
	text-decoration: underline;
}
.box_cx_contenuto a:visited {
	color: #492613;
	text-decoration: underline;
}
.box_cx_contenuto a:hover {
	color: #492613;
	text-decoration: underline;
}
.box_cx_contenuto a:active {
	color: #492613;
	text-decoration: underline;
}
.box_cx_ristoro {
	margin-left: -20px;
	padding-left: 20px;
	background-image: url(images/box_15_25.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
/**/
.box_sx {
	width: 338px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #492613;
	line-height: 16px;
	text-align: justify;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.box_sx_contenuto {
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 25px;
}
.box_sx_contenuto h1 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
	font-style: italic;
	color: #81973c;
	text-align: center;
}
.box_sx_contenuto h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 12px;
	color: #492613;
}
.box_sx_contenuto h3 {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	height: 65px;
}
.box_sx_contenuto a:link {
	color: #492613;
	text-decoration: underline;
}
.box_sx_contenuto a:visited {
	color: #492613;
	text-decoration: underline;
}
.box_sx_contenuto a:hover {
	color: #492613;
	text-decoration: underline;
}
.box_sx_contenuto a:active {
	color: #492613;
	text-decoration: underline;
}
/* TABELLE */
td {
	font-size: 12px;
	color: #000;
	text-align: left;
}
.td_verde {
	background-color: #334d24;
	color: #FFF;
	font-weight: bold;
}
.td_verdesoft {
	background-color: #c4e2b0;
}
.td_rossa {
	background-color: #d7381c;
	color: #FFF;
	font-weight: bold;
}
.td_rossasoftsoft {
	background-color: #ffcea5;
}
.td_news {
	background-color: #f3f3f3;
}
.td_verde {
	background-color: #e4e5ce;
	font-size: 12px;
	color: #000;
}
.td_rosa {
	background-color: #f2d1b4;
	font-size: 12px;
	color: #000;
}
/* PIEDE */
.box_piede {
	background-image: url(images/bg_top.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-size: 11px;
	font-weight: bold;
	width: 779px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #93b0b2;
	float: left;
	height: 20px;
	overflow: hidden;
}
.image_right {
	display: block;
	float: right;
	width: 180px;
	padding-bottom: 2px;
	padding-left: 7px;
}

