
	/* Links */
	/* noch nicht besucht */
a:link {
	font-family: arial, verdana, tahoma;
	color: #F6C312;
	font-size: 11pt;
	text-decoration=none;
		}
	/* besucht */
a:visited {
	font-family: arial, verdana, tahoma;
	color: #98790c;
	font-size: 11pt;
	text-decoration=none;
	cursor: e-resize;
	}
	/* aktiv/mouseover */
a:hover {
	font-family: arial, verdana, tahoma;
	color: #c0c0c0;
	font-size: 11pt;
	text-decoration=none;
	}
/* scrollbar */
body {
	scrollbar-face-color: rgb(0,0,0);
	scrollbar-arrow-color: red;
	scrollbar-shadow-color: rgb(251,174,9);
	scrollbar-track-color: rgb(64,64,64);
	scrollbar-3dlight-color: rgb(251,174,9);
	
	scrollbar-highlight-color: rgb(252,236,182);
	}