body		{
		background-color: #FFFFFF;
		color: #000000;
		position: absolute;
		top: 0;
		left: 0;
		margin: 5px;
		padding: 5px;        
		}
		
div		{
		text-align: center;
		}

div.left	{
		text-align: left;
		}

table		{
		margin-left: 5px;
		margin-right: auto;
		text-align: left;
		}
		
table.frei	{
		margin-right: 5px;
		margin-left: auto;
		padding: 3px;
		border-width: 0px
		}
		
td		{
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px;
		border-color: #BFBFBF;
		border-width: 2px;
		border-style: ridge;
		font-size: 0.9em;
		}
		
td.frei		{
		padding: 3px;
		border-width: 0px;
		font-size: 0.9em;
		}
		
td.kopf		{
		color: #000000;
		background-color: #DFDFDF;
                }
		
td.klein	{
		font-size: 0.7em;
		text-align: left;
		padding: 3px;
		}
	
td.center	{
		text-align: center;
		}
				
th		{
		font-family: Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 1.1em;
		font-weight: 700;
		border-color: #BFBFBF;
		border-width: 2px;
		border-style: ridge;
		padding: 5px;
		}
		
h2		{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em; 
		font-style: normal;
		}

h3		{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em; 
		font-style: normal;
		}
		
h4		{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.1em; 
		font-style: normal;
		}

p		{
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em; 
		font-style: normal;
		}
		
li		{
		font-weight: normal;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em; 
		font-style: normal;
		}
		
p.klein		{
		font-size: 0.7em;
		}

img		{
		border-width: 0px
		}

p.fett		{
		font-weight: bold;
		}

a:link		{
		color: #0000FF;
		font-weight: normal;
		background-color: transparent;
		}

a:visited	{
		color: #0080FF;
		background-color: transparent;
		}

a:hover	{
		color: #0000A0;
		background-color: #D0D0D0;
		}

a:active	{
		color: #0008FF;
		background-color: transparent;
		}

a.nav		{
		font-size: 1.2em; 
		font-weight: normal;
		color: #404040;
		background-color: transparent;
		}

a.nav:visited	{
		color: #4F4F4F;
		background-color: transparent;
		}

a.nav:hover	{
		color: #000000;
		background-color: #D0D0D0;
		}

a.nav:active	{
		color: #000000;
		background-color: transparent;
		}
