/* ... 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,nobr,center,b,i,em,u,strong,big
        {font-family: Arial,Helvetica,Helv;
		  color: White;}

/* ... Schriftgrößen ... */
        body,a,p,center,br,ul,ol,li,dl,dt,td,address,dd   {font-size: 10pt;}
        h1    {font-size: 24pt; color: White;}
        h2    {font-size: 18pt; color: White;}
        h3    {font-size: 14pt; color: White;}
        h4    {font-size: 12pt; color: White;}
        h5    {font-size: 10pt; color: White;}
        h6    {font-size:  8pt; color: White;}
        small {font-size:  8pt; color: White;}
        pre   {font-size:  9pt; color: White;}


/* ... Zeilenabstände ... */
       p,center,br,ul,ol,li,dl,dd,dt,pre,address { line-height: 16.0pt;}
       h1 { line-height: 35.0pt;}
       h3 { line-height: 22.0pt;}
       h4 { line-height: 20.0pt;}
       h4 { margin-bottom: 0pt; margin-top: 30pt;}
       h2 { margin-bottom: 0pt; margin-top: 30pt;}
       ul { margin-bottom: 6pt; margin-top: 0pt;}

/* ... Links ...*/
        A         {text-decoration: none;      color: #ADC7F5; font-weight: bold;}
        A:hover   {text-decoration: underline; color: #FFDF00; font-weight: bold;}
        A:active  {text-decoration: none;      color: #ADC7F5; font-weight: bold;}
        A:link    {text-decoration: none;      color: #ADC7F5; font-weight: bold;}

        A.menu         {text-decoration: none;      color: #00C7F5; font-weight: lighter;}
        A:hover.menu   {text-decoration: underline; color: #FFDF00; font-weight: lighter;}
        A:active.menu  {text-decoration: none;      color: #00C7F5; font-weight: lighter;}
        A:link.menu    {text-decoration: none;      color: #00C7F5; font-weight: lighter;}

/* ... Besondere Farben ...*/
        body {background-color: #6C1A73;}

/* ... Besondere Ausrichtung ...*/
        h1,h2,h3 {text-align: center;}


/* ... 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.form input.senden
    {
    color: #000000;
    font-family : Arial;
    font-size: 12pt;
    background-color : #DCA6FD;
    border: 2px solid #DCA6FD;
    }