/* ... 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 {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,address,menu {font-size: 11pt;  color: #ffffff;}
        h1 { font-size:  18pt; color: #ffffff;}
        h2 { font-size:  16pt; color: #ffffff;}
        h3 { font-size:  14pt; color: #ffffff;}
        h4 { font-size:  12pt; color: #ffffff;}
        h5 { font-size:  10pt; color: #ffffff;}
        h6 { font-size:   8pt; color: #ffffff;}
        small {font-size: 8pt; color: #ffffff;}

/* ... Links ...*/
        A         {text-decoration: none; color: #000000; font-weight: bold;}
        A:hover   {text-decoration: none; color: #feda53; background-color: black; font-weight: light;}
        A:active  {text-decoration: none; color: #000000; font-weight: light;}
        A:link    {text-decoration: none; color: #000000; font-weight: light;}

        A.aa        {text-decoration: bold; color: #ae4a2c; background-color: #000000; font-weight: light; font-size: 10.5pt;}
        A:hover.aa  {text-decoration: bold; color: #000000; background-color: #ae4a2c; font-weight: light; font-size: 10.5pt;}
        A.bb        {text-decoration: bold; color: #feda53; background-color: #000000; font-weight: light; font-size: 10.5pt;}
        A:hover.bb  {text-decoration: bold; color: #000000; background-color: #feda53; font-weight: light; font-size: 10.5pt;}
        A.cc        {text-decoration: none; color: #feda53; background-color: #000000; font-weight: light;}
        A:hover.cc  {text-decoration: none; color: #000000; background-color: #feda53; font-weight: light;}



/* ... Besondere Farben ...*/
        body {background-color: #000000;}

/* ... Besondere Ausrichtung ...*/
        h1 {text-align: center;}

/* ... Besondere Zeilenabstände ...*/
       br,p,td {
       	line-height: 20pt;
     	margin-bottom: 1pt;
         margin-top: 0pt;
       }
       body {margin: 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;}

 input.form, textarea.form, select
    {
    color: darkblue;
    font-family : Arial;
    font-weight: bold;
    font-size: 11pt;
    background-color: #ffffff;
    border: 0 solid #B0B0B0;
    }

 input.senden
    {
    color: darkblue;
    font-family : Arial;
    font-weight: bold;
    font-size: 11pt;
    background-color: #feda53;
    border: 0 solid #B0B0B0;
    }
