body {
	background: white;
	padding: 0;
	margin: 0;
	height: 100%;
}
	
/*
Layout
---------------------------------------------------------------------------- */
#page {
	width: 960px;
	text-align: left;
	background: #ffffff;
	margin: 0 auto;
	}

#page_header {
	border-bottom: 4px solid #aaaaaa;
	}
	
div#page_content {
	padding: 10px 10px 0 10px;
	background: white;
	font-size: 12px;
	line-height: 150%;
	clear: both;
	height: 750px;      /* per IE5.x e IE6 */
	min-height: 750px;  /* per i browser moderni */
	height: auto !important;  /* per i browser moderni */
	}
div#page_content ul li,
#page_content ol li {
	margin-bottom: 1em;
	}
div#page_content ul li ul li,
#page_content ol li ol li {
	margin-bottom: 0.2em;
	}
	
div#wikitext ul li img {
	vertical-align: bottom;
	}
	
#page_footer {
	border-top: 4px solid #215ba0;
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 10px 15px 5px;
	font-size: 11px;
	}
#page_footer div,
#page_footer div a {
	font-size: 11px;
	}
#page_footer div.by {
	padding-bottom: 10px;
	}

	
body, p, td , li , a, div {
	font-family: Arial;
	font-size: 14px;
	}
p {
	text-align: justify;
	}

h1, h2, h3, h4 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-bottom: 5px;
	line-height: 1;
	}	
	
img ~ em {
	font-size: 11px;
	}
img ~ strong {
	font-size: 12px;
	}
	

	
h1 { 
	margin-top: 5px;
	font-size: 24px; 
	}	
h2 { 
	font-size: 18px;
	font-weight: bold; 
	}
h3, h4 { 
	margin-top: 5px;
	font-size: 16px; 
	font-weight: bold;
	letter-spacing: 1px;
	}
h4 { 
	border: none;
	margin-bottom: 5px;
	}

p, td, li {
	line-height: 1.5;
	}	
	
td.aright,
td.aright p {
	text-align: right !important;
	}
	
	
a { color: #0066ff; }
a.footerlink { color: #666666; }	
a.link_url { 
	text-decoration: none; 
	border-bottom: 1px dotted #0066ff;
	}
	
#main_menu {
	background: #eeeeee;
	padding: 7px 0 7px 0;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	}	
#main_menu a {
	padding: 7px 14px 7px 14px;
	text-decoration: none;
	font-size: 14px;
	color: black;
	}	
#main_menu a:hover{
	background: #cccccc;
	}
#main_menu a.active { 
	background: #215ba0; color: white; 
	}

#group_menu_dtree2 {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding: 10px 5px 20px 5px;
	}
	
#group_menu {
	border-left: 5px solid #5d9eff;
	background: #eeeeee;
	margin-left: -10px;
	margin-right: 10px;
	padding-bottom: 20px;
	width: 200px;
	}
#group_menu a {
	text-decoration: none;
	color: black;
	}
#group_menu a.mi {
	color: black;
	text-decoration: none;
	display: block;
	}
#group_menu a.mi:hover {
	background: #cccccc;
	}
#group_menu a.mi.active,
#group_menu a.mi.active:hover {
	background: #0066ff;
	color: white;
	}

#group_menu .ml1 {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 18px;
	padding: 10px 0 0 5px;
	}
#group_menu .ml2 a.mi {
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 14px;
	text-indent: -10px;
	margin-left: 0px;
	padding: 2px 0 2px 25px; 
	}
#group_menu .ml2 a.mil1 { 
	}
#group_menu .ml2 a.mil2 { 
	_background-image: url('https://www.elettra.eu/pub/images/dtree/nolines_minus.gif');
	_background-repeat: no-repeat;
	padding: 2px 0 2px 35px; 
	}
#group_menu .ml2 a.mil3 { padding: 2px 0 2px 45px; }


span.shadow img {
	border: 1px solid #777777;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	}
a img {
	border: 0;
	}

#dinner_box {
	display: none;
	padding: 20px;
	border-left: 5px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	}

