* {
    padding: 0;
    margin: 0;
} 

/* 
	------------| BODY |--------------
 */

body {
	background: #D7E4C8;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #555;
	line-height: 17px;
}

img { border: none; }

/* Link Blu non sottolineati  */
a { 
	color: #0000FF;			
	text-decoration: none; 
}

a:hover { 
	text-decoration: none; 
	/*color : #999;
	color : #D3D3D3;*/
	color : #808080;
}

/* Link vecchio css  */
a.simple_l:link, a.simple_l:visited {
	text-decoration: none; 
	font-family: Verdana;
}

/*   uguale al precedente ma non link*/
.simple_t {
	text-decoration: none; 
	font-family: Verdana;
	color: #0000FF;
}


/* H3 Bordoux */
h3 { 
	border-bottom: 1px dotted #aaa; 
	/*color: #666;*/
	color: #A52A2A;
	padding-bottom: 4px; 
	margin: 14px 0 7px 0; 
	font-weight: 100; 
	font-size: 22px; 
	letter-spacing: -1px;
}

h3 a { 
	text-decoration: none; 
	font-size: 22px; 
	letter-spacing: -1px; 
}

h3 a:hover { color: #999; }

#wrap {
	width: 800px;
	margin: 20px auto;
}


/* 
	------------| HEADER |--------------
 */
#header {
	background: #D7E4C8 url(/vc/pics/Layout/header_white.jpg) no-repeat;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	height: 149px;
}

#header h1 {
	font-size: 35px;
	font-weight: 100;
	letter-spacing: -3px;
	padding: 60px 0 0 33px;
	text-align: left;
	color: #000;
}

#header h1 a {
	color: #000;
	text-decoration: none;
}

#header h1 a:hover {
	color: #D7D7BD;
	text-decoration: none;
}

#header h2 {
	font-size: 13px;
	color: #000;
	padding: 20px 0 0 40px;
	text-align: left;
	font-weight: 100;
}


/* 
	------------| MENU |--------------
 */

#menu {
	padding: 0 30px;
	height: 50px;
	margin: 0px auto;
	background: #D7E4C8 url(/vc/pics/Layout/backgmenu.jpg) repeat-y;
}

#menu ul {
	margin: 0px;
	padding: 0 0 0 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	border: none;
	background: url(/vc/pics/Layout/img05.jpg) no-repeat left 55%;
	padding: 14px 30px 10px 12px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover {
	color: #D7D7BD;
}


/* 
	------------| CONTENUTO GENERALE |--------------
 */

#content { 
	padding: 0 30px;
	background: #D7E4C8 url(/vc/pics/Layout/content142.jpg) repeat-y;
}


/* 
	------------| Cella sinistra grande |--------------
 */
#left {
	padding: 10px 0px 100px 0px;
	width: 600px;
	float: left;
	font-size: 12px;
	text-align: justify;
	/*background-color: #7FFF00; verde*/
}
#left h3 { 
	border-bottom: 1px dotted #aaa;
	margin-top:30px;
	/*background-color: #6495ED; celeste*/
}

#left ul {  padding: 10px 0 20px 30px; }
#left ul li { padding: 2px 0 3px 0; }

#left table td {
	margin: 7px 7px 7px 7px;
	padding: 7px 7px 7px 7px;
}

/* 
	------------| Cella destra piccola |--------------
 */

#right{
	padding: 20px 0;
	/*width: 200px;*/
	width: 122px;
	float: right;
	/*background-color: #7FFF00; verde*/
}
#right h3 { font-size: 16px; border: none; padding: 0 0 0 10px; margin: 0; color: #000; }
#right ul { list-style-type: none; padding: 10px 0 20px 10px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { color: #649238; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  }
#right ul li a:hover { color : #999; }


/* FOOTER */
#footer {
	font-size: 10px;
	color: #111;
	text-align: center;
}

#footer a { 
	color: #111;
	text-decoration: none;
}
#footer a:hover {
	color: #111; 
	text-decoration: underline; 
}

/* IMMAGINE DI CHIUSURA*/

#bottom {
	background: #D7E4C8 url(/vc/pics/Layout/bottom.jpg) no-repeat; 
	padding: 15px 0;
}


/* #######################
	Tabelle
#######################*/


table.bordercol{
	border-collapse: collapse;
	border-color:#000000;
}
table.bordercol tr td{
	padding:10px;
}

th.colored{
	text-align:left;
	font-family: Verdana;
	color:#ffffff;
	background-color:#3300FF;
	font-size: 13px;
	padding: 15px;
}

th.colgrey{
	text-align:left;
	font-family: Verdana;
	color:#ffffff;
	background-color:#5B5B5B;
	font-size: 13px;
	padding: 10px;
}
/* #######################
	Vari
#######################*/

.asterisco{
	font-weight: bold;
	color: #FF0000;
	font-size: 1.5em;
}

.titolone{
	font-family: "Lucida Console", Tahoma, Latha, Verdana; 
	color:#c00000;
	font-size: 10px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
	word-spacing: -5px;
	margin: 2px 1px 35px 1px;
	text-align: right;
	font-style:italic;
}

/* Comune infowindow */
.comune{
	color:#ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

/*Infowindow della homepage: procincia di milano - affitto, vendita, stanza    */
.infow{
	font-family: Verdana;
	text-align:left;
	line-height: 25px;
	font-size: 12px;
}

/*Ci sono annunci inseriti per il comune di Milano ecc.   */
.infow_comune{
	width:200px;
	font-family: Verdana;
	text-align:left;
	font-size: 14px;
}

/*Titolo annuncio - icona foto - link ai particolari annuncio  */
.infow_casetta{
	width:200px;
	height:175px;
	font-family: Verdana;
	text-align:left;
	font-size: 12px;
}


.dati{
	font-family: "Courier New"; 
}

.overl{
	font-family: "Courier New";
	text-align:left;
	font-size:11px;

}

.IndexTitles{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	line-height: 20px; 
	color: #FF0000; 
	text-decoration: underline; 
	text-align: left;
}

.IndexText{ 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	color:#000000; 
	text-align: left;
}

.ag_stit{
	font-family: Verdana, Arial, sans-serif;  
	font-size: 12px;
	font-weight:bold;
	color: red;
	font-style:italic;
	text-align: left;
}

.login_items{
	font-size: 12px;
	font-weight:bold;
	font-style:italic;
}


/* #######################
 testo colonna destra
 ####################### */
div.dx{
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin: 5px 2px 2px 2px;
	/*text-align: justify;
	font-weight: bold;*/
}

/* #######################
 testo spiegazione fondo pagina
 ####################### */
div.spiega{
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}


