/* CSS Document */
body{
	margin:auto;
	font-family: Microsoft Sans Serif;
	color: #000;
	word-spacing: normal;
	text-align: justify;
	letter-spacing: 0;
	line-height: 1.6em;
	font-size: 10px;
}
img,form{
	margin:0px;
	padding:0px;
	border:0px;
}

/*LAYOUT========================================================================*/
#container,#header,#header_small{
	margin:auto;
	width:auto;
	font-size: 1em;
}

#header{
	height:0px;
	width:740px;
	border-bottom:1px solid #a10606;
	visibility:hidden;
}

#header_small{
	height:0px;
	width:740px;
	border-bottom:1px solid #a10606;
	visibility:hidden;
}
#container{
	height:auto;
	width:auto;
}
#footer{
	margin:auto;
	min-width:740px;
	width:740px;
	height:27px;
	color:#313131;
	margin-top:40px;
	background-color:#e5b305;
	padding:0px;
	clear:both;
	visibility:hidden;
}
#footer #museo_footer{
	float:left;
	width:125px;
	visibility:inherit;
}
#footer #politic{
	width:490px;
	padding-top:6px;
	text-align:right;
	float:left;
	visibility:inherit;
}
#footer #credits{
	float:right;
	width:125px;
	padding-top:6px;
	text-align:center;
	visibility:inherit;
}
#copy_print{
	visibility:visible;
	position:static;
	color:black;
	width:90%;
	text-align:center;
	padding:0px;
	margin:0px;
}
/*3 COLONNE===============================================*/
#col_1,#col_2,#col_3{
	width:220px;
	height:auto;
}
#col_1,#col_2{
	padding-right:40px;
	float:left;
}
#col_3{
	float:right;
	margin-top:13px;
}
/*Colonna pił larga per reperti*/
#col_1L{
	width:auto;
	position:static;
	page-break-after:always;
}
#col_2L{
	width:100%;
	position:static;
}
/*BOX COLORE + SCURO*/
div.box_highlight{
	background-color:#282828;
	width:auto;
	padding:20px;
	margin-top:40px;
}
/*immagini reperti*/
div.box_img,div.box_img_over{
	background-color:#454545;
	width:280px;
	padding:10px;
	margin-bottom:5px;
	color:#969696;
	float:left;
}
div.box_img_over{
	background-color:#6f6f6f;
	text-decoration:none;
}
div.box_ist{
	background-color:#282828;
	width:auto;
	height:80px;
	margin-bottom:5px;
}
div.img{
	width:110px;
	float:left;
	border:0px;
}
div.img img{
	border:1px solid #fff;
}
/*FINE immagini reperto*/
div.txt{
	width:160px;
	float:right;
	text-align:left;
	
}
div.logo_ist{
	float:left;
	width:90px;
}
div.txt_ist{
	float:left;
	width:auto;
	padding:20px;
	font-size:9px;
	color:#666666;
}

/*TESTI===================================================*/
h1{
	margin:0px;
	padding:2px 0px 10px 0px;
	font-size:12px;
	color:#FFFFFF;
}
h5{
	font-size:18px;
	visibility:visible;
	height:auto;
	position:relative;
}

.giallo{
	color:#e5b305;
}
.grigio{
	color:#969696;
	text-decoration:none;
}
a{
	text-decoration:none;
	color:#e5b305;
	border:0px;
}
a:hover{
	text-decoration:underline;
	color:#e5b305;
	border:0px;
}

a.credits{
	color:#a10606;
}
a.credits:hover{
	text-decoration:underline;
}

a.link_foto{
	text-decoration:none;
	color:#e5b305;
	border-bottom:1px dashed #e5b305;
}
a.link_foto:hover{
	text-decoration:none;
	color:#e5b305;
	border-bottom:1px solid #e5b305;
}

ul.biblio{
	margin:0px;	
	list-style: none;	
}
ul.biblio li{
	padding-left:15px;
	margin-bottom:10px;
	text-decoration:none;
	background:url(../_img/struttura/freccina.gif) no-repeat top left;
}

ul{
	margin:0px;	
	padding-left:15px;
	list-style: none;	
}
ul li{
	padding-left:12px;
	margin-bottom:5px;
	text-decoration:none;
	background:url(../_img/struttura/freccina.gif) no-repeat;
	background-position:0px 3px;
}

/*=====================================
TABELLE 
=======================================*/
table{
	color:#969696;
	width:100%;
}
td{
	padding:3px;
	padding-left:20px;
}
tr.tr_header{
	height:30px;
	background:#454545;
}
tr.tr_color0{
	
}
tr.tr_color1{
	background:#454545;
}
tr.tr_color_over{
	background:#6f6f6f;
	color:#333333;
	
}
#tab_holder{
	visibility:hidden;
	position:absolute;
}

::-moz-selection {
	background:#e5b305;
	color:#000;
}

::selection {
	background:#e5b305;
	color:#000;
}

