/* CSS Document */

@import url("Tags.css");
@import url("Menu.css");
@import url("Menu2.css");

#Container { 
	width: 990px;
	margin: auto;
	background-color: #fff;
	margin-top: 0px;
	border-top: 3px solid #22781f;
	border-bottom: 3px solid #22781f;
	border-left: 1px solid #22781f;
	border-right: 1px solid #22781f;
	background-image:url(../img/Banda-DX.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

#Content {
	width: 942px;
    border-right: 1px solid #ccc;
}

/* HEADER */

#HeaderItalia {
	position: relative;
	width: 940px;
	height: 100px;
	border-top: 1px solid #fff;
}

#Header {
	position: relative;
	width: 940px;
	height: 161px;
	border-top: 1px solid #22781f;
}

#MenuIndex {
	position: absolute;
	width: 184px;
	left: 0px;
	top: 0px;
}

#Logo {
	position: absolute;
	width: 500px;
	left: 200px;
	top: 10px;
	text-align:center;
}

#Indirizzo {
	position: absolute;
	width: 201px;
	height: 132px;
	right: 0px;
	top: 0px;
	text-align:right;
	background-color: #eaeaea;
	background-image:url(../img/SF-indirizzo.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	font-size: 15px;
	line-height: 22px;
	padding-right: 12px;
	padding-top: 30px;
}

#Indirizzo a{
	font-size: 15px;
}


#CentroIndex {
	position: relative;
	width: 940px;
	height: 264px;
	border-top: 1px solid #22781f;
}

#Centro {
	position: relative;
	width: 890px;
	height: 365px;
	min-height: 365px;
	height: auto;
	padding: 20px 25px; 
}

#Centro-ricerca {
	position: relative;
	width: 920px;
	height: 365px;
	min-height: 365px;
	height: auto;
	padding: 10px; 
}

#BarraEsteroIndex {
	position: relative;
	width: 940px;
	height: 100px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

#BarraEstero {
	position: relative;
	width: 940px;
	height: 100px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #22781f;
}

#BarraEstero2 {
	position: relative;
	width: 990px;
	height: 100px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #22781f;
}

/* CONTENUTI-------------------------------------------------- */

#Tab-testi {
	width: 100%;
	text-align:justify;
}

.Info-input {	
	margin: 0;
	padding: 0;
	width: 300px;
	height: 16px;
	border: solid 1px #bfbfbf;
}

.Info-input-mini{	
	margin: 0;
	padding: 0;
	width: 60px;
	height: 16px;
	border: solid 1px #bfbfbf;
}

.Info-input-area{	
	margin: 0;
	padding: 0;
	width: 686px;
	border: solid 1px #bfbfbf;
}

	
/* PRIVACY-------------------------------------------------------------- */

#Privacy {
	position: relative;
	width: 800px;
	top: 15px;
	left:4px;
	font-size: 12px;
	text-align:justify;
}

#Privacy a{
	font-size: 12px;
}

#Privacy p{
	    margin-bottom: 10px;
}

	
/* FOOTER */

#Footer {
	width: 990px;
	position: relative;
	margin: auto;
	font-size: 11px;
	padding-top: 3px;
	padding-bottom: 5px;
	color: #333;
}

#Footer a {
	font-family: Arial;
    color: #333;
	font-size: 11px;
	text-decoration: none;
  }

#Footer a:hover {
	text-decoration: underline;
}

