
body {margin:0;
      background-color:#E9E9E9;
      }

/*Überschriften*/
.ueberschrift1 { font-family: Arial; font-size: 20px; color: white; }
.ueberschrift2 { font-family: Arial; font-size: 16px; color: white; }
.ueberschrift3 { font-family: Arial; font-size: 14px; color: white; }

/* Zitate */
.zitat1     { font-family: Arial; font-size:12px; color: #000001; background-color:#CECECE; }
.mustertext { font-family: Arial; font-size:12px; color: #000001; background-color:#FFFFFF; }

/*Schriften*/
.braun  { font-family: verdana; font-size:12px; color: #990000; }
.normal { font-family: Arial; font-size:12px; color: #000001; }
.gross  { font-family: Arial; font-size:14px; color: #000001; }

.klein  { font-family: Arial; font-size:10px; color: #000001; }
.mittel  { font-family: Arial; font-size:12px; color: #000001; }
.fehler { font-family: Arial; font-size:12px; color: #990000; }

/*Links*/
a:link { color:#000001; }
a:visited { color:#000001; }
a:active { color:#000001; font-weight: bold; }
a:hover { color:#000001; font-weight: bold; }

/* Hinweistexte */
.hinweis1 { font-family: Arial; font-size:10px; color: #B0B0B0; text-align:center; }
.hinweis2 { font-family: Arial; font-size:12px; color: #B0B0B0; text-align:justify; }
.hinweis3 { font-family: Arial; font-size:14px; color: #B7B7B7; }

/* Trennlinien */
.hr1 { width:814px; color:#808080; height:0.3px; border:1px dashed;}
.hr2 { width:814px; color:#808080; height:0.3px; }
.hr3 { width:1010px; color:#B7B7B7; height:0.3px; border:0.3px solid;}

/* Imputfelder */
.input1 { font-family: Arial; font-size:10px; color: #000001; background-color:#CECECE; }
.input2 { font-family: Calibri; font-size:14px; color: #000001; background-color:#FFFFA4; }
.input3 { font-family: Calibri; font-size:14px; color: #000001; background-color:#96EA53; }

/* Menudarstellung */
.men1 {
        border-top:1px #808080 solid;
        border-right:1px #808080 solid;
        border-left:1px #808080 solid;
        border-bottom:1px #808080 solid;
        border-collapse:collapse;
        width:146px;
        text-align:center;
        background-color:#C0C0C0;
        line-height:20px;
      }

.men2 {
        border-top:1px #D4D0C8 solid;
        border-right:1px #D4D0C8 solid;
        border-left:1px #D4D0C8 solid;
        border-bottom:1px #D4D0C8 solid;
        border-collapse:collapse;
        width:160px;
        text-align:left;
        align:left;
        background-color:#E9E9E9;
      }

.men2a {
        border-top:1px #D4D0C8 solid;
        border-right:1px #D4D0C8 solid;
        border-left:1px #D4D0C8 solid;
        border-bottom:1px #D4D0C8 solid;
        border-collapse:collapse;
        width:160px;
        text-align:center;
        align:center;
        background-color:#FFFFFF;
      }

.men3 {
        background-image:url(images/kartei3.jpg);
        margin:2px;
        padding:4px;
        line-height:17px;

      }

.men4 {
        text-align:justify;
        margin:2px;

      }
