/* CSS - paolo dell'orto */
/* Imposta la dimensione del body anche per Firefox*/
html {
  height: 100%;
}
body {
  font-family: Verdana, Arial, sans-serif;
}
h1 {
  margin: 0;
  padding: 0;
  line-height: 100px;
  text-indent: -5000px;
}
h1.tuno{
  background-image: url(../img/link.jpg);
  background-position: top center;
  background-repeat: no-repeat;}
h1.tsei{
  background-image: url(../img/contatti.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
h1.tdue{
  background-image: url(../img/note.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
h1.ttre{
  background-image: url(../img/webdesigner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
h1.tquattro{
  background-image: url(../img/temporary.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
h1.tcinque{
  background-image: url(../img/biografia.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
h2 {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: bolder;
}
div {
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  background-image: url(../img/vert_grigio.jpg);
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: top center;
  margin: 0;
  padding: 0;
}

.iconaw3 { 
  border: 0;
  margin-left: 32px;
  
  
  }

img.a {
  float: left;
}

#contenitore {
  width: 702px;
  position: absolute;
  left: 50%;
  margin-left: -351px; 
}

#testata {
  color: #fff;
  background-color: #cc9;
  background-image: url(../img/barra_blu.jpg);
  background-repeat: repeat-x;
  height: 100px;
}

#navigazione {
  float: right;
  width: 172px;
}

#contenuto {
  padding: 5px;
  margin-right: 72px;
  
}
#contenuto img {
  float: left;
  margin: 5px;
  padding: 5px;
  margin-bottom: 5px;
  border: 1px solid #cc9;
 } 
 
 
#contenuto p {
  text-align: justify;
  font-size: 14px;
}
/* Navigazione */
#navigazione ul {
  /*obbligatorio*/
  list-style-type: none;
  list-style-position: outside;
  margin: 5px;
  padding: 5px 0 0 0;
}

#navigazione ul li {
  /*Questo mette il bordo tra un bottone e l'altro*/
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  /*obbligatorio*/
  margin: 2px 0;
}

#navigazione ul li a {
  /*Qui cambio l'aspetto dei bottoni*/
  padding: 2px;
  margin: 0;
  background-color: #43484c;
  text-decoration: none;
  color: #ffa200;
  line-height: 20px;
  /*da qui č obbligatorio cosė*/
  display: block;
  width: 100%; /*Serve ad aggiustare la larghezza per IE*/
  font-size: 12px;
}

/*Serve ad aggiustare la larghezza per FF*/
/*obbligatorio*/
html>body #navigazione ul li a {
  width: auto;
}

/*facoltativo, lo metto se voglio*/
#navigazione ul li a:hover, #navigazione ul li a.attivo {
  /*Qui cambio l'aspetto dei bottoni hover*/
  background-color: #ffa200;
  color: #43484c;
}

#piede {
  clear: both;
  font-size: 9px;
  text-align: center;
  background-color: #43484c;
  color: #ffa200;
}
.logo {
  float: left;
}

