@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin-top:  5px;
	margin-left: 0px;
	margin-right:  0px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}

h1
{
	font-size: 24px;
	color: #390;
	text-align: left;
	font-weight: bold;
}

h2
{
	font-size: medium;
	color: #093;
	text-align: left;
	font-weight: bold;
}

p
{
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

p.flottante
{
	font-size: x-small;
	text-align: right;
	float: left;
}

p.inciso
{
	font-size: medium;
	text-align: justify;
	font-weight: bold;
	width: 550px;
	border: 2px solid #090;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}

th
{
	font-size: small;
	text-align: center;
	color: #FFF;
	background-color: #060;	
}

li
{
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: circle;
	text-align: justify;
}

span.verde
{
	color: #093;	
}

#contenitore {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header_contenitore {
	width: 1000px;
	height: 99px;
}

#logo {
	width: 200px;
	height: 99px;
	float: left;
	background: url(immagini/Logo.jpg) no-repeat center center;
}

#header {
	width: 800px;
	height: 99px;
	float: left;
	background: url(immagini/header.jpg) no-repeat left center;
}

#site {
	width: 1000px;
	background: url(immagini/sfondo_sx.jpg) repeat-y left;
	float: left;
	visibility: visible;
}

#menu {
	width: 200px;
	float:  left;
	background-color: transparent;
}

#corpo {
	width: 800px;
	float:  left;
}

#angolo {
	width: 800px;
	height: 27px;
	float: left;
	background: url(immagini/raggio.jpg) no-repeat left top;
}

#contenuto {
	width: 770px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	float: left;
}

#footer_contenitore {
	width: 1000px;
	height: 34px;
	float:  left;
}

#footer_sx {
	width: 200px;
	height: 34px;
	background: url(immagini/sfondo_down.jpg) no-repeat left center;
	float: left;
}

#footer {
	width: 800px;
	height: 34px;
	font-size: xx-small;
	float: left;
}

#testo_footer {
	margin-top: 17px;
	text-align: center;
	vertical-align: middle;
}

.faq
{
	font-size: medium;
	color: #093;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.normale
{
	font-size: small;
	background-color: #093;
	height: 25px;
	text-align: center;
}

.rilievo
{
	background-color: #6C6;
	font-size: small;
	color: #FFF;
	height: 25px;
	text-align: center;
	font-weight: normal;
	font-style: italic;
}

.immagini
{
	float: right;
	border: 2px solid #090;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}


#webinfinity a:link, a:visited
{
    color: #000;
    text-decoration: none;
}

#webinfinity a:focus, a:hover, a:active
{
    color: #000;
    text-decoration: underline;
}






