body {
	font: 75%/1.5 "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #acd6ff url(../img/bkg_body.gif) 0 0 repeat-x;
	color: #456;
}
html>body {
	font-size: 12px;
}

/* elementi XHTML */
h1, h2, h3, h4, h5, h6 {
	color: #06b;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -0.01em;
	line-height: 1;
}
h1 {
	font-size: 3em;
	font-weight: bold;
	margin: 0.6em 0 0.4em 0;
}
h2 {
	font-size: 2em;
	margin: 1.5em 0 0.5em 0;
	padding: 0;
}
h3 {
	font-size: 1.75em;
	margin: 1.5em 0 0.5em 0;
}
h4 {
	font-size: 1.5em;
	margin: 1.5em 0 0.5em 0;
}
p {
	font-size: 0.92em;
	margin: 0.5em 0 0.5em 0;
}
p.slogan {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #06b;
	margin: 1.5em 0 1em 0;
	padding-right: 90px;
}
p.subStruttura {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #06b;
	margin: 1.5em 0 1em 0;
}
ul {
	font-size: 0.92em;
	margin: 0.5em 0 0.5em 0;
}
ol {
	font-size: 0.92em;
}
a {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #09f;
	text-decoration: underline;
}

/* Stile wrap */
#bdWrap {
	width: 100%;
	background: url(../img/bkg_wrap.png) center top no-repeat;
}

/* Stile contenitore */
#container {
	position: relative;
	margin: 0 auto;
	width: 960px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* Stile logo */
#logo {
	position: relative;
	width: 960px;
	height: 80px;
}
#logo img {
	position: absolute;
	left: 0;
	top: 0;
}	
/* area lingue */
#lingue {
	position: absolute;
	top: 15px;
	right: 86px;
	width: 175px;
	height: 25px;
}
#lingue ul {
	float: left;
	width: 175px;
	height: 25px;
	list-style-type: none;
}
#lingue li {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 30px;
	height: 25px;
}
#lingue a {
	text-indent: -2400em;
	display: block;
	width: 30px;
	height: 25px;
	overflow: hidden;
}
#lkIt a {
	background:  url(../img/lingue_01.gif) 0 0 no-repeat;
}
#lkEn a {
	background: url(../img/lingue_02.gif) 0 0 no-repeat;
}
#lkDe a {
	background: url(../img/lingue_03.gif) 0 0 no-repeat;
}
#lkFr a {
	background: url(../img/lingue_04.gif) 0 0 no-repeat;
}
#lkNl a {
	background: url(../img/lingue_05.gif) 0 0 no-repeat;
}
#lingue a:hover {
	background-position: 0 -30px;
}

/* area navigazione servizio */
#navSer {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 12px 30px 0 20px;
	width: 310px;
	height: 28px;
	background: url(../img/bkg_navSer.png) center bottom no-repeat;
}
#navSer ul {
	float: left;
	margin: 0;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	list-style-type: none;
}
#navSer li {
	float: left;
	display: inline;
	margin-left: 25px;
	height: 28px;
}
#navSer a {
	display: block;
	padding: 5px 0 0 28px;
	height: 23px;
	overflow: hidden;
}
#lkS01 a {
	background: url(../img/bkg_lk_navSer01.png) 0 0 no-repeat;
}
#lkS02 a {
	background: url(../img/bkg_lk_navSer02.png) 0 0 no-repeat;
}
#lkS03 a {
	background: url(../img/bkg_lk_navSer03.png) 0 0 no-repeat;
}

/* Stile navigazione */
#nav {
	float: left;
	padding: 16px 0;
	width: 960px;
	height: 40px;
}
#nav ul {
	border-left: 1px solid #abc;
	width: 960px;
	height: 40px;
}
#nav li {
	float: left;
	height: 40px;
}
#nav a {
	display: block;
	padding: 8px 15px;
	border-right: 1px solid #abc;
	height: 24px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#nav a:hover {
	text-decoration: none;
}


/* Stile corpo */
#section {
	float: left;
	width: 960px;
}

/* stili area spot */
#spot {
	float: right;
	width: 960px;
	height: 120px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
	background: url(../img/show_120.jpg) 0 0 no-repeat;
}
#spot #show {
	width: 960px;
	height: 120px;
	overflow: hidden;
}
#pgNdx #spot {
	float: right;
	width: 960px;
	height: 280px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
	background-image: none;
}
#pgNdx #spot #show {
	width: 960px;
	height: 280px;
	overflow: hidden;
}


/* Stile testo */
#article {
	float: left;
	padding-top: 18px;
	width: 630px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* elementi boxImg */
div.boxImg {
	float: left;
	padding: 0 18px 0 0;
	width: 208px;
}
div.boxImg img {
	margin: 6px 0 12px 0;
	padding: 3px;
	width: 200px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/* Stile sidebar */
#aside {
	float: right;
	padding-top: 36px;
	width: 224px;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}

/* elementi aside */
div.areaAsd {
	margin: 0 0 32px 0;
	width: 224px;
}
div.areaAsd h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 12px 12px 6px 24px;
	width: 188px;
	height: 14px;
	background: url(../img/bkg_h2_aside.png) 0 0 no-repeat;
}
div.areaAsd ul {
}
div.areaAsd li {
	border-bottom: 1px solid #abc;
}
div.areaAsd li a {
	display: block;
	padding: 0.5em 0 0.5em 24px;
	background: url(../img/bkg_lk_aside.png) left center no-repeat;
}
div.areaAsd li a:hover {
	background-position: right center;
}

/* Stile footer */

#footer {
	width: 100%;
}
#wrapFooter {
	clear: both;
	border: solid #fff;
	border-width: 10px 0 0 0;
	width: 100%;
	min-height: 240px;
	height: auto !important;
	height: 200px;
	background: url(../img/bkg_footer_01.png) 0 0 repeat-x;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
#boxFooter {
	clear: both;
	margin: 0 auto;
	padding: 0 30px;
	width: 900px;
	min-height: 240px;
	height: auto !important;
	height: 200px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/bkg_footer_02.png) right top no-repeat;
}
#navFooter {
	float: left;
	display: inline;
	margin: 0 0 24px 0;
	padding: 24px 360px 0 0;
	width: 600px
}
#navFooter ul {
	list-style-type: none;
	font-size: 86%;
}
#navFooter li {
	margin: 3px 0;
}
#navFooter a {
	color: #fff;
}
#navFooter a:hover {
	text-decoration: underline;
}
div.sezioneFooter {
	float: left;
	display: inline;
	margin: 0 30px 0 10px;
	padding: 0;
}
div.sezioneFooter p {
	margin: 5px 0;
	padding: 0;
	font-size: 92%;
	font-weight: bold; 
}
#copyFooter {
	clear: both;
	margin: 24px -30px 0 -30px;
	padding: 24px 30px;
	border-top: 1px dotted #fff;
	width: 900px;
}
#copyFooter p {
	margin: 3px 10px;
	font-size: 86%;
}

/* Stili modulo prenotazione */
#modulo {
	margin: 10px 0 0 0;
	padding: 15px 10px 5px 10px;
	border: 1px solid #abc;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	width: 578px;
	background: url(../img/bkg_modulo.png) 0 0 no-repeat;
}
#modulo p {
	margin: 15px 0 10px 0;
	padding-top: 5px;
	background: url(../img/dot.gif) 0 0 repeat-x;
}
#modulo label {
	float: left;
	display: block;
	margin: 0 0 5px -5px;
	padding: 0 0 0 5px;
	border: solid #abc;
	border-width: 0 0 1px 0;
	width: 160px;
}
#modulo input, #modulo select, #modulo textarea {
	margin: 0 0 5px 0;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	border: 1px solid #abc;
	color: #000;
}
#modulo input.bottone {
	border: 1px solid #335;
	background: #06c;
	color: #fff;
}
#modulo input:hover, #modulo select:hover, #modulo textarea:hover, #modulo input.sfhover, #modulo select.sfhover, #modulo textarea.sfhover {
	background: #def;
}
#modulo input.bottone {
	border: 1px solid #06c;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;	
	background: url(../img/bkg_button.gif) center left repeat-x;
	color: #06c;
	font-weight: bold;
}
#modulo input.bottone:hover, #modulo input.bottone.sfhover {
	border: 1px solid #c60;
	background-position: center right;
	color: #c60;
}
#modulo br {
	clear: left;
}

/* Stili pagina lista */
#pgLista #article {
	float: left;
	width: 680px;
}
#pgLista div.clear {
	clear: both;
}
div.boxLst {
	float: left;
	display: inline;
	margin: 0 30px 0 0;
	padding: 18px 0 12px 100px;
	width: 210px;
	background: url(../img/bkg_h2_struttura.png) 0 0 repeat-x;
	overflow: hidden; 
	_overflow: visible; 
	zoom: 1;
}
div.boxLst div.elencoImg {
	float: left;
	display: inline;
	margin: 6px 0 0 -100px;
	padding: 3px;
	border: 1px solid #68a;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 80px;
	height: 60px;
	overflow: hidden;
}
div.boxLst div.elencoImg img {
	width: 80px;
}
div.boxLst h2 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 0.25em 0 0.5em 0;
	line-height: 0.83;
}
div.boxLst p {
	margin: 0 0 0.5em 0;
}

/* stili pagina scheda offerta */
#pgOfferta #article {
	width: 600px;
}
#pgOfferta #aside {
	padding-top: 14px;
	width: 300px;
}
#pgOfferta #boxMap {
	padding: 3px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 292px;
}

/* stili pagina lista strutture */
#pgStrutture #article {
	width: 340px;
}
#pgStrutture #aside {
	padding-top: 14px;
	width: 600px;
}
#pgStrutture #boxMap {
	padding: 3px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 592px;
}


/* ------------- Stili itinerari ------------- */

/* pagina itinerari area */
#pgAreaItinerari #article {
	width: 960px;
}
#pgAreaItinerari div.boxPortal {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 14px 9px 14px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 930px;
	background: url(../img/bkg_box_areeItn.png) 0 0 no-repeat;
}
#pgAreaItinerari div.boxPortal div.boxItinerari {
	float: left;
	display: inline;
	padding: 0 24px;
	width: 262px;
}
#pgAreaItinerari div.boxPortal div.boxItinerari img {
	margin-bottom: 12px;
	width: 262px;
	height: 196px;
}

/* pagina itinerari lista */
#pgListaItinerari #article {
	width: 360px;
}
#paginationList {
	border-top: 1px solid #abc;
	width: 360px;
}
div.itinerariLst {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #abc;
	width: 360px;
	overflow: hidden;
}
div.itinerariLst h2 {
	margin: 12px 0 6px 0;
	font-size: 120%;
	font-variant: normal;
	letter-spacing: -0.05em;
}
div.itinerariLst p {
	margin-left: 74px;
}
div.itinerariLst img {
	float: left;
	width: 60px;
	height: 45px;
}
li.lkSc a {
	padding: 0 0 5px 22px;
	background: url(../img/bkg_lkScheda.gif) 0 0 no-repeat;
}
li.lkGps a {
	padding: 0 0 5px 22px;
	background: url(../img/bkg_lkGps.gif) 0 0 no-repeat;
}
li.lkMap a {
	padding: 0 0 5px 22px;
	background: url(../img/bkg_lkMap.gif) 0 0 no-repeat;
}
li.lkSc a:hover, li.lkGps a:hover, li.lkMap a:hover {
	background-position: 0 -50px;
	text-decoration: underline;
}
#pgListaItinerari #aside {
	margin-top: 36px;
	padding: 3px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 560px;
}

/* pagina itinerari scheda */
#pgSchedaItinerari #boxTtl {
	float: left;
	padding-top: 18px;
	width: 960px;
}

#pgSchedaItinerari #article {
	float: left;
	display: inline;
	padding: 12px 0 0 0;
	width: 600px;
}
#pgSchedaItinerari #aside {
	padding: 0 0 10px 0;
	width: 320px;
}
#boxTri {
	clear: both;
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 592px;
	height: 416px;
	overflow: hidden;
}
#boxTri iframe {
	width: 592px;
	height: 416px;
	overflow: hidden;
}
#pgSchedaItinerari div.boxPortal {
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 30px 10px 5px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 563px;
	background: url(../img/bkg_boxGPS.png) 0 0 no-repeat;
}
#pgSchedaItinerari div.boxPortal h2 {
	font-size: 1.75em;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
#pgSchedaItinerari div.boxPortal li {
	font-weight: normal;
}

#pgSchedaItinerari div.boxPortal div {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 5px 0 30px;
	width: 246px;
}
#boxGalleria {
	float: left;
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 35px 10px 35px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 528px;
	background: url(../img/bkg_boxGal.png) 0 0 no-repeat;
}
#boxGalleria h2 {
	font-size: 1.75em;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
#boxGalleria ul {
	width: 563px;
	list-style-type: none;
}
#boxGalleria li {
	float: left;
	display: inline;
	margin: 0 12px 12px 0 ;
	padding: 2px;
	border: 1px solid #abc;
	width: 100px;
	height: 65px;
	background: #fff;
	overflow: hidden;
}
#boxGalleria a img {
	width: 100px;
}

/* Classi */
.lkPortali {
	display: none;
}

/* stili pulsanti liste */
p.lkBack {
	margin: 6px 0;
	padding: 6px 0;
	width: 580px;
	background: url(../img/dot.gif) 0 0 repeat-x;
	font-weight: bold;
}
p.lkGpx a {
	padding: 5px 0 5px 27px;
	background: url(../img/lk_gpx.png) 0 0 no-repeat;
	font-weight: bold;
}
p.lkKml a {
	padding: 5px 0 5px 27px;
	background: url(../img/lk_kml.png) 0 0 no-repeat;
	font-weight: bold;
}
p.icnComune {
	padding: 0 0 3px 18px;
	font-weight: bold;
	line-height: 1.1;
}
p.icnComune {
	background: url(../img/icn_comune.png) 0 0 no-repeat;
}
/* classi testo */
span.small {
	font-size: 75%;
}

/* classi link */
p.lkScheda a, p.lkAree a {
	display: block;
	padding: 4px 0 4px 21px;
	background: url(../img/bkg_lk_scheda.png) 0 0 no-repeat;
	font-weight: bold;
	line-height: 1.2em;
}
p.lkScheda a:hover, p.lkAree a:hover  {
	background-position: 0 -50px;
	color: #f80;
}
p.lkSito a {
	display: block;
	padding: 4px 0 6px 28px;
	background: url(../img/bkg_lkSito.png) 0 0 no-repeat;
}
p.lkSito a:hover {
	color: #f80;
}

/* --------- stili home page --------- */

/* Stile testo */
#pgNdx #article {
	float: left;
	padding-top: 18px;
	width: 710px;
}

/* Stili box navigazione siti */
#pgNdx div.boxPortal {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 15px 9px 15px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 678px;
}
div.boxPortal h2 {
	font-size: 1.75em;
	margin: 1em 0 0.5em 0;
	font-weight: bold;
}
div.boxPortal li {
	font-weight: bold;
}
div.rowA {
	background: url(../img/bkg_rowA.png) 0 0 no-repeat;
}
div.rowB {
	background: url(../img/bkg_rowB.png) 0 0 no-repeat;
}
#pgNdx div.rowC {
	padding: 15px;
	background: url(../img/bkg_boxNdx_sapori.png) 0 0 no-repeat;
}

div.rowA div {
	position: relative;
	float: left;
	display: inline;
	padding: 0 12px;
	width: 192px;
}
div.rowB div {
	position: relative;
	float: left;
	display: inline;
	padding: 0 12px;
	width: 306px;
}
#rowA01 {
	float: left;
}
#rowA02 {
	float: left;
	display: inline;
	margin-left: 15px;
}
#rowA03 {
	float: right;
}
#rowB01 {
	float: left;
}
#rowB02 {
	float: right;
}

/* stile sidebar */
#pgNdx #aside {
	margin: 0;
	padding: 36px 0 10px 0;
	width: 240px;
}
/* stile sidebar ndx */
div.boxSiti {
	clear: both;
	margin: 0 0 12px 0;
	padding: 6px 12px;
	border: 1px solid #abc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	width: 214px;
	background: url(../img/bkg_boxNdx_aside.png) right top no-repeat;
}
div.boxSiti h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0.75em 0 1em 0;
}

/* Stili box pagine area */
div.boxArea {
	clear: both;
	margin: 0 0 12px 0;
	padding: 0 0 0 74px;
	width: 140px;
}
div.boxArea h3 {
	font-size: 1.25em;
	margin: 0.8em 0 0.2em 0;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: normal;
}
div.boxArea img {
	float: left;
	margin: 4px 0 0 -74px;
	width: 62px;
}
div.boxInt {
	clear: both;
	margin: 0 0 18px 0;
	width: 214px;
}
div.boxInt h3 {
	font-size: 1.25em;
	margin: 0.8em 0 0.2em 0;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: normal;
}
div.boxInt img {
	float: left;
	margin: 4px 0 0 0;
	width: 62px;
}
div.boxInt p {
	font-size: 0.92em;
	margin: 0.5em 0 0.5em 74px;
}


