﻿/*stili per il layout fluido*/
body {
	margin: 0;
	padding: 0;
	table-layout:auto
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: arial,sans-serif;
	font-size: 76%;
	color: #666666;
	width: 100%;
	text-decoration: none;
}
/*stili generici, su header e footer*/
div#header {
	background: url('logo/cx.jpg') repeat-x;
	color: #CC6699;
	width: 100%;
}
h2 {
	margin: 0;
	padding: 0;
}
h1 {
	margin: 0;
	padding: 0;
}
h1 {
	font: bold 2.3em/80px arial,sans-serif;
	color: orange;
	text-align: center;
        text-decoration: none;
}
h2 {
	color: #800000;
	font-size: 1.5em;
	text-decoration: none;
}
h4 {
	color: #800000;
	font-size: small;
	text-decoration: none;
	margin-top: 15px;
}
div#footer {
	background-position: top;
	font: normal normal normal 76%/50px Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0.5em;
	height: 50px;
	background-image: url('logo/cxf.gif');
	color: #C0C0C0;
	font-size: small;
	white-space: nowrap;
}
div#footer a {
	color: #CC6699;
	font-weight: bold;
	text-decoration: none;
}
/*stili specifici per il layout*/
div#navigation {
	text-align: right;
	float: right;
	white-space: nowrap;
}
div#navleft {
	list-style-type: none;
	list-style: none;
	width: 98%;
	text-align: right;
        text-decoration: none;
}
div#hr {
	font-family: Arial, Helvetica, sans-serif;
	color: #800000;
	page-break-after: always;
	font-family: Arial, Helvetica, sans-serif;
}
div#content {
	padding: 0px;
	padding-top: 0px;
	
}
div#credits {
	font-family: Arial, Helvetica, sans-serif;
	color: silver;
	text-align: center;
}
a:link {
	color: #800000;
	text-decoration: none;
}
a:visited {
	color: #800000;
	text-decoration: none;
}
.artegrado {
	font-size: 8pt;
}
.grado {
	font-size: small;
	color: #FF6600;
}
/*stili per la navigazione schematica dx*/
div#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #800000;
	text-align: right;
	margin-right: 10px;
        text-decoration: none;
}
div#navigation li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
        text-decoration: none;
}
/*nota display: inline*/
div#navigation a {
	color: #800000;
	font: normal bold 1em/2.5em arial, sans-serif;
	text-align: right;
    text-decoration: none;
}
div#navigation a:hover {
	color: #CC0066;
	text-decoration: none;
}
div#navigation a#activelink {
	color: #800000;
	text-decoration: none;
}
/* stili per il menu inline dx  */
div#navleft a {
	list-style-type: none;
	list-style: none;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
}
div#navleft a:hover {
	color: maroon;
        text-decoration: none;
}
div#navleft ul {
	padding: 0;
	margin-right: 10px;
        text-decoration: none;
}
div#navleft li {
	display: inline;
	padding: 0;
        text-decoration: none;
}
/* stile div mailing list */
div#mailinglist {
	width: 172px;
	color: #C0C0C0;
	margin: 15px;
        text-decoration: none;
}



