* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
        text-decoration: none;
	}

a, a:link, a:hover, a:active, a:visited {
  color: inherit; text-decoration: none;
}

body {
 text-align: center; /* altrimenti ie6 si arrabbia */
 font-size: 4.1mm;
 background-color: #666;
 font-family : Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
}
/* Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif
 Verdana, Geneva, Tahoma,  Lucida Sans, Lucida Grande, Lucida Sans Unicode, Calibri, sans-serif */

#page {
  width: 900px;  max-width: 900px; min-width: 900px; position: relative;
/*  padding: 0 10px; */
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  text-align: left;
}

#content {
 line-height: 1.5em;
  margin: 0 0 0 180px;
  padding: 0 3em 0 8em;
  color: #ccc;
  letter-spacing: .07em;
  word-spacing: 1px;
}

#leftbar {
  width: 180px;
  float: left;
  margin-top: 20px;
 padding-right: 3em; 
}


#leftbar ul {
   list-style: none;
   margin-right: 10px;
   padding-top: 2em;
   padding-bottom: 2em;
   border-right: 2px dotted green;
   color: #ddd;
  text-align: right;
}
#leftbar li {
   margin: 10px 10px;
/*    background-color: white; */
   padding: .5em 1em;
   font-size: 90%;
    letter-spacing : .15em; 
}


#leftbar li a {
    color: white;  
}

#leftbar li a:link {

}

#leftbar li a:visited {

}

#leftbar li a:hover {
  color: #ccc;
}

#leftbar li a:active {

}

#leftbar li a.activelink { font-variant : small-caps;    letter-spacing: .25em; color: #ccc; }

#leftbar li.language { padding-top: 4ex; font-style: italic; }

#leftbar li.language a { color: palegreen   }
#leftbar li.language a:link {   }
#leftbar li.language a:visited {   }
#leftbar li.language a:hover {   }
#leftbar li.language a:active {   }

#header {
  padding-top: 20px; padding-right: 40px; padding-left: 20px;
   margin-bottom: 2em; 
  background-image: url("img/backhead.png");
   height: 155px; 
}

#header img {
   width: 450px; height: 155px;
   vertical-align: -2.3em;
}

#header ul {
   display: inline; 
   list-style: none;
   margin-left: 2em; 
/*   text-align: right; */
}
#header li {
   display: inline; 
   font-size: 80%;
   margin: 0 10px;
   font-variant: small-caps;
   letter-spacing: .25em;
}

#header li a{
  color: white;
}

#header li a:link {

}

#header li a:visited {

}

#header li a:hover{
  color: #ccc;
}

#header li a:active{
  
}

#headname {
 position: absolute; 
   left: 350px; top: 15px; 
/* font-family: Verdana, Geneva, Tahoma,  Lucida Sans, Lucida Grande, Lucida Sans Unicode, Calibri, sans-serif; */
font-size: 1.1em; 
font-style: italic;
color: white;
}

#headname a { color: white }

#footer {
  padding: 20px 0;
  text-align: center;
  color: #aaa;
  font-size: 80%;
clear: both;
}

#content p {
  margin: 1em 0;
}

#content p + p:first-line {
letter-spacing: .07em;
font-variant: normal;
}


#content p:first-line {
font-variant: small-caps;
letter-spacing: .35em;
}

 p:first-letter { /* sarebbe #content, ma sennò ie si arrabbia */
font-size: 8em;
line-height: .9em;
float: left;
margin: 0 0 0 -.8em;
color: green;
display: block;
}




/* h1 + p, h2 + p, h3 + p { text-indent: 0; margin-top: 0px}  */

#content h1 {
  font-size: 120%; color: white; margin-top: 1em; margin-bottom: .5em;
}

#content h2 {
  font-size: 100%; color: green; margin-top: 1em; margin-bottom: .5em;
}

#content h2 + ul { margin-top: 0px; }


#content strong { font-weight: bold; letter-spacing: .11em } /*0.7 em */
#content em { font-style: italic }
#content a { color: palegreen; }  
#content ul { list-style: lower-roman outside; margin-left: -1em; margin-top: 1.5em; margin-bottom: 1.5em}
#content ul li { padding-left: 1em; margin-top: .5em;}

#content ul li > ul { margin-bottom: 1em; margin-top: 1em; }
#content ul li ul { margin-left: 2em; list-style: lower-greek outside }

#content .footnote { font-size: 80%; margin-top: 2em; padding-top: .5em; border-top: 1px solid #aaa; }
#content .footnotemark {vertical-align:top; } 

/* Tabella delle tariffe */

#tariffe {
  width: 100%;
 margin-bottom: 1em; padding-bottom: 1em; 
border-bottom: 1px solid;
}

#tariffe caption {
    padding-bottom: 1em; border-bottom: 1px solid;
    margin-top: 2em; margin-bottom: 1em;font-variant: small-caps;
}

#tariffe thead { font-style: italic; }

#tariffe .aaaa { text-align: left;  }
#tariffe .bbbb { text-align: center; }
#tariffe .cccc { text-align: center; }
#tariffe .setwidth { width: 6em; max-width: 6em; }

/* Tabella dei contatti */

#contatti {
  width: 100%;
 margin-bottom: 1em; padding-bottom: 1em; 
border-bottom: 1px solid;
}

#contatti caption {
    padding-bottom: 1em; border-bottom: 1px solid;
    margin-top: 1em; margin-bottom: 1em;font-variant: small-caps;
}

#contatti .aaaa { text-align: right;  }
#contatti .bbbb { text-align: left; padding-left: 2em; }

