/*******************************/
/* Marco Bessi                 */
/* Ingegneria Informatica      */
/* screen.css                  */
/*******************************/

*{
	margin : 0;
	padding : 0;
}

a{
	color : #0000ff;
	text-decoration : none;
}
a:visited{
	color : #990099;
	text-decoration : none;
}
a:hover{
	color : #990099;
}
a img{
	border: none;
}

h1{
	color : #343434;
	font : italic 1.8em sans-serif;
}
h2{
	color : #343434;
	font : bold italic 1.3em sans-serif;
}
h3{
	color : #343434;
	font : 1em sans-serif;
}
h4{
	color : #343434;
	font : bold italic 0.9em sans-serif;
	padding : 1em 1em 0 1em;
}
h5{
	color : #343434;
	font : italic 0.8em sans-serif;
	text-align: right;
}

html{
	color : #343434;
	font : 70%/170% sans-serif;
	text-align : justify;
}

img{
	margin : 1em 1em 0 1em;
}

p{
	margin : 0 1em 0.2em 1em;
}
p.top{
	text-align: right;
}
p.cit{
	color : #343434;
	font : italic 0.8em sans-serif;
	text-align: right;
}
p.center{
	text-align: center;
}
p.strong{
	font-weight: bold;
}

body{
	background: #dde2e8 url('../img/background/sfondo_grad4.png') repeat-x bottom fixed;
}

#main{
	margin : 0.5em auto;
	max-width: 70em;
	min-width : 45em;
	border: 0.2em solid #330099;
	background: #ffffff;
	width : auto !important;
	width : 70em;
}

#main #topheader img{
	float: right;
	padding: 2em 2em 0 0;
}
#main #topheader #header{
	background : #330099 url('../img/background/header_bg3.jpg') repeat-x bottom left;
	padding : 4em 4em 2em 4em;
}
#main #topheader #header h1{
	color : #feffff;;
	font : bold italic 3em sans-serif;
	display: inline;
}
#main #topheader #header h2{
	margin: 0 0 0 1em;
	color : #feffff;
	font : italic 1.2em sans-serif;
}
#main #topheader #header h3{
	color : #feffff;;
	font : bold italic 1.5em sans-serif;
	display: inline;
}

#main #menu{
	background : #3300cc;
	border-bottom : 0.1em solid #330099;
	font : 1em sans-serif;
	color : #feffff;
	padding : 0.75em 4em;
}
#main #menu ul{
	
}
#main #menu li{
	display : inline;
}
#main #menu li a{
	color : #feffff;
	text-decoration: none;
	padding : 0.75em 1.5em;
}
#main #menu li a:hover{
	background : #330099;
	text-decoration: none;
}
#main #menu li.selected a{
	background : #ebebeb;
	border-top: 0.1em solid #330099;
	border-right: 0.1em solid #330099;
	border-left: 0.1em solid #330099;
	border-bottom : 0.1em solid #ebebeb;
	color : #330099;
	text-decoration: none;	
}
#main #menu li.selected a:hover{
	background : #ebebeb;
	color : #c00000;
	text-decoration: none;
}

#main #menusec {
	background: #ebebeb;
	font: 1em sans-serif;
	color: #330098;
	border-bottom : 0.1em solid #330099;
	padding : 0.5em 0.5em;
}
#main #menusec ul{
	
}
#main #menusec li{
	display : inline;
}
#main #menusec li a{
	color : #330098;
	text-decoration: none;
	padding : 0.75em 1.5em;
}
#main #menusec li a:hover{
	color: #c00000;
	text-decoration: none;
}

#main #content{
	height : auto !important;
	height : 1%;
	min-height: 28em;
	color: #343434;
	background-color: #ffffff; 
	margin: 0 0 1em 0;
}
#main #content .article{
	padding : 0.25em 4em 0 4em;
}

#main #content ul.listadecimale{
	padding: 0 0 0 4em;
	list-style-type: decimal;
}
#main #content ul.listapois{
	padding: 0 0 0 3em;
	list-style-type: circle;
}
#main #content ul.listanull{
	padding: 0 0 0 1.5em;
	list-style-type: none;
}
#main #content ul.listalett{
	padding: 0 0 0 4em;
	list-style-type: lower-latin;
}
#main #content ul.listapoisplus{
	padding: 0 0 0 5em;
	list-style-type: circle;
}

#main #content #blockhomelink{
	float: right;
	margin: 1em 0 0 2em;
	border: 0.1em solid #330099;
	text-align: center;
}
#main #content #blockhomelink img{
	padding: 0;
	display: inline;
	background-color: #FFFFFF;
}
#main #content #blockhomelink ul.listanull{
	padding: 0 0.3em 0.5em 0.3em;
	list-style-type: none;
}

#main #content #topcontent #mappa{
	padding: 0.3em 0 0 4em;
	text-align: left;
}

#main #content #topcontent #barraico{
	margin: 0 0 0 2em;
	float: right;
	text-align: right;
	border-bottom: 0.1em solid #330099;
	border-left: 0.1em solid #330099;
}
#main #content #topcontent #barraico li{
	display : inline;
	
}
#main #content #topcontent #barraico ul.listanull{
	padding: 0;
	list-style-type: none;
}

#main #footer{
	padding: 0 2em 0 2em;
	border-top:  0.1em solid #330099;
	font-size : 0.8em;
	color : #343434;
	text-align: center;
}
#main #footer a{
	background: #ffffff;
	color : #0000ff;	
}

/***********************/
/* CSS Accordion       */
/***********************/

.toggler {
	color: #222;
	margin: 0;
	padding: 0.2em 0.5em;
	background: #eee;
	border-bottom: 0.1em solid #ddd;
	border-right: 0.1em solid #ddd;
	border-top: 0.1em solid #f5f5f5;
	border-left: 0.1em solid #f5f5f5;
	font-size: 0.95em;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 	padding: 0 0 0 1em;
}
 
.element p {
	margin: 0;
	padding: 0.4em;
}
 
.float-right {
	padding:1em 2em;
	float:right;
}
