body		{
		background-color: #FFFFFF;
		color: #000000;
		}
              
div		{
		text-align: center;
		}

.left	{
		text-align: left;
		}

table		{
		margin-left: auto;
		margin-right: auto;
		}

tr		{
		background-color: #DFDFDF;
		}

th		{
		border-width: 2px;
		padding: 3px;
		border-style: ridge;
		font-weight: 800;
		font-size: 15px;
		text-align: center;
		font-family: Verdana,Arial,sans-serif;
		}
		
td		{
		border-width: 2px;
		padding: 3px;
		border-style: ridge;
		font-weight: 500;
		font-size: 13px;
		text-align: center;
		font-family: Verdana,Arial,sans-serif;
		}

td.kopf		{ 
		background-color: #DFDFDF;
		padding: 4px;
		font-weight: bold;
		color: #2F2F2F;
		border-width: 2px;
		border-color: #BFBFBF;
		}

td.bild		{ 
		background-color: #DFDFDF;
		padding: 4px;
		font-weight: bold;
		color: #2F2F2F;
		border-width: 0px;
		}

td.foot		{
		background-color: #DFDFDF;
		padding: 4px;
		font-weight: bold;
		color: #2F2F2F;
		border-width: 2px;
		border-color: #BFBFBF;
		}

td.content	{
		background-color: #F2F2F2;
		padding: 4px;
		vertical-align: top;
		color: #000000;
		border-width: 2px;
		border-color: #BFBFBF;
		}

h2		{
		font-weight: 700;
		font-size: 26px;
		text-align: center;
		font-family: Verdana,Arial,sans-serif;
		}
		
h3		{
		font-weight: 700;
		font-size: 20px;
		text-align: center;
		font-family: Verdana,Arial,sans-serif;
		}

p,li		{ 
		font-weight: normal;
		}

img		{
		border-width: 0px
		}

a:link		{
		color: blue;
		background-color: transparent;
		text-decoration: none;
		}

a:visited	{
		color: #0080FF;
		text-decoration: underline;
		background-color: transparent;
		}

a:hover	{
		color: #0000AF;
		text-decoration: underline;
		background-color: #E0E0E0;
		font-weight: bold;
		}

a:active	{
		color: #0000FF;
		text-decoration: underline;
		background-color: transparent;
		font-weight: bold;
		}

a.nav		{
		color: blue;
		text-decoration: none;
		font-size: 15px;
		background-color: transparent;
		font-weight: bold;
		}

a.nav:visited	{
		color: #4F4F4F;
		text-decoration: underline;
		background-color: transparent;
		font-weight: 700;
		}

a.nav:hover	{
		color: #000000;
		font-size: 16px;
		text-decoration: underline;
		background-color: transparent;
		font-weight: bold;
		}

a.nav:active	{
		color: #000000;
		text-decoration: underline;
		background-color: #FEFEFE;
		font-weight: 800;
		}