body {
   background: #121139;
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 70%;
   margin: 0px;
   padding: 0px;
   border: 0px;
   }

/*
#page_tunneling {
   background: #091909;
   }*/

hr, h1 {
   display: none;
   }

h2 {
   font-size: 140%;
   margin-top: 20px;
   }

a {
   color: #0f79c7;
   }
/*
#page_tunneling a {
   color: #2a842b;
   } */

a:hover {
   color: #f00;
   }

img {
   border: 0px;
   }

table {
   border-collapse: collapse;
   }

td {
   border: 1px solid #0f79c7;
   padding: 3px;
   font-size: 11px;
   text-align: left;
   }

.row0 {
   font-weight: bold;
   }

#esterno {
   background: #fff url(../files/modello/fascia_alta.gif) repeat-x;
   }

#page_tunneling #esterno {
   background: #fff url(../files/modello/fascia_alta_rossa.gif) repeat-x;
   }

#fasciasotto {
   background: url(../files/modello/fascia_base.gif) repeat-x bottom;
   }

   #page_tunneling #fasciasotto {
      background: url(../files/modello/fascia_base_rossa.gif) repeat-x bottom;
      }

#contenitore {
   width: 770px;
   color: #000;
   background: url(../files/modello/background.gif) repeat-y top left;
   }

#alto {
   height: 180px;
   background: url(../files/modello/head6.jpg) no-repeat top left;
   }
/*
#page_tunneling #alto {
   height: 180px;
   background: url(../files/modello/head5_verde.jpg) no-repeat top left;
   }*/


#header {
   height: 150px;
   }

#menu {
      height: 30px;
      background: url(../files/modello/fascia_menu.gif) repeat-x;
      }

      #page_tunneling #menu {
         background: url(../files/modello/fascia_menu_rossa.gif) repeat-x;
         }

   #pulsanti ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      }

      #pulsanti ul li {
         float: left;
         height: 30px;
         border-right: 1px solid #e2e2e2;
         padding: 0px;
         margin: 0px;
         }

      #pulsanti ul li a {
         display: block;
         width: 109px;
         text-align: center;
         color: #fff;
         text-decoration: none;
         font-size: smaller;
         font-weight: bold;
         margin-top: 9px;
         height: 16px;
         }

         #pulsanti ul li a:hover {
            background: url(../files/modello/over.gif) repeat-x bottom;
            }


            #page_tunneling #pulsanti ul li a:hover {
               background: url(../files/modello/over_rossa.gif) repeat-x bottom;
               }

#lingue ul {
   list-style: none;
   height: 13px;
   margin: 0px;
   padding: 0px;
   }

#lingue ul li {
   float: right;
   margin-left: 10px;
   }

#lingue a {
   display: block;
   width: 22px;
   height: 13px;
   margin-top: 9px;
   }

#lingue a span {
   display: none;
   }

#italiano {
   background: url(../files/modello/italiano.gif) no-repeat bottom center;
   }

#english {
   background: url(../files/modello/english.gif) no-repeat bottom center;
   }
   

#colonne {
   }

#sottomenu {
   float: left;
   width: 180px;  
   padding: 10px;
   }

   #sottomenu ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      }

   #sottomenu li {
      padding: 0px;
      margin: 0px;
      margin-bottom: 7px;         
      }

   #sottomenu li a {
      display:block;
      width: 180px;
      text-decoration: none;
      background: url(../files/modello/sotto_up.gif) no-repeat center left;
      padding-left: 20px;
      }

      #sottomenu li a:hover {
         text-decoration: underline;
         background: url(../files/modello/sotto_down.gif) no-repeat center left;
         }

#contenuto {
   width: 530px;
   float: right;
   text-align: justify;
   }

#contenuto table {
   width: 99%;
   margin-bottom: 30px;
   }

#contenuto td {
   width: 50%;
   }

#contenuto li {
   margin-bottom: 5px;
   }

#contenuto ul {
   margin-top: 5px;
   }

#chiudifloat {
   clear: both;
   }

#footer {
   height: 35px;
   background: url(../files/modello/fascia_base_interna.gif) repeat-x bottom;
   position: relative;
   }

   #page_tunneling #footer {
      background: url(../files/modello/fascia_base_interna_rossa.gif) repeat-x bottom;
      }

#footer a {
   display: block;
   color: #fff;
   font-weight: bold;
   text-decoration: none;
   position: absolute;
   bottom: 10px;
   left: 10px;
   }

#pezzagrigia {
   width: 220px;
   height: 5px;
   position: absolute;
   bottom: 32px;
   left: 0px;
   background: #d5d5d5;
   } 
   
/**************************************** classi ************************************/

.img_destra {
   border: 0px;
   float: right;
   margin: auto auto 10px 10px;
   }

.centra {
   text-align: center;
   }


/***************************************** varie *************************************/

/* #menu_consulenze, #menu_tecnologie, #menu_software, #menu_tunneling, #menu_assicurativo, #menu_sport {display: none;} */ 


#pulsanti .menu_selected a {
   background: url(../files/modello/over.gif) repeat-x bottom;
   }


#page_tunneling #pulsanti .menu_selected a {
   background: url(../files/modello/over_rossa.gif) repeat-x bottom;
   }

#sottomenu .menu_selected a {
   color: #f00;
   background: url(../files/modello/sotto_down.gif) no-repeat center left;
}


.destra {
   text-align: right;
   }

.bordo_rosso {
   border: 1px solid #f00;
   padding: 5px;
   }

.float_sinistra {
   float: left;
   width: 48%;
   }

.float_destra {
   float: right;
   width: 48%;
   }