body {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0em;
	background-color: #91806e;
	background-image: url('../design/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top left;
}

div, table {
	font-size: 10.5pt; /* Dimensione predefinita del testo */
	letter-spacing: 1px;
}

table div {
	font-size: 1em;
}

table table {
	font-size: 1em;
}

#main {
	width: 772px;
	margin: auto;
}

#lang_select {
	padding-bottom: 5px;
}

#lang_select img {
	vertical-align: middle;
}

#lang_select table {
	font-size: 9pt;
	letter-spacing: 0pt;
	color: #EEEEEE;
}

#lang_select table td {
	padding-left: 3px;
}

#intestazione {
	border: 1px solid white;
	border-bottom: none;
}

#menu {
	background-color: gray;
	color: white;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	font-size: 9pt;
}

#menu td {
	border-right: 1px solid white;
	text-align: center;
}

#menu td#home {
	font-weight:bold;
}
  
#menu td a:link, #menu td a:visited, #menu td a:active {
	background-color: gray;
	color: white;
	display: block;
	width: 100%;
	text-decoration: none;
	line-height: 26px;
}

#menu td a:hover {
  	background-color: #666666;
	text-decoration: none;
}

#menu_lower {
	padding: 0.3em;
	border: 1px solid gray;
	background-color: #333333;
	margin: 2em;
	font-weight: bold;
	text-align: center;
	font-size: 0.85em;
	text-transform: uppercase;
}

#menu_lower a {
	text-decoration: none;
}

#percorso {
	font-size: 0.85em;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: black;
	color: white;
}

#percorso a:link, #percorso a:visited, #percorso a:hover, #percorso a:active {
	text-decoration: none;
}

#percorso td {
	height: 1.8em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

#corpo {
	border: 1px solid white;
	border-top: 0px;
}

#corpo #pagina {
	background-color: black;
	padding: 1em;
	padding-bottom: 2em;
	padding-top: 2em;
}

#footer td {
	font-size: 8pt;
	padding-top: 3px;
}

#copynotice {
	margin-top: 1em;
	font-size: 8pt;
	color: white;
	text-align: center;
}

form { 
	margin: 0em;
}