﻿body
{
	font-family: 'trebuchet ms', verdana, arial, tahoma, sans-serif;
	font-size: 13px; color: #444;
	line-height: 200%;
	margin-top: 0px;
	background: #f0e9dd url('immagini/design/sfondo.gif') repeat-y 50% 0px;
}

img
{
	border: 0px;
}

h1
{
	font-size: 160%;
}

h2
{
	font-size: 125%;
}

#container
{
	width: 602px;
	margin: 0 auto;
}

#menu
{
	width: 602px;
	text-align: left;
}

#header
{
	width: 602px;
	height: 123px;
}

#content
{
	clear:both;	
	width: 585px;
	padding: 0px 9px;
}

.titolo
{
	color: #b1a993;
	background-color: #f0e9dd;
}

.testo
{
	text-align: justify;
	line-height: 1.5;
}

.immagine
{
margin: 0px;	
	border: 1px solid #b6a996;
}

.schermate
{
	margin: 1px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
}	

.schermate img
{
	display: inline;
	margin: 0px;
	border: 1px solid #b1a993;
}

.schermate a:hover img {border: 1px solid #b1a993;}

.didascalia
{
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	width: 191px;
	margin: -4px 1px 1px 1px;
}

.didascalia2
{
	text-align: center;
	font-size: 12px;
}

.tabella
{
    text-align: center;
}

.centro 
{
    text-align: center;
    line-height: 1.5;
}

.destra 
{
    text-align: right;
}

.sinistra 
{
    text-align: left;
}

.indietro 
{
    text-align: center;
    line-height: 1.5;
}

#footer
{
	width: 552px;
	text-align: center;
	padding: 10px 25px 0px 25px;
}

#footerspazio
{
	position: absolute;
	bottom: 14px;
	width: 552px;
	text-align: center;
	padding: 0px 25px;
}

a:active, a:visited, a:link
{
	color: #b1a993;
	background-color: #f0e9dd;
	text-decoration: none;
}

a:hover
{
	color: #b1a993;
	background-color: #f0e9dd;
	text-decoration: none;
}

#navlist
{
	padding: 0px;
	margin: 0;
}

#navlist li
{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a
{
	padding: 0px 9px;
	margin: 0;
	color: #b1a993;
	background-color: #f0e9dd;
	text-decoration: none;
	float: left;
}

#navlist li a:link
{
	color: #b1a993;
	background-color: #f0e9dd;
}
#navlist li a:visited
{
	color: #b1a993;
	background-color: #f0e9dd;
}

#navlist li a:hover
{
	color: #f0e9dd;
	background: #b1a993;
}

#navlist li a#current
{
	color: #f0e9dd;
	background-color: #b1a993;
}

table
{
	width: 88%;
	color: #444;
	background-color: #f0e9dd;
	margin: 5px 1px 5px;
	border-left: 1px solid #c2b7a5;
	border-top: 1px solid #c2b7a5;
}

th, td
{
	border-right: 1px solid #c2b7a5;
	border-bottom: 1px solid #c2b7a5;
	padding: 0px 10px;
	text-align: right;
}

th
{
	color: #444;
	background-color: #e7dfd2;
	font-weight: normal;
	text-align: left;
}