body {
   background: white none;
   font-size: 12pt;
   margin:0 1cm 0 1.5cm;
   }
#menu, #language, #nav, #aux {
   display: none;
   }
#banner {
	position: absolute;
	left:1.5cm;
	top: 0;
}
#header {
	position:absolute;
	top:180px;
	left:3cm;
	text-align:left;
	height:18pt;
	font-size:10pt;
}
#content,.tours #content, .team #content,.network #content,.news #content {
	position:absolute;
	top:207px;
	left:1.5cm;
	width: auto;
	margin: 0;
	padding: 1em 0.5em 0 0;
	float: none !important;
	color: black;
	background: transparent none;
	height:auto;
	z-index:100;
	border-top:0.5pt solid #000;
   }
#content p{
	text-align:left;
}
   
.team #content p img{
display:none;
}
*>.team #content p img{
	display:block;
	position:static;
	margin-left:0cm;
	z-index:1;
	float:left;
	padding:0 10px 0 0;
	clip: rect(auto,auto,auto,128px);
}
#footer{
	margin:0;
	padding:1cm 0 0 0;
	border-top:0.5pt solid #000;
}
/* stili dei link */
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content a[href^="/"]:after {
   content: " (http://www.arcult.it" attr(href) ") ";
   }
.gallery a, .gallery a:link, .gallery a:visited{
	color: #000;
	text-decoration: none;
}
#content .gallery a:link:after,#content .gallery a:visited:after{
   content:" ";
}
.news #content a:link:after,.news #content a:visited:after{
   content:"";
}
.gallery a img {
	display:none;
}

