/*San Gottardo*/

html, body {
  height: 100%;
}

body {
  text-align: center;
  background-image: url(images/body.jpg); 
  background-repeat: repeat-y;
  background-position:center;
  background-color: #7FA2B8; 
}

body, p, b {
  color:#666;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 11px;
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration:none;
  color: #8FA9BA;
}

a:hover {
  text-decoration:underline;
}

img {
  padding-bottom: 10px;
}

#banner {
  height: 173px;
  background: url("images/banner.jpg") no-repeat 0 0;
}

#banner a {
  display: none;
  font-size: 20px;
  padding: 40px 0 8px 300px;
  color: black;
}

#banner a:hover {
  text-decoration: none;
}

#banner img {
  padding-bottom: 0;
display: none;
}

p.index {
  padding: 0 145px;
  margin-top: 130px;
}

#link ul li {
  list-style-type: none;
}

#link ul li a {
  color: black;
}

#link {
  margin-top: 30px;
}

#link tr td {
  vertical-align: top;
}

#container {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  position: relative;
  min-height: 100%;
  _height: 100%;
  background-color: white;
}

#navigation {
  padding: 3px 0;
  margin: 0;
  width: 700px;
  border-bottom: 1px solid #778;
  font: bold 12px Verdana, sans-serif;
  position: absolute;
  top: 152px;
}

#navigation ul {
  margin: 0 0 0 300px;
  padding: 0;
}

#navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  line-height: 120%;
}

#navigation li a {
  padding: 3px 6px;
  margin: 0;
  border: 1px solid #778;
  border-bottom: none;
  background: #ADCCE0;
  text-decoration: none;
  color: #728694;
}

#navigation li a:hover {
  color: black;
  background: #8FA9BA;
  border-color: black;
}

#navigation li a.current {
  background: white;
  border-bottom: 1px solid white;
}

#navigation li a.current:hover {
  color: black;
  background-color: white;
  border-color: black;
  border-bottom: 1px solid white;
}












#subnavigation {
  padding: 0 0 0 20px;
  margin: 0;
  position: absolute;
  top: 90px;
}

#subnavigation ul {
  list-style-type: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

#subnavigation ul li a {
  background: transparent url(images/list-active.gif) left center no-repeat;
  color: #666;
  padding-left: 15px;
  text-align: left;
  font-size: 11px;
  text-decoration: none;
}

#subnavigation ul li a:hover, #subnavigation ul li a.current:hover {
  background: transparent url(images/list-off.gif) left center no-repeat;
  color: #999;
}

#subnavigation ul li a.current {
  background: transparent url(images/list-on.gif) left center no-repeat;
  color: black;
}









/*#subnavigation {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid gray;
}

#subnavigation ul {
  list-style-type: none;
  text-align: left;
  margin: 0 0 0 300px;
  padding: 3px 0;
}

#subnavigation ul li {
  display: inline;
  padding: 0;
  margin: 0;
}

#subnavigation ul li a {
  background: transparent url(images/list-active.gif) left center no-repeat;
  color: #666;
  padding: 0 5px;
  margin: 0px;
  text-align: left;
  font-size: 11px;
  text-decoration: none;
  border-right: 1px solid gray;
}

#subnavigation ul li a:hover, #subnavigation ul li a.current:hover {
  background: transparent url(images/list-off.gif) left center no-repeat;
  color: #999;
}

#subnavigation ul li a.current {
  background: transparent url(images/list-on.gif) left center no-repeat;
 color: black;
}

*/







#content {
  padding: 20px 50px 20px 20px;
}

#content p {
  padding-bottom: 10px;
}

h2 {
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 19px;
  font-family: georgia;
}

#content a img {
  border: 0;
}

#content table {
  background-color: gray;
  margin-bottom: 10px;
}

#content td {
  background-color: white;
  padding: 3px;
}

#content ul {
  margin: 0 0 10px 0;
  padding-left: 13px;
}

#content ul li {
  list-style-type: square;
}


table.thumb td {
  padding: 0;
  margin: 0;
}

div.thumb {
  display: inline;
  margin-right: 10px;
}

div.thumb p {
  width: 150px;
  padding: 0;
  border: 0;
  margin-bottom: -8px;
}

#content form input.commenti {
  width: 357px;
  border: 1px solid #ddd;
  border-bottom: 1px solid gray;
  font-family: verdana, arial, sans-serif;
  color: gray;
  font-size: 12px
}

#content form textarea {
  margin-left: 60px;
  width: 357px;
  border: 1px solid gray;
  font-family: verdana, arial, sans-serif;
  color: gray;
  font-size: 12px;
}

#content form select {
  margin-left: 60px;
}

#content form table {
  border: 0px;
}

#languages {
  position: absolute;
  top: 55px;
  right: 136px;
  padding: 0;
  margin: 0;
}

#languages ul {
  padding: 0;
  margin: 0;
}

#languages ul li {
  list-style-type: none;
  display: inline;
}

#languages ul li a {
  color: gray;
  font-size: 10px;
}

#footer {
  padding: 3px 0px 3px 20px;
  width: 680px;
  position: absolute;
  bottom: 0;
}

#footer p {
  color: gray;
  font-size: 10px;
}

#author {
  float: right;
  color: gray;
  padding-right: 5px;
  margin: 0px;
}

#author a {
  color: #5E5D5F;
}
