	.scroll {
		color: black; 
		font-size: medium; 
		font-family: serif; 
		background-color: #accdff; 
		visibility: visible; 
		display: block; 
		position: absolute; 
		z-index: 1; 
		top: 0; 
		left: 0; 
		width: 540px;
	}
/* Letzte ?nderung am 23.06.05 */
	
	
/* text -> F?r normalen Text */
	.text {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: normal; 
		color: #666666; 
		text-decoration: none
	}
	
/* text -> F?r normalen Text */
	.tabueberschrift {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-weight: normal; 
		color: #F6F6F6; 
		text-decoration: none
	}

/* ueberschrift -> F?r ?berschriften im normalen Text */
	.ueberschrift {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		font-weight: bold; 
		color: #666; 
		text-decoration: none
	}

/* seitenueberschrift -> Die Haupt?berschrift der entsprechenden Seite */
	.seitenueberschrift {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 18px; 
		font-weight: bold; 
		color: #666666; text-decoration: none
	}

/* kommentar -> Als Bildunterschrift, bei Bilder und Zeichnungen etc.*/
	.kommentar { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #666666; text-decoration: none
	; }
	
	.text_klein { color: #00378b; font-size: 9px   ; font-family: Verdana, Arial, Helvetica, sans-serif; }

/* link -> F?r Links im normalen Text */
	.link a:active {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #666666; 
		text-decoration: none; 
		font-weight: bold
	}
	.link a:link {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #666666; 
		text-decoration: none; 
		font-weight: bold
	}
	.link a:visited { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #666666; 
		text-decoration: none ; 
		font-weight: bold
	}
	.link a:hover {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #999999; 
		text-decoration: none; 
		font-weight: bold
	}
	/* link -> F?r Links im normalen Text */
	a:active {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000; 
		text-decoration: none;}
	a:link {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000; 
		text-decoration: none;}
	a:visited { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #000; 
		text-decoration: none ;}
	a:hover {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		color: #999; 
		text-decoration: none;}

/* menuelink -> F?r die einzelnen Menuepunkte */
	.menuelink a:active {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #999999; 
		text-decoration: none; 
		font-weight: bold
	}
	.menuelink a:link {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #999999; 
		text-decoration: none; 
		font-weight: bold
	}
	.menuelink a:visited { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #999999; 
		text-decoration: none; 
		font-weight: bold
	}
	.menuelink a:hover {  
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 16px; 
		color: #666666; 
		text-decoration: none; 
		font-weight: bold
	}
	
	/* Scrollbalken */
body {
	color: black; 
	background-color: #79aeff; 
	SCROLLBAR-FACE-COLOR: #79aeff;  
	SCROLLBAR-HIGHLIGHT-COLOR: #79aeff; 
	SCROLLBAR-SHADOW-COLOR: #79aeff;
	
	SCROLLBAR-ARROW-COLOR: #79aeff;
	SCROLLBAR-TRACK-COLOR: #79aeff; 
	
	SCROLLBAR-3DLIGHT-COLOR: #79aeff;
	SCROLLBAR-DARKSHADOW-COLOR: #79aeff
 }

/* Allgemeine Tabellen einstellungen */
TABLE    { display: table }
TR       { display: table-row }
THEAD    { display: table-header-group }
TBODY    { display: table-row-group }
TFOOT    { display: table-footer-group }
COL      { display: table-column }
COLGROUP { display: table-column-group }
TD, TH   { display: table-cell }
CAPTION  { display: table-caption }
