/* CSS Document */

<style type="text/css">
/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}
body{font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 76%;text-align: center;}

A:LINK    {text-decoration: none}

A:VISITED {text-decoration: none; Color: #336699}
A:HOVER   {
	Color: #336699;
	text-decoration: underline;
}

div#container{
	position:relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background-color: whitesmoke;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: whitesmoke;
	border-left-color: whitesmoke;
}

/*stili generici, su header e footer*/
div#header{
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	background-image: url(images/logo-scritta.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
div#footer a{
	font-weight: normal;
	text-decoration: none;
	color: #336699;
}
#container #content #inevidenza {
	width: 592px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #336699;
	border-right-color: #336699;
	border-bottom-color: #336699;
	border-left-color: #336699;
	clip: rect(auto,auto,auto,auto);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}


/*stili specifici per il layout*/
div#navigation{
	position:absolute;
	top: 92px;
	right: 0;
	width: 13em;
	visibility: visible;
}
div#content{
	margin-right: 13em;
	background-color: #fff;
	padding-right: px;
	padding-bottom: 1px;
	padding-left: px;
}
div#footer{
	text-align:center;
	padding: 0.5em;
	background-color: whitesmoke;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
	border-top-width: 1px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	border-top-style: solid;
	border-top-color: #336699;
}
#container #content #fascetta {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #336699;
	width: 592px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #336699;
}


/*stili per la navigazione*/
div#navigation ul{margin: 1em 0 1em 1em;padding: 0; list-style-type: none;}
div#navigation li{margin: 0;padding: 0}
div#navigation a{
	color:#336699;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6em;
	font-weight: bold;
	font-variant: normal;
}
div#navigation a:hover{
	color: #CCCCCC;
	background-color: #336699;
}
div#navigation a#activelink{color: #336699;text-decoration: none}



.linea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336699;
}

