/* CSS Document */

html {
	margin:0;
	padding:0;
	}

body {
	background-image:url(images/page_bg.gif);
	background-color:#FF99FF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	color:#666666;
	font-size:13px;
	}
	
#general {
	background-image:url(images/testata_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	}
	
#container {
	background-image:url(images/container_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:20px;
	width:684px;
	margin-left:22px;
	}
	
#content {
	background-image:url(images/intestazione_bg.jpg);
	background-repeat:no-repeat;
	padding:105px 9px 0 9px;
	margin-bottom:0px;
	background-color:white;
	}
	
#content h1 {
	background-image:url(images/h1_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
	font-size:14px;
	padding:13px 0 9px 6px;
	color:#006699;
	clear:both;
	}
	
/******* STILI MENU PRINCIPALE *******/

#menu {
	float:right;
	text-align:center;
	font-size:11px;
	margin-right:15px;	
padding-bottom:2px;
	}
	
#menu a {
	color:#FF0066;
	text-decoration:none;
	padding:0 8px 0 8px;
	}
	
#menu a:hover {
	background-color:#FFCCFF;
	}
	
/****** STILI PANNELLO DATI METEO *******/

#data {
	background-image:url(images/datapanel_bg.jpg);
	width:257px;
	height:202px;
	float:left;
	margin-right:10px;
	}
	
#datacontent {/*tabella centrale*/
	width:225px;
	margin:50px auto;
	}
	
#tabindice {/*indice di bucato*/
	background-image:url(images/indice_bg.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#FFFFFF;
	}
	
#datacontent .temp {/*temperatura*/
	font-size:16px;
	font-weight:bold;
	color:#FF9900;
	}
	
/****** STILI PANNELLO DEI TESTI DI DX ******/

#testi {
	width:385px;
	margin-left:275px;
	text-align:left;
	padding-top:15px;
}

#testi h2 {
	color:#006699;
	text-align:left;
	font-size:14px;
	padding-top:10px;
	}
	
#testi .valori {
	font-weight:bold;
	color:#85cefa;
	}
	
#testi .aggiornamento {
	color:#006699;
	font-size:10px;
	}
	
	/****** STILI RSS ******/
	
#rss {
	text-align:center;
	padding-top:5px;
	border-top:1px dotted #e9e9e9;
	margin-top:20px;
	}
	
#weather {
	width:688px;
	margin-left:22px;
	text-align:center;
	}
	
#weather a {
	font-size:10px;
	color:#006699;
	font-weight:bold;
	text-decoration:none;
	}
#google {
position:absolute;
z-index:1;
margin-top: 102px;
margin-left: 710px;

}

