BODY {
	background-color: rgb(0,0,0);
	font: Arial;
	font-family: Arial,Helvetia;
	font-size: 8pt;
	/* color: #0080c0; */

	}

	/* Links */
	/* noch nicht besucht */
a:link {
	font-family: arial, verdana, tahoma;
	color: #ff8000;
	font-size: 10pt;
	text-decoration=none;
		}
	/* besucht */
a:visited {
	font-family: arial, verdana, tahoma;
	color: #0066cc;
	font-size: 10pt;
	text-decoration=none;
		}
	/* aktiv/mouseover */
a:hover {
	font-family: arial, verdana, tahoma;
	color: #ffffff;
	font-size: 10pt;
	text-decoration=none;
	}
/* scrollbar */
body {
	scrollbar-face-color: black;
	scrollbar-arrow-color: red;
	scrollbar-shadow-color: grey;
	scrollbar-track-color: rgb(0,102,204);
	scrollbar-3dlight-color: blue;
	}
	scrollbar-highlight-color: rgb(0,128,128);
A.xy1:after { 
    content: Ar Men;
    }
    
A.back:before {content:'zurück zu';}