#nav, #footer { display: none; }

#images {
	width: 199px;
	float: right;
}

/* urls */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-style: italic;
	text-decoration: none;
}

/* CSS2 stellt link als text dar */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}

/* CSS3 um Rooturls richtig anzuzeigen */
a[href^="/"]:after {
  content: " (http://www.oeksa.at" attr(href) ") ";
}
