/*
//   S t y l e s h e e t
//
//   a l l g e m e i n e   T A G s
//   -----------------------------
*/

BODY  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	background-color: #FFFFF0;
	color: #000000;
	margin: 3px;
}

P   {margin: 3px;}

A  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  text-decoration: underline;
}

A:Visited  {color: #1111AA;}
A:Active   {color: #009900; font-style: italic;}
A:Hover    {color: #992222;}

OL {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

UL {
 	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  list-style-type: none;
}

TD, TH {
 	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF0;
	color: #000000;
	vertical-align: top;
  text-align: left;
	padding-top: 2mm;
	padding-left: 2mm;
	padding-right: 2mm;
	padding-bottom: 2mm;
	border-width: 0px;
}

/*
//   K l a s s e n d e f i n i t i o n e n
//   -------------------------------------
*/

/*   abweichende BODY-TAGs   */

.bodygelb   {background-color: #FFFFBB; color: #000000;}
.bodygelbh  {
  background-color: #FFFFF0;
  color: #000000;
}

/*   abweichender Text   */

.fett    {font-weight: bold;}
.unter   {text-decoration: underline}
.kursiv  {font-style: italic;}

/*   Textausrichtung   */

.zentriert {text-align: center;}
.links     {text-align: left;}
.rechts    {text-align: right;}
.block     {text-align: justify;}
.pos1      {position: absolute; left: 1px; top: 120px;  width: 220px;}
.pos2      {position: absolute; left: 240px; top: 120px;}
.ind       {margin-left: 2em; }

/* verschiedenes */

.rand5 {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.rand10 {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
