html,body {
	height: 100%;  /* serve per far allargare tutti i div al 100% in modalità strict */
}

body {
text-align:center;
	margin:15px 0px 0px 0px;
	padding:0px;
	font-size:100%;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	}

div#all {
text-align:left;
	height:100%;
	margin-left:auto;
	margin-right:auto;
}

#campocerca {
border:1px solid #b04100;
}


img {
	border:none;
}

a {

	position:relative;
	font-weight:bold;
	text-decoration:none;
	margin:0px; padding:0px;
	color:#B41A00;
}

a:hover {
	
	color:#506158;
}

p {
	font-size:90%;
	margin:0px; padding:0px;
}

.hide {
	display:none;
}

/* ##################################################### INIZIO sitema delle ombre della pagina */

.ombra_top {
	background-image:url(../img/_ombra_top.gif);
	background-repeat: repeat-x;
	height: 100%; /* se non viene specificato 100% al ogni modulo in firefox la pagina non si allarga al 100% */
}
.ombra_sx {
	background-image:url(../img/_ombra_sx.gif);
	background-repeat: repeat-y;
	background-position:top left;
	height: 100%;
}
.ombra_dx {
	background-image:url(../img/_ombra_dx.gif);
	background-repeat: repeat-y;
	background-position:top right;
	height: 100%;
}
.corner_top_sx {
	background-image:url(../img/_corner_top_sx_trans.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height: 100%;
}
.corner_top_dx {
	background-image:url(../img/_corner_top_dx_trans.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height: 100%;
}
.ombra_bottom {
	background-image:url(../img/_ombra_bottom.gif);
	background-repeat: repeat-x;
	background-position:bottom left;
	height: 100%;
}
.corner_bottom_sx {
	background-image:url(../img/_corner_bottom_sx_trans.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	height: 100%;
}
.corner_bottom_dx {
	background-image:url(../img/_corner_bottom_dx_trans.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	height: 100%;
}

/* ##################################################### FINE sitema delle ombre della pagina */

div#contenitore {
	padding-left:20px;
	font-size:85%;
	padding-top:20px;
}


div#colonna_menu {
	width:160px;

	float:left;
	font-size:0px;
}
div#colonna_contenuto {
	/*border:1px solid #ff0000;*/
	margin-left:210px;
}


div#marchi_intro {
	margin-top:54px;
	text-align:center;
}

div#marchi_intro #legambiente {
	margin-top:10px;
}
div#claim_intro {
	margin-top:220px;
	text-align:right;
}

div#fascia_intro[id] {
	/*background-image: url(../img/fondo_bianco_alpha_85.png);
	background-repeat: repeat;*/
}

div#fascia_intro {
	margin-top:42px;
	padding:2px;
	height: 1em;
	border-bottom:1px solid #ffffff;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='./img/fondo_bianco_alpha_85.png');*/
}

div#fascia_intro a {
padding-right:15px;
color:#000000;
}
div#fascia_intro a:hover {
padding-right:15px;
color:#506158;
}

#footer {
font-size:65%;
	width:750px;
	margin-left:auto;
	margin-top:5px;
	margin-right:auto;
	color: #999999;
	/*border:1px solid #ff0000;*/
}

#footer #copy {
float:left;
}
#footer #credits {
float:right;
}
#footer #credits a {
color:#999999;
font-weight:normal;
}
#footer #credits a:hover {
color:#EDDF00;
}




td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

