﻿/* CSS layout */
body			{background-color: #CCD6DC}
#contenitore	{border: 1px solid #808080; width: 900px; background-color: white; padding: 10px;}
#titolo			{background-color: #3A6B87; height: 20px; width: 900px}
#masthead		{width: 900px}
#menu			{text-align: right; padding-right: 5px; padding-top: 5px; background-position: left top; background-color: #3A6B87; height: 80px; width: 900px; background-image: url(images/sotto.png); background-repeat: no-repeat; font-size: 10pt; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF;}
#contenuto		{width: 900px; height: 400px}

#contenutolungo	{width: 900px; height: 720px}


#contenuto1		{position: absolute; height: 400px; width:90px;  left: 0}
#contenuto2		{position: absolute; height: 400px; width:410px; left: 90px}
#contenuto3		{position: absolute; height: 400px; width:380px; left: 500px}
#contenuto2l		{position: absolute; height: 720px; width:410px; left: 90px}
#contenuto3l		{position: absolute; height: 720px; width:380px; left: 500px}
#contenuto4		{position: absolute; height: 400px; width:20px;  left: 880px}
#menubasso		{width: 900px; height: 20px; color: #3A6B87; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; text-align: left; padding-left: 20px}
#footer			{width: 900px; height: 22px; background-image: url(images/basso.png) }
#contatore		{width: 920px; height: 30px}

h1.titolo		{text-align: left; margin: 0px; margin-left: 20px; margin-top: 3px; color: white; font-family: Arial, Helvetica, sans-serif; font-size: 8pt}

a.menua			{color: white; text-decoration: none}
a.menua:hover	{color: orange; text-decoration: none}
a.menua:active	{color: white; text-decoration: none}

a.link			{ text-align: left; font-size:11pt; color: orange; text-decoration: none}
a.link:hover	{color: #3A6B87; text-decoration: none}
a.link:active	{color: orange; text-decoration: none}

a.menub			{color: #3A6B87; text-decoration: none}
a.menub:hover	{color: orange; text-decoration: none}
a.menub:active	{color: #3A6B87; text-decoration: none}

.testo			{font-family: verdana; font-size: 8pt; color: #000000; margin: 5px; text-align: justify; line-height: 18px}

h2.contromenu	{text-align: left; margin-top: 25px; margin-left: 100px; margin-bottom: 5px; font-family: Arial; font-size: 12pt; color: #FF6600}