@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #00519e
}
#container {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 1px #FFEC00 solid;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #FFEC00;
	font-size:12pt;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content {
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
}
/* Stili titolo */
#masthead h1 {
	color: #fff;
}
#masthead h3 {
	color: #402640;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
    font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #FFFFFF solid;
	background-color: #00519E;
}
#navigation a {
	color: #00519e;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFEC00;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Stili contenuto */
#content h1,h2,h3,h4,h5,h6 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Stili piè di pagina */
#footer p {
	color: #808080;
	font-size: 8pt;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.titolo{font-name:Arial;font-size:14pt;font-weight:bold;}
.info{font-name:Arial;font-size:10pt;}

.elencoscroll{float: left; top: 10px; left: 0px; height: 390px; width: 610px; font-size: 12pt; font-family: Arial Narrow; overflow: scroll;}

.elenco { font-size: 12pt;font-family: Arial Narrow; }
.dettagli{font-name:Arial;font-size:10pt;}
