/* Style Sheet per la mia documentazione
 */
 
body {
  background-color: white;
  background-image: url("immagini/fascia.png");
  background-repeat: repeat-y;
  font-family: helvetica, sans-serif;
  text-align: justify;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

h1, h2, h3 {
  text-align: center;
}

hr {
  width: 70%;
}

#menusx {
  position: absolute;
  left: 0;
  top: 0;
  width: 7em;
  padding: 5px;
}

#testata {
  padding: 0px;
  padding-left: 7.7em;
  margin-left: 10px;
  margin-right: 10px;
}

#corpo {
  padding: 0px;
  padding-left: 7.7em;
  padding-right: 130px;
  margin-left: 10px;
  margin-right: 10px;
}

#pannellodestro {
  position: absolute;
  right: 0;
  width: 127px;
  text-align: center;
}

.immaginedestra {
  padding-top: 50%;
  padding-bottom: 50%
}

#footer {
  clear: both;
  text-align: center;
}

.blocco {
  clear: both;
}

.bottone {
  margin-top: 10px;
  padding: 5px;
  background-color: #0000ff;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: white;
}

.bottone:hover {
  background-color: #4040ff;
}

.bottone A:visited, .bottone A:link {
  color: #ffffff;
  text-decoration: none;
}

.bottone A:hover {
  color: #e0e0e0;
  text-decoration: none;
}

.leftnav {
  float: left;
}

.rightlogo {
  float: right;
}

.estratto {
  margin-left: 10px;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid red;
}

.separatore {
  clear: both;
}

.sorgente {
  margin: 3px;
  padding: 3px;
  background-color: #ffff80;
}

.cenrata {
  text-align: center;
}

.cvideata {
  width: 250px;
  text-align: center;
  font-size: 80%;
}

.videata {
  float: left;
  margin-bottom: 15px;
  width: 250px;
  text-align: center;
  font-size: 80%;
}

.rvideata {
  float: right;
  margin: 10px;
  text-align: center;
  font-size: 80%;
}

.autore {
  text-align: right;
  font-style: italic;
}

