/* Rahmentabelle mit allgemeinen Attributen, Breite: 1000 */
table
{ border: 0px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
	color: #ffffff; }
td
{ padding: 0px; }
/* Rahmentabelle */
.tableRahmen
{ padding: 0px;
	width: 955px; }
/* Menuetabelle */
.tableNavi
{ padding: 0px; 
  width: 955px; }
.tableText
{ line-height: 16px;
  width: 955px; }
.tdText
{ padding: 10px; 
  line-height: 16px;}
.tableDetail
{ padding: 0px;
	width: 460px; }	
/* verschiedenen Farben fuer den Hintergrund */
#schwarz
{ /* schwarz */
  background-color: #000000; }
#grau
{ /* grau */
  background-color: #333333; }
#hellgrau
{ /* hellgrau */
  background-color: #666666; }	
#kirsch
{ /* kirsch */
  background-color: #993300; }
#gruen
{ /* gruen */
  background-color: #336633; }
#darkgruen
{ /* dunkelgruen */
  background-color: #003300; }
#hellgruen
{ /* hellgruen */
  background-color: #669966; }	
#blau
{ /* blau */
	background-color: #003366 }
#darkblau
{ /* dunkelblau */
  background-color: #000033; }
#hellblau
{ /* hellblau */
  background-color: #336699; }		
/* Schriften */
#fett
{ font-size: 14px;
  font-weight : bold; }
#rotS
{ color: #cc6633; }	
#rot
{ font-weight : bold; 
  font-size: 16px; 
	color: #cc6633; }
/* Links */
a
{ text-decoration: none; }
a:link
{ color: #ffffff; }
a:visited
{ color: #ffffff; }
a:active, a:hover
{ color: #ff9933; }

