 html,body{
 	margin:0; padding: 0
}
body{
	font-family: arial,sans-serif;
	background-color : #AAAAAA;
	font-size: 76%;
	text-align: center;
}
a {color: #993300; text-decoration: none;}
a:hover {color: #993300; text-decoration: none;}

div#container{
	width: 840px;
	margin: 0 auto;
	text-align: left;
}
div#testa{
	height : 287px;
	width: 840px;
}
div#menu{
	margin: 0;
	padding-left: 20px;
	float: left;
	width: 550px;
	height : 100%;
	border : 0px none;
}
div#agenda{
	float: right;
	margin:0; 
	padding: 0;
	height : 100%;
}
table.tableAgenda{
	border-top-color: #EC3D22;
	border-top-style: solid;
	border-top-width: 3px;
	border-bottom-color: #EC3D22;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	background-color : #FFFFFF;
}
div#ricerca{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border : 0px none;
	width: 270px;
	height: 61px;
	background-image : url(img/bgAgenda.gif);
	background-repeat: no-repeat;
	background-position : top right;
}
form.formRicerca{
	margin: 0px 0px 0px 0px;
	padding: 33px 0px 0px 20px;

}
input.ricerca{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:11px;
	font-family:Arial,Verdana,sans-serif;
}
td.scrittaAgenda{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	background-color : #000000;
}
input.icoLens{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#calendario{
	margin:0; 
	padding: 0;
	border : 0px none;
	height: 226px;
}
div#striscia{
	margin-top: 3px;
	margin-bottom: 3px;
	height : 63px;
	background-color :	#AAAAAA;
}
div#striscia2{
	text-align: center;
	margin-top: 3px;
	margin-bottom: 3px;
	height : 305px;
	background-color :	#AAAAAA;
}

div#piede{
	height : 366px;
	clear: right;
}
