body {
	font: normal 100.01% "Times New Roman", Times, serif;
}

img {
	border: none;
}

#skip, #metanav, #keyvisual, #mainnav, #leftbox, #breadcrumbtrail, #helpernav, #footernav, #egov, #unesco, #noel { display: none; }

.images { float: right; margin: 0em 0em 0.5em 0.5em; clear: right; }

#footer {
  clear: left;
}

#rightbox{
    display: none;
}

/* urls */
a:link, a:visited {
	color: #520;
	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.gloggnitz.gv.at" attr(href) ") ";
}
*/