﻿ /*stili per il layout fisso*/
        html{margin: 0;padding:0}
        body    {
                    margin-left: 0px;
                    margin-top: 0px;
                    margin-right: 0px;
                    margin-bottom: 0px;
                    background-image:url(css/bg.gif);
                    background-repeat:repeat-x
                }
        /*body{font-family: arial,sans-serif;font-size: 76%;text-align: center}*/
        div#container{
				        width: 1000px;
				        margin: 0 auto;
				        text-align: left;
				        /* border-left: 2px solid #36c;
				        border-right: 2px solid #36c;
				        background-color: #9cf*/
			        }

        /*stili generici, su header e footer*/
        /* div#header{color: #ff0}
        div#footer a{color: #fff;font-weight: bold;text-decoration: underline} */

        /*stili specifici per il layout*/
        div#navigation{float:left;width: 24em}
        div#content{margin-right: 0.1em;padding: 0.1em;}
        div#footer{clear:right; text-align:center; padding: 0.5em; }

        /*stili per la navigazione
        div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: none;}
        div#navigation li{margin: 0;padding: 0}
        div#navigation a{color:#369;font: normal bold 1.2em/1.6em arial,sans-serif;text-decoration: none}
        div#navigation a:hover{color: #033;text-decoration: underline}
        div#navigation a#activelink{color: #033;text-decoration: none}*/
        
        A:hover {text-decoration: underline}
        
        .panel
            {
                position: relative;

                margin-left: 1%;
                margin-right: 1%;

                width: auto;
                height: auto;

                padding: 0px 0px 0px 0px;
                margin-top: 0;

                margin-bottom: 0;
                
                border-style: solid;
                border-width: 1px;
                border-color: Gray;
                width: 375px;
            }
