html,body{
	margin: 0;
	padding:0;
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
   font-size : 12px;
	text-align: center;
	color: Black;
	background-color: White;
}

div#container{
	position: relative;
	width: 862px;
	margin: 0px auto;
	background-color: #d0d9e9;
	color: #000;
	text-align: left;
}

/*stili generici, su header e footer */
div#header{
	text-align:right;
	height: 80px;
	background-color: #8AA8E6;
	color: #fff;
	text-decoration: none;
	padding: 0em 5px;
	background-image: url(../img/header.gif);
}

div#header a{
	color:white;
	background-color: #0246AF;
}

div#header a:hover{
	color:yellow;
	background-color: #0246AF;
}

div#header img{
	float: left;
	padding: 5px;
}
p{padding-bottom: 10px}
h1,h2,h3,p{margin: 0}
h3{font-size: 1.2em; padding-top: 10px}
h2{
	color: Navy;
	background-color: inherit;
	font-size: 1.5em
}

h1{
	padding-left:8px;
	font: bold 2.3em/80px georgia,times,serif
}

div#footer a{
	color:yellow;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent
}

/*stili specifici per il layout*/
div#navigation{
	position: absolute;
	top: 80px;
	width: 124px;
	left: 0;
	padding: 1em 0 0 8px;
}

div#extra{
	text-align: right;
	position: absolute;
	top: 80px;
	right: 0;
	width: 179px;
	padding: 1em 7px;
}

div#extra a{
	color: #0045AC;
	background-color: inherit;
}

div#content{
	margin: 0em 191px 0 151px;
	padding: 1em 15px;
	color: black;
	background-color: White;
	background-repeat: repeat-x;
	background-image: url(../img/grgrad.gif);
}

div#footer{
	text-align:right;
	padding: 5px 20px;
	color: White;
	background-image: url(../img/footer.gif);
	background-color: inherit;
}

/*stili per la navigazione*/
div#content a{
	color: #0045AC;
	background-color: inherit;
}

div#navigation li.subtitle{
	color:red;
	background-color: #d0d9e9;
	font-weight:bold; 
}

div#navigation ul li.subtitle:hover{
	background-color: #d0d9e9;
	color: red
}

div#navigation ul.subnav a{
	padding: 2px;
	font-style: normal;
	font-size: smaller;
	border-bottom: none;
	border-bottom: 0px
}

div#navigation ul{
	margin: 0 0 33px 1px;
	padding: 0;
	list-style-type: none;
}

div#navigation ul a{
	display:block;
	width: 126px;
	border-bottom: 1px solid #fff;
	color:#000; 
	background-color: #d0d9e9;
	font-weight:bold; 
	text-decoration: none
}

div#navigation ul a:hover{
	background-color: #fff;
	color: #0045AC
}

div#navigation ul a#activelink{
	color: #0045AC;
	text-decoration: none;
	background-color: inherit;
}

div#content ul {
	list-style: none;
}

div#content ul li a.rootlink:hover {
	color: red;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: underline;
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/frecciaroot.gif);
}
div#content ul li a.sublink:hover {
	color: #FF8000;
	text-decoration: underline;
	padding-left: 10px;
	font-weight: normal;
	background-color: inherit;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url(../img/frecciasub.gif);
}
div#content ul li a.rootlink{
	color: #0045AC;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../img/frecciaroot.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-weight: bold;
}
div#content ul li a.sublink{
	color: #0045AC;
	text-decoration: none;
	background-color: inherit;
	background-image: url(../img/frecciasub.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-style: italic;
}

div#navigation div.writeus a{
	color: #0045AC;
	font-weight: bold;
	background-color: inherit;
}

div#minilink img {
	border: none;
}

/*stili per la sezione extra*/
div#extra div.newsbox{
	text-align: justify;
	font-size: 90%;
	margin-bottom: 2em
}

div#extra div.newsbox h2{
	text-align: left;
	padding: 2px 1px;
	background-color: #0045AC;
	color: #fff;
	font-size: 1.2em
}

div#extra div.newsbox p{margin: 0}

/*stili per i contenuti*/

div#header a.language_it {
	padding-right:25px; 
	background: url(../img/italian.gif) no-repeat right center; 
	text-align: right;
	text-decoration: none; 
	font-weight: bold; 
}

div#header a.language_en {
	padding-right:25px; 
	background: url(../img/english.gif) no-repeat right center; 
	text-align: right;
	text-decoration: none; 
	font-weight: bold; 
}

/* inizio ibox */
div#content div.ibox {
	float: left;
	margin-left: auto;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../img/ibox_bottom.png);
}
div#content div.ibox_top {
	float: left;
	margin-left: auto;
	margin-top: -6px;
	padding-top: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url("../img/ibox_top.png");
}
div#content div.content_ibox {
	width: 470px; 
	text-align: justify; 
	padding: 0em 10px; 
	margin: 0em 0px;
}

div#content div.content_ibox h3 {
	color: #FFF;
	padding-top: 4px;
	background-color: Red;
	vertical-align: middle; 
	text-align: center;
}

div.textimage{
	margin-left: 5px;
	text-align: justify; 
	width: 485px;
} /*risolve il peek-a-boo bug di IE6*/

div.textimage img{
	float:right;
	margin: 0px 0px 5px 5px;
}

div.textimage h2{
	margin-top: 5px;
}

div#content .groupheader{ 
	font-weight: bold;
	color: Black;
	background-color: white;
}

div#content .grouprow{ 
	font-weight: normal;
	color: Black;
	background-color: #ECECEC;
}

div#content .grouprow1{ 
	font-weight: normal;
	color: Black;
	background-color: white;
}

div#content .grouprow p{ 
	padding: 2px;
}

div#content .grouprow1 p {
	padding: 2px;
}

p.textimage img{
	float:left;
	margin: 2px
}

div.wide,div.split1,div.split2,div.split3{
	clear:left
}

div.wide{
	margin: 0 1%; 
	border-top: 2px dotted #ccc
}

div.otherTitle h3{
	font-size:large;
	color: Green;
	background-color: inherit;
}

div.split2 div{
	float: left;
	width: 230px;
	padding: 0em 5px;
}

div.split3 div{
	float: left; 
	width: 150px; 
	padding: 0em 5px;
}

div#content p.altro a{
	padding-right:25px; 
	background: url(../img/frecce.gif) no-repeat right center; 
	text-align: right; 
	text-decoration: none; 
	font-weight: bold;
	color: #FF8000;
	background-color: inherit;
}

div#extra img{
	border: none;
}
div.textimage #tablestyle{
	margin-left: 5px;
	text-align: left; 
	width: 485px;
}
