body {
	font: normal 100.01% Verdana, Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

#skip, #search, #subnav, #helpernav, #pager, #related { display: none; }

/* urls */
a:link, a:visited {
	color: #ED252A;
	background: transparent;
	font-style: italic;
	text-decoration: none;
	/*
	font-weight: bold;
	text-decoration: underline;
	*/
}

/* CSS2 stellt link als text dar */
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 100%;
}

/* CSS3 um Rooturls richtig anzuzeigen */
a[href^="/"]:after {
  content: " (http://www.spwn.at" attr(href) ") ";
}