html,body{margin: 0;padding:0}
body{font-family: arial,sans-serif; font-size: 90%; text-align: left;
  background-image: url(../img/sfondo.jpg)
} 

p, li {
  text-decoration: none;
  color: seagreen;
  font-weight: normal;
  font-size: 90%;
}

h1, h2, h3 {
  text-decoration: none;
  color: seagreen;
  font-weight: bold;
}

.molto_grande {font-size: 200%;}
.grande {font-size: 130%;}
.piccolo {font-size: 75%;}
.molto_piccolo {font-size: 60%;}
.pdf {
  color: white;
  background-color:red;
  font-size: 75%;
  font-weight: bold;
}

#proposal {
  font-size: 130%;
}

.linkSub {
  color: seagreen;
  font-weight: normal;
  text-decoration: none;
}

a {
  border: 0px none;
  padding-left: 5px; padding-right: 5px; padding-top:3px; padding-bottom:3px;
  text-decoration: none;
  color: seagreen;
  font-weight: normal;
}
a:hover { color: blue }

.navbarSubHover {
  background-color: aquamarine;
  border: 0px none;
  padding-left: 5px; padding-right: 5px; padding-top:3px; padding-bottom:3px;
  color: seagreen;
  font-weight: normal;
}
.navbarSub {
  border: 0px none;
  padding-left: 5px; padding-right: 5px; padding-top:3px; padding-bottom:3px;
  text-decoration: none;
  color: seagreen;
  font-weight: normal;
}
.navbarMain {
  border: 0px none;
  padding-left: 5px; padding-right: 5px; padding-top:3px; padding-bottom:3px;
  text-decoration: none;
  color: seagreen;
  font-weight: bold;
}
.navbarLink {
  border: 0px none;
  padding-left: 5px; padding-right: 5px; padding-top:3px; padding-bottom:3px;
  text-decoration: none;
  color: seagreen;
  font-weight: normal;}

div#container {
}

div#header{
    width: auto;
    height: 100px;
    top: 0;
}

div#navigation{
    border-width: 0px 0 0px 0;
    position: absolute;
    width: 180px;
    top: 100px;
    padding: 20px;
}

div#content{
    position: absolute;
    left: 240px;
    top: 120px;
    right: 0;
    width: auto;
}

div#content p{text-indent: 20pt;}
div#content li>p{text-indent: 0pt;}

div#footer{
    clear:both;
}
