/***************************
HTML
***************************/
HTML
{
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
}
body
{
  height: 100%;
  background-color: #9ded9a;
  margin: 0px;
  padding: 0;
  border: 0;
  font-family: Arial, Helvetica, sans-serif;
  list-style-type: none;
  list-style-image: url(/img/layout/list.gif);
}
p
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}
a, a:link, a:active, a:visited, a:hover
{
  text-decoration: none;
}
td
{
  white-space: normal;
}
img
{
  border: 0px;
}
/***************************
LAYOUT
***************************/
#background_container
{
  /* position: relative;*/
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: none; /*position: fixed;*/
  top: 0;
  left: 0;
}
#page_container
{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  border: none;
  z-index: 1;
}
#main_container
{
  position: relative;
  width: 915px;
  height: 100%;
  top: 0px;
  margin: 0px;
  margin-left: 65px;
  text-align: left;
}
#top_container
{
  position: absolute;
  height: 65px;
  top: 0px;
  left: 0px;
  z-index: 50;
}
#mainmenu_container
{
  width: 915px;
  height: 35px;
  background-image: url(/img/layout/bg_menu.png);
  background-repeat: repeat-x;
  overflow: hidden;
}
.mainmenu
{
  margin: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}
.menu
{
  white-space: nowrap;
  color: #FFFFFF;
}
.menu:hover, .menu_selected
{
  color: #6DD829;
}

.submenu_box
{
  width: auto !important;
  width: 141px;
  min-width: 141px;
  padding: 15px;
  padding-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  color: #00512F;
  background-image: url(/img/layout/bg_menubox.png);
}

.submenu
{
  white-space: nowrap;
  color: #00512F;
}
.submenu:hover, .submenu_selected
{
  color: #009147;
}

#menu2_container
{
  width: 214px;
  height: 29px;
  float: right;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
}
/***************************
STAGE
***************************/
#stage_container
{
  position: absolute;
  width: 915px;
  left: 0px;
  top: 190px;
  z-index: 30;
}
/***************************
FOOTER
***************************/
.footer_container
{
  width: 915px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 43px;
  color: #87888A;
  z-index: 50;
}
#piede_container1
{
  width: 400px;
  margin-right: 7px;
  background-color: #FFFFFF;
  float: left;
}
.piede_container2
{
  width: 380px;
  background-color: #FFFFFF;
  font-size: 13px;
  float: left;
}
#piede_container3
{
  width: 121px;
  background-color: #FFFFFF;
  float: right;
}
.tabelle_piede
{
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
}
.piede
{
  white-space: nowrap;
  color: #87888A;
  font-style: italic;
}
.piede:hover, .piede_selected
{
  color: #6DD829;
}

.piedeblu
{
  white-space: nowrap;
  color: #012A60;
  font-weight: bold;
}
.piedeblu:hover, .piedeblu_selected
{
  color: #87888A;
}

/***************************
FORM
***************************/
#table_form
{
  width: 915px;
}
#table_form .column
{
  width: 440px;
  vertical-align: top;
}
#table_form p
{
  margin: 0px;
  padding: 0px;
  padding-bottom: 12px;
}
.input
{
  width: 400px;
  height: 21px;
  margin: 0px;
  padding: 3px;
  padding-left: 6px;
  border: 1px solid #CFD1D2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: #DBF7DB;
  cursor: pointer;
  color: #707173;
  overflow: hidden; /* per le textarea senza barre */
}
input[type=checkbox]
{
  margin: 0px;
  padding: 0px;
  border: 0px;
}

