/* ... Style-Sheet-Angaben ... */
/* ... Font-family, alle ... */
        body,a,p,br,h1,h2,h3,h4,h5,h6,ul,ol,ul,dt,li,div,td,tr,th,address,blockquote,nobr,center,b,i,em,u,strong,big,menu,u {font-family: Arial,Helvetica,Helv;}
        pre {font-family: Courier,Courier New; }

/* ... Schriftgrößen ... */
        a,p,center,br,ul,ol,li,dl,dd,dt,td,pre,menu {font-size: 11pt;}
        address {font-size: 8pt;}
        h1 { font-size:  18pt;}
        h2 { font-size:  16pt;}
        h3 { font-size:  14pt;}
        h4 { font-size:  12pt;}
        h5 { font-size:  10pt;}
        h6 { font-size:   8pt;}
        small {font-size: 9pt;}

/* ... Links ...*/
        a.menu         {text-decoration: none; color:#000000; font-weight:bold; font-size: 11pt;}
        a:hover.menu   {text-decoration: none; color:#ff0000; font-weight:bold; font-size: 11pt;}
        a:active.menu  {text-decoration: none; color:#000000; font-weight:bold; font-size: 11pt;}
        a:link.menu    {text-decoration: none; color:#000000; font-weight:bold; font-size: 11pt;}

        a.menu-u         {text-decoration: none; color:#000000; font-weight:normal; font-size:  9pt;}
        a:hover.menu-u   {text-decoration: none; color:#ff0000; font-weight:normal; font-size:  9pt;}
        a:active.menu-u  {text-decoration: none; color:#000000; font-weight:normal; font-size:  9pt;}
        a:link.menu-u    {text-decoration: none; color:#000000; font-weight:normal; font-size:  9pt;}

        a         {text-decoration: none; color: #0000ff; font-weight:bold; font-size: 11pt;}
        a:hover   {text-decoration: none; color: #ff0000; font-weight:bold; font-size: 11pt;}
        a:active  {text-decoration: none; color: #0000ff; font-weight:bold; font-size: 11pt;}
        a:link    {text-decoration: none; color: #0000ff; font-weight:bold; font-size: 11pt;}

/* ... Besondere Farben ...*/
        body {background-image:url(../hinter.gif)}
        h1,h2,h3,h4,h5,h6 {color: #000088}
        h1 {background: #ccccff;}
        h2 {background: #ccccff;}
        i  {background: #ccccff;}

/* ... Besondere Ausrichtung ...*/
        h1, h2, h3 {text-align: center;}
        address {text-align: center;}

/* ... Besondere Abstände ...*/
        li,p {line-height: 15.0pt;}
        h3 {line-height: 15.0pt;
            margin-bottom:4pt;  }


        h4 {line-height:  15pt;
            margin-top:    0pt;
            margin-bottom: 5pt;
           }
        form {margin-top:    0pt;
              margin-bottom: 0pt;
             }

        ul {margin-top:    0pt;}


/* ... Einzüge ... */
        /*
        li,address,dd,dt {margin-left: 0px; margin-right: 15px;}
        p,br,pre                         {margin-right: 15px;}
        td.o_li_einzug         {font-size: 8pt; margin-left: 2px;}
        blockquote                 {margin-left: 25px;  margin-right: 15px;}


/* ... Besondere Text-Attribute ... */
        address {text-decoration: italic;}



 select.form, input.form
    {
    font-family: Arial;
    font-stretch: narrower;
    font-size: 8pt;
    color: #9C0000;
    background-color: #B5F0F0;
    }