/* CSS Document */
/*stili per il layout fisso*/
html,body{margin: 0;padding:0; background-color: #FFFCE8}
body{font-family: Georgia, "Times New Roman", Times, serif;font-size: 76%;text-align: center; background-image:url(img/bg.jpg)}
div#container{width: 900px;margin: 0 auto;background:url(img/bg_container.jpg) top left repeat-y; text-align: justify; border: solid  thin #CCCCCC}
div#container2{background:url(img/bg_container1.jpg) top left no-repeat;}

/*stili generici, su header e footer*/
div#header{ background-image:url(img/top.jpg);height:160px}
h1,h2{margin: 0;padding:0}
h1{padding-left:0.5em;font: bold 2.3em/80px arial,serif}
h2{color: #CC0000;font-size: 1.3em}
.style3 {
	font-size: 140%;
	font-weight: bold;
}
div#footer a{color: #fff;font-weight: bold;text-decoration: underline}

/*stili specifici per il layout*/
div#navigation{float:left;width: 100px; padding:10px; margin-left:10px}
.menu{width:106px;
    background:url(img/bg_menu.jpg) no-repeat bottom left;
    padding-bottom:30px; text-align:left}	
.menu div{
    background:url(img/bg_menu.jpg) repeat-x top left;
    padding:50px 14px 0}
div#content{margin-left: 170px;padding: 4px; width:560px; background:url(img/bg_content.jpg) top no-repeat}
div#footer{clear:right; text-align:center; padding: 0.5em; padding-top: 10px; background-image:url(img/footer.jpg); background-repeat:repeat-y; color: #000; border: solid  thin #999999}

a{color: #333333; font-weight:bold;font: Verdana, Arial, Helvetica, sans-serif;text-decoration: none}
a:hover{color: #CC0000;text-decoration: underline}
a#activelink{color: #996600;text-decoration: none}
	
div.box{
    width:154px !important;   /*IE6 e browser moderni*/
    width /**/: 194px;   /*IE5.0 e IE5.5*/
    padding: 0 20px 10px;
    background: #C7DDFF url(img/bg_box1.gif) no-repeat bottom left;
    } 
div.box h2{
    margin:0 -20px;   /* margini espandibili*/
    padding: 6px 20px 0;
    line-height: 1.2;
    font-size: 110%;
    color: #333333;
    background: #C7DDFF url(img/bg_box1.gif) no-repeat top left;
    } 
div.box a{ font-size:0.8em; color:#FF6600; text-decoration:none}		
div.box a:hover{color: #FF0000;text-decoration: underline}
div.box a#activelink{color: #033;text-decoration: none}

div.dida {font-size:10px}

.menutop a{ font-size:0.9em; color: #990000; text-decoration:none}		
.menutop a:hover{color: #FF0000;text-decoration: underline}
.menutop a#activelink{color: #033;text-decoration: none}

/*stili per la navigazione*/
div#navigation a{color: #333333; font-weight:bold;font: Verdana, Arial, Helvetica, sans-serif;text-decoration: none}
div#navigation a:hover{color: #CC0000;text-decoration: underline}
div#navigation a#activelink{color: #996600;text-decoration: none}

div img.border{ border:#000000 solid 1px}
