﻿@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 {
    position:relative;
 
	width: 100%;
	margin-top: 57px;
	border-bottom: 2px solid #363636;
	background-color: #ffffff;
	height: auto;
}
#masthead {
	width: 1000px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#content {
	position: relative;
	float: left;
	width: 320px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#sidebar {
	float: right;
	width: 330px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	text-align: left;
	padding-top: 10px;
}
/* Stili titolo */
#masthead h1 {
	background: no-repeat;
	background-position: right;
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
	text-align: right;
	vertical-align: text-bottom;
	height: 7px;
}
#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 h2 {
	border: 1px solid #006666;
	margin: auto;
	font-weight: bold;
	color: #FFFFFF;
	display: inherit;
	text-align: left;
	vertical-align: top;
	background-color: #8FBC8F;
	background-repeat: no-repeat;
	position: relative;
	text-indent: 5px;
	font-size: medium;
}
#sidebar h3 {
	border: 1px none #8FBC8F;
	font-weight: bold;
	text-align: left;
	font-size: medium;
	font-style: italic;
}

/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Stili contenuto */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
	font-size: medium;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
	font-size: x-large;
}
#content h2 {
	color: #455;
	font-size: small;
	font-style: italic;
}
content img {
	padding: 5px;
	border: 1px solid #708090;
}
#content a:hover {
	color: #006600;
	text-decoration: none;
}

/* Stili intestazione laterale */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	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;
}
