/* CSS Document */

html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
	min-width: 740px;
}

/* STILE CORNICE - INIZIO */

#container {
	background-color: #FFFFFF;
	text-align: left;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	height: 100%; 
	width: 98%;
	min-width: 740px;
	border:solid #000000 1px;
}

#header {
	width: 100%;
	height: 82px;
	background-color: #FFFFFF;
	border-bottom:solid #000000 1px;
	text-align:right;
}

div#captionPrint{display:none} 

span.logos {
	float: left;
	width: auto;
	padding-left:10px;
}

span.title {
	float: right;
	width: auto;
	padding-right:10px;
}

#navCol {
	width: 100%;
	height: 3em;
	float: left;
	text-align:left;
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}

div#navCol div.home {
	width: 15%;
	height: 3em;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	border-top: solid #FFFFFF 5px;
	margin: 0px;
	padding: 0px;
}

div#navCol div.navMat {
	width: 21%;
	height: 3em;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	border-top: solid #FFFF99 0px;
	margin: 0px;
	padding: 0px;
}

div#navCol div.navEle {
	width: 21%;
	height: 3em;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	border-top:solid #54A854 0px;
	margin: 0px;
	padding: 0px;
}

div#navCol div.navMed {
	width: 21%;
	height: 3em;
	float:right;
	background-color:#FFFFFF;
	text-align:center;
	border-top:solid #3399CC 0px;
	margin: 0px;
	padding: 0px;
}

div#navCol div.navSup {
	width: 21%;
	height: 3em;
	float: right;
	background-color:#FFFFFF;
	text-align:center;
	border-top:solid #CC6666 0px;
	margin: 0px;
	padding: 0px;
	
}

div#navCol div.noattivo {
	width: 21%;
	height: 3em;
	float: right;
	background-color:#EDCACA;
	text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:solid #EDCACA 1px;
}


div#navCol div.noattivo1 {
	width: 21%;
	height: 3em;
	float: right;
	background-color:#BFDFEF;
	text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:solid #BFDFEF 1px;
}

div#navCol div.noattivo2 {
	width: 21%;
	height: 3em;
	float: right;
	background-color:#CFE6CF;
	text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:solid #CFE6CF 1px;
}

div#navCol div.noattivo3 {
	width: 21%;
	height: 3em;
	float: right;
	background-color:#FFFF99;
	text-align:center;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-bottom:solid #FFFF99 1px;
}

div#briciole {
	width: 85%;
	height: 1.7em; 
	float:left;
	/*border-top:solid #000000 1px;*/
	background-color:#FFFFFF;
	padding-left: 15%;
	padding-top: 0.5em;
	margin-top: 8px;
	
}

a.bri { color: #333333; text-decoration: underline;
}

#menu {	
	width: 15%;
	margin: 0px;
	min-height: 200px;
	float:left;
	background-color:#FFFFFF;
	/*border-right:solid #666666 1px;*/
	padding: 0px;
}

#content {
	width: 80%;
	float: left;
	background-color:#FFFFFF;
	border-top:solid #666666 1px;
	border-left:solid #666666 1px;
	/*border-left:solid #000000 1px;*/
	padding: 2%;
	margin: 0px 0px 0px 0.1em;
	min-height: 200px;
}



#content p{
text-align:justify;

}

#footer {
	clear: both;
	width: 99%;
	height: 1.6em;
	margin:0px;
	/*background-color: #cccccc;*/
	background-color: #9900cc;
	text-align:right;
	padding-right: 1%;
	padding-top: 0.2em;
}


/* ========== BOTTONI NAVIGAZIONE ============ */
 
 a.hm {
	width: 15%;
	height: 3em;
	font-weight: bold; 
	font-family:'Trebuchet MS',Arial,sans-serif;
	/*
	font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;*/
	margin-left: 50px;
	background:#FFFFFF;
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
a.hm span{
	display: block;
	padding: 0px;
	margin: 0px;
}

a.hm:hover{
	color: #003366;
	text-decoration:underline;
	padding: 0px;
	margin: 0px;
}

 
a.but1{
	width:100%;
	height: 3em;
	/*
    font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;*/
	font-weight: bold; 
	font-family:'Trebuchet MS',Arial,sans-serif;
    background: url(./img/but1_bis.png) no-repeat top left;
    text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.but1 span{
	display: block;
    background: url(./img/but1_bis.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
}

a.but1:hover{
	background-position: bottom left;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

a.but1:hover span{
	background-position: bottom right;
	margin: 0px;
	padding: 0px;
}

a.but2{
	width:100%;
	height: 3em;
	font-weight: bold; 
	font-family:'Trebuchet MS',Arial,sans-serif;
	/*
    font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;*/
    background: url(./img/but2_bis.png) no-repeat top left;
    text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.but2 span{
	display: block;
    background: url(./img/but2_bis.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
}

a.but2:hover{
	background-position: bottom left;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

a.but2:hover span{
	background-position: bottom right;
	margin: 0px;
	padding: 0px;
}

a.but3{
	width:100%;
	height: 3em;
	font-weight: bold; 
	font-family:'Trebuchet MS',Arial,sans-serif;
	/*
    font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;*/
    background: url(./img/but3_bis.png) no-repeat top left;
    text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.but3 span{
	display: block;
	
    background: url(./img/but3_bis.png) no-repeat top right;
	margin: 0px;
	padding: 0px;
}

a.but3:hover{
	background-position: bottom left;
	color: #003366;
	margin: 0px;
	padding: 0px;
}

a.but3:hover span{
	background-position: bottom right;
	margin: 0px;
	padding: 0px;
}

a.but4{
	width:100%;
	height: 3em;
	/*
    font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;*/
	font-weight: bold;
	font-family:"Trebuchet MS",Arial,sans-serif;
    background: url(./img/but4_bis.png) no-repeat top left;
    text-decoration: none;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

a.but4 span{
	display: block;
    background: url(./img/but4_bis.png) no-repeat top right;
	padding: 0px;
	margin: 0px;
}

a.but4:hover{
	background-position: bottom left;
	color: #003366;
	padding: 0px;
	margin: 0px;
}

a.but4:hover span{
	background-position: bottom right;
	padding: 0px;
	margin: 0px;
}

/*====== MENU ========*/

span.caption {
	padding-left: 0px;
	font-size: 80%;
	clear: both;
	/*font-variant:small-caps;*/
}
/*========= FOOTER =========*/

div#footer a.s{
	/*color: #000000;*/
	color: #FFFFFF;
	font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;
	text-decoration: none;
    padding-right: 20px;
	padding-left: 10px;
	background: url(./img/bullet.png) no-repeat center right;
}
div#footer a.s:hover{
	color: #FFFFFF;
	/*color: #003366;*/
	text-decoration: underline;
}
div#footer span{
	display: none;
}
div#footer a.em{
	/*color: #000000;*/
	color: #FFFFFF;
	font: bold 100%/15px "Trebuchet MS",Arial,sans-serif;
	text-decoration: none;
	padding-left: 10px;

}
div#footer a.em:hover{
	color: #FFFFFF;
	/*color: #003366;*/
	text-decoration: underline;
}

/*==== CONTENT ====*/





/*=== pagina HOME ===*/

h1.home {
	font-size: 2em;
	color: #9900CC;
	text-align: center;
	margin-top: 0em;
}

h1.home_bis {
	font-size: 2em;
	color: #9900CC;
	text-align: left;
	margin-top: 0em;
}

h2.home_bis {
	font-size: 1.5em;
	color: #9900CC;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.2em;
}

h3.home_bis {
	font-size: 1.2em;
	color: #333333;
	text-align: left;
	margin-top: 1em;
	margin-bottom: 0.1em;
}


h2.home {
	font-size: 16px;
	color: #9900CC;
	text-align: left;
	margin: 0px;
	padding-left: 250px;
}

h2.home1 {
	font-size: 16px;
	color: #9900CC;
	text-align: left;
	margin: 0em 0px 0px 0px;
	padding: 0px;
}

ul.home {
	text-align: left;
	margin: 0px;
	padding-left: 265px;
	line-height: 2em;
}

ul.home1{
	text-align: left;
	margin: 0px;
	padding-left: 14px;
	line-height: 2em;
}

div#ima_left {
	float: left;
	width: auto;
	margin: 5px 0px 0px 0px; 
	padding: 0px 0px 0px 10px; 
	height: auto;
}

div#minipic{
	float: left;
	width: auto; 
	background: url(http://www.brera.inaf.it/PAGINE2007/images/dropshadow.jpg) no-repeat bottom right;  
}

div#minipic img{
	display: block; 
	position: relative; 
	top: -10px; 
	left: -10px; 
	border: 1px solid #ccc; 
	border-color: #ccc #666 #666 #ccc; 
	padding: 5px;
}

div#ima_right {
	float: right;
	width: auto;
	margin: 1em 0px 0px 0px; 
	height: auto;
}



p.home { 
	text-align: justify;
	line-height: 1.5em;
	margin: 0px 0px 1em 0px;
}
p.home1 { 
	text-align: justify;
	line-height: 1.5em;
	margin: 0px 0px 1em 0px;
	padding-left: 230px;
}

ul.lista{
	text-align:left;
	list-style-type:circle;
	list-style-image:url(./img/starbullet2_violet.gif);
	list-style-position: outside;
	padding: 0em 0em 0em 0.5em;
	margin: 0em 0em 1em 1em;
	line-height: 2em;
	font-weight: normal;
}

.bold {font-weight: bold; color: #333333;
}

.bold_red { font-weight: bold; color: #cc0000;
}

div#caption_home {
clear: both; width: 176px; margin: 0px; padding: 0px; position: relative; top: -5px; left: -10px;  
}


h3.home{
font-size: 0.8em; font-weight: lighter; color: #333333;
}

/*Presentazione dell'OAB*/
hr.linea{
	text-align: center;
	height: 1px;
	clear: both;
}

.ita{
	font-style: italic;
}

div.div_blu{
	line-height: 2em; 
	background-color: #3399cc; 
	padding: 0.5em; 
	text-align: center; 
	margin-bottom: 1em;
}

.tit_blu{
	color: #000000; 
	line-height: 1.5em; 
	font-weight: bold; 
	font-size: 1.5em;
}

div.div_blu1{
	display: none;
}


div.frase{
	text-align: left; 
	line-height: 1.5em;
}

div#capitoli{
	float: left;
	width: auto;
	clear:both;
	margin-bottom: 0.5em;
}

div.ima1{
	float: left; 
	width: 200px; 
	margin-right: 0.5em;
}

div.ima2{
	float: left; 
	width: 337px; 
	margin-right: 0.5em;
}
div.ima3{
	float: left; 
	width: 298px; 
	margin-right: 0.5em;
}
div.ima4{
	float: left; 
	width: 236px; 
	margin-right: 0.5em;
}
div.ima5{
	float: left; 
	width: 280px; 
	margin-right: 0.5em;
}
div.ima6{
	float: left; 
	width: 353px; 
	margin-right: 0.5em;
}
div.ima7{
	float: left; 
	width: 324px; 
	margin-right: 0.5em;
}

/*Collaboratori*/

table.colla { 
	background-color: #ffffff;
	width: 550px;
	text-align: center;
}
th.colla{
	border-top:  solid 1px #6699CC;
	border-left:  solid 1px #6699CC;
	text-align: center;
	background-color: #6699CC;
	color: White;
	font-size: 150%;
	padding-left: 0px;
}
td.colla {
	border-top: solid 1px #f5f5f5;
	border-left: solid 1px #f5f5f5;
	border-right: solid 2px #6699CC;
	border-bottom: solid 2px #6699CC;
	text-align: left;
	vertical-align: top;
	background-color: white;
	font-size: 150%;
	padding: 0.2em;
}

/*Collaboratori*/
.scrittaimg{
	font-size: 1.5em;
	color: #333333;
}

.scrittacont{
	line-height: 2em;
}

table.contatti{
	text-align: center;
	border: solid 1px #f5f5f5;
	width: 470px; 
}
td.brera{
	background-image: url(img/brera2.gif);
	text-align: center;
}

div#ima_sala{
	float: left;
	width: 150px;
	height: 105px;
	margin: 0em 0em 0.3em 0.2em;
}

div#ima_sala1{
	float: left;
	width: 150px;
	height: 105px;
	margin: 0.2em 0em 0.3em 0.2em;
}

/*W3C icone*/

div#casella{
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#barraaccessi li{
	margin: 0px;
	display: inline;
	list-style-type: none;
	padding: 0px 20px 0px 0px;
}
#barraaccessi ul{
	margin: 0px;
	padding: 0px;
}



