/* CSS Document */
/*
Legenda colori:
--------------
sfondo: #F3F3E8
sfondo: #F0F7C1 (old)
marrone scuro (h2): #6D4F31
sfondo tabelle bilancio: #EBEBD6
*/
html {
	margin: 0;
	padding: 0;
	background:#F3F3E7;
	/* scrollbar */
   scrollbar-base-color:#6D4F31;
   scrollbar-face-color: #6D4F31;
   scrollbar-shadow-color: #6D4F31;
   scrollbar-arrow-color: #A47E6A;
   scrollbar-highlight-color: #6D4F31;
   scrollbar-dark-shadow-color: #6D4F31;
   scrollbar-3d-light-color:yellow;
   scrollbar-track-color: #F3F3E8;
}
body{font: 76% Verdana, Arial, sans-serif; margin:0; padding:0}
h1,h2,h3{font-family: Trebuchet MS,Arial,sans-serif;margin: 0}
h4{font-family: Georgia, Trebuchet MS,Arial,sans-serif;margin: 0}
h1{color: #7FA0B1;font-size: 180%}
h2{color:#6D4F31;font-size: 160%}
h3{color: #A47E6A;font-size: 130%}
h4{/*color: #A47E6A*/;font-size: 120%}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */	
p{color:#6D4F31;font-size:90%;font-family: Trebuchet MS, Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma;margin:0}
/* Paragrafi*/
#prg{margin:1%;text-align:justify}

div#bounding_box{min-width: 550px;background: black}

div#box{background: #D4D6A4}

div#header{
		/*width:90%;*/
		height:110px;
		line-height: 120px;
		padding: 0 2%;
		border-bottom: 6px solid #494A3E;
		background: #F3F3E8 url(../images/header_background.jpg) repeat-x bottom;
		}

#logo {float:left;margin-top:5px;margin-right:0px;margin-bottom:3px;margin-left:5px}

div#col_sx{
			width:14%;
			float:left;
			background: #D4D6A4
			/*padding: 0 1%;*//*l'ho levato altrimenti il menu mi si spostava sul onmouse over*/
			}
	/* sezione menu laterale sx */
	#activelink	{background: url(../images/sfondo_menu_activelink.jpg)}
					
	div#col_sx	ul {
				background: url(../images/sfondo_menu.jpg);
				/*background-image: #ff00cc url(../images/sfondo_menu.jpg);*/
				text-align:center;
				margin: 0;
				padding: 0;
				list-style: none;
				width: 150px;
				/*width:100%;border-bottom: 1px solid #ccc;*/
					}
	div#col_sx	ul li {position: relative;height:28px;}
	div#col_sx	li ul {
					position: absolute;
					left: 149px;
					/*left:99%;*/
					top: 0;
					display: none;
					}
	div#col_sx	ul li a {
					display: block;
					text-decoration: none;
					font-weight:bold;
					font-size:111%;
					color:#000000;
					padding: 5px;
					/*border: 1px solid #ccc;*/
					border-bottom: 0;
					font-family: book antiqua, "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma;
					}
		div#col_sx	ul li a:hover {
					background: url(../images/sfondo_menu_onmouseover.jpg);
					display: block;
					text-decoration: none;
					/*font-weight:bold;*/
					font-size:111%;
					color:yellow;
					padding: 5px;
					/*border: 1px solid #ccc;*/
					border-bottom: 0;
					font-family: book antiqua, "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma;
					}
		div#col_sx	li:hover ul { display: block; }
		div#col_sx	li.over ul { display: block; }
	/* fine sezione menu laterale sx */
		
	div#col_dx{/*background: #F3F3E8*/background: #D4D6A4;float:right;width:18%;padding: 0 1%}					
		
	div#contenuti{	
				height:80%;
				background: #F3F3E8;
				margin: 0 14%;
				}

			div#footer{clear:both; background: #fff url(../images/footer.jpg) repeat-x top; color: #4E768A}
			div#footer a{color:#4E768A;font-size:90%;text-decoration: none;font-family: "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma}
			div#footer a:hover{color:red;font-size:90%;text-decoration: none;font-family: "Trebuchet MS", Comic Sans MS, Lucida Console, Verdana, Times New Roman, Tahoma}
