@import url("global.css");

.screen { display: none }

body {
	padding: 50px 20px 20px 20px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 62.5%
	}

h1 {
	display: none;
	}

#image { display: none }

#logo img { border: 0 }
#logo a { border: 0 }

#nav,
#subnav {
	display: none;
	}

#metanav {
	visibility: hidden;
	}

#metaPrint {
	display: none;
	}
#metaScreen a {
	visibility: visible;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #CCC;
	padding: 5px;
	border: 0;
	}

#contents {
	line-height: 1.4em;
	font-size: 1.2em;
	}

#pathway {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 10px;
	}

#footer {
	line-height: 1.4em;
	font-size: 1em;
	}

#content a.intern:link:after,
#content a.intern:visited:after {
/*   content: " (http://palazzoricci.info/" attr(href) ") "; */
   font-size: 90%;
   }
#content a[href^="/"].intern:after {
/*   content: " (http://palazzoricci.info/" attr(href) ") "; */
   }

#content a:link:after,
#content a:visited:after {
/*   content: " (" attr(href) ") "; */
   font-size: 90%;
   }
#content a[href^="/"]:after {
/*   content: " (" attr(href) ") "; */
   }


.typo3-editPanel,
#logout {
	display: none;
	}


#newslatest p {
	display: inline;
	}

#newslatest .more {
	display: inline;
	}
