﻿@import url(layout.css);
body {
	color: #000;
	font-size: 0.75em;
	font-family: Trebuchet MS, Arial;
	font-style: normal;
	background-color: #abc;
}
#container {
	width: 800px;
	margin: 0 auto;
	background: #fff url("../images/bkgd_tile.gif") top;
	background-repeat: repeat-y;
}
#masthead {
	text-align: right;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	padding: 0;
	background-color: #cde;
}
#navigation {
	font-size: 0.85em;	
	font-weight:bold;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #d3d3d3;
	overflow: hidden;
}
#column_l {
	width: 550px;
	margin: 0 0 0 10px;
	padding: 0 10px 10px 10px;
}
#column_r {
	width: 193px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
	right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#footer {
	text-align: center;
	background-color: #89a;
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	padding: 2px;
}
/* Stili per il titolo */
#masthead img {
	float: left;
}
#masthead p {
	color: #000;
	font-size: 0.75em;
	text-align: right;
	margin: 10px 10px 0 10px;
}

#masthead td25 {
	height: 10px;
}

/* Stili per la struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	margin: 0 1px;
	padding: 4px;
	display: block;
	border: 1px solid #d3d3d3;
}
#navigation a:hover {
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
}
/* Stili per il contenuto */
h1 {
	color: #965;
	font-size: 1.5em;
}
h2 {
	color: #965;
	font-size: 1.25em;
}
h3 {
	color: #965;
	font-size: 1.00em;
}
h4 {
	color: #965;
	font-size: 0.75em;
}
h5 {
	color: #965;
	font-size: 0.60em;
}
h6 {
	color: #965;
	font-size: 0.50em;
}
big {
	color: #965;
	font-size: medium;
}
#column_r p {
	color: #000;
	font-size: 0.75em;
	text-align: left;
	margin: 0;
	padding: 5px;
}
#column_r h4 {
	margin-bottom: 0;
}
#column_r ul {
	margin-left: 5px;
	padding-top: 0;
	padding-left: 10px;
}
#column_r ul li {
	font-size: 0.75em;
	display: list-item;
	list-style-position: outside;
}
/* Stili per il piè di pagina */
#footer p {
	color: #fff;
	font-size: 0.75em;
	margin-top: 2px;
	margin-bottom: 6px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
/* Stili per i collegamenti */
a {
	color: #456;
	text-decoration: underline;
}
a:hover {
	color: #965;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}



/* Stili slideshow */
#slideshow * { margin: 0; padding: 0; }
#slideshow { 
	background: url('../slideshow/images/bg_shadow.gif') no-repeat top; 
	position: relative; 
	width: 455px; 
	height: 235px; 
}
#slideshow #menu, #slideshow #pictures, #slideshow #loading { 
	position: absolute; 
}
#slideshow #loading { 
	background: url('../slideshow/images/spinner.gif'); 
	display: block; 
	top: 158px; 
	left: 205px; 
	text-indent: -5000px; 
	width: 24px; 
	height: 24px; 
	visibility: hidden; 
	z-index: 5; 
}
#slideshow #pictures { 
	background: url('../slideshow/images/bg.jpg'); 
	width: 455px; 
	height: 235px; 
	left: 0; 
	overflow: hidden; 
}
#slideshow #pictures li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 455px; 
}
#slideshow #pictures li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
}
#slideshow #menu li { 
	display: block; 
	position: absolute; 
	top: 0; 
	width: 455px; 
}
#slideshow #menu li img { 
	display: block; 
	position: relative; 
	bottom: 0; 
}




