﻿@import url("layout.css");
body {
	background: #b9cfa1 url('../../images/sfondi/background.gif') repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#container {
	background: #fff;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#masthead {
	border-bottom: #8FBC8F double;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 0px;
}
#news {
	border-bottom: #8FBC8F double;
	width: 1000px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-color: #8FBC8F;
	color: #FFFFFF;
	margin-bottom: auto;
	margin-top: auto;
}
#navigation {
	position: relative;
	float: left;
	margin-top: 0px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	margin-left: 1px;
	margin-right: 1px;
}
#sidebar {
	float: right;
}
#footer {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Stili titolo */
#masthead h1 {
	background: no-repeat;
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
	text-align: center;
	vertical-align: text-bottom;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3.5%;
	margin-left: 10%;
	text-align: right;
	vertical-align: baseline;
}
#masthead a {
	color: #555533;
	text-decoration: none;
}
#masthead img {
	border-width: 0px;
	text-align: center;
}
#sidebar img {
	margin: 4px;
	padding: 3px;
	border: 1px solid #708090;
}
#sidebar h2 {
	padding: 0px;
	margin: 0px;
	border: 1px solid #006666;
	font-weight: bold;
	color: #FFFFFF;
	display: inherit;
	text-align: center;
	vertical-align: top;
	background-color: #8FBC8F;
	background-repeat: no-repeat;
	position: relative;
	font-size: medium;
	top: 0px;
	z-index: inherit;
}
#sidebar h3 {
	border: 1px none;
	font-weight: bold;
	text-align: center;
	font-size: small;
	font-style: italic;
	background-color: #DEE8D2;
	font-family: Arial, Helvetica, sans-serif;
}
/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	margin: 0 0 0 0;
	color: #fff8dc;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#navigation a:visited {
	margin: 0 0 0 0;
	display: block;
	padding: 5px;
	font-variant: normal;
	font-style: italic;
}
/* Stili contenuto */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
	font-size: medium;
}
h2 {
	color: #455;
}
#content h1 {
	margin: 0px;
	border-style: none;
	color: #FFFFCC;
	font-size: x-large;
	text-align: center;
	position: relative;
	vertical-align: top;
	visibility: inherit;
	z-index: auto;
	display: block;
	font-weight: bold;
	background-color: #8AAE8A;
}
#content h2 {
	color: #455;
	font-size: medium;
	font-style: italic;
}
#content img {
	margin: 4px;
	padding: 3px;
	border: 1px solid #708090;
	margin-top: 10px;
}
#content a:hover {
	color: #006600;
	text-decoration: none;
}
/* Stili intestazione laterale */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: none;
	margin-bottom: 5px;
	margin-left: 5px;
}
#sidebar a:hover {
	color: #006600;
	text-decoration: none;
}
/* Stili piè di pagina */
#footer p {
	font-size: 0.85em;
	color: #339966;
}
#footer a {
	color: #708090;
	text-decoration: underline;
}
#footer a:hover {
	color: #2f4f4f;
	text-decoration: none;
}
/* Stili collegamento */
a {
	color: #261;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #999966;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
