BODY
{ 
	background-image : url(images/streifen.gif);
	background-color : #FF0033;
	scrollbar-face-color : #5F5F5F; 			         /* Scrollbalkenfarbe */
	scrollbar-shadow-color : #000000; 	            /* Scrollbalken-Schattenfarbe nach rechts und unten */
	scrollbar-highlight-color : #FF9999; 	         /* Scrollbalken-Lichtfarbe von links und oben und Laufband*/
	scrollbar-dark-shadow-color : #FFFFFF; 	   /* Scrollbalken-Kantefarbe rechts und unten */
	scrollbar-base-color : #484848; 			      /* Scrollbalken-Kantenfarbe links und oben */
	scrollbar-arrow-color : #FF0909; 		          /* Scrollbalken-Endpunkte-Pfeilfarbe */
	margin: 0px 0px;
}

BODY, TD
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

TD.f-green
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : Green;
}

TD.hg-grau																							/* grauer Zellenhintergrund*/
{
	background-color: #CCCCCC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

TD.hg-rot																							/* roter Zellenhintergrund*/
{
	background-color : Red;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;

}

TD.hg-blau																							/* roter Zellenhintergrund*/
{
	background-color : Blue;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : White;

}

TD.buttono																							/* Schaltflächen oben*/
{
	background: #696969 url(images/hg-balken.gif);					
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
}

TD.oben																							/* keine Schaltflächen oben*/
{
	background: #696969 url(images/hg-balken.gif);					
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFCC;
}

TD.links																							/* keine Schaltflächen links*/
{
	background: #696969;					
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFCC;
}

TD.buttonl																							/* Schaltflächen links*/
{
	background: #696969;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #FFFFFF;
}

TD.buttonlsm	/* Schaltflächen links*/
{  font-family: Arial; font-size: 12px; color: #FFFFFF; 
	background: #DC143C;	}

TD.leer																								/* leere Textzelle*/
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #FFFFFF;
}

H1																 /* große Überschrift*/
{  font-size: 24px; color : #696969;}

H2 																/* mittlere Überschrift*/
{  font-size: 20px; color : #696969;}

H3 																/* kleine Überschrift*/
{  font-size: 16px; color : #696969;}

TD.h3 
{  font-family : Verdana;
	font-weight: bold;
    font-size: 16px; color : #696969;}

A:link {font-family: Arial; font-size:12px; text-decoration: none; color: #FFFFFF;}
A:visited {font-family: Arial; font-size:12px; text-decoration: none; color: #FFFFFF;}
A:active {font-family: Arial; font-size:12px; text-decoration: none; color: #FFFFFF;}
A:hover {font-family: Arial; font-size:12px; text-decoration: none; color: #000000;}

A.menu{font-family: Arial; font-size:12px; text-decoration:none; color: #FF0033;}
A.menu:visited {font-family: Arial; font-size:12px; text-decoration: none; color: #FF0033;}
A.menu:active {font-family: Arial; font-size:12px; text-decoration: none; color: #FF0033;}
A.menu:hover{font-family: Arial; font-size:12px; color: #FF0033; font-weight:bold}

Table.border 
{	border-left : 1px solid #000000; border-right : 1px solid #000000;	}

