/* CSS Document */
/*stili per il layout fisso con posizionamenti assoluti*/
html,body{margin: 0;padding:0}
body{
	font-family: verdana;
	font-size: 67%;
	background-color:#0A234F;
	
}
/* Stili container */
div#container a {
					color:#CC0033;
					text-decoration:underline;
					}

div#container a:hover {
						color:#757575;
						text-decoration:underline;
						}
div#container{position:relative; width: 760px;margin: 70px auto;text-align: left;
    border: 1px groove #0A234F;background-color:#FFF;
	background-image:url(../images/sfondo_lat.png); background-position:0 153px; background-repeat:no-repeat;	}
img {border:0;}
/*stili header */
div#header{
	background-color:#FFF;
	height: 100px;
	background-image:url(../images/fenit.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}

div#lingua {margin:0; padding:0.2em 0.5em; text-align:right;}
/*
div#sotto_header {padding:0.5em 0.2em;
margin: 0
;
border-top: 1px solid #0A234F;
border-bottom: 1px solid #0A234F;

background-color:#FFF;

text-align:center;}
*/
ul#minitabs {list-style: none;margin: 0;padding: 1px 0 8px 0;
    font-weight: bold;
    text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 5px}
ul#minitabs a{text-decoration: none;padding: 0 0 10px;
    color: #EEE}
ul#minitabs a#current,ul#minitabs a:hover{
    background: url(../images/marcatore.gif) no-repeat center bottom;
    color: #0A234F; text-decoration:none;}
ul#minitabs a#current{color: #0A234F}




/* Stili footer*/
div#footer{
font-size:9px;
	text-align:left;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	color: #000;
	border-top: 1px dotted #0A234F;
	clear:both;
	height:38px; 
	
	background-image:url(../images/fenit_small.gif);
	background-position: left;
	background-repeat:no-repeat;
	}
div#footer p {
margin:0 0 0 84px;
padding:0;
line-height:38px;
}
div#footer img{ vertical-align:middle; padding:0; margin:0;
}

/* Stili navigation */
div#navigation{position:absolute;top: 130px;left: 0;width: 150px;
}
div#navigation img {float:left;margin:0; padding:0;}

/*Stili nav*/
div#nav {padding: 0.3em;
margin:0 0 1em 0;
text-align:left;}

/* Stili Content */
div#content{margin-left: 150px;padding: 1em;
border-left: 1px groove #0A234F;
}
div#content p {text-align:justify;
margin: 1em 0.5em;;
padding:0 1em;
line-height:18px;}

div#content .img_dx {float: right;
	padding: 0.5em;
	margin: 5px 10px; }
div#content .img_sx {float: left;
	padding: 0.5em;
	margin: 5px 0.2em; }	
div#separatore {clear:both;}

div#content ul {margin:10px 30px;
padding:1em;
list-style-image:url(../images/bullet.png);
list-style-position:inside}

div#content li{
				margin:5px;
				padding:2px;}

/* Stili tabella*/
.tab1 {
border: 1px groove #0A234F;
padding:0; margin:0 auto;}
.riga1 {
border-bottom:1px dotted #0A234F;
text-align:justify;}
.immagine {border:1px groove #0A234F;
margin:0.6em 0.2em;
padding: 0;
}


/*Stili testo e vari*/
h1,h2{margin:0 0.5em;
padding:0 1em;
}
h2{color: #0A234F;font-size: 1.5em;
}
h3 {color:#000000; margin:0.3em;
font-weight:bold;} 
div#content .dx {text-align:right;}
div#content .sx {text-align:left;}
div#content .cen {text-align:center;}
div#content .note {font-size:9px; padding:0.1em;}

/*Tabella lavori*/
table#lavori {border: 1px groove #0A234F;
		margin:2px 3px 8px 3px; padding:1px 2px;}
		
table#lavori th{text-align:left}
.riga2 {
border-bottom:1px dotted #0A234F;
text-align:left;
margin:0; padding:0.3em 0.2em}
.riga3 {

text-align:left;
margin:0; padding:0.3em 0.2em}

/* Navigazione */
#sotto_header {
    float:right;
    width:100%;
    background:#757575;
    font-size:93%;
    line-height:normal;
	background-image:url(../images/sotto_header.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	margin-bottom:15px;
	height:35px
	
    }
	#sotto_header ul {
    margin:13px 0 1px 175px;
    list-style:none;
	  padding:0 10px 20px 10px;
	  
	  
    }
#sotto_header li {
    float:left;
    margin:0;
    padding:0;
	background:url(../images/norm_right.gif)
      no-repeat right top;
    }
div#sotto_header a {
    display:block;
	background:url(../images/norm_left.gif)
      no-repeat left top;
    padding:5px 15px 4px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
    }
div#sotto_header a:hover {
      color:#FFF;
	  text-decoration:none;
      }
#sotto_header #current {
    background-image:url(../images/norm_right_on.gif);
    }
  #sotto_header #current a {
    background-image:url(../images/norm_left_on.gif);
	padding-bottom:5px;
	color:#333;
    }
