@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00264C;
}
body {
	background-image: url(/images/bg_body.png);
	background-position: top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
}
img {
	border: none;
}

a:link {
	color: #AF1010;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #DF8125;
	font-weight: bold;
	text-decoration: underline;
}
a:active, a:hover {
	color: #DF8125;
	font-weight: bold;
	text-decoration: none;
}


h1 {/* titolo del testo centrale */
	font-size: 14px;
	font-weight: bold;
	color: #28486F;
	padding: 0;
	margin: 0;
	text-align: left;
}
h2 {/* titolo del testo centrale */
	font-size: 12px;
	font-weight: bold;
	color: #28486F;
	padding: 0;
	margin: 0;
	text-align: left;
}
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}
.clear_right {
	clear: right;
}

/* [Struttura] */
#container {
	width: 770px;
	margin: 0 auto;
}
#topPrint{
	display: none;
}
/* [Struttura] */

/* [Header] */
#header {
	background-image: url(/images/bg_header.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 88px;
	width: auto;
	padding: 65px 0 0 0;
	text-align: center;
}
#immobiliare {
	float: left;
	margin: 0;
	padding: 45px 7px 0 0;
	height: 28px;
	text-align: left;
	border: none;
}
#lingua {
	margin: 0 0 0 400px;
	padding: 45px 7px 0 0;
	height: 28px;
	text-align: right;
}
#lingua a {
	font-size: 10px;
	font-weight: normal;
}
#lingua a:link, #lingua a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#lingua a:active, #lingua a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* [Menu Topbar] */
#topmenu {
	background-image: url(/images/bg_topmenu.gif);
	background-repeat: repeat-x;
	width: auto;
	height: 20px;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 0 0;
	border: none;
	border: #FFFFFF solid 1px;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#topmenu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 2px 0px 2px;
	white-space: nowrap;
	height: 17px;
	text-decoration: none;
}
#topmenu a {
	padding: 0px 5px 0px 5px;
	border: none;
}
#topmenu a:link, #topmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#topmenu a:hover, #topmenu a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
/* [/Menu Topbar] */

/* [Corpo Centrale] */
#content { 	/* contiene la parte centrale */
	width: auto;
	border: #0F4575 solid 1px;
	background-color: #FFFFFF;
	background-image: url(/images/bg_content.gif);
	background-repeat: repeat-y;
	margin: 10px 0;
	overflow: hidden;
	height: 0.01%;
}
#corpo {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	/*background-image: url(../images/bg_corpo.jpg);
	background-position: top;
	background-repeat: repeat-x;*/
	margin-left: 215px;
}
#contenuto-corpo {
	padding: 18px 0;
	margin: 0 10px;
	width: auto;
	vertical-align: top;
	text-align: left;
	border-top: #F8F9FA solid 1px;
	height: 0.01%;
}
/*
#contenuto-corpo a:link {
	border-bottom: 1px dashed #003399;
}
#contenuto-corpo a:visited {
	border-bottom: 0px;
}
#contenuto-corpo a:active, #contenuto-corpo a:hover {
	border-bottom: 1px dashed #003399;
}
*/

/* [Stili per la briciola] */
#briciola {
	color: #28486F;	
	width: auto;
	/*height: 10px;*/
	padding: 9px 0;
	margin: 0 10px;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	border-bottom: #849DC4 solid 1px;
}
#briciola a:link, #briciola a:visited {
	color: #28486F;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}
#briciola a:active, #briciola a:hover {
	color: #28486F;
	text-decoration: underline;
	border: 0px;
	font-weight: normal;
}
/* [/Stili per la briciola] */

/* [spalla sx] */
#spalla {
	width: 200px;
	/*background-image: url(../images/bg_spallasx.jpg);
	background-position: top;
	background-repeat: no-repeat;*/
	padding: 0;
	float: left;
	min-height: 230px;
	height: auto !important;
	height: 230px;
}
div.container-spalla { /* contenuto spalla sx home */
	margin: 10px;
	padding: 0px;
	border: 0px;
}

div.news {
	border-bottom: #7097C2 solid 1px;
	text-align: left;
	padding: 5px 0;
}
.data_news {
	color: #0B4481;
	font-size: 10px;
	font-style: italic;
}
a.titolo_news:link, a.titolo_news:visited {
	color: #0B4481;
	font-weight: bold;
	text-decoration: none;
}
a.titolo_news:active, a.titolo_news:hover {
	color: #0B4481;
	font-weight: bold;
	text-decoration: underline;
}
a.testo_news:link, a.testo_news:visited {
	color: #0B4481;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
a.testo_news:active, a.testo_news:hover {
	color: #0B4481;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

/** MENU 1 ** Primo livello spalla sx **/
#spalla ul.menu1 { 
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0; /* elimino i rientri delle liste */
	text-align: left;
}
#spalla ul.menu1 li.menu1 a,#spalla ul.menu1 li.menu1_attivo a {
	display: block; /* il link occupa tutto lo spazio orizzontale */
	text-decoration: none;
	padding: 0px 0px 5px 15px; /* lascia spazio far il bordo del menu e il testo del link */
	/*height: 24px;*/
	/*line-height: 24px; *//* altezza del link: height e line-height devono avere il medesimo valore */
	margin: 5px 0 2px 0;
	color: #0B4481;
	background-image: url(../images/li01.png);
	background-position: left top;
	background-repeat: no-repeat;
}
#spalla ul.menu1 li.menu1,#spalla ul.menu1 li.menu1_attivo {
	display: inline;
} 
#spalla ul.menu1 li.menu1 a:link,#spalla ul.menu1 li.menu1 a:visited {
	color: #0B4481;
	font-weight: bold;
	border-bottom: #7097C2 solid 1px;
}
#spalla ul.menu1 li.menu1 a:hover,#spalla ul.menu1 li.menu1 a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: #7097C2 solid 1px;
}
#spalla ul.menu1 li.menu1_attivo a:link,#spalla ul.menu1 li.menu1_attivo a:visited {
	color: #0B4481;
	font-weight: bold;
	text-decoration: none;

}
#spalla ul.menu1 li.menu1_attivo a:hover,#spalla ul.menu1 li.menu1_attivo a:active {
	color: #0B4481;
	font-weight: bold;
	text-decoration: underline;

}

/* Menu di secondo livello */
/** MENU 2 ** Secondo livello spalla sx **/
#spalla ul.menu2 {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: #7097C2 solid 1px;
}
#spalla ul.menu2 li.menu2 a,#spalla ul.menu2 li.menu2_attivo a { 
	display: block;
	text-decoration: none;
	padding: 3px 0px 3px 30px;
	/*height: 20px;
	line-height: 20px;*/
	color: #0B4481;
	background: none;
}
#spalla ul.menu2 li.menu2,#spalla ul.menu2 li.menu2_attivo {
	display: inline;
} 
#spalla ul.menu2 li.menu2 a:link,#spalla ul.menu2 li.menu2 a:visited {
	color: #0B4481;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	border: 0px;
}
#spalla ul.menu2 li.menu2 a:hover,#spalla ul.menu2 li.menu2 a:active {
	color: #0B4481;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	border: 0px;
}
#spalla ul.menu2 li.menu2_attivo a:link,#spalla ul.menu2 li.menu2_attivo a:visited {
	color: #0B4481;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	border: 0px;
	background-image: url(../images/li02.png);
	background-position: 20px;
	background-repeat: no-repeat;
}
#spalla ul.menu2 li.menu2_attivo a:hover,#spalla ul.menu2 li.menu2_attivo a:active {
	color: #0B4481;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
	border: 0px;
	background-image: url(../images/li02.png);
	background-position: 20px;
	background-repeat: no-repeat;
}

/** MENU 3 ** Terzo livello spalla sx **/
#spalla ul.menu3 { 
	width: 95%;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	background: none;
}
#spalla ul.menu3 li.menu3 a,#spalla ul.menu3 li.menu3_attivo a { 
	display: block;
	text-decoration: none;
	padding: 2px 0 2px 5px;
	margin-left: 30px;
	/*height: 14px;
	line-height: 14px;*/
}
#spalla ul.menu3 li.menu3,#spalla  ul.menu3 li.menu3_attivo {
	display: inline;
} 
#spalla ul.menu3 li.menu3 a:link,#spalla ul.menu3 li.menu3 a:visited {
	color: #0B4481;
	font-size: 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../images/li03.png);
	background-position: left;
	background-repeat: no-repeat;
}
#spalla ul.menu3 li.menu3 a:hover,#spalla ul.menu3 li.menu3 a:active {
	color: #0B4481;
	font-size: 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/li03.png);
	background-position: left;
	background-repeat: no-repeat;
}
#spalla ul.menu3 li.menu3_attivo a:link,#spalla ul.menu3 li.menu3_attivo a:visited {
	color: #0B4481;
	font-size: 10px;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/li03.png);
	background-position: left;
	background-repeat: no-repeat;	
}
#spalla ul.menu3 li.menu3_attivo a:hover,#spalla ul.menu3 li.menu3_attivo a:active {
	color: #0B4481;
	font-size: 10px;
	font-weight: bold;
	border: none;
	text-decoration: underline;
	font-weight: bold;
	background-image: url(../images/li03.png);
	background-position: left;
	background-repeat: no-repeat;
}
/* [/spalla sx] */


/* [Footer] */
#containerfooter {
	width: auto;
	margin: 10px 0 0 0;
	height: 30px;
}
#footer {
	width: auto;
	margin: 0;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
#copy {
	color: #6378A3;
	font-size: 10px;
	float: left;
	padding: 2px 0px 0px 14px;
}
#credits {
	color: #2785D6;
	font-size: 10px;
	text-align: right;
	padding: 2px 8px 0px 0px;
	font-weight: normal;
}
#credits a:link, #credits a:visited{
	color: #2785D6;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}
#credits a:active, #credits a:hover{
	color: #E2AC7E;
	text-decoration: none;
	border: 0px;
	font-weight: normal;
}
/* [/Footer] */


/* [Form] */
#normativaPrivacy{
	width: 500px;
	height: 100px;
	overflow: auto;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1010;
	border: 1px solid #b2c1e0;
}
input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1010;
	border: 1px solid #b2c1e0;	
}
select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1010;
	border: 1px solid #b2c1e0;	
}
textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #AF1010;
	border: 1px solid #b2c1e0;	
}
input.checkbox{
	border: none;
}
