@charset "ISO-8859-1";

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 62.5%;
	font-family: Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
	background:#fff url(images/bg_head.gif) repeat-x  top /*sfondo di testata */;
}

h1, h2, h3, h4, p, ul, li, {
	font-size: 1em;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active
{
  outline: none;
}
#page_ext {
	width: 100%;
	
}

/*  ******************************************/
/* TESTATA ***********************************/
/*  ******************************************/
#header {
	height: 160px;
	width: 100%;
	position: relative;	
	background: url(images/bg_mainhead.jpg) no-repeat left top /*grafica di testata */;
}

	#header h1 {
		display: none;
	}
	
	#header h2 {
		display: none;
	}
	
	#header h3 {
		display: none;
	}
	
	#header p.language_selection{
		font-size: 1.1em;
		color: white;
		position: absolute;
		right: 20px;
		line-height: 160px;
	}
	
	#header p.language_selection a{
		color: white;
	}

/* search_box */
#search_box {
	position: absolute;
	top: 2.5em;
	right: 2em;
}


/*  ******************************************/
/* CONTENT ***********************************/
/*  ******************************************/
#content {
	width: 100%;
	text-align: left;
}

#content.divided div#visore {
	padding: 20px;
}

div#visore h1 {
	color: #942412;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 20px;
}

div#visore h2 {
	color: #942412;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
}

div#visore h3 {
	color: #942412;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 2em;
	font-weight: bold;
}

div#visore.extended h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
} 

div#visore p{
	font-size: 1.2em;
	color: #000;
	line-height: 2em;
	padding-bottom: 20px;
}

div#visore p.editedby {
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#visore p.editedby span {
	display: block;
	font-size: .7em;
}

div#visore p.about {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;

}
div#visore p.about a {
	color: #000;
text-decoration: underline;}


/*  ******************************************/
/* BANNER PROGETTI ***********************************/
/*  ******************************************/

div#content.divided div#visore div.project_banner {
	float:none;
	clear: both;
	margin-top: 10px;
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid silver;
}

div#content.divided div#visore div.project_banner a img{
	float: left;
	margin: 0 10px 0 0;
}

div#content.divided div#visore div.project_banner a h1{
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 0px;
}

div#content.divided div#visore div.project_banner p{
font-size: 12px;
}

/*  ******************************************/
/* FOOTER ***********************************/
/*  ******************************************/
div#footer {
	padding: 0px 20px 20px 20px;
}

div#footer img {
	float: left;
}

div#footer p {
	color: #333333;
}

div#footer div.footer_left {
	float:left;
	height: 86px;
}

div#footer div.footer_right {
	float: right;
	height: 86px;
	line-height:86px;
}
div#footer div.footer_right img {
	margin-left: 15px;
}





