body {
  background: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: justify;
}

a {
  text-decoration: none;
  color: red;
}

a:hover {
  text-decoration: none;
  color: black;
}

.menu span {
  position: relative;
  padding-bottom: 10px;
}

.menu span img.menubig {
  visibility: hidden;
  position: absolute;
  top: 20px;
  width: 150px;
  height: 300px;
  border: solid 1px black;
}

.menu span:hover img.menubig {
  visibility: visible;
}

.menu a img {
  border: 0px;
  height: 12px;
  padding-right: 5px;
}

.title {
  padding-bottom: 10px;
  font-size: large;
  font-weight: bold;
}

.title:first-letter {
  color: red;
}

#footer {
  font-size: small;
  text-align: center;
  padding-top: 10px;
}

#foresta {
  text-align: center;
}

#foresta #albero {
  width: 642px;
  height: 450px;
  border-width: 0px;
}

#foresta div.desc {
  display: none;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 204px;
  text-align: center;
}

#foresta div.desc#descA {
  top: 240px;
}

#foresta div.desc#descB {
  top: 436px;
}

#foresta img.desc {
  width: 400px;
  height: 204px;
  border: solid black 2px;
}

#strip {
  border: solid black 2px;
}

#counter {
  border: solid black 1px;
  width: 110px;
  height: 47px;
  padding: 0px;
  border-spacing: 0px;
}

#counter td {
  font-size: 80%;
}

#counter td:first-letter {
  color: red;
}

#counter thead td {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 90%;
}

#counter td.num {
  font-size: 80%;
  text-align: right;
  font-weight: bold;
}

#counter td.num:first-letter {
  color: black;
}

#sotto {
  padding: 20px 0px 20px 0px;
}

#sotto td {
  vertical-align: top;
}

#sotto .date {
  text-align: left;
}

#sotto .title {
  padding-bottom: 10px;
  text-align: left;
  font-size: large;
  font-weight: bold;
}

#sotto .body {
  text-align: justify;
}

.calendar {
  border: solid black 1px;
  padding: 0px;
  border-spacing: 0px;
}

.calendar td {
  font-size: 80%;
  border: none;
}

.calendar td.today {
  border: solid black 1px;
  font-weight: bold;
}

.calendar thead td {
  background-color: black;
  color: white;
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  vertical-align: top;
}

.calendar thead td:first-letter {
  color: red;
}

form table {
  width: 100%;
}

form td {
  text-align: left;
  vertical-align: top;
}

form textarea {
  width: 100%;
  height: 250px;
}

.banners {
  padding-top: 20px;
}

.banners a {
  display: block;
  padding-bottom: 10px;
}

.timeline {
  padding: 0px;
  border-spacing: 0px;
}

.timeline td {
  vertical-align: top;
}

.timeline tr:hover {
  background: yellow;
  color: red;
}

.timeline td.tlt {
  width: 50%;
  padding-right: 3px;
  text-align: right;
  font-size: 80%;
}

.timeline td.tld {
  background: black;
  color: white;
  white-space: nowrap;
  text-align: center;
}

.timeline td.tld a {
  color: white;
}

.timeline td.tlr {
  width: 50%;
  padding-left: 3px;
  font-size: 80%;
}

.timeline td.head {
  text-align: center;
}

.timeline td.head:first-letter {
  color: red;
}

.timeline tr.titoli td {
  background: black;
  color: white;
  font-size: 100%;
  text-align: center;
}

.timeline-idx td {
  text-align: center;
}

.timeline-idx td:first-letter {
  color: red;
}

.wallpaper {
  height: 1500px;
  padding: 70px 0px 100px 0px;
  border-spacing: 0px;
  background: url(images/wallpaper/sfondo-link.png) no-repeat;
}

.wallpaper td {
  vertical-align: top;
}

.wallpaper .link img {
  width: 300px;
  height: 225px;
  border: 0px;
  padding: 10px 10px 10px 50px;
}

.wallpaper .riassunto img {
  width: 400px;
  height: 225px;
  padding: 10px 0px 0px 65px;
}
