html {
  height: 100%;
}

body {
  margin: 0px;
  background-image: url(img/bg_blue.gif);
  background-repeat: repeat-x;
  background-attachment: fixed;
  font-family: Verdana;
  font-size: 11px;
  text-align: center;
  height: 100%;
}

#contenitore {
  margin: 0px auto;
  position: relative;
  width: 998px;
  background-color: white;
  border-left: 2px solid black;
  border-right: 2px solid black;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  text-align: left;
}

#intestazione {
  position: relative;
  height: 85px;
  background-image: url('img/sfondo_header.gif');
  text-align: center;
  z-index: 3;
}

#intestazione #logo_header_sx {
  position: absolute;
  left: 8px;
  top: 5px;
}

#intestazione #header {
  position: relative;
  top: 13px;
}

#intestazione #logo_header_dx {
  position: absolute;
  right: 8px;
  top: 5px;
}

#menu {
  position: relative;
  text-align: center;
  background-color: white;
  z-index: 3;
}

#piede {
  position: relative;
  bottom: 0px;
  text-align: center;
  clear: both;
}

#menu table, #piede table  {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  font-size: 11px;
  text-align: center;
}

#menu tr, #piede tr  {
  background-color: #f0f8ff;
}

.tabella {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  font-size: 11px;
}

.tabella tr.pari {
  /*background-color: #f6f6f6;*/
  background-color: #ffffff;
}

.tabella tr.dispari {
  background-color: #ffffff;
}

.tabella tr.titolo {
  background-color: #ddeeff;
}

.tabella tr.bold {
  font-weight: bold;
}

.tabella th, .tabella td {
  text-align: center;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  padding: 2px;
}

.tabella th {
  font-weight: bold;
  background-color: #ddeeff;
}

.tabella td.breakword {
  word-wrap: break-word;
  overflow: hidden;
}

.tabella_left td {
  text-align: left;
}

#separatore {
  position: absolute;
  bottom: 10px;
  left: 195px;
  background-color: black;
  z-index: 1;
  width: 1px;
  font-size: 0px;
}

#separatore_alto {
  position: absolute;
  left: 195px;
  height: 1px;
  background-color: white;
  z-index: 2;
  width: 1px;
  font-size: 0px;
}

#separatore.normale, #separatore_alto.normale {
	top: 119px;
}

#separatore.editing, #separatore_alto.editing {
	top: 98px;
}

#sottomenu {
  float: left;
  width: 176px;
  min-height: 250px;
  padding: 12px 10px 12px 10px;
  text-align: left;
}

#sottomenu table {
  font-size: 11px;
}

#contenuto {
  float: right;
  width: 782px;
  padding: 12px 10px 12px 10px;
  text-align: left;
  overflow: hidden;
}

.blocco_home {
  position: relative;
  width: 978px;
  padding: 12px 10px 12px 10px;
  text-align: left;
}

.blocco_home table {
  font-size: 11px;
}

.blocco_home_hr {
  position: relative;
  width: 978px;
  margin: 0px 10px 0px 10px;
  font-size: 0px;
  border-top: 1px solid black;
  clear: both;
  line-height: 0px;
}

a.link_menu:link, a.link_menu:visited
{
  color: black;
  text-decoration: none;
}

a.link_menu:hover
{
  color: black;
  text-decoration: underline;
}

a.link_giovanili:link, a.link_giovanili:visited
{
  color: black;
  text-decoration: none;
}

a.link_giovanili:hover
{
  color: black;
  text-decoration: none;
  background-color: #f0f8ff;
}

a.link_new:link, a.link_new:visited
{
  color: blue;
  text-decoration: none;
}

a.link_new:hover
{
  color: blue;
  text-decoration: underline;
}

a.link_004080:link, a.link_004080:visited
{
  color: #004080;
  text-decoration: underline;
}

a.link_blue:link, a.link_blue:visited
{
  color: blue;
  text-decoration: underline;
}

a.link_black:link, a.link_black:visited
{
  color: black;
  text-decoration: underline;
}

a.link_red:link, a.link_red:visited
{
  color: red;
  text-decoration: underline;
}

select
{
  font-family: Verdana;
  font-size: 9px;
}

.button
{
  width: 60px;
}

form
{
  margin: 0px;
}