@CHARSET "ISO-8859-1";
  fieldset {
    padding: 1em;
    margin: 2em;
    border:1px solid #BBB;
    /*border:1px solid #1B5190;*/
    color:#4E6E93;
    /*color:#C33;*/
  }
  
  legend {
    padding: 0.2em 0.5em;
    border:1px solid #BBB;
    color:#4E6E93;
    text-align:right;
    font-weight: bold;
  }
  
	#mainbody{
		width: 996px;
		padding: 0 auto;
		margin: 0 auto; 
		padding-top: 2px;
		text-align: left; 
		background-image: url('../img/sfondo_contenitore.png');
		background-position: 0 0;
		background-repeat: repeat-y;
	}
	
	#header{
		width: 956px;
		margin-left: 20px;
		margin-right: 20px;
	}

	#content{
		width: 956px;
		margin-left: 20px;
		margin-right: 20px;
    /*margin-top: 24px;*/
    /*background-color: #F3F781;*/
	}
	
	#leftside{
    width: 230px;
		float: left;
		padding-top: 30px;
	}

	#rightside{
    width: 726px;
    min-height: 350px;
		float: left;
		display: block;
		/*background-color: #EFF2FB;*/
	}	



	.menulabels {
		padding-top: 15px;
		font-weight: bold;
		color: #4E6E93;
	}

	ul.menu_sinistra {
		padding: 0 0 0 0;
		margin-left: 20px;
		list-style: square;
		color: #BBB;
	}
	
	ul.menu_sinistra li{
	 padding-bottom: 8px;
	}
	
  #sepfooter{
		height: 35px;
		margin-top: 10px;
		margin-left: 20px;
		margin-right: 20px;
		border-top: 1px solid #E4E4E4;
	}

	#footer{
		width: 996px;
		background-image: url('../img/ombra_chiusura_contenitore.png');
    background-position: top center;
    background-repeat: no-repeat;
		text-align: center;
	}	
	
	#logo{
	  width: 220px;
	  float: left;
	  margin: auto;
	}
	
	#titolobur{
	  width: 736px;
	  float: left;
	  margin: auto;
	  padding-top: 10px;
	  text-align: center;
	}	
	
  #hmenu{
		width: 956px;
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 14px;
		/*margin-bottom: 14px;*/
		/*background-color: #D8D8D8;*/
		text-align: left;
	}
	
	h2.titolo_pagine_dettaglio {
		color:#1b5190;
		font-size:1.6em;
		line-height:1.2em;
	}	

	#path {
		font-weight: bold;
		color: #C33;
	}
	
	.buractivelink {
	  color: #C33;
	  /*font-weight: bold;*/
	}	
	
	.burdisabledlink {
	  color: #BBB;
	  /*font-weight: bold;*/
	}	

	a {
		color: #4E6E93;
		font-weight: bold;
		text-decoration: none;
	}

	#contatti{
		color: #666;
		text-align: center;
		font-size: .9em;
	}

	span#poweredby {
		/*color: #F60;*/
		color: #4E6E93;
		font-weight: bold;
	}	
	
	.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
	
	.clearfix {display: inline-block;}
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */
	/* @end */
	
	