

h1, h2 { font-family: Arial}
p { font-family: arial; font-size: 10pt; color: black; }
body { background: #EBE9E9; } 
div { position: absolute; top: 20px; left: 20px;  }
table { border-color: #22222; }



	/* Links */
	/* noch nicht besucht */
a:link {
	font-family: arial, verdana, tahoma;
	color: 445DA6;
	font-size: 10pt;
	text-decoration=none;
		}
	/* besucht */
a:visited {
	font-family: arial, verdana, tahoma;
	color: #8C0A0D;
	font-size: 10pt;
	text-decoration=none;
		}
	/* aktiv/mouseover */
a:hover {
	font-family: arial, verdana, tahoma;
	color: #BD272E;
	font-size: 10pt;
	text-decoration=none;
	}
/* scrollbar */
body {
	scrollbar-face-color: rgb(255,255,255);
	scrollbar-arrow-color: rgb(252,150,8);
	scrollbar-shadow-color: rgb(192,192,192);
	scrollbar-track-color: rgb(192,192,192);
	scrollbar-3dlight-color: rgb(192,192,192);
	
/* 	scrollbar-highlight-color: rgb(252,236,182); */
	}
