/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: url(../images/bgr.gif) #B8ADA9 repeat-x top;
	/* color: #867e7b;*/
	color: #7c7572;
	font: .90em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 20px;
}
a{
	color: #013d71;
	text-decoration: none
}
a:hover{
	text-decoration: underline
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2{
	color: #00448D;
	font-size: 1.7em;
	margin: 0 0 .8em;
	line-height:1.1em;
}
h3{
	font-size: 1.6em;
	margin: 0 0 .5em
}
h4{
	font: italic bold 1.5em "Times New Roman", Times, serif;
	margin: 0 0 .3em
}
p{
	line-height: 1.5em;
	padding: 0 0 1em
}

#centercol p {
	line-height: 1.2em;
	padding: 0 0 1em
}

/*=== Layout ===*/
#page{
	background: #ffffff;
	margin: 0 auto;
	padding: 0 0 25px;
	width: 925px
}
#home #page{
	background: none;
	padding: 0
}
#page-bot{
	background: url(../images/page-bot.gif) no-repeat top;
	height: 49px;
	margin: 0 auto;
	overflow: hidden;
	width: 925px;
	border-top:3px solid #b8ada9;
}
/*=== Header ===*/
#header{
	color: #437097;
	font-size: 11px;
	height: 10px;
	margin: 0 auto;
	width: 925px
}
#header .content{
	padding: 7px 0 0 10px
}
#header .content a{
	color: #437097
}
#header .content img{
	margin: 0 5px 0 0
}
/*- Logo -*/
#header h1{
	background: url(../images/logo.png) no-repeat;
	/* margin-top: 78px;*/
	margin-top:6px;
	position: absolute;
	text-indent: -9999px;
	width: 400px
}
#header h1 a{
	display: block;
	height: 100px
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
.nav1{
	font-size: 14px;
	margin: 0 0 1em
}
.nav1 li{
	margin: 0 0 1px
}
.nav1 li a{
	color: #00448D;
	display: block;
	height: 27px;
	line-height: 27px
}
.nav1 li a:hover,
.nav1 li.active a{
	color: #013d71
}
.nav1 li.active a{
	font-weight: bold;
}
/* Nav1 Level2 */
.nav1 li.active li a{
	color: #013d71;
	font-weight: normal;
	padding: 0 0 0 10px;
	font-size:12px;
}
.nav1 li.active li a:hover,
.nav1 li.active li.active a{
	background: url(../images/nav2-ico.gif) no-repeat left;
	color: #013d71;
	text-decoration: none;
	font-size:12px;
}
/*- Home Page Nav1 -*/
#home .nav1 li a{
	border-bottom: 1px solid #005aa5;
	color: #809fb9;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 0 0 3px
}
#home .nav1 li a:hover{
	color: #ffffff;
	text-decoration: none
}
/*=== Title Placeholder ===*/
#title{
	height: 165px;
	overflow: hidden;
}

#menu-sotto{
	height: 24px;
	overflow: hidden;
	border-bottom:3px solid #b8ada9;
	background: url(../images/sotto.jpg);
}
#menu-sotto a {
color: #ffffff;
padding-top:4px;
padding-right:6px;
}

#home #title{
	height: 353px
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y;
	height: 1%;
	margin: 25px 0 0;
	padding: 0 20px 15px
}
#home #columns{
	background: url(../images/columns-bgr-home.gif) repeat-y;
	margin: 9px 0 0;
	padding: 0 0 0 5px
}
/*=== Left Column ===*/
#leftcol{
	float: left;
	width: 170px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	margin: 0 0 0 27px;
	width: 680px;
	line-height: 1.2em;
}


#centercol ul {
  margin-left:15px;
}

#centercol li {
  list-style-position:outside;
  list-style-type:disc;
  margin-left:15px;
}

#centercol li li {
  list-style-position:outside;
  list-style-type:circle;
}

#centercol .in-evidenza {
  background: transparent url(../images/evidenza.jpg);
  height:36px;
  widht:100%;
  margin-bottom:10px;
}

#centercol .in-evidenza div {
  margin-top:-5px;
  text-align:right;
}

#centercol .in-evidenza div a{
 	color: white;
	margin-left: 130px;
	text-decoration:none;
  font-size:15px;
  padding-right:17px;
}

#centercol a{
	text-decoration: underline
}
#home #centercol{
	color: #809fb9;
	margin: 0 0 0 48px;
	width: 720px
}
#home #centercol a{
	color: #ffffff
}
/*=== Sub Columns ===*/
.col1{
	float: left;
	width: 275px
}
.col2{
	float: right;
	width: 427px
}
.col2 .content{
	height: 1%;
	padding: 0 0 0 20px
}
/*=== Styling Boxes ===*/
/*- Box1 -*/
.box{
	margin: 0 0 .5em;
	width: 427px
}
.box .top,.box .bot{
	background: url(../images/box-top.gif) no-repeat top;
	clear: both;
	height: 14px;
	overflow: hidden
}
.box .bot{
	background: url(../images/box-bot.gif) no-repeat top
}
.box .content{
	background: url(../images/box-bgr.gif) repeat-y;
	height: 1%;
	padding: 5px 21px 0 27px
}
.box h4{
	color: #ffffff
}
.box p{
	padding: 0
}
/*=== Pics, Thumbs, Ads etc. ===*/
/*- Pics -*/
.pic img{
	display: block;
	margin: 0 0 .5em
}
.pic.fl img{
	margin-right: 30px
}
.pic.fr img{
	margin-left: 10px;
}
.pic2{
	float: left;
	margin: 0 0 0 40px
}
/*- Thumbs -*/
.th.fl img{
	display: block;
	margin-right: 15px
}
.th.fr img{
	margin-left: 20px
}
/*=== Footer ===*/
#footer{
	color: #FFFFFF;
	font-size: .9em;
	margin: -8px auto 0;
	padding: 0px 10px 0;
	width: 905px
}
#footer a{
	color: #b8ada9;
}
#footer ul{
	margin: 0 -.6em 0 0
}
#footer li{
	border-right: 1px solid #8aa6be;
	display: inline;
	font-weight: bold;
	line-height: 1em;
	padding: 0 .6em
}
#footer li.last{
	border: 0
}
/*- Address -*/
#footer .adr{
	color: #b8ada9;
}
#footer .adr a{
	color:  #b8ada9;
}
#footer .adr em{
	color: #b8ada9;
	font-style: normal
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.ac{
	text-align: center
}
.ar{
	text-align: right
}

/* AGGIUNTE */

/* aggiunta link con il colore predefinto */
#home #centercol .pulito a:visited, #home #centercol .pulito a:link{
  color:#809FB9;
  text-decoration:none;
}

#home #centercol .pulito a:hover {
  color:#809FB9;
  text-decoration:underline;
}
/* --------------------*/

/* menu quando ho due linee */
#duelinee {
  margin-bottom:10px;
  line-height:17px;
}
/*-------------------*/

/* link documenti */
.allegato {
 width:300px;
}

img.pura {
    border:none;
    float:left;
    padding:7px 3px 3px 0px;
}

.documento {
  float:left;
  margin-top:8px;
}
 /* link documenti */
 
 
 /* card category 1 - sale */
 
 .sala {
    /* height:92px;*/
    padding:20px 8px 10px;
    border-bottom: 1px solid #B8ADA9;
}
 
#centercol .sala a {
  text-decoration:none;
} 
 /* ------------------- */
 
 
  /* card category 1 - sale */
 
 .sala-det {
    width:580px;
    margin-left:44px;
    padding:20px 8px 10px 2px;
    border-top: 2px dotted #B8ADA9;
}


.sala-det-title {
    margin-left:44px;
    float:left;
    padding-bottom:5px;
}

.sala-det-back {
    float:right;
    padding-right:53px;
}

.sala-det-back-no-pad {
    float:right;
}

.sala-det li {
   list-style-type:circle;
   margin-left:23px;
}

#centercol .sala-det li a:visited, #centercol .sala-det li a:link{
  color:#7C7572;
  text-decoration:none;
  padding-top:4px;
}

#centercol .sala-det li a:hover {
  color:#7C7572;
  padding-top:4px;
  text-decoration:underline;
}
 
 /* ------------------- */


/* card category 3 - alberghi */
 
.sala-det  p.indentata{
  padding-left:8px;
  border-left:1px solid #809FB9;
} 

/* ------------------*/

 /*calendario */

#calendario {
	text-align:center;
	width:100%;
}

#calendario a:visited, #calendario a:link, #calendario a:focus{
	text-decoration:none;
	padding:5px;
	font-size:15px;
}  

#calendario a:hover{
	color:green;
}

#calendario .sezione-testo-articoli a:hover {
  color:#013D71;
}

#calendario .label{
	font-size:15px;
	
}

.cal-intestazione{
	margin-bottom:5px;
	border-bottom: 3px solid #809FB9;
	padding-bottom:7px;
}

.cal-intestazioneeventi{
	margin-bottom:5px;
	border-bottom: 3px solid #809FB9;
	text-align:left;
	margin-top:25px;
}

.cal-mesi{
	margin-bottom:5px;
	/* background-color: #0059A4;*/
	padding: 10px;	
}

.cal-in{
	/* background: url(../images/calback.jpg);
	background-repeat: repeat-x;*/
	border:1px outset #809FB9;
	padding:13px;
	text-align:center;
	width:100%;
	height:130px;
}

.cal-selected{
	 color:green;
	 font-weight:bold;
}

.settimana-selezionata1 {
  color:green;
  font-weight:bold;
  padding-top:3px;
  padding-bottom:3px;
}

.settimana {
  padding-top:3px;
  padding-bottom:3px;
}


.niente{
	boder:none;
}

.cal-tipoevento{
	margin-top:7px;
	text-align:left;
	color:#2DA4F4;
	margin-bottom:12px;	
}

.cal-tipoevento a:visited, .cal-tipoevento a:link, cal-tipoevento a:focus{
	text-decoration:none;
	color:#2DA4F4;
	padding:0px;
	margin-bottom:7px;
}  

.evento{
	/* color:yellow; */
	border-bottom: 4px solid red;
  *padding-left:5px;
	/* background: url(../images/round.gif) no-repeat scroll 50% 50%;		*/
}

.evento-sel{
	/* color:yellow; */
	border-bottom: 4px solid red;
	color:green;
	*padding-left:5px;
	/*padding:2px;*/
	/* background: url(../images/round.gif) no-repeat scroll 50% 50%;		*/
}

.sezione-testo-articoli{
	margin-bottom:5px;
	/* border-right: 3px dotted #2DA4F4; */
	text-align:left;
	padding-top: 15px; 
	width: 100%;
	height:25px;
	background:#809fb9;
	float:left;	
}

.sezione-date-articoli{
	font-size:15px;
	border-left: 3px dotted #809FB9;		
  border-right: 3px dotted #809FB9;		
	/* background:#e0decd;*/
	text-align:left;
	padding:3px;
	margin-bottom:3px;
	padding-bottom:4px;

}


/* calendario */


/* questionario */

#questionario fieldset 
{
 border-width: 0;
 padding: 10px;
}

#questionario .erroriquest{
  width:600px;
  font-size:13px;
}

#questionario, #questionario input, #questionario select, #questionario textarea 
{
 font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #013D71;
 width: 400px;
}

#questionario table {
  width:600px;
}

#questionario label 
{
 font-weight: bold;
 font-size: 13px;
}

#questionario td 
{
 /* border-bottom-color: #EFEFEF;
 border-bottom-width: 2px;
 border-bottom-style: solid;*/

 padding-bottom: 1px;
 padding-top: 1px;
}

#questionario div.invia 
{
 text-align: right;
 width:415px;
}

#questionario div.invia input 
{
 padding-top: 2px;
 padding-right: 6px;
 padding-bottom: 2px;
 padding-left: 6px;
 font-weight: bold;
 color: #013D71;
 width: 128px;
 margin-right: 8px;
}

/* fine questionario */


/* paginazione document category */

.paginazione{
	padding: 10px;
}

.pag-ct{
	float: left;
	width: 79px;
	padding-top:5px;
}

/* back */
.paginazione .back {
  float:right;
  margin-right:0px;
  color:#013D71;
  padding-right:20px;
}

.paginazione .back a {
  color:#013D71;
  text-decoration:none !important;
}

.paginazione .back a:hover, .paginazione .back a:visited{
  color:#013D71;
  text-decoration:none !important;
}
/* back */


/* fine paginazione document category */


/* Photo gallery */
.box-photo {
	width:100%;	
}

.box-photo .photo {
	float:left;
	text-align:center;
	padding: 5px 5px 5px 5px;
	height:200px;	
}


.box-photo .photo .photo-img {
	width:250px;
	height:170px;	
	border: 3px dotted #4D7BAC;
	margin-left:27px;
	margin-right:27px;
}

/* fine photo gallery */


/*mappa sito*/

#mappa {
	color:#7C7572;
	margin-left:27px;
	font-size:13px;
}

#mappa a:visited, #mappa a:link, #mappa a:focus{
	color:#7C7572;
	text-decoration:none;
}

#mappa a:hover{
	color:#7C7572;
	text-decoration:underline;
}


#mappa .mappa1 li {margin-bottom:10px;}

#mappa .mappa2 li {list-style-type:upper-roman; margin-left:40px; margin-bottom:3px;}

#mappa .mappa3 li {list-style-type:upper-roman; margin-left:70px; margin-bottom:3px;}

/*fine mappa sito*/

/* banner */
.banner {
  margin-top:15px;
}

/*inizio card category leggi (Card Category 2) */

#centercol td a {
  text-decoration:none;
}

th a:hover, th a:link, th a:visited {
 color:#013D71;
}


#bordosx {
 border-left: 1px solid #F7F7F7;
}

#bordodx {
 border-right: 1px solid #F7F7F7;
}

#bordosopra {
 border-top: 1px solid #F7F7F7;
 font-size:0px;
 height:0px;
 line-height:0px;
}


th.colfree 
{

 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 text-align:left;
 color:#013D71;
/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;*/
}

th.col50 
{
/*
 width: 50px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;*/
 
 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 width: 50px;
 text-align: left;
 color:#013D71;
}

th.col60 
{
 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 width: 60px;
 text-align: left;
 color:#013D71;

/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 60px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top; */
}

th.col65 
{
/*
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 width: 65px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 width: 65px;
 text-align: left;
 color:#013D71;
}

th.col70 
{
/*
 width: 70px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 width: 70px;
 text-align: left;
 color:#013D71;
}

th.col100 
{
/*
 width: 100px;
 background-image: url(../images/sfondotratt.jpg);
 background-repeat: repeat-x;
 height: 25px;
 text-align: left;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
 color: #ffffff;
 font-size: 9px;
 vertical-align: top;
 */
 border-right-width: 1px;
 border-right-color: buttonshadow;
 border-right-style: solid;
 border-top-width: 1px;
 border-top-color: buttonhighlight;
 border-top-style: solid;
 border-left-width: 1px;
 border-left-color: buttonhighlight;
 border-left-style: solid;
 cursor: default;
 border-bottom-width: 1px;
 border-bottom-color: buttonshadow;
 border-bottom-style: solid;
 font-family: Arial;
 font-size: 13px;
 background-color:#B8ADA9;
 height: 25px;
 width: 100px;
 text-align: left;
 color:#013D71;
}

td.bordosotto 
{
 border-bottom-color: #669acc;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
}

td.bordosopra 
{
 border-top-color: #669acc;
 border-top-width: 1px;
 border-top-style: solid;
 height: 3px;
 font-size: 0;
 line-height: 1px;
}

.destra 
{
 float: right;
 width: 17px;
 vertical-align: top;
}

.sinistra 
{
 float: left;
 width: 80px;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col1 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col2 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col3 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col4 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col5 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.sinistra-col6 
{
 float: left;
 padding-top: 2px;
 padding-left: 8px;
}

.testocelle 
{
 border-right-color: #FFFFFF;
 border-right-width: 2px;
 border-right-style: solid;
 font-size: 13px;
 color: #013D71;
 padding-top: 5px;
 padding-right: 0px;
 padding-bottom: 5px;
 padding-left: 6px;
}

.sfondo-alt 
{
 background-color: #F7F7F7;
}

.testocelle-carddx 
{
 font-size: 12px;
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 5px;
 padding-left: 6px;
 text-align: justify;
 width: 75%;
 border-right-color: #fff;
 border-right-width: 2px;
 border-right-style: solid;
}

.sfondo-cardsx 
{
 color: #013D71;
 padding-top: 11px;
 padding-right: 7px;
 padding-bottom: 11px;
 padding-left: 7px;
 text-align: right;
 width: 25%;
 border-right-color: #013D71;
 border-right-width: 2px;
 border-right-style: solid;
}

/*fine card categoy legge*/

/* link (cardcategory 2*/
.abstract {
  font-size:small;
  padding:10px;
}

/* fine link */