/*--------------------------------------------------------------*/ /*--- hypl.css.php [18.10.2009] --------------------------------*/ /*--- hierarchy folders: .../00cDDATA/03CSS --------------------*/ /*--------------------------------------------------------------*/ /*--- .. specifications -------------*/ /*--- for Head/MENU/TEXT/BASE/default hyperlinks layout --------*/ /*--------------------------------------------------------------*/ /*--- this file witten by TextEdit !!! -------------------------*/ /*--- because of Dreamweaver compatibility: --------------------*/ /*--- do not use TacoHTMLEDIT ----------------------------------*/ /*--------------------------------------------------------------*/ /*--------------------------------------------------------------*/ /*--- HEAD area hyperlinks layout */ /*--------------------------------------------------------------*/ A.hyplhead:link { /* hyperlink normal */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplhead:hover { /* hyperlink under mouse */ /* background-color: #FFCC66; Hintergrund: like yellow */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplhead:active { /* hyperlink active */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplhead:visited { /* hyperlink visited */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } /*--------------------------------------------------------------*/ /*--- MENU area hyperlinks layout */ /*--------------------------------------------------------------*/ A.hyplmenu:link { /* hyperlink normal */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplmenu:hover { /* hyperlink under mouse */ /* background-color: #FFCC66; Hintergrund: like yellow */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplmenu:active { /* hyperlink active */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplmenu:visited { /* hyperlink visited */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } /*--------------------------------------------------------------*/ /*--- TEXT area hyperlinks layout */ /*--------------------------------------------------------------*/ A.hypltext:link { /* hyperlink normal */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hypltext:hover { /* hyperlink under mouse */ background-color: #FFCC66; /* Hintergrund: like yellow */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: underline; /* Text: unterstrichen */ } A.hypltext:active { /* hyperlink active */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hypltext:visited { /* hyperlink visited */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } /*--------------------------------------------------------------*/ /*--- BASE area hyperlinks layout */ /*--------------------------------------------------------------*/ A.hyplbase:link { /* hyperlink normal */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplbase:hover { /* hyperlink under mouse */ background-color: #FFCC66; /* Hintergrund: like yellow */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: underline; /* Text: unterstrichen */ } A.hyplbase:active { /* hyperlink active */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.hyplbase:visited { /* hyperlink visited */ /* background-color: #E6E6E6; Hintergrund: grau 10% */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } /*--------------------------------------------------------------*/ /*--- sitemap indices hyperlinks layout */ /*--------------------------------------------------------------*/ A.sitemap:link { /* hyperlink normal */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.sitemap:hover { /* hyperlink under mouse */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: underline; /* Text: unterstrichen */ } A.sitemap:active { /* hyperlink active */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } A.sitemap:visited { /* hyperlink visited */ color: #000000; /* Text: schwarz */ font-weight: bold; /* Text: fett */ text-decoration: none; /* Text: nicht unterstrichen */ } /*--------------------------------------------------------------*/ /*--- default hyperlinks layout (system defined) */ /*--------------------------------------------------------------*/ A.hypldeft:link { /* hyperlink normal */ } A.hypldeft:hover { /* hyperlink under mouse */ } A.hypldeft:active { /* hyperlink active */ } A.hypldeft:visited { /* hyperlink visited */ } /*--- end of hypl.css.txt --------------------------------------*/