a:link		{	color: rgb(204,0,0); }a:visited	{	color: rgb(102,0,0); } a:active 	{	color: rgb(0,0,204); }body{	font-family: "Bookman Old Style", "Times New Roman", Times;	background-color: #EFDFFF ;	color: rgb(0,0,102);}/* main ist die Div mit allem Text drin. Hat grosses Left-Padding, damit links Platz fürs inhaltsverzeichnis ist. */.main {	position: absolute ; top: 0em ; left: 0em ;	padding-left: 16em ; padding-right: 1em ;}/* toc ist die DIV fürs Inhaltsverzeichnis. */.toc { position: absolute ;  top: .5em ; left: 1em ; width: 14em ;	background-color: #EEEEEE ;}img              {   border: none }a.toc1:			{	display: block ; position: static; padding-left: 1.5em ; background-repeat: no-repeat }a.toc1:link		{	display: block ; position: static; padding-left: 1.5em ; background-image: url(../images/dotblu.gif) ; background-repeat: no-repeat ; background-position: 0 0.2em }a.toc1:visited	{	display: block ; position: static; padding-left: 1.5em ; background-image: url(../images/dotblu.gif) ; background-repeat: no-repeat ; background-position: 0 0.2em }a.toc1:active		{	display: block ; position: static; padding-left: 1.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 0 0.2em }a.tic1:			{	display: block ; position: static; padding-left: 1.5em ; background-repeat: no-repeat }a.tic1:link		{	display: block ; position: static; padding-left: 1.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 0 0.2em }a.tic1:visited	{	display: block ; position: static; padding-left: 1.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 0 0.2em }a.tic2:			{	display: block ; position: static; padding-left: 2.5em ; background-repeat: no-repeat }a.tic2:link		{	display: block ; position: static; padding-left: 2.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 1em 0.2em }				a.tic2:visited	{	display: block ; position: static; padding-left: 2.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 1em 0.2em }					a.toc2:			{	display: block ; position: static; padding-left: 2.5em ; background-repeat: no-repeat }a.toc2:link		{	display: block ; position: static; padding-left: 2.5em ; background-image: url(../images/dotblu.gif) ; background-repeat: no-repeat ; background-position: 1em 0.2em }a.toc2:visited	{	display: block ; position: static; padding-left: 2.5em ; background-image: url(../images/dotblu.gif) ; background-repeat: no-repeat ; background-position: 1em 0.2em }a.toc2:active		{	display: block ; position: static; padding-left: 2.5em ; background-image: url(../images/dotred.gif) ; background-repeat: no-repeat ; background-position: 1em 0.2em }										table				{	border-collapse: collapse ; }td					{	vertical-align: top ; padding: 0 .5em ; border: 1px solid black ; }td.code			{	font-family: "Courier New", monospace }code				{	font-family: "Courier New", monospace ; background-color: #EFFFDF ; font-size: larger }h1, h2, h3			{	font-family: Bookman Old Style, Times New Roman, Times; }h1					{	color: rgb(51,51,204); }h2					{	color: rgb(0,153,51); }h3					{	color: rgb(204,51,51); }