/* Foglio di stile per layout con tre colonne asimm, fisso con background*/
/* container : 860 px =  210 , ... , 160   */
/* ottobre 2004 */

html,body{margin:0 ;padding:0}
body{font-family: arial, sans-serif;
     font-size: 80%;
     text-align: center}

#container{ width: 860px; 
            margin: 0 auto;
	    background: url(img/fond_11.gif) repeat-y top left}
#container2{background: url(img/fond_11b.gif) repeat-y top right; text-align: left} 
/*----- stili specifici per il layout -----*/
/*  header     sopra, altezza minima 150px                       */
/*  navigation colonna sinistra, larghezza 210 px (+10 per IE5)  */
/*  content    colonna centrale, margine   200 px (+10 per IE5)  */
/*  footer     sul fondo, con controllo sulle colonne accanto (clear both) */

#header{    height: auto;
            background-color: #4df; color: #f30}
#navigation{float: left;
            width: 210px;\width:220px;w\idth:210px;
            padding: 1em 0 0 10px}
#extra{     float: right;
            width: 10px;\width:10px;w\idth:0px;
            padding: 1em 5px}
#content{   margin-left: 220px; margin-right: 25px;
            text-align: justify;
            padding: 1em 10px}
#footer{    clear:both; 
            text-align: center; 
            padding: 5px 0;  
            background-color: #4ef; color: #666}

/*----- stili font ------------------------*/
h1,h2,h3,h4,h6{margin: 0; padding: 0; color: #f30;}
h1{font: bold 2.3em/2.5em arial, sans-serif;}
h2{font-size: 1.7em; text-align: center;}
h3{font-size: 1.4em; }
h4{font-size: 1.3em; }
h6{font-size: 1.3em; text-decoration: blink; font-weight: bold}
h7{font-size: 1.1em; color: #44f; font-weight: bold}
h9{color: #f00; text-decoration: blink; font-weight: bold}

#header a{color: #f30; text-decoration: none}
#header a:hover{color: #242}

#footer a{color: #242; font-weight: bold; text-decoration: underline}

#content a{color: #f00; text-decoration: underline}
#content a:hover{color: #033;text-decoration: underline}
#content .bigl{margin: 1em 0 3em 9em; }
#content dt{font-weight: bold}
#content h3{color: #44f;font-size: 1.4em}

#navigation ul{margin: 0.5em 15px; padding: 0; list-style-type: square; color: #f30}
#navigation li{margin: 0; padding: 0}
#navigation a{color: #f00; font: normal bold 1.2em/1.4em arial,sans-serif; text-decoration: none}
#navigation a:hover{color: #033;text-decoration: underline}
#navigation a#activelink{color: #00f;text-decoration: none}
#navigation a#novi{text-decoration: blink;}
#navigation h5{color: #33f;font-size: 1.1em}


