

/*stili per il layout fisso*/
div#container_banner_sx{ background-color: #8bd3ed; width: 170px; margin: 6px auto 0; text-align: center; }
div#container_banner_sx_italia { background-color: #8bd3ed; text-align: center; margin: 6px auto 0; width: 170px; height: 65px; }
/*stili generici, su header e footer*/
div#header_banner_sx{ background-color:#104282; color: white; height: 17px; }

div#footer_banner_sx{text-align:left;padding: 0.5em;
    background-color: #8bd3ed; color: #000}
div#footer_banner_sx a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#header_banner_sx h1 { color: #fff; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; margin-top: 2px; }
div#content_banner_sx{ background-color: #8bd3ed; text-align: center; margin-top: 0; margin-left: 0; padding: 3px; }
div#content_banner_sx h2 { color: red; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; background-color: #8bd3ed; position: absolute; top: 50px; left: 75px; margin-top: 0; margin-left: 0; padding-top: 0; padding-left: 0; }
div#content_banner_sx h2 a { color: red; font-size: 12px; font-weight: bold; background-color: #8bd3ed; text-decoration: none; }
div#content_banner_sx h2 a:hover { color: orange; font-size: 12px; font-weight: bold; background-color: #8bd3ed; text-decoration: none; }
div#content_banner_sx h2 a#activelink { color: orange; font-size: 12px; font-weight: bold; background-color: #8bd3ed; text-decoration: none; }
/*stili per la navigazione*/
div#navigation_banner_sx ul{ background-color: #8bd3ed; margin: 0; padding: 0; list-style-type: none; }
div#navigation_banner_sx li{ background-color: #8bd3ed; display: inline; margin: 0 0 0 1em; padding: 0 } /*nota display: inline*/
div#navigation_banner_sx a{color:black;font: medium;text-decoration: none}
div#navigation_banner_sx a:hover{color: #104282;text-decoration: underline}
div#navigation_banner_sx a#activelink{color: red;text-decoration: none}

