    /*  Seitenhintergrund */
body
{
	margin-left: 0mm; 
	margin-right: 0mm;
	margin-top: 1mm;
	margin-bottom: 2mm; 
  	background-color: rgb(255,255,235);  
  	background-image : url('../bilder/hg_gelb_struk.gif');
}

   /* Standardtext */

p, ol, ul, li, td 
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-style: normal;
	color : rgb(0,0,0);
}	

A:link 
{
	color: rgb(0,0,125); 
	text-decoration: none;
/*	font-weight: normal; */
}

A:visited 
{
	color: rgb(150,0,150); 
	text-decoration: none;
}

A:hover 
{
	color: rgb(0,0,250); 
	text-decoration: underline;
}

A:active 
{
	color: rgb(255,0,0);  
	text-decoration: none; 
	/* font-weight: bold; */
}


.H1
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1px; 
}

.H2
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
}

.H3
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	font-weight: bold;
}

.H4
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

.H5
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	font-weight: bold;
}

.H6
{
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
}


.Ver8
{
	font-family: verdana,arial,helvetica; 
  	font-size: 8pt;
}


.BGgrau 
{
  	background-color: #D0D0D0;
}


.TABgrau 
{
  background-color: #DFDFDF;
  font-family: verdana,arial,helvetica;   
  font-size: 10pt;
  font-weight: bold;
}

.Code
{
  	font-family: "Courier New",courier,mono-space; 
  	font-size: 10pt;
	font-weight: bold;
	color: rgb(0,0,0);
}

.default
{	
	/* klasseneinträge löschen */
}