html{height: 100%; margin-bottom: 1px} /*per la scrollbar laterale in Opera e Mozilla*/

body{
	margin: 5px 0px 5px 0px;
	padding:0;
	background : #FFFDE1 url(../images/bg_page.jpg) repeat;
}

.tabprincipale {
	border-top: 0;
	border-bottom:0px;
	border-left:1px solid #E3B789;
	border-right:1px solid #E3B789;	
	border-top:1px solid #E3B789;		
	border-collapse: collapse;
	width: 480px;
	font: 14px "Trebuchet MS",Verdana,Arial,sans-serif;
	text-align: left;
	background: #FFFDE1;
	color: #3f3f3f	
}

h1{
	font-size: 160%;
	font-weight:bolder;
	color: #633100;
}

a:link		{text-decoration:none; color:#000000}
a:visited	{text-decoration:none;	color: #006363;}
a:hover 	{text-decoration: underline;	color: Red;}


.contenuto{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 17px;
	FONT-FAMILY: verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	COLOR:#000000;
	padding: 2px 15px 5px 15px;
}
.home{
	FONT-SIZE: 11px;
	LINE-HEIGHT: 22px;
	FONT-FAMILY: verdana, trebuchet MS, trebuchet, verdana, arial, sans-serif;
	COLOR:#000000;
	padding: 25px 5px 25px 5px;
}

.bottom {	color: #3A4C5A;		font-size: 80%;		background-color : #E3B789;		width: 480px;		padding-top:3px;		padding-bottom:3;		letter-spacing:2px;}
.bottom a{	color: #3A4C5A; }
.menu{	border-left : 1px solid #E1B384;	background : #FFFDE1 url(../images/bg.jpg) repeat-y right;}

div#menu{	float: right;	padding-bottom: 20px;	width : 150px;}
div#menu ul{list-style-type: none;margin:0;padding:0}
div#menu li{margin:0;line-height: 1.3}
div#menu a{text-decoration:none;color: #394A5A;padding-left:12px;line-height: 1.6;}
div#menu a:hover{color: #000;text-decoration: underline}

form,fieldset{margin-top:0;margin-left:0;padding: 0;border: 0px solid #000}
form label{
	float:left;
	width:120px;
	line-height:23px;
	margin-right:5px;
	text-align:right;
	font-weight : bold;
}
form input,textarea{
	margin-bottom:5px;
	border-style:solid;
	border-color: #8C8C8C #ABABAB #ABABAB #8C8C8C;
	border-width:2px 1px 1px 2px;
	background: White url(../images/bginput.jpg) repeat-x bottom;
	width: 155px;
}
form br{clear:left}
input#submit{margin: 10px 0 0 127px;border: 1px solid #CCC;padding: 0 5px;background: #E6E6E6 url(../images/bgbottone.jpg) repeat-x center left; width: 80px;}

hr {
	display: block;
	color: #F1EFE2;
	height: 1px;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #704723;
	margin-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.image{
float:left;
display:inline;
margin: 7px 0 0 5px;
background-color: #ffffff;
display: block;
position: relative;
top: -5px;left: -5px;
border:1px solid #ccc;
border-color: #ccc #666 #666 #ccc; 
padding: 5px
}