



@media print {
  /****************** style sheet for print goes here **********************************************/
  h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #000;
    padding-bottom: 5px;
    border-bottom: 1px solid #2b4da4;
  }

  h2 {
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
    font-weight: bold;
  }

  h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
  }

  h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 4px;
  }

  #fo_paginator {
    display: none;
  }
}
 header{

  }
 .header{
   border-bottom: solid 1px #A9A9A9;
   border-top: solid 1px #999999;
   border-width: 1px 0;
   padding: 0;
   height:145px;
   background: #FF0000;
   /*background-image:url(images/head.gif);*/
 

background-image: url(/applications/webwork/site_assaggidibisalta/media/headerLong120.jpg);
   background-repeat:no-repeat;

  }
#langContainer td{
  padding: 5px;
}
#langContainer  {
  margin-left: 50px;
  /*border: 1px  solid;*/

}

  /* default state */
.state-indicator {
  position: absolute;
  top: -999em;
  left: -999em;

  z-index: 1;
}

  /* small desktop */
@media all and (max-width: 1200px) {
  .state-indicator {
    z-index: 2;
  }

}

  /* tablet */
@media all and (max-width: 1024px) {
  .state-indicator {
    z-index: 3;
  }
}

  /* mobile phone */
@media all and (max-width: 768px) {
  .state-indicator {
    z-index: 4;
  }
}
/*http://davidwalsh.name/device-state-detection-css-media-queries-javascript*/

