/* * * * * *  Colors  * * * * * */

        body  { background-color: White; }

        body, td, dl, ul, li, menu, blockquote, input, textarea, select, option, h1, h2, h3, h4 
        { color: rgb(0, 0, 0); } /* vorher 151 bzw. 100 */
        
        h1, h2, h3, h4 { color: rgb(0, 0, 0); }

	a:link  { text-decoration : none; color : orange;}
        a:active { color: White; text-decoration: underline }
        a:hover  { color: White; text-decoration: underline }
	a:visited  { color : orange; } //text-decoration : none; 


/* * * * * *  Font Styles * * * * * */


        body, td, dl, ul, li, menu, blockquote, input, textarea, select, option, h1, h2, h3, h4 
        { font-family : Arial, Helvetica, Geneva, sans-serif; }
        
        body, td, menu, blockquote { font-size: 14pt; } /* vorher 12pt*/
        dl, ul, li { font-size: 14pt; } /* vorher 10pt */
        
	a
	{ font-family : Arial, Helvetica, Geneva, sans-serif;
	  font-size: 11pt;
	}
	
        h1 { font-size: 18pt; /* vorher: 190% */ }
        h2 { font-size: 15pt; /* vorher: 150% */ }
        h3 { font-size: 114%; }
        h4 { font-size: 100%; }

        .large { font-size: 125%; font-weight: bold; }
        .small { font-size: 50%; }
        .footnote { font-size: 9pt; color: Gray; }

        .thread { font-size: 14pt; }

        a.entry  
        {
                font-weight: bold;
        }

        a.sentry { font-weight: bold; }
        a.enabledTreeEntry, a.disabledTreeEntry { font-family: Arial, Helvetica, sans-serif; font-size: 90%; }
        a.naked {font-size: 12pt; }


/* * * * * *  Link Appearance  * * * * * */


        a { text-decoration: none; }
        a.naked { text-decoration: none; }
        a.entry { text-decoration: none; }
        a.sentry { text-decoration: none; }
        a.enabledTreeEntry, a.disabledTreeEntry { text-decoration: none; }
        a.enabledTreeEntry:hover { text-decoration: underline; }
        a.disabledTreeEntry:hover { text-decoration: none; }



/* * * * * *  Forms  * * * * * */


        input, input.field, select, option, textarea, button { font-size: 9pt; }
        input.field, select, option, textarea { background-color: Seashell; }


/* * * * * *  FhG-CD  * * * * * */


BODY  {
        background-color : white;
}


sup {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}

sub {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
