﻿@import url('layoutenzo.css');
body {
	font-family: Verdana, Arial, sans-serif;
	font-size:small;
	background-image: url('../images/SF_Home_sf1280.jpg');
	background-repeat:repeat;
	background-attachment: scroll;
}
#riquadro_punteggiato {
	margin: 2px;
	padding: 2px;
	border: 2px dotted #0080C0;
}
#riquado_trattegiato {
	margin: 2px;
	padding: 2px;
	border: 2px ActiveBorder dashed;border-color:#FF0000;	
}
#block {
	line-height: 18px;
	vertical-align:baseline;
	text-align: right;
	text-indent: 12px;
	white-space: nowrap;
	word-spacing: normal;
	letter-spacing: normal;
}
#navigation {
				margin: 0px;
				position: inherit;
				float: none;
				width: 210px;
				padding: 0px;
				border: 0px;
}
#head {
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	padding: 0px;
	margin: 0px;
	text-align: center;
	clear: both;
	width: auto;
	font-weight: normal;
}
#footer {
	text-align: center;
	clear:both;
	width: auto;
	border:0px;
	font-weight:normal;
}
/*Stili struttura*/
#navigation ul {
	list-style-type:none;
	width:210px;
	display:block;
	margin:0px;
	padding:1px
}
#navigation li {
	display:block;
	margin:0px;
	padding:1px;
	border:0px;
	background-color:#FFF;
}
#navigation a  {
	color: black;
	text-decoration: none;
	display:block;
	padding:0px;
	border-bottom:0px;
	background-color:#33CC33;
	font-weight:normal;
}
#navigation a:hover {
	color: black;
	text-decoration:none;
	background-color: #66FF33;
}
/*Stili top pagina*/
#head p {
	color: #808080;
}
#head a {
	color: #CC3300;
	text-decoration:none;
}
#head a:hover {
	color: blue;
	text-decoration:none;
}
/*Stili piè di pagina*/
#footer p {
	color: #808080;
}
footer a {
	color: #503750;
	text-decoration:none
}
#footer a:hover {
	color: blue;
	text-decoration:none
}
a {
	color: #006666;
	text-decoration: none;
}
a:hover {
	color:#FF3300;
	text-decoration:none;
}
.style_bold {
	font-weight:bold
}
.style_italic {
	font-style:italic;
}

