/*template*/

body{
/*	background-image: url('../img/angolobasso.gif');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: bottom right;*/

	background-image: url('../img/sfondonew.gif');
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: top left;


  }
  
#colsx a:visited{
  	color: #D2B37D;
  }
    
#container{
  	position: relative;
	background-image: url(../img/mondo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 100%;
	height: auto;
	width: 100%;
	margin: 0px;
  	padding: 0px;
  }
  
  #colsx{
  	position: absolute;
	width: 280px;
	min-height: 100%;
	height: auto;
	float: left;
	background-color: #BB7040;
  	background-image: url('../img/sfondosx.gif');
	background-repeat: repeat-y;
	background-position: right bottom;
  }
  
  #logo{
  	display: block;
  	position: relative;
  	padding-top: 0;
  	padding-left: 15px;
  	padding-right: 55px;
  	background-image: url('../img/sfondoalto.gif');
	background-repeat: no-repeat;
	height: 195px;
  }
  
  table.menu td{
  	padding: 2px;
  }
  
  #menu{
  	position: absolute;
  	vertical-align: top;
  	margin-top: 20px;
  	margin-left: 280px;
  	margin-right: 10px;
  	right: 0px;
  	padding: 0px;
  	float: right;
  	min-width: 550px;
  	width: auto;
  	z-index: 2;
  }
  
  #scheda{
  	position: absolute;
  	float: left;
  	margin: 0px;
  	margin-top: 200px;
  	padding: 0px;
  	margin-left: 290px;
  	margin-right: 5px;
  	width: auto;
  	width: 550px;
  }

  #label, #catalogo{
  	float: left;
  	}
