/* CSS Document */
/*stili per il layout fluido*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 90%; 
	line-height: 1em;
	margin: 0;
	padding: 0;
	color: #036;
	background-color: #E8E0D4;
}
img {
	border: none;
}
a:link{
	color: #036;
	background-color: #E8E0D4;
	text-decoration: underline; 
}
/*a:alink{
	color: #036;
	background-color: #E8E0D4;
	text-decoration: underline; 
}
a:vlink{
	color: #800000;
	background-color: #E8E0D4;
	text-decoration: underline;
}*/
a:hover{
	color: #036;
	background-color: #E8E0D4;
	text-decoration: underline; 
}
div#container{
	width: 100%;
}
/*stili di layout per header e header2 */
div.menu1 {
	width: 12%;
	float: left;
	text-align: center;
}
div.menu2 {
	width: 24%;
	float: left;
	text-align: center;
}
/*stili specifici per il layout*/
div#navigation{
	float: left;
	width: 20%;
	padding: 2em 0.5em 0.2em 0.5em;
	color:#800000;
	background-color: #E8E0D4;
	font-weight:bold; 
	font-variant:small-caps;
}

div#navigation ul {
	margin: 0 0 0 1.5em;
	font-size:100%;
}
div#navigation a {
	color:#800000;
	background-color: #E8E0D4;
	font: normal bold 1.2em/1.4em arial,sans-serif;
	text-decoration: none; 
	font-variant:small-caps;
}
div#navigation a:hover{
	color: #036;
	background-color: #E8E0D4;
	text-decoration: underline; 
}
div#content{
	margin: 0;
	width: 70%;
	float: left;
	padding: 2em 0.5em 2em 0.5em;
	border-left: 0.15em solid #FFF;
	color:#036;
	background-color: #E8E0D4;
	font-weight:normal;
	font-variant:normal;
	text-align: justify;
}
#content a{
	color:*#2F5291;
	background-color: #E8E0D4;
	font-weight: bold;
	text-decoration:underline;
}

/*classi generiche e ridefinizione di tag*/
h1 {
	font-size: 120%;
	margin: 0.3em 0;
	padding: 0.3em;
}
h2 {
	font-size: 110%;
	margin: 0.3em 0;
	padding: 0.3em;
}
.grassetto{
	font-weight: bold;
}
.corsivo{
	font-style: italic;
}
.nofloat {
	clear: both;
}
.center {
	text-align: center;
}
ul {
	margin: 0;
	padding-left: 1.1em;
}
ol {
	margin: 0 0 0 1.5em;
	padding-left: 0;
}
li {
	margin: 0 0 0 1.5em;
	font-size:75%;
	
}

.lista {
	margin: 0 0 0 1.5em;
	font-size:100%;
	
}


.txstrapicc {
	font-size:90%;
}
.sottolineato {
	text-decoration: underline;
}
.imgdx {
	float: right;
	margin: 0 0 0 0.6em;
	
}
.imgsx {
	float: left; 
	margin: 0.3em;
}

.txrientro1{
	text-indent: 0.5%;
	text-align: justify;
}
.txrientro2{
	text-indent: 4%;
	text-align: justify;
}div#content2 {

	margin: 0;
	width: 55%;
	float: left;
	padding: 2em 0.5em 2em 0.5em;
	border-left: 0.15em solid #FFF;
	color:#036;
	background-color: #E8E0D4;
	font-weight:normal;
	font-variant:normal;
	text-align: justify;
}
.piccolo {
	font-size: small;
}

