*
{
	margin: 0;
	padding: 0;
}

body
{
	background:#a1896f; /* url(sfondo.jpg); */
	font-family:"trebuchet ms", verdana, sans-serif;
	/*text-align: center;*/
/*	color:#2C5079;*/
}

a
{
	color: inherit;
	text-decoration: underline;
}

a:link
{
	color: #57965A;
}

a:visited
{
	color: #2B4B2D;
}

table
{
	border-style: none;
	/*border-width: 1px;
	border-color: black;*/
}

.tabellina
{
	background-color: white;
	border: solid 1px black;
}

.principale
{
	font-size: small;
	font-weight: bold;
}

.secondario
{
	font-size: x-small;
}

h1
{
	font-size: 24px;
}

h2
{
	font-size: 18px;
}

h3
{
	color: red;
}

.date
{
	font-weight: bold;
	font-size: 16px;
}

#content{position:relative; min-width:744px}

#main-title
{
	height: 1%;
	border: 3px solid #000000;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	background: white;
	height: 60px;
	text-align: center;
	color: black;
	/*display: inline-block;*/
}

.step
{
	/*height: 1%;*/
	width: 660px;
	border: 2px solid #000000;
	/*margin: 0px 260px 15px 15px;*/
	margin: 15px 15px 15px 15px;
	padding: 20px;
	background-color: #ffffff;
	/*display: inline-block;*/
}

.stepWide
{
	/*height: 1%;*/
	border: 2px solid #000000;
	/*margin: 0px 260px 15px 15px;*/
	margin: 15px 15px 15px 15px;
	padding: 20px;
	background-color: #ffffff;
	display: inline-block;
}

.title
{
	height: 1%;
	border: 3px dashed #3D82AD;
	margin: 0px 260px 15px 15px;
	padding: 15px;
	background-color: #ffffff;
}

.nav
{
	height: 1%;
	border: 3px dashed #3D82AD;
	margin: 0px 260px 15px 15px;
	padding: 15px;
	background-color: #ffbfbf;
}

.summary
{
	height: 1%;
	border: 3px dashed #3D82AD;
	margin: 0px 260px 15px 15px;
	padding: 15px;
	background-color: #ffcc88;
}

#menu
{
	font-size: 13px;
	position: absolute;
	right: 15px;
	top: 110px;
	width: 230px;
	border: 3px dashed #3D82AD;
	margin-bottom: 25px;
	background-color: #ffbfbf;
}

#menu ul { margin-left: 0px; }

#menu li
{
	list-style-type: none;
	display: block;
	border-top: 1px solid #3D82AD;
	color: #3D82AD;
	padding: 7px 0 7px 10px
}

#footer
{
	height: 1%;
	border: 3px solid #000000;
	margin: 15px 15px 15px 15px;
	padding: 15px;
	background: white;
	height: 60px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: black;
}

div.float
{
	float: left;
	width: 160px;
	padding: 10px;
}
  
div.float p
{
	text-align: center;
}

div.spacer
{
	clear: both;
}
