/*
//   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-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: gray;
  color: #000000;
  margin: 3px;
}

P     {margin: 3px;}
.cite {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
}

BLOCKQUOTE {font-family: Verdana, Arial, Helvetica, sans-serif;}

H1         {font-size: 30px; font-weight: bold;}
H2         {font-size: 25px; font-weight: bold;}
H3         {font-size: 20px; font-weight: bold;}
H4         {font-size: 15px; font-weight: normal;}

A  {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: underline;
}

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

A.altl:Link     {background-color: #000055; color: #FFFFFF; text-decoration: underline;}
A.altl:Visited  {background-color: #000055; color: #FFFFAA;}
A.altl:Active   {background-color: #000055; color: #BBBBBB; font-style: italic;}
A.altl:Hover    {background-color: #FFFFCC; color: #000055;}

OL {
  font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: left;
}

UL {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  list-style-type: none;
  text-align: right;
}

TD, TH {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  background-color: #FFFFCC;
  color: #000000;
  vertical-align: top;
  padding-top: 2mm;
  padding-left: 2mm;
  padding-right: 2mm;
  padding-bottom: 2mm;
  border-style: solid;
  border-width: 0px;
  border-color: #FF2222;
}

/*
//   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;}
.bodyblau   {background-color: #000055; color: #FFFFCC;}
.bodyoblack {background-color: #000000; color: #FFCC00; text-align: center;}

/*   abweichender Text   */

.fett    {font-weight: bold;}
.unter   {text-decoration: underline}
.kursiv  {font-style: italic;}
.formell {font-family: Verdana, Arial, Helvetica, sans-serif;}
.cool    {font-family: 'Comic Sans Ms', Arial, Helvetica, sans-serif;}

/*   besondere Text Dekorationen   */

.tblue  {
  font-size: 21px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  background-color: #000099;
  color: #FFFF99;
  text-align: center;
  border-style: ridge;
  border-width: 4px;
  border-color: #000099;
}

.tblau  {
  font-size: 21px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding-top: 2mm;
  padding-left: 2mm;
  padding-right: 2mm;
  padding-bottom: 4mm;
  border-style: ridge;
  border-width: 2px;
  border-color: #000099;
}

/*   Textausrichtung   */

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

/*   Fontgroessen Definitionen   */

.sxxsmall  {font-size: 9px;}
.sxsmall   {font-size: 12px;}
.ssmall    {font-size: 15px;}
.snormal   {font-size: 18px;}
.smedium   {font-size: 21px;}
.slarge    {font-size: 24px;}
.sxlarge   {font-size: 27px;}
.sxxlarge  {font-size: 30px;}
.uxxlarge  {font-size: 30px; text-decoration: underline;}
.ussmall   {font-size: 13px; text-decoration: underline;}

/* 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;
}

.cite {
  background-color: #000055;
  color: #FFFFCC;
}
