﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #fff;
	/*background-image: url("../images/background.gif");*/
	background-repeat: repeat;
	background-attachment: scroll;
}
#container {
	width: 100%;
	margin: 5px auto;
}
#masthead {
	
	text-align: center;
	width: 100%;
	/*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: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;*/
}
#navigation2 {
	position: relative;
	float: right;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 10px;
	/*border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;	
	background-color: #fff;*/
}

#content {
	float: left;
	width: 615px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	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;
}
#footer {
	
	text-align: center;
	clear: both;
	width: 100%;
	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: #eeeeee;
}

#top-title1 {
	
	text-align: center;
	/*text-decoration: blink ;*/
	clear: both;
	width: 100%;
	/*margin-top: 10px;*/
	margin-left: 3px;
	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: #eeeeee;
}


#top {
	
	text-align: center;
	clear: both;
	width: 100%;
	margin-top: 10px;
	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: #eeeeee;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#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 {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	/*background-color: #fff;*/
}
#navigation a:hover {
	color: #5f8ea9;
    font-weight:bold;
    border: 1px solid #eeeeee;
	background-color: #fff;
}

#navigation2 ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation2 li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation2 a {
	color: #3d6c87;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	/*background-color: #fff;*/
}
#navigation2 a:hover {
	color: #5f8ea9;
    font-weight:bold;
    border: 1px solid #eeeeee;
	background-color: #fff;
}

/* Content Styles */



h6 {
	color: #3d6c87;
}
h5 {
	color: #3d6c87;
}
h4 {
	color: #3d6c87;
}
h3 {
	color: #3d6c87;
}
h2 {
	color: #3d6c87;
}
#content h1 {
	color: #3d6c87;
}
#content img {
	padding: 5px;
	border: 0px solid #808080;
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
}
#footer a {
	color: #5f8ea9;
	text-decoration: underline;
}
#footer a:hover {
	color: #33627d;
	text-decoration: none;
}

#top p {
	color: #808080;
	margin-top: 5px;
}
#top a {
	color: #5f8ea9;
	text-decoration: underline;
}
#top a:hover {
	color: #33627d;
	text-decoration: none;
}

a {
	color: #5f8ea9;
	text-decoration: underline;
}
a:hover {
	color: #33627d;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/* Celle navigazione*/

.cellanavigazionesinistra
{
	color: #fff;
	text-decoration: none;
	border: 0px #5f8ea9;
	background-color: #5f8ea9;
}
.cellanavigazionecentro
{
	color: #fff;
	text-decoration: none;
	border: 0px #5f8ea9;
	background-color: #5f8ea9;
}
.cellavuota
{
	background-color:white;	
}



a.link_menu
{
	font: normal 12px Verdana, sans-serif;
	color: #006699;
}

a.link_menu:hover 
{
font: bold 12px Verdana, sans-serif;
	color: Blue;
}



.menu
{
	border-bottom: 1 dashed #C5C5C5;
	background-color: #eeeeee;
}
.menuover
{
	border-bottom: 1 dashed #C5C5C5;
	background-color: White;
	cursor: hand;
}

.menu2
{
	border-bottom: 1 dashed #C5C5C5;
	background-color: #F2C3B3;
	text-align:center;
}
.menuover2
{
	border-bottom: 1 dashed #C5C5C5;
    background-color: White;
	cursor: hand;
	text-align: center ;
}

.menu3
{
	border-bottom: 2 dashed #C5C5C5;
	background-color: #B1D3AC;
	text-align:center;
}
.menuover3
{
	border-bottom: 2 dashed #C5C5C5;
	background-color: White;
	cursor: hand;
	text-align: center ;
}

.menucontent2
{
	border-left: 2px  #fefeff;
	border-right: 2px #fefeff;
	background-color:#eeeeee;
	
}

.menucontent
{
	border-left: 0px  #fefeff;
	border-right: 0px #fefeff;
	background-color:#eeeeee;
}

.menuultimariga
{
	
	background-color: #eeeeee;
}
.menuultimarigaover
{

	background-color: #ffffff;
	cursor: hand;
}

input.pulsante
{
	border: 2px outset;
	background-color: #5f8ea9;
	text-align: center;
}

.style5 {
	color: #5F8EA9;
	text-decoration: underline;
	font-size:medium;
}
