/* ... 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;}


/* ... Schriftgr&ouml;&szlig;en ... */
        body,a,p,center,br,ul,ol,li,dl,dd,dt,td,address {font-size: 10pt;}
        h1 {font-size: 20pt;}
        h2 {font-size: 17pt;}
        h3 {font-size: 14pt;}
        h4 {font-size: 12pt;}
        h5 {font-size: 10pt;}
        h6 {font-size:  8pt;}
        big {font-size: 20pt;}
        small {font-size: 8pt;}
        pre {font-size: 9pt;}

/* ... Zeilenabst&auml;nde ... */
       p,center,br,ul,ol,li,dl,dd,dt,pre,address { line-height: 12.0pt;}
       h4 { margin-bottom: 0pt; margin-top: 8pt;}
       ul { margin-bottom: 6pt; margin-top: 0pt;}
       h3 { margin-bottom: 6pt; margin-top: 6pt;line-height: 18.0pt;}
       h4 { margin-bottom: 6pt; margin-top: 0pt;line-height: 18.0pt;}
       h2 { margin-bottom: 6pt; margin-top: 6pt;line-height: 22.0pt;}
       h1 { margin-bottom: 6pt; margin-top: 0pt;line-height: 26.0pt;}


/* ... Links ...*/
        A         {text-decoration: none; color: darkblue;}
        A:hover   {text-decoration: underline; color: red;}
        A:active  {text-decoration: none; color: darkblue;}
        A:link    {text-decoration: none; color: darkblue;}

/* ... Besondere Farben ...*/
        body {background-color: #ffffff;}
        h2,h5,h6 {color: #646464;}
        h1 { 
	color					: #646464;
	font-weight				: normal;
	font-size				: 2.2em;
	line-height				: 100%; 
	margin					: 0;
	padding					: 0 0 0.6em 0.2em;
	text-transform			: uppercase;
}
        
        h3 {color: red;}
        /*  h1,h2 {background: #d9E0E2;} */

/* ... Besondere Ausrichtung
        h1,h2,h3 {text-align: center;}   ...*/


/* ... Einz&uuml;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
    {
    color: #000000;
    font-family : Arial;
    font-weight: bold;
    font-size: 11pt;
    background-color : #ffdf00;
    border: 0 solid #B0B0B0;
    }
td.i dfn { display: none; position: absolute; border: 1px solid #333; background-color: #F6F0CC; margin: 10px; padding: 2px; width: 260px; text-align: left; }
td.i dfn strong { color: #DB1842; }
td.i:hover dfn, td.over dfn { display: block; }