/*stili per il layout fisso con background*/

body {
margin: 0px;
padding: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.7em;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

#container {
border-right: 1px dashed #C0C0C0;
}

#testata {
background-image:url(../img/bk_header_archivio.jpg);
background-position:left;
background-repeat:no-repeat;
height: 225px;
}

#recapiti {
position: absolute;
left: 30px;
top: 95px;
width: 120px;
color:#FFFFFF;
text-align:right;
font-size:85%;
font-weight:bold;
}

#titolone {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:25px;
color:#666666;
position:absolute;
left: 320px;
top: 30px;
}

.foot-six {
font-size:80%;
margin-top:160px;
text-align:left;
padding-left:7px;
}

.foot-six img{
border:none;
padding-top:3px;
}

#stemma {
position: absolute;
right: 10px;
top: 15px;
width: 70px;
text-align:center;
text-transform:uppercase; font-size:0.7em;
}
#stemma img {border:none}
#stemma a {color:#000}

/*COLONNA SX*/

#sx {
	position: absolute; 
	top: 225px; 
	left: 0px;
	width: 174px;
	}

/*COLONNA CONTENUTI*/
#dx {
	margin: 0px 1px 0px 174px;
	padding: 0px;
	/*noIEmac\*/
	min-height: 355px;
	height: auto !important;
	/*end */
	height: 355px;
	border-left: 1px dashed #C0C0C0;
}

/*COLONNA VUOTA*/
#extra{
	position: absolute; 
	top: 225px; 
	right: 0;
	width:1px;
	padding:0px;
	margin-right:0px;
}



#menu_sx {
margin: 20px 20px 20px 0px;
text-align: right;
font-size: 110%;
}


#contenuto {
margin: 15px 10px 10px 10px;
}

h1 {
color: #990000;
font-size:150%;
}

h3 {
color: #990000;
font-size:110%;
}

#contenuto legend {
color: #990000;
}

#contenuto fieldset {
width: 400px;
text-align: right;
}

#contenuto li {
border-bottom: 1px dashed #C0C0C0;
padding: 10px 0px 10px 0px;
}

#contenuto img {
float: right;
margin: 0px 5px 0px 5px;
border: 1px solid #C0C0C0;
padding: 5px;
background-color:#FFFFFF;
}

.light {
background-color:#FFFF99;
}

.doc_contenuto {
background-color:#EEEEEE;
padding: 5px;
margin-right: 180px;
/*noIEmac\*/
min-height: 20px;
height: auto !important;
/*end */
height : 20px;
}

.dati {
color: #666666;
}

#percorso {
background-color:#EEEEEE;
padding: 3px;
width: 98%;
}

#foot {
	height:20px;
	padding: 1px; 
	background-color:#000000;
	color:#FFFFFF;
}

