/************* GENERAL CSS ************/

body {
	margin: 0px;
	padding: 0px;
	background: #ffffff url(images/back.png) repeat-y center top;
	text-align: justify;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #ff9600;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #ff9600;
}

h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #ff9600;
}

a {
	font-weight: bold;	
	text-decoration: none;
	color: green;
}

a:hover {
	font-weight: bold;
	text-decoration:underline;
    border-bottom:1px  #ffcf69;
}

/************* HEADER STUFF ************/

#header {
	width: 770px;
	height: 140px;
	margin: 10px auto;
	padding: 0px 0px;
	background: #FFFBFD url(/ambiente/header.jpg);
}

#header h1 {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	color: #333333;
	font-size: 3em;
	text-transform: uppercase;
}

#header h2 {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
	font-size: 1.5em;
	text-transform: uppercase;
}

/************* MENU ************/

#menu {
	width: 770px;
	margin: 0px auto;
	padding: 5px 0px 5px 0px;
	background-color: green;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border:none;
}

#menu a:hover {
	background-color: white;
	border:none;
	color: green;
}

/************* CONTENT ************/

#content {
	width: 770px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 480px;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #000000;
	text-align: left;
}

/************* FOOTER ************/

#footer {
	clear: both;
	width: 760px;
	margin: 0px auto;
	border-top: 1px solid #FFAD00;
	background: url(images/back-footer.png) repeat-y center top;
	font-size: 9px;
	text-align: center;
	padding: 2px;
	color: green;
}

#box {
border-width: 1px;
border-style: dashed;
border-color: #990000;
background: #ffffcc;
padding-left: 6px;
padding-right: 6px;
 }
 
#boxbianco {
border-width: 1px;
border-style: dashed;
border-color: #990000;
padding-left: 6px;
padding-right: 6px;
 }
 #filetto {
border-top: 1px solid #003366;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
#testocolorato {
color: #990000;
 }
 
 #notifica {
background: white;
border-top-color: #FFAD00;
border-top-width: 1px;
border-bottom-style: dotted;
}
 #box-green {
width: 190px;
float: 210px;
padding: 20px 20px 20px 20px;background: #D7FFC9;
border-top-color: green;
border-top-width: 1px;
border-top-color: green;
border-top-width: 1px;
border-bottom-style: dotted;
border-bottom-color: green;
border-top-style: dotted;
border-bottom-width: 1px;
}
#fisso
{
position:fixed;
}

