﻿body {
	border: #FF6600;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	scroll: auto;
	font-style: normal;
}

td { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000; background-color:#FFFFFF; scroll:auto}

td.orange { background-color:#99CCFF}
/* <td class="orange" ... > */

td.rot { background-color:#FFC166}
/* <td class="rot" ... > */

td.gelb { background-color:#FFFFCC}
/* <td class="gelb" ... > */

td.grau { background-color:#F0F0F0}
/* <td class="grau" ... > */

h1 { font-family:"Times New Roman",Times,serif; font-size:24px; text-align:center; color:#000000; font-style:normal}

h2 { font-family:"Times New Roman",Times,serif; font-size:24px; color:#000000; font-style:normal; font-weight:bold}

h3 { font-family:Arial,Helvetica,sans-serif; font-size:16px; color:#000000; font-style:normal}

h4 { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000; font-style:normal}

h5 { font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-size:10px; color:#000000; font-style:normal}

h6 { font-family:Arial,Helvetica,sans-serif; font-size:9px; font-style:normal}

p { font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000; font-style:normal}

.eingabefeld {border-width:1px; border-style:solid; border-color:#000000; font-family:Arial; color:#000000; background-color:#FFFFCC;}
/* <input class="eingabefeld"> - Nicht mit Netscape 4.7! */

div.txtbalken { font-family:Arial,Helvetica,sans-serif; font-weight:bold; font-style:italic; font-size:14px; text-align:left; color:#404000}
/* <div class="txtbalken"> */

ul { list-style-type:square}
/* Unsorted List (wird im Web-Editor als Standardlist angezeigt) */

a { font-weight:bold; color:#FF6600; text-decoration:none; cursor:pointer }

a:hover { font-weight:bold; color:#333366; text-decoration:underline; cursor:auto; cursor:pointer}

/* Wichtig: Zwar sind innerhalb einer Formatdefinition (xx:yy;) durchaus Leerzeichen erlaubt,
   aber der Netscape-Browser hat sich dabei als sehr empfindlich erwiesen -
   kurz gesagt, er ignoriert die Angaben. Obwohl es nicht so gut lesbar ist,
   ist es deshalb vorläufig auf jeden Fall besser, keine Leerzeichen innerhalb einer
   Formatdefinition zu verwenden. */

