﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #EAE4DD;
	background-image: url("../images/sf_index.gif");
	background-repeat:repeat-x;
	
}
#container {
	width: 900px;
	margin: auto;
}
#masthead {
	text-align: center;
	float: right;
	position: relative;
	width: 746px;
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#masthead2 {
	text-align: center;
	float: left;
	position: relative;
	width: 148px;
	margin-top: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fafaff;
}
#navigation {
	position: relative;
	float: left;
	width: 148px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
}
#navigation2 {
    float: right;
    width: 746px;
    margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#content {
	float: left;
	width: 349px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content2 {
	float: left;
	width: 746px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content3 {
	float: left;
	width: 148px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content10 {
	float: right;
	width: 723px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content11 {
	float: left;
	width: 714px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color:trasparent;
}
#content12 {
	float: right;
	width: 723px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 10px;
	background-color: trasparent;
}
#content13 {
	float: right;
	width: 723px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 10px;
	background-color: trasparent;
}
#content20 {
	float: right;
	width: 349px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
}
#content21 {
	float: right;
	width: 349px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	padding: 10px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #e2d9ce;
}

#footer {
	text-align: center;
	clear:left;
	width: 740px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
}
/* Stili titolo */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
#masthead2 h1 {
	color: #3d6c87;
}
#masthead2 h3 {
	color: #5f8ea9;
}

/* Stili struttura */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;


}
#navigation a {
	color:maroon;
	font-size:medium;
	text-decoration:none;
	display: block;
	padding: 8px;


}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px solid #5f8ea9;
	background-color: #5f8ea9;
}
/* Stili struttura2 */
#navigation2 ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	float: left;
}
#navigation2 a {
	text-decoration: none;
	color: #b22222;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #eee8aa;
}
#navigation2 a:hover {
	text-decoration: none;
	color: #800000;
	background-color: #d0dffa;
}

/* Stili contenuto */
h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 1px solid #808080;
}
#content object {
	padding: 5px;
	border: 1px solid #808080;
}

#content2 h1 {
	color: #3d6c87;
}
#content2 img {
	padding: 5px;
	border: 1px solid #808080;
}
#content3 h1 {
	color: #3d6c87;
}
#content3 img {
	padding: 5px;
	border: 1px solid #808080;
}
#content10 h1 {
	color: #3d6c87;
}
#content10 img {
	padding: 5px;
	border: 1px solid #808080;
}
#content11 h1 {
    float:left;
	color: #3d6c87;
}
#content11 img {
    float:left;
	padding: 0px;
	border: 0px solid #808080;
}
#content20 h1 {
	color: #3d6c87;
}
#content20 img {
	padding: 5px;
	border: 1px solid #808080;

}

/* Stili piè di pagina */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: none;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}
a {
	color: #800000;
	text-decoration: none;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}






