html,body{margin: 0;padding:0}
body{
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align: center
}
div#container{
	position: relative;
	width: 740px;
	margin: 0px auto;
	color: #333333;
	text-align: left;
	border: none;
	background-attachment: fixed;
	background-color: #CC0000;
	background-image: url(../images/navigation_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

/*stili generici, su header e footer*/
div#header{
	height: 90px;
}
div#header a{
	text-decoration:none;
	color: #000000;
}
h1,h2,p{margin: 0}
p{
	padding-bottom: 10px;
}
h1{
	font-size: 2em;
	font-weight: bold;
	color: #CC0000;
}
h2{
	color: #666666;
	font-style: normal;
	padding-top: 10px	;
	padding-bottom: 5px;
	border-bottom-style: none;
	font-size: 1.25em;
}
div#footer a{
	color:#CC0000;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#navigation{
	position: absolute;
	top: 91px;
	left: -1;
	width: 100px;
	\width:110px;
	w\idth:100px;
	padding: 1em 0 0 5px;
	height: 400;
	color: #FFFFFF;
}
div#content{
	margin: 0 0px 0 110px;
	padding: 1em 10px;
	background-color: #fff;
}
div#footer{
	text-align:right;
	padding: 5px 20px;
	background-color: #000000;
	color: #fff
}

/*stili per la navigazione*/
div#navigation ul{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
div#navigation ul a{
	display:block;
	width: 90px;
	border-bottom: 1px #fff;
	font-weight:bold;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	color: #FFFFFF;
}
div#navigation ul a:hover{
	color: #FFFFFF;
	background-color: #333333;
}
div#navigation ul a#activelink{
	color: #333333;
	text-decoration: none
}

/*stili per i contenuti*/
div#content{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #CC0000;
}
div.textimage{
	border-bottom: 1px dotted #CCCCCC;
	color: #333333;
	width: 99%;
} /*risolve il peek-a-boo bug di IE6*/
div.textimage img{float:left;margin: 10px}
div.textimage h2{
	margin-top: 10px;
	color: #666666;
}
div.textimage h3{
	margin-top: 10px;
	color: #666666;
	font-size: 1em;
}
div.wide,div.split2,div.split3{
	clear:left;
}
div.wide{
	border-top: 1px dotted #ccc;
	margin-top: 0;
	margin-right: 1%;
	margin-bottom: 0;
}
div.split2 div{
	float: left;
	width: 49%;
	\width: 48%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
div.split3 div{
	float: left;
	width: 31%;
	\width: 32%;
	w\idth: 31%;
	border-top: 1px dotted #ccc;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
}
div#content a {
	color: #CC0000;
	text-align: center;
}
div.split3 div ul {
margin: 0 0 20px;padding: 0; list-style-type: none
}
div#navigation a {
	text-decoration: underline;
	color: #FFFFFF;
}
div.bottomtextnavigation {
	color: #CCCCCC;
	text-align: right;
}

.a_secondary {
	font-size: 90%;
	border: none;
	margin-left: 10px;
	color: #FFFFFF;
}
.a_primary {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #333333;
}
.question {
	font-weight: bold;
	color: #666666;
	font-size: 1em;
}
.tabella {
table-layout : fixed;
width : 300px;
caption-side : top;
}
.red {
	font-weight: bolder;
	color: #CC0000;
}
.black {
	font-weight: bolder;
	color: #000000;
}
.ul_rientrato{
	margin-top: 10px;
	margin-left: 110px;
}

