<!--
body {
  background-color: #6699cc;
  margin: 0px;
  font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
  font-size:12px;
  color: #333333;
}

#contenitore {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 990px;
  height: auto;
}

#testata {
  background-image:url(../immagini/testata.jpg);
  background-repeat: no-repeat;
  width: 990px;
  height: 127px;
}

#mn_home {
  position: absolute;
  background-image:url(../immagini/mn_home.jpg);
  background-repeat: no-repeat;
  width: 72px;
  height: 28px;
  left: 25px;
  top: 98px;
  cursor: pointer;
}

#mn_notizie {
  position: absolute;
  background-image:url(../immagini/mn_notizie.jpg);
  background-repeat: no-repeat;
  width: 72px;
  height: 28px;
  left: 100px;
  top: 98px;
  cursor: pointer;  
}

#mn_circolari {
  position: absolute;
  background-image:url(../immagini/mn_circolari.jpg);
  background-repeat: no-repeat;
  width: 87px;
  height: 28px;
  left: 175px;
  top: 98px;
  cursor: pointer;
}

#mn_classifiche {
  position: absolute;
  background-image:url(../immagini/mn_classifiche.jpg);
  background-repeat: no-repeat;
  width: 87px;
  height: 28px;
  left: 265px;
  top: 98px;
  cursor: pointer;
}

#mn_calendario {
  position: absolute;
  background-image:url(../immagini/mn_calendario.jpg);
  background-repeat: no-repeat;
  width: 87px;
  height: 28px;
  left: 355px;
  top: 98px;
  cursor: pointer;
}

#mn_forum {
  position: absolute;
  background-image:url(../immagini/mn_forum.jpg);
  background-repeat: no-repeat;
  width: 87px;
  height: 28px;
  left: 445px;
  top: 98px;
  cursor: pointer;
}

#corpo {
  position: relative;
  background-image:url(../immagini/riga.jpg);
  background-repeat: repeat-y;
  margin: 0px;
  width: 990px;
  height: auto;
  padding-top: 220px;
  padding-left: 30px;
  padding-bottom: 20px;
  min-height: 690px;
}

#piede {
  position: relative;
  background-image:url(../immagini/piede.jpg);
  background-repeat: no-repeat;
  width: 990px;
  height: 30px;
  font-size: 10px;
  text-align: center;
  color: #333333;
  padding-top: 3px;
}

#menu_principale {
  position: absolute;
  background-image:url(../immagini/menu_principale.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height: 27px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 10px;
  left: 800px;
}

#menu_elenco {
  position: absolute;
  width: 153px;
  height: auto;
  padding: 5px;
  font-size: 12px;
  top: 35px;
  left: 800px;
}

#menu_accesso {
  position: absolute;
  background-image:url(../immagini/menu_principale.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height: 27px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 260px;
  left: 800px;
}

#accesso_elenco {
  position: absolute;
  width: 153px;
  height: auto;
  padding: 5px;
  font-size: 12px;
  top: 285px;
  left: 800px;
}

#menu_gare_online {
  position: absolute;
  background-image:url(../immagini/menu_principale.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height: 27px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 185px;
  left: 800px;
}

#gare_online_elenco {
  position: absolute;
  width: 153px;
  height: auto;
  padding: 5px;
  font-size: 12px;
  top: 215px;
  left: 800px;
}

#menu_sponsor {
  position: absolute;
  background-image:url(../immagini/menu_principale.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height: 27px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 470px;
  left: 800px;
}

#menu_utenti {
  position: absolute;
  background-image:url(../immagini/menu_principale.jpg);
  background-repeat: no-repeat;
  width: 153px;
  height: 27px;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  top: 390px;
  left: 800px;
}

#utenti_elenco {
  position: absolute;
  width: 153px;
  height: auto;
  padding: 5px;
  font-size: 12px;
  top: 420px;
  left: 800px;
}

#menu_centrale {
  position: absolute;
  background-image:url(../immagini/menu_centrale.jpg);
  background-repeat: repeat-x;
  width: 750px;
  height: auto;
  padding: 5px;
  left: 20px;
  top: 5px;
  border: 1px #dde3ff solid;
}

#prossime_gare {
  width: 380px;
  height: auto;
}

#ultime_circolari {
  position: absolute;
  left: 390px;
  top: 5px;
  width: 350px;
  height: auto;
}

a.menu {
  width: 153px;
  padding-left: 3px;
  text-decoration: none;
  line-height: 20px;
  color: #333333;
}

a.menu:hover {
  text-decoration: none;
  color: #cc3333;
}

a.link1 {
  width: 153px;
  padding-left: 3px;
  line-height: 20px;
  color: #cc3333;
}

a.link1:hover {
  color: #333333;
}

li.prossime_gare {
  list-style-image: url(../immagini/dot.jpg);
  line-height: 14px;
  margin-left: -15px;
  color: #cc3333;
}

li.ultime_circolari {
  list-style-image: url(../immagini/dot.jpg);
  line-height: 20px;
  margin-left: -55px;
  color: #cc3333;
}

span.titolo {
  font-size: 20px;
  color: #333333;
}

span.sottotitolo {
  font-size: 10px;
  color: #666666;
}

span.testo {
  font-size: 12px;
  color: #666666;
}

#notizia {
  width: 800px;
  height: auto;
}

#notizia1 {
  font-size: 12px;
  color: #333333;
  text-align: justify;
  width: 745px;
}

p.notizia {
  font-size: 12px;
  color: #333333;
  text-align: justify;
  width: 745px;
}

input.login {
  width: 150px;
  height: 20px;
  margin-top: 3px;
}

input.BTlogin {
  width: 150px;
  height: 23px;
  margin-top: 3px;
}

a{
  color: #333333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #cc3333;
}

a.lnonline{
  color: #cc3333;
  text-decoration: none;
}

a.lnonline:hover {
  text-decoration: none;
  color: #333333;
}

span.vi_classifiche {
  position: absolute;
  background-image:url(../immagini/classifica.jpg);
  background-repeat: no-repeat;
  width: 84px;
  height: 22px;
  cursor: pointer;
  margin-left: 20px;
}
-->