body		{  		overflow-y: auto;		background-color		: #ffffff;						/*Hintergrudfarbe*/		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: center;						/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		}				body.a		{		background-color		: #ffffff;						/*Hintergrudfarbe*/		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: left;							/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		}		body.b		{		background-color		: #ffffff;						/*Hintergrudfarbe*/		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: right;						/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		}	p		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: center;						/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		margin-top			: 0px;							/*Schriftabstand oben*/		margin-right			: 0px;							/*Schriftabstand rechts*/		margin-left			: 0px;							/*Schriftabstand links*/		margin-bottom			: 0px;							/*Schriftabstand unten*/		}				p.a		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: left;							/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		margin-top			: 0px;							/*Schriftabstand oben*/		margin-right			: 0px;							/*Schriftabstand rechts*/		margin-left			: 0px;							/*Schriftabstand links*/		margin-bottom			: 0px;							/*Schriftabstand unten*/		}				p.b		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		font-weight			: normal;						/*Schriftweite*/		color				: #000000;						/*Schriftfarbe*/		text-align			: right;						/*Text ausrichtung*/		line-height			: 120%;							/*Zeilenhöhe*/		margin-top			: 0px;							/*Schriftabstand oben*/		margin-right			: 0px;							/*Schriftabstand rechts*/		margin-left			: 0px;							/*Schriftabstand links*/		margin-bottom			: 0px;							/*Schriftabstand unten*/		}tr /*Tabellenzeile in die dann die Tabellenzellen kommen*/		{		}td /*Tabellenzelle*/		{		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		vertical-align			: text-top;		text-align			: center;						/*Text ausrichtung*/		}td.a /*Tabellenzelle*/		{		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		vertical-align			: text-top;		text-align			: left;							/*Text ausrichtung*/		}				td.b /*Tabellenzelle*/		{		font-family			: Comic Sans MS,Arial;					/*Schrift Typ1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		vertical-align			: text-top;		text-align			: right;						/*Text ausrichtung*/		}table.a /*Tabellengrundgerüst*/		{		width				: 100%;							/*Tabellen breite*/		}table.b /*Tabellengrundgerüst*/		{		width				: 100%;							/*Tabellen breite*/		border-style			: solid;						/*Rahmenart*/		border-color			: #000000;						/*Rahmenfarbe*/		border-width			: 1px;							/*Rahmenbreite*/		}		a:link		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		text-decoration			: none;							/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		}a:visited 		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		text-decoration			: none;							/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		} a:active		{			font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		text-decoration			: underline;						/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		} a:hover		{		font-family			: Comic Sans MS,Arial;					/*SchriftTyp1 und Typ2*/		font-size			: 10pt;							/*Schriftgrösse*/		text-decoration			: underline;						/*Schriftdecoration*/		color				: #0000ff;						/*Schriftfarbe*/		}