body {
  font-size: 11px;
  font-family: Lucida Grande, Verdana, sans-serif;
  color: #111111;
  text-align: left;
	margin: 0;
	padding: 0;
	background: #f3f8e5 repeat-x url(../layout/sfum.gif) 0px 0px;
}

#container {
	border: none transparent;
	width: 700px;
	margin-left: auto;
	margin: 0 auto;
	margin-right: auto;
	background: white;
	padding: 0 20px 20px;
	display: table;
}

#head {
	width: 700px;
	height: 200px;
	margin: 0;
	padding: 0;
	background: 0px 0px no-repeat url(../layout/head.gif);
}

/*<group=menu>*/

#menu {
  width: 698px;
  padding: 0;
  margin: 0 0 20px;
  list-style-type: none;
  list-style-image: none;
	background: url(../layout/button.gif) 0px -1px repeat-x;
	display: block;
	float: left;
	border: 1px solid #777777;
}

#menu a, #menu a:link, #menu a:visited {
  display: block;
  padding: 4px 0;
  color: #333;
}

#menu a:hover {
  color: #000;
  text-decoration: none;
	background: url(../layout/button-hover.gif) repeat-x 0px -1px;
}

#menu li {
  float: left; 
  margin: 0;
  text-align: center;
	border-right: 1px solid #777777;
	padding: 0;
	width: 75px;
}

#menu li#last {
	border-style: none;
}

#menu .selected a  {
  color: #000;
	background: url(../layout/button-selected.gif) repeat-x 0px -1px;
}
	
/*</group>*/

#main {
  /* clear: both; */
  float: left;
  width: 700px;
	padding: 0;
	margin: 0;
}

#tableft {
	margin: 0;
	padding: 0;
	width: 450px;
}

#contenttab {
	width: 430px;
	text-align: left;
	margin: 0;
	padding: 0 20px 0 0;
}

#tabright {
	margin: 0;
	padding: 0;
	width: 250px;
}

#tablink {
	width: 250px;
	height: 100px;
	padding: 0;
	margin: 0 0 10px;
}

#headtab {
	width: 250px;
	background: no-repeat url(../layout/headtab.gif) 0px 0px;
	margin: 0;
	text-align: center;
	padding: 4px 0 0;
	font-weight: bold;
	height: 17px;
	color: white;
}

#newstab {
	width: 230px;
	margin: 0;
	background: #eeeeee;
	padding: 10px;
}

.data {
	color: gray;
}

.titolo {
	font-size: 14px;
	font-weight: bold;
}

.sottotitolo {
	font-weight: bold;
}

a.leggi:link {
  color: white;
  text-decoration: none;
	line-height: 30px;
	background: no-repeat url(../layout/button-leggi.gif) 0px 0px;
	padding: 2px 8px 3px 9px;
}

a.leggi:visited {
  color: white;
  text-decoration: none;
	line-height: 30px;
	background: no-repeat url(../layout/button-leggi.gif) 0px 0px;
	padding: 2px 8px 3px 9px;
}

a.leggi:hover {
  color: white;
  text-decoration: none;
	line-height: 30px;
	background: no-repeat url(../layout/button-leggi-over.gif) 0px 0px;
	padding: 2px 8px 3px 9px;
}

#visualize {
	text-align: center;
	padding: 10px;
	background: #dbdbdb;
	margin: 20px 0 0;
}

a.visualize:link {
  text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	color: gray;
}

a.visualize:visited {
  text-decoration: none;
	line-height: 20px;
	font-weight: bold;
	color: gray;
}

a.visualize:hover {
  text-decoration: underline;
	line-height: 20px;
	font-weight: bold;
	color: black;
}

#warning {	
	left: auto;
	right: auto;
	width: 500px;
	padding: 1em;
	margin: 0 auto 1.5em auto;
	border: 1px solid #fc0;
	background: #ff9;
	text-align: center;
}

a:link {
  color: #8d5b00;
  text-decoration: none;
}

a:visited {
  color: #8d5b00;
  text-decoration: none;
}

a:hover {
  color: #8d5b00;
  text-decoration: underline;
}

#footer {
	width: 690px;
	height: 16px;
	padding: 5px 10px 0 0;
	background: #cccccc;
	text-align: right;
	margin: 20px 0 0;
}

a.meta:link {
	color: #111111;
	margin: 0px;
	padding: 0; 
	letter-spacing: 0;
	font: bold 10px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: right;
}

a.meta:visited {
	color: #111111;
	margin: 0px;
	padding: 0; 
	letter-spacing: 0;
	font: bold 10px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: right;
}

a.meta:hover {
	color: #111111;
	margin: 0px;
	padding: 0; 
	letter-spacing: 0;
	font: bold 10px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-decoration: none;
	text-align: right;
}