body
{
	font-family: Arial, sans-serif;
	font-size:  12px;
	text-align:  center;
	background-color: #E9ECEB;
	
}

table
{
	margin-left: auto; /*tabelle ist center*/
	margin-right: auto; /*tabelle ist center*/ 
	margin-top:  30px;
	border-collapse: collapse;  /*die rahmen werden durchgezogen mit seperate haben die zellen       einenabstand*/
	border: 1px solid #000000;
	width: 98%;
}

.ueberschrift /* ... Hier wird die classe überschrift in der tabelle definiert ... */

{
	font-size: 14pt;
	font-weight: bold;
	color: #a26f25;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 3px;
	background: #e9eceb ;
}

td
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left:  2px;
	padding-right: 2px;
	text-align: center;
	font-size:  12px;
	border: 1px solid #000000;
	/*background-color: #ffffff;*/
}

th
{
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #e9eceb;
	text-align: center;
	border: 1px solid #000000;
	background: #CCCCCC;

}

img
{
	border-width:0;
}

a:link, a:visited, a:active
{ 
	font-size: 12px;
	line-height: 1.5em; 
	font-family: Arial, sans-serif; 
	color:#666666;
	text-decoration:none;
	font-weight: bold;
}

a:hover
{ 
	text-decoration:none;
	background-color:#e9eceb;
	color:#a26f25;
	font-weight: bold;
}


	
	