/* STYLE-SHEET-ANGABEN FÜR INDEXSEITE NET-STYLE *//* margin = Randangaben hintereinander im Uhrzeigersinn*//* margin-top = Abstand zwischen Fensterrand und Inhalt oben *//* margin-left = Abstand zwischen Fensterrand und Inhalt links*//* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten *//* margin-right = Abstand zwischen Fensterrand und Inhalt rechts*//* font-famlie = Schriftart*//* font-size = Schriftgröße*//* color = Schriftfarbe*//* a:link = Verweise zu noch nicht besuchten Seiten *//* a:visited = Verweise zu bereits besuchten Seiten *//* a:active = Verweise, die gerade angeklickt werden *//* a:hover = Farb- und Stylewechsel by MouseOver *//* Randabstände für body, table ... */	body 			{margin: 0px 0px 5px 0px;}	table,form		{margin-bottom: 0px;}		/* Hintergrundfarben für Seite */body 	{background-color:EEEEEE;}td.blue	{background-color:990000;}td.m	{background-color:DDDDDD;}/* Angaben für normalen text*/	p, h1, h2, h3, h4, ul, ol, li, div, td, th, address, blockquote, nobr				{font-size:9pt; color:#333333; font-family:Verdana, Arial;}	b, i		{color:#333333; font-family:Verdana,Arial;}	p.acht-hell	{font-size:8pt; color:#999999; font-family:Verdana, Arial;}	p.acht		{font-size:8pt; color:#333333; font-family:Verdana, Arial;}	p.achtb		{font-size:8pt; color:#333333; font-family:Verdana, Arial;font-weight:bold;}	p.wbacht	{font-size:8pt; color:#FFFFFF; font-family:Verdana, Arial; font-weight:bold;}		/* Angaben für Linkfarben, Linkstyle */	a:link		{color: #000080; text-decoration: none;}	a:hover	{color: #CC0000; text-decoration: none;}	a:visited	{color: #000066;	text-decoration: none;}	a:hover	{color: #CC0000;	text-decoration: none;}	a:active 	{color: #000080; text-decoration: none;}