/* CSS Document */

body      {background-color:#D9D9EB;
           font-family:Verdana;
           font-style:normal;
           font-size:10px;
           font-weight:normal;
           color:#000000;
           }

a:link                      {color:#000000;text-decoration:none;}
a:visited                   {color:#000000;text-decoration:none;}
a:hover                     {color:#000000;text-decoration:none;font-weight:bold;}
a:active                    {color:#000000;text-decoration:none;font-weight:bold;}

.FELD
                                                        {border: 1px solid #6876B4;
                                                        }

.BUTTON
                                                        {background-color:#6876B4;color:#000000;width:100px;border:solid 1px color:#6876B4;
                                                        }

h1          { color: #000000; font-size: 12px; font-family: Verdana; font-style: normal; font-weight: normal; margin-bottom: 0; margin-left: 25px; }

h2          { color: #d9d9eb; font-size: 12px; font-family: Verdana; font-style: normal; font-weight: bold; margin-bottom: 0; margin-left: 25px; }

p            { color: #000000; font-size: 13px; font-family: Verdana; font-style: normal; font-weight: normal }

ol { font-size: 12px; list-style-type: upper-roman; margin: 1em 0 1em 40px }

ul           { ul list-style-type:square; color:#A2A7D1; }