<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
   {
   margin: 0;
   padding: 0;
   height: 100%;
   }
body
   {
   position:relative;
   z-index: 1;
   font: normal 62.5% 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif;
   color: #303030;
   text-align: center;
   background: #e0e0e0 url('../pix/body.jpg') center top repeat-x;
   }
#wrapper
   {
   margin: 0 auto;
   width: 1000px;
   text-align: left;
   }
   
div.iubenda-banner-content {
	text-align: left;
}

/**************************************************************************

 T O P N A V

 **************************************************************************/

#topnav
   {
   padding: 0 5px;
   height: 2em;
   background: #ff8800 url('../pix/topnav.jpg') center bottom no-repeat;
   }
   #topnav ul
      {
      margin: 0;
      padding: 0;
      line-height: 2em;
      list-style: none;
      }
      #topnav ul li
         {
         display: inline;
         margin: 0;
         padding: 0;
         }
         #topnav ul li a
            {
            padding: 0 5px;
            font-weight: bold;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            }
         #topnav ul li a:hover
            {
            text-decoration: underline;
            }
   #topnav ul.col1
      {
      float: left;
      }
   #topnav ul.col2
      {
      float: right;
      }

/**************************************************************************

 H E A D E R

 **************************************************************************/

#header
   {
   display: none;
   }
   #header p
      {
      margin: 0;
      background: url('../pix/header.jpg') left top no-repeat;
      }
      #header p a
         {
         display: block;
         width: 1000px;
         height: 90px;
         text-decoration: none; 
         }
         #header p a strong
            {
            position: relative;
            z-index: -1;
            color: #202020;
            }

/**************************************************************************

 B A N N E R

 **************************************************************************/

#banner
   {
   margin-top: 10px;
   width: 1000px;
   height: 70px;
   overflow: hidden;
   background: url(../pix/bannerino-community.jpg) center top no-repeat;
   }
   /*
body.pid1 #banner
   {
   height: 200px;
   background: url(../pix/banner-community.jpg) center top no-repeat;
   }
   */

/**************************************************************************

 M E N U

 **************************************************************************/

#menu
   {
   padding: 0;
   height: 4em;
   overflow: hidden;
   background-color: #000000;
   }
   #menu ul
      {
      float: left;
      margin: 0;
      padding: 1em 5px 0 5px; 
      list-style: none;
      }
      #menu ul li
         {
         display: inline;
         margin: 0;
         padding: 0;
         }
         #menu ul li a
            {
            display: block;
            float: left;
            margin: 0 5px;
            padding: 0.75em 0;
            width: 170px;
            color: #303030;
            font-size: 1.1em;
            font-weight: bold;
            text-align: center;
            text-decoration: none;
            text-transform: capitalize;
            background: #f18203 url('../pix/tab.jpg') center top no-repeat;
            }
            #menu ul li a:hover
               {
               color: #ffffff;
               text-decoration: underline;
               }
         #menu ul li a.corrente,
         body.pid1 #menu ul li a.menuhome,
         #menu ul li a.corrente:hover
            {
            color: #ff9900;
            background: #ffffff url('../pix/tab-selected.jpg') center top no-repeat;
            }

/**************************************************************************

 C O N T E N T

 **************************************************************************/

#content
   {
   clear: both;
   padding: 20px 20px 40px 20px;
   background: #ffffff url('../pix/content.jpg') center bottom no-repeat;
   }
   #content h1
      {
      margin: 12px 0 10px 0;
      font-size: 2.8em;
      font-weight: normal;
      color: #ff9900;
      }
   #content h2
      {
	  margin: 0;
	  padding: 0;
	  font-size: 2.2em;
      }
   #content h3
      {
	  margin: 0;
	  padding: 0;
	  font-size: 1.8em;
      }
   #content p
      {
      margin: 8px 0;
      font-size: 1.2em;
      line-height: 1.8;
      }
   #content ul,
   #content ol
      {
      margin: 8px 0;
      }
   #content a
      {
         color: #A10012;
         text-decoration: none;
      }
   #content a:hover
      {
         color: #A10012;
         text-decoration: underline;
      }
   #content img
      {
      border: 0;
      }

/**************************************************************************

 F O O T E R

 **************************************************************************/

#footer
   {
   clear: both;
   text-align: right;
   background: url('../pix/pj.jpg') right top no-repeat;
   }
   #footer p 
      {
      margin: 0;
      padding: 0 60px 10px 0;
      font-size: 1em;
      color: #808080;
      line-height: 1.4;
      }
      #footer p a 
         {
         color: #606060;
         }

/**************************************************************************

 V A R I O U S

 **************************************************************************/




/* FORM */
#richiesteecommenti fieldset{ border: 1px solid #F4F4F4; width: 550px; background: #fff; padding: 0 0 0 20px;}
#richiesteecommenti label, #richiesteecommenti input, #richiesteecommenti legend { font-size: 12px; font-weight: bold; padding: 2px;}
#richiesteecommenti label{
   display: block;
   margin: 10px 0;
}
#richiesteecommenti input, #richiesteecommenti select, #richiesteecommenti textarea{
   display: block;
   margin: 10px 0;
}

div.cc_container {
	background: rgba(0, 0, 0, 0.8);
}

p.cc_message {
	text-align: left;
}

</pre></body></html>