/* 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;
}

IMG {
  border: 0;
}

H1, H2 {
  text-align: center;
}

HR {
  width: 70%;
}

#menusx {
/*  float: left; */
  width: 105px;
  padding: 5px;
}

#corpo {
  position: absolute;
  left: 125px;
  top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

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

.blocco {
  clear: both;
}

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

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

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

.leftnav {
  float: left;
}

.rightlogo {
  float: right;
}

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

.cenrata {
  position: relative;
  left: -125px;
  padding-left: 50%;
}

.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: left;
  margin-bottom: 15px;
  width: 330px;
  text-align: center;
  font-size: 80%;
}

