
       p,h1,h2,h3,h4,ul,ol,li,div,td,th,blockquote,nobr,b,i
     { font-family:arial; font-size:small;}
/* font-family = Schriftart fuer Textelemente */
/* Arial,sans-serif = Arial und serifenlose Schrift, Wert aenderbar */
body {
 font-family: arial;
 text-align:justify;
 font-size:small;	 
}
/* Legt die Textgestalt fest */

a:link { text-decoration:none;}
a:visited { text-decoration:none;}
a:active { text-decoration:none }
a:hover { text-decoration:underline;}

.farb {color:#ffffff ;background:#6CA416;}
.farbinvers { color:#ffffff ; background: #3B5A0C;}


table.menue
              {border-style:ridge;
               border-width:1px;
               border-color:"#888888";
               margin:1pt;

               }

td.menue {
        background-color:#6CA416;
        text-align:center;
        font-size:10pt;

        }
td.invmenue {
        background-color:#3B5A0C;
        text-align:center;
        font-size:10pt;

        }


/* Rahmen-Design für Tabelle und Zellen */

table.standard {

        border-collapse:collapse;
        border-width:1pt;
        border-style:solid;
        border-color:#6CA416;

        empty-cells:show;
        margin:2px;
        vertical-align:top;
        padding:1pt;
        }

table.standard2 {

        border-collapse:collapse;
        border-width:1pt;
        border-style:solid;
        border-color:#931717;

        empty-cells:show;
        margin:2px;
        vertical-align:top;
        padding:1pt;
        }
td.header {
        background-color:#6CA416;
        text-align:center;
        color:#ffffff;
        font-size:11pt;
        }

td.header2 {
        background-color:#931717;
        text-align:center;
        color:#ffffff;
        font-size:10pt;
        }

td.standard {
        text-align:left;
        background-color:#95DB59;
        font-size:10pt;
        border-width:1pt;
        border-style:solid;
        border-color:#6CA416;
        }

td.standard2 {
        text-align:center;
        background-color:#FADCDC;
        font-size:8pt;
        border-width:1pt;
        border-style:solid;
        border-color:#931717;
        }
p.text
        {margin:4px;
        text-align:justify;
        font-size:10pt;
        }


h1,h2,h3,h4
        {text-align:center;
        text-decoration:underline;
        margin-top:0.5cm
        }