/* Ordine: display, (position, top/left/right/bottom), float/clear, margin, border-style,
border-width, padding, width/height, min-width/min-height, background-color, color,
border-color, font-family, font-size, text-align, text-decoration, vertical-align */
body {
 margin: 0;
 border-style: none;
 min-width: 610px;
 background-color: white;
 color: black;
 border-color: gray;
}
h1, h2 {
 text-align: center;
}
img {
 border-style: none;
}
.withborder {
 border-style: solid;
 border-width: medium;
}
div.withborder {
 margin: 2%;
 border-color: #9bc6c0;
 padding: 10px;
}
span.error {
 background-color: inherit;
 color: red;
}
th[scope="row"] {
 text-align: justify;
}
th {
 background-color: #9bc6c0;
 color: inherit;
}
tr.withbg { /* per tabelle a righe alterne come mygolug/gesticilink.php */
 background-color: silver;
 color: inherit;
}
a[hreflang="en"]:after {
 content: "[in inglese]";
 font-size: 60%;
 vertical-align: super;
}
.menu {
 background-color: inherit;
 color: blue;
 border-color: inherit;
 font-family: sans-serif;
}
.menu a {
 background-color: inherit;
 color: blue;
 text-decoration: none;
}
.menu a:hover {
 background-color: #82aaa0;
 color: inherit;
 text-decoration: underline;
}
.menu ul {
 margin: 0;
 padding-left: 17px;
 padding-bottom: 5px;
}
.menu li {
  list-style-type: none;
}
#header {
 border-bottom: 1px solid gray;
 padding: 10px;
 background-color: #9bc6c0;
 color: inherit;
 vertical-align: middle;
}
#mascotte {
 float: left;
 margin-right: 5px;
}
#quicklinks {
 float: right;
 margin-left: 5px;
 padding: 5px;
 background-color: #82aaa0;
 font-size: 80%;
 text-align: right;
}
#title a {
 background-color: inherit;
 color: blue;
 border-color: inherit;
 text-decoration: none;
}
#leftmenuandcontent {
 margin-left: 7%;
 margin-right: 7%;
 border-collapse: collapse; /* equivalent to cellspacing=0 in HTML */
}
#leftmenu, #content {
 padding: 10px;
 vertical-align: top;
}
#leftmenu {
 width: 17%;
 background-color: inherit;
 color: inherit;
}
#content {
 border-left: 1px solid gray;
 background-color: white;
 color: inherit;
 border-color: gray;
}
#footer {
 margin-top: 1em;
 text-align: center;
}
