
/*stili di base del body*/

html,body {
	margin: 0;
	padding:0;
	font-family : Verdana;
}

body {
	color : black;
	margin-top: 0px;
	background-color: #646060;
}

/* struttura e layout pagina */

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 0;
	text-align: left;
	border: 0px solid #55617e;
	border: 0px solid #918d8c;
	border-top: 0px;
	background-color: #868282;
}

#headeralto {
	border: 0px solid #63595a;
	height: 136px;
	width: 960px;
	position: relative;
}

#headermedio {
	/*height: 95px;*/
	border: 0px solid red;
	text-align: right;
	margin: 0px;
	width: 960px;
	height: 185px;
}

#headerbasso {
	border: 0px solid purple;
	text-align: left;
	margin: 0px;
	margin-bottom: 40px;
	height: 100px;
	padding: 10px;
	position: relative;
}

#maincontent {
	border: 0px solid green;
	padding: 15px;
	padding-bottom: 15px;
	padding-left: 190px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 10px 30px;
}

#maincontentnormal {
	min-height: 487px;
	height: auto !important;
	height: 487px;
	border: 2px solid #55524e;
	padding: 5px;
	background-color: white;
}

#footer {
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	clear: both;
	height: 23px;
	border: 0px solid red;
}

#footerint {
	text-align: center;
	clear: both;
	margin-top: 10px;
	color: black;
	font-size: 12px;
	padding: 3px;
}

#footerlinfa {
	width: 960px;
	margin: 0 auto;
	text-align: right;
	padding: 5px;
}

#leftmenu {
	height: 527px;
	float: left;
	display: inline;
	width: 130px;
	margin-right: 0px;
	background-image: url(antani1.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#mainpage {
	margin-right: 10px;
	float: left;
	display: inline;
	width: 610px;
	background-color: white;
	min-height: 487px;
	height: auto !important;
	height: 487px;
	padding: 20px;
}

#rightmenu {
	height: 527px;
	float: left;
	display: inline;
	width: 130px;
	background-image: url(antani2.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}