body, table, tr, td { font-family: Verdana,Arial,Helvetica; font-size: 8pt; color:333333; /* scrollbar-base-color:2561E3; */ /* scrollbar-track-color:2561E3; */ /* scrollbar-face-color:2561E3; */ /* scrollbar-highlight-color:FFFFFFF; */ /* scrollbar-3d-light-color:2561E3; */ /* scrollbar-dark-shadow-color:FFFFFF; */ /* scrollbar-shadow-color:FFFFFF; */ /* scrollbar-arrow-color:FFFFFF; */ } A:LINK { color : #000000; text-decoration : italic, none; font-weight : 700; } A:ACTIVE { color : #0F46C5; text-decoration : italic, none; font-weight : 700; } A:VISITED { color : #000000; text-decoration : italic, none; font-weight : 700; } A:HOVER { color : #0F46C5; text-decoration : italic, none; font-weight : 700; } A.fade:LINK { color : #000000; text-decoration : none; font-weight : normal; } A.fade:ACTIVE { color : #0F46C5; text-decoration : none; font-weight : normal; } A.fade:VISITED { color : #000000; text-decoration : none; font-weight : normal; } A.fade:HOVER { color : #000000; text-decoration : none; font-weight : normal; } .unternavi { font-weight : normal; font-family: Verdana, Helvetica, Arial; font-size:8pt; } #activeLink { font-family: Verdana; font-size: 8pt;} #activeLink a { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} #activeLink a:link { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} #activeLink a:visited { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} #activeLink a:hover { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} #activeLink a:active { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} #activeLink a:focus { font-family: Verdana; font-size: 8pt; text-decoration: none; color: #ffffff} @charset "UTF-8"; /** * Christoph Päper * @media all * url("http://crissov.de/ruby.css") * Stand: 2003-10-21 */ /* * BaseText * Base[Text] * BaseText */ ruby { display: table; display: inline-table; color: gray; background-color: white; } ruby * { display: inline; line-height: 100%; margin: 0; padding: 0; position: static; text-indent: 0; text-align: center; white-space: nowrap; } ruby > * { display: table-row-group; line-height: 90%; } ruby > rt, ruby rtc { display: table-header-group; font-size: 60%; line-height: 40%; font: icon; /*zu testen*/ } ruby rtc + rtc { display: table-footer-group; } ruby rbc > *, ruby rtc > * { display: table-cell; } ruby rp { display: none; } :link ruby rt, :visited ruby rt, :link ruby rtc, :visited ruby rtc { text-decoration: none; } /* * Fallback-Ersatz fuer rp * rt:before {content: "("} rt:after {content: ")"} */ /* * CSS3: Ruby * ruby{display: ruby-base} rb {display: ruby-base} rbc {display: ruby-base-container} rtc {display: ruby-text-container} rt {display: ruby-text; ruby-span: attr(rbspan)} */