* { 
	margin: 0; 
	padding: 0; 
}

body {
	background-color: #eeeeee;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #575757;
}

a {
	color: #575757;
	text-decoration: underline;
}
p { margin-bottom: 15px; }
img, form, fieldset { border: 0; }
ul { margin-left: 16px; }

.hide { display: none; }
.sx { float: left; }
.dx { float: right; }
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	font-size: 1px;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.no-underline { text-decoration: none; }
.centrato { text-align: center; }
.destra { text-align: right; }
.capitalize { text-transform: capitalize; }
.no-bg { background: none !important; }
.white { color: #fff !important; }

.margin-b-quindici { margin-bottom: 15px !important; }
.margin-b-dieci { margin-bottom: 10px !important; }
.margin-b-cinque { margin-bottom: 5px !important; }
.margin-t-dieci { margin-top: 10px !important; }
.padding-b-dieci { padding-bottom: 10px !important; }
.padding-r-dieci { padding-right: 10px !important; }
.padding-l-dieci { padding-left: 10px !important; }

/* PAGINA */
#page {
	width: 968px;
	margin: auto;
}
#page-sx {
	width: 947px;
	background: #fff url(../images/left-border.gif) left top repeat-y;
	padding-left: 21px;
}
#page-dx {
	background: #fff url(../images/right-border.gif) right top repeat-y;
	padding-right: 21px;
}

/* HEADER */
#header {
	font-size: 55%;
	background: #fff url(../images/left-border.gif) left top repeat-y;
	width: 852px;
	padding: 0 0 0 114px;
}
#header-top {
	background: #eeeeee url(../images/bg-header-top.gif) left bottom repeat-x;
	padding-right: 16px;
	height: 26px;
}
ul#nav-top {
	list-style: none;
	margin-left: 0;
	margin-right: 0 !important;
	margin-right: -3px;
	float: left;
}
li.tab-top-primo {
	display: inline;
	float: left;
	padding: 7px 18px;
	background: #d1d1d1 url(../images/tab-top-primo.gif) left bottom no-repeat;
}
li.tab-top {
	display: inline;
	float: left;
	padding: 7px 18px;
	background: #d1d1d1 url(../images/tab-top.gif) left bottom no-repeat;
}
ul#nav-top a {
	font-weight: bold;
	text-decoration: none;
}
.ultima-cella {
	display: inline;
	background: #eeeeee url(../images/bg-ultima-cella.gif) left top repeat-y;
	padding: 7px 18px 6px 18px;
	float: left;
	border-bottom: 0;
	*border-bottom: 1px solid #cecece;
	_border-bottom: 1px solid #cecece;
}
.ultima-cella a {
	font-weight: normal !important;
	text-decoration: none;
}
#data {
	float: right;
	padding: 8px 0 4px 0;
}
#header-bottom { height: auto; }
.covered {
	height: 226px !important;
	position: relative;
}
#cover-header {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1000;
}
#header-covered {
	position: absolute;
	display: block;
	left: 0;
	top: 42px;
	z-index: 100;
}

/* FOOTER */
#footer {
	background: url(../images/blue-dot.gif) left top repeat-x;
	padding: 0 0 10px 0;
	margin-top: 20px;
	font-size: 55%;
}
#footer-left {
	width: 65%;
	float: left;
	margin-top: 5px;
}
#footer-right {
	width: 35%;
	float: right;
	margin-top: 32px;
	text-align: right;
}
#footer-bottom {
	width: 940px;
	padding: 10px 21px 0 4px;
	background: url(../images/bg-footer.gif) left top repeat-x;
}
#footer-bottom ul {
	list-style: none;
	margin-left: 0;
	float: right;
}
#footer-bottom ul li {
	display: inline;
	float: left;
	padding: 0 0 0 10px;
}

/* NAVIGAZIONE */
#nav-center {
	margin: 15px 0;
	background: #fff url(../images/bg-nav-center.gif) left center repeat-x;
	font-size: 62.5%;
	min-height: 16px;
	height: auto !important;
	height: 1px;
}
#nav-center ul {
	margin-left: 0;
	list-style: none;
}
#nav-center ul li {
	display: inline;
	float: left;
	border-right: 1px solid #fff;
	padding: 5px 18px;
}
#nav-center a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.home-tab { background: url(../images/bg-home-tab.gif) left center no-repeat; }
.home-tab-on { background: url(../images/bg-home-tab-on.gif) left center no-repeat; }
.tab-on { background: url(../images/bg-tab-on.gif) left center repeat-x !important; }
#contact {
	float: right;
	padding: 5px 18px;
	background: url(../images/bg-contact.gif) right center no-repeat;
	border-left: 1px solid #fff;	
}

/* COLONNA SINISTRA */
#left-col {
	width: 200px;
	float: left;
	margin: 0 17px 16px 0;
	font-size: 62.5%;
}
#left-col a { text-decoration: none; }
.box-title-blu {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-title-blu.gif) center top no-repeat;
	padding: 2px 0 4px 22px;
	height: 10px;
}
ul.page-list {
	margin-bottom: 15px;
	margin-left: 0;
	list-style: none;
}
ul.page-list li {
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0 5px 22px;
}
ul.page-list li.view-all { padding: 5px; }

/* COLONNA CENTRALE */
#center-col {
	width: 490px;
	float: left;
	margin: 0 17px 16px 0;
	font-size: 70%;
}

/* COLONNA DESTRA */
#right-col {
	width: 200px;
	float: left;
	margin: 0 0 16px 0;
	font-size: 62.5%;
}
#right-col a { text-decoration: none; }
li.com { padding: 5px 0 5px 7px !important; }
.com-icon {
	float: left;
	margin-right: 8px;
	padding-top: 2px;
}
.box-title-aran {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-title-aran.gif) center top no-repeat;
	padding: 2px 0 4px 22px;
	height: 10px;
}
form#search {
	background-color: #f5f5f5;
	margin-bottom: 10px;
}
.contenitore-input-a {
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0;
}
.contenitore-input-b {
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0 5px 24px;
}
input.cerca {
	width: 175px;
	margin: 5px 0 0 12px;
	border: 1px solid #e9e9e9;
}
input.button { margin: 10px 0 5px 120px; }
.box-title-green {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-title-green.gif) center top no-repeat;
	padding: 2px 0 4px 22px;
	height: 10px;
}
.green { color: #257e41; }

/* HOMEPAGE */
.home-art { margin-top: 5px; }
.img-art-big {
	float: left;
	margin: 0 10px 8px 0;
}
.art-title {
	color: #20547c;
	font-weight: bold;
	font-size: 143%;
	margin-bottom: 8px;
}
.art-title a {
	color: #20547c;
	text-decoration: none;
}
.art-abs {
	line-height: 150%;
	font-size: 90%;
	margin-bottom: 20px;
}
.notizie-title {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-ultime-notizie.gif) center top no-repeat;
	padding: 2px 10px 4px 22px;
	height: 10px;
}
.notizie-title a {
	color: #fff;
	text-decoration: none;
}
.notizie-title a:hover { text-decoration: underline; }
.home-art-mini {
	background-image: url(../images/blue-dot.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 5px 0;
	height: auto !important;
	height: 1px;
}
.img-art-small {
	float: left;
	margin-right: 5px;
}
.art-data-mini {
	color: #a2422c;
	font-size: 85%;
	font-weight: bold;
}
.art-title-mini {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 3px;
}
.art-title-mini a { color: #20547c; }
.art-abs-mini { font-size: 90%; }
.art-abs-mini a { text-decoration: none; }

/* CARD CATEGORY */
.card-container {
	background: url(../images/blue-dot.gif) left top repeat-x;
	height: auto !important;
	height: 1px;
	margin-bottom: 15px;
}
.cerca-schede {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-cerca.gif) center top no-repeat;
	padding: 2px 0 4px 22px;
	height: 10px;
}
.blocco-cerca {
	float: left;
	margin-right: 20px;
}
.input {
	width: 175px;
	margin-top: 5px;
	border: 1px solid #e9e9e9;
}
.cella-scheda {
	background: url(../images/blue-dot.gif) left bottom repeat-x;
	padding: 10px 5px;
	height: auto !important;
	height: 1px;
}
.pag-figlie {
	display: block;
	color: #20547c;
	padding: 5px 0;
	text-decoration: none;
}
.pag-figlie:hover {
	display: block;
	color: #20547c;
	padding: 5px 0 5px 15px;
	background: #f5f5f5 url(../images/listato.gif) left center no-repeat;
	text-decoration: none;
}

/* GALLERY */
table.gallery {
	width: 100%;
	margin-top: 20px;
}
table.gallery td {
	background: #f5f5f5 url(../images/dot.gif) bottom left repeat-x;
	padding: 10px 0;
	width: 33%;
}
table.gallery td img { border: 1px solid #20547c; }
.didascalia { margin-top: 5px; }
.centrato { text-align: center; }
img.gallery-big {
	border: 1px solid #20547c;
	margin-top: 20px;
}
.navigazione {
	margin: 20px;
	text-align: center;
}

/* QUESTIONARIO */
.survey-q {
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 5px;
}
.privacy {
	margin-bottom: 10px;
	font-size: 118%;
	width: 80%;
}
.survey-title {
	font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #a4060c;
	font-size: 100%;
	margin-top: 20px;
	margin-bottom: -10px;
}

/* TURISMO */
.link-veloci {
	width: 120px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	background-color: #ffdc9e;
	font-size: 90%; 
}
.box-title-veloci {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-title-veloci.gif) center top no-repeat;
	padding: 2px 0 4px 0;
	text-align: center;
	height: 10px;
}
.link a {
	text-decoration: none;
	font-weight: bold;
}
.link img {
	padding-top: 2px;
	float: left;
}
.link { padding: 12px 0 30px 4px; }
.link-int {
	width: 103px;
	margin: 0 0 12px 3px;
	float: left;
}
.news-turismo {
	float: left;
	width: 362px;
}

/* CALENDARIO */
table.calendar-big {
	margin: 10px auto 40px auto;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
table.calendar-big td { padding-top: 5px; }
table.calendar-big td a {
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 15px;
	height: 15px;
}
th.mese-in {
	color: #fff;
	font-weight: bold;
	background: url(../images/bg-ultime-notizie.gif) center top no-repeat;
	padding: 2px 0 4px 0;
	height: 10px;
}
th.giorno-in {
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e9e9e9;
	padding: 5px 0;
}
a.giorno-in { border: 1px solid #3778BC; }
a.giorno-in:hover {
	border: 1px solid #3778BC;
	background-color: #f5f5f5;
}
a.giorno-in-sel { border: 1px solid #858585; }
a.giorno-oggi {
	color: #fff;
	border: 1px solid #257E41;
	background-color: #858585;
}
a.giorno-oggi1 { border: 2px solid #257E41; }
a.giorno-oggi:hover {
	color: #575757;
	border: 1px solid #257E41;
	background-color: #f5f5f5;
}
a.giorno-oggi1:hover {
	border: 2px solid #257E41;
	background-color: #f5f5f5;
}
a.freccine {
	color: #fff;
	text-decoration: none;
}
.article-calendar { margin-bottom: 20px; }
.article-calendar a {
	text-decoration: none;
	color: #20547c;
}
.sezione-articoli {
	border-bottom: 1px solid #3778BC;
	margin-bottom: 10px;
	padding-bottom: 3px;
	font-size: 120%; 
}
.sezione-testo-articoli { padding-left: 10px; }
.calendar-abs { padding-left: 15px; }
.sezione-date-articoli {
	padding-left: 10px;
	font-weight: bold;
	color: #20547c;
}
.elenco-date-articoli {
	padding-left: 20px;
	margin-bottom: 20px;
}

/* MAPPA SITO */
li.sitemap { padding: 10px 0; }

/* RICERCA AVANZATA */
.cancella {
	background: url(../images/cancella.gif) center no-repeat;
	color: #fff;
	border: 0;
}