/* CSS Document */

/*-- trivial */
body {
  text-align: center;
  background-color: #CFB396;
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  }
body.cover {
  background-color: #CFB396;
  }

a.mailLink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #992533;
  text-align: center;
  }

td {
  text-align: inherit;
  margin: 0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  }

acronym, abbr {
  font-variant:normal;
  text-transform:none;
  border:0px none;
  border-bottom: 1px dashed #999999;
  cursor:help;
  }

img {
  border: 0px none;
  }

p.dummyPage {
  background-color:#E5E5E6;
  border: 1px solid #333333;
  position: relative;
  width: 720px;
  margin: 10px 0px 0px 0px;
  padding: 25px;
  text-align:center;
  }

.smallText {
  font-size: 9px !important;
  }

br.clearBoth { /* per ora non usato ma andrebbe sostituito ai BR con gli stili incorporati nelle pagine */
  clear:both;
  }


/*-- index */
a.lingueSitoCover {
  height: 25px;
  line-height: 25px;
  padding: 0px 4px;
  color: #FFFFFF;
  text-decoration:none;
  }

a.lingueSitoCover:hover:before {
  content: url(../images/layout/selected.gif);
  }

a.lingueSitoCover:before {
  content: url(../images/layout/dot.gif);
  }


/*-- struttura generale */
.uberContainer {
  margin: 0 auto;
  width: 740px;
  text-align:center;
  padding: 0px 10px 0px 10px;
  }
.uberContainerCover {
  margin: 0 auto;
  width: 440px;
  text-align:center;
  }

.titoloPaginaStampata {/* utilizzato solo per la stampa */
  display: none;
  }

.main {
  position: relative;
  width: 720px;
  margin: 0px 0px 10px 0px;
  }
.mainCover {
  text-align: center;
  position: relative;
  width: 440px;
  margin: 10px 0px 10px 0px;
  }

.mainTop, .mainTopImage {
  position: relative;
  margin: 0px;
  padding: 0px;
  width: 720px;
  height: 41px;
  }

.logoPiccolo {
  position:absolute;
  top:50px;
  left:10px;
  float:left;
}

.logoCover {
  position:absolute;
  top:12px;
  left:0px;
  float:left;
}

.photoTop {
  position: relative;
  margin: 0px;
  width: 720px;
  height:166px;
  }

.mainSplash {
  background-color:#FFFFFF;
  position: relative;
  margin: 0px;
  padding: 6px 0px 0px 0px;
  width: 441px;
  height: 80px;
  }
.mainSplashMultiImages {
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 441px;
  height: 80px;
  }
.mainSplashMultiImages .imageContainer {
  margin: 0px 4px 0px 0px;
  height: 40px;
  width: 143px;
  display: inline;
  }
/*.mainSplashMultiImages .imageContainer:first-child {
  margin: 0px 0px 0px 0px;
  }*/

.mainDivider {
  display: none;
  background-color: #000000;
  position: relative;
  margin: 0px;
  width: 720px;
  height: 1px;
  }

.bottomColophon {
  margin: 0px;
  padding: 6px 10px 0px 10px;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  width: 720px;
  height:16px;
  line-height:16px;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  }

.bottomColophon a {
  color: #FFFFFF;
  }

/*-- mailingList ----------------------------------------------------- */
.mailingListBody {
  background: url(../images/layout/mailingListBG.png);
  width: 706px;
  padding: 7px;
  margin: 0px;
  text-align: left;
  }
.mailingListColumn {
  float: left;
  width: 652px;
  font-size: 13px;
  text-align: justify;
  margin: 0px;
  padding: 0px 47px 0px 7px;
  display: block;
  }
.mailingListColumn b, .mailingListColumn strong {
  color: #333333;
  font-weight: bold;
  }

.mailingListColumn p {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  }
.mailingListColumn .smallText {
  font-size: 9px !important;
  }

.mailingListColumn h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #992533;
  margin: 0px;
  padding: 0px 0px 7px 0px;
  }
.mailingListColumn h1, h2, h3 {
  font-size: 17px;
  }
.mailingListColumn h4, h5, h6 {
  font-size: 15px;
  font-style: italic;
  }

.mailingListColumn a:link, .mailingListColumn a:visited {
  font-size: 13px;
  color: #992533;
  font-weight: bold;
  text-decoration:none;
  }
.mailingListColumn a:hover, .mailingListColumn a:focus, .mailingListColumn a:active {
  color: #6161a2;
  }

.mailingListFooter {
  clear: both;
  background: url(../images/layout/mailingListFooter.png) top no-repeat;
  position: relative;
  margin: 0px;
  width: 720px;
  height:25px;
  line-height:25px;
  }

/*-- homePage colonne ----------------------------------------------------- */
.homePageBody {
  background: url(../images/layout/bodyBG.png);
  width: 720px;
  padding: 0px;
  margin: 0px;
  text-align: left;
  }

.homePageBody td.titolo01 {
  font-size: 17px;
  margin: 0px;
  font-weight: bold;
  color: #ffffff;
  background-color: #A58666;;
  padding: 3px 10px 3px 10px;
  }

.homePageBody td.titolo02 {
  border-right: solid #FFFFFF 9px;
  border-left: solid #FFFFFF 9px;
  font-size: 17px;
  margin: 0px;
  font-weight: bold;
  color: #ffffff;
  background-color: #A58666;
  padding: 3px 1px 3px 1px;
  }

.homePageBody td.immaginiApertura {
  padding: 0px 10px 0px 10px;
  }

.homePageBody td.bannerino {
  font-size: 13px;
  text-align: center;
  margin: 0px;
  background-color: White;
  padding: 2px 10px 2px 10px;
}

.homePageBody td.testo {
  font-size: 13px;
  text-align: justify;
  margin: 0px;
  padding: 5px 10px 5px 10px;
  }
.homePageBody td#testoConSfondo {
background-color: #F1E7DC;
  }

.homePageBody td.immagineNews {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  }

.homePageBody td.testo b, .homePageBody td.testo strong {
  color: #333333;
  font-weight: bold;
  }

.homePageBody td.testo p, .homePageBody td.testo h1, .homePageBody td.testo h2, .homePageBody td.testo h3, .homePageBody td.testo h4, .homePageBody td.testo h5, .homePageBody td.testo h6 {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  }

.homePageBody td.testo h1, .homePageBody td.testo h2, .homePageBody td.testo h3, .homePageBody td.testo h4, .homePageBody td.testo h5, .homePageBody td.testo h6 {
  font-weight: bold;
  color: #992533;
  padding: 0px 0px 7px 0px;
  }

.homePageBody td.testo h1, .homePageBody td.testo h2, .homePageBody td.testo h3 {
  font-size: 17px;
  }

.homePageBody td.testo h4, .homePageBody td.testo h5, .homePageBody td.testo h6 {
  font-size: 15px;
  font-style: italic;
  }

.homePageBody td.testo a:link, .homePageBody td.testo a:visited {
  font-size: 13px;
  color: #992533;
  font-weight: bold;
  text-decoration:none;
  }
.homePageBody td.testo a:hover, .homePageBody td.testo a:focus, .homePageBody td.testo a:active {
  color: #6161a2;
  }

/*
.homePageColumn {
  float: left;
  font-size: 13px;
  text-align: justify;
  margin: 0px;
  padding: 7px;
  display: block;
  }
.homePageColumn b, .homePageColumn strong {
  color: #333333;
  font-weight: bold;
  }

.homePageColumn .bannerHome {
  width: 252px;
  margin: 20px 0px 0px 0px;
  display: inline;
  text-align:center !important;
  }

.homePageColumn .fotoPiccolaBassaHome{
  position:absolute;
  bottom:49px;
  margin: 6px 0px 0px 0px;
  }

.homePageColumn:first-child {
  border-left: none;
  width: 228px;
  }

.homePageColumn p, .homePageColumn h1, .homePageColumn h2, .homePageColumn h3, .homePageColumn h4, .homePageColumn h5, .homePageColumn h6 {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  }

.homePageColumn h1, .homePageColumn h2, .homePageColumn h3, .homePageColumn h4, .homePageColumn h5, .homePageColumn h6 {
  font-weight: bold;
  color: #992533;
  padding: 0px 0px 7px 0px;
  }

.homePageColumn h1, .homePageColumn h2, .homePageColumn h3 {
  font-size: 17px;
  }

.homePageColumn h4, .homePageColumn h5, .homePageColumn h6 {
  font-size: 15px;
  font-style: italic;
  }

.homePageColumn a:link, .homePageColumn a:visited {
  font-size: 13px;
  color: #992533;
  font-weight: bold;
  text-decoration:none;
  }
.homePageColumn a:hover, .homePageColumn a:focus, .homePageColumn a:active {
  color: #6161a2;
  }
*/
/*-- altPage colonne ------------------------------------------------------ */
.altPageBody {
  background: url(../images/layout/bodyAltBG.png);
  width: 720px;
  padding: 0px;
  margin: 0px;
  text-align:left;
  }

.altPageColumn {
  float: left;
  margin: 0px;
  }
.altPageColumn b, .altPageColumn strong {
  color: #333333;
  font-weight: bold;
  }

#columnLeft {
  width: 258px;
  }

#columnRight {
  width: 440px;
  font-size: 13px;
  text-align: justify;
  margin: 0px;
  padding: 5px 10px 13px 10px;
  display: block;
  }

.altPageColumn p, .altPageColumn h1, .altPageColumn h2, .altPageColumn h3, .altPageColumn h4, .altPageColumn h5, .altPageColumn h6 {
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  }

.altPageColumn h1, .altPageColumn h2, .altPageColumn h3, .altPageColumn h4, .altPageColumn h5, .altPageColumn h6 {
  font-weight: bold;
  color: #992533;
  padding: 0px 0px 7px 0px;
  }

.altPageColumn h1, .altPageColumn h2, .altPageColumn h3 {
  font-size: 17px;
  }

.altPageColumn h4, .altPageColumn h5, .altPageColumn h6 {
  font-size: 15px;
  font-style: italic;
  }

#columnRight a:link, #columnRight a:visited {
  font-size: 13px;
  color: #992533;
  font-weight: bold;
  text-decoration:none;
  }
#columnRight a:hover, #columnRight a:focus, #columnRight a:active {
  color: #6161a2;
  }

/*.altPageColumn h1:before, .altPageColumn h2:before, .altPageColumn h3:before, .altPageColumn h4:before, .altPageColumn h5:before, .altPageColumn h6:before {
  content: url(../images/layout/dotBigRed.gif);
  }*/

/*-- footer --------------------------------------------------------------- */
.mainFooter {
  clear: both;
  background: url(../images/layout/pageFooter.png) top no-repeat;
  position: relative;
  margin: 0px;
  width: 720px;
  height: 25px;
  line-height: 25px;
  }

.altFooter {
  clear: both;
  background: url(../images/layout/pageAltFooter.png) top no-repeat;
  position: relative;
  margin: 0px;
  width: 720px;
  height: 25px;
  line-height: 25px;
  }

.realFooter {
  position: relative;
  background: url(../images/layout/pageAltFooter.png) top no-repeat;
  left: 0px;
  width: 720px;
  height: 25px;
  line-height: 25px;
  }
.realFooterCover {
  text-align: center;
  position: relative;
  left: 0px;
  width: 440px;
  height: 25px;
  line-height: 25px;
  }

.lingueSito ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }

.lingueSito li {
  float: left;
  margin: 0;
  }

.lingueSito li a, .lingueSito a {
  height: 25px;
  line-height: 25px;
  float: left;
  padding: 0px 4px;
  display: block;
  color: #FFFFFF;
  text-align: left;
  text-decoration:none;
  }

.lingueSito li a:hover:before, .lingueSito a:hover:before {
  content: url(../images/layout/selected.gif);
  /*content: url(../images/layout/lingueMenuBG_o.gif);*/
  /*background-image: url(../images/layout/lingueMenuBG_o.gif);*/
  /*background-repeat: no-repeat;*/
  /*background-position: 4px 9px;*/
  }

.lingueSito li a:before, .lingueSito a:before {
  content: url(../images/layout/dot.gif);
  }

/* Hide from IE5-Mac \*/
/*.lingueSito li a { ma mi pare che non vada bene nemmeno per IE6
  float: none
  }*/
/* End hide */

.lingueSito {
  left:0px;
  top:0px;
  width:230px;
  height:25px;
  font-size: 13px;
  margin: 0px;
  padding: 0px 10px;
  color: #FFFFFF;
  float: left;
  text-align:left;
  }

.colophon {
  width: 436px;
  height:25px;
  line-height:25px;
  font-size: 11px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  color: #FFFFFF;
  float: left;
  text-align:right;
  }

.rssIcon {
  width: 14px;
  height:25px;
  margin: 0px;
  padding: 0px 10px 0px 0px;
  float: right;
  vertical-align: middle;
  }

.colophon a {
  color: #FFFFFF;
  }

/*-- mainMenu ------------------------------------------------------------- */
.mainMenu ul {
  list-style: none;
  padding: 0px 14px;
  margin: 0px;
  }

.mainMenu li {
  float: left;
  margin: 0;
  }

.mainMenu li a, .mainMenu li span {
  font-size: 15px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  float: left;
  padding: 0px 4px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  text-transform: uppercase;
  }

.mainMenu li a:hover, .mainMenu li .currentPage {
  color: #E5E5E6;
  }

/*.mainMenu li a:hover:before, .mainMenu li a.home:hover:before {
  content: url(../images/layout/selected.gif);
  }*/

/*.mainMenu li a:before, .mainMenu li a.home:before {
  content: url(../images/layout/dot.gif);
  }*/

/* Hide from IE5-Mac \*/
/*.mainMenu li a,.mainMenu li a:hover { ma mi pare che non vada bene nemmeno per IE6
  float: none
  }*/
/* End hide */

.mainMenu {
  left:0px;
  top:0px;
  width:720px;
  height:44px;
  background-color: #A58666;
  background-position:top left;
  background-repeat:no-repeat;
  }

.LinkEsterno{
position: absolute;
width: 51px;
height: 36px;
left: 6px;
top: 725px;
}
.linkTestualeEsterno{
position: absolute;
width: 660px;
height: 35px;
left: 65px;
top: 735px;
text-align: left;
font-size: 11px;
}
.linkTestualeEsterno a, .linkTestualeEsterno a :link, .linkTestualeEsterno a:visited {
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
color: #41291B;
}
.linkTestualeEsterno a:hover, .linkTestualeEsterno a:focus, .linkTestualeEsterno a:active {
color: #A58666;
text-decoration: none;
}
  
/*-- altMenu -------------------------------------------------------------- */
.altMenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  }

.altMenu li {
  float: left;
  margin: 0;
  }

.altMenu li a {
  font-size: 15px;
  font-weight: bold;
  height: 28px;
  width:155px;
  line-height: 28px;
  float: left;
  padding: 0px 17px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: left;
  }

/*.altMenu li a:hover {
  background: #999999;
  }*/
.altMenu li a:hover {
  color: #999999;
  }

/*.altMenu li a:hover:before {
  content: url(../images/layout/selectedBigRed.gif);
  }

.altMenu li a.back:before {
  content: url(../images/layout/back.gif);
  }

.altMenu li a.back:hover:before {
  content: url(../images/layout/back.gif);
  }

.altMenu li a:before {
  content: url(../images/layout/dotBigRed.gif);
  }*/

/* Hide from IE5-Mac \*/
.altMenu li a,.altMenu li a:hover {
  float: none
  }
/* End hide */

.altMenu {
  left:0px;
  top:0px;
  width:155px;
  height:28px;
/*  background: url(../images/layout/altMenuBG.png) top left repeat-y;*/
  }

a.altavista:link, a.altavista:visited {
  font-size: 11px;
/*  vertical-align: middle;*/
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  }
a.altavista:hover, a.altavista:focus, a.altavista:active {
  color: #000000;
  }

#whiteText {
  color:#FFFFFF;
  }
