/* Definizioni generali */

html {
  min-height: 100%;
  margin-bottom: 1px;
}

body {
  font-family: "Lucida Grande", Arial, Geneva, Helvetica, sans-serif;
  margin: 0 2px;
  text-align: center;
  color: #ffffff;
  background: #000 url(../img/multi036.jpg) repeat fixed;
}

h1, h2 {
  margin-top: 0;
  text-align: center;
  color: #ffff00;
  font-weight: bold;
}

h3 {
  color: #ffffff;
}

p {
  line-height: 1.2em;
  font-size: 105%;
}

li {
  margin-bottom: 4px;
}

table {
  border: 1px solid #ffffff;
}

tr {
  vertical-align: top;
}

td {
  padding: 4px;
  font-weight: 550;
}

th {
  text-align: left;
  padding-left: 2px;
}

tr:hover {
  color: #ffff00;
}

tr td, tr th {
  border: 1px solid transparent;
}

tr:hover td {
  border: 1px solid #0def00;
}

form strong {
  color: #ffff00;
}

fieldset {
  width: 90%;
  margin: 1em auto;
  border: 0;
}

label {
  font-weight: bold;
  display: block;
}

label br {
  display: none;
}

input, textarea {
  color: #ffffff;
  background-color: #000000;
  font-weight: bold;
  border: 1px solid #ffffff;
}

input:focus, textarea:focus {
  color: #ffff00;
  border: 1px solid #0def00;
}

img {
  padding: 6px;
  margin: 2px;
  background-color: #000;
  border: 1px solid #ffffff;
}


/* Layout */

#scatola {
  width: 760px;
  margin: 0 auto;
  background: #000 none;
}

#contenuto {
  width: 744px;
  text-align: left;
  padding: 8px;
  background-color: #444;
}

#menu {
  width: 100%;
  background-color: #000;
}

#piepagina {
  clear: both;
  margin: 8px auto 0 auto;
  padding: 4px;
  background-color: #000;
}

/* Definizione elementi */

#intestazione {
  width: 760px;
  height: 45px;
  background: #000 url(../img/intestazione.jpg) repeat-x;
  margin: 0 auto;
}

#intestazione h1 {
  margin: 0 auto;
  width: 10em;
  color: #ffff00;
  border-bottom: 1px solid #0def00;
  font-style: italic;
}

#intestazione a,
#intestazione a:link,
#intestazione a:hover {
  text-decoration: none;
  color: #ffff00 !important;
}

#intestazione h1 span {
  font-size: smaller;
}

#menu {
  border-bottom: 1px solid #0def00;
  margin-bottom: 6px;
  color: red;
  font-weight: bold;
}

#menu ul {
  margin: 4px;
  padding: 4px;
  list-style: none;
}

#menu li {
  display: inline;
}

#menu li:after {
  margin-left: 2px;
  content: "|";
}

#menu li.last-item:after {
  content: "";
}

#menu li a, #menu li a:link,
#piepagina a, #piepagina a:link {
  margin: 0 4px;
  color: #ffff00;
  font-weight: bold;
  text-decoration: none !important;
}

#piepagina a, #piepagina a:link {
  font-size: smaller;
}

#menu li a:hover, #piepagina a:hover {
  color: #fff;
}

#contenuto a, #contenuto a:link {
  color: #ffff00;
  font-weight: bold;
}

#contenuto a:visited, #contenuto a:hover {
  color: #0def00;
}

#contenuto h1, #contenuto h2 {
  font-family: Impact, serif;
  font-weight: normal;
  color: #fff;
}

#contenuto h3 {
  margin-bottom: -1em;
}

#contenuto .navigazione {
  font-size: smaller;
}

#piepagina {
  border-top: 1px solid #0def00;
  font-size: smaller;
  text-align: justify;
}

#piepagina hr {
  display: none;
}

#piepagina .navigazione {
  margin-top: 0;
}

/* Classi */

.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.clear-both { clear: both; }
.nocss { display: none; }
.navigazione { clear: both; text-align: center; }
.navigazione a { color: #ffff00 !important; }
.navigazione a:hover { color: #fff; }
.crediti { text-align: center; margin: 0 auto 1em; }

table.center { margin: 1em auto; text-align: left; }

.imgbox-left { float: left; margin: 4px; }
.imgbox-center img { clear: both; display: block; margin: 4px auto; }
.imgbox-right { float: right; margin: 4px; }

.galleria img { display: block; margin: 4px auto; }
.galleria p { text-align: center; font-weight: bold; }

.orari li {
  border: 1px solid transparent;
}

.orari li:hover {
  color: #ffff00;
  border: 1px solid #0def00;
}
