body {font-family : Arial, Helvetica, sans-serif;
	 font-size : 12px;
	
scrollbar-arrow-color: #29A67C;
scrollbar-base-color: #FBFDFD;
scrollbar-track-color: #FBFDFD;
scrollbar-face-color: #FBFDFD;
scrollbar-highlight-color: #FBFDFD;}

h1 {font-size : 25px;
	color : #336633;
	position: absolute;
	left : 250px;
	top : 30px;
	z-index : 5;}
	
	.shadow{
	font-size : 25px;
	color : Gray;
	position: absolute;
	left : 251px;
	top : 31px;
	z-index : 1;}
	
	
	
	
	h2 {
	font-size : 20px;
	color : #336633;}
	
	h3 {font-size : 18px;
	color : Navy;}
	
	
	h7 {font-size : 14px;
	color : Navy;}
	
	
a:link { color:blue; text-decoration:underline; }
a:visited { color:teal; text-decoration:underline; }
a:active { color:purple; text-decoration:none; }

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */